@charset "Shift_JIS";

/* --------------------------------------------
	全体
----------------------------------------------*/
#main {
	width: 760px;
	text-align: left;
}

.adminh{
	display:none;
}

/* --------------------------------------------
	詳細ページ用
----------------------------------------------*/
.introHead {
	margin: 16px 0 40px 0;
	color: #B89E72;
	color: #000;
	color: #B4B4B4;
}

.workImg {
	float: left;
	margin-right: 24px;
	/*border: solid #FFF 1px;*/
	width: 220px;
}

.workData {
	float: left;
	width: 500px;
}

.workTitle {
	font-size: 123.1%; /* 16px相当 */
	line-height: 1.2;
	margin-bottom: 20px;
	/* font-family: serif; */
}

.workPrice {
	font-size: 100%; /* 13px相当 */
	line-height: 1.2;
	margin-bottom: 8px;
}

.releaseDate {
	font-size: 100%;
	line-height: 1.2;
	margin-bottom: 24px;
}

.read {
	font-size: 108%; /* 14px相当 */
	line-height: 160%;
	line-height: 1.5;
	margin-bottom: 16px;
}

.amazonLink {
	font-size: 100%;
	line-height: 120%;
	/*margin-bottom: 16px;*/
}

.introBody {
}

.introContents {
}

.introContents dl {
	margin-bottom: 16px;
}

.introContents dt {
	font-size: 108%; /* 14px相当 */
	line-height: 1.8%;
	margin-bottom: 8px;
	color: #BBB;
	color: #B89E72;
	color: #000;
	color: #B4B4B4;
}

.introContents dd {
	font-size: 108%; /* 14px相当 */
	line-height: 160%;
	line-height: 1.6;
	color: #B89E72;
	color: #000;
	color: #B4B4B4;
}

.introContents dd a:link,
.introContents dd a:visited {
	text-decoration: underline;
}

.introComment {
	font-size: 108%; /* 14px相当 */
	line-height: 150%;
	margin-bottom: 8px;
	color: #B89E72;
	color: #000;
	color: #B4B4B4;
}

.backButton {
}


/* --------------------------------------------
	リストページ用
----------------------------------------------*/
.read_txt2{
	font-size: 93%; /* 12px相当 */
	line-height: 1.6;
	margin:8px 0;
	width:100%;
	text-align: center;
	color: #B89E72;
	color: #000;
	color: #B4B4B4;
}

.read_txt2 p{
	padding-bottom:1em;
}

.read_txt2b {
	font-size: 93%; /* 12px相当 */
	line-height: 1.5;
	/*margin:8px 0;*/
	width:100%;
	text-align: center;
	color: #B89E72;
	color: #000;
	color: #B4B4B4;
}

.read_txt2b p {
	/*padding-top:1em;*/
	padding-bottom:1em;
}

.workList {
	margin-bottom: 16px;
}

.workList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.listItem {
	/*float: left;*/
	width: 160px;
	width: 170px;
	margin-right:16px;
	margin-bottom: 16px;
	margin-bottom: 24px;
	/*background-color: #777;*/
}

.lWorkImg {
	text-align: center;
	margin-bottom: 8px;
	margin-bottom: 7px;
}

.lWorkImg img {
	height: 200px;
	width: 140px;
	/*border: solid #FFF 1px;*/
}

.lWorkTitle {
	font-size: 108%; /* 14px相当 */
	line-height: 1.5;
	line-height: 1.4;
	text-align: left;
	margin-bottom: 4px;
	color: #B89E72;
	color: #000;
	color: #B4B4B4;
}

.lReleaseDate {
	/*font-size: 93%;  12px相当 */
	font-size: 77%; /* 11px相当 */
	font-size: 85%; /* 11px相当 */
	line-height: 1.5;
	text-align: right;
	text-align: left;
	padding-right: 8px;
	color: #B89E72;
	color: #000;
	color: #B4B4B4;
}

.pConBottom {
	clear: both;
	font-size: 100%; /* 13px相当 */
	line-height: 1.2;
	color: #B89E72;
	color: #000;
	color: #B4B4B4;
}

.pConBottom a:link,
.pConBottom a:visited,
.pConBottom a:hover,
.pConBottom a:active {
	text-decoration: underline;
}


/* --------------------------------------------
	コピーライト用
----------------------------------------------*/
div.adb-copyright {
	width: 768px;
	width: 900px;
	width: 550px;
	width: 1000px;
	/*margin: -80px auto 0 auto;*/
	margin: -10px auto 0 auto;
	margin: -50px auto 0 auto;
	margin: -100px auto 0 auto;
	margin: -40px auto 0 auto;
	margin: 0px auto 0 auto;
	margin: -70px auto 0 auto;
	text-align: right;
	/*text-align: center;
	text-align: left;*/
	/*position: relative;
	z-index: 10;*/
	/*position: absolute;
	bottom: 10px;*/
	/*background-color:#DDD;*/
	/*padding-right: 16px;*/
}

div.adb-copyright span {
	font-size: 11px !important;
	/*color: #B89E72 !important;
	color: #000 !important;*/
	color: #B4B4B4 !important;
}

div.adb-copyright a:link,
div.adb-copyright a:visited {
	/*color: #B89E72 !important;
	color: #000 !important;*/
	color: #B4B4B4 !important;
}

/*div.adb-copyright {
	width: 800px;
	margin: 0px auto 0 auto;
	padding-top: 1px;
	text-align: right;
}*/

/*div.adb-copyright span {
	background-color:#FFF;
}*/

