@charset "utf-8";
/*
Theme Name: Comic Meteor
*/

/*-
*レイアウト、コンテンツ用
*/

/*--------------------------------------
	ベース
--------------------------------------*/
#wrapper{
	width:100%;
	overflow:hidden;
	background: #5eddd4;
}

#content{
	margin:0 auto 10px auto;
	width:950px;
	text-align:left;
	overflow:hidden;
}

/*--------------------------------------
	共通
--------------------------------------*/
.mb5{ margin-bottom: 5px;}

.mt15{ margin-top: 15px;}
.mt5{ margin-top: 5px;}

.mr10{ margin-right: 10px;}
.mr20{ margin-right: 20px;}

.mtm10 {
	margin-top: -10px;
	letter-spacing: 3px;
	font-size: 12px;
	margin-left: 23px;
}

.btnAmazon,
.btnRakuten,
.btn7net{
	color: #444 !important;
	text-decoration: none;
	font-size: 95%;
	display: block;
	text-shadow: 0 0 1px #F7F7F7;
	line-height: 2.5;
}

.btnAmazon:hover,
.btnRakuten:hover,
.btn7net:hover{
	outline: 0;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	text-decoration: none;
}

.btnAmazon {
padding-left: 45px;
background: url(./img/bg_amazon.png) no-repeat 10px center;
}

.btnRakuten {
padding-left: 45px;
background: url(./img/bg_rakuten.png) no-repeat 10px center;
}

.btn7net {
padding-left: 45px;
background: url(./img/bg_7net.png) no-repeat 10px center;
}


.common_content,
.detailinfo{
	width: 687px !important;
	background: #FFF;
	border-radius: 5px;
	padding: 10px !important;
	margin-bottom: 30px !important;
}


#rightContent{
	width:225px;
	float:right;
	display:inline;
	overflow:hidden;
	margin-bottom: 30px;
}

#leftContent{
	width:707px;
	line-height:150%;
	color:#313131;
	float:left;
	display:inline;
	overflow:hidden;
}

@font-face {
	font-family: 'icomoon';
	src:url('img/fonts/icomoon.eot?97cz80');
	src:url('img/fonts/icomoon.eot?#iefix97cz80') format('embedded-opentype'),
		url('img/fonts/icomoon.woff?97cz80') format('woff'),
		url('img/fonts/icomoon.ttf?97cz80') format('truetype'),
		url('img/fonts/icomoon.svg?97cz80#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-news:before {
	content: "\e603";
}
.icon-special:before {
	content: "\e600";
}
.icon-icon_arrow:before {
	content: "\e605";
}
.icon-special_arrow:before {
	content: "\e607";
}




.icon-icon_arrow {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin-right: 3px;
	line-height: 1.5;
}

.icon-news,
.icon-special {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #5eddd4;
	margin-right: 5px;
	margin-bottom: 2px;
}

.icon-special_arrow {
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	display: inline;
	position: absolute;
	right: 6px;
	width: 206px;
	text-align: right;
}


/*--------------------------------------
	共通　サムネイル　（　更新予定、トップページ 漫画を読む　）
--------------------------------------*/
.comic_thumbnails{ margin-bottom: 30px;}
.comic_thumbnails li {
	position: relative;
	width: 230px;
	display: inline-block;
	margin-bottom: 10px;
}

.comic_thumbnails img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
}

.comic_thumbnails li div.update,
.comic_thumbnails .inner  {
	position: absolute;
	width: 220px;
	line-height: 26px;
	height: 26px;
	background-color: rgba(0,0,0, 0.7);
	background: #000\9;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	font-size: 12px;
	top: 204px;
	left: 0;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	position: absolute;
	left: 0;
	padding-left: 10px;
	z-index: 20;
	letter-spacing: 0.2px;
}

.comic_thumbnails li div.thumbnail div.comic {
	position: absolute;
	right: 5px;
	z-index: 30;
	color: #FFF;
	background: #fd4579;
	border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	color: #111;
	padding: 15px;
	margin-top: -80px;
	line-height: initial;
	font-size: 14px;
	display: block;
	cursor: pointer;
}

.comic_thumbnails li div.thumbnail div.comic:hover { background: #FD88A9;}

.comic_thumbnails li div.thumbnail div.comic a {
	color: #fff;
	display: block;
	line-height: 1.5;
}

.comic_thumbnails li div.thumbnail div.comic a:hover { text-decoration: none;}

.comic_thumbnails li div.update p.date {
	position: absolute;
	left: 0;
	padding-left: 10px;
	z-index: 30;
	color: #FFF;
}


/*--------------------------------------
	タイトル
--------------------------------------*/
#excontent{
	margin:0 auto 10px auto;
	text-align:left;
	overflow:hidden;
}

#excontent h2{
	margin-bottom:15px;
	height:30px;
	line-height:30px;
	text-indent:5px;
	font-size:140%;
	color:#fff;
	background-color:#000;
	overflow:hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: normal;
}

#excontent h2 strong{ color: #5eddd4;}

.subTitleLayout{
	margin-bottom: 10px;
	letter-spacing: 5px;
	text-align: left !important;
	color: #000 !important;
	line-height: 1.2 !important;
	font-weight: normal;
	padding-left: 25px;
	font-size: 18px;
	background: url(./img/icon.png) no-repeat left center;
}

.subTitleLayout.fs16{ font-size: 16px !important;}
.noneSpacing{ letter-spacing: 0 !important;}


/*--------------------------------------
	ヘッダー
--------------------------------------*/
#header_all{
	width: 100%;
	height: 190px;
	background: #FFF;
	margin-bottom: 50px;
}

#header{
	margin:0 auto;
	width:965px;
	height:240px;
	text-align:left;
	position:relative;
	overflow:hidden;
}

#header #logo{
	width: 274px;
	margin: 28px 0 30px 2px;
	float: left;
}

#header h1{
	width: 450px;
	margin: 56px 0 46px 46px;
	float: left;
	color: #5eddd4;
	font-weight: normal;
	line-height: 1.8;
}

#header h1 .catch,
#header h1 .catch3{ font-size: 13px !important;}

#header h1 .catch3{ letter-spacing: 8px;}

#header h1 .catch{ 
	margin-left: 5px;
	padding-bottom: 10px;
	letter-spacing: 1.7px;
}

#header h1 .catch2{
	letter-spacing: 10px;
	margin-right: 7px;
	font-size: 20px;
	padding-bottom: 3px;
	display: inline-block;
	line-height: 1.6;
}

#header h1 .catch3{
	display: inline-table;
	vertical-align: middle;
}

#header h1 .slash1,
#header h1 .slash2{
	width: 10px;
	height: 20px;
	display: inline-block;
	background: url(./img/bg_h2.png) no-repeat top left;
	vertical-align: middle;
}

#header h1 .circle{
	display: inline-block;
	background-position: 0 -140px;
	width: 26px;
	height: 32px;
	color: #FFF;
	margin-left: -2px;
	background: #5eddd4;
	padding-left: 6px;
	margin-right: 6px;
	border-radius: 50%;
}

#header h1 .slash1{ background-position: 0 0;}
#header h1 .slash2{ background-position: 0 -70px;}

#header .sub_navi{
	line-height:15px;
	text-align:right;
	overflow:hidden;
	position:absolute;
	top:0px;
	right:-6px;
        display:table-cell;
}

#header .sub_navi a{
        color:#ffffff;
}

#header .sub_navi ul li{
	padding:2px 8px 2px 16px;
	font-size:95%;
	background:url('img/icon_01.gif') no-repeat 0 1px;
	display:inline;
	float:left;
}

/*--------------------------------------
	ナビゲーション
--------------------------------------*/
#navi{
	width:965px;
	height:62px;
	overflow:hidden;
	position:absolute;
	top:154px;
	left:0;
}

#navi_blog{
	position: absolute;
	top: 24px;
	right: 0;
	background: url('./img/navi_blog.png') no-repeat left top;
	background-position: 0 0;
	width: 114px;
	height: 129px;
	margin-top: 70px;
}

#navi_blog:hover{
	background: url('./img/navi_blog.png') no-repeat left top;
	background-position: 0 -179px;
	width: 114px;
	height: 129px;
}

#navi_blog a{ 
	margin-top: -70px;
	height: 199px;
	display: block;
	text-align: center;
	letter-spacing: 4px;
	color: #FFF;
}

#navi_blog a:hover{ 
	margin-top: -70px;
	text-decoration: none;
	color: #000;
}

