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

#terms{
	width:90%;
	max-width:1000px;
	margin:80px auto;
	counter-reset: number;
}


#terms h2{
	font-size:40px;
	border-bottom:1px solid #000;
	padding-bottom:20px;
	font-weight:normal;
	font-family:Verdana, Geneva, "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	text-align:center;
}

#terms .index{
	line-height:1.8;
}

#terms .box{
	margin:50px auto 80px;
	text-align:left;
}

#terms .box h3{
	font-size:20px;
	counter-increment: number;
	border-bottom:1px dotted #000;
	padding-bottom:5px;
	margin-bottom:20px;
}

#terms .box h3:before{
	content: counter(number) ".";
	font-size:27px;
	font-weight:normal;
	margin-right:5px;
}

#terms .box p{
	margin:20px 0 0;
}

#terms .box p span{
	display:block;	
	font-size:16px;
	font-weight:bold;
	margin-bottom:8px;
}

#terms .box p span:before{
	content:"[";
	font-family:"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

#terms .box p span:after{
	content:"]";
	font-family:"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

#terms .box ol{
	margin:30px 0 50px;
}

#terms .box ol li{
	counter-increment: list;
	margin-bottom:10px;
	line-height:1.6;
	padding-left:30px;
	text-indent:-32px
}

#terms .box ol li:before{
	content: counter(list) ;
	border:1px solid #666;
	margin-right:10px;
	width:20px;
	height:20px;
	display:inline-block;
	text-align:center;
	line-height:20px;
	text-indent:0;
}



































