﻿@charset "UTF-8";

/*===================================*/
/*index.html*/
/*===================================*/
/*禁則処理*/
.step, .stepp{
	text-align: justify;
	text-justify: inter-ideograph;
}


.step{
	background-image:url(img/step2.jpg);
	background-repeat:no-repeat;
	padding:0px 15px 0px 210px;
}
.step1{padding-top:40px;}
.step2{padding-top:73px;}
.step3{padding-top:74px;padding-bottom:24px;}
.step4{padding-top:52px; padding-bottom:22px;}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.step3{padding-top:76px;}
    .step4{padding-top:56px; padding-bottom:25px;}
}


.s_right{margin:10px 0px 0px 40px;}


/*information.html*/
iframe { border: none; }

#info{
	text-align:left;
	margin-left:0px;
	font-size:13px;
}
#info ul{
	margin-left:-30px;
	padding-top:0px;
}
#info ul li{margin-bottom:10px;}


/*===================================*/
/*service.html*/
/*===================================*/
.TBbox{
	border:solid 3px #E29AA8;
	padding:10px 10px 0px 10px;
	margin-bottom:10px;
}
.TBbox h3{clear:both;}
.TBbox .floatLEFT{
	width:320px;
	float:left;
	/*background-color:#006666;*/
}
.TBbox .floatRIGHT{
	width:300px;
	float:right;
	/*background-color:#CC9999;*/
}

.TBbox table{
	width:300px;
	border-collapse:separate;
	border:solid 2px #888888;
	empty-cells:show;
}
.TBbox table th{
	width:120px;
	border:solid 1px #C6C6C6;
	padding:5px;
	text-align:center;
}
.TBbox table td{
	border:solid 1px #C6C6C6;
	padding:5px;
}

.deco01, .deco02{
	background-color:#A8E592;
}
.deco02{
	text-align:center;
	font-weight:bold;	
}



/*===================================*/
/*track_record.html*/
/*===================================*/
.TBbox h4{margin-bottom:8px;
	font-size:18px;
	color:#3d3d3d;
	margin-top:8px;	}

.canpany{
	width:640px;
	border-collapse:separate;
	border:solid 2px #888888;
	empty-cells:show;
	margin:10px 0px;
}
.canpany th{
	width:150px;
	border:solid 1px #C6C6C6;
	background-color:#A8E592;
	padding:8px 5px;
	text-align:center;
}
.canpany td{
	border:solid 1px #C6C6C6;
	padding:8px 5px;
}

.canpany ul{margin-left:15px;}



.map_text{
	background-color:#A8E592;
	padding:8px 5px;
	margin-bottom:10px;
}

table.detail{
	width:640px;
	margin:10px auto;
	border:#ccc 1px solid;
	border-collapse:collapse;
	empty-cells:show;
}

.TBbox table.detail td.left{
	width:60%;
	height:30px;
	line-height:30px;
	padding-left:5px;
	background:#fbdfd1;
	font-weight:bold;
	color:#3d3d3d;
}

.TBbox table.detail td.right{
	height:30px;
	line-height:30px;
	padding-right:5px;
	text-align:right;
}

.TBbox ul.track{
	margin:0 auto 20px;
	border-bottom:1px dashed #ccc;
	padding-bottom:20px;
	
	
}

.TBbox ul.track li{
	list-style:none;
	margin-bottom:8px;
}



/*===================================*/
/*contact.html*/
/*===================================*/
.setCON{margin-left:18px;}
.setCON li{margin-bottom:5px;}

.textBOX{
	margin-left:18px;
	
}
.textBOX span{
	font-size:20px;
	font-weight:bold;
}




