@charset "utf-8";

/* BASE =============================== */
body {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	font: 13px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*---フォーム---*/
input, textarea {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 1.8em;
	font-size: 13px;
}
form {
	/*max-width: 500px;*/
	width: 100%;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
input[type="submit"] {width: 200px; line-height: 1.8em; font-size: 14px; }

/*---テキスト---*/
.txt_white { color: #FFFFFF;}
.txt_green { color: #109236;}
.txt_red { color: #BF0002;}
.txt_brown { color: #8C3E00; font-weight: bold; font-size: 15px; line-height: 1.5em;}
.txt12 { font-size:12px;} 

/*テーブル（スマホ・レスポンシブ）
-----------------------------------------*/
.table-sp {
	width: 100%;
	margin-top: -30px;
}
.table-sp th {
	/*border-bottom: 1px solid #C0C0C0;*/
	text-align: center;
	width: 15%;
	background-color: #CBE4E5;	/*background-color: #F4F4F4;*/
}
.table-sp td {
	/*border-bottom: 1px solid #C0C0C0;*/
}

/* Mobile*/
@media screen and (max-width : 600px) {
/*テーブル（スマホ・レスポンシブ）
-----------------------------------------*/
.table-sp,
.table-sp tbody,
.table-sp thead,
.table-sp tr,
.table-sp td,
.table-sp th {
	display: block;
	border-bottom: none;
	width: 100%;
}
.table-sp th {
	width: auto;
	background-color: #CBE4E5;
}
}
