@charset "utf-8";


/* Body setting
----------------------------------------------------------- */
body {
	font-size: 14px;
	width: auto !important;
	min-width:320px;
	background-image:none !important;
	-webkit-text-size-adjust: 100%;
}



/* Container
----------------------------------------------------------- */
#container {
	width:auto;
	margin:0;
	overflow:inherit;
	font-size: 13px;
	background: url(../img/body_bg.png) 0 0 repeat-x;
	background-size: auto 12px;
}



/* Header
----------------------------------------------------------- */
#header {
	width: auto;
	line-height: 1.5;
	margin: 0 auto 10px;
}

.headerInner {
	padding: 20px 0 0;
}

.headerContents {
	overflow: hidden;
	width: 320px;
	margin: 0 auto;
}

.logo{
	float:left;
	padding: 5px 0 0 0;
}

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

.headerInfo{
	display: none;
}

.headerJoint{
	position: static;
	width: 300px;
	height: 28px;
	background: url(../img/sp_siteinfo1.png) 0 0 no-repeat;
	background-size: 300px auto;
	margin: 0 auto 15px auto;
}

.headerJoint img {
	display: none;
}

.headerWeek{
	position: static;
	text-align: center;
	clear: both;
}

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

.searchBoxBtn {
	float: right;
	display: inline-block;
}

.searchBoxBtn img {
	width: auto;
	height: 40px;
}

.goSearchBox p.searchBoxClose {
	width: 150px !important;
	margin: 0 auto !important;
	color: #fff;
	display: block;
	padding: 10px 5px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/sp_icon_chip.png) 100% 100% no-repeat #003399;
	background-size: 12px auto;
	font-size: 14px;
	float: none;
}

.goSearchBox p.searchBoxClose:before {
	content: " ";
	padding-left: 17px;
	background: url(../img/sp_arrow1_w.png) 0 50% no-repeat;
	background-size: 12px auto;
}

.goSearchBox{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/magazine/img/popup_bg.png);
	clear:both;
	float:none;
	padding: 60px 15px 30px;
	overflow:hidden;
	z-index: 10000;
     -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
              -ms-box-sizing: border-box;
               -o-box-sizing: border-box;
                  box-sizing: border-box;
}

.goSearchBox p{
	width: auto;
	margin:0 10px 5px 0!important;
	padding-top:10px;
	float:left;
	font-size:12px;
}

#cse-search-box {
    width: auto !important;
	background-color: #fff;
}
#cse-search-box input[type="text"] {
    width:85%;
	float:left;
	padding:0 5px !important;
	height:40px;
	line-height:40px;
   -webkit-appearance: none;
   border-radius: 0;
   overflow: hidden;
}
#cse-search-box input[type="submit"] {
	background: url(../img/sp_icon_search.png) 50% 50% no-repeat #003399;
	background-size: 40px auto;
    border: 0 none;
    height:44px;
    margin-left: 0;
    overflow: hidden;
    text-indent: -9999px;
    width: 15%;
    -webkit-appearance: none;
	position:absolute;
	right:0;
	bottom:0;
	cursor:pointer;
   -webkit-appearance: none;
   border-radius: 0;
}

.goSearchArea{
	width:auto;
	padding:0;
	margin-bottom: 25px;
	border:1px solid #003399;
	overflow:hidden;
	position: relative;
     -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
              -ms-box-sizing: border-box;
               -o-box-sizing: border-box;
                  box-sizing: border-box;
}


/* gloval nav
----------------------------------------------------------- */
#gNav{
	padding-top: 15px;
}

#gNav ul{
	overflow:hidden;
}

#gNav li{
	float:left;
	background: url(../img/line_w.png) 0 0 repeat-y #003399;
	background-size: 1px auto;
	width: 25%;
}

#gNav li:first-child {
	background: #003399;
}

#gNav li img {
	visibility: hidden;
	width: auto;
	height: 30px;
	margin: 0 auto;
}

#gNav li a {
	padding: 10px 0;
	display: block;
}

#gNav li#gnav1 a {
	background: url(../img/sp_gnav1.png) 50% 50% no-repeat;
	background-size: auto 30px;
}

#gNav li#gnav2 a {
	background: url(../img/sp_gnav2.png) 50% 50% no-repeat;
	background-size: auto 30px;
}

#gNav li#gnav3 a {
	background: url(../img/sp_gnav3.png) 50% 50% no-repeat;
	background-size: auto 30px;
}

#gNav li#gnav4 a {
	background: url(../img/sp_gnav4.png) 50% 50% no-repeat;
	background-size: auto 30px;
}

#index li#gnav1,
#magazine li#gnav2,
#magazineDetail li#gnav2,
#comic li#gnav3,
#info li#gnav4 {
	background-color: #cc0033;
}
	
	
/*　画像をテキストにする場合のスタイル
#gNav li a:before {
    content: attr(data-label);
}

#gNav li a.spLabelLink img {
	display: none;
}*/




/* Main
----------------------------------------------------------- */
#main {
	line-height: 1.5;
	width: auto;
	font-size: 13px;
	margin:0;
	margin: 0 10px;
}

#breadCrumb {
	margin-bottom: 10px;
	font-size: 14px;
}

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

/* contents ranking
----------------------------------------------------------- */
.contents {
	font-size: 13px;
}


/* leftConatens
----------------------------------------------------------- */
.leftContents{
	float:none;
	width:100%;
	font-size: 13px;
}

#index .leftContents,
#magazine .leftContents {
	float:none;
	width:100%;
}


/* Side
----------------------------------------------------------- */
#sideContents {
	float:none;
	width:100%;
	padding: 10px;
     -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
              -ms-box-sizing: border-box;
               -o-box-sizing: border-box;
                  box-sizing: border-box;
}

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

#magazineDetail #sideContents {
display: none;
}



/* Footer
----------------------------------------------------------- */
#footer {
}

#footer #pagetop {
	display: none;
}

.footerBnr{
	overflow: hidden;
	width: 100%;
	margin: 0 auto 15px;
	padding: 0 10px;
     -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
              -ms-box-sizing: border-box;
               -o-box-sizing: border-box;
                  box-sizing: border-box;
}

.footerBnr ul{
	margin-left: 0;
}

.footerBnr li{
	width:48%;
	float:left;
	margin: 0 0 10px 0;
}

.footerBnr li:nth-child(2n){
	float: right;
}

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

.footerBottom {
	background: url(../img/body_bg.png) 0 100% repeat-x #eff4f4;
	background-size: auto 12px;
	overflow:hidden;
	padding: 10px 0 25px;
}

.footerBottomInner .footerLogo {
	display: none;
}

.footerBottomInner{
	width:100%;
	margin:0 auto;
	overflow: hidden;
	padding: 0;
}

.footerBottom ul {
	overflow:hidden;
	float: none;
	padding-top: 0;
	margin-right: 0;
	text-align: center;
}

.footerBottom ul li{
	float:none;
	display: inline-block;
	border-right:none;
	padding:0;
	font-size: 12px;
	text-align:center;
	line-height: 1;
}

.footerBottom ul li:first-child{
	border-left:none;
}

.footerBottom ul li:nth-child(2) {
	margin: 0 17px;
}

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

.footerBottom .snsBox{
	padding:10px !important;
	text-align: center;
}

.footerBottom .snsBox iframe{
	display: inline-block;
	float:none;
	width:40% !important;
	margin:0 auto;
}

.copyright {
	font-size: 12px;
	margin: 0 auto;
	width: 100%;
	padding: 0 10px;
     -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
              -ms-box-sizing: border-box;
               -o-box-sizing: border-box;
                  box-sizing: border-box;
}