/** メイン左側 **/
.left_box {
	width: 280px;
	float: left;
}

/** メイン右側 **/
.right_box {
	width: 590px;
	float: right;
}
.right_box .righr_l_box {
	width: 280px;
	float: left;
}
.right_box .righr_r_box {
	width: 280px;
	float: right;
}

/** カテゴリ別ヘッダ **/
.haed_line {
	height: 30px; /* ※高さを変更すると背景の網掛けの見え方が変わります！ */
	margin: 5px 0 20px;
	padding: 5px 0 0 10px; /* ※縦のPaddingを変更すると網掛けの見え方が変わります！ */
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6em;
	border-left: 10px solid #7F7F7F;
	color: #161645;
	background-image:url(../img/background_headline.png);
}
.list li {
	margin: 0 0 34px;

}
.list li a {
	display: block;
	border: solid 2px #15449d;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background: #8cb1d8;
	background: -moz-linear-gradient(top,  #8cb1d8 0%, #4469b1 41%, #0a77d5 100%);
	background: -webkit-linear-gradient(top,  #8cb1d8 0%,#4469b1 41%,#0a77d5 100%);
	background: linear-gradient(to bottom,  #8cb1d8 0%,#4469b1 41%,#0a77d5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cb1d8', endColorstr='#0a77d5',GradientType=0 );
}
.info_btn {
	width: 100%;
	height: 115px;
	padding: 0 10px;
	font-size: .9em;
	display: table;
	box-sizing: border-box;
}
.info_btn .img_area {
	/*float: left;*/
	padding: 0 10px 0 0;
	width: 70px;
	display: table-cell;
	vertical-align: middle;
}
.info_btn .description {
	/*float: left;*/
	width: 180px;
	line-height: 1.3em;
	display: table-cell;
	vertical-align: middle;
	text-align: justify;
}
.title {
	padding: 6px 10px 4px;
	background: url(../img/newtop_arrow.png) no-repeat 10px center #15449d;
	background-size: 11px 18px;
	text-align: right;
	clear: both;
	font-size: 1.2em;
}

/** その他 **/
.list_other {
}
.list_other .list_item {
	color: #161645;
}
.list_other .list_item a {
	text-decoration: none;
}
.list_other .list_item a:hover {
	text-decoration: underline;
}
.list_other .triangle {
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 9px solid #666666;
	float: left;
	margin-top: 2px;
	margin-left: 5px;
}
.list_other .list_text {
	color: #0070c0;
	margin-right: 5px;
	font-weight: bold;
	font-size: 1.1em;
}
.list_other .list_text:hover {
	color: #0070c0;
}
.list_other .list_text_sub {
	color: #000;
	margin-right: 5px;
	font-size: 13px;
	padding-left: 25px;
}

/** フッター **/
footer {
	min-width: 900px;
	max-width: 1128px;
	margin: 10px auto 10px;
	text-align: center;
	font-size: 0.8em;
	position: relative;
	margin-top: -12px;
}



/** 「読み物」モーダルウィンドウ **/
#modal_content,#modal_content02 {
	width: 60%;
	margin: 0;
	position: fixed;
	display: none;
	z-index: 2;
}
#modal_overlay {
	z-index: 1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba( 80,80,80, 0.75 ) ;
}
/* 閉じるボタン */
.close_area {
	width:100%;
	margin-bottom: 50px;
}
#close_button,#close_button02 {
	width: 60px;
	height: 40px;
	border: 2px solid #aaa;
	background: #fff;
	font-size: 28px;
	text-align: center;
	color: #aaa;
	float: right;
}
#close_button:hover,#close_button02:hover {
	background: #eeeeee none repeat scroll 0 0;
}
/* ウィンドウ内部 */
.modal_read {
	padding: 40px;
	border: 2px solid #aaa;
	background: #fff;
}
.modal_read .list_item {
	padding: 9px;
}
.modal_read .list_item a {
	text-decoration: none;
}
.modal_read .list_item a:hover {
	text-decoration: underline;
}
.modal_read .triangle {
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 12px solid #161645;
	float: left;
	margin-top: 7px;
	margin-left: 5px;
}
.modal_read .list_text {
	color: #161645;
	margin-right: 5px;
	font-weight: bold;
	font-size: 28px;
}
.modal_read .list_text:hover {
	color: #0070c0;
}
.modal_read .list_text_sub {
	color: #000;
	margin-right: 5px;
	font-size: 11px;
	padding-left: 30px;
	font-size: 20px;
}
footer p.btn01 a {
	display: block;
	position: absolute;
	top: 10px;
	right: -25px;
	width: 150px;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
	text-decoration: none;
	font-size: 14px;
	-webkit-box-shadow: 0 2px 2px 0 #8f8f8f;
	box-shadow: 0 2px 2px 0 #8f8f8f;
	background: #d31515;
	background: -moz-linear-gradient(top, #d31515 0%, #930e0e 100%);
	background: -webkit-linear-gradient(top, #d31515 0%,#930e0e 100%);
	background: linear-gradient(to bottom, #d31515 0%,#930e0e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d31515', endColorstr='#930e0e',GradientType=0 );
}
