@charset "utf-8";

.container {
	width: 960px;
	margin: 0 auto;
}
.home-content {
	width: 690px;
	float: left;
	padding-left: 0px;
	overflow:hidden;
}
.home-sidebar {
	float: right;
	width: 270px;
	padding-bottom: 10px;
	overflow:hidden;
}

/* contentの角丸6pxのボックス */
.kado6box {
	width: 675px;
	/*background-color: #0f0;*/
}	
.kado6top {
	width: 675px;
	height: 5px;
	background-image: url(../img/w675kado6.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;	
	overflow:hidden;
	font-size: 0px;
	line-height: 0px;
	display: block;
}
.kado6mid {
	width: 675px;
	/*word-wrap:break-word;*/
	background-image: url(../img/w675.png);
	background-repeat: repeat-y;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	overflow:hidden;
}
.kado6bottom {
	width: 675px;
	height: 22px;
	background-image: url(../img/w675kado6.png);
	background-position: 0px -38px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	display: block;
}

.twitter_kado6box {
	width: 270px;
	/*background-color: #0f0;*/
}	
.twitter_kado6top {
	width: 270px;
	height: 22px;
	background-image: url(../tw/img/w270tw_top.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	display: block;
}
.twitter_kado6mid {
	width: 270px;
	/*word-wrap:break-word;*/
	background-image: url(../tw/img/w270tw_mid.png);
	background-repeat: repeat-y;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	overflow: hidden;
}
.twitter_kado6bottom {
	width: 270px;
	height: 22px;
	background-image: url(../tw/img/w270tw_bottom.png);
	background-position: 0px -1px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	display: block;
}

/* contentの角丸6pxのボックスここまで */



/* sidebar側のいろいろ */
.home-sidebar h3 {
	width: auto;
	line-height: 22px;
	font-size: 15px;
	height: 22px;
	padding-left: 10px;
	border-left: 10px solid rgb(49, 187, 232);
	margin-bottom: 8px;
}
/* sidebarカレンダーのcssは別途 */


	
/*最新ニュース*/
#news-block {
	width: 960px;
	height: 35px;
	background: #000;
	margin-top: 20px;
	margin-bottom: 15px;
}
#news-block #news-box {
	float: left;
}
#news-block h2 {
	position: relative;
	top: -17px;
	margin-left: 12px;
}
#news-block #news {
	position: relative;
	width: 700px;
	margin-top: 2px;
	left: 110px;
	top: -60px;
	overflow: hidden;
	margin-bottom: -50px;
}
.ticker  {
	width: 700px;
	text-align: left;
	color: #FFF;
	overflow: visible;
	background-color: #000;
	margin-top: 6px;
	margin-left: 6px;
}  
.ticker  ul {
    width: 700px;
	position: relative;
}
#news-block #news-box #news .ticker  ul a:link {
	font-size: 13px;
	text-decoration: none;
	color: #FFF; 
}
#news-block #news-box #news .ticker  ul a:visited {
	font-size: 13px;
	text-decoration: none;
	color: #FFF; 
}
#news-block #news-box #news .ticker  ul a:hover {
	font-size: 13px;
	text-decoration: underline;
	color: #FF6116
}
#news-block #news-box #news .ticker  ul a:active {
	font-size: 13px;
	text-decoration: underline;
	color: #FF6116
}
.ticker  ul li {  
    width: 100%;
    display: none; 
    color: #FFF; 
}


.ticker ul li a .ticker-txt1 {
	color: #F00;
}


#news-block #news-button {
	float: right;
	margin-top: 8px;
	padding-right: 5px;
}
#news-block #news-button li {
	display: inline;
	margin-right: 8px;
}


/* 大バナー*/
#bnlargez{
	width: 675px;
	height: 285px;
	overflow: visible;
	}
#bnlargez img#bgB{
	width: 681px;
	height: 260px;
	position: absolute;
	margin: -3px 3px 3px -3px;
	}
#bnlargez #flashcontent{
	position: absolute;
	}

