*{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

html{
	font-size: 62.5%;
}	

body{
	font-size: 14px;
	font-size: 1.4rem;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: #f3f9ff;
	color : #333;
}

img{
	vertical-align : bottom;
}

a:link,
a:visited{
	
}

a:hover{
	
}

table{
	margin-bottom: 20px;
	width: 100%;
}

th,td{
	border: 1px solid #CCC;
	padding: 7px;
	vertical-align: middle;
	line-height: 1.6;
}

th{
	background: #EEE;
}

th[scope=row]{
	text-align: left;
	font-weight: bold;
	background: #F3F9FF;
}

.text{
	margin-bottom: 15px;
	line-height: 1.6;
}

.notes{
	margin-bottom: 20px;
	font-size: 12px;
	font-size: 1.2rem;
}

ul.topicPath{
	margin-bottom: 10px;
	font-size: 0;
}

ul.topicPath li{
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
}

ul.topicPath li:after{
	content: ">";
	margin-right: 5px;
	margin-left: 5px;
	color: #CCC;
}

ul.topicPath li.page:after{
	content: "";
}

div.body div.main>div.section{
	margin-bottom: 40px;
}

div.body div.main>div.section>div.inner{
	margin: 10px;
}

div.body div.main>div.section>div.inner>div.section{
	margin-bottom: 20px;
}

div.body div.main h3{
	margin-bottom: 20px;
	border: solid #9cf;
	border-width: 3px 3px 3px 8px;
	padding: 15px 20px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	background: #F3F9FF url(../img/common/bg_h3.png) no-repeat left top;
}

div.body div.main dt{
	font-weight: bold;
}



