@charset "UTF-8";

/********************************************************************************************************
CSS 構成書

 File Name:      superior.css
 Style Info:     スペリオールページ共通CSS
 Author:         MANAGE
 Last Modified:	 2013.08.22
********************************************************************************************************/

/*-------------------------------------------------
COMMON
-------------------------------------------------*/
body{
	border-top:2px solid #256e98;
	background-image:none;
}

/* title */
.headline_h1{
	border-color:#77b0d1;
	border-style:solid;
	border-width:1px 0;
	color:#77b0d1;
	padding:10px 0;
/*	font-size:21px;*/
	margin-bottom:30px;
	padding: 13px 0;
}
.headline_h2{
	border-top:0 none;
	padding-top:0;
	margin-bottom:15px;
	font-size:21px;
}


/* ---------- [header] ---------- */
#header{
	background-color:transparent;
	background-image: url(../img/main_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	clear: both;
	position: relative;
	overflow:hidden;
	width: 1130px;
	height:auto;
	margin: 0 auto;
}
#head{
	background-color:#fff;
	border-bottom:1px solid #77b0d1;
	width: 940px;
	margin: 0 auto;
	clear: both;
	padding: 20px 30px;
	position: relative;
	overflow:hidden;
	text-align:left;
}
#header h1,
#header h2{margin-bottom:0;font-weight:normal;}
#header p{padding-bottom:0;}
#header .tableBlock{
	display:table;
	margin:0;
}
#wrapper .tableBlock{
	margin-bottom:10px;
}

/* ---------- [main] ---------- */
#wrapper{
	background-image: url(../img/main_bg.png);
	padding-bottom:165px;
	z-index:999;
	width:1130px;
}
#wrapper:after{
	position:absolute;
	right:65px;
	bottom:-17px;
	z-index: 9999;
	content:url(../img/footer_img.png);
}

/* page title */
#pageTitle{
	border-bottom:1px solid #77b0d1;
	padding:0 30px 11px;
	margin-top: -12px;
}
#pageTitle .headline_h1,
#pageTitle #searchSet{
	display:table-cell;
	padding:0;
	margin:0;
	vertical-align:middle;
}
#pageTitle .headline_h1{
	border-width:0 0;
	text-align:left;
	width:560px;
}
#pageTitle #searchSet{
	text-align:right;
	width:380px;
}
#searchSet .searchInput{width:100%;}
#searchSet .searchInput input[type=text] {width: 335px;}

/* section */
.section{
	border:1px solid #77b0d1;
	background-color:#fff;
	padding:15px;
	margin-bottom:30px;
}

/* item type */
.tagsBlock .ThisWorksType#type_comic span,
.listitem .itemtype.itemtype_comic span{
	background-image:url(http://www.dreamtribe.jp/dt_ch/img/tag_comic.png);
	background-position:0 0;
	width:44px;
}

/* ---------- [footer] ---------- */
#footer{
	background-image: url(../img/footer_bg.png);
	height: 150px;
	color:#256e98;
	z-index:99;
	width:1130px;
}
#foot{border-top:1px solid #77b0d1;}

#footer a{text-decoration:none;color:#256e98;}

#footer #foot .copy{width:auto;}
#footer .copy ul,
#footer .copy address{
	position:absolute;
	top:15px;
}
#footer .copy ul{
	width:20em;
	left:30px;
	text-align: left;
}
#footer .copy li{
	border-right:0 none;
	border-left:1px solid #256e98;
	padding-right: 6px;
	padding-left: 10px;
	margin-right:0;
}
#footer .copy li.fst{border-left:0;padding-left:0;}
#footer .copy p.powered{
	width:50%;
	margin:0 auto;
	text-align:center;
	padding-bottom:0;
	position: relative;
}
#footer .copy p.powered span{
	margin-left: -25px;
	position: absolute;
	bottom: 0;
}
#footer .copy address{
	width: 18em;
	right:100px;
}

/* ---------- [ad block] ---------- */
#header_ad{
	background-color:transparent;
	background-image: url(../img/main_bg.png);
}
#footer_ad{
	width:auto;
	margin-top:0;
	background:transparent none;
}


