@charset "utf-8";

/*----------------------------------------------------
creation date 2012.6
http://www.sevenbank.co.jp/soukin/
Copyright (C) Seven Bank,Ltd. All Rights Reserved.
----------------------------------------------------*/

/*------------------------------------
   manual
====================================*/
.mvBlc {
	background-color: #f2f2f2;
	margin-bottom: 40px;
}
.mvBlc p {
	padding: 30px 72px 30px 25px;
	font-size: 138.5%;
	font-weight: bold;
	margin-right: 25px;
	background-image:url(../../../shared/image/img_faq_01.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.faqList .q-box {
	color: #009748;
	font-weight: bold;
	font-size: 161.6%;
	background-color: #ecf7dd;
	background-image: url(../../../shared/image/icon_faq_01.png);
	background-position: 7px 7px;
	background-repeat: no-repeat;
}
.faqList .a-box {
	background-color: #fffeee;
	background-image: url(../../../shared/image/icon_faq_02.png);
	background-position: 7px 7px;
	background-repeat: no-repeat;
}
.faqList .q-box p,
.faqList .a-box p {
	margin-left: 52px;
	padding: 10px 10px 10px 0;
}
.contact h3 {
	padding: 7px 19px;
	margin-bottom: 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 138.5%;
	border-bottom: #01411f 1px solid;
	background: #027437; /* Old browsers */
	background: -moz-linear-gradient(top,  #027437 0%, #029246 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#027437), color-stop(100%,#029246)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #027437 0%,#029246 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #027437 0%,#029246 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #027437 0%,#029246 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #027437 0%,#029246 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#027437', endColorstr='#029246',GradientType=0 ); /* IE6-9 */
}
.contact .innerBox {
	padding: 10px 13px 10px 13px;
	border: #d3d3d3 1px solid;
}
.contact .innerBox.telBoxLang {
	border-bottom: none;
}
.contact .telCenter {
	font-size: 182%;
	font-weight: bold;
	line-height: 1;
	padding-left: 5px;
	margin: 8px 0;
}
.contact .telCenter {
	font-size: 182%;
	font-weight: bold;
	line-height: 1;
	padding-left: 5px;
	margin: 8px 0;
}
.contact .telCenter .small {
	font-size: 60%;
	font-weight: bold;
}
.contact .icon {
	background: #e4e4e4;
	font-weight: bold;
	padding: 6px;
	display: inline-block;
	vertical-align: top;
	margin: 6px 10px 0 5px;
}
.contact .ttl {
	background: #ff7d13;
	color: #fff;
	font-size: 116%;
	text-align: center;
	padding: 5px;
}
.contact .number {
	text-align: center; 
}
.contact .number a {
	color: #ff2600;
	font-weight: bold;
	font-size: 250%;
	text-decoration: none;
	display: inline;
}
.contact .lBox .tel {
	border-right: #d3d3d3 1px solid;
}
.contact .lBox .tel ,
.contact .rBox .tel {
	padding: 0 5px;
}
.contact .lBox,
.contact .rBox {
	float: left;
	width: 50%;
}
@media (max-width: 519px) {
	.contact .lBox,
	.contact .rBox {
		float: none;
		width: auto;
	}
	.contact .icon {
		margin-bottom: 15px;
		display: block;
		text-align: center;
	}
}

