@charset "utf-8";
/* CSS Document */

/* 初期化[全体]
-------------------------------------------------------------------- */
/*基本*/
html, body, p, div, article, section, aside, tr, td, th, form, input, textarea, select, h1, h2, h3, h4, h5, h6, h7, hr{
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5em;
}
table, tr, td, th{
	word-break: break-all;
}

/*テーブル*/
table{
	margin: 0;
}

/*インライン*/
img, span, strong{
	border: none;
	margin: 0;
}
img{
	vertical-align: text-bottom;
	height: auto;
}
em {
	font-style: normal;
	font-weight:normal;
}

/*リスト*/
ul, ol, dl, dd, dt, li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

/* PC SP 切替
-------------------------------------------------------------------- */
.pc { display: inline-block;}
.pcCont { display: block;}
.sp,.spCont { display: none;}

@media only screen and (max-width: 768px) {
	body {
		min-width: 320px;
	}
	img{
		width: auto;
		max-width: 100%;
	}
	.pc,.pcCont { display: none;}
	.sp { display: inline-block;}
	.spCont { display: block;}
}

/* 基本[共通]
-------------------------------------------------------------------- */
html {
	font-size: 62.5%;
}
@font-face {
  font-family: "YuGothic M";
  src: local(Yu Gothic Medium);
}
body{
	color: #000000;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "YuGothic M", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,"sans-serif";
	font-size: 1.4em;
	line-height: 1.5em;
}
a{
	color: #008599;
	text-decoration: underline;
}
a:hover{
	opacity: 0.7;
	text-decoration: none;
}
a img{
	border: none;
}
a img:hover{
	opacity: 0.7;
}

/* 明朝体指定 */
.navArea ul li,
.commentBox .subTitle,
.interviewBox .interview .tit {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}




/* コンテンツ[レイアウト]
-------------------------------------------------------------------- */
/* 共通 */
.wrapper {
	margin: auto;
	box-sizing: border-box;
}
.inner,
.content {
	width: 800px;
	margin: auto;
	box-sizing: border-box;
}
.contentArea {
	margin: auto;
	box-sizing: border-box;
	background: #2e2933;
	color: #ffffff;
}

/* コンテンツ共通 */
.block {
	margin-top: 60px;
}
.block .title {
	width: 800px;
	text-align: center;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/title_line.png) repeat-x center top, url(../images/title_line.png) repeat-x center bottom;
	background-size: auto 2px;
}
.block .title img {
	width: 350px;
	height: auto;
}
.block .text p {
	margin-bottom: 10px;
}
.block .text p:last-of-type {
	margin-bottom: 0px;
}

/* ヘッダー */
.headerArea {
	background-image: url(../images/main_bg_pc.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto auto;
	height: 780px;
}
.headerArea .headGoHome {
	text-align: left;
	padding-top: 10px;
}
.headerArea .image {
	padding: 40px 0 0 0px;
}


/* フッター */
.footerArea {
	text-align: center;
	padding: 40px 0 0 0;
	color: #ffffff;
}
.footerArea .goTop {
	padding: 20px;
}
.footerArea .footerBox {
	padding: 20px;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
}
.footerArea .goIndex a {
	background: url(../images/go_index_arrow.png) no-repeat left center;
	background-size: auto 14px;
	color: #000000;
	padding-left: 15px;
	font-size: 1.6rem;
	text-decoration: none;
}
.footerArea .goIndex img {
	height: 15px;
	width: auto;
}
.footerArea .copy {
	background-color: #000000;
	padding: 10px;
	color: #ffffff;
}

/* SNS */
.snsArea {
	display: block;
	text-align: center;
	margin: auto;
	padding: 20px 0;
}
.snsArea ul {
	display: inline-block;
	vertical-align: middle;
}
.snsArea li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
}

