@charset "utf-8";

/* common
--------------------------------------------------------- */
html {
	overflow-y: scroll; /* CSS3 */
	color: #555555;
}

body {
	text-align: center;
}

a {
    outline: none;
}

a:link {
    color: #666666;
    text-decoration: none;
}

a:visited {
    color: #666666;
    text-decoration: none;
}

a:hover {
    color: #3974ff;
	text-decoration: underline;
}

img {
	border: none;
}

.imgOn:hover img {
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    opacity: 0.60;
}

ol,ul {
	list-style: none;
}


/* ClearFix  */
.ClearFix:before,
.ClearFix:after {
  display: table;
  content: " "
}

.ClearFix:after {
  clear: both
}


/* outline
--------------------------------------------------------- */
#outline {
	margin: 0 auto;
	width: 100%;
}

#container {
	margin: 0 auto;
	width: 950px;
	text-align: center;
}


/* header
--------------------------------------------------------- */
div#container div#header {
	margin: 10px auto;
	padding: 10px;
	width: 928px;
	height: 68px;
	border: solid 1px #e0e1e1;
	background: url(https://www.mag2.com/img/magtop/header_bg.gif) 0 0 repeat-x;
	_width: 950px;
	_height: 90px;
}

#header #logo {
	float: left;
}

#header #logo p {
	text-align: right;
	font-weight: bold;
	color: #6c6c6c;
	font-size: 11px;
}

#header ul#header-link {
	float: right;
	height: 43px;
}

#header ul#header-link li {
	float: left;
	margin-top: px;
	margin-left: 8px;
	font-size: 14px;
	display: inline;
}

#header ul.nav-link li.hd_social {
margin-left: 5px;
}

#header #header-nav {
position: relative;
float: right;
height: auto;
}

.senkyo div#container div#header {
  background: url("https://www.mag2.com/img/magtop/header_bg_senkyo.gif")  0 0 repeat-x;
}

.osyougatsu div#container div#header {
  background: url("https://www.mag2.com/img/magtop/header_bg_osyougatsu.gif")  0 0 repeat-x;
}

.osyougatsu #header #logo {
  padding-left: 72px;
}

#search-form input#keyword {
color: #939393;
border-color: #D9D9D9;
padding: 1px 6px;
border: 1px solid #ccc;
outline: none;
width: 348px;
height: 22px;
font-size: 13px;
border-radius: 5px 0 0 5px;
-moz-border-radius: 5px 0 0 5px;
-webkit-border-radius: 5px 0 0 5px;
-webkit-appearance: none;
}

#search-form input#submit {
margin-left: 0 !important;
background-color: #eee;
background-image: -webkit-linear-gradient(#fff,#dedede);
background-image: linear-gradient(#fff,#dedede);
border: #ccc solid 1px;
color: #333;
font-weight: bold;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
font-family: 'Century Gothic', Verdana, sans-serif;
height: 26px;
width: 73px;
min-width: 73px;
font-size: 13px;
letter-spacing: 5px;
border-radius: 0 5px 5px 0;
-moz-border-radius: 0 5px 5px 0;
-webkit-border-radius: 0 5px 5px 0;
-webkit-appearance: none;
}

#header #search {
	float: left;
	margin-left: 15px;
	display: inline;
}

#header #search #keyword {
	float: left;
	border: 1px solid #ccc;
	width: 348px;
	height: 22px;
	_width: 350px;
	_height: 24px;
}



/* title
--------------------------------------------------------- */
#title {
	width: 950px;
	text-align: left;
	margin-bottom: 10px;
}

#title #titelimg {
	float: left;
	width: 590px;
	height: 300px;
}

#data {
	float: right;
	width: 350px;
	height: 300px;
	background-color: #fff;
  border:3px solid #eee;
	box-sizing:border-box;
}

#data h1 {
  padding: 2px 5px 2px 5px;
  font-weight: bold;
  color: #28578a;
  font-size: 15px;
  line-height: 1.5;
  border-bottom: solid 1px #eee;
}

#data h1.titleS {
	font-size: 14px;
}

#data ul#tokuten {
  padding: 8px 15px;
  border-bottom: solid 1px #eee;
}

#data ul#tokuten li {
	padding-left: 18px;
	color: #28578a;
	font-size: 14px;
}

#data ul#tokuten.tokuS li {
	font-size: 13px;
}


#data span.bn_only {
  font-size: 12px;
  color: red;
}

ul#tokuten li#tokuten1 {
	background: url(../../img/tokuten1.png) 0 0 no-repeat;
}