#navi_blog a span{ 
	position: relative;
	background: #000;
	text-decoration: none;
	border-radius: 47%;
	padding: 10px 12px 9px;
	display: block;
	width: 70px;
	margin: 0 auto;
	color: #FFF;
}

#navi_blog a span:hover{
	background: #ff6f9d;
	color: #000;
}

#navi_blog a span:after {
	top: 90%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 111, 157, 0);
	border-top-color: #000;
	border-width: 13px 10px 13px 10px;
	margin-left: -10px;
}
#navi_blog a span:hover:after {
	top: 90%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 111, 157, 0);
	border-top-color: #ff6f9d;
	border-width: 13px 10px 13px 10px;
	margin-left: -10px;
}


#navi ul{
	width:950px;
	height:62px;
	margin-left: -3px;
	overflow:hidden;
}

#navi ul li{
	float: left;
	margin-left: 11px;
	text-align: center;
	display: block;
	background: #5eddd4;
	letter-spacing: 3px;
	border-radius: 15px 15px 0 0;
}

#navi ul li:hover,
#navi ul li.here{ background: #000;}

#navi ul li.noSpacing { letter-spacing: 0 !important;}

#navi_blog:hover{background-position: left bottom;}

#navi ul li a{
	width: 130px;
	height: 26px;
	padding-top: 10px;
	display: block;
	color: #000;
}

#navi ul li.here a,
#navi ul li a:hover{
	position: relative;
	background: #000;
	color: #FFF;
	text-decoration: none;
	border-radius: 14px 14px 0 0;
}

#navi ul li a:hover:after ,
#navi ul li.here a:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 111, 157, 0);
	border-top-color: #000;
	border-width: 9px 12px 9px 12px;
	margin-left: -9px;
}

.fixed {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 40px !important;
	overflow: hidden !important;
	z-index: 100 !important;
}
#navi.fixed{
	width: 100%;
	background: #fff;
	box-shadow: 0 3px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.25);
}

#navi.fixed ul {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	
}

#navi.fixed ul li{
	background: none;
	margin-right: 25px;
	margin-left: 0;
	font-size: 90%;
}

#navi.fixed ul li a{
	width: auto;
	height: auto;
	padding: 11px 0 10px 15px;
	color: #FF7122;
	background: url('./img/icon_naviarrow.png') no-repeat left center !important;
}

#navi.fixed ul li a:hover{
	color: #FF4700;
	text-decoration: underline;
	background: url('./img/icon_naviarrow_on.png') no-repeat left center !important;
}

#navi.fixed ul li.here a{
	color: #000;
	background: none !important;
	padding: 11px 0 10px 0;
}
#navi.fixed ul li.here a:hover{ text-decoration: none;}


/*--------------------------------------
	パンくず
--------------------------------------*/
#topics{
	margin-bottom: 10px;
	color: #000;
	font-size: 12px;
	padding: 8px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#topics ol{
	background: url(./img/icon_home.png) no-repeat left center;
	line-height: 1;
	padding-top: 3px;
	padding-bottom: 1px;
}

#topics ol li {
	display: inline;
	background: url(./img/icon_navi.png) no-repeat left center;
	padding-left: 16px;
	margin-left: 10px;
}

#topics ol li:first-child {
	background: none;
	padding-left: 0;
	margin-left: 22px;
}

#topics a{
	color:#FFF;
	text-decoration:none;
}

#topics a:hover{
	color:#fff;
	text-decoration:underline;
}

/*--------------------------------------
	右エリア　画像、バナー
--------------------------------------*/
#rightContent a:hover img{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
}

#rightContent  img{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 0px ;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
}

#rightContent .naviImg li{ margin-bottom: 5px;}


/*--------------------------------------
	作品ページ　ニュース
--------------------------------------*/
#rightContent .infomation{
	margin-bottom: 15px;
	width: 218px;
	color: #fff;
	border: 1px solid #000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
	position: relative;
	background: #FFF;
}

#rightContent .infomation h3{
	padding: 1px 10px 0;
	background: #000;
	line-height: 1.5;
	color: #fff;
	font-size: 95%;
}

#rightContent .infomation h3 a{
	text-decoration: none;
	color: #fff;
}

#rightContent .infomation ul { padding: 5px 7px;}

#rightContent .infomation ul li {
	padding: 7px 0;
	border-top: 1px dotted #ddd;
}
#rightContent .infomation ul li:first-child { border-top: none;}

#rightContent .infomation ul li span.day{
	margin: 0 0 5px;
	color: #fff;
	background: #000;
	font-weight: normal;
	padding: 2px;
	display: inline-block;
	font-size: 90%;
	border-radius: 5px;
	line-height: 1;
}

#rightContent .infomation ul li span.arrow {
	font-size: 80%;
	color: #CACACA;
	margin-right: 5px;
}

#rightContent .infomation ul li a {
	text-indent: 0;
	display: inline-block;
	margin-left: 0px;
	width: 188px;
	vertical-align: text-top;
	font-weight: bold;
	font-size: 13px;
}


/*--------------------------------------
	作品ページ　関連ツィート
--------------------------------------*/
#tweetArea{
	width: 218px;
	background: #000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
}

#tweetArea h3{
	line-height: 1.5;
	color: #fff;
	font-size: 95%;
}

#tweetArea h3{
	padding: 2px 10px 2px 33px;
	background: url(./img/bg_twitter_side.png) no-repeat 10px center;
	line-height: 1.5;
	color: #fff;
	font-size: 95%;
}

#tweetArea iframe{ height: 200px !important;}


/*--------------------------------------
	最新情報
--------------------------------------*/
#leftContent .infomation .common_content .iconUpdate,
#leftContent .infomation .common_content .iconNotice{
	padding: 0 3px;
	font-size: 90%;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#leftContent .infomation .common_content .iconUpdate{ background: #000;}
#leftContent .infomation .common_content .iconNotice{ background: #797979;}

#leftContent .infomation .common_content dl {
	width: 100%;
	font-size: 90%;
	overflow: hidden;
}

#leftContent .infomation .common_content dl dt{
	padding: 0px 2px;
	display: inline;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#leftContent .infomation .common_content dl dt.cat_01,
#leftContent .infomation .common_content dl dt.cat_02{ color: #fff;}

#leftContent .infomation .common_content dl dt.cat_01{ background: #797979; }
#leftContent .infomation .common_content dl dt.cat_02{ background: #000;}

#leftContent .infomation .common_content dl dd{
	margin-bottom: 5px;
	padding: 5px 0 3px 0;
	border-bottom: 1px dotted #dddddd;
}

#more_link{
	text-align: right;
	color: #FFF;
	margin-top: -20px;
}

#more_link a{ color: #FFF;}


/*--------------------------------------
	
--------------------------------------*/
#rightContent .newcomic{
	margin-bottom:15px;
	width:220px;
	background:url('img/infomationBg_01.jpg') repeat-y;
	border-bottom:1px solid #cdcbcc;
	overflow:hidden;
}

#rightContent .newcomic .wrap{
	margin:0 0 0 10px;
	width:220px;
	overflow:hidden;
}

#rightContent .newcomic .wrap ul{
	width:220px;
	overflow:hidden;
}

#rightContent .newcomic .wrap ul li{
	padding:0 10px 10px 0;
	float:left;
	display:inline;
}

#rightContent .newcomic .wrap ul li img{
	border:1px solid #cdcdcd;
}

#rightContent .right-tweet{
	border:1px solid #000;
	overflow:hidden;
}

#rightContent .right-tweet h3{
	margin:0 0 0 0px;
	padding:0 0 0 5px;
	line-height:25px;
	text-indent:5px;
	font-size:120%;
	color:#fff;
	background-color:#000;
	overflow:hidden;
}

#rightContent .right-tweet p{
	margin:0 0 0 0px;
	padding:0 0 0 5px;
	line-height:25px;
	text-indent:5px;
	font-size:100%;
	font-weight: bold;
	overflow:hidden;
}

#rightContent .right-tweet a{
	text-decoration:none;
}

#rightContent li{ list-style:none;}


#rightContent p img{
	margin:10px 10px 10px 5px;
}

#leftContent a:hover img{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}

#leftContent h2.tit_01{
	margin-bottom:15px;
	width:707px;
	height:30px;
	line-height:30px;
	text-indent:5px;
	font-size:140%;
	color:#fff;
	overflow:hidden;
}




/*--------------------------------------
	サイトマップ
--------------------------------------*/
#leftContent .sitemap{ margin-bottom: 30px;}
#leftContent .sitemap ul{
	list-style: none;
}

#leftContent .sitemap ul li{
	margin-bottom:6px;
	display: inline-block;
	width: 47%;
}

