@charset "utf-8";

/* -------------------------------------------------------------------------------------
	INITIALIZE
------------------------------------------------------------------------------------- */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body,table,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,blockquote,form,label,dl,dt,dd,ol,ul,li,fieldset,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; background: transparent;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,canvas { display: block; }
img { border: none; vertical-align:bottom; }
input,textarea{ margin:0;padding:0; }
a {
	-webkit-touch-callout:none;
	text-decoration: none;
}
dt{
	font-weight:bold;
}
dd{
	margin-left:1em;
}
ul{
	list-style-type:none;
	/*
	margin-left: 1em;
	*/
}
figure{
	margin: 0 auto;
}
a.disabled{
	pointer-events: none;
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
@media(min-width:768px){
	a img:hover{
		opacity:0.8;
		filter: alpha(opacity=80);
		-ms-filter: "alpha( opacity=80 )";
	}
}

/* -------------------------------------------------------------------------------------
	GENERAL
------------------------------------------------------------------------------------- */
.clearfix:after {
	clear:both;
	content: "";
	height: 0;
	display: block;
}
.txtcenter{
	text-align: center;
}
.txtleft{
	text-align: left;
}
.txtright{
	text-align: right;
}
.txt_s{
	font-size: 80%;
}
.bold{
	font-weight:bold;
}
.it{
	font-style: italic;
}
.quote{
	font-style: italic;
	font-weight: bold;
	padding-left: 1em;
}
.upper{
	vertical-align: super;
	font-size: 66%;
}
.under{
	vertical-align: baseline;
	font-size: 66%;
}
.red{
	color: #f00;
}
.pc-only { display: none; }
@media (min-width: 768px) { .pc-only { display: block; } }

.sp-only { display: block; }
@media (min-width: 768px) { .sp-only { display: none; } }

/* -------------------------------------------------------------------------------------
	MAIN
------------------------------------------------------------------------------------- */
body {
	font: 15px/167% HelveticaNeue, sans-serif, "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN";
	color:#333;
	margin:0 auto;
	background-color: #fff;
	min-width: 320px;
	max-width: 640px;
	-webkit-text-size-adjust: none;
	-webkit-touch-callout: none;
}
header{
	margin:0 auto;
	text-align: center;
}
footer{
	margin:0 auto;
	text-align: center;
	font-size:12px;
	color:#999;
	padding-bottom: 15px;
}
article{
	padding: 15px;
	width:100%;
}
.event_title{
	font-size:17px;
	font-weight: bold;
	line-height: 26px;
	padding: 0 0 17px;
	text-align: center;
}
.event_info{
	padding:16px 8px;
	background-color: #fafafa;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 0 auto 15px;
}
.info_title{
	font-size:15px;
	font-weight: bold;
	line-height: 20px;
	border-bottom: 1px dashed #ccc;
	margin: 0 auto 15px;
	text-align: center;
}
.form_title{
	font-size:15px;
	font-weight: normal;
	line-height: 23px;
	padding: 0 0 15px;
}
.form_notice{
	font-size:13px;
	font-weight: normal;
	line-height: 20px;
	padding: 0 0 13px;
	text-indent: -13px;
	padding-left: 13px;
}
.email, .name, .comment{
  display: block;
  width: 100%;
  border: 2px solid #0c419a;
	border-radius: 2px;
  padding: 5px 10px;
	font-size: 14px;
	margin-bottom: 8px;
	background-color: #fafafa;
}
.btn_submit {
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  padding: 15px 0;
  background: rgb(12,65,154);
	color: #fff;
  border-radius: 2px;
	border: none;
	margin-bottom: 8px;
	box-shadow: 0 2px 1px rgba(0,0,0,.33);
}
.howto_list{
	width:100%;
	margin: 16px auto;
	background-color: #f0f0f0;
	border-radius: 4px;
	padding: 8px;
}
.howto_item dd{
	margin-left: 0;
}
.howto_item dd img{
	width:100%;
	border: 1px solid #ccc;
}
.howto_item{
	margin-bottom: 16px;
}
@media (min-width: 768px) {
	body {
		box-shadow: 0 0 2px rgba(0,0,0,.33);
	}
	.howto_list dd img{
		width:280px;
	}
}

.about_app{
	font-size:14px;
	margin: 8px auto;
	background-color: #fafafa;
	padding:8px;
	line-height: 22px;
}
