@charset "utf-8";

/*
Theme Name:     BacicTemplate-001
Theme URI:      http://bandig.net/ze-original-001/
Description:    bandig.netオリジナルのBacicTemplate-001です。フォルダ名：ze-original-001 マニュアル：http://manual.bandig.net/
Author: ZEAMI Entertainment
Author URI:     http://bandig.net/
Version:        1.0
*/

/* =======================================================================
★フォント設定★
======================================================================= */
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.0
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
html {-webkit-text-size-adjust:none;}
body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small; }
/*body {font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif,;} */
body  {font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;}
table {font-size:inherit;font:100%;}
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:99%;}

/* =======================================================================
★リセット★
======================================================================= */
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.0
*/
body {color:#333333;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/* =======================================================================
★テキストリンク★
======================================================================= */
a {
	color: #1982d1;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* =======================================================================
★clearfix★
======================================================================= */
/* モダンブラウザ */
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* IE7 */
.clearfix{
	display: inline-block;
}
/* WIN IE6以前 */
* html .clearfix{
	height: 1%;
}
/* MAC版　IE5以外向け */
.clearfix{
	display: block;
}
/* =======================================================================
★その他諸々共通設定★
======================================================================= */
a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* =======================================================================
★html5設定★
======================================================================= */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/* =======================================================================
★基本レイアウト&背景&文字設定★
======================================================================= */

/*-----------------------------------------------------
Yahoo UI Library Font-size Adjustment
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
http://developer.yahoo.com/yui/license.txt
http://developer.yahoo.com/yui/fonts/
10px = 77%     11px = 85%     12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%
------------------------------------------------------*/

html{
	overflow-y: scroll;
}
body {
	padding: 0;
	background:#EEE;
}
#wrapper {
	margin: 0 auto;
	padding: 0 2em;
	max-width: 1000px;
	vertical-align:bottom;
	line-height:1.538461538;
}
/* =ヘッダー
----------------------------------------------- */
#branding{
	padding-bottom: 0px;
	margin: 15px 0 15px;
	position: relative;
	z-index: 2;
}
#branding hgroup{
	margin: 0 ;
	padding: 0 ;
	position: relative;
	z-index: 2;
	overflow:hidden;
}
/* サイトタイトル */
#site-title{
	margin-right: 0;
	padding: 2.65625em 0 0;
}
#site-title a {
	font-size: 230.8%;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
	vertical-align:text-bottom;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #1982d1;
}
/* ディスクリプション */
#site-description {
	font-size: 108%;
	padding: 0 0 1.65625em 0;
}
/* サイトタイトルが画像だった場合 */
#site-title-image{
	margin-right: 0;
	padding: 2.65625em 0 1.65625em;
}
#site-title-image img{
	height: auto;
	width: 100%;
}
/* =トップページスライドショー
----------------------------------------------- */
#main-image{
	background-color:#FFF;
}
#main-image img {
	height: auto;
	margin-bottom: -7px;
	width: 100%;
}

/* =メインコンテンツ
----------------------------------------------- */
#main{
	padding: 20px 0 0;
	margin: 0 0 40px;
	overflow: hidden;
	background-color: #FFF;
	clear: both;
}
	/* = IE6
	----------------------------------------------- */
	* html #main{
		width:100%;
	}

#primary {
	float: left;
	margin: 0 -26.4% 0 0;
	width: 100%;
}

#content {
	margin: 0 32% 0 5.6%;
	width: 62.4%;
	overflow:hidden;
}

/* =サイドバー
----------------------------------------------- */
#secondary {
	float: right;
	margin-right: 2.6%;
	width: 23.8%;
}

/* =ページトップ
----------------------------------------------- */
#pagetop{
	float:left;
	width:100%;
}
#pagetop p{
	text-align:right;
	margin:0 2.6% 20px 0;
	padding:0;
	clear:both;
}
#pagetop p a{
	font-weight:bold;
	background:#EEE;
	padding:5px 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	font-size:11px;
}
/* =フッター
----------------------------------------------- */
#colophon {
	clear: both;
	padding:0 0 15px 0;
}
address{
	font-size:85%;
	color:#000;
	padding:0 0 0 5px;
	display: block;
	margin: 0 ;
}

