@charset "utf-8";

/*=====================================

	context - 個別ページ内定義

=====================================*/

/*#####################################
	top
#####################################*/

/*#####################################
	backnumber
#####################################*/

body.backnumber .contents-box > h3 {
	color: #666;
	background: none;
	border: #999 1px solid;
}

/*#####################################
	latest
#####################################*/

.cover-info-table {
	position: relative;
	min-height: 490px;
}

.cover-info-table td {
	font-size: 14px;
	padding: 0;
}
.cover-info-table td:first-child {
	text-align:center;
}
.cover-info-table td:first-child img {
	width: 445px;
}
.cover-info-table td:last-child {
	padding-left: 24px;
	width: 336px;
}

.cover-info-table p {
	margin-top: 0;
}

.cover-info-table .cover-status {
	margin-bottom: 8px;
	font-size: 12px;
}

.cover-shop img {
	margin-bottom: 4px;
}

.cover-cm {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #f16c1c;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.cover-cm img {
	width: 100%;
	height: auto;
}

.cover-cm .video {
	width: 312px;
}

.backnumber-container {
	background-color: #e5e5e5;
	padding: 16px;
	clear: both;
}

.backnumber-container h4 {
	margin: 0 0 16px;
	color: #666;
}

.backnumber-container h4:after {
	background-color: #999;
}

.backnumber-container p {
	margin: 0 0 8px;
}

.backnumber-container .year-toggle {
	cursor: pointer;
	margin: 0;
}

.backnumber-container .year-toggle:after {
	content: "▼";
	display: inline-block;
	margin-left: 4px;
}

.backnumber-container ul {
	margin: 0;
}

body.latest .backnumber-container ul,
body.single-backnumber .backnumber-container ul {
	display: none;
}

.backnumber-container .year-toggle-container.active .year-toggle:after {
	content: "▲";
}

.backnumber-container .year-toggle-container.active + ul {
	display: block;
}

.gift-table {
	width: auto;
	margin: 0 auto;
	table-layout: auto !important;
	border-collapse: separate;
	border-spacing: 8px;
}

.gift-table td {
	text-align: center;
	background-color: #f0f0f0;
	padding: 8px;
}

.gift-table p {
	line-height: 1.25;
	text-align: center;
	margin-bottom: 8px;
}

.gift-table img {
	margin-right: 8px;
}

.gift-table + .gift-table {
	margin-top: -8px;
}

.chiramise-table td {
	text-align: center;
}

/*#####################################
	comic
#####################################*/

.comic-viewer {
	cursor: pointer;
}

.comic-list {
	padding-left: 8px;
}

.comic-list li {
	font-size: 12px;
	line-height: 1.5;
	display: inline-block;
	width: 208px;
	margin: 0 12px 16px 0;
	padding-left: 0;
	background-image: none;
	vertical-align: top;
}

.comic-list li img {
	width: 208px;
	height: auto;
	margin-bottom: 4px;
	border: #ddd 1px solid;
}

.comic-list li a {
	text-decoration: none;
}

.comic-list li a:hover {
	text-decoration: underline;
}

.comic-book-list {
	margin-left: 8px;
}

.comic-book-list li {
	font-size: 12px;
	line-height: 1.5;
	display: inline-block;
	width: 152px;
	margin: 0 12px 16px 0;
	padding-left: 0;
	background-image: none;
	vertical-align: top;
}

.comic-book-list li img {
	margin-bottom: 4px;
}

.comic-book-list li a {
	text-decoration: none;
}

.comic-book-list li a:hover {
	text-decoration: underline;
}

body.comics.page-child .contents h3 {
	display: none;
}
body.comics.page-child .contents .entry-content h3 {
	display: block;
}

.comic-banner-l {
	text-align: center;
}

.comic-banner-l img {
	border: #ddd 1px solid;
}

/* ▼ 2列レイアウト ▼ */
/*
.comic-banner-l {
	float: left;
}

.comic-banner-l img {
	max-width: 360px;
	height: auto;
	margin: 0 16px 16px 0;
	border: #ddd 1px solid;
}

.comic-desc {
	overflow: auto;
}
*/

/*#####################################
	books
#####################################*/

.books-table th {
	width: 216px;
}

.books-table td {
	padding-left: 16px;
}

.books-status {
	background-color: #e5e5e5;
	padding: 12px;
	font-size: 12px;
}

