@charset "UTF-8";
/* Style.Css
ページ、或いはファイル毎の個別css
---------------------------------------------------- */

.pageTop{
}

.iTxt1,
.iBox1,
.iFst,
.iLst,
.No2{/*
各ページ毎の汎用ネーム
iはindivisualの頭文字
*/}


.main{padding:0px 0 40px;}
.slkMain{margin-bottom: 0;}

.nav1{margin-bottom: 45px;}


.topicZone{margin-bottom: 30px;}
.topicZone h2{
	background-color: #1a5c8c;
	margin-bottom: 20px;
	padding: 15px;
	color: #fff;
	text-align:center;
}
.topicZone .tblList1 dt{width: 120px;}





/*=== メディアクエリ ===*/
@media screen and (max-width:1199px){
/*デスクトップ(992px以上、1200px未満)*/
}
@media screen and (max-width:991px){
/*タブレット(768px以上、992px未満)*/
}
@media screen and (max-width:767px){
/*モバイル(768px未満)*/
.main{padding:0px 0 15px;}

.nav1{margin-bottom:5px;}


.topicZone{margin:0 -10px 30px;}
.topicZone h2{
	margin-bottom:10px;
	padding:10px 15px;
}
.topicZone .tblList1 dt{width:auto;}


}