@charset "UTF-8";

/* sp_smaga.css */


/* global_detail */
body#smaga .article_contents,
body#bmaga .article_contents,
body#magasp .article_contents {
	padding: 1px 0 0;
}


/* global_pagenav */
.sp_magazine_nav {
	position: relative;
	z-index:9;
}
.sp_magazine_nav li {
	float: left;
	background-color: #f8f8f8;
	border-top: 1px dashed #939393;
	border-left: 1px dashed #939393;
}
.sp_magazine_nav li:first-child {
	border-left: 0px;
}
.sp_magazine_nav li a {
	float: left;
	display: block;
	height: 70px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-indent: -9999px;
	-webkit-opacity: 0.3;
	-moz-opacity: 0.3;
	-o-opacity: 0.3;
	-ms-opacity: 0.3;
	opacity: 0.3;
}
.sp_magazine_nav1 a {
	width: 213px;
	background-image: url(../images/smaga/sp_magazine_nav1.png);
}
.sp_magazine_nav2 a {
	width: 212px;
	background-image: url(../images/smaga/sp_magazine_nav2.png);
}
.sp_magazine_nav3 a {
	width: 213px;
	background-image: url(../images/smaga/sp_magazine_nav3.png);
}
#smaga li.sp_magazine_nav1,
#bmaga li.sp_magazine_nav2,
#magasp li.sp_magazine_nav3 {
	background-color: #fff;
}
#smaga li.sp_magazine_nav1 a,
#bmaga li.sp_magazine_nav2 a,
#magasp li.sp_magazine_nav3 a {
	-webkit-opacity: 1.0;
	-moz-opacity: 1.0;
	-o-opacity: 1.0;
	-ms-opacity: 1.0;
	opacity: 1.0;
}

/* global_box */
.maga_top_box {
	position: relative;
	margin: 10px 0;
	padding: 10px 10px 20px;
	background: #fff url(../images/smaga/sp_maga_top_box_icn.png) no-repeat 100% 0;
	-webkit-border-radius: 0px 10px 0px 0px;
	-moz-border-radius: 0px 10px 0px 0px;
	-o-border-radius: 0px 10px 0px 0px;
	-ms-border-radius: 0px 10px 0px 0px;
	border-radius: 0px 10px 0px 0px;
}

/* global_img */
.maga_top_img {
	float: left;
	width: 305px;
}
.maga_top_img .maga_top_cover img {
	width: 295px;
	height: auto;
}
.maga_top_next {
	margin: 30px 0 0;
}
.maga_top_next a {
	display: block;
	width: 295px;
	height: 87px;
	background-image: url(../images/smaga/sp_maga_top_next.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	text-indent: -9999px;
}
.maga_top_day {
	width: 295px;
	height: 414px;
	text-indent: -9999px;
}

/* global_txt */
.maga_top_txt {
	position: relative;
	overflow: hidden;
	_zoom: 1;
}
.maga_top_data {
	font-size: 100%;
	margin-top: 10px;
}
.maga_top_number {
	font-weight: bold;
	line-height: 1.2;
}
.maga_top_number em {
	font-size: 158%;
	font-weight: bold;
}
.maga_top_date {
	font-size: 75%;
	color: #333;
}
.maga_top_price {
	font-size: 60%;
	color: #000;
}

/* global_menu */
.maga_top_menu {
	clear: both;
	padding: 10px 0 0;
}
.maga_top_menu dl {
	padding: 5px 0;
	border-bottom: 1px dashed #a0a0a0;
}
.maga_top_menu dt {
	display: table-cell;
	width: 85px;
	vertical-align: top;
}
.maga_top_menu dt img {
	width: 75px;
	height: 75px;
}
.maga_top_menu dd {
	display: table-cell;
	font-size: 75%;
	vertical-align: middle;
	font-weight: bold;
	color: #333;
	background-color:#ffffff;
}
.maga_top_menu dd strong {
	font-size: 125%;
	font-weight: bold;
}
.maga_top_menu dd em {
	font-size: 83%;
}
.maga_top_menu dd strong + em {
	padding-left: 1.5em;
}

/* global_table */
.maga_list_thead {
	width: 620px;
	height: 76px;
	background: url(../images/smaga/sp_maga_list_thead.png) repeat 0 100% !important;
	text-indent: -9999px;
}
.maga_list_thead.navoff {
	background: url(../images/smaga/sp_maga_list_thead.png) repeat 0 0%;
}
.maga_list_table {
	width: 620px;
}
.maga_list_table td {
	display: block;
	padding: 5px 10px;
	border: 1px dotted #bbbbbb;
	border-top: 0px;
	background-color: #fff;
	font-size: 91%;
	vertical-align: top;
}
.maga_list_table a {
	padding-left: 24px;
	font-size: 75%;
	text-decoration: underline;
	color: #333;
}
.maga_list_table a:hover {
	text-decoration: none;
}
.maga_list_table a.maga_work {
	font-size: 100%;
}
.maga_list_table a:after {
/* 	content:"";
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url(../images/smaga/sp_maga_list_icn01.png) no-repeat 100% 50%; */
}
.maga_list_close {
	display: block;
}
.maga_list_close a {
	display: block;
	height: 19px;
	padding: 10px 0;
	background: #5f5f5f url(../images/smaga/sp_maga_list_close.png) no-repeat 50% 50%;
	-webkit-border-radius: 0px 0px 15px 0px;
	-moz-border-radius: 0px 0px 15px 0px;
	-o-border-radius: 0px 0px 15px 0px;
	-ms-border-radius: 0px 0px 15px 0px;
	border-radius: 0px 0px 15px 0px;
	text-indent: -9999px;
}
.maga_list_detail {
	display: block;
}


/* maga_next */
.maga_next_ttl {
	width: 420px;
	height: 50px;
	margin-bottom: 20px;
	text-indent: -9999px;
}


/* banner */
.aside_banner {
	width: 600px;
	margin: 20px auto 0;
}


/* smaga */
body#smaga .maga_top_number {
	color: #e60012;
}
body#smaga .maga_top_menu dd strong,
body#smaga .maga_list_table a.maga_work {
	color: #ff3333;
}
body#smaga .maga_top_next a {
	background-color: #eb3d3d;
}
body#smaga .maga_header {
	width: 100%;
	height: 96px;
	background: url(../images/smaga/header_smaga_bg.png) repeat 0 0;
	box-shadow: 0px 2px 4px 0px #999 inset;
	text-align: center;
}
body#smaga .maga_header h2 {
	height: 96px;
	margin: 0 auto;
	background: url(../images/smaga/sp_header_smaga.png) no-repeat 10px 50%;
	text-align: left;
	text-indent: -9999px;
}
body#smaga .maga_next_ttl {
	background: url(../images/smaga/sp_smaga_next_ttl.png) no-repeat 0 50%;
}
body#smaga .maga_top_day {
	background: url(../images/smaga/sp_smaga_top_day.png) no-repeat 0 0;
}
body#smaga .maga_list_table a:first-child {
	background: url(../images/smaga/sp_smaga_icon.png) no-repeat 0 50%;
}
body#smaga .maga_list_table a.maga_work:after {
	/* background: url(../images/smaga/sp_maga_list_icn02_smaga.png) no-repeat 100% 50%; */
}


