@charset "utf-8";
/* CSS Document */

/* デフォルトスタイル
-----------------------*/
html,body,p,h1,h2,h3,h4,h5,h6,
span,small,strong,
div,ul,li,
figure,img,a,
header,footer,nav,section,table,tr,td{
	padding:0;
    margin:0;
	border-collapse:collapse;
	border:none;
	outline:none;
	font-size:medium;
}
header,footer,nav,section{display:block;}
input, textarea{box-sizing: border-box;}
html { opacity:0;}
body{
	color:#333; /* 文字色 */
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	background:#C2EDED;
}
a:hover { opacity: 0.7;}
.clearText {
	display:block;
	height: 0px;
	margin: 0;
	padding: 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.font2 { 
	font-family: 游明朝,"Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	/* font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; */
}
/*-----------------------
 サイドメニュー
-----------------------*/
input#checked { display: none;}
/* サイドメニューボタン */
label.menu-btn {
	display: block;
	width:50px;
	height:50px;
	position: fixed;
	top:10px;
	right:10px;
	background: #008C69;
	z-index: 50;
}
label.menu-btn:hover span.bar {
	opacity: 0.7;
}
	span.bar {
		position: absolute;
		top:10px;
		left: 10px;
		display: block;
		width: 30px;
		height: 2px;
		background: #fff;
		-webkit-transition: all .5s;
		transition: all .5s;
		-webkit-transform-origin: left top;
		-ms-transform-origin: left top;
		transform-origin: left top;
	}
	span.bar.middle {
		top: 18px;
		opacity: 1;
	}
	span.bar.bottom {
		top: 26px;
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
	}
	label.menu-btn p.menu {
		width:100%;
		height:15px;
		line-height: 15px;
		position: absolute;
		top:33px;
		left:0;
		color:#fff;
		text-align: center;
		font-size: 8px;
		letter-spacing: 2px;
		-webkit-transition: all .5s;
		transition: all .5s;
		-webkit-transform-origin: left top;
		-ms-transform-origin: left top;
		transform-origin: left top;
	}
	label.menu-btn p.close {
		opacity: 0;
		width:100%;
		height:15px;
		line-height: 15px;
		position: absolute;
		top:33px;
		left:0;
		color:#fff;
		text-align: center;
		font-size: 8px;
		letter-spacing: 1px;
		-webkit-transition: all .5s;
		transition: all .5s;
		-webkit-transform-origin: left top;
		-ms-transform-origin: left top;
		transform-origin: left top;
	}
div#sidemenubox {
	width:100%;
	position: fixed;
	top:0;
	left:100%;
	background: #008C69;
	box-sizing: border-box;
	padding: 80px 0 0 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	z-index: 10;
	overflow-y: scroll;
}
div#sidemenubox div.menubox {
	width:280px;
	margin: 0 auto;
}
div#sidemenubox div.menubox a {
	display: block;
	width:100%;
	height:50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	border-bottom: #fff 1px dotted;
}

