﻿@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------- */
/* ■見積もりフォーム */
/* ----------------------------------------------------- */

.lineimg{display: block;}

#title{
	width:654px;
	height:93px;
	margin-top:90px;
}

#mainarea{
	width:630px;
	height:auto;
	background:url(../contact/bg.gif);
	background-repeat:repeat-y;
	text-align:left;
		padding-left: 24px;
	padding-bottom: 22px;
}

#naiyou{
	width: 550px;
	height: auto;
	padding-left: 24px;
	text-align: center;
}

.setsumeitext{
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
}

/* ■------価格表-------- */
.pricebox{

width: 100%;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #666;
border-left: 0px solid #666;
border-bottom:0px solid #666;
	padding-bottom: 15px;

}
caption{
	font-size:14px;
text-align:center;
	border: 1px solid #666;
	background-color: #666;
	border-bottom: 0px;
	color: #fff;
	padding: 2px;
	border-radius: 6px 6px 0 0;/*角の丸み*/
	
}

.pricebox th{
width:45%;
padding:4px;
text-align: left;
vertical-align: top;
background-color: #fff;
border-right: 1px solid #666;
border-bottom: 1px solid #666;
	border-left: 1px solid #666;
color:#666;
font-size:14px;
text-align:center;
}
.pricebox td{
width:55%;
padding:3px;
background-color: #fff;
border-right: 1px solid #666;
border-bottom: 1px solid #666;
color:#ed9229;
font-size:16px;
font-weight:bold;
text-align:center;
}


.form{
width:550px;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #666;
border-left: 0px solid #666;
border-bottom:0px solid #666;
margin-left:auto;
margin-right:auto;

}
.form th{
width:30%;
text-align: left;
vertical-align: top;
background-color: #666;
border-top: 1px solid #666;
border-bottom: 1px solid #fff;
color:#fff;
font-size:16px;
text-align:center;
padding:3px;
}
.form td{
width:70%;
background-color: #fff;
border-right: 1px solid #666;
border-bottom: 1px solid #666;
color:#666;
font-size:16px;
text-align:left;
padding:3px;
}


.hissu{
	background-image:url(../contact02/images/hissu.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:44px;
	margin: 0;}

.no_hissu{
	text-indent:44px;
	margin-top: 0px;
	margin-bottom: 0px;}

.english{
	text-indent:44px;
	margin-top: 2px;
	font-size: 12px;}

.free{
margin-top: 8px;
	margin-bottom: 8px;}


dl{
	width:550px;
	height:auto;
	text-align:left;
	font-size:14px;
	clear: both;
}

dt{
	width:170px;
	height:auto;
	text-align:left;
	float:left;

}


dd{
	width:380px;
	height:auto;
	text-align:left;
	float:left;

}

.selectparts{
	margin-top: 17px;
	margin-bottom: 8px;
}

.small{font-size: 12px;
line-height: 1.3;
padding-top: 5px;
padding-bottom: 5px;}


/* -------セレクトボックスのCSS --------*/

.cp_ipselect {
overflow: hidden;
width: 70%;
margin-top:8px;
	margin-bottom: 8px;
text-align: center;
}
.cp_ipselect select {
width: 100%;
padding-right: 1em;
cursor: pointer;
text-indent: 0.01px;
text-overflow: ellipsis;
border: none;
outline: none;
background: transparent;
background-image: none;
box-shadow: none;
-webkit-appearance: none;
appearance: none;
}
.cp_ipselect select::-ms-expand {
display: none;
}
.cp_ipselect.cp_sl01 {
position: relative;
border: 1px solid #bbbbbb;
border-radius: 2px;
background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
position: absolute;
top: 15px;
right: 0.9em;
width: 0;
height: 0;
padding: 0;
content: '';
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid #666666;
pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
padding: 8px 8px 8px 8px;
color: #000;
	font-size: 13px;
}

/* -------お取引に関する注意事項 --------*/


.doui {
    padding: 18px 0;
    
	border-radius: 6px 6px 0 0;/*角の丸み*/
	text-align: left;
	
	
}
.doui .box-title {
    font-size: 14px;
    background: #888888;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: normal;
    letter-spacing: 0.05em;
	 border-radius: 6px 6px 0 0;/*角の丸み*/
}
.doui .naiyou {
    padding: 15px;
	font-size: 13px;
	background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.doui_check{text-align: center;
padding-bottom: 15px;
font-size: 14px;}

hr {
  border-top: 1px dashed #222;
}

/* -------送信ボタン --------*/

input[type="submit"] {
			width: 170px;
			height: 45px;
			font-size: 18px;
			background-color: #666;
			border: none;
			color: #fff;
			-webkit-transition: background-color .2s;
			transition: background-color .2s;
			cursor: pointer;
			-webkit-appearance: none;
			border-radius: 6px;
		}
		input[type="submit"]:hover {
			background-color: #59b1eb;
		}
		input[type="submit"][disabled] {
			background-color: #ccc;
			cursor: default;
		}

/* -------前に戻るボタン --------*/

input[type="button"] {
			width: 170px;
			height: 45px;
			font-size: 18px;
			background-color: #666;
			border: none;
			color: #fff;
			-webkit-transition: background-color .2s;
			transition: background-color .2s;
			cursor: pointer;
			-webkit-appearance: none;
			border-radius: 6px;
		}
		input[type="button"]:hover {
			background-color: #59b1eb;
		}
		input[type="button"][disabled] {
			background-color: #ccc;
			cursor: default;
		}

/* -------送信完了画像 --------*/

.completion{margin-top: 20px;}

/* for message */
p.msg {
	color: #dd0000;
	margin: 2em;
}
span.msg {
	color: #dd0000;
}

