@charset "utf-8";

/*//////////////////////////////////////////////////////////
//  - CSS for HTML
//////////////////////////////////////////////////////////*/

* { 
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	font-size: 14px;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", "Lucida Grande", "Tahoma", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 150%;
	background: #f3f3f3;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

a 			{ color: #000; text-decoration: none; }
a:link		{ color: #000; text-decoration: none; }
a:visited	{ color: #000; text-decoration: none; }
a:active	{ color: #000; text-decoration: none; }
a:hover		{ color: #000; text-decoration: none; }
a.disabled	{ color: #555; }


/*----------------------------------------------------------
  - RESET
----------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}

blockquote, q {
	quotes: '' '';
}

abbr,acronym {
	border: 0;
}

.clear      { clear: both; }
.hidden     { display: none; }
.floatleft  { float: left; }
.floatright { float: right; }
.textright  { text-align: right; }
.textcenter { text-align: center; }
.vmargin0   { margin-top: 0 !important; margin-bottom: 0 !important; }
.vmargin5   { margin-top: 5px; }
.vmargin10  { margin-top: 10px; }
.vmargin15  { margin-top: 15px; }
.vmargin20  { margin-top: 20px; }
.vmargin25  { margin-top: 25px; }
.vmargin30  { margin-top: 30px; }
.vmargin35  { margin-top: 35px; }
.vmargin40  { margin-top: 40px; }
.vmargin45  { margin-top: 45px; }
.vmargin50  { margin-top: 50px; }
.vmargin60  { margin-top: 60px; }
.vmargin70  { margin-top: 70px; }
.vmargin80  { margin-top: 80px; }

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

.clearfix { min-height: 1px; }

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.brake { display: block; }

.iframe {
	position: relative;
	width: 100%;
	margin: 0 0 10px 0;
	padding-top: 56.25%;
}

.iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

img {
	width: 100%;
	vertical-align: bottom;
}

.innerblock {
	width: 100%;
	margin: 0 auto;
	_zoom: 1;
	overflow: hidden;
}

a.disable,
.disable a {
	cursor: default;
}


/*----------------------------------------------------------
  - HEADER
----------------------------------------------------------*/

header.header {
	width: 100%;
	height: 50px;
	background-color: #fff;
}

header.header h1 {
	position: relative;
	height: 50px;
	margin: 0;
	padding: 0 10px;
}

header.header h1 img {
	display: block;
	position: absolute;
	top: 15px;
	width: auto;
	height: 25px;
}


/*----------------------------------------------------------
  - TBS / WRAPPER
----------------------------------------------------------*/

#tbs {}

#tbs #tbs-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	*padding-top: 0;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
		    animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}


/*----------------------------------------------------------
  - HEADER / CAROUSEL
----------------------------------------------------------*/

#tbs #tbs-header { padding: 0; }

#tbs #tbs-header h2 {}

#tbs #tbs-header h2 img {
	display: block;
	width: 100%;
}

#tbs #tbs-carousel {}

#tbs #tbs-carousel ul {
	background-color: #000;
	border-bottom: 5px solid #aa0101;
	padding: 0;
}

#tbs #tbs-carousel li {
	width: auto !important;
	background-color: #000;
}

#tbs #tbs-carousel li a {
	position: relative;
	height: auto;
}

#tbs #tbs-carousel li a img {
	display: block;
	width: 100%;
/*	width: auto;*/
	height: auto;
/*	max-height: 380px;*/
	margin: 0 auto;
}

@media screen and (min-width: 601px) and (max-width: 979px) {
	#tbs #tbs-carousel li a img.vertical { width: auto; max-height: 560px; }
}

@media screen and (min-width: 481px) and (max-width: 600px) {
	#tbs #tbs-carousel li a img.vertical { width: auto; max-height: 360px; }
}

@media screen and (min-width: 0px) and (max-width: 480px) {
	#tbs #tbs-carousel li a img.vertical { width: auto; max-height: 240px; }
}

#tbs #tbs-carousel li a h2 {
	color: #fff;
	line-height: 130%;
	width: 100%;
	padding: 10px 15px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}


