@charset "utf-8";
/* CSS Document */

/* CONTENTS : 2nd Page（TAG）
-------------------------------------------------- */
#contents h1 {
	margin: 0 0 30px 0;
	padding: 0;
}
#contents h1 img {
	border-radius: 6px;
}
#contents h2 {
	color: #0060A7;
	font-size: 186%;
	font-weight: normal;
	line-height: 1.5;
	border-radius: 4px;
	text-shadow: #DDEDF7 1px 1px 0;
	box-shadow: #CCC 0 1px 2px;
	margin-bottom: 1em;
	padding: 13px 18px;
	
	background: rgb(235,241,246); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(235,241,246,1) 0%, rgba(171,211,238,1) 50%, rgba(137,195,235,1) 51%, rgba(213,235,251,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=0 ); /* IE6-9 */	
}
#contents h2.imgTitle {
	color: #0060A7;
	font-size: 186%;
	font-weight: normal;
	line-height: 1.5;
	border-radius: 0;
	text-shadow: none;
	box-shadow: none;
	margin-bottom: 1em;
	padding: 0;	
	background: none;
}
#contents h3 {
	color: #000;
	font-size: 165%;
	font-weight: normal;
	line-height: 1.5;
	border-top: #BBB 1px solid;
	border-bottom: #BBB 1px solid;
	margin-bottom: 1em;
	padding: 15px 18px;
}
#contents h3 i {
	width: 5px;
	height: 30px;
	display: block;
	position: relative;
	margin-right: 0px;
	float: left;
	left: -18px;
	
	background: rgb(235,241,246); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(235,241,246,1) 0%, rgba(171,211,238,1) 50%, rgba(137,195,235,1) 51%, rgba(213,235,251,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=0 ); /* IE6-9 */	
}
#contents h4 {
	color: #0E66C2;
	font-size: 143%;
	font-weight: normal;
	line-height: 1.5;
	/*border-left: #0E66C2 5px double;*/
	background: url(../images/icon_carrot-right-round-blue.png) left center no-repeat;
	margin-bottom: 1em;
	padding: 0 0 0 25px;
}

#contents p {
	font-size: 115%;
	line-height:1.75;
	margin-bottom: 1em;
}
#contents ruby {
	ruby-align: distribute-space;
	ruby-overhang: auto;
	ruby-position: above;
}
#contents ul,ol {
	list-style:none;
}
#contents strong {
	text-decoration:underline;
}
#contents blockquote {
	font-size: 100%;
	line-height:1.75;
	margin-bottom: 1em;
	background: #EFEFEF;
	border-radius: 6px;
	padding: 20px;
}
#contents blockquote p:before {
	content: "“"; 
}
#contents blockquote p:after {
	content: "”"; 
}

/* CONTENTS : 2nd Page（ID・CLASS）
-------------------------------------------------- */
#contents .section {
	margin: 0 auto 40px auto;
	zoom: 1;/* float clear */
}
#contents .section:after {
	content: ""; 
	display: block; 
	clear: both;
}
/* float clear end */

#contents .clearfix {
	zoom: 1;/* float clear */
}
#contents .clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}
/* float clear end */
#contents .width315 {
	width: 315px;
}
#contents .width300 {
	width: 300px;
}
#contents .width250 {
	width: 250px;
}
#contents .width200 {
	width: 200px;
}
#contents .layoutLeft {
	float: left;
}
#contents .layoutRight {
	float: right;
}
#contents .textRight {
	text-align: right;
}
#contents .textCenter {
	text-align: center;
}
#contents .imgLeft {
	float: left;
	margin: 0 20px 15px 0;
}
#contents .imgLeft img {
	border-radius: 6px;
}
#contents .imgRight {
	float: right;
	margin: 0 0 15px 20px;
}
#contents .imgRight img {
	border-radius: 6px;
}
#contents .imgCenter {
	text-align: center;
	margin: 0 0 15px 0;
}
#contents .imgCenter img {
	border-radius: 6px;
}
#contents .phFrame {
	padding: 6px;
	border: #CCC 1px solid;
	box-shadow: #CCC 0 1px 2px;
}
#contents figure {
}
#contents figure img {
	margin-bottom: 8px;
}
#contents figcaption {
	text-align: center;
}