#leftContent .sitemap ul li .icon-icon_arrow{
	margin-right: 5px;
	color: #000;
}


/*--------------------------------------
	よくある質問
--------------------------------------*/
#leftContent .faq {
	margin-bottom: 30px;
	background: url('img/faqBg_01.png') no-repeat 0 0;
}

#leftContent .faq dl {
	margin: 0 0 0 114px;
	width: 572px;
	background-color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
}

#leftContent .faq dl dt{
	margin-bottom:10px;
	padding:0 0 0 26px;
	height:31px;
	line-height:21px;
	font-weight:bold;
	background:url('img/faqBg_02.jpg') no-repeat 0 0;
}

#leftContent .faq dl dd{
	padding:0 0 0 26px;
	background:url('img/faqBg_03.jpg') no-repeat 0 0;
}


/*--------------------------------------
	漫画を読む
--------------------------------------*/
#leftContent .comic_wrap{
	margin-bottom:10px;
	width:726px;
	overflow:hidden;
}

#leftContent .comic_wrap .main{
	width:726px;
	float:right;
	overflow:hidden;
}

#leftContent .comic_wrap .sub{
	width:220px;
	float:left;
	overflow:hidden;
}


/* ------------------------ */
#rightContent .sub{
	width:220px;
	float:left;
	overflow:hidden;
}

#rightContent .sub .menu_02{
	margin:0 0 40px 0;
	width:220px;
	color:#ffffff;
	font-size:110%;
	overflow:hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
	background: #fff;
}

#rightContent .sub .menu_02 .genre{
	font-weight: normal;
	background: #735a4b;
}
#rightContent .sub .menu_02 .artistName{
	font-weight: normal;
	background-color: #735a4b;
}

#rightContent .sub .menu_02 h4 a{
	padding: 10px;
	display: block;
}

#rightContent .sub .menu_02 h4 a,
#rightContent .sub .menu_02 h4 a:hover{
	color:#ffffff;
	text-decoration:none !important;
}

#rightContent .sub .menu_02 h4 a:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

#rightContent .sub .menu_02 ul{
	width:220px;
	overflow:hidden;
}

#rightContent .sub .menu_02 ul li{ border-bottom: 1px solid #777;}
#rightContent .sub .menu_02 ul li:last-child{ border-bottom: none;}

#rightContent .sub .menu_02 ul li a{
	display: block;
	padding: 10px 20px 10px 25px;
	background: #fff;
}

#rightContent .sub .menu_02 ul li a:hover{ background: #ffecd1;}

#rightContent .sub .menu_02 ul li a:hover{
	text-decoration: none !important;
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

/*--------------------------------------
	作品ページ
--------------------------------------*/
.radiuson {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 0px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
}

.author_wrap li:first-child{ margin-top: 0;}
.author_wrap li{ margin-top: 20px;}

.author_wrap .author_img{
	display: inline-block;
	border: 1px solid #000;
	margin-right: 10px;
	vertical-align: top;
}

.author_wrap .author_text {
	width: 580px;
	display: inline-block;
	font-size: 85%;
}

.author_wrap .author_text h4{
	font-weight: bold;
	color: #000;
	border-bottom: 1px dotted #000;
	margin-bottom: 10px;
	font-size: 100%;
}
.author_wrap li .icon{ margin-top: -5px;}
.author_wrap li .icon li{
	margin-top: 0;
	display: inline-block;
}

#comicAllData{
	margin-bottom: 10px;
	overflow: hidden;
}

#pickUpData,
#totalArea{
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#pickUpData{
	padding: 10px;
	float: left;
	width: 290px;
}

#totalArea{
	padding: 5px 10px 10px;
	float: right;
	width: 365px;
}

#totalArea .totalinfo,
#totalArea .totalinfo2{
	border-bottom: dotted 1px #828282;
	position: relative;
}

#totalArea .totalinfo2{
	padding: 7px 0;
	font-size: 80%;
}

#totalArea .totalinfo{ padding: 12px 0;}

#totalArea .eachStoryText{ width: 240px;}

#totalArea .eachStoryBtn{
	width: 110px;
	position: absolute;
	top: 7px;
	right: 0;
}

#totalArea .eachStoryBtn a{
	padding: 5px;
	display: block;
	width: 100px;
	background: #f9640a;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	font-size: 110%;
}

#totalArea .deliveryReriod{
	overflow: hidden;
	font-size: 85%;
}

#totalArea .deliveryReriod dt{
	float: left;
	margin-right: 10px;
}

#totalArea .deliveryReriod dd{ float: left;}

#totalArea .eachStoryBtn a:hover,
#pickUpData .latestStory:hover,
#pickUpData .episode1:hover,
.twitterShare:hover,
.fecebookShare:hover{ 
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	text-decoration: none;
	color: #fff;
}

#totalArea .totalinfo_in{ font-size: 85%;}

#lastupDateInfo{ margin-bottom: 10px;}

#lastupDateInfo h4{ margin-bottom: 10px;}

#lastupDateInfo dl{
	overflow: hidden;
	font-size: 85%;
}

#lastupDateInfo dt{
	float: left;
	margin-right: 10px;
	width: 60px;
}

#lastupDateInfo dd{
	float: left;
	width: 220px;
}

#pickUpData .latestStory{ padding: 20px 10px;}
#pickUpData .episode1{ padding: 15px 10px;}

#pickUpData .latestStory,
#pickUpData .episode1{
	font-size: 130%;
	background: #f9640a;
}

#pickUpData #shareButtonArea a{
	padding: 10px 10px;
	font-size: 100%;
}

#pickUpData .latestStory,
#pickUpData .episode1,
#shareButtonArea .twitterShare,
#shareButtonArea .fecebookShare{
	color: #fff;
	text-align: center;
	display: block;
	margin: 0 10px 10px;
	border-radius: 5px;
}

#pickUpData #shareButtonArea{
	margin-top: 10px;
	padding-top: 10px;
	border-top: dotted 1px #828282;
}

#shareButtonArea .twitterShare{
	padding: 10px 10px;
	font-size: 100%;
	background: url("./img/bg_twitter.png") no-repeat 15px center #057ed0;
}

#shareButtonArea .fecebookShare{
	padding: 10px 0;
	background: url("./img/bg_fecebook.png") no-repeat 12px center #3b579d;
}

#titEp{ position: relative;}

#flashPlayer{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 85%;
}

#flashPlayer a{
	text-decoration: underline;
	color: #000;
}

#flashPlayer a:hover{
	text-decoration: none;
	color: #fff;
}

.textShare{
	font-size: 90%;
	margin-bottom: 5px;
	text-align: center;
}

.detailinfo .storyInner{ 
	font-size: 85%;
}

.detailinfo a:hover img {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
}

.supportShare{
	padding: 10px 10px 10px 40px;
	font-size: 100%;
	background: url("./img/bg_twitter.png") no-repeat 15px center #057ed0;
	color: #fff;
	text-align: center;
	display: block;
	margin: 15px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 270px;
}

.supportShare:hover{
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	text-decoration: none;
	color: #fff;
}

.comment_form{
	margin-bottom: 30px;
}

.comment_form .textarea{
    width: 570px;
	height:50px;
	margin: 5px 0 20px;  
	background:#ffffff;
	padding:10px;
	font-size:1.3em;
	color:#aaa;
	border:solid 1px #ccc;  
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;    
    -moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}

.comment_form .postbutton{
    width: 107px;
    padding: 5px;
	display: block;  
    background: #F1F1F1;  
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	font-size: 110%;
	}
	
.comment_form .comment_form_btn{
	font-size: 85%;
	margin-bottom: 10px;
	text-align: right;
	margin-top: -50px;
	margin-left: 600px;
}

#leftContent .comic_list{
	margin:0 0 30px 0;
	padding: 10px 0px 10px 11px;
	width: 696px;
	background-color: #FFFFFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 0px ;
	overflow:hidden;
}

#leftContent .comic_list .article{
	width:161px;
	text-align:center;
	float:left;
	display:inline;
	overflow:hidden;
	margin: 0 13px 10px 0;
}

#leftContent .comic_list .article ul li {
	background: -moz-linear-gradient(top, #F5F5F5, #ECECEC) !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#ECECEC)) !important;
	background: #ECECEC;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #D1D1D1;
	box-shadow: 0 0px 4px 0px #E0E0E0;
	font-weight: bold;
	display: block;
	margin: 0 2px;
	text-align: left;
}

#leftContent .comic_list .article ul li img{
	display:block;
	width: 161px;
	height: auto;
}