/* スライドショー */
#bnlargez #slideshow {
	position:relative;
	width: 673px;
	top: 0px;
	left: 0px;
	z-index: 5;
}
#slideimgs {
	width: 673px;
	height: 258px;
	position: relative;
	top: 0px;
	left: 0px;
}
#slideimgs div {
	top: 0;
	left: 0;
	position: absolute;
}
#slideimgs div img {
	border:1px solid #CCC;
	border-radius: 6px;
	-webkit-border-radius: 6px;/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;	/* Firefox用 */
}
#slidenums{
	margin:8px 0;
	overflow: hidden;
	width: 675px;
	height: 19px;
	left: 0;
	display:table-cell;
	}
#slidenums ul {
	margin:0 auto;
	width: 155px;
	height: 19px;
	}
#slidenums li {
	width: 25px;
	height: 19px;
	float: left;
	display: inline-block;
	margin-left: 5px;
	overflow: hidden;
	font-size:0px;
}
#slideshow .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/*新着！試し読み*/
.container #main-contents-area .home-content .kado6box {
	position: relative;
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}
.kado6box .kado6mid #comics-new h2 {
	position: relative;
	left: 12px;
	margin-top: 5px;
	margin-bottom: 8px;
}
.kado6box .kado6mid #comics-new #nav {
	position: relative;
	width: 660px;
	margin-left: 18px;
	top: 0px;
	margin-bottom: 0px;
}
.kado6box .kado6mid #comics-new #nav ul li {
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}
.kado6box .kado6mid #comics-new #nav #nav1 {
	float: left;
}
.kado6box .kado6mid #comics-new #nav .ichiran {
	float: right;
	background: url(../../common/img/ico-arrow.gif) no-repeat 3px;
	margin-right: 24px;
	padding-left: 15px;
	margin-top: 20px;
	font-size: 75%;
}


.kado6box .kado6mid #comics-new #comics {
	background: url(../img/new_bg.png);
	width: 635px;
	height: 650px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.comic-box {
	width: 87px;
	height: 138px;
	float: left;
	margin-left: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.comic-box .new {
	text-align: center;
	margin-bottom: 1px;
}

.comic-box02 {
	width: 87px;
	height: 138px;
	float: left;
	margin-left: 17px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.comic-box02 .new {
	text-align: center;
	margin-bottom: 1px;
	visibility: hidden;
}
.comic-box .cover01 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box .cover02 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box .cover03 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box .cover04 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box .cover05 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box .cover06 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box .cover07 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box .cover08 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box .cover09 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box .cover10 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box .cover11 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box .cover12 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box .cover13 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}

.comic-box .cover14 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box .cover15 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box .cover16 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}

.comic-box .cover17 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box .cover18 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box .cover19 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box .cover20 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box .cover21 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box .cover22 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box .cover23 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box .cover24 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}

.comic-box02 .cover01 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box02 .cover02 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box02 .cover03 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box02 .cover04 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box02 .cover05 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box02 .cover06 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box02 .cover07 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box02 .cover08 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box02 .cover09 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box02 .cover10 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box02 .cover11 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box02 .cover12 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box02 .cover13 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box02 .cover14 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box02 .cover15 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box02 .cover16 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box02 .cover17 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box02 .cover18 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box02 .cover19 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box02 .cover20 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box02 .cover21 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box02 .cover22 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box02 .cover23 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.comic-box02 .cover24 {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #333;
	border-bottom-color: #333;
}


/*Web連載中の作品*/
#main-contents-area .home-content #web-rensai {
	width: 670px;
	margin-top: 20px;
	margin-bottom: 15px;
}



#web-rensai #web-rensai1 {
	position: relative;
	width: 145px;
	top: -37px;
	left: 20px;
}

#web-rensai #web-rensai1 div .web-txt1 {
	width: 70px;
	font-size: 12px;
	color: #000;
	white-space: nowrap;
}
#web-rensai #web-rensai1 div .web-txt2 {
	width: 25px;
	font-size: 12px;
	color: #F00;
	white-space: nowrap;
}
#web-rensai #web-rensai1 div .web-txt3 {
	width: 49px;
	font-size: 12px;
	color: #000;
	white-space: nowrap;
}





/*USERアンケート*/
#main-contents-area .home-sidebar #user enquete {
	width: 270px;
	margin-top: 5px;
	margin-bottom: 8px;
}

/*会員登録*/
#main-contents-area .home-sidebar #member_registry {
	width: 270px;
	margin-top: 8px;
	margin-bottom: 10px;
}

