@charset "utf-8";

@import url("reset.css");
@import url("pulldown_menu.css");

/* Common */
html, body {

	max-height: 100%;
}
body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	line-height: 1.4;
	*font-size:small;
	*font:x-small;
	background-color: #f2f2f2;
	background-image: url(../images/skg_bg.png);
}
/*======================================

	Font-size Adjustment

	 77% = 10px	|	123.1% = 16px	|	167% = 22px
	 85% = 11px	|	131% =  17px	|	174% = 23px
	 93% = 12px	|	138.5% = 18px	|	182% = 24px
	100% = 13px	|	146.5% = 19px	|	189% = 25px
	108% = 14px	|	153.9% = 20px	|	197% = 26px
	116% = 15px	|	161.6% = 21px	|

=======================================*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}


/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}


/* End hide from IE-mac */
.clearfix + * {
	clear: both;
}
.left {
	float:left;
}
.right {
	float:right;
}
.center {
	text-align:center;
}
.bold {
	font-weight:bold;
}
.red {
	color: #900;
}
a {
	color: #000;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
a:visited:hover {
	text-decoration: underline;
}
.alpha:hover {
	filter: alpha( opacity=50 );  /* IE */
	opacity:0.5;                 /* Firefox,Opera,Safari */
	-moz-opacity:0.5;           /* Firefox 0.9より前 */
}

a:visited {
	color: #000;
	text-decoration: none;
}



/* space */
.mr15 {
	margin-right:15px;
}
.mb1em {
	margin-bottom:1em;
}
.mb5 {
	margin-bottom:5px;
}
.mb10 {
	margin-bottom:10px;
}
.mb15 {
	margin-bottom:15px;
}
.mb20 {
	margin-bottom:20px;
}
.mb25 {
	margin-bottom:25px;
}
.mb30 {
	margin-bottom:30px;
}
.mb35 {
	margin-bottom:35px;
}
.mb40 {
	margin-bottom:40px;
}
.mt5 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.mt20 {
	margin-top:20px;
}
.mr10 {
	margin-right:10px;
}
.pl15 {
	padding-left:15px;
}
.pl25 {
	padding-left:25px;
}
.ml25 {
	margin-left: 25px;
}
.ml75 {
	margin-left: 75px;
}



#mag_logo_box img.on {
	border-top: 2px solid #fff;
	border-right: 2px solid #aeaeae;
	border-bottom: 2px solid #aeaeae;
	border-left: 2px solid #aeaeae;
	background-color:#FFF;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	border-radius: 0px 0px 7px 7px;
}


#mag_logo_box img.of {
	border-top: 2px solid #aeaeae;
	border-right: 2px solid #aeaeae;
	border-bottom: 2px solid #aeaeae;
	border-left: 2px solid #aeaeae;
	background-color:#FFF;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	border-radius: 0px 0px 7px 7px;
}


#mag_logo_box img.of:hover {
	border-top: 2px solid #fff;
	border-right: 2px solid #aeaeae;
	border-bottom: 2px solid #aeaeae;
	border-left: 2px solid #aeaeae;
	background-color:#FFF;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	border-radius: 0px 0px 7px 7px;
}


img.bd {
	border: 1px solid #CCC;
}

/*　記事下ナビ　*/