.comic_copyright{
	text-align: right;
	font-size: 85%;
}


/*--------------------------------------
	作品ページ
--------------------------------------*/

#leftContent .comic_list .article .shoei{
	width: 159px;
	height: auto;
	margin-bottom:5px;
	border: 1px solid gray;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

#leftContent .comic_list .article ul li img{
	display:block;
}

#leftContent .information_date {
	text-align: right;
	margin-bottom: 20px;
}

#leftContent .rensai {
	color: red;
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: 2px solid #000;
	border-left: 5px solid #000;
	margin: 0 2px 4px 0;
	padding: 0 0 0 5px;
}

#leftContent h2 span {
	font-size: 0.8em;
	color: black;
	padding-left: 0.4em;
	color: #FFF;
}

#leftContent .view-list{
	overflow: hidden;
	margin-bottom: 30px;
}

#leftContent .view-list li {
	float: left;
	margin-right: 30px;
}

#leftContent .social {
	text-align: right;
	margin-top: -20px;
	margin-bottom: 30px;
}

.pb0{ padding-bottom: 0 !important;}

#leftContent .clear-left { 
	clear: left; 
}

#leftContent .viewer {
	margin: 0 auto;
	height: 300px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

#leftContent .viewer-cap{
	background: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	color: #FFF;
	letter-spacing: 4px;
	margin-right: 1px;
}

#leftContent .viewer-child{
	background: #000;
	margin-right: 1px;
	overflow: hidden;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	margin-bottom: 30px;
}

#leftContent .viewer-child a{
	float: left;
	width: 169px;
	margin-left: 10px;
	background: #5eddd4;
}

#leftContent .viewer-child a:first-child{
	margin-left: 0;
}

.totalinfo_in{
	margin:5px 0 5px 10px;
	width:680px;
	font-size:85%;
	overflow:hidden;
	float:left;
	background-color: #FFFFFF;
	border-bottom: dotted 1px #828282;
}

.detailinfo .mBtm15{
	padding-left: 5px;
}

/*--------------------------------------
	作品ページ RSS
--------------------------------------*/
.rssLink{
	text-align: right;
	margin-bottom: 5px;
}

.rssLink a{
	color: #fff;
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
	background: url(./img/icon_rss.png) no-repeat left center;
	padding-left: 23px;
}

.rssLink a:hover{ text-decoration: underline;}


/*--------------------------------------
	作品ページ  特集
--------------------------------------*/
#special{
	margin-bottom: 15px;
	width: 218px;
	background: #fff5f6;
	color: #fff;
	border: 1px solid #000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
	position: relative;
	background: #FFF;
}

#special h3{
	padding: 1px 10px 0;
	background: #000;
	line-height: 1.5;
	color: #fff;
	font-size: 95%;
	position: relative;
}

#special h3 a{ 
	color: #FFF;
	display: block;
}

#special h3 a:hover,
#special h3 a .icon-special_arrow:hover{ color: #5eddd4;}

#special ul { padding: 5px 7px;}

#special ul li:first-child{
	border-top: none;
}

#special ul li {
padding: 7px 0;
border-top: 1px dotted #ddd;
}

#special ul li span{
	font-size: 80%;
	color: #CACACA;
	margin-right: 5px;
}

#special ul li a {
text-indent: 0;
display: inline-block;
margin-left: 0px;
width: 188px;
vertical-align: text-top;
font-weight: bold;
font-size: 13px;
}




.common_content{
	width: 687px;
	background: #FFF;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 30px;
}

.common_content .imgFig{
	margin-bottom: 30px;
	text-align: center;
}

.common_content h4{
	padding: 4px 10px;
	line-height: 1.3;
	margin-bottom: 10px;
	color: #fff;
	background: #000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: normal;
}