/*facebook*/
#facebook {
	width: 270px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*Twitter*/
#twitter {
	width: 270px;
	margin-top: 0px;
	margin-bottom: 0px;
}


/*新Twitterウイジット*/
#twitter .twitter_kado6box .twitter_kado6mid .inner {
	width: 253px;
	height: 400px;
	margin-top: -43px;
	margin-left: 16px;
	margin-right: 1px;
}


#twitter #twitter_3 {
	position: relative;
	height: 27px;
	width: 163px;
	top: -15px;
	right: -100px;
	margin-bottom: -10px;
}



/*ピックアップ動画*/
#pickup_movie {
	margin-top: 10px;
	margin-bottom: 10px;
}
#pickup_movie h3 {
	float: left;
}
#pickup_movie #pickup_movie_nav {
	float: right;
	background: url(../../common/img/ico-arrow.gif) no-repeat 3px;
	margin-right: 4px;
	padding-left: 15px;
	margin-top: 8px;
	font-size: 75%;
}
#pickup_movie #movie {
	clear: both;
	height: 147px;
	width: 255px;
}


/* 集英社の電子書籍*/
#e-publish {
	width: 270px;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* 少年ジャンプ＋*/
#jump_plus {
	width: 270px;
	margin-bottom: 10px;
}

/* 集英社のマンガ賞  */
#manga_prize {
	width: 270px;
	margin-bottom: 10px;
}

/*Web連載中の作品 */
#web-rensai3 {
	width: 270px;
	margin-top: 20px;
	margin-bottom: 5px;
}


/* スペシャルサイト*/
#sp {
	margin-top: 20px;
	margin-bottom: 20px;
}
#sp h3 {
	float: left;
}
#sp #sp_nav {
	float: right;
	background: url(../../common/img/ico-arrow.gif) no-repeat 3px;
	margin-right: 4px;
	padding-left: 15px;
	margin-top: 8px;
	font-size: 75%;
}
#sp #sp1 {
	width: 270px;
	margin-bottom: 8px;
	clear: both;
}
#sp #sp2 {
	width: 270px;
	margin-bottom: 8px;
}
#sp #sp3 {
	width: 270px;
	margin-bottom: 3px;
}


/*集英社関連サイト*/
#kanren_site {
	width: 270px;
}
#kanren_site h3 {
	float: left;
	width: 257px;
	margin-bottom: 10px;
}
#main-contents-area .home-sidebar #kanren_site #line_1 {
	clear: left;
	width: 270px;
}
#main-contents-area .home-sidebar #kanren_site #line_1 #site01 {
	float: left;
	width: 128px;
	height: 60px;
	margin-right: 9px;
	margin-bottom: 10px;
}
#main-contents-area .home-sidebar #kanren_site #line_1 #site02 {
	float: right;
	width: 128px;
	height: 60px;
	margin-bottom: 10px;
}
#main-contents-area .home-sidebar #kanren_site #line_2 {
	clear: both;
	width: 270px;
}
#main-contents-area .home-sidebar #kanren_site #line_2 #site03 {
	float: left;
	width: 128px;
	height: 60px;
	margin-right: 9px;
	margin-bottom: 10px;
}
#main-contents-area .home-sidebar #kanren_site #line_2 #site04 {
	float: right;
	width: 128px;
	height: 60px;
	margin-bottom: 10px;
}
#main-contents-area .home-sidebar #kanren_site #line_3 {
	clear: both;
	width: 270px;
}
#main-contents-area .home-sidebar #kanren_site #line_3 #site05 {
	float: left;
	width: 128px;
	height: 60px;
	margin-right: 14px;
	margin-bottom: 10px;
}
.home-sidebar #kanren_site #line_3 #site06 {
	float: right;
	width: 128px;
	height: 60px;
	margin-bottom: 10px;
}
#main-contents-area .home-sidebar #kanren_site #line_4 {
	clear: both;
	width: 270px;
}
.home-sidebar #kanren_site #line_4 #site07 {
	float: left;
	width: 128px;
	height: 60px;
	margin-right: 14px;
	margin-bottom: 10px;
}
#main-contents-area .home-sidebar #kanren_site #line_4 #site08 {
	float: right;
	width: 128px;
	height: 60px;
	margin-bottom: 10px;
}
#main-contents-area .home-sidebar #kanren_site #line_5 {
	clear: both;
	width: 270px;
}
.home-sidebar #kanren_site #line_5 #site09 {
	float: left;
	width: 128px;
	height: 60px;
	margin-right: 14px;
	margin-bottom: 10px;
}
#main-contents-area .home-sidebar #kanren_site #line_5 #site10 {
	float: right;
	width: 128px;
	height: 60px;
	margin-bottom: 10px;
}


