*{
	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/main.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: ffffff;
	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: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 30px 15px;
}
#koukai-boshu h3{
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ef7b01;
	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;
    padding: 3px 5px;
*/
    line-height: 20px;
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 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;
}
*/

#fromPersonality {
	max-width: 960px;
	margin: 0 auto;
}
#fromPersonality .col {
	float: left;
	width: 31%;
	margin-bottom: 20px;
	margin-left: 3%;
}
#fromPersonality .col:nth-child(3n+1) {
	margin-left: 0;
	clear: both;
}
#fromPersonality .col.title {
	padding: 30px;
}
#fromPersonality dt {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ed89a2;
	color: #333;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 20px;
}
#fromPersonality dt small {
	font-size: 10px;
	font-weight:normal;
}
#fromPersonality dt img {
	margin-bottom: 15px;
}
#fromPersonality dd {
	font-size: 13px;
	line-height: 1.6;
}
@media (max-width: 768px) {
	#fromPersonality {
		padding: 0 20px;
	}
	#fromPersonality .col.title {
		width: 160px;
		margin-bottom: 20px;
		padding: 0;
	}
	#fromPersonality .col {
		float: none;
		width: 100%;
		margin-left: 0;
	}
}
@media (min-width:480px) and (max-width: 768px) {
	#fromPersonality dl {
		display: table;
		width: 100%;
	}
	#fromPersonality dt,
	#fromPersonality dd {
		display: table-cell;
		vertical-align: top;
	}
	#fromPersonality dt {
		width: 180px;
	}
	#fromPersonality dd {
		padding-left: 20px;
	}
}