#contents .textRight {
	text-align: right;
}
#contents.textCenter {
	text-align: center;
}
#contents .attention {
	color: #F09A0B;
	font-size: 86%;
}
#contents ul.list  {
	line-height: 1.5;
	list-style: none;
	padding: 0;
	margin-bottom: 15px;
}
#contents ul.list li {
	background: url(../images/icon_carrot-right-round.png) left center no-repeat;
	padding: 0 0 0 20px;
	margin-bottom: 0.5em;
}
#contents ol.list  {
	line-height: 1.5;
	list-style: decimal;
	margin-left: 1em;
	padding: 0;
	margin-bottom: 15px;
}
#contents ol.list li {
	margin-bottom: 0.5em;
}
#contents dl.list  {
	line-height: 1.5;
	padding: 0;
	margin-bottom: 15px;
}
#contents dl.list dt {
	font-weight: bold;
	background: url(../images/icon_carrot-right.png) left center no-repeat;
	padding: 0 0 0 20px;
	margin-bottom: 0.5em;
}
#contents dl.list dd {
	border-radius: 6px;
	margin-bottom: 0.5em;
}
#contents table.list {
	border-collapse: collapse;
	margin-bottom: 20px;
}
#contents .list td {
	border: #AAAAAA 1px solid;
	padding: 10px 5px;
}
#contents a.link {
	background: url(../images/icon_carrot-right-round.png) left center no-repeat;
	padding: 3px 0 3px 20px;
}
#contents dl.qa  {
	line-height: 1.5;
	padding: 0;
	margin-bottom: 15px;
}
#contents dl.qa dt {
	background: #DDEDF7 url(../images/icon_qa-q.png) left center no-repeat;
	background-position: 8px center;
	padding: 15px 15px 15px 78px;
	border-top: #CCC 1px solid;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
}
#contents dl.qa dd {
	background: url(../images/icon_qa-a.png) left center no-repeat;
	background-position: 8px center;
	padding: 15px 15px 15px 78px;
	border: #CCC 1px solid;
}


/* CONTENTS : ABOUT US
-------------------------------------------------- */
.tableset1 {
	width: 650px;
	line-height: 1.5;
	border-collapse: collapse;
	margin-bottom: 1em;
	border-top: #FFF 1px solid;
}
.tableset1 td {
	border-bottom: #FFF 1px solid;
	padding: 8px 10px 8px 10px;
}
.tableset1 td:nth-child(2n+1) {
	width: 150px;
	background: #DDEDF7;
}

.staffBox {
	margin-bottom: 25px;
}
.staffBox .katagaki {
	color: #666;
	font-size: 60%;
	margin-right: 10px;
}
.staffPh {
	width: 230px;
	margin-right:20px;
	float: left;
}
.staffPh img {
	border-radius: 6px;
}
.staffProfile {
	width: 400px;
	float: left;
}

/* CONTENTS : REASON
-------------------------------------------------- */

/* CONTENTS : TREATMENT
-------------------------------------------------- */
#contents .recommend {
	border:#CCC 1px solid;
	border-radius:6px;
}
#contents .recommend h3 {
	color: #0060A7;
	font-size: 143%;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 12px 0;
	padding: 16px 24px;
	background: #DDEDF7;
	background-image: none;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: #CCC 1px solid;
	border-radius: 6px 6px 0 0;
}
#contents .recommend ul.list  {
	color: #FF6841;
	list-style: none;
	line-height: 1.5;
	margin: 0;
	padding: 8px 24px 16px 24px;
}
#contents .recommend ul.list li {
	font-size: 129%;
	background: url(../images/icon_recommend-checkbox.png) left center no-repeat;
	/*border:#FF9101 1px solid;
	border-radius:3px;*/
	margin: 0 0 8px 0;
	padding: 6px 0 0 25px;
	/*float:left;
	white-space:nowrap;*/
}

/* CONTENTS : FIRST
-------------------------------------------------- */

/* CONTENTS : ACCESS MAP
-------------------------------------------------- */















































/* CONTENTS : FEATURE
-------------------------------------------------- */
.balloon {
	font-size:165%;
	text-align:center;
	padding:20px 15px 20px 60px;
	border-radius:4px;
	position: relative;
	background: #FDEEEE;
}
.balloon:after {
	top: 100%;
	left: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 148, 148, 0);
	border-top-color: #FDEEEE;
	border-width: 12px;
	margin-left: -12px;
}
.balloon i {
	width:100px;
	height:100px;
	display:block;
	position:absolute;
	top:-30px;
	left:-20px;
}
.balloon i.f01 { background:url(../feature/images/feature_01.png) left top no-repeat; }
.balloon i.f02 { background:url(../feature/images/feature_02.png) left top no-repeat; }
.balloon i.f03 { background:url(../feature/images/feature_03.png) left top no-repeat; }