/*マンガ誌一覧*/
#magazine h2 {
	position: relative;
	top: 10px;
	left: 10px;
	margin-bottom: 15px;
}


/*雑誌　1列目*/
#magazine #magazine-new #magazine-line03 {
	position: relative;
	top: -8px;
}
#w_jump {
	position: relative;
	width: 130px;
	float: left;
}
#w_jump #w_jump_01 {
	position: relative;
	top: 90px;
	left: 15px;
	visibility: hidden;
}
#w_jump #w_jump_02 {
	width: 83px;
	margin-left: 35px;
	margin-bottom: 4px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #afafaf;
	border-bottom-color: #7e7e7e;
}
#w_jump #w_jump_03 {
	width: 130px;
	margin-left: 10px;
	text-align: center;
	line-height: 16px;
	font-size: 13px;
}
#jumpsq {
	position: relative;
	width: 130px;
	float: left;
}
#jumpsq #jumpsq_01 {
	position: relative;
	top: 90px;
	left: 15px;
	visibility: hidden;
}
#jumpsq #jumpsq_02 {
	width: 83px;
	margin-left: 35px;
	margin-bottom: 4px;
    border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #afafaf;
	border-bottom-color: #7e7e7e;
}
#jumpsq #jumpsq_03 {
	width: 130px;
	margin-left: 10px;
	text-align: center;
	line-height: 16px;
	font-size: 13px;
}
#v_jump {
	position: relative;
	width: 130px;
	float: left;
}
#v_jump #v_jump_01 {
	position: relative;
	top: 90px;
	left: 15px;
	visibility: hidden;
}
#v_jump #v_jump_02 {
	width: 82px;
	margin-left: 35px;
    border-right: 1px solid;
	margin-bottom: 4px;
	border-bottom: 1px solid;
	border-right-color: #afafaf;
	border-bottom-color: #7e7e7e;
}
#v_jump #v_jump_03 {
	width: 130px;
	margin-left: 10px;
	text-align: center;
	line-height: 16px;
	font-size: 13px;
}
#sk_jump {
	position: relative;
	width: 130px;
	float: left;
}
#sk_jump #sk_jump_01 {
	position: relative;
	top: 90px;
	left: 15px;
	visibility: hidden;
}
#sk_jump #sk_jump_02 {
	width: 82px;
	margin-left: 35px;
	margin-bottom: 4px;
    border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #afafaf;
	border-bottom-color: #7e7e7e;
}
#sk_jump #sk_jump_03 {
	width: 130px;
	margin-left: 10px;
	text-align: center;
	line-height: 16px;
	font-size: 13px;
}
#young_jump {
	position: relative;
	width: 130px;
	float: left;
}
#young_jump #young_jump_01 {
	position: relative;
	top: 90px;
	left: 15px;
	visibility: hidden;
}
#young_jump #young_jump_02 {
	width: 83px;
	margin-left: 35px;
	margin-bottom: 4px;
    border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #afafaf;
	border-bottom-color: #7e7e7e;
}
#young_jump #young_jump_03 {
	width: 130px;
	margin-left: 10px;
	text-align: center;
	line-height: 16px;
	font-size: 13px;
}


