@charset "utf-8";
/*
管理画面の共通部分
*/


#customerForm{
	margin-top:20px;
}

#customerForm .head .error-message{
	font-size:12px;
	color:#af1403;
	font-weight:bold;
	background-image:url(../img/ico_check_ng.gif);
	background-repeat:no-repeat;
	padding-left:18px;
	background-position:0 5px;
	margin-bottom:7px;
}
#customerForm .head {
	padding-top:10px;
	padding-bottom:20px;
	border-bottom-width: 3px;
	border-bottom-style:solid;
	border-bottom-color: #cccccc;
}
#customerForm .top{
	border-top-width: 3px;
	border-top-style:solid;
	border-top-color: #cccccc;
}
#customerForm .bottom{
	border:none;
}
#customerForm .head .title {
	font-weight:bold;
	float:left;
}
#customerForm .head .must,
#customerForm .head .nini {
	float:left;
	padding-left:15px;
}

#customerForm .head .inputarea {
	clear:both;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
}

#customerForm .head .rei{
	font-size:14px;
	color:#666;
	margin-top:10px;
	
}

#customerForm .head .rei:before{
	content: "例)";
	margin-right:5px;
}

#customerForm .head .att{
	font-size:14px;
	color:#666;
	margin-bottom:10px;
}
#customerForm .info {
	font-size:12px;
	line-height:16px;
	margin-bottom:5px;
	color:#666;
	margin-top:5px;
	
}
#customerForm #contactMessage{
    margin-bottom: 15px;
}

#customerForm #contactMessage span{
    color: #249d57;
    font-weight: bold;
}
/*InquireForm
--------------------------------------------------*/
#customerForm .head input#open-date{
	padding:5px;
	width:100%;
	box-sizing:border-box;
	border: 3px solid #eeeeee;
	font-size:16px;
    background-image:url("../img/icon/icon_calendar.png");
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: left center;
    padding-left: 35px;
}
#customerForm .head input#name-kanji,
#customerForm .head input#name-kana{
	padding:5px;
	width:80%;
	box-sizing:border-box;
	border: 3px solid #eeeeee;
	font-size:16px;
}

#nameKanji{
    margin-bottom: 20px;
}

#nameKanji span,
#nameKana span{
    margin-right: 15px;
    background-color:beige;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    letter-spacing: 2px
}
#customerForm .head select#pref,
    #customerForm .head select#contact-time,
	#customerForm .head select#age{
		font-size:16px;
		padding:5px;
		width:100%;
        box-sizing: border-box;
        border: 3px solid #eeeeee;
	}
#customerForm .head input#tel-no-1,
#customerForm .head input#tel-no-2,
#customerForm .head input#tel-no-3{
	padding:5px;
	width:30%;
	box-sizing:border-box;
	border: 3px solid #eeeeee;
	font-size:16px;
}


#customerForm .head input#email-moto,
#customerForm .head input#email-kakunin{
	padding:5px;
	width:100%;
	box-sizing:border-box;
	border: 3px solid #eeeeee;
	font-size:16px;
}
#customerForm .head textarea#comment{
	padding:5px;
	width:100%;
	box-sizing:border-box;
	height:350px;
	border: 3px solid #eeeeee;
	font-size:16px;
}


#customerForm #btn_submit_block{
	width:auto;
	padding:10px;
	margin-top:20px;
	box-sizing:border-box;
	text-align:center;
	font-weight:bold;
}

#customerForm #btn_back_block{
	width:auto;
	padding:10px;
	padding-bottom:0;
	box-sizing:border-box;
	text-align:center;
	font-weight:bold;
}

#customerForm #btn_submit{
	height:45px;
	width:170px;
	text-align:center;
	color:#ffffff;
	border:none;
    background-color: #249d57;
    border-radius: 3px;
}
#customerForm #btn_back {
	height:30px;
	width:100px;
	text-align:center;
	color:#ffffff;
	border:none;
    background-color: #aaaaaa;
    border-radius: 3px;
}


#thanks{
	margin-left:10px;
	margin-right:10px;
	margin-top:30px;
	margin-bottom:30px;
	font-size:14px;
	line-height:22px;
}

#thanks h2{
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}
/*OPEN*/
input[type="date"] {
  position: relative;
  padding: 0 10px;
  width: 200px;
  height: 36px;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  font-size: 14px;
  border: 3px solid #eeeeee;
}

ul.customer-top-link{
	font-size:16px;
}
ul.customer-top-link a {
	display:block;
	height:50px;
	width:100%;
	line-height:50px;
	background-color:#333333;
	border-radius:4px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	border:1px solid #333333;
	color:#ffffff;
	margin-top:10px;
}
ul.customer-top-link a:hover {
	background-color:#ffffff;
	color:#333333;
	text-decoration:none;
}

