@charset "utf-8";
/*
 * CSS entrance/pageParts.css
 */

/*
 * common
 */
.cnt_right { width: 240px;}
.cnt_left { width: 400px;}
@media screen and (max-width: 750px) {
	.cnt_right { margin-bottom: 20px; }
}

sup{ font-size: 0.7em; vertical-align: top;}
.txtRed{ color: #901D22; font-weight: bold;}
.txtBig{ font-size: 1.2em; font-weight: bold;}
.subtitle { font-weight: bold; color: #901D22; font-size: 1.15em; line-height: 1.5; padding-bottom: 5px; }
.txt01{ margin-bottom: 1em;}
.titleBlue{ color: #00387D; border-bottom: 1px dotted #00387D; font-weight: bold; font-size: 1.2em; margin-bottom: 15px;}
.cauntion { color: #a64a4e;}


/*-----------------------------
 		.contact
===============================*/
.contact .table_contact { border-top: 1px solid #AAA; margin-bottom: 30px;  }
.contact .table_contact th{ font-weight: bold; background: #f2f5f8; border-width: 0 1px 1px 1px; border-style: solid; border-color: #AAA; width: 190px; vertical-align: top; padding: 10px; font-size: 0.93em; vertical-align: middle; }
.contact .table_contact th.wstyle1 { width: 38px; }
.contact .table_contact td{ padding: 10px; border-bottom: 1px solid #AAA; border-right: 1px solid #AAA; font-size: 0.93em;}
.contact .table_contact td>input{ width: 100%; height: 20px; margin: 3px 0;}
.contact .table_contact td>textarea{ width: 100%; height: 180px; margin: 0; }
.contact .table_contact td.cbox ul li { float: left; padding-right: 20px;}
.contact .table_contact td.cbox ul:after { content : ''; display : block; clear : both; }
.contact .table_contact td.age input { width: 90%; margin-right: 7px; }
.contact #reset_btn{ border: 1px solid #858585;  height: 40px; background: #858585; color: #FFF; font-weight: normal; font-size: 0.93em; padding:10px 40px; margin-right:20px;}
.contact #submit_btn{ border: 1px solid #00387d; height: 40px; font-size: 1.1em; background: #00387d; color: #FFF; font-weight: normal; font-size: 0.93em;padding:10px 40px; }
.contact #reset_btn:hover{ background: #FFF; color: #858585; border: 1px solid #858585; cursor: pointer;}
.contact #submit_btn:hover{  background: #FFF; color: #00387d;border: 1px solid #00387d; cursor: pointer;}
.contact .table_contact .sche li { float: left; padding-bottom: 5px; padding-right: 30px; }
.contact .table_contact .sche li input { margin-right: 5px; }
.contact .txt1 { padding-bottom: 20px; }
.contact .tstyle1 td ul li { float: left; padding-right: 20px;}
.contact .tstyle1 th{ border-top: 1px solid #AAA; }
.contact .tstyle1 td{ border: none; padding-bottom: 20px; }
.contact .tstyle1 td input { width: auto; margin-right: 5px; }
.contact .table_contact td input.w30 { width: 30%; }
@media screen and (max-width: 750px) {
	.contact .table_contact{ border: none; width: 100%; margin-bottom: 10px; }
	.contact .table_contact th{ display: block; width: 96%; padding: 2%; border: none;}
	.contact .table_contact td{ display: block; width: 100%; margin: 0; border: none; padding: 10px 0 20px; }
	.contact .table_contact td>input{ width: 100%; margin: 0; height: 30px; vertical-align: middle; }
	.contact .table_contact td>textarea{ width: 100%; height: 100px; margin: 0; padding: 0;}
	.contact #reset_btn{ width: 40%; margin-right: 5%; font-size: 1em;}
	.contact #submit_btn{ width: 40%; font-size: 1em; }
	.contact .table_contact th.wstyle1 { background: none; font-size: 1.1em; width: 100%; }
	.contact .table_contact th.thstyle1 { background: none; padding: 0; width: 100%; }
	.contact .tstyle1 td input { width: auto; margin-right: 5px; height: 24px; margin-bottom: 5px; }
	.contact .tstyle1 td input.w70 { width: 70%; }
	.contact .tstyle1 td{ border: none; padding-bottom: 20px; }
}