/* 雑誌　2列目 */
#magazine #magazine-new #magazine-line04 {
	clear: left;
}
#grandjp {
	position: relative;
	width: 130px;
	float: left;
}
#grandjp #grandjp_01 {
	position: relative;
	top: 90px;
	left: 15px;
	visibility: hidden;
}
#grandjp #grandjp_02 {
	width: 84px;
	margin-left: 35px;
	margin-bottom: 4px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #afafaf;
	border-bottom-color: #7e7e7e;
}
#grandjp #grandjp_03 {
	width: 130px;
	margin-left: 10px;
	text-align: center;
	line-height: 16px;
	white-space: nowrap;
	font-size: 13px;
}
#u_jump {
	position: relative;
	width: 130px;
	float: left;
}
#u_jump #u_jump_01 {
	position: relative;
	top: 90px;
	left: 15px;
	visibility: hidden;
}
#u_jump #u_jump_02 {
	width: 82px;
	margin-left: 35px;
	margin-bottom: 4px;
    border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #afafaf;
	border-bottom-color: #7e7e7e;
}
#u_jump #u_jump_03 {
	width: 130px;
	margin-left: 10px;
	text-align: center;
	line-height: 16px;
	font-size: 13px;
}
#jumpx {
	position: relative;
	width: 130px;
	float: left;
}
#jumpx #jumpx_01 {
	position: relative;
	top: 90px;
	left: 15px;
	visibility: hidden;
}
#jumpx #jumpx_02 {
	width: 82px;
	margin-left: 35px;
	margin-bottom: 4px;
    border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #afafaf;
	border-bottom-color: #7e7e7e;
}
#jumpx #jumpx_03 {
	width: 130px;
	margin-left: 10px;
	text-align: center;
	line-height: 16px;
	font-size: 13px;
}
#sdgo {
	position: relative;
	width: 130px;
	float: left;
}
#sdgo #sdgo_01 {
	position: relative;
	top: 90px;
	left: 15px;
	visibility: hidden;
}
#sdgo #sdgo_02 {
	width: 83px;
	margin-left: 35px;
	margin-bottom: 4px;
    border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #afafaf;
	border-bottom-color: #7e7e7e;
}
#sdgo #sdgo_03 {
	width: 130px;
	margin-left: 10px;
	text-align: center;
	line-height: 16px;
	font-size: 13px;
}
#no_item-02 {
	position: relative;
	width: 130px;
	float: left;
}

#no_item-02 #no_item01 {
	position: relative;
	top: 90px;
	left: 15px;
}
#no_item-02 #no_item02 {
	position: relative;
	top: 6px;
	width: 83px;
	margin-left: 35px;
	margin-bottom: 4px;
}
#no_item-02 #no_item03 {
	width: 130px;
	margin-left: 10px;
	text-align: center;
	line-height: 16px;
	font-size: 13px;
}


/*雑誌　3列目*/
#magazine #magazine-new #magazine-line01 {
	clear: left;
}
#ribbon {
	position: relative;
	width: 130px;
	float: left;
}
#ribbon #ribbon_01 {
	position: relative;
	top: 90px;
	left: 15px;
	visibility: hidden;
}
#ribbon #ribbon_02 {
	width: 82px;
	margin-left: 35px;
	margin-bottom: 4px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #afafaf;
	border-bottom-color: #7e7e7e;
}
#ribbon #ribbon_03 {
	width: 130px;
	margin-left: 10px;
	text-align: center;
	line-height: 16px;
	font-size: 13px;
}

#margaret {
	position: relative;
	width: 130px;
	float: left;
}
#margaret #margaret_01 {
	position: relative;
	top: 90px;
	left: 15px;
	visibility: hidden;
}
#margaret #margaret_02 {
	width: 83px;
	margin-left: 35px;
	margin-bottom: 4px;
    border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #afafaf;
	border-bottom-color: #7e7e7e;
}
#margaret #margaret_03 {
	width: 130px;
	margin-left: 10px;
	text-align: center;
	line-height: 16px;
	font-size: 13px;
}
#b_margaret {
	position: relative;
	width: 130px;
	float: left;
}
#b_margaret #b_margaret_01 {
	position: relative;
	top: 90px;
	left: 15px;
	visibility: hidden;
}
#b_margaret #b_margarett_02 {
	width: 82px;
	margin-left: 35px;
	margin-bottom: 4px;
    border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #afafaf;
	border-bottom-color: #7e7e7e;
}
#b_margaret #b_margaret_03 {
	width: 130px;
	margin-left: 10px;
	text-align: center;
	line-height: 16px;
	font-size: 13px;
}