/* =======================================================================
★グローバルナビ★
======================================================================= */

/*-----------------------------------------------------
Yahoo UI Library Font-size Adjustment
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
http://developer.yahoo.com/yui/license.txt
http://developer.yahoo.com/yui/fonts/
10px = 77%     11px = 85%     12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%
------------------------------------------------------*/

.access {
	border-radius: 10px; /* CSS3草案 */
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-radius: 10px; /* Firefox用 */
	background: #FFF; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#FFF, #FFF);
	background: -o-linear-gradient(#FFF, #FFF);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#FFF)); /* older webkit syntax */
	background: -webkit-linear-gradient(#FFF, #FFF);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
	font-weight:bold;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	font-size:93%;
}

.access div {
	margin: 0 7.6%;
}
.access ul {
	list-style: none;
	margin: 0 0 0 -8%;
	padding-left: 0;
}
.access li {
	float: left;
	position: relative;
}
.access a {
	color: #666666;
	display: block;
	line-height: 50px;
	padding: 0 1.2125em;
	text-decoration: none;
}
.access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 50px;
	left: 0;
	width: 188px;
	z-index: 99999;
}
.access ul ul ul {
	left: 100%;
	top: 0;
}
.access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
.access li:hover > a,
.access ul ul :hover > a,
.access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	text-decoration:none;
}
.access li:hover > a,
.access a:focus {
	text-decoration:none;
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
.access ul li:hover > ul {
	display: block;
}
.access .current_page_item > a,
.access .current_page_ancestor > a {
	font-weight: bold;
}

/* =グローバルメニュー アシスティブテキスト設定
----------------------------------------------- */
.access a.assistive-text:active,
.access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 93%;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}
/* =セレクトボックス切り替え非表示
----------------------------------------------- */
/*
.tinynav {
	display: none;
	}
*/

/* =======================================================================
★各ページ共通スタイル（タイトルなど）★
======================================================================= */

/*-----------------------------------------------------
Yahoo UI Library Font-size Adjustment
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
http://developer.yahoo.com/yui/license.txt
http://developer.yahoo.com/yui/fonts/
10px = 77%     11px = 85%     12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%
------------------------------------------------------*/