.btnBuy{
	background: -moz-linear-gradient(top, #F5F5F5, #ECECEC) !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#D1D1D1)) !important;
	background: #ECECEC;
	border: 1px solid #ACACAC;
	box-shadow: 0 0px 4px 0px #E0E0E0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width: 300px;
	margin: 0 auto;
}

.btnBuy a{
	font-weight: bold;
	margin: 0 2px;
	color: #444 !important;
	text-decoration: none;
	display: inline-block;
	line-height: 3;
	padding-left: 45px;
	background: url(../comic-meteor/img/bg_amazon.png) no-repeat 10px center;
}

.btnTrial {
	color: #fff !important;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-decoration: none;
	background: -moz-linear-gradient(top, #11E2D2, #0DD3C4) !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#11E2D2), to(#0DD3C4)) !important;
	background: #0DD3C4;
	display: block;
	margin: 7px 10px;
	padding: 8px 5px;
	border: 1px solid #0DD3C4;
	box-shadow: 0 0px 4px 0px #B8B8B8;
	text-shadow: 0 0 1px #666;
	text-align: center;
}

.dlBtn{
	color: #fff !important;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-decoration: none;
	background: -moz-linear-gradient(top, #9E9E9E, #8D8D8D) !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#9E9E9E), to(#8D8D8D)) !important;
	background: #8D8D8D;
	display: block;
	margin: 7px 0;
	padding: 8px 5px;
	border: 1px solid #8D8D8D;
	box-shadow: 0 0px 4px 0px #B8B8B8;
	text-shadow: 0 0 1px #666;
	text-align: center;
}

.dlBtn:hover,
.btnBuy:hover,
.btnTrial:hover{
	text-decoration: none;
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

.gallery_main  .imgShadow,
.common_content .imgShadow{
	box-shadow: 2px 2px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.25);
	border: 1px solid #FFF;
}

.gallery_main .note, 
.common_content .note {
	background-color: #ECECEC;
	padding: 10px;
	margin: 0 10px 10px;
}

.gallery_main .deadline,
.common_content .deadline {
	color: #ff0000;
	display: inline-block;
	font-weight: bold;
}

.gallery_main .twitterShare,
.common_content .twitterShare {
	display: inline-block;
	margin-left: 20px;
}

.twitterDl li{
	text-align: center;
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 10px;
}

.wallpaperDl li{
	text-align: center;
	display: inline-block;
	padding: 0 8px;
	margin-bottom: 10px;
}

.fair_catch{
	margin-bottom: 15px;
	font-weight: bold;
}

.fair_inner{
	margin: 7px 0;
	font-size: 85%;
	padding: 10px 0;
}

.fair_inner p { padding: 0 5px;}
.fair_inner h4{
	padding: 4px 10px;
	line-height: 1.3;
	margin-bottom: 10px;
	color: #fff;
	background: #000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: normal;
}

.yell01,
.yell02,
.yell03{
	margin: 0 0 30px 10px;
	font-size: 0;
	line-height: 1;
}

.yell01 li:first-child,
.yell03 li:first-child { margin-left: 0;}

.yell01 li,
.yell03 li {
	display: inline-block;
	margin-left: 10px;
}

.yell01 li,
.yell03 li {
	display: inline-block;
	margin-left: 10px;
}

.yell01 li img,
.yell02 li img,
.yell03 li img { margin-bottom: 10px;}

.yell02 li:first-child { margin-top: 0;}

.yell02 li {
	display: inline-block;
	margin-top: 20px;
}


/*-------- あらすじ ----------------------*/
.comic_summary{ margin-bottom: 20px;}

.comic_summary .comic_summary_img{
	display: inline-block;
	margin-right: 10px;
}

.comic_summary .comic_summary_img img{ border: 1px solid #818181;}

.comic_summary .comic_summary_text{
	display: inline-block;
	width: 341px;
	vertical-align: top;
}

.comic_summary .comic_summary_text_inner h5{
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 1;
}

.story_year{
	border-top: 1px solid #EBEBEB;
	line-height: 1.5;
	padding-top: 12px;
}

.story_year dd:last-child{ margin-bottom: 0;}

.story_year dt{
	clear: both;
	float: left;
	width: 100px;
	vertical-align: top;
}

.story_year dd{
	width: 583px;
	vertical-align: top;
	border-bottom: 1px solid #EBEBEB;
	padding: 0 0 12px 100px;
	margin-bottom: 12px;
}

.story_year  .story_year_character{
	padding: 10px;
	background: #EEE;
	border-radius: 5px;
	display: inline-block;
}

.story_year  .story_year_character .story_year_character_inner li{
	width: 133px;
	display: inline-block;
	margin-left: 6px;
	vertical-align: top;
}

.story_year  .story_year_character .story_year_character_inner .story_year_character_inner_name{ text-align: center;}

.story_year  .story_year_character .story_year_character_inner .story_year_character_inner_name span{/*font-weight: bold;*/
line-height: 1.2;
margin: 5px 0;
padding: 3px 5px;
border-radius: 5px;
display: inline-block;
font-weight: normal;
color: #FFF;
text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
background: #ffa522;
}

.story_year  .story_year_character .story_year_character_inner li:first-child{ margin-left: 0;}

.story_year  .story_year_character .story_year_character_title{
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.2;
	border-bottom: 1px dashed #7E7E7E;
	padding-bottom: 5px;
}


/*--------------------------------------
	作品ページ アンケートフォーム
--------------------------------------*/
table.form {
	width: 100%;
	margin-top: 30px;
}

table.form th,
table.form td {
	padding: 10px 0;
	border-top: 1px dotted #ccc;
}

table.form th {
	width: 150px;
}

table.form input[type=text],
table.form textarea,
table.form select {
	border: 1px solid #ddd;
	padding: 4px;
}

.action {
	margin-top: 30px;
	text-align: right;
}



/*--------------------------------------
	作品ページ　ギャラリー折り畳み
--------------------------------------*/
input[type="checkbox"].ExpandCheckBox {
  display: none;
}
input[type="checkbox"].ExpandCheckBox + .toggle {
  display: none;
}
input[type="checkbox"].ExpandCheckBox:checked + .toggle {
  display: block;
}

.toggle {
margin-top: 10px;
}
span.toggle_trigger {
color: #f9640a;
}



/*--------------------------------------
	作品ページ　ギャラリー
--------------------------------------*/

.gallery-content-detail h2.tit_01{
	width:687px!important;
	margin-bottom:0px!important;
	background-color:#FFF!important;
	color:rgb(255, 111, 157)!important;
}

.gallery-content a:hover img {
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}

.gallery-content-detail{
	font-size: 85%;
}

.gallery-content-detail img{
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

.common_content .character{
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding-bottom: 4px;
	width: 331px;
	display: inline-block;
	margin-right: 10px;
	font-size: 85%;
}

.common_content .character img{
	display: inline-block;
	width: 100px;
	height: 100px;
	margin: 0 10px;
	border: 5px solid #eee;
	border-radius: 5px;
}

.common_content .character .charaText{
	display: inline-block;
	width: 197px;
	vertical-align: top;
}

.common_content .character .charaText h5{
	font-size: 130%;
	line-height: 1.2;
	margin-bottom: 5px;
	padding: 3px 10px 0;
	border-radius: 5px;
	display: inline-block;
	font-weight: normal;
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	background: #ffa522;
}

.common_content .character .charaText h5 span {
	font-size: 8px;
	line-height: 1;
}

.gallery_main{
	background-color: #FFFFFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 0px;
	padding: 5px 10px;
	margin-bottom: 30px;
}

.lastupdate_nothing{
	font-size:85%;
}


/*--------------------------------------
	漫画の読み方
--------------------------------------*/
h4.h4-ebook-operation{
	clear: left;
	margin: 0 0 10px;
	border-bottom: dotted 1px #828282;
}

.ebook-operation {
	width: 100%;
	list-style-type: none;
	margin: 0 0 20px 0;
	float: left;
	display: inline;
}

.ebook-operation li{
	width: 50%;
	float: left;
	margin: 0 0 20px 0;
}

.ebook-operation h3{
margin: 0 10px 20px 10px;
padding: 5px 10px;
box-shadow: 0px 0px 0px 1px #d5d5d5;
border: 1px solid #FFF;
font-size: 14px;
background: -moz-linear-gradient(top, #ECECEC, #F5F5F5) !important;
background: -webkit-gradient(linear, left top, left bottom, from(#ECECEC), to(#F5F5F5)) !important;
background: #ECECEC;
}

.ebook-operation dl{
width:300px;
float:left;
}

.ebook-operation dt{
width:145px;
float:left;
text-align:center;
}

.ebook-operation dd{
width:140px;
float:right;
margin:0 10px 0 0;
display:inline;
}

.ebook-operation dd span{
font-size:85%;
}

#leftContent .hardware_tb{
	width: 100%;
	font-size: 85%;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	font-weight: normal;
	text-align: left;
}

#leftContent .hardware_tb th{
	padding:10px;
	width:100px;
	text-align:left;
	font-weight:normal;
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
}

#leftContent .hardware_tb td{
	padding:10px;
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
}

/*--------------------------------------
	単行本情報
--------------------------------------*/
.comics_news_catch{ margin-bottom: 20px;}

.comics_news {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.comics_news div.thum {
	width: 170px;
	display: inline-block;
	vertical-align: top;
}

.comics_news div.thum img.imgComic {
	width: 163px;
	height: auto;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.25);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

.comics_news div.info {
	width: 280px;
	display: inline-block;
	margin-right: 5px;
}
.comics_news div.info .text {
	margin-bottom: 10px;
	line-height: 150%;
	font-size: 14px;
}

.comics_news div.info .text .isbn{ margin-top: 7px;}

.comics_news div.info .text .isbn,
.comics_news div.info .text .size,
.comics_news div.info .text .price,
.comics_news div.info .text .release{
	font-size: 12px !important;
	line-height: 1.5 !important;
	margin-left: -5px;
}

.comics_news div.info p.px12 {
	font-size: 12px;
}
.comics_news div.info p.px18 {
	font-size: 18px;
	font-weight:bold;
}

.comics_news .link{ margin-bottom: 7px;}
.comics_news .link img{ margin-right: 5px;}

.comics_news div.info .story{
	background-color: #F6F6F6;
	font-size: 12px;
	padding: 10px;
}

.comics_news .storebtn{
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin-bottom: 0 !important;
	border: 1px solid #A6F3EF;
	background-color: #DFF8F7;
	border-radius: 5px;
	padding: 10px;
	text-align: left;
}

.comics_news .storebtn ul {
	background: #FFF;
	padding: 10px;
	border-radius: 5px;
}

.comics_news .storebtn ul li:first-child { margin-top: 0;}
.comics_news .storebtn ul li {
	background: -moz-linear-gradient(top, #F5F5F5, #ECECEC) !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#ECECEC)) !important;
	background: #ECECEC;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #D1D1D1;
	box-shadow: 0 0px 4px 0px #E0E0E0;
	font-weight: bold;
	display: block;
	margin-top: 10px;
}

.comics_news .storebtn p.txt{
	background: url(./img/img_online_bookstore.gif) no-repeat left top #DFF8F7;
	font-size: 100%;
	font-weight: bold;
	padding: 3px 0 7px 35px;
	line-height: 1;
	margin-bottom: 5px;
}

.comics_news div.info .storebtn img.btn{
	margin:15px 0 15px 15px;
	width:auto;
	height:25px;
}
.comics_news div.info .storebtn img.notbuy{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

.comics_news .comicNotice {
	margin-left: 175px;
	background-color: #F6F6F6;
	font-size: 12px;
	padding: 10px;
	margin-top: 10px;
}

#leftContent #comics_news_more{
	padding: 5px;
}

#leftContent #comics_news_more ul li{
	display: inline-block;
	font-size: 14px;
	padding: 0 8px;
}

#excontent .mb0{ margin-bottom: 0 !important;}

/*--------------------------------------
	ワンカラム
--------------------------------------*/
#onecolumn{
	line-height:150%;
	color:#313131;
	font-size:115%;
}

#onecolumn h3{ font-size: 100%;}

#onecolumn h4{padding: 4px 10px;
line-height: 1.3;
margin-bottom: 10px;
color: #fff;
background: #000;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
font-weight: normal;
}

/*--------------------------------------
	ワンカラム　夏のメテオフェア
--------------------------------------*/
.summer_fair_visual{
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 1.5;
}

.summer_fair_visual .notes{ font-size: 12px;}

.summer_fair_visual img{
 margin-bottom: 10px;
 }

.summer_fair_list{
	margin-bottom: 25px;
	padding: 10px;
	/*-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 30px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 30px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 30px rgba(0, 0, 0, 0.1) inset;*/
	border: 1px solid rgb(184, 184, 184);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	width: 450px;
	display: inline-block;
	vertical-align: top;
}

.summer_fair_list:nth-child(2n){ margin-left: 20px;}

.summer_fair_title{
	line-height: 1.3;
	padding: 5px 0 10px;
	margin-bottom: 20px;
	font-size: 23px;
	border-bottom: solid 2px #ff6600;
	font-weight: bold;
}

.summer_fair_title span{ color: #eb5f24;}

.summer_fair_title2{
	line-height: 1.3;
	margin-bottom: 10px;
	font-size: 18px;
}

.summer_fair_img_omote{
	display: inline-block;
	margin-right: 10px;
}

.summer_fair_img_ura{
	display: inline-block;
}

.summer_fair_img_ura img{ margin-top: 5px;}

.books_shop{
	background: #eee;
	padding: 15px;
	margin-bottom: 20px;
}

/*--------------------------------------
	ワンカラム　FCアニバーサリー
--------------------------------------*/
.fc_tit{
	margin-bottom:15px;
	height:30px;
	line-height:30px;
	text-indent:5px;
	font-size:140%;
	color:#fff;
	background-color:#000;
	overflow:hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: normal;
	margin:0 auto 10px auto;
	text-align:left;
	overflow:hidden;
}

.fc_tit strong{ color: #5eddd4;}

.fc_ani_list{
display: inline-block;
vertical-align: top;
background-position: center top;
line-height: 1.3em;
text-align: center;
border: solid 1px #CACACA;
margin-left: 5px;
margin-bottom: 10px;
width: 175px;
}

.fc_ani_comic{
	line-height: 1.3;
	padding: 5px 10px 0;
	margin-bottom: 10px;
	min-height: 105px;
}

.fc_ani_title span{ color: #eb5f24;}

.fc_ani_title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.fc_ani_list img{
	margin: 10px;
	border: solid 1px #808080;
	/*width:154px;*/
}

.books_shop{
	background: #eee;
	padding: 15px;
	margin-bottom: 20px;
}

.twitter_fc {
display: inline-block; 
vertical-align:top;
width:54%!important;
 font-size:100%!important;
}

.img_fc{
display: inline-block;
}

.present_fc {
display: inline-block; 
vertical-align:top;
width:50%!important;
 font-size:100%!important;
}

.fc_writer{
	font-size: 80%;
}

.common_content .twitter_inner,
.fair_area{
	width: 685px;
	margin: 0 auto;
	font-size: 85%;
}

.twitter_fc .note{
	background-color: #ECECEC;
	padding: 10px;
	margin: 0 0 10px;
}

.twitter_fc .twitterImg{
	margin-bottom: 10px;
	text-align: center;
}

.twitter_fc .deadline{
	color: #ff0000;
	font-size: 125%;
	display: inline-block;
	font-weight: bold;
}

.audition_1st {
    line-height: 1.3;
    padding: 5px 10px 0;
    margin-bottom: 10px;
    min-height: 105px;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    width: 65%;
}



/*--------------------------------------
	FCアニバーサリー　折り畳み
--------------------------------------*/

.shop_list {
	margin: 10px 0px 10px 10px;
	padding: 0px;
	width: 48%;
	display: inline-block;
	vertical-align: top;
}

.shop_list table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;

}

.shop_list tr:nth-child(odd){ background-color:#ffd0B2; }

.shop_list tr:nth-child(even)    { background-color:#ffffff; }

.shop_list td{
	vertical-align:middle;
	padding:7px;
	font-size:12px;
	color:#000000;
}

.shop_list td:first-child{ width:20%; }

/*--------------------------------------
	ワンカラム　採用情報
--------------------------------------*/
.recruit{
border: solid 1px #CACACA;
margin-bottom: 20px;
}

.recruit_tit {
font-size: 18px;
padding: 4px 10px;
line-height: 1.3;
margin-bottom: 10px;
color: #31373D;
background: #FFF;
border-bottom: 1px dotted #000;
font-weight: bold!important;
}

.recruit p{
margin-bottom: 20px;
padding-left: 10px;
}


/*--------------------------------------
	持ち込み・新人賞
--------------------------------------*/
.rookieReadBtn{
	margin: 0 auto;
	text-align: center;
}

.rookieReadBtn a{
	padding: 15px 40px;
	background: #f9640a;
	color: #FFF;
	font-size: 130%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline-block;
}

.summary_text{
	width: 270px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.summary_img{
	width: 400px;
	display: inline-block;
}

h4.award_list{
	padding: 4px 10px;
	line-height: 1.3;
	margin-bottom: 10px;
	color: #fff;
	background: #000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: normal;
}

.no_work{
	text-align: center;
	color: red;
	margin-bottom: 30px;
}

.award_list_inner{
	border: 1px solid #D8D8D8;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 30px;
}

.award_list_inner h5{
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 1;
	margin-top: 5px;
}

.award_list_inner .award_author {
	border-bottom: 1px dashed #7E7E7E;
	padding-bottom: 8px;
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1;
}

.hope_list { margin-bottom: 20px;}

.hope_list li{
	width: 136px;
	margin: 0 10px 10px 0;
	display: inline-block;
	border: 1px solid #D8D8D8;
	padding: 10px;
	border-radius: 5px;
	vertical-align: top;
	font-size: 12px;
}

.hope_list li img{
	border: 1px solid #000;
	text-align: center;
	margin: 0 auto;
}

.hope_list li strong{
	display: block;
	margin: 5px 0;
}

.awardLong{
	background: #f9640a;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
	text-align: center;
	padding: 10px;
	color: #fff;
	font-size: 130%;
}

.awardShort{
	background: #f9640a;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
	text-align: center;
	padding: 10px 13px;
	color: #fff; 
	font-size: 130%;
	width: 45%;
}

.rookieReadBtn a:hover,
.awardLong:hover,
.awardShort:hover{
	text-decoration: none;
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	color: #fff;
}

.suiseiInner{
	padding: 10px;
	width: 687px;
}

.suiseiInner h3{
	text-indent: 0px !important;
	background: #FFF !important;
}

#greatArea{
	padding: 3px 0;
	margin-bottom: 10px;
	overflow: hidden;
	background: url(/wp-content/uploads/2015/10/bg_greatArea.png) no-repeat left top;
}

#greatArea h4{ 
	float: left;
	margin-right: 15px;
	width: 138px;
}

#greatArea ul{ float: left;}
#greatArea li{ padding-left: 55px;}

#greatArea .part1,
#greatArea .part2,
#greatArea .part3{ margin-bottom: 6px;}

#greatArea .part1{background: url(/wp-content/uploads/2013/10/icon_part1.png) no-repeat left center;}
#greatArea .part2{background: url(/wp-content/uploads/2013/10/icon_part2.png) no-repeat left center;}
#greatArea .part3{background: url(/wp-content/uploads/2013/10/icon_part3.png) no-repeat left center;}
#greatArea .part4{background: url(/wp-content/uploads/2013/10/icon_part4.png) no-repeat left center;}


#determined h5,
#determined h6{
	font-size: 100%;
}

#determined h5{
	margin-bottom: 5px;
	padding: 7px 15px 7px 36px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: url("./img/h5_icon.png") no-repeat 5px center #363947;
	color: #FFF;
}

#determined h6{
	margin-bottom: 5px;
	padding: 0 10px;
	border-left: 5px solid #363947;
}

.determinedInner{
	margin-bottom: 15px;
	padding: 0 15px;
}

.determinedInner dl{ overflow: hidden;}
.determinedInner dl dt{ 
	float: left;
	min-width: 7em;
}
.determinedInner dl  dd{ float: left;}

.mb5{ margin-bottom: 5px;}
.mb10{ margin-bottom: 10px;}
.mb15{ margin-bottom: 15px;}

.determinedInner .listStyle{ 
	margin: 0 15px 15px;
	font-weight: bold;
	
}
.determinedInner .listStyle li{ 
	padding-top: 5px;
	border-bottom: 1px #CCC dotted;
}

.awardArea li{ 
	padding: 15px;
	border-bottom: 4px solid #f27398;
	border-left: 4px solid #f27398;
	border-right: 4px solid #f27398;
	background: #fcefdf;
	overflow: hidden;
}

.awardArea li:first-child{ border-top: 4px solid #f27398;} 
.awardUnderArea{overflow: hidden;margin-bottom: 20px;}

.awardUnderArea div{
	float: left;
	width: 200px;
	padding: 10px;
	display: inline-block;
	border: 4px solid #CCC;
	
	text-align: center;
	font-size: 1.25em;
}
.awardUnderArea h4{ 
	padding-left: 40px;
	background: url(/wp-content/uploads/2013/10/icon_crown.png) no-repeat left center;
	display: inline;
	line-height: 2;
}

.awardUnderArea .none{ border-right: none;}
 
.awardArea li h4{ 
	float: left;
	min-width: 250px;
}

.awardArea .postArea{
	float: right;
	width: 240px;
	overflow: hidden;
	text-align: center;
}

.awardArea .post1,
.awardArea .post2{
	padding: 10px 20px 6px;
	color: #fff;
	font-size: 1.8em;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	display: block;
}

.awardArea .post1{ 
	margin-bottom: 10px;
	background: #f72d68;
}

.awardArea .post2{ 
	margin-top: 15px;
	background: #363947;
}

.awardArea .media{
	float: left;
	width: 90px;
	padding: 10px 10px 6px;
	color: #fff;
	font-size: 1.63em;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	display: block;
	background: #363947;
}

.awardArea .prize{
	padding-left: 10px;
	float: left;
	width: 135px;
	min-height: 64px;
	font-size: 100%;
	text-align: right;
	overflow: hidden;
	
}
.prize div{ 
	float: left;
	font-size: 150% !important;
	line-height: 3.5;
}

.prize .yen{ line-height: 2 !important;font-size: 250% !important;}

#debut{
	margin-bottom: 5px;
	padding-bottom: 20px;
	text-align: center;
	color: #f72d68;
	font-size: 1.25em;
	background: url(/wp-content/uploads/2013/10/bg_debut.png) no-repeat left bottom;
}

.btn_read{
	padding: 7px 40px 7px 18px;
	width: 112px;
	display: block;
	background: url(/wp-content/uploads/2013/10/icon_read.png) no-repeat 90% center #363947;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
}

#teacher{ 
	overflow: hidden;
	margin-bottom: 20px;
}

#teacher li{ float: left;}

.teacherIntroduction{ 
	padding: 0 9px 0 10px;
	border-right: 1px dotted #000;
}

.teacherIntroduction h5{
	font-size: 1.17em;
	text-align: center;
	padding: 5px 0;
}

#teacher .ddTitle{
	border: 1px solid #000;
	text-align: center;
}
#teacher .w224{ width: 205px;}
#teacher .w168{ width: 168px;}

#specialJuryArea{
	margin-bottom: 20px;
	padding: 1px;
	border: 2px solid #363947;
}

#specialJuryArea .inner{
	padding: 10px 15px 15px;
	border: 1px solid #363947;
	overflow: hidden;
}

