﻿@charset "UTF-8";
/* フォームレイアウト
-----------------------------------------*/
.cmk_form{
	padding:0px;
	margin-top: 11px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 14px;
}
.cmk_form p.point{
	text-align:right;
}
.cmk_form table{
	width:100%;
	border-collapse:separate;
	border-spacing:0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
}
.cmk_form table tr th{
	padding:10px;
	white-space: nowrap;
	vertical-align: middle;
	background-color:#F9F9F9;
	text-align: left;
	line-height: 1.6em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.cmk_form table tr td{
	width:70%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}

/* フォーム内2段組
-----------------------------------------*/
.cmk_form_listbox{
	width:100%;
}
.cmk_form_listbox_left{
	float:left;
	width:50%;
}
.cmk_form_listbox_right{
	float:left;
	width:50%;
}

/* 入力パーツ
-----------------------------------------*/	
label {
  cursor: pointer;
}
select#item,
select#address01,
select#maker,
select#color{
	width:250px;
}
select#nengou,
select#year,
select#month,
select#day{
	width:60px;
}
input,
textarea{
	border:solid 1px #9E9E9E;
	padding-right: 6px;
	padding-left: 6px;
}
input#character_m,
input#character_w,
.cmk_form_listbox input{
	border:none;
}

input#address01,
input#address02,
input#bill{
	width:250px;
	height:1.8em;
	padding-right: 6px;
	padding-left: 6px;
}
input#txt_name,
input#txt_company,
input#txt_Mobile,
input#txt_Mail,
input#txt_Verify,
input#com01,
input#com02,
input#com03,
input#color_etc{
	width:490px;
	height:1.8em;
}
input#txt_Verify{float:left;}
input#zipcode,
input#tel{
	width:150px;
	height:1.8em;
}
textarea{
	width:490px;
	padding-top: 6px;
	font-size: 12px;
	font-weight: normal;
}
/* フォーカス・チェック
-----------------------------------------*/
input:focus,
textarea:focus{
	background-color:#FFFFFF;
	border: 1px solid #4D9FC8;
}
input:checked + label{
	background-color:#FFFFFF;
	font-weight:bold;
}
.box1 table img{width:auto;height:26px;float:left;margin:0;}
/* 重要なお知らせの同意
-----------------------------------------*/
.cmk_form_importance{
	position: relative;
	padding:0px;
	border:1px solid #B1D2E4;
	background-color:#D9E9F1;
	margin-top: 11px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	color: #01623A;
	font-weight: bold;
	behavior: url(/system/resources/BAhbBlsHOgZmSSIkMjAxMi8xMi8xMC8xNC80Mi8yNi81NDgvUElFLmh0YwY6BkVU/PIE.htc);
}

.cmk_form_importance a{
	text-decoration: underline;
	color: #01623A;
}

.cmk_form_importance_btn{
	margin-left: 14px;
}



/* 送信ボタンとエラー表示
-----------------------------------------*/
.cmk_form_btn{
	text-align:center;
	margin-top: 22px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.cmk_form_btn table{
	border-spacing:0;
    border-collapse:collapse; 
	border:0px;
	margin: 0px;
	padding: 0px;
	}
	
.cmk_form_btn tr td{
	border:0px!important;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #333;
}

.cmk_form-thanks_btn{
	text-align:center;
	margin-top: 65px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.cmk_form-thanks_btn table{
	border-spacing:0;
    border-collapse:collapse; 
	border:0px;
	margin: 0px;
	padding: 0px;
	}
	
.cmk_form-thanks_btn tr td{
	border:0px!important;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #333;
}


td.leftBox{
	margin: 0px!important;
	padding: 0px!important;
	width: 403px!important;
	text-align: right!important;
}

td.leftBox p{
	margin: 0px!important;
	padding: 0px!important;
	float: right!important;
	width: 260px!important;
	text-align: center!important;
}

td.rightBox{
	margin: 0px!important;
	width: 310px!important;
	text-align: left!important;
	padding-top: 0 0 0 17px!important;
}

.cmk_form_btn input#back,
.cmk_form_btn input#submit{
	width:260px;
	padding:0px;
	margin: 0px;
}

input#privacy,
input#send_form{
	border:0px;
	margin: 0px;
	padding: 0px;
}


input#close_win{
	border:0px;
	padding: 0px;
	margin-top: -16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* 送信完了画面
-----------------------------------------*/

.cmk-form-thanks_infoBox{
	position: relative;
	padding:20px;
	border:1px solid #B1D2E4;
	background-color:#D9E9F1;
	margin-top: 53px;
	margin-right: auto;
	margin-left: auto;
	color: #01623A;
	font-weight: bold;
	width: 404px;
	text-align: center;
}


.cmk-form-thanks_infoBox h4{
	font-size: 15px;
}

.cmk-form-thanks_infoBox p{
	line-height: 180%;
	font-weight: normal;
}

.cmk-form-thanks_infoBox p.ads{
	padding-top: 12px;
}
.tijiao{text-align:center;}
.tijiao input#sumbit2{    background: #01623A;
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 5px 25px;
    margin:  25px auto;
    border-radius: 5px 5px;
    text-align: center;}