/* =各ページのエントリーコンテンツ　TinyMCE用CSS
----------------------------------------------- */
.entry-content{
	font-size: 116%;
	overflow:hidden;
	margin: 0 0 0px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
	clear: both;
}
.entry-content h1,
.entry-content h2{
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 .8125em;
}
.entry-content h3{
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content h4, h5, h6 {
	font-size: 14px;
	margin: 0;
}
.entry-content hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}
/* Text elements */
.entry-content ul,.entry-content ol,.entry-content dl {
	font-weight: 300;
}
.entry-content p {
	margin-bottom: 1.625em;
}
.entry-content ul,.entry-content ol {
	margin: 0 0 1.625em 2.5em;
	padding: 0;
}
.entry-content ul li{
	list-style: square;
}
.entry-content ol li{
	list-style-type: decimal;
}
.entry-content ol li ol li{
	list-style: upper-alpha;
}
.entry-content ol li ol li ol li{
	list-style: lower-roman;
}
.entry-content ol li ol li ol li ol li{
	list-style: lower-alpha;
}
.entry-content ul li ul li,
.entry-content ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
.entry-content dl {
	margin: 0 1.625em;
}
.entry-content dt {
	font-size: 15px;
	font-weight: bold;
}
.entry-content dd {
	margin: 0 0 1.625em;
}
.entry-content strong {
	font-weight: bold;
}
.entry-content cite,.entry-content em,.entry-content i {
	font-style: italic;
}
.entry-content cite {
	border: none;
}
.entry-content big {
	font-size: 131.25%;
}
.entry-content .mceContentBody blockquote,
.entry-content .mceContentBody blockquote p {
	font-family: Georgia, "Bitstream Charter", serif !important;
	font-style: italic !important;
	font-weight: normal;
	margin: 0 3em;
}
.entry-content .mceContentBody blockquote em,
.entry-content .mceContentBody blockquote i,
.entry-content .mceContentBody blockquote cite {
	font-style: normal;
}
.entry-content .mceContentBody blockquote cite {
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.entry-content pre {
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	padding: 0.75em 1.625em;
}
.entry-content code, kbd, code var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
.entry-content abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address {
	display: block;
	margin: 0 0 1.625em;
}
.entry-content del {
}
.entry-content ins {
	background: #fff9c0;
	border: none;
	text-decoration: none;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
.entry-content sup {
	bottom: 1ex;
}
.entry-content sub {
	top: .5ex;
}
.entry-content input[type=text],
.entry-content textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
}
.entry-content input[type=text]:focus,
.entry-content textarea:focus {
}
.entry-content textarea {
	padding-left: 3px;
	width: 98%;
}
.entry-content input[type=text] {
	padding: 3px;
}

/* Tables */
.entry-content table {
	border: none !important;
	border-bottom: 1px solid #ddd !important;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content tr th {
	border: none !important;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td {
	border: none !important;
	border-top: 1px solid #ddd !important;
	padding: 6px 10px 6px 0;
}

/* Images */
.entry-content img[class*="wp-image-"] {
	height: auto;
	max-width: 97.5%;
}
.entry-content img.size-full {
	width: auto; /* Prevent stretching of full-size images in IE8 */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content p img,
.entry-content .wp-caption {
	margin-top: 0.4em;
}
.entry-content .wp-caption {
	background: #eee;
	border: none;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.entry-content .wp-caption img {
	display: block;
	margin: 5px auto 0 !important;
	max-width: 98%;
	border-color: #eee;
}
.entry-content .wp-caption .wp-caption-text,
.entry-content .wp-caption-dd {
	font-family: Georgia, serif !important;
	font-size: 12px;
	margin: 0 0 0.6em 0 !important;
	padding: 0 0 5px 40px;
	position: relative;
	text-align: left;
}
.entry-content .wp-caption .wp-caption-text:before {
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
.entry-content a:focus img[class*="wp-image-"],
.entry-content a:hover img[class*="wp-image-"],
.entry-content a:active img[class*="wp-image-"] {
	background: #eee;
	border-color: #bbb;
}
.entry-content .wp-caption a:focus img,
.entry-content .wp-caption a:active img,
.entry-content .wp-caption a:hover img {
	background: #fff;
	border-color: #ddd;
}

/* =各コンテンツのコンテナ設定
----------------------------------------------- */
.common-detail-container{
}

/* =各ページメインタイトル共通
----------------------------------------------- */
.entry-title{
	font-size: 153.9%;
	line-height:1.6;
	font-weight: bold;
	border-bottom: 2px solid #E6E6E6;
	color: #666;
	font-family: 'Arial Black','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
	margin: 0 0 20px 0;
}

/* =アシスティブテキスト設定
----------------------------------------------- */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
/* =ボーダーボトム設定
----------------------------------------------- */
.divider{
	border-bottom: 2px solid #E6E6E6;
	margin:0 0 20px 0;
}

/* =各記事へのナビゲーション　twenty-elevenから引用
----------------------------------------------- */
#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* =画像設定　twenty-elevenから引用
----------------------------------------------- */
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}

/* =回り込み　twenty-elevenから引用
----------------------------------------------- */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =フォーム入力部共通設定
----------------------------------------------- */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}


/* =======================================================================
★サイドバー各ウィジェット詳細設定★
======================================================================= */

/*-----------------------------------------------------
Yahoo UI Library Font-size Adjustment
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
http://developer.yahoo.com/yui/license.txt
http://developer.yahoo.com/yui/fonts/
10px = 77%     11px = 85%     12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%
------------------------------------------------------*/

.widget {
	clear: both;
	margin: 0 0 2.2em;
}
.widget_links ul li,
#category-child li,
#archives li{
	background-image: url("images/common/icn_arrow.png");
	background-position: 10px 11px;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #B3B3B3;
	font-size: 93%;
	font-weight: bold;
	list-style: none outside none;
	padding: 8px 0 5px 28px;
}

/* =サイドバーウィジェットタイトル共通
----------------------------------------------- */
.widget-title{
	font-size: 116%;
	line-height:1.6;
	font-weight: bold;
	border-bottom: 2px solid #E6E6E6;
	color: #666;
	font-family: 'Arial Black','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
	margin: 0 0 0px 0;
}

/* =イメージウィジェット
----------------------------------------------- */
.widget_sp_image h3{
	display:none;
}
.widget_sp_image img{
	height: auto;
	width: 100%;
}

/* =テキストウィジェット
----------------------------------------------- */
.textwidget{
	padding:10px 0 0 0;
}

/* =QRコードなど
----------------------------------------------- */
.secondary-inner{
	padding:15px 0 0;
}
#qrcode img{
	float:left;
}
#qrcode p{
	font-size:85%;
	padding:0px 0px 10px 110px;
}
/* =======================================================================
★TOPPGE詳細設定★
======================================================================= */