.readmore_box .rest {
	background-image: url(../images/bg_rest.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin: 0 0 10px 0;
}
.readmore_box .out_box {
	padding: 10px 0 20px 0;
	margin:0 0 20px 0;
}
.readmore_box .out_box .btn {
	font-size:120%;
	color:#fff;
	text-align:center;
	margin: 10px auto 0 auto;
	display:block;
	background: url(../images/sendenkaigi_sprite.png) no-repeat 0 -119px;
	width: 255px;
	display:block;
	padding:10px 0 10px 0;
	font-weight:bold;
}
.readmore_box .out_box .btn:hover {
	background-position: 0 -166px;
}

.readmore_box .out_box .btn.ss {
	font-size:90%;
	width: 255px;
	padding:5px 0 3px 0;
	background: none;
	color:#06C;
	height:20px;
}
.readmore_box .out_box .btn.ss:hover {
	background-position: 0 -166px;
}

.readmore_box .txt {
	width:80%;
	margin:20px auto;
	font-size:95%;
	line-height:1.3;
}

.rest {
	background-image: url(../images/bg_rest.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin: 0 0 10px 0;
}

.readmore_box .out_box {
	padding: 10px 0 20px 0;
	margin:0 0 20px 0;
}
.readmore_box .out_box .btn {
	font-size:120%;
	color:#fff;
	text-align:center;
	margin: 0 auto 0 auto;
	display:block;
	background: url(../images/sendenkaigi_sprite.png) no-repeat 0 -119px;
	width: 255px;
	height: 35px;
	display:block;
	padding:10px 0 0 0;
	font-weight:bold;
}
.readmore_box .out_box .btn:hover {
	background-position: 0 -166px;
}



/*20130927_サイド新ランキング*/

.ranking_main{
	background-color:#fff;
	padding: 0 0 5px 0;
	margin:20px 0 20px 0;
}


.ranking_main .tit_box{
	color:#fff;
	font-weight:bold;
	padding:5px 10px;
	height:15px;
	margin-bottom: 5px;
	background-color: #0aa;
    padding: 5px 15px;
    border: 1px solid #2ea3a3;
}

.ranking_main .tit_box.senden{
	background-color:#ff6666;
    border: 1px solid #db4446;
}

.ranking_main .tit_box.hansoku{
	background-color:#ff9933;
    border: 1px solid #ff8e1e;
}

.ranking_main .tit_box.kouhou{
	background-color:#04b1f3;
    border: 1px solid #00a6e5;
}

.ranking_main .tit_box.brain{
	background-color:#444;
    border: 1px solid #333;
}


.ranking_main .tit_box img{
	float:right;
}

.ranking_main .tit_box p{
	float:left;
	line-height:1.2;
}


.ranking_main div[class^="rank_box"]{
	padding: 5px 10px;
	height:auto;
	line-height:1.2;
}

.img_box{
	position:relative;
	float:left;
	width:80px;
	height:42px;
	margin:0 10px 0 0;
	position:relative;
	overflow:hidden;
	border: 1px solid #eee;
}

.img_box img{
    position: absolute;
    width: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rk_n{
	position:absolute;
	top:0px;
	left:0px;
	padding:3px;
	font-weight:bold;
	color:#fff;
	width:15px;
	text-align:center;
	font-size:80%;
    z-index: 1;
    background-color: #0aa;
}

.rk_n.senden{
	background-color:#ff6666;
}

.rk_n.hansoku{
	background-color:#ff9933;
}

.rk_n.kouhou{
	background-color:#04b1f3;
}

.rk_n.brain{
	background-color:#444;
}


.tab_mid{
	margin:10px 0 0 0!important;
	background-color:#00A9AC;
	padding:5px 10px;
	font-size:120%;
	font-weight:bold;
	color:#fff;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}



/*20131015_購読画面価格打ち消し線*/

p.n_price{
	font-weight:normal;
	text-decoration: line-through;
	font-size:70%!important;
	color:#969393;
	margin: 0 0 0 0!important;
}

p.n_price2{
	font-weight:normal;
	font-size:50%!important;
	color:#969393;
	margin: 0 0 0 0!important;
}


/*20131017_バックナンバー*/
#backnumber .year {
	padding:5px;
	font-weight:bold;
	color:white;
	background-color:#f66;

}

#backnumber .box {
	width:136px!important;
	float:left!important;
	margin:10px 15px!important;
	height:300px!important;
}
#backnumber img {
	margin:0 0 10px 0!important;
	width:136px!important;
	height:169px!important;
	border:1px solid #ccc!important;
}

#backnumber img.bn {
	margin:0 0 10px 0!important;
	width:665px!important;
	height:129px!important;
	border:none!important;
	margin:10px 0 10px 0!important;
}

#backnumber .box .date {
	color:#000!important;
	font-weight:normal!important;
	font-size:90%!important;
	margin:0 0 5px 0;!important;
}

#backnumber .box .info {
	color:#000!important;
	font-weight:normal!important;
	margin:0 0 5px 0!important;
	line-height:1.2!important;
	font-weight:bold!important;
	font-size:100%!important;
	height:45px!important;
}

#backnumber .web img {
	width:58px!important;
	height:29px!important;
	margin:0 2px 0 0!important;
	border:none!important;
	float:left!important;
}

#backnumber .eb img {
	width:58px!important;
	height:29px!important;
	border:none!important;
	float:right!important;
}

#backnumber  img.ebb {
	width:123px!important;
	height:29px!important;
	border:none!important;
}

