@charset "UTF-8";


/*----------------------------------------
	itemList
-----------------------------------------*/

#itemList {
	display: block;
	margin-top: 20px;
	padding-bottom: 80px;
	border-top: 1px solid #bbb;
}

#itemList li {
	display: block;
	border-bottom: 1px solid #bbb;
	padding: 30px 0;
}

#itemList li:after {
	content: "";
	display: block;
	clear: both;
}

#itemList li .leadText {
	clear: both;
	font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 1.4em;
	font-weight:600;
	color: #6d460f;
}

#itemList li .icon {
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 2px 4px;
	box-sizing: border-box;
	border-radius: 3px;
	background: #7b7a6c;
	text-align: center;
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	background: #7b7a6c;
	font-size: 1.3em;
	color: #fff;
	font-weight: 600;
}

#itemList li dl {
	font-size: 1.3rem;
	font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
	padding-top:20px;
	display: block;
	line-height: 1.4;
}

#itemList li dl dt {
	clear: all;
	float: left;
	display: block;
	font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	width: 5em;
	margin-bottom: 20px;
	padding: 2px 4px;
	box-sizing: border-box;
	border-radius: 3px;
	background: #7b7a6c;
	text-align: center;
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	background: #7b7a6c;
	color: #fff;
	font-weight: 600;
}

#itemList li dl dd {
	display: block;
	margin-bottom: 25px;
	margin-left: 6em;
}


/*----------------------------------------
	画像
-----------------------------------------*/
.photo {
	float: right;
	width: 40%;
}

.photoText,
#itemList li dl {
	clear: both;
	float: left;
	display: block;
	width: 58%;
	margin-right: 2%;
}

.photo img {
	width: 100%x;
}

@media screen and (max-width: 819px) {
	.photo {
		float: none;
		width: 70%;
		margin: 10px auto 30px;
	}

	.photoText,
	#itemList li dl {
		clear: both;
		float: none;
		display: block;
		width: 100%;
		margin-right: auto;
	}
}

@media screen and (max-width: 519px) {
	.photo {
		float: none;
		width: 90%;
		text-align: center;
		margin: 10px auto 30px;
	}
}