/*-----------------------------------------------------
Yahoo UI Library Font-size Adjustment
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
http://developer.yahoo.com/yui/license.txt
http://developer.yahoo.com/yui/fonts/
10px = 77%     11px = 85%     12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%
------------------------------------------------------*/

/* =TODAY'S LIVE、NEXT LIVE
----------------------------------------------- */
#loop-live-top{
	margin:0 auto 0;
	width:98%;
}
#loop-live-top dl dt{
	font-size:116%;
	margin:0 0 5px 0;
	font-family:'Arial Black','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
	color:#4D4D4D;
}
#loop-live-top dl dd{
	font-size:131%;
	margin:0 0 5px 0;
	padding:0;
}
#loop-live-top p {
	font-size:116%;
	border-bottom:2px dotted #E6E6E6;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	font-weight:bold;
}
#loop-live-top p em{
	font-weight:bold;
}
#loop-live-top-footer p{
	text-align:right;
	font-size:93%;
	margin:0 auto;
	width:98%;
}
#loop-live-top-footer p a{
	padding:5px 0 5px 28px;
	background-image:url(images/common/icn_arrow.png);
	background-repeat: no-repeat;
	background-position:10px 7px;
	font-family:'Arial Black','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
}


/* =======================================================================
★INFOMATION詳細設定★
======================================================================= */

/*-----------------------------------------------------
Yahoo UI Library Font-size Adjustment
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
http://developer.yahoo.com/yui/license.txt
http://developer.yahoo.com/yui/fonts/
10px = 77%     11px = 85%     12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%
------------------------------------------------------*/

/* =トップページと共通
----------------------------------------------- */
.info-list-container{
	padding:0 0 40px 0;
}
.info-list-container .info-list{
	border-bottom:2px dotted #E6E6E6;
	min-height:25px;
	padding:10px 0 10px 5px;
	font-weight:normal;
	color:#4D4D4D;
	font-size:17px;
}
/* =個別ページとも共通
----------------------------------------------- */
.info-date{
	font-family:'Arial Black','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
	padding:0 10px 0 0 ;
	font-size:15px;
}
.info-cat-child{
	background-color:#000;
	font-size:12px;
	color:#FFF;
	padding:0 5px 0 5px;
	font-family:'Arial Black','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
}

/* =個別ページ
----------------------------------------------- */
.single-post-header{
	padding:0 0 10px;
}
.single-post-header h1{
	list-style:none;
	border-bottom:2px dotted #B3B3B3;
	min-height:25px;
	padding:10px 0 10px 5px;
	font-weight:normal;
	color:#4D4D4D;
	font-size:17px;
}
.single-entry-content{
	width:98%;
	margin:0 auto 10px;
	border-bottom:2px dotted #E6E6E6;
	font-size:116%;
}
.single-entry-content p{
	margin-bottom: 1.625em;
}


/* =======================================================================
★PROFILE詳細設定★
======================================================================= */

/*-----------------------------------------------------
Yahoo UI Library Font-size Adjustment
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
http://developer.yahoo.com/yui/license.txt
http://developer.yahoo.com/yui/fonts/
10px = 77%     11px = 85%     12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%
------------------------------------------------------*/

