*{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#content img{max-width: 100%;}

body#event .top{background-color: #ed89a2;}

.contents {
	position: relative;
	margin: 0 auto;
	width: 900px;
}
.contents-mini {
	margin: 0 auto;
	width: 800px;
}
#content.detail{padding: 60px 0;background-color: transparent;}
@media (max-width: 960px){
	.contents{width: 90%;}
	.contents-mini{width: 85%;}
	#content.detail{padding: 30px 0;}
}
@media (max-width: 480px){
	.contents,.contents-mini{width: 90%;}
	#content.detail{padding: 30px 0 10px;}
}

/*-----------------------------------------------
 main
-----------------------------------------------*/

#koukai-intro{
	background: url(./img/koukai-head.jpg) no-repeat center top;
	background-size: cover;
	height: 500px;
	text-indent: -99999px;
}

#koukai-main,#koukai-main dl{
	margin-bottom: 60px;
}
#koukai-main dt{
	color: #3496D9;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #3496D9;
	letter-spacing: 0.2em;
}
#koukai-main dd{margin-bottom: 15px;}
#koukai-boshu{
	text-align: center;
	background-color: #FFF0FD;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 30px 15px;
}
#koukai-boshu h3{
	color: #FF0086;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #FF0086;
	letter-spacing: 0.3em;
}
@media (max-width: 960px){
	#koukai-intro{height: 320px;}
}
@media (max-width: 960px){
	#koukai-intro{height: 140px;}
}

/* フォーム項目 */
#form {
	padding: 50px 0;
	background-color: #f7f8f8;
}
#form h2{text-align: center;margin-bottom: 15px;}
#form table{width: 100%;margin-bottom: 30px;text-align: left;border-top: 1px #CCCCCC dotted;}
#form table th{width: 25%;}
#form table th, #form table td {
	padding: 10px;
	border-bottom: 1px #CCCCCC dotted;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#form table th img {float: right;margin-top: 5px;}
#form input, #form select, #form textarea {
    border: 2px #CCCCCC solid;
    line-height: 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 3px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
input.err, select.err, textarea.err, .err input, .err select, .err textarea, .chkgroup.err label {
    background: #FFFFCC;
    border-color: #fdd7c1;
}
.w100{width: 100%;}
.box{
	padding: 20px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
.formbtn{text-align: center;}
.formbtn input{
	border: none!important;
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	border-radius: 0!important;
	cursor:pointer;
}
.btn-confirm-event{background: url(./img/btn-confirm.gif) no-repeat center center;}
.btn-grey-event{background: url(./img/btn-grey.gif) no-repeat center center;}
.btn-reinput{background: url(./img/btn-reinput.gif) no-repeat center center;width: 226px;height: 62px;}
.btn-send{background: url(./img/btn-send.gif) no-repeat center center;width: 226px;height: 62px;}
.btn-confirm{width: 400px;height: 100px;background-size: contain!important;max-width: 100%;}
@media (max-width: 768px){
	#form table th, #form table td {width: 100%;display: block;}
	#form table th img {margin-top: 2px;}
	#form table th{border: none;}
	#form table td{padding-bottom: 20px;}
}


/*
.bottominfo {
	margin:30px auto;
}
.bottominfo th,.bottominfo td{
	border:none;
}
.bottominfo .logo {
	width:200px;
}
.bottominfo .desc {
	width:350px;
	text-align:left;
	padding-left:20px;
}
*/