@charset "UTF-8";
#servicer *{
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333333;
}

#servicer header, 
#servicer footer, 
#servicer section, 
#servicer article, 
#servicer aside, 
#servicer nav, 
#servicer hgroup, 
#servicer address { 
	display: block;
}

#servicer h1, 
#servicer h2, 
#servicer h3, 
#servicer h4 { 
	margin: 0; 
}
	#servicer h1 {}
	/*h2 { 
		color: #390; 
		font-size: 16px; 
		padding-bottom: 0.5em; 
		border-bottom: solid 1px #CCC; 
		margin-bottom: 0.5em; 
	}*/
	#servicer h2.title {
	margin-bottom: 10px;
	padding: 3px 8px;
	color: #333;
	background: url("http://www.w-w-light.com/eccube2115/html/user_data/packages/worldwinglight/img/background/title_bg.png") repeat-x left bottom;
	font-size: 170%;
	}
	#servicer h3.title {
		font-size: 110%;
		margin: 20px 0 10px 0;
		padding: 4px 0 5px 10px;
		background: url('../../eccube2115/html/user_data/packages/worldwinglight/img/background/bg_tit_bloc_01.jpg') repeat-x left top white;
		border-style: solid;
		border-color: #ccc;
		border-width: 0px 1px 1px 5px;
	}

#servicer #map-sample {}
div.wrap { overflow: hidden; }

#servicer #gmap4 { 
	width: 600px; 
	height: 600px; 
	float: left; 
}

#servicer #list { 
	/*width: 800px;*/
	/*height:200px;*/
	width:200px;
	height:600px;
	overflow:auto;
	/*float: right;*/
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: solid 1px #CCC;
}
	#servicer #list li { 
		background: #FFF; 
		padding: 0.5em 0; 
		border-bottom: solid 1px #CCC;
	}
	#servicer #list li a{
		font-size:80%;
		text-decoration:none;
	}


#servicer .info-data { 
	width: 340px; 
}
	#servicer .info-data h1, .info-data h3 { 
		color: #C60; font-size: 16px; padding-bottom: 0.5em; border-bottom: solid 1px #CCC; margin-bottom: 0.5em; 
	}
	#servicer .info-data img { 
		margin-left: 10px; float:right; 
	}
	
#servicer .code { 
	min-height: 100px; overflow: auto; 
}

#servicer .line-through { 
	text-decoration: line-through; 
}

#servicer section dt {
	font-weight: bold;
	padding: 0.5em 0 0;
}
#servicer section dd {
	padding: 0.5em 0;
}

#servicer section dd ul {
	padding-top: 0.25em;
}

#servicer section dd.default {
	background: #EFEFEF;
	padding: 0.25em 1em;
}

#servicer section dd.default span {
	padding-right: 1em;
}

#servicer section dd span.caution {
	display: block;
	color: #C00;
	font-size: 80%;
	line-height: 1.4em;
	padding-top: 1em;
}





#servicer #tyuui p{
	font-size:70%;
}



/*後から追加した版*/
#servicer #inner_wrapper2{
	width:800px;
}


#servicer #shop_list2{
}
#servicer #shop_list2 div{
	width:250px;
	float:left;
	margin-right:14px;
	margin-bottomt:10px;
}
#servicer #shop_list2 div:nth-child(3n){
	padding-bottom:10px;
}
#servicer #shop_list2 div ul{
	margin:0;
	padding:0;
	width:250px;
	height:300px;
	overflow:auto;
	border:1px solid #cccccc;
}
#servicer #shop_list2 div li{
	background-color:#f5f5f5;
	border-radius:5px;
	width:220px;
	margin-bottom:5px;
	padding:5px;
}
#servicer #shop_list2 div li:nth-child(2n){
	background-color:#e6e6e6;
}
#servicer #shop_list2 div li *{
	font-size:80%;
}
#shop_list2 div li p{
	margin:0;
	padding:0;
}


#servicer .to_top{
	clear:both;
	text-align:right;
	float:right;
}

#servicer #serviceshop{
	clear:both;
	margin-top:60px;
}
#servicer .form_btn01{
	display:block;
	width:250px;
	text-decoration:none;
	font-size:120%;
	font-weight:bold;
	text-align:center;
	margin:10px auto;
	padding:20px 20px;
	border:1px solid #cccccc;
	border-radius:5px;
	background: #fcfff4; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(40%,#dfe5d7), color-stop(100%,#b3bead)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */
}
#servicer .form_btn01:hover{
	background: #fcfff4; /* Old browsers */
	background: -moz-linear-gradient(top,  #b3beaa 0%, #dfe5d7 60%, #fcfff3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3beaa), color-stop(60%,#dfe5d7), color-stop(100%,#fcfff3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b3beaa 0%,#dfe5d7 60%,#fcfff3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b3beaa 0%,#dfe5d7 60%,#fcfff3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b3beaa 0%,#dfe5d7 60%,#fcfff3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b3beaa 0%,#dfe5d7 60%,#fcfff3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3beaa', endColorstr='#fcfff3',GradientType=0 ); /* IE6-9 */
}


#servicer #shop_list2_index li{
	float:left;
	margin:5px 0;
	padding:0 10px;
	border-right:1px solid #333333;
}
#servicer #shop_list2_index li:last-child{
	border-right:none;
}
#servicer #shop_list2_index li a{
	font-size:12px;
	display:block;
}
#servicer #shop_list2_index li a:hover{
	background-color:#ffcccc;
}






/*----------------------------------------------*/
#servicer .clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
	visibility:hidden;
}
#servicer .clearfix{
	display: inline-block;
} 
/* Hides from IE Mac */
#servicer * html .clearfix{
	height: 1%;
}
#servicer .clearfix{
	display:block;
}
/* End Hack */