*{
	margin:0px;
	padding:0px}
	
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  



body{
	background-color:#f5f6fa;
	font-size:12px;
	background-image:url("../img/bg.jpg");
	background-repeat: repeat-x;
	line-height:180%
}
header{
	background-image: url("../img/bg_header.png");
	background-repeat: repeat-x;
	}
header .logo{
	padding-top:6px;padding-bottom:6px;
	width:800px;
margin-left:auto;
margin-right:auto}
#container{width:734px;
margin-left:auto;
margin-right:auto}
h1{
	margin-top: 20px;
	background-image:url("../img/bg_title.png");
	width:740px;
	height:46px;
	font-size:24px;
	color:#FFF;
	margin-left:auto;
	margin-right:auto;
	font-weight:normal;
	background-repeat: no-repeat;
	padding-top: 36px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#column{
	width:674px;
	padding:30px;
	border:#d5d5d5 1px solid;
	border-radius: 4px;		/* CSS3草案 */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;	/* Firefox用 */
	background-color:#FFF;
	margin-bottom:30px
	}

#column .col_text{
	float:left;
	width:580px}
#column .col_text .catch{
	font-size:22px;
	margin-bottom:30px;
	color:#5569bd}
#column .icon{
	float:right;
	}
	h2{font-size:14px}
.inputtable .headbtm{line-height: 0px}

.inputtable_container{
	background-image:url("../img/frame_center.png");
	background-repeat: repeat-y;}
	
.inputtable table{width:700px;
margin-left:26px;
margin-right:0px;
}
.inputtable table.customer_info th{width:144px;

}

.inputtable table th{
	
	
	
	width:132px;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	background-repeat: no-repeat;
}
.inputtable table th.contract{width:100px}
.inputtable table th p{
	background-image:url("../img/table_head.png");
	font-size:14px;
	color:#5166ba;
	text-align:left;
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-bottom:15px;
	padding-left: 12px;
	padding-top: 8px;
	margin-top: 12px;
}

.inputtable table td{
	width:386px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.inputtable table td.his{width:36px;
padding-top: 20px;
padding-left:0px;
color:#5166ba;
}
.inputtable table td.oth_col{
color:#5166ba;
width:60px;
padding-left:4px
}
.rad{margin-right:4px}
.cheack{margin-right:16px}
.needs{width:400px;
margin-top:8px}
    textarea {  
        resize: none;  
    }
	input[type="text"] {
    color: #333
}

textarea{
  
	padding:10px
}
.item{margin-bottom:80px}
.kome{font-size:10px;
color:#666}
.secction{margin-bottom:26px}
#tell .myButton{
	margin-left:370px;
	margin-top:34px}
.myButton {
	-moz-box-shadow:inset 0px 0px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 0px 0px 0px #54a3f7;
	box-shadow:inset 0px 0px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7b8de5), color-stop(1, #4b60b3));
	background:-moz-linear-gradient(top, #7b8de5 5%, #4b60b3 100%);
	background:-webkit-linear-gradient(top, #7b8de5 5%, #4b60b3 100%);
	background:-o-linear-gradient(top, #7b8de5 5%, #4b60b3 100%);
	background:-ms-linear-gradient(top, #7b8de5 5%, #4b60b3 100%);
	background:linear-gradient(to bottom, #7b8de5 5%, #4b60b3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b8de5', endColorstr='#4b60b3',GradientType=0);
	background-color:#7b8de5;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	padding:15px 45px;
	text-decoration:none;
	text-shadow:0px 0px 0px #154682;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4b60b3), color-stop(1, #7b8de5));
	background:-moz-linear-gradient(top, #4b60b3 5%, #7b8de5 100%);
	background:-webkit-linear-gradient(top, #4b60b3 5%, #7b8de5 100%);
	background:-o-linear-gradient(top, #4b60b3 5%, #7b8de5 100%);
	background:-ms-linear-gradient(top, #4b60b3 5%, #7b8de5 100%);
	background:linear-gradient(to bottom, #4b60b3 5%, #7b8de5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b60b3', endColorstr='#7b8de5',GradientType=0);
	background-color:#4b60b3;
}
.myButton:active {
	position:relative;
	top:1px;
}
.myButton_mini {
	-moz-box-shadow:inset 0px 0px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 0px 0px 0px #54a3f7;
	box-shadow:inset 0px 0px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7b8de5), color-stop(1, #4b60b3));
	background:-moz-linear-gradient(top, #7b8de5 5%, #4b60b3 100%);
	background:-webkit-linear-gradient(top, #7b8de5 5%, #4b60b3 100%);
	background:-o-linear-gradient(top, #7b8de5 5%, #4b60b3 100%);
	background:-ms-linear-gradient(top, #7b8de5 5%, #4b60b3 100%);
	background:linear-gradient(to bottom, #7b8de5 5%, #4b60b3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b8de5', endColorstr='#4b60b3',GradientType=0);
	background-color:#7b8de5;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:11px;
	padding:3px 12px;
	text-decoration:none;
	text-shadow:0px 0px 0px #154682;
}
.myButton_mini:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4b60b3), color-stop(1, #7b8de5));
	background:-moz-linear-gradient(top, #4b60b3 5%, #7b8de5 100%);
	background:-webkit-linear-gradient(top, #4b60b3 5%, #7b8de5 100%);
	background:-o-linear-gradient(top, #4b60b3 5%, #7b8de5 100%);
	background:-ms-linear-gradient(top, #4b60b3 5%, #7b8de5 100%);
	background:linear-gradient(to bottom, #4b60b3 5%, #7b8de5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b60b3', endColorstr='#7b8de5',GradientType=0);
	background-color:#4b60b3;
}
.myButton_mini:active {
	position:relative;
	top:1px;
}
#box
 {
	display: none;
	background-color: #ffffff;
	padding: 20px;
}
#box p:first-child ~ p
{
	margin-top: 1em;
}
#box {
	width: 500px;
}

.link {
	text-align: center;
}
.modal-close {
	margin-top: 1em;
	text-align: center;
}
#modal-win {
	width: 100%;
	position: absolute;
}
#modal-win-inner {
	box-shadow: 0 0 5px rgba(0, 0, 0, .25);
	margin: 0 auto;
	position: relative;
	z-index: 101;
	border-radius: 10px;
}
#modal-win-inner > * {
	border-radius: 10px;
}
#modal-bg {
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	cursor: pointer;
}

.y_pricelist table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    margin: 0 0 1em;
    vertical-align: top;
}
.y_pricelist table thead  td {
    background: none repeat scroll 0 0 #e4e4e4;
    border-color: #ccc;
    border-left: 1px solid #ccc;
    border-style: solid;
    border-width: 1px;
    color: #000;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    vertical-align: top;	padding:8px
}
.y_pricelist table thead tr td.m {
    background: none repeat scroll 0 0 #c7effb;
}

.y_pricelist table tbody tr td {
    background: none repeat scroll 0 0 #ffffff;
	 border-color: #ccc;
    border-left: 1px solid #ccc;
    border-style: solid;
    border-width: 1px;
	padding:8px
}

h3{
	border-bottom:#CCC 1px solid;
color:#09C;
margin-bottom:6px}
.number{
	font-size:24px;
	color:#930;
	margin-left:20px}
	

#tell{
	background-image:url("../img/bg_tell.png");
	width:610px;
	height:137px;
	padding:20px 26px 20px 26px
	}
#tell h2{
	color:#4f63b6;
	font-size:16px;
	font-weight:bold}
	#tell p{
		margin-top:16px}
	