#the_margaret {
	position: relative;
	width: 130px;
	float: left;
}
#the_margaret #the_margaret_01 {
	position: relative;
	top: 90px;
	left: 15px;
	visibility: hidden;
}
#the_margaret #the_margaret_02 {
	width: 82px;
	margin-left: 35px;
	margin-bottom: 4px;
    border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #afafaf;
	border-bottom-color: #7e7e7e;
}
#the_margaret #the_margaret_03 {
	width: 130px;
	margin-left: 10px;
	text-align: center;
	line-height: 16px;
	font-size: 13px;
}

#cookie {
	position: relative;
	width: 130px;
	float: left;
}
#cookie #cookie_01 {
	position: relative;
	top: 90px;
	left: 15px;
	visibility: hidden;
}
#cookie #cookie_02 {
	width: 83px;
	margin-left: 35px;
	margin-bottom: 4px;
    border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #afafaf;
	border-bottom-color: #7e7e7e;
}
#cookie #cookie_03 {
	width: 130px;
	margin-left: 10px;
	text-align: center;
	line-height: 16px;
	font-size: 13px;
}

/*雑誌　4列目*/
#magazine #magazine-new #magazine-line02 {
	clear: left;
}
#cocohana {
	position: relative;
	width: 130px;
	float: left;
}
#cocohana #cocohana_01 {
	position: relative;
	top: 90px;
	left: 15px;
	visibility: hidden;
}
#cocohana #cocohana_02 {
	width: 82px;
	margin-left: 35px;
	margin-bottom: 4px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #afafaf;
	border-bottom-color: #7e7e7e;
}
#cocohana #cocohana_03 {
	width: 130px;
	margin-left: 10px;
	text-align: center;
	line-height: 16px;
	font-size: 13px;
}

#you {
	position: relative;
	width: 130px;
	float: left;
}
#you #you_01 {
	position: relative;
	top: 90px;
	left: 15px;
	visibility: hidden;
}
#you #you_02 {
	width: 82px;
	margin-left: 35px;
	margin-bottom: 4px;
    border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #afafaf;
	border-bottom-color: #7e7e7e;
}
#you #you_03 {
	width: 130px;
	margin-left: 10px;
	text-align: center;
	line-height: 16px;
	font-size: 13px;
}

#office_you {
	position: relative;
	width: 130px;
	float: left;
}
#office_you #office_you_01 {
	position: relative;
	top: 90px;
	left: 15px;
	visibility: hidden;
}
#office_you #office_you_02 {
	width: 82px;
	margin-left: 35px;
	margin-bottom: 4px;
    border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #afafaf;
	border-bottom-color: #7e7e7e;
}
#office_you #office_you_03 {
	width: 130px;
	margin-left: 10px;
	text-align: center;
	line-height: 16px;
	font-size: 13px;
}


#blink {
	position: relative;
	width: 130px;
	float: left;
}
#blink #blink_01 {
	position: relative;
	top: 90px;
	left: 15px;
	visibility: hidden;
}
#blink #blink_02 {
	width: 82px;
	margin-left: 35px;
	margin-bottom: 4px;
    border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #afafaf;
	border-bottom-color: #7e7e7e;
}
#blink #blink_03 {
	width: 130px;
	margin-left: 10px;
	text-align: center;
	line-height: 16px;
	font-size: 13px;
}

#no_item {
	position: relative;
	width: 130px;
	float: left;
}
#no_item #no_item01 {
	position: relative;
	top: 90px;
	left: 15px;
}
#no_item #no_item02 {
	position: relative;
	top: 6px;
	width: 83px;
	margin-left: 35px;
	margin-bottom: 4px;
}
#no_item #no_item03 {
	width: 130px;
	margin-left: 10px;
	text-align: center;
	line-height: 16px;
	font-size: 13px;
}



/* ヘッダー ここから*/
#header {
	width: 960px;
}
#header #logo {
	float: left;
	height: 153px;
	width: 349px;
	margin-bottom: 15px;
}
#header #header-block01 {
	float: right;
	width: 592px;
}
#header #header-block01 #top_member_btn {
	float: left;
	width: 114px;
	margin-top: 7px;
}


/* SNS */

