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

	- header
	+ article
		- lnav
		+ main
			+ listCover
				- detail

-----------------------------------------*/

/*----------------------------------------
	header
-----------------------------------------*/

#header_bg {
	top: 0;
}

/*----------------------------------------
	article
-----------------------------------------*/

article {
	min-width: 100%;
	margin-top: 161px;
	background: url(/img/common_bg01.gif) repeat left top;
}

@media screen and (max-device-width:500px) {
	article {
		margin-top: 332px;
	}
}

/*----------------------------------------
	nav 現在位置表示用
----------------------------------------*/
header nav ul li#nav04 {
	background: url(/img/common_nav_pc_bg03.png) no-repeat 1px 77px;
}

@media screen and (max-device-width:500px) {
	header nav ul li#nav04 {
		background: url(/img/common_nav_sp_bg01.png) no-repeat 20px 77px;
	}
}

/*----------------------------------------
	lnav
----------------------------------------*/

#lnav {
	width: 100%;
	margin-top: 161px;
	background-color: #fde07a;
}

@media screen and (max-device-width:500px) {
	#lnav {
		width: 100%;
		margin-top: 332px;
	}
}

#lnav > ul {
	width: 1000px;
	margin: 0 auto;
}

@media screen and (max-device-width:500px) {
	#lnav > ul {
		width: 100%;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #ffffff;
	}
}

#lnav > ul li {
	position: relative;
	float: left;
}

#lnav > ul li:nth-of-type(1)::before,
#lnav > ul li:nth-of-type(3)::before {
	content: "";
	position: absolute;
	left: calc(50% - 37px);
	bottom: 13px;
	width: 74px;
	height: 1px;
	background: #976e2e;
}

#lnav > ul li:hover:nth-of-type(1)::before,
#lnav > ul li:hover:nth-of-type(3)::before {
	display: none;
}

@media screen and (max-device-width:500px) {
	#lnav > ul li {
		width: 249px;
		border-right: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
	}
	#lnav > ul li:nth-child(even) {
		width: 250px;
		border-right: none;
		border-bottom: 1px solid #ffffff;
	}
	#lnav > ul li:last-child {
		border-bottom: none;
	}
	#lnav > ul li:nth-of-type(1)::before,
	#lnav > ul li:nth-of-type(3)::before {
		display: none;
	}
}

#lnav > ul li img {
	padding: 17px 87px 0;
}

@media screen and (max-device-width:500px) {
	#lnav > ul li img {
		padding: 17px 45px 0;
	}
	#lnav > ul li:nth-child(even) img {
		padding: 17px 46px 0 45px;
	}
}

/*----------------------------------------
	main
-----------------------------------------*/

#main {
	width: 1000px;
	margin: 0 auto;
}

@media screen and (max-device-width:500px) {
	#main {
		width: 480px;
	}
}

#main #tit01 {
	padding: 30px;
}

@media screen and (max-device-width:500px) {
	#main #tit01 {
		padding: 30px 20px;
	}
}

#main #tit01 h1 {
	margin: 7px 0 15px;
}

@media screen and (max-device-width:500px) {
	#main #tit01 h1 {
		margin: 0 0 15px;
	}
}

#main #tit01 ul {
	padding: 10px 15px 8px;
	background: #fcf9eb;
	border: solid 1px #e5d5c5;
 	border-radius: 5px;
	-webkit-border-radius: 10px;
 	-moz-border-radius: 10px;
}

@media screen and (max-device-width:500px) {
	#main #tit01 ul {
		margin-bottom: 30px;
	}
}

#main #tit01 ul li {
	display: inline-block;
	margin-right: 24px;
}

@media screen and (max-device-width:500px) {
	#main #tit01 ul li {
		display: block;
		margin: 0 0 5px 0;
	}
}

#main #tit01 ul li:last-child {
	margin-right: 0;
}

/*----------------------------------------
	box01
-----------------------------------------*/

.box01 {
	margin-bottom: 30px;
	padding: 28px 0 5px;
	background: #ffffff;
}

