@charset "UTF-8";
/* //////////////////////////////////////////////////
[content初期化]
////////////////////////////////////////////////// */
#content{
	background: none;
	padding: 0;
	text-align: left;
}
nav#footer_migration {
  text-align: left;
}

/* //////////////////////////////////////////////////
[記事の共通書式]
////////////////////////////////////////////////// */
/*記事の書式*/
#article .articleTxt{
	font-size: 0.9rem;
	letter-spacing: 0.04rem;
	line-height: 1.6;
}
#article .articleNote{
	font-size: 0.8rem;
}
/*注釈の書式*/
#article .annotation{
	display: inline-block;
	font-size: 0.8rem;
	letter-spacing: 0.04rem;
	line-height: 1.6;
	color: #757575;
}
#article .articleTxtAccent{
	font-weight: bold;
}
#article .articleBox{
	background-color: #fbfbfb;
}
#article .imgFix{
	text-align: center;
	margin: 0 auto;
}
#article .imgFix img{
	width: 100%;
	max-width: 300px;
}
#article .imgFix.sizeFree img{
	width: auto;
	max-width: 300px;
}
#article .imgOverflow{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center;
	margin: 10px;
	padding: 10px 0px 10px 10px;
	overflow-x: scroll;
	border: 1px solid #d5d5d5;
	-webkit-overflow-scrolling: touch;
}
#article .imgOverflow::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
#article .imgOverflow::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
#article .imgOverflow::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 50px;
}
#article .imgOverflow::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
#article .imgOverflow::-webkit-scrollbar-thumb:active {
  background: #000000;
}
#article .imgOverflow::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 50px;
}
#article .imgOverflow::-webkit-scrollbar-track:hover {
  background: #666666;
}
#article .imgOverflow::-webkit-scrollbar-track:active {
  background: #333333;
}
#article .imgOverflow::-webkit-scrollbar-corner {
  background: transparent;
}
/* //////////////////////////////////////////////////
[汎用レイアウト用class]
////////////////////////////////////////////////// */
/*左右余白10px*/
#article .mlr10{
	margin: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#article .ma10{ margin: 10px;}/*上下左右余白10PX*/
#article .mt10{ margin-top: 10px;}/*上余白10px*/
#article .mb10{	margin-bottom: 10px;}/*下余白10px*/
#article .mtb10{ margin: 10px 0;}/*上下余白10px*/

/*左右余白上下左右PADDING　10px*/
#article .plr10{
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#article .pa10{ padding: 10px;}/*上下左右PADDING　10PX*/
#article .pt10{ padding-top: 10px;}/*上PADDING　10px*/
#article .pb10{ padding-bottom: 10px;}/*下PADDING　10px*/
#article .ptb10{ padding: 10px 0;}/*上下PADDING　10px*/

/*左右余白20px*/
#article .mlr20{
	margin: 0 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#article .ma20{ margin: 20px;}/*上下左右余白20PX*/
#article .mt20{ margin-top: 20px;}/*上余白20px*/
#article .mb20{	margin-bottom: 20px;}/*下余白20px*/
#article .mtb20{ margin: 20px 0;}/*上下余白20px*/