#header #header-block01 #sns-btn {
	float: right;
	width: 356px;
	margin-top: 10px;
	display: inline;
}
#header #header-block01 #sns-btn .mixi {
	width: 72px;
	float: left;
	margin-right: 4px;
}
#header #header-block01 #sns-btn .tw {
	width: 108px;
	float: left;
}
#header #header-block01 #sns-btn .fb {
	width: 90px;
	float: left;
	margin-left: -3px;
}
#header #header-block01 #sns-btn .g1 {
	width: 65px;
	float: right;
}

iframe.twitter-share-button {
	width: 108px!important;
}


/* 中バナー */
#header #header-block01 #bn-mid {
	width: 590px;
	height: 73px;
	margin-top: 50px;
	border: 1px solid #999;
}

/*スライドショー*/
#viewer {
	width: 590px;
	height: 73px;
	overflow: hidden;
	position: relative;
}

/*川村追加*/
#viewer a {
	top: 0;
	left: 0;
	width: 590px;
	height: 73px;
	display: block;
	position: absolute;
}

#viewer img {
	position: absolute;
}





/* 試し読み 公開点数 */
#header #header-block01 #count {
	width: 200px;
	height: 32px;
	margin-top: 10px;
}

#header #header-block01 #count #count0 {
	width: 175px;
	height: 32px;
}

#header #header-block01 #count #count1 {
	width: 175px;
	height: 32px;
}

#header #header-block01 #count #count1 li {
	display: inline;
	top: -29px;
	position: relative;
	margin-bottom: -15px;
}

#header #header-block01 #count #count1 #count-txt1 {
	width: 50px;
	color: #FFF;
	font-size: 12px;
	position: relative;
	left: 12px;
}
#header #header-block01 #count #count1 #count-txt2 {
	width: 30px;
	color: #F00;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	left: 12px;
}
#header #header-block01 #count #count1 #count-txt3 {
	width: 60px;
	color: #FFF;
	font-size: 12px;
	position: relative;
	left: 12px;
}


/* グローバルナビ ボタン */
#header #g-nav {
	clear: both;
	width: 960px;
	margin-bottom: 5px;
}
#header #g-nav ul {
	width: 960px;
}
#header #g-nav ul li {
	display: inline;
}


/* 検索 */
#header #search-block {
	width: 960px;
}
#header #search-block #search-box2 {
    margin: 0;
    padding: 0;
	width: 760px;
	position: relative;
	left: 200px;
	top: -27px;
	margin-bottom: -43px;
}
#header #search-block #search-box2 ul li {
	display: inline;
	height: 18px;  
	margin-right: 1px;
	margin-left: 2px;
}
#header #search-block #search-box2 ul .search_input {
	position: relative;
	width: 218px;
	height: 17px;
	overflow: hidden;
	vertical-align: middle;
	font-size: 12px;
    line-height:18px;
}
#header #search-block #search-box2 ul .search_input input {
	position: relative;
	top: -2px;
	width: 218px;
	height: 17px;
	overflow: hidden;
	display: inline;
	vertical-align: middle;
	font-size: 12px;
    line-height:18px;
}
#search-block #search-box2 ul .search select {
	width: 90px;
	font-size: 12px;
}
#header #search-block #search-box2 ul .search select {
	width: 135px;
	font-size: 12px;
}
#header #search-block #search-box2 #search-box3 {
	width: 97px;
	height: 24px;
	position: relative;
	left: 658px;
	top: -26px;
}
/* ヘッダー ここまで*/



/* フッター */
#footer-area {
	width: 960px;
	text-align: left;
	clear: both;
	margin: 20px auto 40px;
}
/*
#footer1 {
	background: url(../../common/img/ico-arrow.gif) no-repeat 3px;
	padding-left: 15px;
	font-size: 75%;
	margin: 0px 4px 8px 880px;
}
*/
#footer1{/*20140619変更*/
	display:block;
	text-align:right;
	padding:0 4px 8px 0;
	}
#footer1 a{/*20140619追記*/
	display:inline-block;
	background: url(../../common/img/ico-arrow.gif) no-repeat 3px;
	padding-left: 15px;
	font-size: 75%;
	margin-left:16px;
	}

#footer-area ul li {
	display: inline;
}
#footer-area #copyright {
	float: left;
	width: 212px;
	margin: 8px 0px 30px 12px;
}
#footer-area #footer2 #footer_navi {
	float: right;
	margin-top: 8px;
}/* フッター ここまで*/