/*----------------------------------------------------------
  - ARTICLE
----------------------------------------------------------*/

#tbs #tbs-contents {
	width: 100%;
	padding: 0 0 20px 0;
}

#tbs #tbs-contents .tbs-article {}

#tbs #tbs-contents .tbs-article .article-wrapper {
	position: relative;
	display: table;
	width: 100%;
	padding: 15px 10px 10px 10px;
	_zoom: 1;
	overflow: hidden;
}

#tbs #tbs-contents .tbs-article .article-pict img {
	display: block;
	width: auto;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 0 5px 0;
}

#tbs #tbs-contents .tbs-article .article-pict img.vertical {
	width: auto;
	max-height: 300px;
}

#tbs #tbs-contents .tbs-article .article-pict img.horizon {
	width: auto;
	width: 100%;
}

#tbs #tbs-contents .tbs-article .article-pict .caption {
	display: block;
	color: #999;
	font-size: 9px;
	line-height: 100%;
}

#tbs #tbs-contents .tbs-article .article-detail {
	padding: 0;
}

#tbs #tbs-contents .tbs-article .article-detail h3 {
	position: relative;
	padding: 15px 0 10px 0;
}

#tbs #tbs-contents .tbs-article .article-detail h3 em {
	display: block;
	color: #aa0101;
	font-size: 15px;
	font-weight: bold;
	line-height: 120%;
	padding: 3px 6px;
}

#tbs #tbs-contents .tbs-article .article-detail h3 .category {
	display: block;
/*	position: absolute;*/
	position: relative;
	top: -5px;
/*	left: 0;*/
	color: #aa0101;
	font-size: 9px;
	text-align: center;
	line-height: 100%;
	width: 80px;
	background-color: #fff;
	border: 2px solid #aa0101;
	padding: 3px 5px;
}
#tbs #tbs-contents .tbs-article .article-detail h3 .art     { color: #33cc66; border: 2px solid #33cc66; }
#tbs #tbs-contents .tbs-article .article-detail h3 .event   { color: #00b4ff; border: 2px solid #00b4ff; }
#tbs #tbs-contents .tbs-article .article-detail h3 .music   { color: #ec67e1; border: 2px solid #ec67e1; }
#tbs #tbs-contents .tbs-article .article-detail h3 .theater { color: #cc0000; border: 2px solid #cc0000; }

#tbs #tbs-contents .tbs-article .article-detail .text {
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	padding: 0 0 10px 0;
}

#tbs #tbs-contents .tbs-article .article-detail .meta {
	font-size: 11px;
	line-height: 120%;
}

#tbs #tbs-contents .tbs-article .article-detail .meta dl {
	display: table;
	width: 100%;
}

#tbs #tbs-contents .tbs-article .article-detail .meta dl dt,
#tbs #tbs-contents .tbs-article .article-detail .meta dl dd {
	display: table-cell;
	margin: 0;
	padding: 4px;
}

#tbs #tbs-contents .tbs-article .article-detail .meta dl dt { width: 70px; padding: 0 5px 0 0; }
#tbs #tbs-contents .tbs-article .article-detail .meta dl dd {}

#tbs #tbs-contents .tbs-article .article-detail .meta dl dt span {
	display: block;
	color: #fff;
	font-size: 8px;
	text-align: center;
	line-height: 100%;
	width: 70px;
	background-color: #aa0101;
	margin: 0;
	padding: 3px 5px;
}

#tbs #tbs-contents .tbs-article .article-detail .meta .soldout {
	color: #ff0000;
	font-weight: bold;
}

#tbs #tbs-contents .horizon {}

#tbs #tbs-contents .horizon > a i {
	top: 80%;
}

#tbs #tbs-contents .vertical {}

#tbs #tbs-contents .vertical .article-pict,
#tbs #tbs-contents .vertical .article-detail {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}

#tbs #tbs-contents .vertical .article-pict {
	text-align: center;
	padding: 0 10px 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#tbs #tbs-contents .vertical .article-pict img {
	width: 100%;
}

#tbs #tbs-contents .vertical .article-detail h3 {
	padding: 5px 0 10px 0;
}

