@charset "Shift_JIS";
/**
 :タイトル "トピックス用スタイル";
 :一行説明 "トピックス用のスタイルシートです";
 :作成日 "2011-03-15";
 :改訂版 [:版 "1.1.0"; :作成日 "2016-02-22"];
*/

#infoContent{
	width: 587px;
	margin: 0 auto;
	padding: 2em 0 0;
}
#infoContent .hdTxt{
	margin-bottom: 1em;
	font-size: 143%;
}
#infoContent .hdTxt.alC{
	text-align: center;
}
#infoContent .layout{
	border-collapse: collapse;
	margin: 0;
	border: none !important;
	background: none !important;
}
#infoContent .layout caption{
	font-weight: bold;
}
#infoContent .layout th,
#infoContent .layout td{
	vertical-align: top;
	border: none !important;
	background: none !important;
	padding: 0;
}
#infoContent .layout td{
	text-align: right;
}
#infoContent .layout .nowrap{
	white-space: nowrap;
	padding-left: 1.5em;
}

/* 画像２点横並び */
.section .pct2H{
	clear: both;
	overflow: hidden;
	width: 520px;
	margin:0 auto;
}
.section .pct2H .pctL{
	width: 250px;
	float: left;
}
.section .pct2H .pctR{
	width: 250px;
	float: right;
}
.section .pct2H p{
	margin-bottom: 0.5em;
}

/* 汎用 */
.mg0{
	margin-bottom: 0;
}
.subtitle{
display: block;
padding:3px 20px 3px 3px;
line-height:1.5;
}

.subtitle span{
border:1px solid #333;
padding:2px 3px 0 2px;
}