/* 書籍 */
.bookBox {
	margin-top: 20px;
}
.bookBox .content {
	padding: 30px;
	display: block;
}
.bookBox .detail {
	display: table;
	width: 100%;
}
.bookBox .detail .image {
	display: table-cell;
	vertical-align: top;
}
.bookBox .detail .image img {
	width: 160px;
	height: auto;
}
.bookBox .detail .text {
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
	white-space: nowrap;
}
.bookBox .detail .text dl {
	color: #ffffff;
}
.bookBox .detail .text dl dt {
	margin-bottom: 10px;
}
.bookBox .detail .text dl dt em {
	font-size: 1.8rem;
	display: block;
	font-weight: bold;
}
.bookBox .detail .text dl dt span {
	font-size: 1.6rem;
}
.bookBox .detail .text dl dd {
	margin-bottom: 10px;
}
.bookBox .detail .text ul {
	display: block;
}
.bookBox .detail .text ul li {
	display: block;
	margin-top: 10px;
	font-size: 0;
	width: 100%;
}
.bookBox .detail .text ul li a {
	display: block;
	width: 100%;
	font-size: 1.4rem;
	padding: 10px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	box-sizing: border-box;
	background: #7d7d7d;
}

.book02Box {
	text-align: center;
}
.book02Box .content {
	display: table;
	width: 800px;
}
.book02Box .content .detail {
	display: table-cell;
	vertical-align: top;
	width: 200px;
}
.book02Box .content .detail .image {
	width: 200px;
}
.book02Box .content .detail .image img {
	max-width: 100%;
	height: auto;
}
.book02Box .content .text {
	margin: 10px 0 0 0;
	padding-left: 30px;
	display: table-cell;
	vertical-align: top;
}
.book02Box .content .text dl {
	text-align: left;
}
.book02Box .content .text dl dt {
	margin-bottom: 10px;
}
.book02Box .content .text dl dt em {
	font-size: 1.8rem;
	font-weight: bold;
	display: block;
}
.book02Box .content .text dl dt span {
	font-size: 1.4rem;
	display: block;
}
.book02Box .content ul {
	display: block;
	font-size: 0;
	margin-top: 40px;
}
.book02Box .content ul li {
	display: inline-block;
}
.book02Box .content ul li a {
	display: block;
	background: #686669;
	padding: 10px;
	text-align: center;
	margin-right: 10px;
	color: #ffffff;
	text-decoration: none;
	width: 250px;
	box-sizing: border-box;
	font-size: 1.6rem;
}
.book02Box .content .text {
	text-align: left;
}
.book02Box .content .text .txt {
	margin-top: 10px;
}

/* ナビ */
.navArea {
	text-align: center;
	max-width: 1366px;
	margin: auto;
	background: #211d26;
	padding: 20px 0;
}
.navArea ul {
	font-size: 0;
	text-align: center;
	width: 800px;
	margin: auto;
	display: inline-block;
	table-layout: fixed;
}
.navArea ul li {
	font-size: 2.0rem;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
}
.navArea ul li a,
.navArea ul li p {
	box-sizing: border-box;
	text-decoration: none;
	width: 100%;
	line-height: 1.2em;
	color: #ffffff;
	padding: 10px 0;
	display: table;
}
.navArea ul li span {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
}
.navArea ul li span.comingsoon {
	font-size: 1.1rem;
}
.navArea ul li a:hover {
	color: #576784;
	opacity: 1;
}

/* 動画 */
.movieBox{
    margin-left: auto;
    margin-right: auto;
	width: 800px;
	height: 450px;
}

/* 内容紹介 */
.storyBox .content {
	display: table;
}
.storyBox .textBox {
	display: table-cell;
	vertical-align: top;
	padding-right: 40px;
	font-size: 1.6rem;
	line-height: 1.6em;
}
.storyBox .bookBox {
	display: table-cell;
	vertical-align: top;
}
.storyBox .textBox p + p {
	margin-top: 20px;
}
.storyBox .textBox p.bold {
	font-weight: bold;
}
.storyBox .image {
	margin-top: 20px;
}

