@charset "UTF-8";
body {
	background-color:#FFFFFF;
	font-size:14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

form#mailform {
	padding: 5px;
}



div.koumoku {
    clear:both;
	border:solid 1px;
	border-color:#000000;
	color:#FFFFFF;
	background-color:#000000;
	max-width:90vw;
	font-weight:bold;
	font-size:16px;
	margin-bottom:3px;

/*	border-bottom:solid 1px #999999; */
	
}

div.koumoku2{
	clear: both;
	border: solid 1px;
	border-color: #F3BBE5;
	color:#000000;
	background-color: #F3BBE5;
	max-width: 90vw;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 3px;
}

div.text{

	clear:both;
	max-width:90vw;

}

div.formbase{ 
/*	display:table; */
	clear:both;
/*	vertical-align:middle; */
	margin-bottom:10px;
	max-width:90vw;
}

textarea.haba{
	width:100vw;

}

.table, .table_line {
	width: 90%;
	border-collapse: collapse;
	margin: 1em 0;
}
.table td, .table th {
	padding: 5px;
	border: 1px solid #cecece;
}
.table th {
	font-weight: bold;
}
.table thead th {
	background: #f5f3f3;
}
.table tbody th, .table tbody td {
	border: 1px solid #cecece;
	padding: .5em;
}
.table tbody th {
	color: #2d2d2d;
	background: #FFF;
}
/*header=左*/
.table_lefthead {
}
/*header=左右*/
.table_bothhead {
}
.table_lefthead tbody th, .table_bothhead th {
	background: #f5f3f3 !important;
}
/*点線*/
.table_line {
}
.table_line td, .table_line th {
	padding: 5px;
	border-top: 1px dotted #cecece;
}
.table_line tr:first-child td, .table_line tr:first-child th {
	border-top: none;
}

.fm {
	background-color:#F3BBE5;
	border: 1px solid #E771C9;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	display: block;
	height: 34px;
	line-height: 1.4;
	padding: 6px 12px;
/*	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; */
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;
}

.fm80 {
	background-color:#F3BBE5;
	border: 1px solid #E771C9;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	display:inline;
	height: 34px;
	line-height: 1.4;
	padding: 6px 12px;
/*	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; */
	box-sizing: border-box;
	width: 80%;
	font-size: 14px;
}

.fmtext {
	background-color:#F3BBE5;
	border: 1px solid #E771C9;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	display:block;
	line-height: 1.4;
	padding: 6px 12px;
/*	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; */
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;
}

.selection {
	background-color:#F3BBE5;
	border: 1px solid #E771C9;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
/*	display: block; */
	height: 34px;
	line-height: 1.4;
	padding: 6px 12px;
/*	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; */
	box-sizing: border-box;
	font-size: 14px;
	
}

.check {
	background-color:#F3BBE5;
	border: 1px solid #E771C9;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; 
	height:3em;
	vertical-align: middle;
/*	padding: 6px 12px; */
/*	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; */
	box-sizing: border-box;
	width: 5%;
	font-size: 14px;
}

.button {
/*	display: block; */
	position: relative;
	border-radius: 4px;
	box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,0.3);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.button:hover, .main_content .button:hover {
	box-shadow: 0px 0px;
	-webkit-box-shadow: 0px 0px;
	top: 1px;
	opacity: .9;
	text-decoration: none;
}

.button_search {
	border-radius: 4px;
	text-align: center;
	background-color:#F3CDE7;
	color:#000000;
	border: none;
	padding: .5em;
}

.bt_area .button_search {
	width: 50%;
	font-size: 1.33em;
	font-weight: bold;
}


tr.ken{text-align: center}

.formselect{
	outline-style:solid;
	outline-width:1px;
	outlline-color:#C71585;
	background:#FFE4E1;
	font-size:14px;
	color:#CC0066;}

@media screen and (max-width: 479px){
/* スマートフォン用のスタイル記述 */

div#mf_wrapper {
	width:100vw;
	margin:0 auto;
	text-align:left;
}

div#mf_header {
	background-color:#FFFFFF;
	width:90vw;
	margin-bottom:10px;
	float:left;
	text-align:left;
	font-size:14px;
}

