@charset "UTF-8";

/* ----------------------------------------------------------------------------------
文豪ストレイドッグス 特集
---------------------------------------------------------------------------------- */



/* 共通
---------------------------------------------------------------------------------- */

div#powerpush-area {
	width: 950px;
	margin: 0;
	background: #fff;
}

.notes {
	font-size: smaller;
	font-style: normal;
	font-weight: normal;
}


/* ヘッダー
---------------------------------------------------------------------------------- */

#sp-header {
	position: relative;
	width: 950px;
	height: 390px;
	margin: 0 0 20px 0;
	background: #fff url(../../../images/comic/ja/sp-bungostraydogs/header-bg.jpg) no-repeat left top;
}

#sp-header h2 {
	width: 928px;
	height: 191px;
	position: absolute;
	left: 4px;
	top: 5px;
	background: transparent url(../../../images/comic/ja/sp-bungostraydogs/header-title.png) no-repeat left top;
}

#sp-header p.sp-header-label {
	width: 619px;
	height: 127px;
	position: absolute;
	left: 330px;
	top: 259px;
	background: transparent url(../../../images/comic/ja/sp-bungostraydogs/header-p2.png) no-repeat left top;
}

#sp-header h2 span,
#sp-header p.sp-header-label span {
	display: block;
	width: 0px;
	height: 0px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	text-indent: 110%;
}


/* ナビゲーション
---------------------------------------------------------------------------------- */

.sp-navigation,
.sp-footer-navigation {
	background: #f3ede6 url(../../../images/comic/ja/sp-bungostraydogs/navi_bg.png) repeat left top;
	margin: 0 0 20px 0;
	padding: 8px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow:inset 1px 1px 4px #e0d8ce;
	-moz-box-shadow:inset 1px 1px 4px #e0d8ce;
	-webkit-box-shadow:inset 1px 1px 4px #e0d8ce;
	border: 1px solid;
	border-color: #e0d8ce #e0d8ce #e0d8ce #e0d8ce;
}

/* IE対応Hack */
:root *> .sp-navigation,
:root *> .sp-footer-navigation {
	border: 0;
}

.sp-footer-navigation {
	clear: both;
}

.sp-tab {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
}

.sp-tab li {
	display:inline;
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-weight: bold;
	color: #222;
	line-height: 110%;
}

.sp-tab li span {
	padding: 4px 10px;
}

.sp-tab li a span {
	padding: 0;
}

.sp-tab li a {
	color: #c8574b;
	padding: 4px 10px;
	font-weight: normal;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.sp-tab li.sp-tab-prev,
.sp-tab li.sp-tab-next {
	color: #ddd4cc;
	font-weight: normal;
}

.sp-tab li.sp-tab-next {
	border-right: none;
}

.sp-tab li a:hover {
	background: #fff none;
}

.sp-link-next p {
	margin: 0 0 3em 0;
	font-size: 90%;
	line-height: 140%;
	text-align: center;
	clear: both;
}

.sp-bookmarks {
	text-align: right;
}




/* メイン記事レイアウト
---------------------------------------------------------------------------------- */

#sp-left  {
	width: 590px;
	position: relative;
	left: 20px;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
}

#sp-right {
	width: 300px;
	position: relative;
	left: -20px;
	float: right;
	text-align: left;
	margin: 0;
	padding: 0;
}


/* サイドバー
---------------------------------------------------------------------------------- */

.sp-sideblock {
	margin: 0 0 20px 0;
	padding: 10px;
	background: #f5f0eb url(../../../images/comic/ja/sp-bungostraydogs/side_bg.png) no-repeat top;
	overflow: hidden;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow:inset 1px 1px 4px #e0d8ce;
	-moz-box-shadow:inset 1px 1px 4px #e0d8ce;
	-webkit-box-shadow:inset 1px 1px 4px #e0d8ce;
}

dl.sp-item,
dl.sp-item dt,
dl.sp-item dd {
	display: block;
	margin: 0;
	padding: 0;
}

dl.sp-item {
	width: 280px;
	margin: 0 0 10px;
	position: relative;
	background: transparent url(../../../images/comic/ja/sp-bungostraydogs/item-border.png) repeat-x bottom;
}

dl.sp-item dt,
dl.sp-item dd {
	position: absolute;
	background: transparent no-repeat left top;
}

dl.sp-item dt a,
dl.sp-item dd a {
	display: block;
}

dl.sp-item dt span,
dl.sp-item dd span {
	display: block;
	width: 0px;
	height: 0px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	text-indent: 101%;
}

.sp-list {
	margin: 0;
}

.sp-list h5 {
	position: relative;
	margin: 0 0 0.5em 0;
	padding: 0;
	text-align: left;
	font-weight: bold; font-size: 80%;
	line-height: 140%;
	color: #333;
}

