@charset "UTF-8";

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

/* L1 ######################################## コンテンツ ######################################## */

#contents {
	text-align: center;
}

#contents h2 {
	display: none;
}

#contents a {
	color: inherit !important;
	text-decoration: none;
}

#contents dl {
	display: inline-block;
	width: 460px;
	margin: 0 4px 1em 4px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #b5971e;
	background: rgba(255, 255, 255, 0.85);
}

#contents dl dt {
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
	padding: 0.3em 0 0.3em 10px;
	color: #ffffff;
	font-size: 1.8rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #b5971e;
	box-sizing: border-box;
}

#contents dl dd.jacket {
	float: left;
	position: relative;
	top: 0;
	left: 0;
	margin-left: 10px;
}
#contents dl dd.jacket img {
	border: 1px solid #b5971e;
}

#contents dl dd.basic-info ul {
	list-style-type: none;
	float: right;
	margin: 0;
	padding: 5px 5px 5px 8px;
	font-size: 1.4rem;
	border-left: 1px dotted #666666;
}
#contents dl dd.basic-info ul li {
	margin: 0;
	padding: 0;
}

#contents dl dd.info {
	display: none;
	overflow: hidden;
	clear: right;
	position: relative;
	top: 10px;
	width: 217px;
	margin: 0 5px 15px 5px;
	padding: 0.4em 0 0.4em 10px;
	color: #ffffff;
	background: #b5971e;
}

#contents p.note {
	clear: both;
	margin: 0;
	padding: 5px 0 2px 0;
	color: #666600;
	text-align: center;
	background: url(../img/basic/back_transparent_white_50.png);
	
	border-radius: 5px;
}

#contents p.section-L1 {
	position: relative;
	margin: 1em 0;
	padding: 0.6em 20px 0.6em 50px;
	color: #666600;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0.1em;
	
	border: 1px solid #cccccc;
	background: rgba(255, 255, 255, 0.85);
	
	border-radius: 1.4em;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0);
	
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
}
#contents p.section-L1::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 14px;
	height: 18px;
	width: 18px;
	margin: auto;
	
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5);
}