#tbs #tbs-contents .vertical .article-detail .meta dl {
	display: block;
	width: 100%;
}

#tbs #tbs-contents .vertical .article-detail .meta dl dt,
#tbs #tbs-contents .vertical .article-detail .meta dl dd {
	display: block;
	margin: 0;
	padding: 4px;
}

#tbs #tbs-contents .vertical .article-detail .meta dl dt { padding: 0; }
#tbs #tbs-contents .vertical .article-detail .meta dl dd {}

#tbs #tbs-contents .half .article-detail .text { /*display: none;*/ }

#tbs #tbs-contents .tbs-article .article-button {}

#tbs #tbs-contents .tbs-article .article-button ul {
	display: table;
	width: 100%;
}

#tbs #tbs-contents .tbs-article .article-button ul li {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

#tbs #tbs-contents .tbs-article .article-button ul li a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	background-color: #ccc;
	padding: 10px 10px;
	cursor: pointer;
}
#tbs #tbs-contents .tbs-article .article-button ul li.web a { background-color: #02b847; }
#tbs #tbs-contents .tbs-article .article-button ul li.buy a { background-color: #ff9900; }
#tbs #tbs-contents .tbs-article .article-button ul li a:hover { background-color: #999; }
#tbs #tbs-contents .disable .article-button ul li.buy a {
	color: #eee;
	background-color: #fff !important;
	cursor: default !important;
}

#tbs #tbs-contents .tbs-article .article-button ul li a i {
	position: absolute;
	right: 10px;
	top: 8px;
}


/*----------------------------------------------------------
  - LINKS
----------------------------------------------------------*/

#tbs #tbs-links {
	margin: 0;
	padding: 0 10px;
}

#tbs #tbs-links ul {
	margin: 0;
	padding: 0;
}

#tbs #tbs-links ul li {
/*	display: table;*/
/*	float: left;*/
	width: 100%;
}

#tbs #tbs-links li a {
	display: block;
	position: relative;
	width: auto;
	height: auto;
	margin: 0 auto 10px auto;
}

#tbs #tbs-links li a i {
	display: block;
	position: absolute;
	right: 10px;
	top: 40%;
	color: #fff;
	z-index: 931;
}

#tbs #tbs-links li a dl {
	display: table;
	width: 100%;
	background-color: #aa0101;
}

#tbs #tbs-links li:nth-child(1) a dl { background-color: #01aaeb; }
#tbs #tbs-links li:nth-child(2) a dl { background-color: #aa0101; }
#tbs #tbs-links li:nth-child(1) a:hover dl { background-color: #333333; }
#tbs #tbs-links li:nth-child(2) a:hover dl { background-color: #0149aa; }

#tbs #tbs-links li a dl dt,
#tbs #tbs-links li a dl dd {
	display: table-cell;
	color: #fff;
	font-size: 12px;
	line-height: 120%;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}

#tbs #tbs-links li a dl dt {
	background-color: #000;
}
#tbs #tbs-links li a dl dt,
#tbs #tbs-links li a dl dt img { width: 120px; }

#tbs #tbs-links li a dl dd {
	padding-right: 20px;
	padding-left: 20px;
}

#tbs #tbs-links li a dl dd h5 {
	color: #ffff00;
	font-size: 13px;
	padding: 5px 0 10px 0;
}


/*----------------------------------------------------------
  - FOOTER
----------------------------------------------------------*/

footer.footer {
	width: 100%;
	padding: 20px 0;
}

footer.footer address {
	text-align: center;
	padding: 0 10px;
}

footer.footer address small {
	display: block;
	font-size: 9px;
	line-height: 110%;
}


/*----------------------------------------------------------
  - TBD
----------------------------------------------------------*/

.sample {
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	_zoom: 1;
	overflow: hidden;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	-webkit-background-size: 30px auto;
	   -moz-background-size: 30px auto;
		    background-size: 30px auto;
	-webkit-background-origin: content;
	   -moz-background-origin: content;
	        background-origin: content;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

@media screen and (min-width: 769px) {
}

@media screen and (min-width: 0px) and (max-width: 768px) {
}