/*-------------------------------------------------
INDEX
-------------------------------------------------*/

/* ---------- [header] ---------- */
#index #head{
	text-align:center;
	/*padding:0 30px;*/
	padding:0;
	width:1000px;
}
#index #summary{
	font-size:1em;
}

#index #header .tableBlock{margin:0 30px 0 0;}
#index #pageLogo,
#index #description{
	display:table-cell;
	vertical-align:middle;
}
#index #pageLogo{
	width:550px;
	padding-right:50px;
	text-align:right;
}
#index #description{
	color:#000;
	font-size:22px;
	font-weight:normal;
	line-height:1.7;
	text-align:left;
	font-family: "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro",'HG丸ｺﾞｼｯｸM-PRO',HGMaruGothicMPRO,sans-serif;
}

/* ---------- [main] ---------- */
#index #ContentColumnLeft{width:446px;}
#index #ContentColumnRight{width:464px;}

/* ---------- [hero] ---------- */
#anime_hero{
	overflow:hidden;
	height: 345px;
	overflow: hidden;
}

/* ---------- [slider] ---------- */
.slider-wrapper{
	width:444px;
	height:650px;
	text-align:center;
	border:1px solid #77b0d1;
	background-color:#fff;
	padding:0px;
	position:relative;
}
.slider-wrapper .nivoSlider{
	width:400px;
	height:600px;
	margin:22px;
	border:1px solid #77b0d1;
	position:relative;
	background:#fff url(http://www.dreamtribe.jp/dt_ch/common/img/slider/loading.gif) no-repeat 50% 50%;
    overflow: visible;
}
.slider-wrapper .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.slider-wrapper .nivoSlider a {
	border:0;
	display:block;
}

/* コントローラー */
.slider-wrapper .nivo-controlNav{
	text-align: right;
	padding: 0;
	position: absolute;
	bottom: 0;
	right: 19px;
}
.slider-wrapper .nivo-controlNav a{
	display:inline-block;
	width:12px;
	height:12px;
	background-color:#999;
	text-indent:-9999px;
	text-align:left;
	border:0;
	margin: 6px 2px;
	position:relative;
	overflow:hidden;
}
.slider-wrapper .nivo-controlNav a:hover,
.slider-wrapper .nivo-controlNav a.active {
	background-color:#77b0d1;
}


/* ---------- [ch_works] ---------- */
#ch_works .listitem{
	border:1px solid #77b0d1;
	border-bottom:0 none;
	background-color:#fff;
	padding:10px;
	overflow:hidden;
	position:relative;
	/*color:#77b0d1;*/
	
	display:table;
	width:442px;
}
#ch_works .listitem:hover{
	background-color:#e4eff6;
}
#ch_works .listitem.last-child{
	border-bottom:1px solid #77b0d1;
}
#ch_works .listitem dt{
	width:100px;
	height:100px;
	border:1px solid #77b0d1;
	background-color:#fff;
	display:table-cell;
}
#ch_works .listitem dd{
	display:table-cell;
	vertical-align: middle;
	padding-left:15px;
}
#ch_works .listitem dd a{
	text-decoration:none;
}

#ch_works .listitem dd .bnr{
	height:15px;
	margin-bottom:5px;
}
#ch_works .listitem dd .bnr img{
	vertical-align: top;
}

#ch_works .listitem .itemtitle{
	font-weight:bold;
}


/* 総評 */
#BottomColumn {
	clear: both;
	width: 940px;
	margin: 0px 30px;
	padding: 15px 0px 0px 0px;
}
#BottomColumn .critics {
	margin: 15px 0px 0px 0px;
	border:1px solid #77b0d1;
	padding:9px 370px 9px 14px;
/*	width: 900px;*/
	min-height:110px;
	text-align: left;
	background:#fff url(../img/critics_img.png) right center no-repeat;
	display:table;
}
#BottomColumn .critics p{
	padding-bottom:0;
	padding-left:175px;
	min-height:110px;
	background:url(../img/critics_logo.png) left center no-repeat;
	display:table-cell;
	vertical-align:	middle;
}
#BottomColumn .btn_wrap{margin-top:15px;}

