
	
img {
	max-width: 100%;
	height: auto;
}


/* 設定ボタン
------------------------------------------------------------*/

#set_button {

display: block;
		border : 1px solid #fedb65;
	background: #fedb65;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
		color: #fff;
	padding: 5px 5px;
	text-align:center;
	margin:10px auto;


	
}
#set_button a {
	color: #fff;

	display: block;
}
#set_button:hover {
	border: 1px solid #ff9900;
	background: #ff9900;
	color: #fff;

	display: block;
}

#set_back_button {
	max-width:200px;
display: block;
		border : 1px solid #dbd9d9;
	background : #eeeeee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
		color: #fff;
	padding: 3px;
	text-align:center;
	margin:10px auto;


	
}
#set_back_button a {
	color: #fff;

	display: block;
}
#set_back_button:hover {
	border: 1px solid #fedb65;
	background: #fedb65;
	color: #fff;

	display: block;
}




/* */

.partition{
	margin:10px;
	border-top: 1px dashed #ccc;
	padding-top:10px;
	
	
	}
	
.tel{
	text-align: center;
	line-height:2;
	margin-bottom:20px;
}

.border01 {
	position: relative;
	padding: 0 .4em .1em;
	text-align:center;
}
.border01::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 10px;
	background-color: rgba(255,238,153,.9);
}


/* フォーム
------------------------------------------------------------*/

#mail_address{
	
	width : 70%;
	-webkit-appearance : none;


}

#mail{

	width : 70%;
	-webkit-appearance : none;


}

form#mail_form{
	width : 70%;
	margin : 0px auto;
	margin-top:20px;
	padding : 10px 0;
	background : #ffffff;
	border : 1px solid #cccccc;
	border-radius : 4px;
	box-shadow : 0 0 5px rgba( 0, 0, 0, 0.2 );
}

form#mail_form dl{
	width : 90%;
	margin : 0 auto;
	overflow : hidden;
}

form#mail_form dl dt{
	width : 20%;
	float : left;
	padding : 30px 0;
	text-align : left;
	overflow : hidden;

}

form#mail_form dl dd{
	width : 75%;
	float : left;
	padding : 20px 0 15px 5%;
}

form#mail_form dl dt:first-child,
form#mail_form dl dt:first-child+dd{
	border : none;
}


form#mail_form input{

	height : 30px;
	padding : 2px 2%;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
	margin-bottom:10px;


}



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 p#form_submit{


	
}

form#mail_form input#form_submit_button{
	margin-left:5px;
	color : #fff;
		background: #fedb65;
	border: 1px solid #fedb65;
	border-radius : 3px;
	font-family : inherit;
	font-weight : bold;
	-webkit-appearance : none;
	width:90px;

	height : 34px;


}

form#mail_form input#form_submit_button:hover{
	cursor : pointer;
	border: 1px solid #ff9900;

	background : #ff9900;
}







@media only screen and (max-width: 960px) {
/* breakpoint変更-----------------------------------------*/


form#mail_form{
	width : 80%;
}

form#mail_form dl{
	overflow : visible;
}

form#mail_form dl dt{
	width : auto;
	float : none;
	text-align : center;
	padding : 10px 0 5px;
	font-weight : bold;
}

form#mail_form dl dd{
	width : auto;
	float : none;
	border-top : none;
	padding : 0px 0 13px 0px;
}

form#mail_form dl dt span{
	font-weight : normal;
}

#mail_address{	
	width : 90%;
	-webkit-appearance : none;


}

form#mail_form input#form_submit_button{


	
	
}

.bt_center{
	text-align:center;
	margin-top:10px;
	
	}







}