@charset "utf-8";

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// Header
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#headerUpper{ display:none;}

header{padding:10px;}

header h1{
	width:160px;
	float:left;
}

#headerInquiry{
	float:right;
	display:table;
	}

.txtTel{
	width:100px;
	padding-right:10px;
	display:table-cell;
	vertical-align:middle;
}

.btnInq{
	width:24px;
	display:table-cell;
	vertical-align:middle;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// Navigation
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

.btnNav{
	background:#b41010;
	padding:10px;
	height:10px;
	text-align:center;
	display:block;
}

.btnNav img{
	width:14px;
	height:10px;
	margin:0 !important;
}

nav ul{display:none;}
nav ul li a{
	display:block;
	padding:5px;
	border-bottom:1px solid #b41010;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// contents Area
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

.infobox{
	max-width:960px;
	border:3px solid #ccc;
	box-sizing: border-box;
	margin:20px auto;
	padding:20px;
}

.infobox .ttl{
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.infobox .mb10{margin-bottom: 10px;}
.infobox .mb20{margin-bottom: 20px;}

#breadCrumb{ display:none;}

#contentsArea{ text-align:left;}

.txt_sideInquiry{
	text-align:center;
	color:#610e0e;
	padding-top:10px;
}

.btn_sideInquiry{ padding:10px;}

.sideBannre{
	padding:10px;
	overflow: hidden;
}

.sideBannre li{ width: 48%; margin-bottom:10px;}
.sideBannre li:nth-child(odd){ float: left;}
.sideBannre li:nth-child(even){ float: right;}


.subNav{ padding-bottom:30px;}

#pageTtl{ padding:10px; border-bottom:3px solid #b41010; margin-bottom:10px;}
#pageTtl h2{
	border-left:5px solid #b41010;
	padding-left:10px;
	font-weight:bold;
	font-size:18px;
	float:left;
}
#pageTtl .ttlEn{
	float:right;
	padding-top:5px;
	color:#b41010;
}

.contents .mainImg{
}

section{ padding:10px;}

.txt_spPadding01{ padding:10px;}

.linkContents{ margin:0 10px 20px 10px;}

.linkContents li a{
	border:1px solid #b41010;
	padding: 8px 10px;
	display:block;
	margin-bottom:10px;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background:url(../images/common/pc/icon_arrow01.png) no-repeat 97% 50%;
}

.linkContents li a:hover{
	filter: alpha(opacity=100);
	moz-opacity: 1;
	opacity: 1;
	background-color:#f9dada;
}

.cvArea{ display:none;}

.sec_example{ margin:40px 0;}

.div_exampleUnit span{ font-size:10px !important;}

.div_exampleUnit p{ font-size:12px !important;}

.div_exampleUnit h4{
	background:url(../images/common/sp/icon_listttl01.png) no-repeat left top;
	background-size:4px 20px;
	padding-left:10px;
	font-weight:bold;
	font-size:16px;
	margin-bottom:20px;
}

.div_imgExample01{ margin-bottom:20px;}
.div_exampleUnit p{ margin-bottom:20px !important;}

.subNav .sns{ padding: 10px 0 0 25%; }
.subNav .sns iframe{ vertical-align: top;}
.subNav .sns iframe:first-child{ margin-right: 20px;}

.bnr_seminar{
	padding: 10px 50px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// Footer
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

.pagetop a{
	display:block;
	padding:5px;
	background:#333333;
	text-align:center;
	color:#FFF;
}

.pagetop img{
	width:15px;
	margin:2px 5px;
}

footer p{
	color: #FFF;
	font-size:10px;
	border-top:1px solid #FFF;
	padding:10px 0;
}

.footerWrap{
	border-top:1px solid #FFF;
}

.footerWrap ul{
	display: table;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
}

.footerWrap li{
	display: table-cell;
	padding: 0 10px;
	border-right: 1px solid #fff;
}
.footerWrap li:last-child{ border: none;}
.footerWrap li a{ color: #fff;}