/*-------------------------------------------------
WORKS
-------------------------------------------------*/

/* ---------- [header] ---------- */
#wrapper #header{
	background-image: none;
	width:auto;
	min-width:inherit;
	margin: 0;
}
#wrapper #head{
	background-color:transparent;
	border-bottom:0 none;
	width:auto;
	margin: 0 auto 20px;
	padding: 0;
}

/* ---------- [作品タイプ] ---------- */
.tagsBlock{margin-bottom:20px;}
.tagsBlock li{margin-right:0.5em;}
.tagsBlock li.ThisWorksInfo{
	line-height:1.3em;
}

/* ---------- [作品説明] ---------- */
.ThisWorksDescription{
	margin:-10px 0 17px;
}
.ThisWorksDescription p{
	padding-bottom:0;
}


/* ---------- [作品レビュー] ---------- */
#ThisWorksReview{
	border:0 none;
	background-color: #fef8e1;
}
#ThisWorksReview .message_txt{
	line-height: 30px;
	background: transparent url(../../../common/img/creator/cr_dot_text.png) 0 1px repeat;
	padding-bottom: 0;
	padding-top: 1px;
	margin-bottom:20px;
}
/* レビュワー */
.reviewer_profblock{
	background-color:#fff;
	padding:10px;
}
.reviewer_profthumb{
	width: 100px;
	height: 100px;
	float: left;
	overflow: hidden;
}
.reviewer_profinfo{
	width: 440px;
	float: right;
	line-height: 1.5em;
}
.reviewer_profinfo dt{
	font-weight:bold;
	font-size:17px;
	font-family: "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro",'HG丸ｺﾞｼｯｸM-PRO',HGMaruGothicMPRO,sans-serif;
	margin-bottom:10px;
}

/* ---------- [その他の作品リスト] ---------- */
#workslist{width:auto;}
#workslist .inner{
	margin:0 -11px -14px;
}
#workslist .listitem {
width: 100px;
margin: 10px 10px;
text-align: center;
float: left;
position: relative;
}

/* ---------- [クリエイター情報] ---------- */
.ThisCreatorName{font-size:17px;}




/*-------------------------------------------------
BACKNUMBER
-------------------------------------------------*/
.backnumberlist{
	width: 100%;
	margin-bottom:30px;
}
.backnumberlist .inner{
	margin-left: -5px;
	margin-right: -5px;
}
	#ContentColumnSingle .backnumberlist .inner{
		margin-left: -10px;
		margin-right: -10px;
	}

/* ---------- [listitem] ---------- */
.backnumberlist .listitem{
	width:300px;
	padding:10px 5px 0px 5px;
	float:left;
	text-align:left;
	cursor:pointer;
}
	#ContentColumnSingle .backnumberlist .listitem{
		padding-left:10px;
		padding-right:10px;
	}
.backnumberlist .listitem:hover{
	background-color:#e4eff6;
}

.backnumberlist + .more_view{margin-top:-30px;}



/* ---------- [creator_mainthumb] ---------- */
.backnumberlist .backnumber_mainthumb{
	width:100%;
	height:104px;
}

/* ---------- [creator_infoblock] ---------- */
.backnumberlist .backnumber_infoblock{
	width:100%;
	overflow:hidden;
	position:relative;
	padding:15px 0;
}
	.backnumberlist .backnumber_vol{
		border-style:solid;
		border-color:#77b0d1;
		border-width:1px 0;
		text-align:center;
		font-family:sans-serif;
		font-size:13px;
		font-weight:normal;
		padding:12px 0 10px;
	}
	.backnumberlist .backnumber_vol a{text-decoration:none;}
	.backnumberlist .backnumber_vol strong{
		font-weight:bold;
		font-size:15px;
	}
	
	.backnumberlist ul li{
		color:#77b0d1;
	}


/*-------------------------------------------------
SEARCH
-------------------------------------------------*/
#search_body .section{
	border:0 none;
	padding-left:0;
	padding-right:0;
}