@charset "shift_jis";
/* スマホ用CSS767pxまで */


/* ------------------------------
 リセット
------------------------------ */

* {

	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
		  }


body,div,pre,p,blockquote,
form,fieldset,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
embed,object {
	margin: 0;
	padding: 0;
	vertical-align: baseline;

}

td,input,textarea,select,option {
    font:16px 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#333333;
}


h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-size: 1.0em;
}

table {border-spacing:0;}

* html table {border-collapse:collapse;}
*:first-child+html table {border-collapse:collapse;}

caption,th {text-align:left; font-weight: bold;}

table,th,td,img,img a {border:0;}

img {vertical-align:top;
height:auto;}

q:before,q:after {content:'';}

ul { list-style:none;
list-style-type:none;
}
#wrapper {
	width:960px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}



/* ------------------------------
 リンク
 ------------------------------ */
 
a {
	color: #ff6600;

}


a:visited {
	color: #993366;

}
a:hover {
	color: #CC0000;

}

/* ------------------------------
 位置
 ------------------------------ */

.center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.float-right {
	float: right!important;
}

.float-left {
	float: left;
}

.clear {
	clear:both;
}


.margin-left0 {
margin-left:0!important;}

.margin-left15 {
margin-left:15px!important;}

.margin-top10 {
margin-top:10px!important;}

.margin-top12 {
margin-top:12px!important;}

.margin-top15 {
margin-top:15px!important;}

.margin-top18 {
margin-top:18px!important;}

.margin-top20 {
margin-top:20px!important;}

.margin-top22 {
margin-top:22px!important;}

.margin-top30 {
margin-top:30px!important;}

.margin-left10 {
margin-left:10px!important;}

.margin-left10 {
margin-left:10px!important;}


.padding-right58 {
paddin-right:58px;}

.padding-bottom20 {
margin-right:58px;
}




.padding-left0 {
padding-left:0!important;}

.padding-left15 {
padding-left:15px!important;}

.padding-right15 {
padding-right:15px!important;}

.padding-left14 {
padding-left:14px;}



.padding-bottom0 {
padding-bottom:0!important;}

.padding-bottom5 {
padding-bottom:5px;}

.padding-bottom10 {
padding-bottom:10px;}

.padding-bottom13 {
padding-bottom:13px;}

.padding-bottom15 {
padding-bottom:15px;}


.padding-top5 {
padding-top:5px;}

.padding-top10 {
padding-top:10px;}

.padding-top11 {
padding-top:11px;}


.padding-top12 {
padding-top:12px;}

.padding-top15 {
padding-top:15px;}

.padding-top17 {
padding-top:17px;}

.padding-top20 {
padding-top:20px;}

.padding-top22 {
padding-top:22px!important;}

.padding-top25 {
padding-top:25px!important;}

.padding-top30 {
padding-top:30px;}

.padding-bottom25 {
padding-top:25px;}

.lineheight {
line-height:200%;}

/* ------------------------------
 clearfix
 ------------------------------ */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size:0;
}
.clearfix {
	display: inline-block;
} /* Hides from IE-mac \*/ 
* html .clearfix {
	height: 1%;
}
.clearfix {display: block;} /* End hide from IE-mac */

/* ------------------------------
 カラー
 ------------------------------ */
.orange {
	color: #FF6600;
}

.red {
	color: #FF0000;
}

.brown {
	color:#996666;
	}
/* ------------------------------
 文字サイズ
 ------------------------------ */
 
.f-size12 {
font-size:12px;}

.f-size13 {
font-size:13px;}

.f-size14 {
font-size:14px;}

.f-size16 {
font-size:16px;}

.pc {
	display:none;}

img {
	width:100%;}
	
a:hover img {
opacity:0.7;
filter: alpha(opacity=70);        /* ie lt 8 */
-ms-filter: "alpha(opacity=70)";  /* ie 8 */
-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
-khtml-opacity: 0.7;              /* Safari 1.x */
zoom:1;
}


	

/* ------------------------------
 太字
 ------------------------------ */
 
.b {
font-weight:bold;}

.nowrap {
white-space:nowrap;}