#backnumber .bn_btn {
	margin:10px 0 0 0!important;
}


/*20131017_アイコン顔*/
.face_s{
	width:50px!important;
	float:left;
	margin:0 10px 0 0;
}

.face_s img{
	width:50px!important;
}



/*20131111_記事下メルマガ登録*/

.readmore_box_mail {
	width:558px;
	height:81px;
	margin:40px auto 60px auto;
	padding:125px 0 0 0;
	font-size:95%;
	line-height:1.3;
	background-image:url(../images/bg_mm_img.jpg);
}

.readmore_box_mail .txt {
	display:none;
}


.readmore_box_mail .rest {
	background-image: url(../images/bg_rest.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin: 0 0 10px 0;
}
.readmore_box_mail .out_box {
	padding: 10px 0 20px 0;
	margin:0 0 20px 0;
}
.readmore_box_mail .out_box .btn {
	font-size:120%;
	color:#fff;
	text-align:center;
	margin: 10px auto 0 auto;
	display:block;
	background: url(../images/sendenkaigi_sprite.png) no-repeat 0 -119px;
	width: 255px;
	display:block;
	padding:10px 0 10px 0;
	font-weight:bold;
}
.readmore_box_mail .out_box .btn:hover {
	background-position: 0 -166px;
}

.readmore_box_mail .out_box .btn.ss {
	font-size:90%;
	width: 255px;
	padding:5px 0 3px 0;
	background: none;
	color:#06C;
	height:20px;
}
.readmore_box_mail .out_box .btn.ss:hover {
	background-position: 0 -166px;
}

/*SNSログイン*/

.btn_sns_login{
	text-align:center;
	border:3px #eee solid!important;
	padding:15px;
	margin: 40px auto 60px auto;
}

.btn_sns_login .tit{
	font-weight:bold;
	text-align:left;
	margin-bottom:0px;
}

.btn_sns_login .tit_sup{
	font-weight:normal;
	font-size:85%;
}

.btn_sns_login a img{
	margin:20px 10px 20px 10px;
}

.btn_sns_login a.etc_entry{
	text-align:right;
	font-size:15px;
	color: #000;
	text-decoration: underline;
}
.btn_sns_login .right{
	float: right;
	margin-bottom:0px;
}

.btn_sns_login .right a{
	font-weight:normal;
}

/*　宣伝会議デジタル版購読訴求ボタン　2014.04.10　*/

#white-box{
	width:664px;
	padding:10px 0 0 -10px;
	background-color:#FFF;
	margin:0 0 50px 0;
}


#member-gentei{
	padding:0;
	margin:0 0 20px 0;
}
#member-gentei p{
	margin: 20px 0 10px 0;
}

.branch-btn{
	width:644px;
	height:45px;
	position:relative;
	overflow:hidden;
}

.branch-btn ul{
	position:relative;
	left:50%;
	float:left;
}

.branch-btn ul li{
	position:relative;
	left:-50%;
	float:left;
}

#sign-in{
	width:255px;
	height:45px;
	display:block;
	background:url(../images/apply_dg.png) no-repeat;
}

#sign-in:hover{
	display:block;
	background-image:url(../images/apply_dg2.png);
}

/*　宣伝会議デジタル版購読訴求ボタン　終了　*/






/*　宣伝会議　今すぐ購読するボタン　開始　　*/

#reading-senden{
	width:255px;
	height:45px;
	display:block;
	background:url(../images/apply_senden.png) no-repeat;
	margin:0 10px 0 0;

}
#reading-senden:hover{
	display:block;
	background-image:url(../images/apply_senden2.png);
}

/*　宣伝会議　今すぐ購読するボタン　終了　　*/



/*　販促会議　今すぐ購読するボタン　開始　　*/

#reading-hansoku{
	width:255px;
	height:45px;
	display:block;
	background:url(../images/apply_hansoku.png) no-repeat;
	margin:0 10px 0 0;

}
#reading-hansoku:hover{
	display:block;
	background-image:url(../images/apply_hansoku2.png);
}

/*　販促会議　今すぐ購読するボタン　終了　　*/


/*　広報会議　今すぐ購読するボタン　開始　　*/

#reading-kouhou{
	width:255px;
	height:45px;
	display:block;
	background:url(../images/apply_kouhou.png) no-repeat;
	margin:0 10px 0 0;

}
#reading-kouhou:hover{
	display:block;
	background-image:url(../images/apply_kouhou2.png);
}