.books-category {
	vertical-align: middle;
	font-size: 12px;
	display: inline-block;
	margin-right: 8px;
	padding: 4px;
	color: #fff;
	background-color: #486fe7;
	text-shadow: none;
	border: #fff 1px solid;
}

.books-shop img {
	margin-bottom: 4px;
}

/*#####################################
	topics, special
#####################################*/

.box-topics ul, .box-special ul {
	padding: 8px;
	background-color: #fff;
	box-shadow: rgba(0,0,0,.15) 2px 2px 0;
}

.box-topics li, .box-special li {
	text-align: left;
	display: inline-block;
	padding: 4px 4px 4px 20px;
	background-image: url(img/sp_footer_menu.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	font-size: 12px;
	line-height: 1.5;
	background-size: 12px;
	min-width: 48%;
}

.box-topics .textwidget, .box-special .textwidget {
	display: none;
}

.box-topics > ul:before, .box-special > ul:before {
    display: block;
    content: attr(data-title);
    color: #fff;
    background-color: #F16C1C;
    padding: 4px;
    line-height: 1;
    margin: -8px -8px 8px;
    font-size: 12px;
}
.twitter-widget-container .pc .twitter-iframe:before {
    display: block;
    content: attr(data-title);
    color: #fff;
    background-color: #F16C1C;
    text-align: left;
    padding: 6px 8px;
    line-height: 1;
    margin: 0;
    font-size: 14px;
}

.box-topics > ul:before {
	background-color: #888;
}

body.single-topics .category-container,
body.single-info .category-container {
	display: block;
	text-align: right;
	margin: -22px 144px 24px auto;
}

body.archive .news-list {
	margin-bottom: 24px !important;
}

/*#####################################
	column
#####################################*/

.column-logo {
	margin: -8px 0 16px;
	text-align: center;
	display: none;
}

.contents h3.column-title {
	padding-right: 56px;
}

.column-weekday {
	color: #f16c1c;
	background-color: #fff;
	display: block;
	position: absolute;
	width: 40px;
	height: 28px;
	right: 4px;
	top: 4px;
	line-height: 28px;
	text-align: center;
	box-shadow: 2px 2px rgba(241,108,28,0.54);
	-webkit-box-shadow: 2px 2px rgba(241,108,28,0.54);
}

.column-weekday:before {
	content: "";
	display: block;
	position: absolute;
	left: -10px;
	top: 0;
	width: 0;
	height: 0;
	border-top: 14px transparent solid;
	border-bottom: 14px transparent solid;
	border-left: 0 transparent solid;
	border-right: 10px #fff solid;
}

.column-date {
	color: #fff;
	background-color: #f16c1c;
	display: block;
	position: relative;
	width: 108px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin: -8px 8px 0 auto; 
}

.column-date:before {
	content: "";
	display: block;
	position: absolute;
	left: -6px;
	top: 0;
	width: 0;
	height: 0;
	border-top: 12px transparent solid;
	border-bottom: 12px transparent solid;
	border-left: 0 transparent solid;
	border-right: 6px #f16c1c solid;
}

.column-date:after {
	content: "";
	display: block;
	position: absolute;
	right: -6px;
	top: 0;
	width: 0;
	height: 0;
	border-top: 12px transparent solid;
	border-bottom: 12px transparent solid;
	border-left: 6px #f16c1c solid;
	border-right: 0 transparent solid;
}

.author-container {
	background-color: #e5e5e5;
	padding: 16px;
}

.author-container:after {
	content: "";
	display: block;
	clear: both;
}

.author-container img {
	background-color: #fff;
}

.author-name {
	font-weight: bold;
	margin: 0 0 8px;
}

.author-link {
	margin-left: 8px;
}

.author-desc {
	margin: 0;
	font-size: 12px;
}

.navigation-neighbor {
	clear: both;
	display: table;
	padding: 0;
	width: 100%;
	border-collapse: separate;
}

.navigation-neighbor li{
	width: 50%;
	display: table-cell;
}

.navigation-neighbor li.prev {
	padding-right: 4px;
}

.navigation-neighbor li.next {
	padding-left: 4px;
}

.navigation-neighbor a {
	color: #fff;
	background-color: #f16c1c;
	display: block;
	position: relative;
	height: 48px;
	line-height: 48px;
	padding: 0;
	text-align: center;
}

.navigation-neighbor li.prev a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-top: 24px #fff solid;
	border-bottom: 24px #fff solid;
	border-left: 0 transparent solid;
	border-right: 12px transparent solid;
}