/*左右余白上下左右PADDING　20px*/
#article .plr20{
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#article .pa20{ padding: 20px;}/*上下左右PADDING　20PX*/
#article .pt20{ padding-top: 20px;}/*上PADDING　20px*/
#article .pb20{ padding-bottom: 20px;}/*下PADDING　20px*/
#article .ptb20{ padding: 20px 0;}/*上下PADDING　20px*/
/* //////////////////////////////////////////////////
[テーブル]
////////////////////////////////////////////////// */
.ui-table-common{
	width: 100%;
	border: 1px solid #d5d5d5;
	table-layout: fixed;
}
.ui-table-common th{
	border: 1px solid #d5d5d5;
	/*text-align: center;*/
	vertical-align: middle;
	font-size: 0.9rem;
	font-weight: bold;
	background-color: #EFEBD6;
	padding: 5px;
}
.ui-table-common td{
	border: 1px solid #d5d5d5;
	/*text-align: center;*/
	font-size: 0.9rem;
	padding: 5px;
	vertical-align: middle;
}
th.no1,
td.no1{
	background-color: #FDF9DC;
}
th.no2,
td.no2{
	background-color: #f5f5f5;
}
th.no3,
td.no3{
	background-color: #fdecec;
}
/* //////////////////////////////////////////////////
[記事ヘッダー]
////////////////////////////////////////////////// */
#article .articleHeaderImg{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-background-size: 600px 160px;
	background-size: 600px 160px;
	background-position: center;
	background-repeat: no-repeat;
	height: 160px;
	/*画像はページ固有のCSSで指定してください。画像サイズは1200x320/pxです*/
}
#article .responsiveH1Header{
	margin:10px;
}
#article .responsiveH1Header .imgFix img{
	max-width:100%;
}
#article #articleHeader{
	background-color: #FFF;
	width: 100%;
	border-bottom: 1px solid #d2d2d2;
	padding: 16px 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#article #articleHeader .articleTit{
	padding: 0 0 10px 0px;
	  width: 100%;
}
#article #articleHeader .articleTit h1{
	font-size: 1.3rem;
	line-height: 1.5;
	color: #000;
	letter-spacing: 0.06rem;
}
#article #articleHeader .articleTit h1 span{
}
#article #articleHeader .articleTit .articleSubTit{
	font-size: 0.8rem;
	color: #A5A5A5;
	float: right;
}
/*記事ヘッダーと隣接する見出しのborder-topを消す*/
#article header + section > .headings-lv2-2{
	border-top: none;
}
/*記事ヘッダー部SNSセクション*/
#article .articleSnsSection ul{
	display: table;
	width: 100%;
}
#article .articleSnsSection ul li{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 33.333333%;
	line-height: 32px;
	padding: 0 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#article .articleSnsSection ul li a{
	display: block;
	background-color: #f2f2f2;
	text-decoration: none;
	font-size: 0.8rem;
}
#article .articleSnsSection ul li a.fb{
	color: #3B5998;
}
#article .articleSnsSection ul li a.tw{
	color: #55ACEE;
}
#article .articleSnsSection ul li a.gp{
	color: #dd4b39;
}
span.icn-facebook,
span.icn-twitter,
span.icn-googleplus{
	padding-left: 22px;
	-webkit-background-size: 18px;
	     -o-background-size: 18px;
	        background-size: 18px;
}
/*リードテキストボックス*/
#article .articleLeadTxt{
	padding: 14px 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
/* //////////////////////////////////////////////////
[見出し直下ナビゲーション]
////////////////////////////////////////////////// */
#article .articleSubNav{
	width: 100%;
	display: block;
}
#article .articleSubNavLf{
	float: left;
	text-align: left;
	width: 50%;
}
#article .articleSubNavLf span.annotation{
	font-size: 0.8rem;
}
#article .articleSubNavRt{
	float: right;
	text-align: right;
	width: 50%;
}
#article .articleSubNavRt a{
	display: block;
	text-decoration: none;
	color: #217CB1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#article .articleSubNavRt a span.icn-allow-right{
	font-size: 0.8rem;
	font-weight: bold;
	padding-right: 12px;
	-webkit-background-size: 9px;
	     -o-background-size: 9px;
	        background-size: 9px;
}
/*記事ブロック見出し直下ナビゲーション-隣接するナビゲーションがなく幅100%にしたい場合*/
#article .articleSubNav.w100 .articleSubNavLf,
#article .articleSubNav.w100 .articleSubNavRt{
	float: none;
	width: 100%;
}

/* //////////////////////////////////////////////////
[タブ]
////////////////////////////////////////////////// */
.ui-tab-wrapper{
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.ui-tab-wrapper ul{
	display: table;
	width: 100%;
}
.ui-tab-wrapper .ui-tab{
	display: table-cell;
	padding-right: 3px;
}
.ui-tab-wrapper .ui-tab:last-child{
	padding-right: 0px;
}
.ui-tab-wrapper .ui-tab a{
	display: block;
	font-size: 0.75rem;
	text-decoration: none;
	color: #000;
	background-color: #f2f2f2;
	border: 1px solid #d2d2d2;
	border-radius: 5px 5px 0 0;
	text-align: center;
	padding: 10px 0;
	position: relative;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.ui-tab-wrapper .ui-tab a.is-selected{
	border-bottom: none;
	background-color: #FFF;
	z-index: 2;
}
.ui-tab-wrapper .ui-tab a.is-selected::before{
	content: " ";
	position: absolute;
	top: 0px;
	left: 0;
	height: 4px;
	width: 100%;
	background-color: #ff9300;
	-webkit-border-radius: 5px 5px 0 0;
	        border-radius: 5px 5px 0 0;
}
.ui-tab-content-wrapper{
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.ui-tab-content-wrapper li.ui-tab-content{
	display: none;
	margin-top: -2px;
	border: 1px solid #d2d2d2;
	background-color: #FFF;
	border-radius: 0 0 5px 5px;
	position: relative;
	z-index: 1;
}
h2.headings-lv2-2,
h2.headings-lv2-2 span{
	line-height: normal;
}