.box01 h1 {
	margin: 0 70px 26px;
	padding-bottom: 12px;
	background: url(/img/common_content_line01.png) repeat-x  left bottom;
}

@media screen and (max-device-width:500px) {
	.box01 h1 {
		margin: 0 35px 26px;
	}
}

.box01 .box01_01 {
	margin: 0 70px;
}

@media screen and (max-device-width:500px) {
	.box01 .box01_01 {
		margin: 0 35px;
	}
}

.box01 .box01_01 dl.list01 {
	margin-bottom: 23px;
}

.box01 .box01_01 dl.list01 dt {
	margin-bottom: 5px;
}

.box01 .box01_01 dl.list01 dd img {
	display: inline-block;
	margin-left: 6px;
	vertical-align: top;
}

.box01 .box01_01 dl.list02 {
	margin-bottom: 30px;
}

.box01 .box01_01 dl.list02 dt {
	margin-bottom: 5px;
}

.box01 .box01_01 dl.list02 span.list02_l {
	display: block;
	float: left;
	width: 9%;
}

@media screen and (max-device-width:500px) {
	.box01 .box01_01 dl.list02 span.list02_l {
		display: block;
		float: left;
		width: 30%;
	}
}

.box01 .box01_01 dl.list02 span.list02_r {
	display: block;
	float: right;
	width: 91%;
}

@media screen and (max-device-width:500px) {
	.box01 .box01_01 dl.list02 span.list02_r {
		display: block;
		float: left;
		width: 70%;
	}
}

.box01 .box01_01 dl.list02 dd img {
	display: inline-block;
	margin-left: 6px;
	vertical-align: top;
}

.box01 p.more01 {
	margin: 0 5px;
	background: #fcf9eb;
	text-align: center;
}

.box01 .box01_02 {
	margin: 0 70px 20px;
}

@media screen and (max-device-width:500px) {
	.box01 .box01_02 {
		margin: 0 35px 20px;
	}
}

.box01 .box01_02 p#btn01 {
	margin: 11px 0 28px;
}

.box01 .box01_02 dl {
	margin-bottom: 30px;
}

.box01 .box01_02 dl dt {
	margin-bottom: 5px;
}

.box01 .box01_02 dl dd em {
	font-style: normal;
	font-weight: bold;
}

@media screen and (max-device-width:500px) {
	.box01 .box01_02 dl dd .list01_l {
		display: block;
		float: left;
		width: 21%;
	}
}

@media screen and (max-device-width:500px) {
	.box01 .box01_02 dl dd .list01_r {
		display: block;
		float: right;
		width: 79%;
	}
}

.box01 .box01_02 p.file01,
.box01 .box01_02 ul.file01 {
	margin-top: 23px;
}

.box01 .box01_02 p.file01 img,
.box01 .box01_02 ul.file01 img {
	display: inline-block;
	margin-left: 6px;
	vertical-align: top;
}

.box01 .box01_02 p.lead01 {
	margin-bottom: 23px;
}

.box01 .box01_02 table {
	max-width: 1000px;
	min-width: 450px;
	border-left: solid 1px #e5d5c5;
	border-top: solid 1px #e5d5c5;
	border-collapse: collapse;
}

@media screen and (max-device-width:500px) {
	.box01 .box01_02 table {
		width: 100%;
		min-width: 0;
	}
}

.box01 .box01_02 table th {
	padding: 7px 0 4px 18px;
	border-right: solid 1px #e5d5c5;
	border-bottom: solid 1px #e5d5c5;
}

.box01 .box01_02 table th#th01 {
	width: 250px;
	background: #fde07a;
}

.box01 .box01_02 table th#th02 {
	background: #5a3208;
}

.box01 .box01_02 table td {
	padding: 6px 10px 4px 18px;
	border-right: solid 1px #e5d5c5;
	border-bottom: solid 1px #e5d5c5;
	background: #fcf9eb;
}

@media screen and (max-device-width:500px) {
	.box01 .box01_02 table th#th01 {
		width: 210px;
	}
}