#specialJuryName{
	margin: 28px 0 10px;
	padding: 37px 0 10px;
	width: 280px;
	border-top: 1px solid #363947;
	border-bottom: 1px solid #363947;
	text-align: center;
	position: relative;
}

#specialJuryName h4{
	padding-top: 6px;
	width: 56px;
	height: 50px;
	top: -30px;
	left: 112px;
	position: absolute;
	background: #363947;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	color: #fff;
}

#specialJuryName p{ 
	font-size: 1.13em;
	font-weight: bold;
}

.specialJuryText{ 
	margin: 0 3px 10px;
	padding: 10px;
	width: 254px;
	background: #eceef1;
}

.innerLeft{ float: left;}
.innerRight{ float: right;}

#andThe{
	padding: 12px 15px;
	margin-bottom: 50px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: url(/wp-content/uploads/2017/01/bg_chara.png) no-repeat center bottom #fdc44f;
}

.arrowBox{ 
	width: 342px;
	margin: 0 auto;
	background: url(/wp-content/uploads/2016/04/bg_arrowBox.png) no-repeat left center;
}

.arrowBox div{
	padding: 10px;
	width: 294px;
	margin: 0 auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 3px solid #f99623;
	background: #fff;
	text-align: center;
}

.congruence{ 
	margin-bottom: 15px;
	overflow: hidden;
	font-size: 0.84em;
	text-align: center;
	line-height: 1.2;
	line-height: 1.2;
	background: url(/wp-content/uploads/2013/10/bg_meteorPolaris.png) no-repeat center center;
}