.profile-container{
	width:98%;
	border-bottom:2px dotted #E6E6E6;
	margin:0 auto 40px;
	padding:0 0 20px 0;
}
.profile-container .profile-image-wrap{
	float:left;
	width: 40%;
}
.profile-container .profile-image-wrap img{
	width:100%;
	height:auto;
}
.profile-container .profile-content-wrap{
	float:right;
	width: 55%;
}
.profile-container .profile-content-wrap h1{
	font-size:131%;
	padding:0 0 10px 0;
}
.profile-container .profile-content-wrap dl{
	margin:0 0 0 5px;
	font-weight:normal;
}
.profile-container .profile-content-wrap dt{
	color:#999999;
}
.profile-container .profile-content-wrap dd{
	padding:0 0 5px 0;
	margin:0 0 0 5px;
}
.profile-container .profile-content-wrap .profile-comment{
	font-size:100%;
}
/* =プロフィールループ終了時の設定
----------------------------------------------- */
.profile-loop-end{
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}


/* =======================================================================
★DISCOGRAPHY詳細設定★
======================================================================= */

/*-----------------------------------------------------
Yahoo UI Library Font-size Adjustment
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
http://developer.yahoo.com/yui/license.txt
http://developer.yahoo.com/yui/fonts/
10px = 77%     11px = 85%     12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%
------------------------------------------------------*/
.discography-container{
	width:98%;
	margin:0 auto 40px;
	border-bottom:2px dotted #E6E6E6;
	padding: 0 0 20px;
}
.discography-container .discography-container-header h1{
	font-size:131%;
	font-weight:bold;
	padding:0 0 10px 0;
}
.discography-container .discography-image-wrap{
	float:left;
	width: 40%;
}
.discography-container .discography-image-wrap p{
	font-size:85%;
}
.discography-container .discography-image-wrap img{
	height:auto;
	width:100%;
}
.discography-container .discography-content-wrap{
	float:right;
	width: 55%;
	padding:0 0 5% 0;
}
.discography-container .discography-content-wrap h1{
	font-size:131%;
	font-weight:bold;
	padding:0 0 10px 0;
}
.discography-container .discography-content-wrap .songlist{
	font-size:100%;
	border-bottom:2px dotted #E6E6E6;
	margin:0 0 10px 0 ;
}
.discography-container .discography-content-wrap footer p{
	font-size:85%;
	border-bottom:2px dotted #E6E6E6;
	margin:0 0 10px 0 ;
	padding:0 0 10px 0 ;
}
.discography-container .discography-content-wrap footer ul{
	margin:0 0 10px 5px;
	padding:0;
	list-style:none;
	font-size:93%;
}
.discography-container .discography-content-wrap footer ul li{
	float:left;
	margin:0 10px 10px 0;
}
.discography-container .discography-content-wrap footer ul li span{
	background-color:#E6E6E6;
	font-family:'Arial Black','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
	padding:2px 5px;
}

/* =ディスコグラフィループ終了時の設定
----------------------------------------------- */
.discography-loop-end{
	border-bottom:none;
	margin-bottom:0px;
	padding-bottom:0px;
}
/* =======================================================================
★LIVE詳細設定★
======================================================================= */

/*-----------------------------------------------------
Yahoo UI Library Font-size Adjustment
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
http://developer.yahoo.com/yui/license.txt
http://developer.yahoo.com/yui/fonts/
10px = 77%     11px = 85%     12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%
------------------------------------------------------*/

