@charset "utf-8";
/* CSS Document ==============

	EVENT x SHIBUYA

	style.css

============================== */


/* ------------------------------
	個別要素
------------------------------ */

article  { /*  個別ボーダー色  */
	border-color: #000;
}

article a, a:visited { /*  個別リンク色  */
	color: #ad0000;
	text-decoration: none;
}


.cntPage h3 {
	color: #004798;
}

/*  今月の書店 詳細  */
dl.bookStore {
	float: left;
	width: 290px;
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}
.bookStore dt {
	float: left;
	color: #9a9a9a;
	margin: 0 0.2em 0.4em 0;
	padding: 0;
	clear: left;
	line-height: 1.5;
}
.bookStore dd {
	color: #333;
	margin: 0 0 0.4em 0;
	padding: 0;
	overflow: hidden;
}

p.storeSide {
	width: 290px;
	overflow: hidden;
}



/*  タイムスタンプ  */
.cntPage time#osusume {
	position: absolute;
	top: 10px;
	right: 0px;
	font-size: 12px;
	color: #004798;
}


/*  詳細情報見出し：リストマーク  */
.detail h3 {
	width: 100%;
	font-size: 120%;
	color: #004798;
	margin: 1em 0 0.3em;
	padding: 0;
}

.archive h3 {
	width: 100%;
	font-size: 120%;
	color: #004798;
	margin: 1em 0 0.3em;
	padding: 0;
}

/*  詳細情報画像スライド  */
#slides .slides_container {
	width:300px;
	height:200px;
	display:none;
}
#slides .slides_container div {
	width:300px;
	height:200px;
	display:block;
}

#slides_two .slides_container div {
	width:200px;
	height:200px;
	display:block;
}
.pagination .current a {
	color:red;
}


/* 2013.3.12 */
.detail .infoBox {
	padding: 12px 12px 8px;
}
.inBox h3.main {
	font-size: 130%;
	color: #004798;
}
.detail h3.main {
	color: #004798;
}
.cntPage time#osusume {
	color: #004798;
}
#profile {
	background: #eee;
	margin: 0;
	padding: 16px;
}
#profile p {
	color: #555;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
#profile p span {
	display: block;
	font-weight: bold;
	color: #004798;
	margin-bottom: 0.3em;
}

#title_list {
	width: 100%;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.8;
	list-style: disc;
	margin: 0 1em;
}
#title_list a {
	color: black;
	text-decoration: dotted;
}
.detail h3.main {
	width: 100%;
	font-size: 120%;
	margin: 0.5em 0;
}
.detail .infoBox {
	margin-top: 2px;
}
#contents .detail .infoBox dd a {
	color: #c00;
}


/*  STEP  */
#contents .step {
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ededed;
}
#contents .last {
	margin-bottom: 0px;
	border: 0;
}
#contents .step h3 {
	height: 33px;
	padding: 0 0 5px 0;
	color: #004698;
	font-size: 18px;
	font-weight: bold;
	line-height: 33px;
	background: none;
}
#contents .step ul {
	list-style: none;
	overflow: hidden;
}
#contents .step li {
	clear: left;
	width: 610px;
	overflow: hidden;
}
#contents .step li img {
	float: left;
	margin: 10px 3px 3px 3px;
	border: solid 8px #fff;
	box-shadow:rgba(113, 135, 164, 0.7) 0px 0px 6px 0px;
	-webkit-box-shadow:rgba(113, 135, 164, 0.7) 0px 0px 6px 0px;
	-moz-box-shadow:rgba(113, 135, 164, 0.7) 0px 0px 6px 0px;
}
