﻿@charset "utf-8";
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
【記事ページ用CSS】
・記事ページの共通スタイル
・<link rel="stylesheet" type="text/css" href="/sp/stylesheets/article.css" media="all">
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++
　テキスト装飾
++++++++++++++++++++++++++++++++++++++*/
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr130 { margin-right: 130px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pr5 { padding-right: 5px; }
.pr10 { padding-right: 10px; }
.pr15 { padding-right: 15px; }
.pr20 { padding-right: 20px; }
.pb5 { padding-bottom: 5px; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pl5 { padding-left: 5px; }
.pl10 { padding-left: 10px; }
.pl15 { padding-left: 15px; }
.pl20 { padding-left: 20px; }
.txtL {text-align: left;}
.txtR {text-align: right;}
.txtC {text-align: center;}
.flL,.fl {float:left;}
.flR,.fr {float:right;}
.cl {clear:both;}
.f10{font-size: 10px !important;}
.f11{font-size: 11px !important;}
.f12{font-size: 12px !important;}
.f13{font-size: 13px !important;}
.f14{font-size: 14px !important;}
.f15{font-size: 15px !important;}
.f16{font-size: 16px !important;}
.red{color: #f00;}
/*++++++++++++++++++++++++++++++++++++
　レイアウト
++++++++++++++++++++++++++++++++++++++*/
.main_img{margin-bottom: 10px;}
.main_img img{width: 100%;}
.lead_txt{padding: 10px;}
.content_wrap{padding: 5px 10px;}
/*++++++++++++++++++++++++++++++++++++
　見出し
++++++++++++++++++++++++++++++++++++++*/
.headline_txt_blue{
	border-left: 8px solid #2D77C2;
	color: #333;
	font-size: 16px;
	line-height: 1.2em;
	margin: 20px 10px 10px 10px;
	padding: 5px 10px 5px 5px;
	font-weight: bold;
	font-size: 18px;
}
.headline_txt_green{
	border-left: 8px solid #5BB53B;
	color: #333;
	font-size: 16px;
	line-height: 1.2em;
	margin: 20px 10px 10px 10px;
	padding: 5px 10px 5px 5px;
	font-weight: bold;
	font-size: 18px;
}
/*++++++++++++++++++++++++++++++++++++
　小見出し
++++++++++++++++++++++++++++++++++++++*/
/* 小見出し（細め青ベース白文字）主にリストで使用 */
.subhead_blue{
	box-sizing: border-box;
	padding: 0px 10px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	background:#2D77C2;
	border: none;
}
.subhead_blue a{
	color: #fff;
	text-decoration: none;
	display: block;
}
/* 小見出し（細め緑ベース白文字）主にリストで使用 */
.subhead_green{
	box-sizing: border-box;
	padding: 0px 10px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	background:#5BB53B;
	border: none;
}
.subhead_green a{
	color: #fff;
	text-decoration: none;
	display: block;
}
/* 小見出し（太目め青ベース白文字） */
.subhead_blue_big{
	background-color: #2D77C2;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	padding: 8px 15px;
	margin-top: 20px;
	margin-bottom: 15px;
	letter-spacing: 0.1em;
}
/* 小見出し（薄緑ベース 上線あり） */
.subhead_ligntgreen{
	background-color: #e3ffdd;
	border-top: 1px solid #5BB53B;
	padding: 8px 10px;
}
/*++++++++++++++++++++++++++++++++++++
　リスト
++++++++++++++++++++++++++++++++++++++*/
/* ★リンク付きリスト（灰グラデベース） */
.list_wrap ul{
	box-sizing: border-box;
	clear: both;
	width: 100%;
	border-top: 2px solid #F0F0F0;
}
.list_wrap ul li{
	box-sizing: border-box;
	padding: 5px 0;
	min-height: 50px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f0f0f0), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: linear-gradient(#ffffff, #f0f0f0);
	border-bottom: 2px solid #F0F0F0;
}
.list_wrap li a{
	display: block;
	text-decoration: none;
	padding: 10px 24px 10px 10px;
	font-size: 14px;
	font-weight: bold;
	background: url(/sp/common/img/icon_arrow_right.png) no-repeat right center;
}
.list_wrap li div {
  display: block;
  padding: 10px 24px 10px 10px;
  font-size: 14px;
  font-weight: bold;
}
.list_wrap ul li span{
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
/* リンクなし */
.list_wrap ul li.no_link{
	box-sizing: border-box;
	padding: 18px 20px 18px 10px;
	font-size: 14px;
	line-height: 14px;
}
/* ★奇数行：青バージョン （ul.list_odd_blue） */
.list_wrap .list_odd_blue{border-top: 2px solid #2D77C2;}
.list_wrap .list_odd_blue li{border-bottom: 2px solid #2D77C2;}
.list_wrap .list_odd_blue li:nth-child(2n-1){
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #DBF2FB), color-stop(0.00, #F7FFFF));
	background: -webkit-linear-gradient(top, #F7FFFF 0%, #DBF2FB 100%);
	background: -moz-linear-gradient(top, #F7FFFF 0%, #DBF2FB 100%);
	background: -o-linear-gradient(top, #F7FFFF 0%, #DBF2FB 100%);
	background: linear-gradient(#F7FFFF, #DBF2FB);
}
/* ★奇数行：緑バージョン （ul.list_odd_green） */
.list_wrap .list_odd_green{border-top: 2px solid #5BB53B;}
.list_wrap .list_odd_green li{border-bottom: 2px solid #5BB53B;}
.list_wrap .list_odd_green li:nth-child(2n-1){
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #E3FFDD), color-stop(0.00, #F9FFF7));
	background: -webkit-linear-gradient(top, #F9FFF7 0%, #E3FFDD 100%);
	background: -moz-linear-gradient(top, #F9FFF7 0%, #E3FFDD 100%);
	background: -o-linear-gradient(top, #F9FFF7 0%, #E3FFDD 100%);
	background: linear-gradient(#F9FFF7, #E3FFDD);
}
/* ★下線：青バージョン （ul.list_border_blue） */
.list_wrap .list_border_blue li{border-bottom: 1px solid #2D77C2 !important;}
/* ★下線：緑バージョン （ul.list_border_blue） */
.list_wrap .list_border_green li{border-bottom: 1px solid #5BB53B !important;}
/* ★spanで改行する場合（ul.list_span_clear） */
.list_wrap .list_span_clear span{clear: both;display: block;}
/* ★リンクなしバージョン（ul.list_nolink） */
.list_wrap .list_nolink li{display: block;padding: 10px 20px 10px 10px;}
/* ■付きリスト */
.list_square li{padding-left: 1em;text-indent: -1em;margin-bottom: 5px;}
.list_square li:before{content: "■";}
/* Q & A リスト（div.faq_wrap  dl） */
.faq_wrap dl{margin-bottom: 10px;border-bottom: 2px dashed #ccc;padding-bottom: 10px;}
.faq_wrap dl:last-child{border-bottom: none;}
.faq_wrap dt,
.faq_wrap dd{padding-left: 1.5em;text-indent: -1.5em;}
.faq_wrap dt{margin-bottom: 5px;}
.faq_wrap dt:before{
	content: "Q.";
	display: block;
	float: left;
	color: #2D77C2;
	font-weight: bold;
	width: 1.5em;
}
.faq_wrap dd:before{
	content: "A.";
	display: block;
	float: left;
	color: #ec6d7b;
	font-weight: bold;
	width: 1.5em;
}
/* 細めのリンク付きリスト（グラデ・三角つき）（.list_gt_wrap ul） */
.list_gt_wrap ul{border-top: 1px solid #CCC;}
.list_gt_wrap ul li{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f0f0f0), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	border-bottom: 1px solid #ccc;
}
.list_gt_wrap ul li a{
	background: rgba(0, 0, 0, 0) url("/sp/common/img/icon_arrow_right.png") no-repeat scroll right center;
	color: #000;
	display: block;
	font-weight: bold;
	padding: 12px 10px;
	text-decoration: none;
}
/* ☆リンクなしシンプルリスト（白ベース） */
.list_wrap_s ul{box-sizing: border-box;clear: both;width: 100%;}
.list_wrap_s ul li{
	box-sizing: border-box;
	min-height: 52px;
	padding: 10px;
	font-size: 12px;
	position: relative;
}
.list_wrap ul li span{font-size: 12px;color: #000;font-weight: normal;}
.list_wrap_s ul + .subhead_ligntgreen{border-top: none;}
/* ☆下線：緑バージョン （ul.list_border_green） */
.list_wrap_s .list_border_green{border-top: 1px solid #5BB53B;}
.list_wrap_s .list_border_green li{border-bottom: 1px solid #5BB53B;}
/* ☆spanで改行する場合（ul.list_span_clear） */
.list_wrap_s .list_span_clear span{clear: both;display: block;}
/* ☆右上にアイコン表示 （.list_wrap_s ul > ul.icons） */
.list_wrap_s ul li ul.icons{
	width: auto;
	position: absolute;
	right: 9px;
	top: 8px;
}
.list_wrap_s ul li ul.icons li{
	padding: 0;
	min-height: auto;
	display: inline-block;
	border: none;
	margin: 2px 1px;
}
/*++++++++++++++++++++++++++++++++++++
　ナビ・タブ
++++++++++++++++++++++++++++++++++++++*/
/* ボーダー仕切りのあるdlページナビ（dl.navi） */
dl.navi{margin: 20px 10px;}
dl.navi dd{display: inline-block;margin-top: 5px;}
dl.navi dd{margin-left: 1em;padding-right: 1em;border-right: 1px solid #333;}
dl.navi dd:last-child{border: none;}
/* タブ テキスト1行用 */
.tab_line01{padding: 0;margin-bottom: 20px;}
.tab_line01 ul{clear: both;border-bottom: 3px solid #2D77C2;padding-top: 10px;}
.tab_line01 ul li{
	box-sizing: border-box;
	height: 50px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	display: block;
	float: left;
	margin-right: 2%;
	padding-top: 16px;
	color: #fff;
	background-color: #2D77C2;
	border-top: 3px solid #2D77C2;
	border-left: 3px solid #2D77C2;
	border-right: 3px solid #2D77C2;
	border-radius: 6px 6px 0 0;
	width: 47%;
	letter-spacing: 0;
}
.tab_line01 ul li:first-child{
	margin-left:2%;
}
.tab_line01 ul li a{
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 50px;
	color: #333;
	background-color: #fff;
	border-bottom: 3px solid #2D77C2;
	border-radius: 6px 6px 0 0;
	text-decoration: none;
	margin-top: -16px;
	padding: 16px;
}
.tab_line01 ul li a:hover{
	text-decoration: none;
	background-color: #2D77C2;
	color: #fff;
}
/* ＞付きシンプルナビ（緑ライン　ページ内リンクなど）（ul.simple_navi_green） */
.simple_navi_green{
	width: 100%;
	border-top: 1px solid #5BB53B;
}
.simple_navi_green li{
	box-sizing: border-box;
	display: block;
	border-bottom: 1px solid #5BB53B;
	font-size: 14px;
	position: relative;
}
.simple_navi_green li:after{
	content: "＞";
	display: block;
	position: absolute;
	right: 5px;
	top: 9px;
	color: #666;
	font-size: 14px;
}
.simple_navi_green li a{
	box-sizing: border-box;
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 8px 10px;
	color: #333;
}
/* ＞付きシンプルナビ ハーフサイズ （ul.simple_navi_green.half）*/
.simple_navi_green.half li{width: 50%;display: inline-block;}
.simple_navi_green.half li:nth-child(2n-1){border-right: 1px solid #5BB53B;}
/*++++++++++++++++++++++++++++++++++++
　その他
++++++++++++++++++++++++++++++++++++++*/
/* おすすめ特集（微調整） */
#topDaiContent .mi_bk {padding: 10px;}
#topDaiContent .mi_s{
	font-size:12px;
	border-left:5px solid #136fb5;
	padding:0 5px;
	margin:0 0 10px 0;
}
.intro_tit_ssh_sgh{
	border-left: 8px solid #2D77C2;
	color: #333;
	font-size: 18px;
	line-height: 20px;
	margin: 10px 0 0;
	padding: 10px 15px 10px 5px;
	font-weight: bold;
	font-size: 18px;
}
.intro_txt_ssh_sgh{font-size: 10px;padding-top: 5px;}