@charset "utf-8";
/* CSS Document */
.inner{
	background-color:#f4e7cd;
	padding:5px;
	margin:5px;
}
.sub_TT{
	background-color:#6b4125;
	border-radius:5px;
	height:37px;
	line-height:37px;
	padding:0 0 0 10px;
	color:#ebe6e2;
	font-size:14px;
}
.contact_topTxt{
	border:2px solid #CCC;
	margin:5px;
	padding:5px;
	border-radius:5px;
}
.contact_topTxt a{
	display:block;
	text-align:right;
}


.edit_errors {
	width:95%;
	line-height:1.6em;
	padding:3px;
	border:3px solid #fee7e7;
	margin:10px auto;
	border-radius: 5px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color:#BC0000;
}

.edit_notify {
	width:95%;
	line-height:1.6em;
	padding:3px;
	border:3px solid #fee7e7;
	margin:10px auto;
	border-radius: 5px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color:#BC0000;
}


#contact_car {
	width:95%;
	padding:3px;
	border:3px solid #EEE;
	margin:5px auto 10px;
	border-radius: 5px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-attachment: scroll, scroll;
    background-clip: border-box, border-box;
    background-color: transparent;
	line-height:1.2em;
}
#contact_car span { color:#BC0000;}

.txtArea {
	width:99%;
	height:80px;
	margin:2px 0 1px 1px;
}
.Iputxt100_P {
	width:90%;
	font-size:1.6em;
	height:1.8em;
	margin:2px 0 1px 1px;
	background-color:#fffeea;
}
.Iputxt100_G {
	width:99%;
	font-size:1.6em;
	height:1.8em;
	margin:2px 0 1px 1px;
	background-color:#fffeea;
}
.Iputxt50_P {
	width:40%;
	font-size:1.6em;
	height:1.8em;
	margin:2px 0 1px 1px;
	background-color:#fffeea;
}
.Iputxt30_P {
	width:30%;
	font-size:1.6em;
	height:1.8em;
	margin:2px 0 1px 1px;
	background-color:#fffeea;
}

dl.Contact_text {
	margin:0 0 10px;
	
}