.navigation-neighbor li.next a:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border-top: 24px #fff solid;
	border-bottom: 24px #fff solid;
	border-left: 12px transparent solid;
	border-right: 0 transparent solid;
}

.excerpt {
	overflow: auto;
}

.eyecatch {
	position: relative;
	width: 200px;
	height: 200px;
	margin-bottom: 24px;
}

.eyecatch img {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: auto;
	clip: rect(0 200px 200px 0);
}

.category-title {
	border: #666 1px solid;
	padding: 8px;
}

#wp-calendar {
	display: table;
	position: relative;
	width: 100%;
	font-size: 16px;
}

#wp-calendar .pad {
	font-size: 0;
}

#wp-calendar caption {
	line-height: 2.5;
	font-weight: bold;
}

#wp-calendar thead {
	background-color: #f0f0f0;
}

#wp-calendar thead [title="日曜日"] {
	color: #EB373A;
}

#wp-calendar thead [title="土曜日"] {
	color: #395BDC;
}

#wp-calendar tbody {
	display: table-row-group;
}

#wp-calendar tr {
	display: table-row;
}

#wp-calendar th,
#wp-calendar td {
	display: table-cell;
	border: #ccc 1px solid;
	border-left: none;
	border-right: none;
	padding: 2px 1px;
	line-height: 2;
	text-align: center;
}

#wp-calendar th {
	font-size: 12px;
}

#wp-calendar a {
	display: block;
	color: #255AF0;
	background-color: #DFE7FF;
	font-weight: bold;
	text-decoration: none;
}

#wp-calendar a:hover {
	color: #fff;
	background-color: #4B75EC;
}

#wp-calendar tfoot td {
	display: block;
	position: absolute;
	border: none;
	top: 0;
}

#wp-calendar #prev {
	left: 0;
}
#wp-calendar #next {
	right: 0;
}

#wp-calendar tfoot a {
	padding: 0 16px;
}

/*#####################################
	tv
#####################################*/

.tv-logo {
	margin: -8px 0 16px;
	text-align: center;
	display: none;
}

.personality-table {
	width: 100%;
	font-size: 12px;
	border-collapse: separate;
}

.personality-table td:first-child {
	padding-right: 16px;
}

.personality-table p {
	margin: 0 0 8px;
	padding-left: 8px;
}

.personality-table h4 {
	font-size: 16px;
	margin-bottom: 12px;
}

body.tv .backnumber-container li {
	font-size: 12px;
	background-position: 0 2px;
}

/*#####################################
	widgets
#####################################*/

.widgets-single-container {
	margin: 0 auto;
	padding: 12px;
	background-color: #CCC;
	text-align: center;
}
.widgets-single-container p {
	text-align: center;
}

/*#################################
custom
####*/


@charset "utf-8";
/* CSS Document */

.boothwrap{
	width:100%;
	padding-top:10px;
}

.goods_list{
	width:auto;
	border:1px solid #000000;
	margin-left:auto;
	margin-right:auto;
}

.goods_list .title{
	background-color:#FFC447;
	vertical-align:middle;
	width:100%;
}

.goods_list td{
	width:auto;
	border:1px solid #000000;
	margin-left:auto;
	margin-right:auto;
    padding:5px;
}

.firstcell{
	width:80%;
}

.goods_list .shima{
	background-color:#EDEDED;
}

.goods_list td{
	padding-left:15px;
}

.introduction_first{
	width:83%;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:30px;
	text-align:left;
}

.introduction_wt{
	text-align:left;
	width:86%;
	line-height:190%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}

.introduction_second{
}