/* 応援コメント */
.commentBox .subTitle {
	text-align: center;
	margin-bottom: 20px;
}
.commentBox .subTitle p {
	display: inline-block;
	background: url(../images/comment_ic.png) no-repeat left center;
	background-size: 70px auto;
	text-align: center;
	padding-left: 70px;
}
.commentBox .subTitle em {
	font-size: 3.2rem;
	line-height: 1.2em;
	display: block;
	font-weight: bold;
}
.commentBox .subTitle span {
	font-size: 2.8rem;
	line-height: 1.2em;
	display: block;
	font-weight: bold;
}
.commentBox dl {
	margin-bottom: 20px;
	background: url(../images/comment_bg.png.png) no-repeat right bottom, #403949;
	background-size: 16px 16px;
	padding: 20px;
}
.commentBox dl dd {
	margin-bottom: 10px;
	font-weight: bold;
}

/* 著者プロフィール */
.profileBox dl dt {
	margin-bottom: 10px;
	font-size: 1.8rem;
}
.profileBox dl dt span {
	font-weight: bold;
}

/* 著者メッセージ */
.messageBox {
	margin-top: 40px;
}
.messageBox .img {
	text-align: center;
	padding-top: 40px;
	border-top: 1px dashed #ffffff;
}
.messageBox .img img {
	width: 500px;
	height: auto;
}

/* 登場人物紹介 */
.characterBox .character {
	display: table;
}
.characterBox .character li {
	display: table-cell;
	vertical-align: top;
	padding: 0 20px;
}
.characterBox .character li .img img {
	width: 100%;
}
.characterBox .character li dl {
	border-bottom: 1px dashed #ffffff;
	padding-bottom: 20px;
}
.characterBox .character li dl dt {
	padding: 20px 0;
	font-weight: bold;
	font-size: 1.6rem;
}
.characterBox .character li dl dt span {
	font-size: 2.0rem;
}




/* 試し読み */
.testBox .content {
    background: url("../images/test_bg.png") no-repeat center top;
    height: 380px;
    padding: 50px 60px;
}
.testBox .content .ttl {
	text-align: center;
    font-size: 2.0em;
    margin-bottom: 20px;
}
.trialBox .content .text,
.testBox .content .text {
	text-align: left;
}
.trialBox .content .text dt,
.testBox .content .text dt {
	font-weight: bold;
	margin-bottom: 10px;
}
.trialBox .content .text dt,
.testBox .content .text dt {
	font-size: 1.6rem;
	font-weight: bold;
}
.testBox .content .img {
	text-align: center;
	margin-top: 20px;
}

/* 試し読みページ */
.trialBox.block {
	margin: 0;
    padding: 60px 0;
}
.trialBox .content .ttl {
	text-align: center;
    font-size: 2.0em;
    margin-bottom: 40px;
}
.trialBox .content .text + .text {
	margin-top: 40px;
}
.trialBox .content .text dd + dd {
	margin-top: 20px;
}
.trialBox .content .text dd p {
	line-height: 2em;
}
.trialBox .content .text dd p.bold {
	font-weight: bold;
}
.trialBox .content .text dd p.ind0 {
	text-indent: 0em;
}
.trialBox .content .text dd p.pL2 {
	padding-left: 2em;
}
.trialBox .content .text dd p.center {
	text-align: center;
	text-indent: 0em;
}
.trialBox .content .text dd .image {
	text-align: center;
	text-indent: 0em;
}