ul#tokuten li#tokuten2 {
	margin-top: 5px;
	background: url(../../img/tokuten2.png) 0 0 no-repeat;
}

ul#tokuten li#tokuten3 {
	margin-top: 5px;
	background: url(../../img/tokuten3.png) 0 0 no-repeat;
}

ul#tokuten li#tokuten4 {
	margin-top: 5px;
	background: url(../../img/tokuten4.png) 0 0 no-repeat;
}

ul#mm_data {
  margin: 5px auto;
  color: #28578a;
  font-size: 14px;
}

ul#mm_data li#date {
	padding-left: 18px;
}

ul#mm_data li#price {
	padding-left: 18px;
	margin-top: 5px;
}

/*-------- 初月無料ボタン(緑) -------------*/
.reg_btn_inner {
  margin: 10px auto;
  width: 85%;
  text-align: center;
  background: #40b011;
  font-size: 18px;
  font-weight: bold;
  border-radius: 6px;
  box-shadow: 0 6px 0 #147509;
}
.reg_btn_inner span {
  padding-top:5px;
  display:block;
  font-size:14px
}
.reg_btn_inner a{
  display:block;
  color:#fff;
  text-decoration:none;
  padding: 10px;
} 
.reg_btn_inner:hover{
  background:#80D34C;
  box-shadow: 0 6px 0 #40b011;
  transition: all .3s;
}
.reg_btn_inner a:visited{
  color:#fff;
  text-decoration:none;
} 

/* interview107のみの設定
---------------------------------------------------------*/

.reg_btn_inner107 {
  display:inline-block;
  margin: 10px 0 10px 15px;
  padding:5px;
  width:40%;
  text-align: center;
  background:#40b011;
  font-size:16px;
  font-weight:bold;
  border-radius:6px;
  box-shadow: 0 6px 0 #147509;
}
.reg_btn_inner107 span {
  padding-top:5px;
  display:block;
  font-size:14px
}
.reg_btn_inner107 a{
  display:block;
  color:#fff;
  text-decoration:none;
} 
.reg_btn_inner107:hover{
  background:#80D34C;
  box-shadow: 0 6px 0 #40b011;
  transition: all .3s;
}
.reg_btn_inner107 a:visited{
  color:#fff;
  text-decoration:none;
} 



/*------------------------------------------------------*/


/* interview210のみの設定
---------------------------------------------------------*/

#data-itvw210 {
	float: right;
	width: 350px;
	height: auto;
	background-color: #fff;
  border:3px solid #eee;
	box-sizing:border-box;
}

#data-itvw210 h1 {
  padding: 2px 5px 2px 5px;
  font-weight: bold;
  color: #28578a;
  font-size: 15px;
  line-height: 1.5;
  border-bottom: solid 1px #eee;
}

#data-itvw210 h1.titleS-itvw210 {
	font-size: 14px;
}

#data-itvw210 ul#tokuten-itvw210 {
  padding: 8px 15px;
  border-bottom: solid 1px #eee;
}

#data-itvw210 ul#tokuten-itvw210 li {
	padding-left: 18px;
	color: #28578a;
	font-size: 14px;
}

#data-itvw210 ul#tokuten-itvw210.tokuS-itvw210 li {
	font-size: 13px;
}


#data-itvw210 span.bn_only-itvw210 {
  font-size: 12px;
  color: red;
}

ul#tokuten-itvw210 li#tokuten1-itvw210 {
	background: url(../../img/tokuten1.png) 0 0 no-repeat;
}

ul#tokuten-itvw210 li#tokuten2-itvw210 {
	margin-top: 5px;
	background: url(../../img/tokuten2.png) 0 0 no-repeat;
}

ul#tokuten-itvw210 li#tokuten3-itvw210 {
	margin-top: 5px;
	background: url(../../img/tokuten3.png) 0 0 no-repeat;
}

ul#tokuten-itvw210 li#tokuten4-itvw210 {
	margin-top: 5px;
	background: url(../../img/tokuten4.png) 0 0 no-repeat;
}

ul#mm_data-itvw210 {
  margin: 5px auto;
  color: #28578a;
  font-size: 14px;
}

ul#mm_data-itvw210 li#date-itvw210 {
	padding-left: 18px;
}

ul#mm_data-itvw210 li#price-itvw210 {
	padding-left: 18px;
	margin-top: 5px;
}