/* -- チェックをつけた場合 */
input.check:checked ~ label.menu-btn span.bar.top {
	top:7px;
	left:13px;
	width: 35px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
input.check:checked ~ label.menu-btn span.bar.middle {
	opacity: 0;
}
input.check:checked ~ label.menu-btn span.bar.bottom {	
	width: 35px;
	top: 32px;
	left:13px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
input.check:checked ~ label.menu-btn p.menu { opacity: 0;}
input.check:checked ~ label.menu-btn p.close { opacity: 1;}
input.check:checked ~ div#sidemenubox { left:0%;}
p#membsername {
	font-size: 14px;
	position: absolute;
	top:10px;
	left:10px;
}
/*-----------------------
  共通部品
-----------------------*/
div#mainContents {
	width:96%;
	max-width: 640px;
	margin: 0 auto;
	padding-top: 80px;
}
img.logoimg {
	display: block;
	width: 90%;
	max-width: 300px;
	margin: 30px auto 0 auto;
}
p.ptext {
	font-size: 14px;
	line-height: 25px;
}
input#send {
	display: block;
	-webkit-appearance: none;
	width:90%;
	max-width:300px;
	height:60px;
	margin: 30px auto 0 auto;
	background: #4EBBAC;
	line-height: 60px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border: none;
}
/* コメント */
p.commentinfo {
	width:300px;
	min-height: 250px;
	padding: 10px;
	background: #fff;
	font-size: 14px;
	line-height: 20px;
	box-sizing: border-box;
}
/* ボタン */
a.btn, input.btn {
	display: block;
	width:100%;
	height:40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	-webkit-appearance: none;
	margin: 2px auto;
	border: #fff 1px solid;
	background: #7396FF;
	color:#fff;
	text-decoration: none;
}
a.btn.red, input.btn.red { background: #FF9999;}
a.btn.right, input.btn.right { float: right;}
a.btn.left, input.btn.left { float: left;}
input.btn.glay {
	background: #ccc;
	color: #333;
	border-color: #ccc;
}
input.btn:hover { opacity: 0.7; }
/* テーブル 一覧タイプ*/
table.selectList {
	width:100%;
	margin-top: 10px;
	background: #fff;
}
	table.selectList th {
		text-align: center;
		padding: 3px 0;
		text-align: center;
		font-weight: normal;
		background: #BFDFFF;
		color: #333;
		font-size: 12px;
		letter-spacing: 2px;
		min-width: 30px;
	}
	table.selectList td {
		line-height: 20px;
		font-size: 12px;
		letter-spacing: 2px;
	}
	table td.center { text-align: center;}
	table td.small { font-size: 10px;}
	table td.bold { font-weight: bold;}
	table.selectList th, table.selectList td {
		border: #999 1px solid;
		padding: 3px 0;
	}
	table.selectList td.abtn {
		padding: 0;
		width:60px;
	}
	table.selectList td.abtn a, table.selectList td.abtn input.btn{
		display: block;
		width:60px;
		height:35px; 
		line-height:35px;
		text-align: center;
		text-decoration: none;
		font-size: 12px;
		background: #7396FF;
		color:#fff;
		letter-spacing: 2px;
		border: #fff 1px solid;
		margin:  0 auto;
	}
/* 期間選択用 */
div.timeselectbox {
	width:100%;
	height:45px;
	position: relative;
}
	div.timeselectbox input.leftbtn, div.timeselectbox input.rightbtn {
		display: block;
		-webkit-appearance: none;
		width:60px;
		height:45px;
		background: #7396FF;
		line-height: 45px;
		text-align: center;
		position: absolute;
		top:0;
		border: #fff 1px solid;
		color: #fff;
		font-size: 14px;
	}
	div.timeselectbox input.leftbtn { left:0px;}
	div.timeselectbox input.rightbtn { right:0px;}
	div.timeselectbox input.maintime {
		display: block;
		-webkit-appearance: none;
		width:100%;
		height:45px;
		line-height: 45px;
		box-sizing: border-box;
		padding: 0 80px;
		border: none;
		font-size: 16px;
		text-align: center;
		background: #fff;
	}
/* 入力枠の設定 */
input.longitext {
	display: block;
	-webkit-appearance: none;
	width:100%;
	height:45px;
	border: none;
	font-size: 20px;
	text-align: center;
	box-sizing: border-box;
	padding: 0 40px;
	border: #ccc 1px solid;
	background: #fff;
}
input.shortitext {
	display: inline-block;
	-webkit-appearance: none;
	width:60px;
	height:40px;
	border: none;
	font-size: 20px;
	text-align: center;
	box-sizing: border-box;
	vertical-align: middle;
	margin: 0 10px;
	border: #ccc 1px solid;
	background: #fff;
}
textarea.longtextarea {
	display: block;
	-webkit-appearance: none;
	width:100%;
	height:90px;
	border: none;
	font-size: 14px;
	box-sizing: border-box;
	padding: 10px;
	border: #ccc 1px solid;
	line-height: 30px;
}
input.chkbox {
	height:30px;
	width:30px;
	vertical-align: middle;
	margin-right: 20px;
}
p.info {
	font-size: 18px;
	line-height: 40px;
}
p.err {
	font-size: 14px;
	color: #ff0000;
	line-height: 20px;
}
	p.err a.chkbtn { 
		display: block;
		width:80px;
		height:40px;
		line-height: 40px;
		font-size: 14px; 
		font-weight: bold;
		color: #ff0000; 
		background: #ff9999;
		text-align: center;
		text-decoration: none;
		border: #fff 1px solid;
		margin: 10px 0 0 auto;
	}