/* ------------------------------
 トップCSS
------------------------------ */

body {
	color:#000000;
	background-color: #ffffff;
	text-align: center;
	line-height:150%;
	font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 15px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #15a0c4;

}




/* --------header---------- */


h1 {
	display:none;
}

div#header {
	width: 100%;

}

.ul1 {
	width:100%;
	text-align:left;
	padding:0 10px;
}

li.logo img {
	width:90%;
	max-width:318px;
	padding:10px 0;
}



li.tel_no {
	display:none;
}

li.headtext {

	display:none;
}

.sm1 {
	/*border:1px solid #ff9528;*/
	padding-bottom:14px;
	margin-top:5px;

	}


.sm2 p {
	margin-top:14px;
	padding:0 10px;
	}


.arrow {
background-image:url(../../lp1/images/arrow_g.gif);
background-repeat:no-repeat;
background-position: right center;
padding-right:15px;
color: #333333;
text-decoration:none;
margin-right:10px;

}








/* --------コンテンツ--------- */

#first-box {
	width: 100%;
	padding:0 10px;
}



/* --------セカンドボックス--------- */


#second-box {
	width: 100%;
	text-align:left;
	margin-top:17px;
	padding:0 10px;
}

.p-second {
	padding-top: 5px;
	padding-bottom: 13px;
}

.p2-second {
	padding-top: 5px;
	padding-bottom: 13px;
}




.socond-leftbox {
	width: 100%;
	padding:0 0 10px 0;
}

.socond-rightbox {
	width: 100%;
	padding:10px 0 10px 0;
}




.syuccyo-text {
	background-color:#f2f2f2;
	border:1px dashed #ccc;
	padding:12px;
	margin-top:9px;
	padding-bottom: 12px;
	height:200px;

}

.syuccyo-back {
	background-image:url(../images/sm/sm-text5-img.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	}


.mochikomi-back{
	background-image:url(../images/sm/sm-text6-img.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	}


.shop {
	padding-top: 15px;
	padding-bottom: 15px;
}

.max-width314 {
	max-width:314px;}


.second-table {
	width:100%;

}

.second-table th {
	background-color: #e5e5e5;
	padding-top: 9px;
	padding-right: 16px;
	padding-bottom: 9px;
	padding-left: 16px;
}


.address {
	padding-top: 10px;
	padding-bottom: 10px;
	display:block;
}



.map {
	height: 400px;
	width: 100%;
	border: 1px solid #CCCCCC;
}
.moushikomi {
	padding-top: 15px;
}


/* --------サードボックス--------- */


#third-box {
	text-align:left;
	padding:0 10px;
}


.border-top-right {
border-top:1px solid #ccc;
border-right:1px solid #ccc;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#third-box li {
float:left;
border-left:1px solid #ccc;
border-bottom:1px solid #ccc;
width:50%;
}


/* --------流れ　4thボックス--------- */



#fourth-box {
	width: 100%;
	text-align:left;
	padding:0 10px;
}



#fourth-box .left,#fourth-box .right {
	width: 100%;
	font-size:14px;
	border:1px solid #CCC;
	background-color:#f2f2f2;
-moz-border-radius: 6px; /* gecko */
-webkit-border-radius: 6px; /* webkit */
border-radius: 6px; /* CSS3 standard */
padding:8px;
}

.textbox {
	padding-top: 5px;
text-shadow:
-1px -1px 0px #fff,
1px -1px 0px #fff,
1px 1px 0px #fff,
-1px 1px 0px #fff;

}

.max-width268 {
	max-width:268px;
	width:80%;
	}


.max-width277 {
	max-width:277px;
	width:80%;
	}
	
.max-width264 {
	max-width:264px;
	width:80%;
	}
	
.sm-nagare-back1 {
	background-image:url(../images/sm/sm-text11-back.png);
	background-repeat:no-repeat;
	background-position:top right;
	}
	
.sm-nagare-back2 {
	background-image:url(../images/sm/sm-text12-back.png);
	background-repeat:no-repeat;
	background-position:top right;
	}
	