#data-itvw210-2 {
	display:none;
	float: right;
	width: 350px;
	height: 300px;
	background-color: #fff;
  border:3px solid #eee;
	box-sizing:border-box;
}

#data-itvw210-2 h1 {
  padding: 2px 5px 2px 5px;
  font-weight: bold;
  color: #28578a;
  font-size: 15px;
  line-height: 1.5;
  border-bottom: solid 1px #eee;
}

#data-itvw210-2 h1.titleS-itvw210-2 {
	font-size: 14px;
}

#data-itvw210-2 ul#tokuten-itvw210-2 {
  padding: 8px 15px;
  border-bottom: solid 1px #eee;
}

#data-itvw210-2 ul#tokuten-itvw210-2 li {
	padding-left: 18px;
	color: #28578a;
	font-size: 14px;
}

#data-itvw210-2 ul#tokuten-itvw210.tokuS-itvw210-2 li {
	font-size: 13px;
}


#data-itvw210-2 span.bn_only-itvw210-2 {
  font-size: 12px;
  color: red;
}

ul#tokuten-itvw210-2 li#tokuten1-itvw210-2 {
	background: url(../../img/tokuten1.png) 0 0 no-repeat;
}

ul#tokuten-itvw210-2 li#tokuten2-itvw210-2 {
	margin-top: 5px;
	background: url(../../img/tokuten2.png) 0 0 no-repeat;
}

ul#tokuten-itvw210-2 li#tokuten3-itvw210-2 {
	margin-top: 5px;
	background: url(../../img/tokuten3.png) 0 0 no-repeat;
}

ul#tokuten-itvw210-2 li#tokuten4-itvw210-2 {
	margin-top: 5px;
	background: url(../../img/tokuten4.png) 0 0 no-repeat;
}

ul#mm_data-itvw210-2 {
  margin: 5px auto;
  color: #28578a;
  font-size: 14px;
}

ul#mm_data-itvw210-2 li#date-itvw210-2 {
	padding-left: 18px;
}

ul#mm_data-itvw210-2 li#price-itvw210-2 {
	padding-left: 18px;
	margin-top: 5px;
}



/*-------- 初月無料ボタン(緑) -------------*/
.reg_btn_inner-itvw210-2 {
  margin: 10px auto;
  width: 85%;
  text-align: center;
  background: #40b011;
  font-size: 18px;
  font-weight: bold;
  border-radius: 6px;
  box-shadow: 0 6px 0 #147509;
}
.reg_btn_inner-itvw210-2 span {
  padding-top:5px;
  display:block;
  font-size:14px
}
.reg_btn_inner-itvw210-2 a{
  display:block;
  color:#fff;
  text-decoration:none;
  padding: 10px;
} 
.reg_btn_inner-itvw210-2:hover{
  background:#80D34C;
  box-shadow: 0 6px 0 #40b011;
  transition: all .3s;
}
.reg_btn_inner-itvw210-2 a:visited{
  color:#fff;
  text-decoration:none;
} 

/*-------- プロフィール-210 -------------*/
#profile2 h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 5px;
}

#profile2 h3 span {
	font-weight: normal;
	padding-left: 10px;
}

#profile2 p {
	font-size: 14px;
	line-height: 1.5;
}

#profile2 a:link {
    color: #fff;
    text-decoration: none;
}

#profile2 a:visited {
    color: #fff;
    text-decoration: none;
}

#profile2 a:hover {
    color: #fff;
	text-decoration: none;
}

/*-------- 初月無料ボタン(緑) -------------*/
.reg_btn_inner-itvw210 {
  margin: 20px auto;
  width: 85%;
  text-align: center;
  background: #40b011;
  font-size: 18px;
  font-weight: bold;
  border-radius: 6px;
  box-shadow: 0 6px 0 #147509;
}
.reg_btn_inner-itvw210 span {
  padding-top:5px;
  display:block;
  font-size:14px
}
.reg_btn_inner-itvw210 a{
  display:block;
  color:#fff;
  text-decoration:none;
  padding: 10px;
} 
.reg_btn_inner-itvw210:hover{
  background:#80D34C;
  box-shadow: 0 6px 0 #40b011;
  transition: all .3s;
}
.reg_btn_inner-itvw210 a:visited{
  color:#fff;
  text-decoration:none;
} 


/*-------/* interview210のみの設定 -----------------------*/










/* content
--------------------------------------------------------- */
#content {
	width: 950px;
	text-align: left;
	margin-bottom: 30px;
}


/* main
--------------------------------------------------------- */
#main {
	float: left;
	width: 590px;
}

