@charset "utf-8";

.page_title img{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 10px 0px;
	padding: 0px;
}

#contactform_box{
    position: relative;
    display: block;
    width: 98%;
	height: auto;
    margin: 20px auto 20px;
    padding: 0px;
	font-size: 0.9em;
	background-color: #ffffff;
	box-shadow: none;
}

#phonefaxbox {
    position: relative;
    display: block;
    width: 100%;
	height: auto;
    margin: 20px auto 20px;
    padding: 0px;
	text-align: center;
}

#phonefaxbox h3 img{
    position: relative;
    display: block;
    width: 300px;
	height: auto;
    margin: 0px auto;
    padding: 0px;
}

.c_pf_number{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 10px auto 20px;
    padding: 0px;
}

.c_pf_number li{
    position: relative;
    display: block;
    width: auto;
	height: auto;
    margin: 0px auto;
	float: none;
}

.c-formtxt {
	position: relative;
	display: block;
	width: 94%;
	height: auto;
	margin: 0px auto 0px;
	padding:0px;
    text-align: left;
}

.c-formtxt img{
    vertical-align: text-bottom;
}

#ke_accessbox {
	position: relative;
	display: block;
	width: 98%;
	margin: 0px auto 10px;
	padding: 0px;
    text-align: center;
}

#ke_accessbox .map{
	width: 90%;
    height: 400px;
	margin: 0px auto;
	padding: 0px;
}

#kw_accessbox {
	position: relative;
	display: block;
	width: 98%;
	margin: 0px auto 10px;
	padding: 0px;
    text-align: center;
}

#kw_accessbox .map{
	width: 90%;
    height: 400px;
	margin: 0px auto;
	padding: 0px;
}

/* テーブル */
table.form {
	position: relative;
	display: block;
	width: 96%;
	height: auto;
	margin: 20px auto;
	border-collapse: collapse;
}

table.form tr {
	position: relative;
	display: block;
    width: 100%;
	height: auto;
}

table.form th, table.form td {
	position: relative;
	display: block;
    width: auto;
	height: auto;
	text-align: left;
	border: none;
	padding: 8px;
	font-size: 1em;
	font-weight: normal;
}

table.form th {
    width: auto;
	height: auto;
	white-space: nowrap;
	background: #e0e0e0;
	vertical-align: middle;
}

table.form td {
    width: auto;
}

table input {
    height: 20px;
    margin: 2px;
	border:1px solid #e0e0e0;
}

table textarea {
    width: 98%;
    height: auto;
    margin: 2px;
	border:1px solid #e0e0e0;
}

#postcode1{
    width: 30%;
}

#postcode2{
    width: 50%;
}
.c-form_attention {
    position: relative;
    display: block;
	width: 84%;
	height: auto;
	line-height: 1.2em;
    margin: 20px auto 20px;
	padding: 0px;
	color: #999999;
	font-size: 0.9em;
}


/* タイトル装飾 */
strong.ttl {
	text-align: left;
	display: block;
	padding: 2px 5px;
	margin-top: 0px;
}

/* メッセージ */
.msg {
    position: relative;
    display: block;
	width: 70%;
	color: #333333;
	margin:40px auto 20px;
}

span.msg {
	color: #ea3b2c;
}

.doc_guide {
    position: relative;
    display: block;
	margin: 0px;
    padding: 0px;
    color: #888888;
}

.doc_guide a{
    position: relative;
    display: block;
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight:bold;
    color: #888888;
    border: 3px solid #888888;
}

.doc_guide a:hover{
    position: relative;
    display: block;
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight:bold;
    color: #ffffff;
    background-color: #888888;
    border: 3px solid #888888;
}

/* 戻りボタン */
form.back {
	margin-top: 2em;
}

input#submit_button {
width: 150px;
height: 50px;
margin:0px;
border-radius:3px;
border:1px solid #669831;
color:#fefefe;
font-size:13px;
font-weight:bold;
padding:6px 24px;
text-decoration:none;
background-color:#57c157;
}

input#reset_button {
width: 150px;
height: 50px;
margin:0px;
border-radius:3px;
border:1px solid #c2c2c2;
color:#606060;
font-size:13px;
font-weight:bold;
padding:6px 24px;
text-decoration:none;
background-color:#ebebeb;
}

input#cf_b_button {
width: 150px;
height: 50px;
margin:0px;
border-radius:3px;
border:1px solid #db7005;
color:#fefefe;
font-size:13px;
font-weight:bold;
padding:6px 24px;
text-decoration:none;
background-color:#ea9b4c;
}

input#send_m_button {
width: 150px;
height: 50px;
margin:0px;
border-radius:3px;
border:1px solid #669831;
color:#fefefe;
font-size:13px;
font-weight:bold;
padding:6px 24px;
text-decoration:none;
background-color:#57c157;
}

@media (min-width: 640px) and (max-width: 949px) {
    
.page_title img{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin: 10px auto 0px;
	padding: 0px;
}

}/*-----768to949px setting-----*/