.live-container{
	border-bottom:2px solid #E6E6E6;
	width:98%;
	margin:0 auto 30px;
}
.live-container-end{
	border-bottom:none;
}
.live-container .live-header-wrap h1{
	font-size:116%;
	margin:0 0 5px 0;
	font-family:'Arial Black','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
	color:#4D4D4D;
}
.live-container .live-header-wrap h2{
	font-size:131%;
	border-bottom:2px dotted #E6E6E6;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
}
.live-container .live-content-wrap{
	width:95%;
	margin:0 auto;
}
.live-container .live-content-wrap h1{
	font-size:93%;
	margin:0 0 10px 0;
	font-weight:bold;
}
.live-container .live-content-wrap dl{
	margin:0 0 10px;
}
.live-container .live-content-wrap dt{
	float:left;
	padding:0 5px;
	margin:0 3px 0 0;
	background-color:#808080;
	color:#FFF;
	text-align:center;
	font-family:'Arial Black','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
	font-size:12px;
}
.live-container .live-content-wrap dd{
	float:left;
	width:90%;
	margin:0;
	padding:0;
}
.live-container .live-content-wrap dd p{
	margin:0;
	padding:0;
}
.live-container .live-content-wrap ul{
	margin:0 0 10px;
	padding:0;
	list-style:none;
}
.live-container .live-content-wrap ul li{
	float:left;
	padding:0 10px 0 0;
	font-size:100%;
}
.live-container .live-content-wrap ul li span{
	padding:0 5px;
	margin:0 5px 0 0;
	background-color:#808080;
	color:#FFF;
	text-align:center;
	font-family:'Arial Black','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
	font-size:93%;
}
.live-container .live-content-wrap .live-content-footer {
	font-size:100%;
	margin:0 0 10px;
}

/* =======================================================================
★GOODS詳細設定★
======================================================================= */

/*-----------------------------------------------------
Yahoo UI Library Font-size Adjustment
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
http://developer.yahoo.com/yui/license.txt
http://developer.yahoo.com/yui/fonts/
10px = 77%     11px = 85%     12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%
------------------------------------------------------*/
.goods-container{
	width:98%;
	margin:0 auto 40px;
	padding:0 0 40px;
	border-bottom:2px dotted #E6E6E6;
}
.goods-container .goods-container-header h1{
	font-size:131%;
	font-weight:bold;
	padding:0 0 10px 0;
}
.goods-container .goods-image-wrap{
	float:left;
	width: 40%;
}
.goods-container .goods-image-wrap p{
	font-size:85%;
}
.goods-container .goods-image-wrap img{
	height:auto;
	width:100%;
}
.goods-container .goods-content-wrap{
	float:right;
	width: 55%;
	padding:0 0 5% 0;
}
.goods-container .goods-content-wrap h1{
	font-size:131%;
	font-weight:bold;
	padding:0 0 10px 0;
}
.goods-container .goods-content-wrap .pricelist{
	font-size:131%;
	border-bottom:2px dotted #E6E6E6;
	margin:0 0 10px 0 ;
}
.goods-container .goods-content-wrap footer .comment{
	font-size:85%;
	border-bottom:2px dotted #E6E6E6;
	margin:0 0 10px 0 ;
	padding:0 0 10px 0 ;
}
.goods-container .goods-content-wrap footer .comment p{
	margin:0;
	padding:0;
}
.goods-container .goods-content-wrap footer ul{
	margin:0 0 10px 5px;
	padding:0;
	list-style:none;
	font-size:93%;
}
.goods-container .goods-content-wrap footer ul li{
	float:left;
	margin:0 10px 10px 0;
}
.goods-container .goods-content-wrap footer ul li span{
	background-color:#E6E6E6;
	font-family:'Arial Black','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
	padding:2px 5px;
}

/* =ディスコグラフィループ終了時の設定
----------------------------------------------- */
.goods-loop-end{
	border-bottom:none;
	margin-bottom:0px;
	padding-bottom:0px;
}

/* =======================================================================
★CONTACT詳細設定★
======================================================================= */

/*-----------------------------------------------------
Yahoo UI Library Font-size Adjustment
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
http://developer.yahoo.com/yui/license.txt
http://developer.yahoo.com/yui/fonts/
10px = 77%     11px = 85%     12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%
------------------------------------------------------*/

.contactform7-content{
	margin:0 0 20px 0;
}
.contactform7-content p.lead-text{
	font-size:131%;
	border-bottom:2px dotted #E6E6E6;
	margin:0 0 20px 0;
	padding:0 0 0 0.5em;
}

