@charset "utf-8";


/* --------------------------------------------- */
.rsn {
	
border-left: 1px solid #cccccc;
}
.l_rsn {
	
	
	}
form#mail_form{
	width: 100%;
	margin : 50px auto;
	padding : 10px 0;
	/*	background : rgba(255, 255, 255, 0.45);
	border : 1px solid #cccccc;
	border-radius : 7px;
	text-shadow : 0px 1px 0px #ffffff; */
}
form#mail_form dl{
	width: 100%;
	margin: 20px auto;
	overflow : hidden;
	background: #eee;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	/* padding: 2%; */
	/* max-width: 700px; */
}
form#mail_form dl:hover {
	background-color: #ffffff;
}

form#mail_form dl dt{
	clear : both;
	width: 30%;
	float : left;
	border-top : 1px solid #cccccc;
	padding: 14px 24px;
	text-align: left;
	overflow : hidden;
}


form#mail_form dl dd{
	width: 70%;
	height: auto;
	float: left;
	border-top : 1px solid #cccccc;
	padding: 11px 13px 6px 30px;
	text-align: left;
}


form#mail_form dl dt:first-child,
form#mail_form dl dt:first-child+dd{
	border-top:none;
}
form#mail_form dl dt span{
	display : block;
	font-size: 13px;
	color : #c1272d;
}

/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional{
	display : inline-block;
	float: right;
	font-weight: 900;
/*	color: #178fe5; */
	font-size: 1.4em;
	padding: 9px 8px;
	border-radius: -1px;
	/*	text-shadow : 0px -1px 0px #222222; */
}
form#mail_form dl dt span.required{
/*	background : #e89028; */
}
form#mail_form dl dt span.optional{
	background : rgba(0, 0, 255, 0.8);
}
form#mail_form dl dd span{
	display : block;
	color : #ff0000;
}


form#mail_form dl dd p{
	/* color : #ff0000; */
	display: inline;
}



/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */




form#mail_form input{
	height: 30px;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
	padding: 1%;
}
form#mail_form textarea{
	width: 98%;
	height: 150px;
	resize : vertical;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
}

form#mail_form textarea#stay_biko{
	width: 98%;
	height: 30px;
	resize : vertical;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
	resize: none;
}

form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm{
	width : 250px;
}





form#mail_form input:focus,
form#mail_form textarea:focus{
	box-shadow : 0px 0px 5px #55ccff;
	border : 1px solid #55ccff;
	background : #ffffff;
}
form#mail_form input#name_1,
form#mail_form input#name_2{
	width: 200px;
}
form#mail_form input#read_1,
form#mail_form input#read_2{
	width: 200px;
}
form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm{
	width : 250px;
}
form#mail_form ul li{
	list-style-type : none;
	margin-bottom : 0.5em;
}
form#mail_form ul li label:hover{
	cursor : pointer;
}
form#mail_form ul li input{
	height : auto;
	margin-right : 0.5em;
}
form#mail_form input#postal{
	width : 100px;
}
form#mail_form input#address_1,
form#mail_form input#address_2{
	display : block;
	width : 300px;
	margin-bottom : 7px;
}
form#mail_form input#phone{
	width : 100px;
}
form#mail_form input#day{
	width : 160px;
}


form#mail_form input#birthday_y,
form#mail_form input#birthday_m,
form#mail_form input#birthday_d
{
	width : 80px;
}



form#mail_form input#age{
		width : 50px;
}

form#mail_form input#mail_submit_button{
	width : auto;
	height : auto;
	padding : 4px 10px;
	vertical-align : middle;
	color : #444444;
	background : #eeeeee;
	border : 1px solid #cccccc;
	border-radius : 3px;
	font-family : inherit;
	font-weight : bold;
	width: 150px;
	display: inline-block;
}
form#mail_form input#mail_submit_button:hover{
	cursor : pointer;
	color : #106dff;
	background : #e0e0e0;
}

form#mail_form select{
	height:30px;
}


form#mail_form .btn_area{
	width: ;
	display:inline;
	padding: 10px;
}


form#mail_form .btn_area{
	/* display: inline-block; */
	/* -webkit-appearance: button; */
	/* -webkit-writing-mode: horizontal-tb !important; */
	/* text-rendering: auto; */
	/* color: buttontext; */
	/* letter-spacing: normal; */
	/* word-spacing: normal; */
	/* text-transform: none; */
	/* text-indent: 0px; */
	/* text-shadow: none; */
	width: 100%;
	display: inline-block;
	text-align: center;
	align-items: flex-start;
	cursor: default;
	/* background-color: buttonface; */
	box-sizing: border-box;
	padding: 1px 6px;
	border-width: 2px;
	border-style: outset;
	border-color: buttonface;
	border-image: initial;
	margin: 0;
	border: none;
	padding: 23;
}



/* --responsive------------------------------------------- */

/* 640pixel start */
@media screen and (max-width :768px){

form#mail_form{
	width : 100%;
}
form#mail_form dl{
	width : 98%;
	margin-top: 20px;
}
form#mail_form dl dt{
	width : auto;
	float : none;
	text-align : left;
	padding: 10px 3% 5px;
	font-weight : bold;
}
form#mail_form dl dd{
	width : auto;
	float : none;
	border-top : none;
	padding: 0px 3% 13px 3%;
}
form#mail_form dl dt span{
	font-weight : normal;
}

/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional{
	margin-right : 1em;
}

/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */


form#mail_form input{
	height : 25px;
}
form#mail_form input#name_1,
form#mail_form input#name_2,
form#mail_form input#read_1,
form#mail_form input#read_2,
form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm,
form#mail_form input#postal,
form#mail_form input#address_1,
form#mail_form input#address_2,
form#mail_form input#phone,
form#mail_form input#day,
form#mail_form textarea{
	max-width : 98%;
	-webkit-appearance : none;
}


}
/* 640pixel end */

