@charset "utf-8";

/*
	File Name   : layout.css
	Description : 各ブロックのレイアウト
*/



/* Container
----------------------------------------------------------- */
#container {
	text-align: left;
	position:relative;
	font-size: 100%;
	background: url(../img/body_bg.png) 0 0 repeat-x;
}


/* Header
----------------------------------------------------------- */
#header {
	width:960px;
	margin:0 auto;
	line-height: 1.5;
	font-size: 120%;
	margin:0 auto 20px;
}

.headerInner{
	overflow:hidden;
	padding: 40px 0 0;
	position: relative;
}

.logo{
	float:left;
}

.logo img {
	height: 52px;
	width: auto;
}

.headerInfo{
	float:left;
}

.headerJoint{
	position: absolute;
	right: 0;
	bottom: 26px;
	margin-bottom: 0;
}

.headerJoint img {
	width: 248px;
	height: auto;
}

.headerWeek{
	position: absolute;
	right: 0;
	bottom: 0;
	margin-bottom: 0;
}

.headerWeek img {
	width: 248px;
	height: auto;
}

.searchBoxBtn {
	display: none;
}

.goSearchBox{
	float:right;
	width:250px;
	padding-top: 15px;
}

.goSearchBox p{
	margin:0!important;
}

.goSearchBox p.searchBoxClose {
	display: none;
}


#cse-search-box {
}
#cse-search-box input[type="text"] {
    width: 203px;
	float:left;
	padding:0 5px !important;
	height:26px;
	line-height:26px;
	-webkit-appearance: none;
	border-radius: 0;
}
#cse-search-box input[type="submit"] {
	background:url(/cmn/img/icon_search.png) no-repeat;
    border: 0 none;
    height:30px;
    width: 30px;
    margin-left: -22px;
    overflow: hidden;
    text-indent: -9999px;
    -webkit-appearance: none;
	position:absolute;
	right:0;
	bottom:0;
	cursor:pointer;
	padding: 0 !important;
}

.goSearchArea{
	width:248px;
	border:1px solid #003399;
	overflow:hidden;
	position: relative;
}

/* gloval nav
----------------------------------------------------------- */
#gNav{
	clear: both;
	padding-top: 25px;
}

#gNav ul{
	overflow:hidden;
}

#gNav li{
	float:left;
}

#gNav li a {
	display: block;
}

#gNav li a:hover img,
#index li#gnav1 img,
#magazine li#gnav2 img,
#magazineDetail li#gnav2 img,
#comic li#gnav3 img,
#info li#gnav4 img {
	visibility: hidden;
}

#gNav li#gnav1 a {
	background: url(../img/gnav1_on.png) 0 0 no-repeat;
}

#gNav li#gnav2 a {
	background: url(../img/gnav2_on.png) 0 0 no-repeat;
}

#gNav li#gnav3 a {
	background: url(../img/gnav3_on.png) 0 0 no-repeat;
}

#gNav li#gnav4 a {
	background: url(../img/gnav4_on.png) 0 0 no-repeat;
}


/* Main
----------------------------------------------------------- */
#main {
	line-height: 1.5;
width: 960px;
margin: 0 auto 70px;
	background:url(../../img/common/main_bg.png) repeat;
	padding-bottom:15px;
	overflow: hidden;

}

#breadCrumb {
	margin-bottom: 20px;
	font-size: 85%;
}

#breadCrumb a {
	display: inline-block;
	padding-right: 20px;
	margin-right: 10px;
	background: url(../img/icon_breadcrumb.png) 100% 50% no-repeat;
}


/* contents ranking
----------------------------------------------------------- */
.contents {
	font-size: 140%;
}



/* leftConatens
----------------------------------------------------------- */
.leftContents {
	float:left;
	width:660px;
	font-size: 140%;
}

#index .leftContents,
#magazine .leftContents {
	width:690px;
}

#comic .leftContents {
	width: auto;
	min-height: 700px;
	float: none;
}

#info .leftContents {
	width: auto;
	float: none;
}



/* Side
----------------------------------------------------------- */
#sideContents {
	float:right;
	width:250px;
}

#sideContents section {
	margin-bottom: 30px;
}


/* Footer
----------------------------------------------------------- */
#footer {
	position: relative;
}

#footer #pagetop {
	position: fixed;
	bottom: 230px;
	width: 960px;
	left: 50%;
	margin-left: 500px;
}

#footer #pagetop a {
	float: left;
}

.footerBnr{
	overflow: hidden;
	width: 960px;
	margin: 0 auto 65px;
}

.footerBnr ul{
	margin-left: -8px;
}

.footerBnr li{
	width:234px;
	float:left;
	margin: 0 0 8px 8px;
}

.footerBnr li img{
	width:100%;
	height: auto;
}

.footerBottom {
	background: url(../img/body_bg.png) 0 100% repeat-x #eff4f4;
	overflow:hidden;
	padding: 15px 0 60px;
}

.footerBottomInner .footerLogo {
	float: left;
	margin-right: 30px;
}

.footerBottomInner{
	width:960px;
	margin:0 auto 20px;
	overflow: hidden;
}

.footerBottom ul {
	overflow:hidden;
	float: left;
	padding-top: 13px;
	margin-right: 25px;
}

.footerBottom ul li{
	float:left;
	border-right:1px solid #003399;
	padding:0 20px;
	font-size:130%;
	text-align:center;
	line-height: 1;
}

.footerBottom ul li:first-child{
	border-left:1px solid #003399;
}

.footerBottom ul li a{
	color:#003399;
	background: url(../img/arrow1_bl.png) 0 50% no-repeat;
	padding-left: 14px;
}

.footerBottom .snsBox{
	padding-top: 13px;
	overflow:hidden;
}

.footerBottom .snsBox iframe{
	display: block;
	float:left;
	width:120px !important;
	margin:0 auto;
}

.copyright {
	font-size:10px;
	margin: 0 auto;
	width: 960px;
}

.copyright a{
	color:#cc0033;
}