.contactform7-content dl.contactform7-content-attention{
	width:90%;
	border-bottom:2px dotted #E6E6E6;
	margin:0 auto 20px;
	padding:0 0 10px ;
	font-size:100%;
}
.contactform7-content dl.contactform7-content-attention dt,
.contactform7-content dl.contactform7-content-attention dd{
	width:90%;
	margin:0 auto;
}
.contactform7-content .wpcf7 dl{
	width:90%;
	margin:0 auto 20px;
	padding:0 0 10px ;
	font-size:13px;
}
.contactform7-content .wpcf7 dl dt{
	font-weight:bold;
}
.contactform7-content .wpcf7 dl dt,
.contactform7-content .wpcf7 dl dd{
	width:90%;
	margin:0 auto;
}
.contactform7-content .wpcf7 ul li.policy-title {
	font-weight:bold;
	padding:0 0 10px 0;
}
.contactform7-content .wpcf7 ul li.policy-title span{
	color:#F00;
}
.contactform7-content .wpcf7 ul li.policy-content {
	background-color:#FFF;
	padding:5px;
	margin:0 0 20px 0;
	height:70px;
	overflow-y:scroll;
}
.contactform7-content .wpcf7 p{
	text-align:center;
}

/* =コンタクトページフォーム入力部
----------------------------------------------- */
.your-name input{
	width:70%;
}
.your-email input{
	width:70%;
}
textarea {
width: 98%;
}

/* =======================================================================
★レスポンシブ設定★
======================================================================= */

/*-----------------------------------------------------
Yahoo UI Library Font-size Adjustment
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
http://developer.yahoo.com/yui/license.txt
http://developer.yahoo.com/yui/fonts/
10px = 77%     11px = 85%     12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%
------------------------------------------------------*/

@media (max-width: 800px) {
	#main #content {
		margin: 0 7.6%;
		width: auto;
	}
	#main #secondary {
		float: none;
		margin: 0 7.6%;
		width: auto;
	}
	#nav-below {
		margin-bottom: 1.625em;
	}
	#pagetop p{
		margin:0 7.6% 20px ;
		padding:0;
		clear:both;
	}
}
@media (max-width: 650px) {
	#site-title a {
		font-size: 182%;
	}
	#site-description {
		font-size: 93%;
	}
	.access {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		background: none;
		background-color: none;
	}
	.access div {
		margin: 0 ;
	}
	#access ul {
		font-size: 93%;
	}
	.tinynav {
		display: block;
		width:100%;
	}
	#menu-header {
		display: none;
	}
	.menu-header-container select{
		width:100%;
	}
}

@media (max-width: 450px) {
	body {
		padding: 0 0em;
	}
	#wrapper {
		padding: 0 1em;
	}
	.profile-container .profile-image-wrap,
	.discography-container .discography-image-wrap,
	.goods-container .goods-image-wrap{
		float:none;
		width: 100%;
		text-align:center;
		padding:0 0 20px;
	}
	.profile-container .profile-image-wrap img,
	.discography-container .discography-image-wrap img,
	.goods-container .goods-image-wrap img{
		width:75%;
		height:auto;
	}
	.profile-container .profile-content-wrap,
	.discography-container .discography-content-wrap,
	.goods-container .goods-content-wrap{
		float:none;
		width: 100%;
	}
	.alignleft {
		display: block;
		float: none;
		margin-right: 0em;
		margin-left: auto;
		margin-right: auto;
		clear: both;
	}
	.alignright {
		display: block;
		float: none;
		margin-left: 0em;
		margin-left: auto;
		margin-right: auto;
		clear: both;

	}
	.aligncenter {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body {
		padding: 0 0em;
	}
	#wrapper {
		padding: 0 1em;
	}
	.profile-container .profile-image-wrap,
	.discography-container .discography-image-wrap,
	.goods-container .goods-image-wrap{
		float:none;
		width: 100%;
		text-align:center;
		padding:0 0 20px;
	}
	.profile-container .profile-image-wrap img,
	.discography-container .discography-image-wrap img,
	.goods-container .goods-image-wrap img{
		width:75%;
		height:auto;
	}
	.profile-container .profile-content-wrap,
	.discography-container .discography-content-wrap,
	.goods-container .goods-content-wrap{
		float:none;
		width: 100%;
	}
	.alignleft {
		display: block;
		float: none;
		margin-right: 0em;
		margin-left: auto;
		margin-right: auto;
		clear: both;
	}
	.alignright {
		display: block;
		float: none;
		margin-left: 0em;
		margin-left: auto;
		margin-right: auto;
		clear: both;

	}
	.aligncenter {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}