
a {
	text-decoration:none;
}



#container header {
	min-width: 1100px;
	height: 136px;
	background: #000fa0;
	color: #fff;
}

.inner {
	width: 1100px;
	margin: 0 auto;
}

.inner p {
	font-size: 1.4em;
	line-height: 24px;
}

#container header .inner h1 {
	padding-top: 36px;
	font-size: 4em; 
}

#container header .inner p {
	padding-top: 2px;
	font-size: 1.2em;
}

#container #header-ttl {
	float: left;
}

#container #header-ad {
    padding-top: 39px;
    text-align: right;
}


/* お問い合わせ */

#contact {
	margin: 40px 0 22px 0;
	background: #ecf3f4;
	padding: 24px 30px;
}

#contact article {
	padding: 10px;
	box-sizing: border-box;
	width: 500px;
	height: 150px;
	margin: 42px 10px;
	background: #fff;
	border-top: solid 3px #000;
	text-align: center;
	float: left;
}

#contact article dt {
	margin: 0 0 15px 0;
	padding-bottom: 2px;
	font-size: 1.8em;
	border-bottom: dotted 1px #000;
}

#contact article dd {
	font-size: 1.2em;
}

#contact article.program .btn {
	width:100px;
	font-size: 1em;
	border: solid 1px #0a6678;
	margin: 0 0 0 100px;
	text-decoration:none;
	display:block;
	text-align:center;
	padding: 6px 0;
	color:#0a6678;
	background:#fff;
	border-radius:25px;
	float: left;
}

#contact article.program .tel {
	margin: 10px 0 0 10px;
	line-height: 1em;
	font-size: 2em;
	font-weight: 700;
	float: left;
}

#contact article.program dd p.open {
	width: 250px;
	text-align: right;
	font-size: 1em;
	padding: 40px 0 0 90px;
}

#contact article.jme .btn, #contact article.web .btn {
	width:264px;
	font-size: 1em;
	margin: 0 auto 9px;
	text-decoration:none;
	display:block;
	text-align:center;
	padding: 10px 0 10px;
	color:#fff;
	background:#ff0054;
	border-radius:5px;
}


#contact article.web {
	margin: 9px 0 0 0;
}



/* よくあるお問い合わせ */

#manytimes {
	margin-bottom: 30px;	
}

#manytimes article {
	margin-bottom: 5px;
}

#manytimes li {
	font-size: 1.4em;
}

#manytimes h1 {
	font-size: 2.4em;
	padding-bottom: 6px;
}

#manytimes dt {
	height:50px;
	cursor:pointer;
	display:block;
	background: url(../img/question_off.png) no-repeat #008aff;
}

#manytimes dt.active {
	cursor:pointer;
	display:block;
	background: url(../img/question_on.png) no-repeat #008aff;
}

#manytimes dd {
	background: #ecf6ff;
	padding: 18px 24px;
	display:none;
}


#manytimes dd p.info {
	padding-top: 15px;
	font-weight: bold;
}

#manytimes  li {
	list-style-type: disc;
	margin: 5px 0 0 30px;
}

.faq_box dt p {
	color:#fff;
	font-size: 1.7em;
	line-height: 24px;
	padding:14px 0 0 50px;
}