/* CONTENTS : SERVICE
-------------------------------------------------- */
#contents #main .recommend {
	border:#CCC 1px solid;
	border-radius:6px;
}
#contents #main .recommend h4 {
	text-align:center;
	margin:0;
	padding:8px 24px;
	background:#F6F6F6;
	border-left:none;
	border-top:none;
	border-right:none;
	border-bottom:#CCC 1px solid;
	border-radius:6px 6px 0 0;
}
#contents #main .recommend ul.list  {
	color:#FF9101;
	list-style:none;
	line-height:1.5;
	margin:0;
	padding:8px 24px 32px 24px;
}
#contents #main .recommend ul.list li {
	background:none;
	border:#FF9101 1px solid;
	border-radius:3px;
	margin:0 10px 10px 0;
	padding:3px 6px;
	float:left;
	white-space:nowrap;
}
#contents #main .contactBtn {
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color: #ffffff;
	font-size:100%;
	font-weight: normal;
	width:180px;
	display:block;
	margin:0 auto;

	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 6px;
	text-decoration: none;
	padding: 18px 30px 18px 50px;
	background: url("http://grad3.ecoloniq.jp/sample/img/icons_45.png") no-repeat 7% center, -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f55c00), color-stop(0.09, #dea906));
	background: url("http://grad3.ecoloniq.jp/sample/img/icons_45.png") no-repeat 7% center, -webkit-linear-gradient(top, #dea906 9%, #f55c00 100%);
	background: url("http://grad3.ecoloniq.jp/sample/img/icons_45.png") no-repeat 7% center, -moz-linear-gradient(top, #dea906 9%, #f55c00 100%);
	background: url("http://grad3.ecoloniq.jp/sample/img/icons_45.png") no-repeat 7% center, -o-linear-gradient(top, #dea906 9%, #f55c00 100%);
	background: url("http://grad3.ecoloniq.jp/sample/img/icons_45.png") no-repeat 7% center, -ms-linear-gradient(top, #dea906 9%, #f55c00 100%);
	background: url("http://grad3.ecoloniq.jp/sample/img/icons_45.png") no-repeat 7% center, linear-gradient(to bottom, #dea906 9%, #f55c00 100%);
}
#contents #main .contactBtn:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


/* CONTENTS : FAQ
-------------------------------------------------- */
#contents #main dl.faqList  {
	line-height:1.5;
	padding:0;
}
#contents #main dl.faqList dt {
	color:#A0001A;
	font-size:129%;
	font-weight:normal;
	border:#CCCCCC 1px solid;
	border-radius:5px 5px 0 0;
	background:url(../images/top_faq_nav_bg.png) 8px center no-repeat;
	padding:12px 0 12px 45px;
}
#contents #main dl.faqList dd {
	border-right:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
	border-left:#CCCCCC 1px solid;
	border-radius:0 0 5px 5px;
	margin-bottom:1.5em;
	padding:18px;
}




/* CONTENTS : CONTACT
-------------------------------------------------- */
/* /contact/mfp.statics/css/base.css内に指定
-------------------------------------------------- */
#contents #main .contactTelBox {
	color:#666;
	text-align:center;
	background:#FDEEEE;
	border:#CCC 1px solid;
	border-radius:4px;
	padding:10px;
}
#contents #main .contactTelBox p {
	margin-bottom:0;
}
#contents #main .contactTelBox a {
	font-size:230%;
	font-style:italic;
	color:#000;
	text-align:center;
	background:url(../images/contact_icon_tel.png) left center no-repeat;
	margin:16px 0;
	padding-left:30px;
}

/*注意書き*/
#contents #main .caution {
	font-size:86%;
	background:#FDEEEE;
	border:#CCC 1px solid;
	border-radius:6px;
	padding:15px 30px;
	margin-bottom:40px;
}
#contents #main .caution h3 {
	padding-top:0;
}
#contents #main .caution ul {
	list-style:disc;
	padding:0 1em 0 1em;
}
#contents #main .caution ul li {
	margin-bottom:0.75em;
}
#contents #main .caution ul li:nth-last-child(1) {
	margin-bottom:0;
}