dl.Contact_text dt { padding:8px 0 0 5px;}
dl.Contact_text dt span { color: #F60;}
dl.Contact_text dd:after { content: ''; display: block; clear: both; }

dl.Contact_text dd li {
	position: relative;
	list-style: none;
	/* background-color: #a7c355; */
}

dl.Contact_text dd label {
	display: block;
	padding: 10px 20px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #ddd), color-stop(0.5, #ccc), color-stop(1, #bbb));
	background: -moz-linear-gradient(top, #ffffff 0%, #ddd 50%, #CCC 51%, #bbb 100%);
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 5px #aaa;
	-moz-box-shadow: 0 0 5px #aaa;
	color: #333;
	font-weight: bold;
	text-shadow: 0 1px #fff;
	text-align: center;
	color: #555;
}

dl.Contact_text dd li:first-child label {
	border-radius: 5px 5px 0 0;
}
dl.Contact_text dd li:last-child label {
	border-radius: 0 0 5px 5px;
}

dl.Contact_text dd input[type="radio"]:checked + label {
	text-shadow: 0 -1px #fff;
	background: #a7c355;
	background: -moz-linear-gradient(top, rgba(100,100,100,.3) 0%, rgba(255,255,255,0) 100%);
	color: #111;
}

dl.Contact_text dd input[type="radio"] {
	opacity : 0;
	position: absolute;
	top: -3px;
	left: -3px;
	width: 100%;
	height: 100%;
	padding: 0;
}


dl.Contact_Naiyo {
	width:95%;
	border:3px solid #EEE;
	margin:5px auto 10px;
	border-radius: 5px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#F5F5F5;
}
dl.Contact_Naiyo dd:after { content: ''; display: block; clear: both; }  
dl.Contact_Naiyo dd li {  
    position: relative;  
    list-style: none;  
    float: left;  
    width: 50%;  
}  
dl.Contact_Naiyo dd label {  
    display: block;  
    padding: 10px 20px;  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #ddd), color-stop(0.5, #ccc), color-stop(1, #bbb));
	background: -moz-linear-gradient(top, #ffffff 0%, #ddd 50%, #CCC 51%, #bbb 100%);
    border: 1px solid #fff;  
    border-radius: 5px 0 0 5px;  
    -webkit-box-shadow: 0 0 5px #aaa;  
    color: #333 !important;  
    font-weight: bold;  
    text-shadow: 0 1px #fff;  
    text-align: center;  
    color: #555;  
}  
dl.Contact_Naiyo dd li:last-child label {  
    border-left: 0;  

    border-radius: 0 5px 5px 0;  
}  
dl.Contact_Naiyo dd input[type="radio"]:checked + label {  
    text-shadow: 0 -1px #fff;  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(100,100,100,.3)), color-stop(1, rgba(255,255,255,0)));
	background: -moz-linear-gradient(top, rgba(100,100,100,.3) 0%, rgba(255,255,255,0) 100%);
    color: #111;  
}  
dl.Contact_Naiyo dd input[type="radio"] {  
    opacity : 0;  
    position: absolute;  
    top: -3px;  
    left: -3px;  
    width: 100%;  
    height: 100%;  
    padding: 0;  
}  


.Btn_Confirm {
	background: -moz-linear-gradient(top,#f58403 0%,#b94101);
	background: -webkit-gradient(linear, left top, left bottom,from(#f58403),to(#b94101));
	padding:2px;
	display:block;
	width:95%;
	border-radius:5px;
	margin:auto;
	text-decoration:none;	
}
.Btn_Confirm span{
	display:block;
	border:1px solid #ffcb7a;
	background: -moz-linear-gradient(top,#ff8800 0%,#ff8800 49%,#f57b01 50%,#e36403);
	background: -webkit-gradient(linear, left top, left bottom,from(#ff8800),color-stop(0.49, #ff8800),color-stop(0.50, #f57b01),to(#e36403));
	height:46px;
	border-radius:5px;
	line-height:46px;
	font-size:17px;
	color:#ffffff;
	text-shadow:0 -1px 0px #7d2800;
	font-weight:bold;
	text-align:center;
}

.Btn_Edit {
	width:25%;
	font-size:1.4em;
	line-height:2em;
	text-align:center;
	line-height:45px;
	background-image:-moz-linear-gradient(left top , #a3a2a3 0% ,#757575 100%) !important;
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #a3a2a3), color-stop(1, #757575)) !important;
    border: 1px solid #FFF;
    border-radius: 5px 5px 5px 5px;	
	font-weight:bold;
	text-shadow:0 0px 5px #545454;
	box-shadow:0 0 2px #545454;
	display:block;
	margin:10px auto 15px;
	float:left;
	color:#FFF;
}

.Btn_Confirm_s {
	width:70%;
	font-size:1.2em;
	line-height:45px;
	text-align:center;
	background-image:-moz-linear-gradient(left top , #ff8d32 0% ,#fda13b 49% , #fc8e10 50% , #faa61c 100%) !important;
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ff8d32),color-stop(0.49, #fda13b),color-stop(0.5, #fc8e10), color-stop(1, #faa61c)) !important;
    border: 1px solid #FFF;
	text-shadow:0 0px 5px #ff5a00;
    border-radius: 5px 5px 5px 5px;	
	font-weight:bold;
	text-shadow:0 0px 5px #ff5a00;
	box-shadow:0 0 2px #ff5a00;
	display:block;
	margin:10px auto 15px;
	color:#FFF;
	float:right;
}
.button_block {
	padding-top:5px;
}

.button_block2 {
	width:95%;
	margin:auto;
}


/* 問い合せ車両 */
.contact_edit_table{
	width:98%;
	border:2px solid #CCC;
	margin:5px auto 0;
	font-size:13px;
}
.contact_edit_table th {
	line-height:1.6em;
	text-align:left;
	font-weight:100;
	border-bottom:1px solid #ccc;
	width:30%;
	padding-left:5px;
}
.contact_edit_table td {
	line-height:1.6em;
	text-align:left;
	font-weight:100;
	border-bottom:1px solid #ccc;
	padding-left:5px;
}
/* チェックボックス */
input[type="checkbox"] {
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    border-radius: 8px;
    border: 2px solid #4c4c4c;
    -webkit-box-sizing: border-box;
    width: 28px;
    height: 28px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fdfdfd),
        to(#d1d1d1)
    );
}

/* チェック時は背景色を変更 */
input[type="checkbox"]:checked {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#353535),
        to(#8f8f8f)
    );
}

/* チェックの印を:before疑似要素と:after疑似要素を使って作成 */
input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 17px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    content: "";
    width: 10px;
    height: 4px;
    background: #FFFFFF;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 17px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    width: 19px;
    height: 4px;
    background: #FFFFFF;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}
.check_comment{
 border: 3px solid #ed9d02;
    padding: 10px;
	background-color:#FFF;}
.check_comment p{
	margin:0 0 6px ;
}
.check_comment p span{
	display: block;
    border-bottom: 2px solid #ed9d02;
    margin: 0 0 7px;
    padding: 3px 0px;
    font-size: 14px;
    font-weight: bold;
    background: #fff6e6;
    text-align: center;
    
}