@charset "utf-8";
/* CSS Document */

.main_contents {
	margin-top: 10px;
	padding-bottom: 30px;
	background: url("../index2015-e/img/news_bg.gif");
}
.news_contents {
	margin-right: auto;
	margin-left: auto;
	width: 920px;
}
.news_contents a,a:visited{
	color:  #333333;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -ms-transition: 0.1s;
    transition: 0.1s;
}
.news_contents a:hover{
	color: #E96C0E;
}
.news_contents p {
	font-size: 16px;
	color: #000000;
}
.news_list_box {
	margin-top: 10px;
}
.news_list_box::after {
	content:" ";
    clear: both;
	display: block;
}
p.link {
	margin: 15px 0 15px 0;
	padding: 0 0 0 18px;
	background: url(../news/common_images/btn1.jpg) no-repeat;
	background-position: 0 5px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
}
_:lang(x)::-ms-backdrop, p.link{
	background-position: 0 5px;
}

.news_box {
	margin-top: 30px;
	padding: 30px;
	background-color: rgba(255,255,255,0.6);
	border: 1px solid #FFFFFF;
	border-radius: 10px;
}
h1.news {
	width: 85px;
	height: 24px;
	padding-top: 30px;
	padding-bottom: 30px;
}
h2.news_title{
	font-size: 24px;
	margin-bottom: 0;
	padding-bottom: 2px;
	border-bottom: 2px solid #E96C0E;
	font-weight: bold;
	line-height: 1.4;
}
h4.title{
	margin-bottom: 10px;
	padding: 15px 0 10px 10px;	
	font-size: 22px;
	font-weight: bold;
	color: #343434;
	border-left: 5px solid #343434;
	border-bottom: 1px solid #343434;
	background: none;
	display: block;
}
h4.title.blue {
	color: #224b8b;
	border-left: 5px solid #224b8b;
	border-bottom: 1px solid #224b8b;
}
p.date {
	margin-top: 10px;
	margin-bottom: 30px;
	color: #343434;
	font-size: 14px;
	float: right;
}
p.indent1 {
	margin-left: 20px;
}
p.link {
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
}
/*-- パンくずリスト --*/
p.link_list {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 14px;
	color: #707070;
}
p.link_list a,p.link_list a:visited{
	color: #707070;
}
p.link_list a:hover,p.link_list a:visited:hover{
	opacity: 0.6;
}

p.news_other {
	font-size: 14px;
}

span.pdf,
span.not_pdf{
	font-weight: 800;
}
span.target_blank::after{
	content:" ";
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url("../news/common_images/window_open.png") no-repeat;
	background-position: bottom;
	margin-left: 5px;
	margin-bottom: -3px;
}
span.pdf::after{
	content:" ";
	width: 15px;
	height: 19px;
	display: inline-block;
	background: url(../news/common_images/pdf.png) no-repeat;
	margin-left: 5px;
	margin-bottom: -3px;
}
span.time {
	font-size: 14px;
	color: #343434;
	opacity: 0.8;
	float: left;
	margin-right: 5px;
	margin-top: 4px;
}




.clear {
	clear: both;
}
.news_contents a img{
	transition-duration: 0.5s;
}
.news_contents a img:hover{
	opacity: 0.6;
}
.images img {
	width: 100%;
}
.images.pdf_link {
	margin-left: 15px;
}




/*-- フレックスボックス --*/
.flex {
	display: flex;
	justify-content: space-between;
}
.flex0 {
	display: flex;
}
@media (max-width: 767px) {
	.flex,
	.flex0{
		display: block;
	}
	div.images img{
		margin-right: auto;
		margin-left: auto;
		display: block;
	}
	.images.pdf_link {
		margin-left: 0
	}

}

/*--  --*/
.border_box,
.border_box_small{
	border: 1px solid #343434;
	padding: 10px;
	display: block;
}
.border_box.red,
.border_box_small.red {
	border-color: #FF0000;
}
.border_box.blue,
.border_box_small.blue {
	border-color: #13558B;
}
.border_box.orange,
.border_box_small.orange {
	border-color: #E86C0E;
}
.border_box.inline,
.border_box_small.inline,
.inline{
	display: inline-block!important;
}
.border_box.padding0 {
	padding: 0;
}
.border_box.center {
	margin-left: auto;
	margin-right: auto;
}
/*-- border_box / flex併用で同幅 --*/
.width100 {
	flex: 1;
	width: 100%;
}

/*-- margin調整 --*/
.ma_top0 {
	margin-top: 0!important;
}
.ma_top10 {
	margin-top: 10px!important;
}
.ma_top15 {
	margin-top: 15px!important;
}
.ma_top20 {
	margin-top: 20px!important;
}
.ma_top30 {
	margin-top: 30px!important;
}
.ma_top50 {
	margin-top: 50px!important;
}

.ma_bottom0 {
	margin-bottom: 0!important;
}
.ma_bottom10 {
	margin-bottom: 10px!important;
}
.ma_bottom15 {
	margin-bottom: 15px!important;
}
.ma_bottom20 {
	margin-bottom: 20px!important;
}
.ma_bottom30 {
	margin-bottom: 30px!important;
}

.ma_left0 {
	margin-left: 0!important;
}
.ma_left10 {
	margin-left: 10px!important;
}
.ma_left15 {
	margin-left: 15px!important;
}
.ma_left20 {
	margin-left: 20px!important;
}
.ma_left60 {
	margin-left: 60px!important;
}
.ma_left30 {
	margin-left: 30px!important;
}

.ma_right0 {
	margin-right: 0!important;
}
.ma_right10 {
	margin-right: 10px!important;
}
.ma_right15 {
	margin-right: 15px!important;
}
.ma_right20 {
	margin-right: 20px!important;
}

.ma_tb_double30 {
	margin-top: 30px!important;
	margin-bottom: 30px!important;
}

.ma_rl_double30 {
	margin-right: 30px;
	margin-left: 30px;
}

/*-- padding調整 --*/
.padding10 {
	padding: 10px!important; 
}
.padding20 {
	padding: 20px!important; 
}

.pa_top0 {
	padding-top: 0!important;
}
.pa_top15 {
	padding-top: 15px!important;
}
.pa_top20 {
	padding-top: 20px!important;
}

.pa_bottom0 {
	padding: 0!important; 
}
.pa_bottom15 {
	padding-bottom: 15px!important;
}

.pa_right20 {
	padding-right: 20px!important;
}

.pa_left20 {
	padding-left: 20px!important;
}

.pa_rl_double20 {
	padding-right: 20px!important;
	padding-left: 20px!important;
}

