@charset "utf-8";
/*===========================
basic
===========================*/


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	list-style-type: none;
}
body {
	line-height:1;
	-webkit-text-size-adjust: 100%;  /* iPhoneで横にしたときの文字の大きさバグを回避　*/
}
img {
	max-width: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color: #008bda;
}
/* 画像の下にできる隙間をなくす */
img {
	vertical-align: bottom;
}
/* hr 要素は不可視で使う */
hr {
	display: none;
}
/*===========================
common
===========================*/



body {
	font-size:16px;
	line-height: 1.8em;
	font-family:  "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color:#000;
	background: #fff;
}
.wrapper {
	box-sizing: border-box;
	min-width:1000px;
	max-width: 1300px;
	margin: 0 auto;
	padding:5%;
}
 @media screen and (max-width: 768px) {
 body {
 min-width:600px; /* iPadで横にしたときに背景が切れるバグ回避　*/
}
 .wrapper {
 width: 100%;
 min-width:600px;
 padding:3%;
}
}
 @media only screen and (max-width: 600px) {
 body {
 min-width:320px; /* iPadで横にしたときに背景が切れるバグ回避　*/
}
 .wrapper {
 min-width:320px;
 padding:20px 10px;
}
}
/*===========================
main
===========================*/

/* for body */
/*
#head {
	background: #00428e;
	color: #fff;
}
#head-in {
	padding: 8px 2em;
}
h1 {
	font-size: 135%;
	margin: 0;
}

*/

/*===========================
onOff
===========================*/

.pcOFFtabletON {
	display:none;
!important;
}
.pcONtabletOFF {
}
.pcONtabletOFFspON {
}
.pcOFFspON {
	display:none !important;
}
.sp {
	display:none !important;
}
.pcONspOFF {
}
.txtPCcenterSPLeft {
	text-align:center !important;
}
.txtPCcenterTabletLeft {
	text-align:center !important;
}
.txt {
	text-align:center !important;
	font-size:110%;
	margin-bottom:1em;
}
.txtPCLeftSPcenter {
	text-align:left !important;
}
.txtPCRightSPcenter {
	text-align:right !important;
}
 @media screen and (max-width: 768px) {
.pcONtabletOFF {
 display:none;
}
 .pcOFFtabletON {
 display:block;
}
 .pcONtabletOFFspON {
 display:none;
}
 .txtPCcenterTabletLeft {
 text-align:left !important;
}
 .txt {
 text-align:left !important;
 font-size:110%;
 margin-bottom:1em;
}
}
 @media screen and (max-width: 600px) {
 .pcOFFspON {
 display:block !important;
}
 .sp {
 display:block !important;
}
 .pcONspOFF {
 display:none !important;
}
 .pcONtabletOFFspON {
 display:block !important;
}
 .txtPCcenterSPLeft {
 text-align:left !important;
}
 .txtPCLeftSPcenter, .txtPCRightSPcenter {
 text-align:center !important;
}
 .txt {
 font-size:100%;
}
}
/* for table */
#form-tbl {
	margin:0 auto;
	width:100%;
	box-sizing: border-box;
}
#form {
	border-collapse: collapse;
	margin:0 auto 2vw auto;
	width:100%;
	box-sizing: border-box;
}
#form th, #form td {
	border: 1px solid #ccc;
	padding: 8px;
	font-weight:normal;
}
#form th {
	white-space: nowrap;
	background: #eeeeee;
}
#form td {
	background: #fff;
}
p.btn {
	text-align:center;
}
p.btn input {
	width: 110px;
	height: 32px;
}
/* for title */
h2 {
	font-size: 100%;
	text-align: left;
	border-left: solid 4px #ef002d;
	border-bottom: 1px solid gray;
	padding: 4px 6px;
	margin: 1.5em 0;
	width: 500px;
}
/* for message */
p.msg {
	color: #dd0000;
	margin: 2em;
	text-align:center;
}
span.msg {
	color: #dd0000;
}
/* for back-button */
form.back {
	margin-top: 2em;
}

/* スマホ用 */
@media only screen and (max-width: 600px) {
 #body {
margin-left: 0;
}
	
	/* 投稿フォーム */
	#form-tbl {
margin: 0 auto;
text-align: center;
}
 #form {
width: 96%;
margin: 10px auto;
}
 #form th, #form td {
 text-align: left;
 width: 100%;
 display: block;
 padding: 6px 3px;
 border-top: none;
 min-height:1em;
}
 #form tr:first-child th {
border-top: 1px solid #ccc;
}

 #form tr th {
border-bottom: none;
}
 p.btn input {
width: 10em;
}
    
	/* 小見出し */
	h2 {
margin: 1em 3px;
width: 90%;
}
	
	/* サンクス */
	p.msg {
margin: 1em auto;
}
}
