/**********************************************
	サイト構成
**********************************************/
body {
	line-height:1.5;
	font-family:"Meiryo UI","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",Verdana,"ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;
	color:#000;
	background-color:#fff;
}

#wrapper {
	background:url("../layout/sub_back.png") repeat-x;
}

#header {
}

#detail {
}

#footer {
	clear:both;
}

/**********************************************
	HTML構成
**********************************************/
/* ヘッドコンテンツ */
#subHeader {
	clear:both;
	margin:8px;
}

/* メインコンテンツ */
/* PC用 */
@media screen and (min-width:480px) {
	#main {
		padding:8px;
		margin:0 auto;
		border:1px solid #ccc;
		border-radius:5px;
		width:90%;
		max-width:680px;
	}
}

/* スマートフォン用 */
@media screen and (max-width:479px) {
	#main {
		padding:8px;
		margin:0 8px 8px 8px;
		border:1px solid #ccc;
		border-radius:5px;
	}
}

/**********************************************
	共通項目
**********************************************/
/* スマートフォン用 */
@media screen and (max-width:479px) {
	.nonVisibile {
		display:none;
	}
}

/**********************************************
	内容
**********************************************/
h3.detailHeader {
	margin:20px 0;
	font-size:1.8em;
}

h4.detailHeader {
	margin:20px 0;
	padding:2px 8px;
	font-size:1.2em;
	background-color:#f6d634;
	border-radius:5px;
}

.detailBlock {
	margin-bottom:40px;
}

.worning {
	color:#d2370c;
}

/**********************************************
	山猿会とは
**********************************************/
/* PC用 */
@media screen and (min-width:480px) {
	.aboutUs {
		padding-left:200px;
		background:url("../layout/cycle_back.png") no-repeat 25px center;
	}
	.aboutUs p {
		margin-bottom:1em;
	}
}

/* スマートフォン用 */
@media screen and (max-width:479px) {
	.aboutUs {
		background:url("../layout/cycle_back_sp.png") no-repeat center 20px;
		background-size:150px 100px;
	}

	.aboutUs p {
		margin-bottom:1em;
	}

	.aboutDetail {
		padding-top:80px;
	}
}

/**********************************************
	会則
**********************************************/
#writenDate {
	text-align:right;
}

.firstTitle {
	font-size:1.2em;
	font-weight:bold;
}

.secondTitle {
	margin-left:1em;
	font-weight:bold;
}

.kaisokuList dd {
	margin-left:1em;
	margin-bottom:1em;
}

.decimalList {
	margin-left:2em;
}

.decimalList li {
	list-style-type:decimal;
	color:#0063af;
}

/**********************************************
	お問い合わせ
**********************************************/
.mailAdress {
	margin:1em;
}

.inquiryList1 {
	margin-top:1em;
	padding:0.5em 1em 0 0;
	background-color:#f0f0f0;
	border:1px solid #ccc;
	border-radius:5px;
}

.inquiryList1 li {
	margin-left:2em;
	margin-bottom:0.5em;
	list-style-type:decimal;
	font-size:0.9em;
}

.inquiryList2 {
	margin:1.5em 0 1.5em 1em;
}

.inquiryList2 li {
	margin-bottom:0.5em;
	list-style-type:circle;
	font-size:0.9em;
}