/* bmaga */
body#bmaga .maga_top_number {
	color: #00479d;
}
body#bmaga .maga_top_menu dd strong,
body#bmaga .maga_list_table a.maga_work {
	color: #00479d;
}
body#bmaga .maga_top_next a {
	background-color: #00479d;
}
body#bmaga .maga_header {
	width: 100%;
	height: 96px;
	background: url(../images/bmaga/header_bmaga_bg.png) repeat 0 0;
	box-shadow: 0px 2px 4px 0px #999 inset;
	text-align: center;
}
body#bmaga .maga_header h2 {
	height: 96px;
	margin: 0 auto;
	background: url(../images/bmaga/sp_header_bmaga.png) no-repeat 10px 50%;
	text-align: left;
	text-indent: -9999px;
}
body#bmaga .maga_next_ttl {
	background: url(../images/bmaga/sp_bmaga_next_ttl.png) no-repeat 0 50%;
}
body#bmaga .maga_top_day {
	background: url(../images/bmaga/sp_bmaga_top_day.png) no-repeat 0 0;
}
body#bmaga .maga_list_table a:first-child {
	background: url(../images/bmaga/sp_bmaga_icon.png) no-repeat 0 50%;
}
body#bmaga .maga_list_table a.maga_work:after {
	/* background: url(../images/bmaga/sp_maga_list_icn02_bmaga.png) no-repeat 100% 50%; */
}


/* magasp */
body#magasp .maga_top_number {
	color: #00b0ec;
}
body#magasp .maga_top_menu dd strong,
body#magasp .maga_list_table a.maga_work {
	color: #00b0ec;
}
body#magasp .maga_top_next a {
	background-color: #00aae4;
}
body#magasp .maga_header {
	width: 100%;
	height: 96px;
	background: url(../images/magasp/header_magasp_bg.png) repeat 0 0;
	box-shadow: 0px 2px 4px 0px #999 inset;
	text-align: center;
}
body#magasp .maga_header h2 {
	height: 96px;
	margin: 0 auto;
	background: url(../images/magasp/sp_header_magasp.png) no-repeat 10px 50%;
	text-align: left;
	text-indent: -9999px;
}
body#magasp .maga_next_ttl {
	background: url(../images/magasp/sp_magasp_next_ttl.png) no-repeat 0 50%;
}
body#magasp .maga_top_day {
	background: url(../images/magasp/sp_magasp_top_day.png) no-repeat 0 0;
}
body#magasp .maga_list_table a:first-child {
	background: url(../images/magasp/sp_magasp_icon.png) no-repeat 0 50%;
}
body#magasp .maga_list_table a.maga_work:after {
	/* background: url(../images/magasp/sp_maga_list_icn02_magasp.png) no-repeat 100% 50%; */
}

/* lineFriend */
#linefriend.maga_top_box {
	background: #fff;
}

#linefriend h2 {
	font-size: 26px;
	font-weight: bold;
	width: 325px;
	float: left;
}
#linefriend h2 {
	font-size: 28px;
	font-weight: bold;
	width: 350px;
	float: left;
}
#linefriend .lineLink {
	float: right;
	width: 238px;
}
#linefriend .lineLink img {
    width: 238px;
    height: auto;
	margin-bottom: 20px;
	padding-top: 4px;
}
#linefriend p {
	font-size: 50%;
}
#linefriend h2 .line {
	color: #00b900;
}

#linefriend h2 .smaga {
	color: #ff3333;
}

#linefriend h2 .bmaga {
	color: #00479d;
}

#linefriend h2 .magasp {
	color: #00b0ec;
}

/* magasp休刊追記 */

.magasp1702 .maga_top_ttl img {
	margin-bottom: 20px;
}

.magasp1702 .notice {
	display: block;
	font-size: .6em;
}

.magasp1702 .notice span {
	display: block;
	text-align: right;
	font-size: .7em;
}

.magasp1702 .transfers {
	color:#00b0ec;
	font-weight: bold;
}


.magasp1702 .maga_top_box h5 {
	color:#333;
	font-weight: bold;
}


.magasp1702 .maga_top_menu {
	margin: 0 0 20px !important;
}