#customerForm .head .mustIcon{
    width: 30px;
    height: 18px;
    text-align: center;
    border-radius: 3px;
    background-color: #249d57;
    margin-top: 3px;
    font-size: 11px;
    line-height: 18px;
    color: #ffffff;
    font-weight: bold;
}
#customerForm .head .niniIcon{
    width: 30px;
    height: 18px;
    text-align: center;
    border-radius: 3px;
    background-color: #AAAAAA;
    margin-top: 3px;
    font-size: 11px;
    line-height: 18px;
    color: #ffffff;
    font-weight: bold;
}



@media only screen and (min-width: 680px) {
    #customerContents{
        padding-top: 50px;
        padding-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }    



	
	#customerForm{
		margin-top:20px;
		margin-left:0px;
		margin-right:0px;
	}
	#customerForm .head .rei {
		font-size:14px;
		color:#666;
	}
	#customerForm .head .info {
		font-size:12px;
		line-height:16px;
		margin-bottom:5px;
		color:#666;
	}
	
	#customerForm .head .error-message{
		font-size:12px;
		color:#af1403;
		font-weight:bold;
		background-image:url(../img/ico_check_ng.gif);
		background-repeat:no-repeat;
		padding-left:18px;
		background-position:0 8px;
	}
	#customerForm .head {
		padding-top:15px;
		padding-bottom:15px;
		border-bottom-width: 1px;
		border-bottom-style:dotted;
		border-bottom-color: #cccccc;
        background-image:url(../img/bg_customerForm_head.jpg);
        background-repeat: repeat-y;
	}
	#customerForm .top{
		border-top-width: 1px;
		border-top-style:dotted;
		border-top-color: #cccccc;
	}
	
	#customerForm .head .title {
		font-weight:bold;
		width:160px;
		float:left;
		padding-left:10px;
	}
	#customerForm .head .must,
	#customerForm .head .nini {
		width:30px;
		float:left;
		padding-left:30px;
		padding-right:30px;
		padding-top:3px;
	}
    #customerForm .head .mustIcon,
    #customerForm .head .niniIcon{

    }
	
	#customerForm .head .inputarea {
		width:500px;
		float:right;
		clear:none;
		padding:0;
	}
	
	#customerForm .head input {
		border: 3px solid #eeeeee;
	}
    #customerForm .head input:focus{
        border: 3px solid #cccccc;
    }
	/*InquireForm
	--------------------------------------------------*/
	#customerForm .head input#open-date{
		font-size:16px;
		width:100%;
        box-sizing: border-box;
	}
	#customerForm .head input#name-kanji,
	#customerForm .head input#name-kana{
		font-size:16px;
		padding:5px;
		width:80%;
        box-sizing: border-box;
	}
    #customerForm .head select#pref,
    #customerForm .head select#contact-time,
	#customerForm .head select#age{
		font-size:16px;
		padding:5px;
		width:80%;
        box-sizing: border-box;
        border: 3px solid #eeeeee;
	}
    
    
	#customerForm .head input#tel-no-1,
	#customerForm .head input#tel-no-2,
	#customerForm .head input#tel-no-3{
		width:135px;
		font-size:16px;
		padding:5px;
        box-sizing: border-box;
	}

	#customerForm .head input#email-moto,
	#customerForm .head input#email-kakunin{
		font-size:16px;
		padding:5px;
		width:100%;
        box-sizing: border-box;
	}
	#customerForm .head textarea#comment{
		font-size:16px;
		padding:5px;
		width:100%;
        box-sizing: border-box;
		height:200px;
	}
	
	
#customerForm #btn_submit_block{
	padding:10px;
	margin-top:20px;
	box-sizing:border-box;
	text-align:center;
	font-weight:bold;
}

#customerForm #btn_back_block{
	width:auto;
	padding:10px;
	padding-bottom:0;
	box-sizing:border-box;
	text-align:center;
	font-weight:bold;
}

#customerForm #btn_submit{
	height:45px;
	width:170px;
	text-align:center;
	color:#FFF;
	border:none;
    transition-duration: 0.3s;
}
#customerForm #btn_back {
	height:30px;
	width:100px;
	text-align:center;
	color:#FFF;
	border:none;
    transition-duration: 0.3s;
}
#customerForm #btn_submit:hover,
#customerForm #btn_submit:focus{
    background-color: #2ab263;
}
#customerForm #btn_back:hover,
#customerForm #btn_back:focus{
    background-color: #cccccc;
}
#customerForm #btn_submit:hover,
#customerForm #btn_submit:focus,
#customerForm #btn_back:hover,
#customerForm #btn_back:focus{
	cursor : pointer;
}


#thanks{
	margin-left:0px;
	margin-right:0px;
	margin-top:30px;
	margin-bottom:30px;
	font-size:16px;
	line-height:28px;
}

#thanks h2{
	font-size:24px;
	font-weight:bold;
	margin-bottom:20px;
}


/*OPEN*/
input[type="date"] {
  position: relative;
  padding: 0 10px;
  width: 200px;
  height: 36px;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  font-size: 14px;
}

.radio input[type="radio"]{
	margin-right:5px;
	
}
.radio label{
	font-size:14px;
	margin-right:20px;
	font-weight:bold;
}

.radio .radio-extention{
	margin-bottom:5px;
}

}