.congruence .meteor{
	height: 120px;
	padding: 5px 0;
	float: left;
}

.congruence .meteor img{margin: 15px 0;}

.congruence .polaris{ 
	padding: 5px 0;
	float: right;
}

.congruence .meteor,
.congruence .polaris{
	width: 290px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #fff;
}

.announcementArea{
	margin-bottom: 20px;
	text-align: right;
}

.announcement{ 
	overflow: hidden;
	display: inline-block;
}
.announcement dt{ 
	float: left;
	width: 4em;
}

.announcement dd{ 
	margin-left: 4em;
}

.clear{ clear:both;}

.suiseisyouQa{
	text-align: center;
	margin-bottom: 10px
}

.top2_award_img{
	width: 360px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.top2_award_img img{
	width: 100%;
	height: auto;
	border: 1px solid #000;
	margin-bottom: 10px;
}

.top2_award_text,
.top3_award_text{
	background: #ebedef;
	padding: 10px;
	border-radius: 5px;
}

.top2_award_text{
	width: 270px;
	display: inline-block;
}

.top2_award_text h6,
.top3_award_text h6{
	font-size: 14px;
	line-height: 1;
	margin-bottom: 5px;
}

.top3_award{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
}

.top3_award .top3_award_inner{
	width: 314px;
	display: inline-block;
	margin-left: 10px;
	border: 1px solid #D8D8D8;
	padding: 10px;
	border-radius: 5px;
	vertical-align: top;
}
.top3_award .top3_award_inner:first-child{ margin-left: 0;}

.top3_award .top3_award_inner h5{
	font-size: 16px;
	line-height: 1;
	margin-bottom: 5px;
}

.top3_award .top3_award_inner img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	border: 1px solid #000;
}

.top3_award .top3_award_inner .award_author{
	border-bottom: 1px dashed #7E7E7E;
	padding-bottom: 8px;
	margin-bottom: 10px;
	line-height: 1;
}


/*--------------------------------------
	更新予定
--------------------------------------*/
#leftContent .note_01{
	color: #FFF;
	text-align: center;
	font-weight: bold;
}


/*--------------------------------------
	特集
--------------------------------------*/
.ulList li:first-child { padding: 0 0 10px;}
.ulList li {
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
	position: relative;
}

.ulList img{ margin-right: 10px;vertical-align: middle; }

.ulList li a{
	vertical-align: middle; 
	margin-right: 10px;
}

.ulList .comicTitle {
	position: absolute;
	top: 70px;
	left: 140px;
	font-size: 125%;
}

.ulList .catch{
	position: absolute;
	top: 40px;
	left: 140px;
	font-size: 85%;
}

.ulList li dl { overflow: hidden;}
.ulList li dl dt{ float: left;}

/*--------------------------------------
	ワンカラムテンプレート
--------------------------------------*/
#onecolumn{
	padding:10px;
	margin-bottom: 30px;
	background-color:#FFF!important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height:150%;
	color:#313131;
}

#onecolumn h3{
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
}

#onecolumn .section{
	margin-left: 15px;
}

#onecolumn .section .list{
	margin-left: 20px;
	list-style-type: disc;
	padding-left: 15px;
}

.audition_1st {
    line-height: 1.3;
    padding: 5px 10px 0;
    margin-bottom: 10px;
    min-height: 105px;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    width: 65%;
}

/*--------------------------------------
	フッター
--------------------------------------*/
#footer{
	width:100%;
}

#footer .wrap{
	margin:0 auto;
	width:950px;
	overflow:hidden;
}

#attribution{
	font-size: 70%;
	color: #000;
	text-align: right;
	line-height: 1.3;
}

#footer_banner {
	padding: 0px 0;
	text-align: center;
	height: 185px;
	z-index: 20;
	margin-top: 20px;
}

#footer_banner a{
	color:#000;
	text-decoration:none;
	margin-right: 0 !important;
	background: none !important;
	padding-right: 0 !important;
}

#footer_banner a:hover{
	color:#fff;
	text-decoration:underline;
	background: none !important;
	margin-right: 0 !important;
}

#footer_banner a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	border:none;
}

#footer_banner .wrap li:first-child{ margin-left: 0;}

#footer_banner .wrap li{
	display: inline-block;
	margin-left: 20px;
}

#footer_banner .wrap li img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#footer_banner_short {
	padding: 20px 0;
	text-align: center;
	height: 100px;
	z-index: 20;
}

#footer #footer_navi {
	background-color: #EFEFEF;
	text-align: left;
}

#footer .link{
	color:#404040;
	padding: 5px 0;
}

#footer .link a{
	color:#404040;
	text-decoration:none;
}

#footer .link a:hover{
	color:#404040;
	text-decoration:underline;
}

#footer .link li{
	display:inline;
	padding-right: 10px;
}

#footer .info{
	height:32px;
	color:#ffffff;
	background-color: #000;
	overflow:hidden;
}

#footer #copyright{
	margin:0 22px 0 250px;
	line-height:32px;
	float:left;
	display:inline;
}