/* 対談 */
.interviewBox.block {
	margin: 0;
    padding: 60px 0;
}
.interviewBox .content .ttl {
	text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.5em;
}
.interviewBox .content .img {
	text-align: center;
    margin-bottom: 20px;
}
.interviewBox .content .sttl {
	text-align: center;
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.interviewBox .content .name {
    text-align: right;
    margin-top: 10px;
}

/* 対談ページ */
.interviewBox .interview {
    margin-top: 60px;
}
.interviewBox .interview .tit {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}
.interviewBox .interview .stit {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}
.interviewBox .interview dl + .stit {
    margin-top: 20px;
}
.interviewBox .interview dl + dl {
    margin-top: 10px;
}
.interviewBox .interview dl.a,
.interviewBox .interview dl.s {
    color: #8cf1fd;
}
.interviewBox .interview dl.y {
    color: #cfc343;
}
.interviewBox .interview dl {
    display: table;
}
.interviewBox .interview dl dt {
    display: table-cell;
    width: 3em;
}
.interviewBox .interview dl dd {
    display: table-cell;
}
.interviewBox .content .meta {
    text-align: right;
    margin-top: 20px;
}
.interviewBox .linkArea {
    margin-top: 40px;
    background: #211d26;
    padding: 20px;
}
.interviewBox .linkArea a {
    color: #fff;
    text-decoration: none;
}

.interviewBox .profileBlock {
    display: table;
    background: #403949;
    margin: 60px 60px 0 60px;
}
.interviewBox .profileBlock .img {
    display: table-cell;
    vertical-align: top;
    width: 200px;
    padding: 40px 20px 40px 40px;
}
.interviewBox .profileBlock .img img {
    width: 100%;
}
.interviewBox .profileBlock .detail {
    display: table-cell;
    vertical-align: top;
    padding: 40px 40px 40px 0;
}
.interviewBox .book02Box {
    margin-top: 60px;
}




/* 書評 */
.reviewBox .content .text {
}
.reviewBox .content dt {
    text-align: center;
}
.reviewBox .content dt em {
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.reviewBox .content dt span {
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
}


/* RTCPページ */
.rtcpBox.block {
	margin: 0;
    padding: 0;
}
.rtcpBox.block .headGoHome {
    padding: 20px 0;
}
.rtcpBox.block dl {
    margin-top: 40px;
}
.rtcpBox.block dl dt {
    font-weight: bold;
    font-size: 18px;
}
.rtcpBox.block dl dd {
    margin-top: 20px;
}
.rtcpBox.block dl dd p + p,
.rtcpBox.block dl dd ul + ul,
.rtcpBox.block dl dd div + div {
    margin-top: 10px;
}
.rtcpBox.block dl .center {
    text-align: center;
}
.rtcpBox.block dl .bold {
    font-weight: bold;
}
.rtcpBox.block dl .closeday {
    background: #ffe100;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #000000;
    display: inline-block;
    padding: 10px 20px;
}
.rtcpBox.block dl dd > ul.note li {
    text-indent: -1em;
    padding-left: 1em;
}
.rtcpBox.block dl dd > ul.note li + li {
    margin-top: 5px;
}
.twitterBox.block .content {
    width: 500px;
    margin: auto;
}


/* リンクボタン */
.interviewBox .content .btn,
.testBox .content .btn {
	text-align: center;
	margin-top: 20px;
}
.interviewBox .content .btn a,
.testBox .content .btn a {
	display: inline-block;
	width: 300px;
	padding: 20px 0;
	text-align: center;
	border-radius: 6px;
	color: #ffffff;
	text-decoration: none;
	font-size: 1.6rem;
    border: 2px solid #ffffff;
    box-sizing: border-box;
}
.testBox .content .btn a {
    background: rgba(0,0,0,0.5);
}
/* リンクボタン */
.reviewBox .content .switchBtn,
.commentBox .content .switchBtn {
	text-align: center;
	margin-top: 40px;
}
.reviewBox .content .switchBtn p,
.commentBox .content .switchBtn p {
	display: inline-block;
	width: 300px;
	padding: 20px 0;
	text-align: center;
	border-radius: 6px;
	color: #ffffff;
	text-decoration: none;
	font-size: 1.6rem;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    cursor: pointer;
}
.reviewBox .content .switchBtn p:hover,
.commentBox .content .switchBtn p:hover {
	opacity: 0.7;
}


/* スマホレイアウト
----------------------------- */
@media only screen and (max-width: 768px) {
/* -------------------------------------------------------------------------- */
/* 共通 */
.wrapper {
	width: 100%;
	padding: 0;
}
.inner,.contentArea {
	width: 100%;
	padding: 0 0 1px 0;
}

.content {
	width: 100%;
	padding: 0 10px;
}

/* コンテンツ共通 */
.block {
	margin-top: 40px;
}
.block .title {
	width: 100%;
	margin-bottom: 20px;
}
.block .title span,
.block .title em {
	display: block;
	line-height: 1.3em;
}
.block .title span {
	font-size: 2.0rem;
}
.block .text p {
	margin-bottom: 10px;
}
.block .text p:last-of-type {
	margin-bottom: 0px;
}

/* ヘッダー */
.headerArea {
	background-image: none;
	height: auto;
	text-align: center;
}
.headerArea .headGoHome {
	text-align: left;
	padding: 10px;
}
.headerArea .image {
	padding: 0;
	min-width: 50%;
}
.headerArea .image img.text {
	width: 60%;
	max-width: 323px;
}



/* フッター */
.footerArea  {
	padding-top: 20px;
}
.footerArea .footerBox {
	padding: 10px;
}
.footerArea .goTop {
	bottom: 10px;
	right: 10px;
}
.footerArea .goTop img {
	width: 40px;
	height: auto;
}

/* SNS */
.snsArea {
	text-align: center;
	min-width: inherit;
	display: block;
	margin: 20px 0;
}
.snsArea ul {
	display: block;
	text-align: center;
	vertical-align: middle;
}
.snsArea li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
}

/* 書籍 */
.bookBox .content {
	padding: 10px;
	display: block;
	background:  url(../images/book_bg02.png) repeat 0 0, url(../images/book_bg.png) no-repeat right 0;
	background-size: auto auto, auto 100%;
}
.bookBox .detail {
	display: table;
}
.bookBox .detail .image {
	vertical-align: top;
	width: 120px;
}
.bookBox .detail .image img {
	width: 120px;
	height: auto;
}
.bookBox .detail .text {
	padding-left: 10px;
}
.bookBox .detail .text dl dt em {
	font-size: 1.8rem;
}
.bookBox .detail .text dl dt span {
	font-size: 1.4rem;
}
.bookBox .detail .text dl dd {
	margin-bottom: 10px;
}
.bookBox ul {
	margin-top: 0px;
	margin-left: 0px;
	width: 100%;
}
.bookBox ul li {
	display: block;
	margin-top: 5px;
	margin-right: 0px;
}
.bookBox ul li a {
	display: block;
	vertical-align: middle;
	font-size: 1.4rem;
	padding: 10px;
	width: 100%;
	height: auto;
}
.bookBox ul li a:hover {
}

.book02Box {
	text-align: center;
	margin-top: 20px;
}
.book02Box .content {
	display: block;
	width: 100%;
	padding-top: 0px;
}
.book02Box .content .detail {
	display: block;
}
.book02Box .content .text {
	display: block;
}
.book02Box .content .detail {
	display: block;
	width: 100%;
}
.book02Box .content .detail .image {
	width: 100%;
}
.book02Box .content .detail .image img {
	max-width: 100%;
	height: auto;
}
.book02Box .content .text {
	padding-left: 0px;
}
.book02Box .content ul {
	margin-top: 0px;
}
.book02Box .content ul li {
	display: block;
	margin-top: 10px;
}
.book02Box .content ul li a {
	display: block;
	margin-right: 0px;
	width: 100%;
}

/* ナビ */
.navArea {
	text-align: center;
	padding: 0;
}
.navArea ul {
	width: 100%;
	display: block;
	border-left: 0;
	background-image: url(../images/menu_line.png);
	background-repeat: repeat-x;
	background-position: center top -2px;
}
.navArea ul li {
	display: block;
	border-right: 0;
	padding: 10px 0;
	font-size: 1.6rem;
	background-image: url(../images/menu_line.png);
	background-repeat: repeat-x;
	background-position: center bottom -2px;
}
.navArea ul li a,
.navArea ul li p {
	box-sizing: border-box;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left 20px center;
	width: 100%;
	line-height: 1.2em;
	padding: 0;
}
.navArea ul li span {
	display: inline-block;
}


/* 動画 */
.movieBox{
	position: relative;
	width: 95%;
	height:auto;
	padding-top: 56.25%;
}	
.movieBox iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
　right: 0; 
}

/* 内容紹介 */
.storyBox .content {
	display: block;
}
.storyBox .textBox {
	display: block;
	padding-right: 0px;
	line-height: 1.4em;
}
.storyBox .bookBox {
	display: block;
	border-top: 1px dashed #ffffff;
	padding-top: 20px;
}
.storyBox .textBox p + p {
	margin-top: 10px;
}

/* 応援コメント */
.commentBox .subTitle {
	margin-bottom: 10px;
}
.commentBox .subTitle p {
	background-size: 40px auto;
	padding-left: 40px;
}
.commentBox .subTitle em {
	font-size: 2.0rem;
}
.commentBox .subTitle span {
	font-size: 1.8rem;
}
.commentBox dl {
	margin-bottom: 10px;
	padding: 10px;
}

/* 著者プロフィール */
.profileBox dl dt {
	font-size: 1.6rem;
}

/* 著者メッセージ */
.messageBox {
	margin-top: 20px;
}
.messageBox .img {
	padding-top: 20px;
}
.messageBox .img img {
	width: 100%;
}

/* 登場人物紹介 */
.characterBox .character {
	display: block;
}
.characterBox .character li {
	display: block;
	padding: 0;
}
.characterBox .character li + li {
	margin-top: 20px;
}
.characterBox .character li dl {
	padding-bottom: 10px;
}
.characterBox .character li dl dt {
	padding: 10px 0;
	font-size: 1.4rem;
}
.characterBox .character li dl dt span {
	font-size: 1.8rem;
}


/* 試し読み */
.testBox .content {
    background: url("../images/test_bg.png") no-repeat center top;
    background-size: auto 100%;
    height: auto;
    padding: 20px 20px;
    margin-top: -20px;
}
.trialBox .content .ttl,
.testBox .content .ttl {
    font-size: 1.8em;
    margin-bottom: 10px;
}
.testBox .content .img {
	margin-top: 10px;
}

/* 試し読みページ */
.trialBox {
	margin-top: 20px;
}
.trialBox.block {
    padding: 20px 0;
}
.trialBox .content .ttl {
    margin-bottom: 20px;
}
.trialBox .content .image {
	margin-bottom: 20px;
}
.trialBox .content .text dt {
	margin-bottom: 10px;
}
.trialBox .content .text dd + dd {
	margin-top: 20px;
}


/* 対談 */
.interviewBox {
	margin-top: 20px;
}
.interviewBox.block {
    padding: 20px 0;
}
.interviewBox .content .ttl {
    margin-bottom: 20px;
}
.interviewBox .profileBlock {
    display: block;
    margin: 20px 0 0 0;
}
.interviewBox .profileBlock .img {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
    box-sizing: border-box;
}
.interviewBox .profileBlock .detail {
    display: block;
    padding: 0 10px 10px 10px;
}

/* 書評 */
.reviewBox {
	margin-top: 0;
}
.reviewBox.block {
    padding: 20px 0;
}
.reviewBox .content dt em {
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 10px;
}
.reviewBox .content dt span {
    font-size: 14px;
    margin-bottom: 10px;
}
.reviewBox .content .switchBtn {
	margin-top: 10px;
}


/* RTCPページ */
.rtcpBox.block .headGoHome {
    padding: 10px 10px 20px 10px;
}
.rtcpBox.block .mainImage {
    margin-left: -10px;
    margin-right: -10px;
}
.rtBox img,
.rtcpBox.block .mainImage img {
    width: 100%;
    height: auto;
}
.rtcpBox.block dl .closeday {
    font-size: 16px;
    padding: 10px 20px;
}
.twitterBox.block {
    margin-bottom: 40px;
}
.twitterBox.block .content {
    width: 100%;
    max-width: 500px;
}


/* リンクボタン */
.interviewBox .content .btn,
.testBox .content .btn  {
	margin-top: 10px;
}
.interviewBox .content .btn a,
.testBox .content .btn a {
	display: block;
	width: 100%;
	padding: 10px;
}
/* リンクボタン */
.reviewBox .content .switchBtn,
.commentBox .content .switchBtn {
	margin-top: 10px;
}
.reviewBox .content .switchBtn p,
.commentBox .content .switchBtn p {
	display: block;
	width: 100%;
	padding: 10px;
}



	
/* -------------------------------------------------------------------------- */
}

























