﻿@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:19px;
	text-align:left;
	color: #fff;
	font-weight: bold;
	margin-bottom:8px;
	padding: 3px 0px 3px 10px;
	background-color: #000;
}

.shosai{text-align: left;
padding: 0px 3px 15px 3px;}

.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(../contact05/images/hissu.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:44px;
margin-top: 8px;
	margin-bottom: 8px;}

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


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

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

}


dd{
	width:350px;
	height:auto;
	text-align:left;
	float:left;
	margin-top: 8px;
	margin-bottom: 8px;

}


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


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


.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: 120px;
			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: 120px;
			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;
}

