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


/*==========================================================================================

	// よくある質問

==========================================================================================*/


h3 {
	font-size: 16px;
	font-weight:bold;
	color: #597FB7;
	margin: 10px 0;
}


.faq {
	width: 100%;
	line-height: 1.6;
	clear: both;
}

.question {
	background: #F8F8F8;
	font-size: 14px;
	padding: 20px 20px 20px 40px;
	margin-top: 20px;
	clear: both;
	position: relative;
}


.answer {
	background: #F0F6FF;
	font-size: 14px;
	padding: 20px 20px 20px 40px;
	margin-top: 1px;
	margin-bottom: 20px;
	clear: both;
	position: relative;
}


.q {
	font-size: 18px;
	font-weight: bold;
	color: #2c2c2c;
	float: left;
	position: absolute;
	top: 15px;
	left: 15px;
}

.a {
	font-size: 18px;
	font-weight: bold;
	color: #597FB7;
	float: left;
	position: absolute;
	top: 15px;
	left: 15px;
	
}



* {
	margin: 0;
	padding: 0;
}

.faq_list {
	width: 650px;
	height: 90px;
	margin-bottom: 20px;
}

.faq_list ul {
}

.faq_list li {
	background: #FFFFDD;
	border-radius: 5px;
	color: #816849;
	padding: 10px;
	margin: 5px 5px 5px 0;
	float: left;
	list-style: none;
}


#q1,#q2,#q3,#q4,#q5,#q6 {
padding-top: 20px;
margin-top: -20px;
}




/*==========================================================================================

	// 時間割・クラス構成 :　ドレスコード

==========================================================================================*/



.dress_code table{
	margin: 15px 0 10px;
    width: 100%;
	font-size: 12px;
    border-collapse:separate;
    border-spacing: 0;
	border-right: solid 1px #EBEBEB;
}


.dress_code table thead th{
    text-align: center;
    color:#535353;
	font-weight: bold;
    background: #ADC4E6;
    border-left: 1px solid #EBEBEB;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    padding: 10px 0;
}

.dress_code table tbody th{
	text-align: center;
	width: 80px;
	background: #FFFDE8;
    font-weight: bold;
    padding: 10px;
    border-left: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;

}


.dress_code table td{
    text-align:center;
	line-height: 1.5;
	background: #fff;
	border-left: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    border-top:none;
    padding: 10px;
}


.tw {
	width: 80px;
}

.hi {
	width: 110px;
}


/*==========================================================================================

	// 個人情報の取扱方針

==========================================================================================*/


.privacypolicy_title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #2c2c2c;
}

.privacypolicy p {
	font-size: 12px !important;
}


.privacypolicy ul {
	margin-bottom: 20px;
}
 
.privacypolicy li {
    padding: 4px 0px;
    overflow: auto;
    font-size: 12px;
    line-height: 1.5;
}