/*　広報会議　今すぐ購読するボタン　終了　　*/


/*　ブレーン　今すぐ購読するボタン　開始　　*/

#reading-brain{
	width:255px;
	height:45px;
	display:block;
	background:url(../images/apply_brain.png) no-repeat;
	margin:0 10px 0 0;

}
#reading-brain:hover{
	display:block;
	background-image:url(../images/apply_brain2.png);
}

/*　ブレーン　今すぐ購読するボタン　終了　　*/

/* ランキング表示への導線 開始 */

.ranking_main .box-btn {
	padding: 5px 10px 5px 10px;
}
.ranking_main .box-btn .button-senden {
	display: block;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFF;
	border: 1px solid #ff6666;
	color: #ff6666;
	font-weight: bold;
	letter-spacing: 1px;
}
.ranking_main .box-btn .button-senden:hover {
	background-color: #ff6666;
	color: #FFF;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.ranking_main .box-btn .button-hansoku {
	display: block;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFF;
	border: 1px solid #ff9933;
	color: #ff9933;
	font-weight: bold;
	letter-spacing: 1px;
}
.ranking_main .box-btn .button-hansoku:hover {
	background-color: #ff9933;
	color: #FFF;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.ranking_main .box-btn .button-kouhou {
	display: block;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFF;
	border: 1px solid #04b1f3;
	color: #04b1f3;
	font-weight: bold;
	letter-spacing: 1px;
}
.ranking_main .box-btn .button-kouhou:hover {
	background-color: #04b1f3;
	color: #FFF;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.ranking_main .box-btn .button-brain {
	display: block;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFF;
	border: 1px solid black;
	color: black;
	font-weight: bold;
	letter-spacing: 1px;
}
.ranking_main .box-btn .button-brain:hover {
	background-color: black;
	color: #FFF;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* ランキング表示への導線 終了 */

/* SNSボタン */
.sns_box_lt {
	float: left;
	margin: 0 0 20px;
	padding: 0;
	overflow: hidden;
}
.sns_box_lt .ht {
	float: left;
	margin: 0 0 0 10px;
}
.sns_box_lt .tw {
	float: left;
	margin: 0 0 0 10px;
}
.sns_box_lt .fb {
	float: left;
	margin: 0;
}

.btn-sns-login-box {
	text-align:left;
	border:3px solid #eee;
	padding:10px;
	margin:40px 0 60px 0;
}
.btn-sns-login-tit {
	border-bottom:1px solid #eee;
	padding:10px 0 16px 25px;
	margin-bottom:10px;
}
.art_box_base p.btn-sns-login-tit-main {
	font-weight: bold;
	font-size:16px;
	margin-bottom:2px;
}
.art_box_base p.btn-sns-login-tit-sub {
	text-align: left;
	font-size:12px;
	margin-bottom:3px;
}
.btn-sns-login-tit-main span {
	font-size:12px;
	display:inline-block;
	margin:0 2px;
}
.btn-sns-login-modules {
	display: table;
}
.btn-sns-login-modules .first-item,
.btn-sns-login-modules .second-item,
.btn-sns-login-modules .third-item {
	display: table-cell;
}
.btn-sns-login-modules .first-item {
	padding: 10px 10px 10px 25px;
	width:483px;
	box-sizing:border-box;
}
.btn-sns-login-modules .second-item {
	position:relative;
	width:0;
	border-right:1px solid #eee;
}
.btn-sns-login-modules .second-item span {
	position:absolute;
	background:#fff;
	top:50%;
	left:-14px;
	line-height:28px;
	color:#666;
	transform:translate(0, -50%);
	width:30px;
	height:30px;
	border-radius:50%;
	text-align:center;
}
.btn-sns-login-modules .third-item {
	vertical-align:middle;
	padding:20px 0 20px 38px;
}
.btn-sns-login-message {
    font-size:12px!important;
    margin:10px 0 5px 25px!important;
}
.sns-login-list {
	list-style: none;
	text-align: left;
}

.sns-login-list li {
	display: inline-block;
	text-align: center;
}

.sns-login-list .facebook-login,
.sns-login-list .google-login {
	margin-left: 17px;
}

.sns-login-list li a {
	display: block;
	width: 200px;
	height: 40px;
	border-radius: 2px;
	padding:11px 5px;
	color: #fff;
	box-sizing: border-box;
	font-weight: normal;
	font-size: 14px;
}

.sns-login-list li a img {
	margin: 0 12px 0 0;
	display: inline-block;
	vertical-align: bottom;
}
.sns-login-list li a:hover {
	text-decoration: none;
}
.twitter-login,
.facebook-login {
	margin-bottom: 20px;
}
.facebook-login a {
	background: #3b5998;
}
.facebook-login a:hover {
	background: #2f4d8b;
}
.facebook-login img {
	width: 17px;
	position: relative;
	top: -1px;
}

.twitter-login a {
	background: #55acee;
}
.twitter-login a:hover {
	background: #459cdd;
}
.twitter-login img {
	width: 18px;
	position: relative;
	top: -2px;
}

.google-login a {
	background: #dc4e41;
}
.google-login a:hover {
	background: #cf4235;
}
.google-login img {
	width: 16px;
	position: relative;
	top: -1px;
	left: -8px;
}

.yahoo-login a {
	background: #ff0033;
}
.yahoo-login a:hover {
	background: #e4012e;
}
.yahoo-login img {
	width: 24px;
	position: relative;
	top: -4px;
}

/* likeボタン非表示（暫定） */
.like_cnt, .like-box_b{
display:none;
}
.rect-title {
    height: 27px;
    color: #fff;
    font-size: 12px;
    margin: 0 0 15px 0;
    padding: 4px 15px;
    box-sizing: border-box;
    position: relative;
    background: #0aa;
    border: 1px solid #2ea3a3;
}
.main-cont {
    width: 712px;
    float: left;
    margin-right: 12px;
}
.side-cont {
    position: relative;
    right: -3px;
    overflow: hidden;
}
.side-cont .ranking_main {
	margin: 0 0 15px 0;
}
.ranking-list {
    padding-left: 0;
    counter-reset: index;
    list-style-type: none;
    background: #fff;
    margin: 0 0 15px 0;
    padding: 5px 0;
    overflow: hidden;
    border-right: 1px solid #e9ebee;
    border-left: 1px solid #e9ebee;
    border-bottom: 1px solid #e9ebee;
    box-sizing: border-box;
    margin-top: -15px;
}
.ranking-item > a {
    display: block;
    padding: 5px 7px 5px 10px;
    position: relative;
    height: 66px;
    box-sizing: border-box;
}
.ranking-item > a:before {
    counter-increment: index;
    content: counter(index);
    position: absolute;
    top: 6px;
    left: 11px;
    display: block;
    background: #0aa;
    color: #fff;
    font-size: 10px;
    width: 18px;
    height: 16px;
    z-index: 1;
    text-align: center;
    font-weight: bold;
    line-height: 16px;
}
.ranking-image-wrap {
    width: 80px;
    height: 54px;
    overflow: hidden;
    border: 1px solid #eee;
    float: left;
    margin-right: 10px;
    position: relative;
}
.ranking-image-wrap img {
    position: absolute;
    width: 96px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ranking-item-title {
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    color: #555;
    font-weight: normal;
}
.mag-link {
    width: 100%;
}
a.mag-link {
    display: block;
    margin-top: 15px;
}
a.mag-link img {
    width: 100%;
}
.mag-book-link {
    margin-top: 15px;
}
.mag-book-list {
    list-style: none;
    border-left: 1px solid #e9ebee;
    background: #fff;
    overflow: hidden;
    padding-left: 0;
    margin-top: -15px;
}
.mag-book-item {
    width: calc((100% - 62px)/2);
    border-right: 1px solid #e9ebee;
    border-bottom: 1px solid #e9ebee;
    padding: 15px;
    text-decoration: none;
    color: #444;
    text-align: center;
    box-sizing: bordr-box;
    display: block;
    float: left;
}
.mag-book-item:hover {
    text-decoration: none;
}
.mag-book-image {
    display: block;
    width: 115px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}
.series-tag {
    font-size: 10px;
    display: inline-block;
    color: #fff;
    padding: 2px 4px;
    border-radius: 2px;
    left: 12px;
    bottom: 10px;
}
.series-tag-senden {
    background: #ec6466;
}
.series-tag-hansoku {
    background: #ff9933;
}
.series-tag-kouhou {
    background: #04b1f3;
}
.series-tag-brain {
    background: #444;
}

.series-tag a {
    color: #fff;
}