.sp-list ol,
.sp-list ul {
	padding: 0;
	margin: 0 0 0.8em 0;
}

.sp-list ol li {
	font-size: 80%; line-height: 140%; color: #333;
	list-style: decimal outside;
	margin: 0 0 0.2em 2.2em;
	padding: 0;
}

.sp-list ul li {
	font-size: 80%; line-height: 140%; color: #333;
	list-style: none;
	margin: 0 0 0.1em 0;
	padding: 0;
}

.sp-list ol li .notes {
	color:#54859a;
	font-size: 100%;
}

.sp-list p {
	font-size: 80%; line-height: 140%; color: #333;
	margin: 0 0 0.2em 0;
	padding: 0;
}

.sp-list ul.sp-link-list{
	padding: 10px 0 0;
	margin: 0;
}

.sp-list ul.sp-link-list li {
	position: relative;
	list-style-position: outside;
	list-style-image: url(../../../images/comic/ja/sp-bungostraydogs/link-arrow.png);
	margin: 0 0 0.5em 16px ;
}

/* 商品1 */

#sp-item01 dl {
	height: 186px;
}

#sp-item01 dt a {
	position: absolute;
	display: block;
	width:  148px;
	height: 129px;
	left: 132px;
	top: 1px;
	background-image: url(../../../images/comic/ja/sp-bungostraydogs/item01-1-title.png);
}

#sp-item01 dd.sp-item01-1 a {
	position: absolute;
	display: block;
	width: 123px;
	height: 174px;
	left: 0;
	top: 0;
	background-image: url(../../../images/comic/ja/sp-bungostraydogs/item01-img2.jpg);
}

#sp-item01 dd.sp-item01-2 a {
	position: absolute;
	display: block;
	width: 147px;
	height: 20px;
	left: 133px;
	top: 133px;
	background-image: url(../../../images/comic/ja/sp-bungostraydogs/item01-2-link.png);
}

#sp-item01 dd.sp-item01-3 a {
	position: absolute;
	display: block;
	width: 147px;
	height: 20px;
	left: 133px;
	top: 155px;
	background-image: url(../../../images/comic/ja/sp-bungostraydogs/item01-3-link.png);
}
#sp-item01 dt span,
#sp-item01 dd.sp-item01-1 a span {
	display: block;
	width: 0px;
	height: 0px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	text-indent: 110%;
}


/* プロフィール */

#sp-profile,
#sp-profile2 {
	margin-bottom: 20px;
	padding: 10px 10px 1px 10px;
}

#sp-profile h5,
#sp-profile2 h5 {
	position: relative;
	margin: 0 0 0.5em 0;
	padding: 0;
	text-align: left;
	font-weight: bold; font-size: 80%;
	line-height: 140%; color: #333;
}

#sp-profile2 h6 {
	margin: 5px 0 0 0;
	color: #2E8BA7;
	font-size: 80%;
}

#sp-profile p,
#sp-profile2 p {
	margin-bottom: 1em;
	font-size: 80%; line-height: 140%; color: #333;
}

#sp-profile ul,
#sp-profile2 ul{
	padding: 0 0 10px 0;
	margin: 0;
}

#sp-profile ul li,
#sp-profile2 ul li {
	position: relative;
	font-size: 80%; line-height: 140%; color: #333;
	list-style-position: outside;
	list-style-image: url(../../../images/comic/ja/sp-bungostraydogs/link-arrow.png);
	margin: 0 0 0.5em 16px ;
}

.profile-photo {
    float: right;
    padding: 0 0 0 10px;
}


#sp-profile h5.profile2 {
	background: transparent url(../../../images/comic/ja/sp-bungostraydogs/item-border.png) repeat-x top;
	padding-top: 10px;
	margin-top: 10px;
	clear: both;
}


/* 記事本文
---------------------------------------------------------------------------------- */

div#sp-left { }

#sp-left .p-group h3,
#sp-left .int-group h3 {
	position: relative;
	margin: 0 0 20px 0; padding: 0.2em 0 2px 0;
	border-bottom: 3px solid #d75914;
	text-align: left;
	font-weight: bold; font-size: 100%; line-height: 130%;
	color: #d75914;
	height: 100%;
	clear: both;
}

#sp-left .p-group {
}

#sp-left .p-group p {
	font-size: 90%; line-height: 140%; color: #222;
	margin: 0 0px 1.2em 0px;
}

#sp-left .int-group p,
#sp-left .int-group dl {
	font-size: 90%; line-height: 140%; color: #222;
	margin: 0 0px 1.2em 0px;
}

#sp-left .int-group p span.sp-asgr {color: #1b63bc;}
#sp-left .int-group p span.sp-hrkw {color: #f37a50;}
#sp-left .int-group p.int {color: #7E878A;}