#interview {
	margin-bottom: 30px;
}


#interview img{
		width:100%;
    height:auto;
}

#interview a:link {
    color: #2261f5;
    text-decoration: none;
}

#interview a:visited {
    color: #2261f5;
    text-decoration: none;
}

#interview a:hover {
    color: #3f77f9;
	text-decoration: underline;
}

#interview #panel2,
#interview #panel3,
#interview #panel4,
#interview #panel5 {
	display: none;
}

.interview {
	padding: 0 10px;
	margin-bottom: 20px;
}

.interview h2 {
	margin: 30px 0 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	color: #3974ff;
}

.interview p {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.6;
}

.interview img.photo {
	float: left;
	margin: 20px 15px 5px 0;
}
.interview img.photo2 {
	float: left;
	margin: 0 15px 5px 0;
}

.interview img.photoR {
	float: right;
	margin: 20px 0 5px 15px;
}

.interview img.photoR2 {
	float: right;
	margin: 0 0 5px 15px;
}

.interview .photoCenter {
	margin: 20px auto 5px;
	text-align: center;
}

.page_link {
	text-align: center;
}

.page_link ul {
	position: relative;
	left: 50%;
	float: left;
}

.page_link ul li {
	position: relative;
	left: -50%;
	float: left;
}

#profile h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 5px;
}

#profile h3 span {
	font-weight: normal;
	padding-left: 10px;
}

#profile p {
	font-size: 14px;
	line-height: 1.5;
}

#profile a:link {
    color: #fff;
    text-decoration: none;
}

#profile a:visited {
    color: #fff;
    text-decoration: none;
}

#profile a:hover {
    color: #fff;
	text-decoration: none;
}

/* sp_kikaku */
#sp_kikaku {
	border: 1px solid #52C3BD;
}

#sp_kikaku .sp_title {
	margin: 10px 0 15px;
	text-align: center;
}

#sp_kikaku p {
	margin: 0 20px 15px;
	color: #777;
	line-height: 1.3;
	font-size: 14px;
}

#sp_kikaku dl {
	margin: 0 20px 15px;
	color: #777;
	font-size: 14px;
	line-height: 1.5;
}

#sp_kikaku dt {
	float: left;
	width: 250px;
	font-weight: bold;
}

#sp_kikaku dd {
	float: left;
}

#sp_kikaku p.note {
	color: #FF0000;
	text-align: right;
}


/* special_main
--------------------------------------------------------- */
#special_main {
	margin-top: 20px;
}

#special_main ul {
	float: right;
	width: 315px;
	margin-top: 5px;
}

#special_main li {
	float: left;
	margin-bottom: 25px;
}

#special_main p {
	margin: 0 10px 21px;
	font-size: 14px;
	line-height: 1.5;
}

#special_main  .yoiotoshio {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
	color: #e32323;
	padding-right: 5px;
}
#special_main #btmimg {
	margin-top: 40px;
}

#special_main .btm_bnr {
	margin: 0 auto;
	padding-top: 25px;
	text-align: center;
}

/* gwspe_main
--------------------------------------------------------- */
#gwspe_main {
	margin-top: 20px;
}

#gwspe_main ul {
	float: right;
	width: 315px;
}

#gwspe_main li {
	float: left;
	margin-bottom: 20px;
}

#gwspe_main p {
	margin: 0 10px 20px;
	font-size: 14px;
	line-height: 1.5;
}

#gwspe_main .btm_bnr {
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
}

#gwspe_main a:link {
    color: #3974ff;
    text-decoration: underline;
}

#gwspe_main a:visited {
    color: #3974ff;
    text-decoration: underline;
}

#gwspe_main a:hover {
    color: #3974ff;
	text-decoration: none;
}


/* bn_menu
--------------------------------------------------------- */
#bn_menu {
	float: right;
	width: 350px;
}

#bn_menu dl {
	border-left: solid 1px #cbcbcb;
	border-right: solid 1px #cbcbcb;
	border-bottom: solid 1px #cbcbcb;
	background-color: #eeeeee; 
	width: 348px;
	_width: 350px;
  box-sizing:border-box;
}

#bn_menu dt {
	float: left;
	padding: 10px;
}

#bn_menu dd {
	font-size: 14px;
	font-weight: bold;
}

#bn_menu dd a {
    display: block;
}

#bn_menu dd.line1 a {
	padding-top: 28px;
}

#bn_menu dd.line2 a {
	padding-top: 19px;
}