#footer .tweet{
	margin:5px 10px 0 0;
	float:left;
	width: 100px;
	display:inline;
	overflow:hidden;
}

#footer .like{
	margin:5px 10px 0 0;
	float:left;
	width: 100px;
	display:inline;
	overflow:hidden;
}

#footer .g1{
	margin:5px 10px 0 0;
	float:left;
	display:inline;
	overflow:hidden;
}

#infoBox {
  height: 123px;
  width: 100%;
  text-align: left;
  position: fixed !important;
  bottom: 0;
  left: 0;
  background: url(./img/bg_infobox.png) 0 0 repeat;
  z-index: 100;
}
#infoBox .infoBoxUp {
  height: 80px;
  width: 100%;
  border-bottom: dashed 1px #FFFFFF;
}
#infoBox .hotNews {
  height: 80px;
  float: left;
  width: 50%;
  border-right: dashed 1px #FFFFFF;
}

#infoBox .hotNews .title a{
	color: #ffa522;
	text-decoration: none;
	letter-spacing: 3px;
	font-size: 95%;
	line-height: 1;
}

#infoBox .hotNews .title a span{
	font-size: 18px;
	margin-right: 5px;
}

#infoBox .hotNews .title a img{
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 3px;
}

#infoBox .hotNews .title {
  margin-left: 30px;
  margin-top: 12px;
  margin-bottom: 5px;
}

#infoBox .hotNews .newsList {
  color: #FFFFFF;
  margin-left: 30px;
  margin-bottom: 8px;
  height: 40px;
  text-decoration: none;
  overflow: hidden;
  margin-right: 30px;
  font-size: 85%;
}
#infoBox .hotNews .newsList li {
  margin-left: 7px;
  text-decoration: none;
}
#infoBox .hotNews .newsList li a {
  color: #FFFFFF;
  text-decoration: none;
}
#infoBox .hotNews .newsList li a:link, #infoBox .hotNews . li a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
#infoBox .hotNews .newsList li a:hover, #infoBox .hotNews . li a:active {
  color: #CCCCCC;
  text-decoration: none;
}

#infoBox .hotNews .newsList li a:hover{ font-weight: bold;}

#infoBox .tweets {
  height: 80px;
  float: right;
  width: 49%;
  border-bottom: dashed 1px #FFFFFF;
}
#infoBox .tweets .title {
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 8px;
}

#infoBox .tweets .title a{
	color: #ffa522;
	text-decoration: none;
	letter-spacing: 2px;
	font-size: 95%;
}

#infoBox .tweets .title a img{
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 4px;
}

#infoBox .tweets #tweetContent {
  margin-left: 20px;
}

#tweetContent .twtr-hd {
  height: 0 !important;
  width: 0 !important;
  display: none !important;
}

#tweetContent .twtr-widget a img {
  height: 0 !important;
  width: 0 !important;
  display: none !important;
}

#tweetContent .twtr-widget .twtr-tweet-wrap {
  padding: 0 !important;
}

#tweetContent .twtr-timeline {
  height: 35px !important;
  margin: 0 20px 0 0 !important;
}

#tweetContent .twtr-ft {
  height: 0 !important;
  width: 0 !important;
  display: none !important;
}

#twtr-widget-1 .twtr-bd, #twtr-widget-1 .twtr-timeline i a, #twtr-widget-1 .twtr-bd p {
  color: #FFFFFF !important;
  font-size: 12px !important;
  line-height: 18px !important;
  overflow: hidden !important;
  background: none !important;
}

#tweetContent a:link,
#tweetContent a:visited {
  color: #FFFFFF !important;
}

#etclink{
  width:950px;
  overflow:hidden;
}

#etclink a{
	color: #000;
}

#etclink a:hover{ 
	text-decoration: underline;	
}

#privacy,
#kiyaku,
#forstore{
	float: left;
	margin-right: 15px;
	font-size: 85%;
}

#gmodecopyright {
  float: right;
  font-size:70%;
}

#infoBox_short {
  height: 40px;
  width: 100%;
  text-align: left;
  position: fixed !important;
  bottom: 0;
  left: 0;
  background: url(./img/bg_infobox.png) 0 0 repeat;
  z-index: 100;
}
#infoBox .infoBoxDown {
  height: 40px;
  width: 100%;
}

#infoBox #howtoLink {
  position: fixed;
  left: 0px;
  bottom: 0;
  width: 120px;
  height: 40px;
  float: left;
  padding-left: 20px;
  border-right: dashed 1px #FFFFFF;
}

#infoBox #qandaLink {
  position: fixed;
  left: 120px;
  bottom: 0;
  width: 115px;
  height: 40px;
  float: left;
  padding-left: 20px;
  border-right: dashed 1px #FFFFFF;
}

#infoBox #sitemapLink {
  position: fixed;
  left: 240px;
  bottom: 0;
  width: 110px;
  height: 40px;
  float: left;
  padding-left: 20px;
  border-right: dashed 1px #FFFFFF;
}
#infoBox #fbLink {
  position: fixed;
  right: 480px;
  bottom: 0;
  height: 40px;
  float: right;
  padding-right: 10px;
  border-left: dashed 1px #FFFFFF;
}
#infoBox #googleplusLink {
  position: fixed;
  right: 320px;
  bottom: 0;
  width: 150px;
  height: 40px;
  float: right;
  padding-left: 10px;
  border-left: dashed 1px #FFFFFF;
}

#infoBox_short {
  width: 100%;
  text-align: left;
  position: fixed !important;
  bottom: 0;
  left: 0;
  background: url(./img/bg_infobox.png) 0 0 repeat;
  z-index: 100;
}
#infoBox_short .infoBoxDown {
  height: 40px;
  width: 100%;
}

.infoBoxDown { font-size: 80%;}

#howtoLink{ padding-left: 20px;}

#howtoLink,
#qandaLink,
#sitemapLink {
	width: 120px;
	float: left;
	border-right: dashed 1px #FFF;
}

#howtoLink a,
#qandaLink a,
#sitemapLink a {
	color: #FFF;
	display: block;
	padding: 12px 0 12px 15px;
}

#fbLink a,
#googleplusLink a{
	color: #FFF;
	display: block;
	padding: 11px 0 9px 15px;
}

#howtoLink a:hover,
#qandaLink a:hover,
#sitemapLink a:hover,
#fbLink a:hover,
#googleplusLink a:hover{
	text-decoration:none;
	color: #ffa522 !important;
}

#howtoLink a span,
#qandaLink a span,
#sitemapLink a span,
#fbLink a span,
#googleplusLink a span{ color: #ffa522;}


#fbLink{ width: 160px;}
#googleplusLink{ width: 150px;}

#fbLink,
#googleplusLink{
	position: fixed;
	bottom: 0;
	float: right;
	border-left: dashed 1px #FFFFFF;
	letter-spacing: 3px;
}

#fbLink { right: 480px; }
#googleplusLink { right: 320px;}

#snsBox {
  position: fixed;
  right: 18px;
  bottom: 0;
  width: 286px;
  height: 40px;
  float: right;
  border-left: dashed 1px #FFFFFF;
}
#snsBox .tweet {
  margin-top: 10px;
  margin-left: 20px;
  width: 110px;
  float: left;
}
#snsBox .fb {
  margin-top: 10px;
  float: left;
  width: 110px;
}
#snsBox .googlePlus {
  margin-top: 10px;
  float: left;
  width: 35px;
}

/*--------------------------------------
	error
--------------------------------------*/
#error{
	text-align: center;
	line-height: 1.5;
	background: #FFF;
	border-radius: 5px;
	margin-bottom: 15px;
	padding: 30px;
}

#error h2{
	color: #999;
	font-size: 22px;
	margin-bottom: 30px;
}


#error div {
	text-align: left;
	width: 700px;
	margin: 0 auto;
	min-height: 225px;
	background: url(./img/bg_404.png) no-repeat left center;
	font-size: 14px;
}

#error div p {
	margin-left: 230px;
	line-height: 1.8;
}

#error .thx {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 16px;
	color: #ffa522;
}

/*--------------------------------------
	特集イッキ読み
--------------------------------------*/

#OneVolume a {
	color: #fff;
	text-align: center;
	display: block;
	border-radius: 5px;
	font-size: 130%;
	background: #f9640a;
	padding: 20px 10px;
	width: 300px;
	margin: 30px auto 0;
}

#OneVolume a:hover{ 
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	text-decoration: none;
	color: #fff;
}

#countDownTime {
text-align: center;
margin: 15px 0 10px;
font-size: 120%;
}

#countDownTime span {
color: #F00;
font-size: 140%;
}