.shortcut{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.shortcut ul{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

.shortcut ul li{
	display:inline;
}

.shortcut li{
	margin-left:5px;
	margin-right:15px;
}

.1stwrap{
	width:660px;
}

.greatpoint{
	height:20px;
	vertical-align:top;
	text-height:text-size;
}


.1stmagazine{
	float:left;
	width:auto;
	height:300px;
}

.newspaper{
	float:left;
	overflow:auto;
	width:360px;
}

.firsttext{
	text-align:left;
	min-width:250px;
	padding:20px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	min-width:80%;
	max-width:90%;
	height:auto;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	-moz-box-shadow: 0px 0px 6px #000000;
	-webkit-box-shadow: 0px 0px 6px #000000;
	box-shadow: 0px 0px 6px #000000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffd775', endColorstr = '#fff4ab');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffd775', endColorstr = '#fff4ab')";
	background-image: -moz-linear-gradient(top, #ffd775, #fff4ab);
	background-image: -ms-linear-gradient(top, #ffd775, #fff4ab);
	background-image: -o-linear-gradient(top, #ffd775, #fff4ab);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffd775), to(#fff4ab));
	background-image: -webkit-linear-gradient(top, #ffd775, #fff4ab);
	background-image: linear-gradient(top, #ffd775, #fff4ab);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.firsttext_re{
	text-align:left;
	background-color:#92CAFF;
	min-width:250px;
	padding:20px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:80%;
	height:auto;
	clear:both;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	-moz-box-shadow: 0px 0px 6px #000000;
	-webkit-box-shadow: 0px 0px 6px #000000;
	box-shadow: 0px 0px 6px #000000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffd775', endColorstr = '#fff4ab');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffd775', endColorstr = '#fff4ab')";
	background-image: -moz-linear-gradient(top, #ffd775, #fff4ab);
	background-image: -ms-linear-gradient(top, #ffd775, #fff4ab);
	background-image: -o-linear-gradient(top, #ffd775, #fff4ab);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffd775), to(#fff4ab));
	background-image: -webkit-linear-gradient(top, #ffd775, #fff4ab);
	background-image: linear-gradient(top, #ffd775, #fff4ab);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.caution{
	width:80%;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	font-size:12px;
	padding:15px;
	line-height:150%;
	border:dotted 1px #FFB600;
}

.caution02{
	width:97%;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	font-size:12px;
	line-height:150%;
    padding:15px;
	border:dotted 1px #FFB600;
}

.secondwrap{
}

.secondmagazine{
	text-align:center;
	width:98%;
	margin-left:0px;
	margin-right:20px;
}

.secondtext{
	text-align:left;
	min-width:250px;
	padding:20px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	width:80%;
	clear:both;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	-moz-box-shadow: 0px 0px 6px #000000;
	-webkit-box-shadow: 0px 0px 6px #000000;
	box-shadow: 0px 0px 6px #000000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffd775', endColorstr = '#fff4ab');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffd775', endColorstr = '#fff4ab')";
	background-image: -moz-linear-gradient(top, #ffd775, #fff4ab);
	background-image: -ms-linear-gradient(top, #ffd775, #fff4ab);
	background-image: -o-linear-gradient(top, #ffd775, #fff4ab);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffd775), to(#fff4ab));
	background-image: -webkit-linear-gradient(top, #ffd775, #fff4ab);
	background-image: linear-gradient(top, #ffd775, #fff4ab);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.tokuiphoto{
	text-align:left;
	float:left;
	height:260px;
	width:200px;
	margin-left:50px;
	margin-bottom:20px;
}

.stamp_wt{
	width:80%;
	background-color:#8ACEFF;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:80%;
	padding:10px;
}

.stamp_mi{
	display:block;
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:0px;
}

.stamp_mi02{
	display:block;
	font-weight:bold;
	margin-bottom:0px;
}


.thirdwrap{
	text-align:left;
}

.studiophoto{
	margin-left:30px;
	margin-right:20px;
	margin-bottom:20px;
	float:left;
	height:190px;
}

.studiotext{
	padding:5px;
	margin-bottom:20px;
}

.thirdtext{
	margin-left:30px;
	margin-bottom:30px;
	clear:both;
}

.thirdmi{
	font-weight:bold;
	font-size:16px;
}
/*----------------------------------------------------*/
.goodslist_title{
	width:100%;
	padding:4px;
	background-color:#FFC447;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	border:solid 1px #000;
	border-radius: 5px;
	margin-bottom: 5px;
}
.goodslist_last{
	width:100%;
	padding:4px;
	border:solid 1px #000;
}

.goodslist_contents{
	width:100%;
	padding:4px;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
	border-top:solid 1px #000;
}

.goodslist_productname{
	padding:4px;
	display: block;
}

.goodslist_price{
	padding:4px;
	display: block;
	text-align:right;
}