#bn_menu dd.line3 a {
	padding-top: 10px;
}

/* side_bnr */
#bn_menu .side_bnr {
	margin-top: 2px;
}
#bn_menu .side_bnr li {
	padding-top: 10px;
}

#bn_menu .social_banner li{
    padding-top: 10px;
	float:left;
}
#bn_menu .social_banner li:first-child{
    padding-right:10px;
}

/* bn_title
--------------------------------------------------------- */
#bn_title .-title{
  padding:15px 0;
  background:#cbcbcb;
  text-align:center;
  color:#555;
  font-size:14px;
  font-weight:bold;
  border:2px solid #ccc;
  box-sizing:content-box;
}

/* genrl_list
--------------------------------------------------------- */
ul#tabs .genrl_menu li {
	float: left;
	margin-left: 1px;
	line-height: 0;
}

ul#tabs .genrl_menu li#tabs .genrl-first {
	margin: 0;
	padding: 0;
}

#tabs .genrl_cont {
	border-bottom: solid 1px #cbcbcb;
	background-color: #fff;
  padding-left:10px;
  overflow:hidden;
}

#tabs .genrl_cont dl {
	float: left;
	line-height: 0;
	font-size:1%;
	margin-bottom: -1px;
	border-bottom: solid 1px #cbcbcb;
	width: 306px;
	_width: 300px; /* IE6 */
}

#tabs .genrl_cont dt {
	width: 52px;
	height: 52px;
	float: left;
	padding: 10px;
}

* html #tabs .genrl_cont dt {
	width: 72px;
	height: 72px;
}

#tabs .genrl_cont dd {
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
	width: 230px;
	_width: 225px; /* IE6 */
}

#tabs .genrl_cont dd a {
    display: block;
}

#tabs .genrl_cont dd.line1 a {
	padding-top: 27px;
}

#tabs .genrl_cont dd.line2 a {
	padding-top: 18px;
}

#tabs .genrl_cont dd.line3 a {
	padding-top: 8px;
}

@media only screen and (max-width: 980px) {
	#tabs .genrl_cont dl{
		width:100%;
		text-align:center;
	}
	#tabs .genrl_cont dd {
		width:75%;
		text-align:center;
}

}


/* footer
--------------------------------------------------------- */
#footer {
	position: relative;
	width: 950px;
	margin: 20px 0 10px;
	font-size: 12px;
	text-align: left;
}

#footer a:link {
    color: #505050;
    text-decoration: none;
}

#footer a:visited {
    color: #505050;
    text-decoration: none;
}

#footer a:hover {
    color: #3b5998;
	text-decoration: underline;
}

#footer ul {
	margin-bottom: 7px;
}

#footer li {
	float: left;
  padding:0 7px;
  border-left:1px solid #378fcd;
}

#footer li:first-child {
  border-left:none;
}

#footer #copy {
	margin-top: 20px;
}

#pmark {
	position: absolute;
	right: 0;
	bottom: 0;
}
/* SNSシェアボタン */
.sns-btns {
    margin: 0 0 10px;
    padding: 10px;
    background-color: #EEEEEE;
}
.sns-btns-wrap {
    line-height: 1;
    font-size: 0;
    text-align: center;
}
.sns-btns-wrap .sns-btns-item {
    display: inline-block;
}
.sns-btns-wrap li:not(:last-child) {
    margin-right: 10px;
}

.twitter_btn{
  width: 68px;
}

.arrow_box {
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  text-align: center;
  font-size: 11px;
  height: 33px;
  line-height: 33px;
  display: block;
  text-decoration: none;
  color: #333;
  border-radius: 3px;
  font-family: "Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}
.arrow_box:after, .arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 3px;
  margin-left: -3px;
}
.arrow_box:before {
  border-color: rgba(221, 221, 221, 0);
  border-top-color: #ccc;
  border-width: 4px;
  margin-left: -4px;
}


/* 本文下登録ボタン */
.reg-btn {
    text-align: center;
    margin-bottom: 10px;
    background: #eee;
    padding: 10px;
}

#sideupad,
#sidebtnad,
#postbeforead {
text-align: center;
padding-bottom: 10px;
}

#postafterad {
margin-bottom: 30px;
}

.postend_ad {
justify-content: center;
}
.postend_ad_inner {
margin-right: 10px;
}

@media (max-width:600px) {
.postend_ad {
flex-wrap: wrap;
}
.postend_ad_inner {
margin-right:0;
margin-bottom: 10px;
}
}