#sp-left .p-group, #sp-left .int-group { clear:right; margin-bottom:3em; }
#sp-left .p-group p.writer {
	font-size: smaller;
	text-align: right;
}

#sp-left p.sp-next {
	position: relative;
	margin: 10px 20px; padding: 6px 10px 4px 10px;
	background: #f3f3f3 none;
	border: 1px solid #d8d8d8;
	color: #555;
	font-size: 90%;
	height: 100%;
	clear: both;
}

#sp-left div.sp-right-image {
	position: relative;
	float: right;
	clear: both;
	margin-bottom: 20px;
	padding: 0 0px 0 20px;
}

#sp-left div.sp-left-image {
	position: relative;
	float: left;
	clear: both;
	margin-bottom: 20px;
	padding: 0 20px 0 0px;
}

#sp-left div.sp-center-image {
	text-align: center;
	margin: 0 0 1.5em 0;
	clear: both;
}

#sp-left p a:link,
#sp-left p a:visited,
#sp-left p a:hover {
	text-decoration: underline;
}

#sp-left div.sp-right-image a:link img,
#sp-left div.sp-right-image a:visited img,
#sp-left div.sp-left-image a:link img,
#sp-left div.sp-left-image a:visited img,
#sp-left div.sp-center-image a:link img,
#sp-left div.sp-center-image a:visited img {
	border: 1px solid #CCCCCC;
    padding: 3px;
}

#sp-left div.sp-right-image a:hover img,
#sp-left div.sp-left-image a:hover img,
#sp-left div.sp-center-image a:hover img {
 	border: 1px solid #DF3188;
    padding: 3px;
}

#sp-left .title-group h3 {
	margin: 0 0 20px 0;
	clear: both;
}

#sp-left .title-group h3#section1 {
	width: 589px;
	height: 65px;
	background: url(../../../images/comic/ja/sp-bungostraydogs/section1-title.png) no-repeat left top;
}

#sp-left .title-group h3#section1-1 {
	width: 589px;
	height: 40px;
	background: url(../../../images/comic/ja/sp-bungostraydogs/section1-1-title.png) no-repeat left top;
}

#sp-left .title-group h3#section1-2 {
	width: 589px;
	height: 40px;
	background: url(../../../images/comic/ja/sp-bungostraydogs/section1-2-title.png) no-repeat left top;
}

#sp-left .title-group h3#section2 {
	width: 589px;
	height: 65px;
	background: url(../../../images/comic/ja/sp-bungostraydogs/section2-title.png) no-repeat left top;
	margin: 0 0 30px 0;
}

#sp-left .charaWrap {
	margin: 0 -25px 0 0;
}

#sp-left .charaWrap dl {
	width: 180px;
	margin: 0 25px 20px 0;
	/margin: 0 15px 20px 0;
	float: left;
}

#sp-left .charaWrap dl dt {
	width: 180px;
	margin: 0 0 10px 0;
	display: block;
}

#sp-left .charaWrap dl dd {
	margin: 0;
	padding: 0;
}

#sp-left .charaWrap dl dt.name {
	width: 180px;
	height: 33px;
}

#sp-left .charaWrap dl#chara1 dt.name {
	background: url(../../../images/comic/ja/sp-bungostraydogs/chara01-name.png) no-repeat top;
}
#sp-left .charaWrap dl#chara2 dt.name {
	background: url(../../../images/comic/ja/sp-bungostraydogs/chara02-name.png) no-repeat top;
}
#sp-left .charaWrap dl#chara3 dt.name {
	background: url(../../../images/comic/ja/sp-bungostraydogs/chara03-name.png) no-repeat top;
}
#sp-left .charaWrap dl#chara4 dt.name {
	background: url(../../../images/comic/ja/sp-bungostraydogs/chara04-name.png) no-repeat top;
}
#sp-left .charaWrap dl#chara5 dt.name {
	background: url(../../../images/comic/ja/sp-bungostraydogs/chara05-name.png) no-repeat top;
}
#sp-left .charaWrap dl#chara6 dt.name {
	background: url(../../../images/comic/ja/sp-bungostraydogs/chara06-name.png) no-repeat top;
}


#sp-left .sp-link-next #banner-next a {
	width: 589px;
	height: 70px;
	display: block;
	background: url(../../../images/comic/ja/sp-bungostraydogs/banner-next.png) no-repeat top;
}

#sp-left .sp-link-next #banner-next a:hover {
	opacity: 0.8;
}


#sp-left .title-group h3 span,
#sp-left .charaWrap dl dt.name span, 
#sp-left .sp-link-next #banner-next a span {
	display: block;
	width: 0px;
	height: 0px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
}

