@charset "UTF-8";

.contentHeader{
	margin: 0 -20px;
}
.contentHeaderTitle{
	background-position: center bottom;
	background-size: 300px auto;
	padding-bottom: 110px;
}
.contentIndexTitle{
	margin: 0 20px 20px;
}
.onayami_items{
	text-align: center;
	float: none;
}
.contentNav{
	margin-top: 20px;
}
.contentNavList li{
	width: auto;
	float: none;
}
.itemList{
	background: none;
}
.itemListCase{
	float: none;
	width: auto !important;
	padding-left: 0 !important;
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.itemListRow{
	background: none;
	margin: 0;
	padding: 0;
}
.contentNavList li{
	position: relative;
}
.contentNavList li:first-child:before,
.contentNavList li:last-child:after{
	content: "";
	width: 2px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	background: #FFF;
}
.contentNavList li:last-child:after{
	left: 0;
}
.contentNavList li:last-child:before{
	content: "";
	background: #CCC;
	width: 90%;
	height: 1px;
	display: block;
	margin: 0 auto;
}

.contentIndexList li{
	padding-left: 70px;
	margin-right: 10px;
}
.contentIndexList li .num{
	width: 60px;
}
.contentIndexList li .tit{
	font-size: 16px;
}
.section{
	margin-bottom: 20px;
}
#list{
	margin: 0;
}