div#mf_header2 {
	background-color:#FFFFFF;
	width:90vw;
	margin-bottom:10px;
	text-align:left;
}
	


.box {
	width:90vw;
	background-color:#FFF;
	float:left;

}
.box2 {
	width:90vw;
	background-color:#FFF;
	border-style:dashed;
	border-width:thin;
	float: left;
}

.kakko{
	width:90vw;
	border-style:none none solid solid;
	border-width: medium;
	border-left-color: #000000;
	border-bottom-color: #000000;
	float: left;
	font-weight: bolder;
	font-size: 16px;
	padding-top: 5px;
	margin-bottom: 5px;
	margin-top:10px;
	}
	
}


@media screen and (min-width: 480px){
/* スマートフォン用のスタイル記述 */

div#mf_wrapper {
	width:100vw;
	margin:0 auto;
	text-align:left;
}

div#mf_header {
	background-color:#FFFFFF;
	width:90vw;
	margin-bottom:10px;
	float:left;
	text-align:left;
	font-size:14px;
}

div#mf_header2 {
	background-color:#FFFFFF;
	width:90vw;
	margin-bottom:10px;
	text-align:left;
}
	


.box {
	width:90vw;
	background-color:#FFF;
	float:left;

}

.box2 {
	width:90vw;
	background-color:#FFF;
	border-style:dashed;
	border-width:thin;
	float: left;
}

.kakko{
	width:90vw;
	border-style:none none solid solid;
	border-width: medium;
	border-left-color: #000000;
	border-bottom-color: #000000;
	float: left;
	font-weight: bolder;
	font-size: 16px;
	padding-top: 5px;
	margin-bottom: 5px;
	margin-top:10px;
	}
	
}

@media screen and (min-width: 768px) {
/* タブレット用のスタイル記述 */


div#mf_wrapper {
	width:100vw;
	margin:0 auto;
	text-align:left;
}

div#mf_header {
	background-color:#FFFFFF;
	width:90vw;
	margin-bottom:10px;
	float:left;
	text-align:left;
	font-size:14px;
}

div#mf_header2 {
	background-color:#FFFFFF;
	width:90vw;
	margin-bottom:10px;
	text-align:left;
}


	

.box {
	width:90vw;
	background-color:#FFF;
	float:left;

}

.box2 {
	width:90vw;
	background-color:#FFF;
	border-style:dashed;
	border-width:thin;
	float: left;
}

.kakko{
	width:90vw;
	border-style:none none solid solid;
	border-width: medium;
	border-left-color: #000000;
	border-bottom-color: #000000;
	float: left;
	font-weight: bolder;
	font-size: 16px;
	padding-top: 5px;
	margin-bottom: 5px;
	margin-top:10px;
	}
	
}

@media screen and (min-width: 980px) {
/* PC用のスタイル記述 */

div#mf_wrapper {
	width:960px;
	margin:0 auto;
}


div#mf_wrapper2 {
	width:500px;
	margin:0 auto;
}
div#main {
	background-color:#FFFFFF;
	width:960px;
	margin-bottom:20px;
	float:left;
}

div#mf_header {
	background-color:#FFFFFF;
	width:940px;
	margin-bottom:20px;
	float:left;
	font-size:14px;
}

div#mf_header2 {
	background-color:#FFFFFF;
	width:940px;
	margin-bottom:10px;
/*	text-align:left;*/
}

	

.box {
	width:450px;
	background-color:#FFF;
	float: left;
}

.box2 {
	width:450px;
	background-color:#FFF;
	border-style:dashed;
	border-width:thin;
	float: left;
}
	
.kakko{
	width:940px;
	border-style:none none solid solid;
	border-width: medium;
	border-left-color: #000000;
	border-bottom-color: #000000;
	float: left;
	font-weight: bolder;
	font-size: 16px;
	padding-top: 5px;
	margin-bottom: 5px;
	}

}