.sm-nagare-back3 {
	background-image:url(../images/sm/sm-text13-back.png);
	background-repeat:no-repeat;
	background-position:top right;
	}

.smalltext {
	font-size:12px;
	padding-top:5px;
}


.arrow-down {
	padding:8px;
	text-align:center!important;
	width:100%;}

.arrow-down img {
	width:7%;
	max-width:40px;
	}
	
	
/* --------お客様の声--------- */
	
.max-width767 {
	max-width:767px;}

#voice-box {
	width: 100%;
	text-align:left;
	padding:0 10px;
}

#voice-box img {
	min-width:100px;
	width:30%;
	float:left;
	margin-right:10px;
	}

#voice-box span {
	font-size:13px;
	border-bottom:1px dotted #666;}



/* --------即日引き取りOK--------- */

#sixth-box {

}


.sixth1 {
	margin-top:12px;
	font-weight:bold;
	color:#996666;
	text-align:left;
	padding:0 10px;	
}


/* --------会社概要--------- */


#gaiyo {
	margin-top: 20px;
	padding-top: 15px;
	padding-bottom: 30px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #15a0c4;
	background-color: #f1f1f1;
}

#gaiyo img {
	max-width:179px;
	width:35%;
	}



.paddin-right-left10 {
	padding:0 10px;	
	}


#gaiyo table {
	width:100%;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-top: 15px;
}

#gaiyo table th,#gaiyo table td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-size:14px;
	text-align:left;
}

#gaiyo table th {
	background-color: #f5f5eb;
	font-weight:normal;
	width:40%;
}

#gaiyo table td {
	background-color: #FFFFFF;
}



/* --------フォーム--------- */


#formbox {

	width:100%:
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #15a0c4;
	border-bottom-color: #15a0c4;
}

img.moushikomi {
	max-width:381px;
	width:75%;
}


form {
	padding:0 10px;		
	}

#formbox table {
width:100%;}

.table1 {
margin-top:15px;}


#formbox table th {
	font-size:14px;
	display:block;
	font-weight:normal;
	padding-top: 15px;
width:100%;
}


#formbox table td {
	border-bottom: 1px dashed #999999;
	display:block;
text-align:left;
padding-bottom:15px;
width:100%;
}



caption {
	background-color:#efefef;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}


.widthinput,textarea {
	border:1px solid #999999;
	background-color: #f5f5eb;
	padding:4px 5px 4px 5px;
	font-size:14px;
	margin-top:3px;
	width:100%;
}


textarea {
	height:13em;
}


.widthinput,select {
	background-color: #f5f5eb;
	font-size:14px;
	padding:4px 5px 4px 5px;
	margin-top:3px;
}


.example {
	display:none;}

.submit-td {
	text-align:center!important;}

#formbox .submit {
width:100%;
height:auto;
max-width:300px;
margin:0 auto 0 auto;
margin:-9px 0 -5px 0;
}


/* --------thanks.html--------- */


#thanksbox {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #15a0c4;
	border-bottom-color: #15a0c4;
	padding: 20px 10px;
}

#thanksbox img {
	margin-right: auto;
	margin-left: auto;
	max-width:462px;
	width:90%;
}



.thankswidth {
text-align:left;
}


/* --------footer--------- */





#footer {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align:center;
	background-color: #f1f1f1;
	padding-top: 16px;
}


.footer_navibox {
	width:100%;
}

.footer_navi {
	width:100%;
	padding-left:10px;
	background-color:#dbdbdb;
}


.footer_navi li { 
text-align:left;
}

.footer_navi li a {
	background-image: url(../images/arrow_bn.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 15px 0 15px 15px;
	text-decoration:none;
	display:block;
	border-bottom:1px dashed #999;

}


#copyright {
	text-align:center;
	background-color: #666666;
	padding: 15px 10px;
	font-size: 12px;
	width: 100%;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #15a0c4;
	margin-right: auto;
	margin-left: auto;
	color:#cccccc;
}



#pagetop a {
	text-decoration:none;
	color:#FFC;
	display:block;
	width: 100%;
	padding:12px 0;
	background-color:#999;
}



