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


/*--------------------------------------------------------
　pages -- 共通設定
--------------------------------------------------------*/
section p {
	font-size: 92.4%;
	line-height: 2;
	}

.columnLeft {
	margin-top:0;
	}

.columnRight {
	margin-top:0;
	}

.columnLeft .boxWrapper {
	width: 712px;
	background: url(../common/images/content_bg_m.png) repeat-y 0 0;
}

.columnLeft .boxBottom {
	background: url(../common/images/content_bg_b.png) no-repeat 0 bottom;
	width: 640px;
	padding: 16px 36px 36px;
}

/*--------------------------------------------------------
　pages -- 独自設定
--------------------------------------------------------*/

/* 個人情報保護方針 */

#privacy .intro {
	background-color:#E8E9E9;
	line-height: 1.666;
	padding:8px 10px;
	margin-bottom: 20px;
	}
#privacy ol {
	padding-left: 20px;
	}

#privacy ol li {
	list-style-type:decimal;
	font-size: 92.4%;
	line-height: 2;
	margin-bottom: 22px;
	}
	
#privacy ol.inner {
	padding-left: 25px;
	}

#privacy ol.inner li {
	list-style-type:lower-roman;
	margin-bottom: 0;
	font-size: 100%;
	}
	
#privacy .infoBox {
	border:solid 5px #E8E9E9;
	padding:10px 17px;
	margin-top: 30px;
	}
	
#privacy .infoBox .ttl {
	color:#00823A;
	font-weight:600;
	}
	
/* サイトマップ */

#sitemap .directly {
	color: #00823A;
	font-size: 107.8%;
	font-weight:600;
	}

#sitemap .directly img {
	vertical-align:middle;
	}
	
#sitemap .left {
	width: 175px;
	float:left;
	}
	
#sitemap .right {
	width: 465px;
	float:right;
	}
	
#sitemap .right .directly {
	border-bottom: dotted #E0E0E0 1px;
	margin-top: 15px;
	padding-bottom: 15px;
	}
	
#sitemap .right .first {
	margin-top: 0;
	}
	
#sitemap .right .directly ul {
	margin:15px 0 0 40px;
	}
	
#sitemap .right .directly ul li {
	font-size: 92.4%;
	color:#333333;
	font-weight:normal;
	margin-bottom: 8px;
	}





