@charset "utf-8";
/*
Theme Name:bigcat
Description:twentytenを継承した子テーマ
Author:ZEAMI Entertainment
Template:twentyten
*/

/*-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background-color:transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
	font-size:100%;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

a:hover img{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=80 )";
}
a:link {
	color: #BE006C;
	text-decoration:none;
}
a:visited {
	color: #BE006C;
}
/*a:active,*/
a:hover {
	color: #AF0E79;
	text-decoration:underline;
}

html{
	overflow-y: scroll;
}
/* =IE6 IE7ハック
-------------------------------------------------------------- */
	*html html {
		overflow-y: auto;
	}
	*+html html {
		overflow-y: auto;
	}

/* =Layout
-------------------------------------------------------------- */
body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
	background: #000;
	min-width:1100px;
	color: #666;
	font-size: 13px;
	line-height: 18px;
}

#wrapper {
	background: url(images/common/bg_wrapper.jpg) top left repeat-x;
	margin:0 auto;
	padding:0;
}
#container {
	float: left;
	margin: 0 -320px 0 0;
	width: 100%;
}
#content {
	margin: 0 300px 0 0px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 300px;
}
#secondary {
	clear: right;
}
/* =Header
-------------------------------------------------------------- */
#header-content {
	height:220px;
	width:1100px;
	margin:0 auto;
	padding:0;
}
#header{
	width:950px;
	margin:0 auto;
	padding:50px 0 0 0;
}
#header .character-wrap-header{
	position:relative;
}
#header img.character{
	position:absolute;
	left:630px;
	top:-196px;
}
*html #header img.character{
	top:-191px;
}
*+html #header img.character{
    top:-191px;
}

/* =Header ランダム画像設定
-------------------------------------------------------------- */
.headramdom1 {
	background: url(images/common/bg_header-1.jpg) left 20px no-repeat;
}
.headramdom2 {
	background: url(images/common/bg_header-2.jpg) left 20px no-repeat;
}
.headramdom3 {
	background: url(images/common/bg_header-3.jpg) left 20px no-repeat;
}
.headramdom4 {
	background: url(images/common/bg_header-4.jpg) left 20px no-repeat;
}

/* =Header Menu
-------------------------------------------------------------- */
ul.navi{
	padding:15px 0 ;
	margin:0;
}
ul.navi li{
	float:left;
	list-style:none;
	margin:0 10px 0 0;
	height:25px;
	text-align:center;
	line-height:25px;
}
ul.navi li a{
	font-family:'Arial Black','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
	font-size:14px;
	height:25px;
	text-align:center;
	line-height:25px;
	color:#000;
	text-decoration:none;
	display:block;
}
ul.navi li a:hover{
	color:#FFF;
}
ul.navi li.home{
	width:60px;
	height:25px;
	background: url(images/common/bg_navi.jpg) 0 0 no-repeat;
}
ul.navi li.home a:hover{
	background: url(images/common/bg_navi.jpg) 0 -25px no-repeat;
}
ul.navi li.schedule{
	width:100px;
	height:25px;
	background: url(images/common/bg_navi.jpg) -60px 0 no-repeat;
}
ul.navi li.schedule a:hover{
	background: url(images/common/bg_navi.jpg) -60px -25px no-repeat;
}
ul.navi li.access{
	width:80px;
	height:25px;
	background: url(images/common/bg_navi.jpg) -160px 0 no-repeat;
}
ul.navi li.access a:hover{
	background: url(images/common/bg_navi.jpg) -160px -25px no-repeat;
}
ul.navi li.about{
	width:70px;
	height:25px;
	background: url(images/common/bg_navi.jpg) -240px 0 no-repeat;
}
ul.navi li.about a:hover{
	background: url(images/common/bg_navi.jpg) -240px -25px no-repeat;
}
ul.navi li.faq{
	width:45px;
	height:25px;
	background: url(images/common/bg_navi.jpg) -310px 0 no-repeat;
}
ul.navi li.faq a:hover{
	background: url(images/common/bg_navi.jpg) -310px -25px no-repeat;
}


/* =Content
-------------------------------------------------------------- */
#main-content-wrap{
	background: url(images/common/bg_border_04.jpg) top left repeat;
}
#main-content{
	width:1100px;
	margin:2px auto 0 auto;
}
#main {
	margin: 0 auto;
	width:950px;
	clear: both;
	overflow: hidden;
	padding: 40px 0 0 0;
}
#content {
	margin-bottom: 36px;
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#content h2{
	padding:0 0 20px 0 ;
}

.entry-content-custom{
	padding:0 0 30px 0;
}


/* =スケジュールページ カスタマイズ
-------------------------------------------------------------- */
.schedule-wrap{
	padding:0 0 30px 0;
	width:600px;
}
.top{
	border-bottom:1px solid #000;
	width:600px;
}
.month01{
	background: url(images/common/bg_cal_01.jpg) bottom left no-repeat;
}
.month02{
	background: url(images/common/bg_cal_02.jpg) bottom left no-repeat;
}
.month03{
	background: url(images/common/bg_cal_03.jpg) bottom left no-repeat;
}
.month04{
	background: url(images/common/bg_cal_04.jpg) bottom left no-repeat;
}
.month05{
	background: url(images/common/bg_cal_05.jpg) bottom left no-repeat;
}
.month06{
	background: url(images/common/bg_cal_06.jpg) bottom left no-repeat;
}
.month07{
	background: url(images/common/bg_cal_07.jpg) bottom left no-repeat;
}
.month08{
	background: url(images/common/bg_cal_08.jpg) bottom left no-repeat;
}
.month09{
	background: url(images/common/bg_cal_09.jpg) bottom left no-repeat;
}
.month10{
	background: url(images/common/bg_cal_10.jpg) bottom left no-repeat;
}
.month11{
	background: url(images/common/bg_cal_11.jpg) bottom left no-repeat;
}
.month12{
	background: url(images/common/bg_cal_12.jpg) bottom left no-repeat;
}

.top-left{
	float:left;
	width:35px;
	color:#FFF;
	vertical-align:top;
	padding:7px 0 0 0;
	text-align:center;
	font-family:'Arial Black','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
	font-size:19px;
}
.top-right{
	float:left;
	width:565px;
	background: url(images/common/bg_table_main.png) top left repeat;
}

.top-right table tr th{
	background-color:#000;
	line-height:35px;
	font-size:10px;
	width:35px;
	text-align:center;
	color:#FFF;
	font-family:'Arial Black','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
	border-bottom:none;
}
.top-right table tr th.week-sun,
.top-right table tr th.week-holiday{
	background-color:#F00;
}
.top-right table tr th.week-sat{
	background-color:#00A0FF;
}
.top-right table tr td{
	border-bottom:none;
	background-color:#FFF;
	margin:0;
	padding:5px 0 0 5px;
	width:525px;
	color:#BE006C;
	word-break:break-all;/*半角自動改行*/
}
.top-right .basic-content{
	margin:10px 0 10px 5px;
	font-weight:bold;
	color:#000;
	word-break:break-all;/*半角自動改行*/
}
.top-right .basic-content a{
	font-weight:bold;
	color:#000;
	text-decoration:underline;
}
.top-right .basic-content a:hover{
	font-weight:bold;
	color:#666;
	text-decoration:underline;
}
.top-right .basic-info{
	margin:0 0 3px 5px;
}
.top-right .basic-info li{
	font-family:'Arial Black','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
	font-size:14px;
	padding:0 10px 0 0;
	float:left;
	white-space:nowrap;
	font-weight:bold;
}

.top-right .basic-info .img-soldout{
	position:relative;
}
.top-right .basic-info .img-soldout img{
	position:absolute;
	left:20px;
	top:-25px;
}
	/* =IE6ハック
	-------------------------------------------------------------- */
	*html .top-right .basic-info .img-soldout{
		position:relative;
		width:81px;
	}
	*html .top-right .basic-info .img-soldout img{
		position:absolute;
		left:20px;
		top:-25px;
	}

.top-right .basic-info li.drink{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
	font-size:11px;
	font-weight:bold;
}
.top-right .ticket-info {
	margin:0 0 3px 5px;
}
.top-right .ticket-info li{
	font-size:11px;
	line-height:15px;
	padding:0 5px 0 0;
	font-weight:bold;
	float:left;
}
.top-right .ticket-sale{
	margin:0 0 5px 5px;
}
.top-right .ticket-sale li{
	font-family:'Arial Black','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
	font-size:14px;
	line-height:14px;
	padding:0 5px 0 0;
	font-weight:bold;
	float:left;
}
.top-right .information-extra{
	margin:0 0 10px 5px;
}
.top-right .information-extra li{
	font-family:'Arial Black','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
	font-size:14px;
	line-height:14px;
	padding:0 5px 0 0;
	font-weight:bold;
	float:left;
}

/* 詳細ボタン
----------------------------------------------------------------------- */
div.more-btn{
	position:relative;
	z-index:1;
}
div.more-btn img{
	position:absolute;
	left:490px;
	top:-8px;
}
div.more-btn img:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=80 )";
}
/* ボトム
----------------------------------------------------------------------- */
.bottom{
	width:565px;
	padding:0 0 0 35px;
	border-bottom:1px solid #000;
	background: url("images/common/bg_border_01_big.jpg") repeat-y scroll left bottom transparent;
}

.bottom-right{
	float:right;
	width:565px;
	background: url(images/common/bg_table_main2.png) top left repeat;
}
.bottom-right dl.ticket-info-more{
	margin:5px 0 10px 5px;
}
.bottom-right dl.ticket-info-more ul{
	margin:0 0 0 5px;
}
.bottom-right dl.ticket-info-more ul li{
	float:left;
	font-size:12px;
	line-height:12px;
	padding:0 10px 5px 0;
	font-weight:bold;
	white-space:nowrap;
}
.bottom-right .ticket-info-more-text{
	border:1px #1EAA39 solid;
	width:530px;
	margin:0px 0 15px 10px;
	padding:5px;
	font-size:13px;
	line-height:18px;
}
.bottom-right ul.ticket-pict{
	margin:0 0 10px 10px;
}
.bottom-right ul.ticket-pict li{
	float:left;
}
.bottom-right dl.stuff-comment{
	margin:0 0 10px 5px;
}
.bottom-right dl.stuff-comment dd{
	margin:0 0 0 5px;
	font-size:13px;
	line-height:18px;
	font-weight:bold;
	color:#666666;
}


/* =スケジュールページ・アーカイブページタイトル
-------------------------------------------------------------- */
.page-title-content{
	padding:0 0 20px 0;
}
.page-title-content ul{
	float:left;
	width:70px;
	display:block;
	font-family:'Arial Black','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
	background:url(images/common/bg_border_02.jpg) top left repeat;
	color:#FFF;
	text-align:center;
	margin:0 15px 0 0;
}
.page-title-content ul li.month{
	font-size:40px;
	line-height:45px;
}
.page-title-content ul li.year{
	background-color:#000;
	font-size:14px;
}
.page-title-content h2{
	float:left;
	width:268px;
	clear:none;
}
/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
/*	margin: 0 0 18px 0;*/
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
/*	padding: 0 20px 0 0;*/
	padding:0;
}
#main .widget-area ul ul {
	border: none;
/*	margin-left: 1.3em;*/
	padding: 0;
}
#primary {
}
#secondary {
}

/* =カスタマイズ サイド
-------------------------------------------------------------- */
.entry-content-custom-side{
	padding:0 0 30px 0;
}
.entry-content-custom-side h3{
	padding:0 0 15px 0;
}
.entry-content-custom-side ul.week-event{
	padding:0 0 0 0;
}
.entry-content-custom-side ul.week-event li{
	display:block;
	height:35px;
	padding:0 0 5px;
}
.entry-content-custom-side ul.week-event li span{
	display:block;
	float:left;
	line-height:35px;
	height:35px;
}
.entry-content-custom-side ul.week-event li span.day{
	width:35px;
	background: url(images/common/bg_border_02.jpg) top left repeat;
	text-align:center;
	font-family:'Arial Black','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
	font-size:19px;
	color:#FFF;
}
.entry-content-custom-side ul.week-event li span.week{
	width:35px;
	background-color:#000;
	text-align:center;
	font-family:'Arial Black','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
	font-size:11px;
	color:#FFF;
}
.entry-content-custom-side ul.week-event li span.sun,
.entry-content-custom-side ul.week-event li span.holiday{
	background-color:#F00;
}
.entry-content-custom-side ul.week-event li span.sat{
	background-color:#00A0FF;
}
.entry-content-custom-side ul.week-event li span.title{
	width:225px;
	background-color:#FFF;
	color:#BE006C;
	font-weight:bold;
	padding:0 0 0 5px;
}
/* =archive link
-------------------------------------------------------------- */
.entry-content-custom-side dl.archive-link{
	float:left;
	width:50px;
	text-align:center;
	color:#FFF;
	background: url(images/common/bg_border_03.jpg) left top repeat;
	font-family:'Arial Black','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
}
.entry-content-custom-side dl.archive-link dt{
	width:50px;
	height:35px;
	font-size:30px;
	line-height:35px;
}
.entry-content-custom-side dl.archive-link dt.on{
	width:50px;
	height:35px;
	font-size:30px;
	line-height:35px;
	background: url(images/common/bg_border_02.jpg) left top repeat;
}
.entry-content-custom-side dl.archive-link dt a{
	height:35px;
	color:#FFF;
	display: block;
}
.entry-content-custom-side dl.archive-link dt a:hover {
	background: url(images/common/bg_border_02.jpg) left top repeat;
	text-decoration:none;
}
.entry-content-custom-side dl.archive-link dd{
	background-color:#333333;
	font-size:13px;
}

/* =what's new
-------------------------------------------------------------- */
.entry-content-custom-side ul.whats-new{
	padding:0 ;
	margin:0;
}
.entry-content-custom-side ul.whats-new li{
	background-color:#FFF;
	list-style:none;
	padding:0 0 0 20px;
	margin:0 0 5px 0;
	line-height:23px;
	background: url(images/common/icn_green.jpg) 5px 6px no-repeat #FFF;
}
/* =side bnr area
-------------------------------------------------------------- */
.entry-content-custom-side ul.bnr-area{
	background: url(images/common/bg_border_03.jpg) left top repeat;
	width:300px;
}

.entry-content-custom-side ul.bnr-area li{
	float:left;
	padding:5px 5px 0 5px;
}

#main .widget-area .entry-content-custom-side ul.schedulearchive{
	margin:10px 0 0 0;
	background-color:#FFF;
}
#main .widget-area .entry-content-custom-side ul.schedulearchive li{
	line-height:25px;
	padding:0 0 0 5px;
	font-weight:bold;
}
/* =Footer
-------------------------------------------------------------- */

#footer-content {
	width:100%;
	background: url(images/common/bg_footer.jpg) top left repeat-x;
}
#footer-wrap{
	width:1100px;
	height:auto;
	margin:0 auto;
}
#footer{
	width:950px;
	height:140px;
	margin:0 auto;
}
#footer .character-wrap{
	position:relative;
}
#footer img.character{
	position:absolute;
	left:650px;
	top:-100px;
}
	/* =IE6ハック
	-------------------------------------------------------------- */
	*html #footer img.character{
		display:none;
	}
	/* =IE6 IE7ハック
	-------------------------------------------------------------- */
	*+html #footer img.character{
		display:none;
	}
#footer address{
	font-family:'Arial Black','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
	font-size:13px;
	color:#FFF;
	font-style:normal;
	padding:25px 0 0 0;
}

/* =その他ページ共通
-------------------------------------------------------------- */
#about-inner,
#access-inner,
#faq-inner{
	background: url(images/common/bg_table_main2.png) top left repeat;
	width:600px;
	padding:15px 0;
	font-size:13px;
	line-height:18px;
}

/* =過去スケジュールページ一覧
-------------------------------------------------------------- */
.schedule-archive{
	background: url(images/common/bg_cal_01.jpg) top left no-repeat;
	border-bottom:1px solid #000;
	padding:0 0 0 35px;
	margin:0 0 20px 0;
	width:565px;
}
.schedule-archive-inner{
	background: url(images/common/bg_table_main.png) top left repeat;
}
.schedule-archive-inner p{
	background-color:#FFF;
	height:27px;
	padding:8px 0 0 20px;
}

.schedule-archive-inner ul{
	padding:15px;
}
.schedule-archive-inner ul li{
	float:left;
	font-size:13px;
	font-weight:bold;
}


/* =ACCESS
-------------------------------------------------------------- */
.google-map{
	margin:0 0 20px 0;
}
#access-inner dl{
	width:600px;
	border-bottom:1px solid #000;
	padding:10px 0 0;
	font-weight:bold;
}

#access-inner dl dt,
#access-inner dl dd{
	float:left;
	padding:0 0 10px 0;
}
#access-inner dl dt{
	width:140px;
	padding:0 0 0 25px;
	font-weight:bold;
}
#access-inner dl dd{
	width:395px;
	color:#666666;
}
#access-inner dl dd span{
	padding:0 0 0 25px;
	font-size:10px;
	color:#1EAA39;
}
#access-inner dl.dl-access-end{
	border-bottom:none;
}
#access-inner dl.dl-access-end dt,
#access-inner dl.dl-access-end dd{
	padding-bottom:0;
}

/* =About
-------------------------------------------------------------- */
#about-inner ul#about-pict-list{
	padding:0 0 20px 0;
}
#about-inner ul#about-pict-list li{
	float:left;
	text-align:center;
	padding:10px 25px;
	color:#000;
	font-weight:bold;
}
#about-inner dl{
	padding:0 25px 25px;
}
#about-inner dl dt,
#about-inner dl dd{
	float:left;
	font-weight:bold;
}
#about-inner dl dd{
	padding:0 5px 0;
	color:#666;
}
#about-inner #about-download-list{
	padding:0 25px;
	width:550px;
}
#about-inner #about-download-list li{
	background-color:#FFF;
	list-style:none;
	padding:0 0 0 20px;
	margin:0 0 7px 0;
	line-height:23px;
	background: url(images/common/icn_green.jpg) 5px 6px no-repeat #FFF;
}
#about-inner #about-download-list li a{
	font-size:12px;
}

/* =faq
-------------------------------------------------------------- */
/*
#faq-inner dl{
	padding:15px 25px 0 ;
	font-weight:bold;
}
#faq-inner dl dt{
	font-size:15px;
	color:#1EAA39;
	padding:0 0 15px 0;
}
#faq-inner dl dd{
	font-weight:normal;
	font-size:13px;
	color:#666;
	background-color:#FFF;
	text-indent:-1.5em;
	padding-top:15px;
	padding-right:15px;
	padding-bottom:15px;
	padding-left:3em;
}
#faq-inner dl dd span{
	font-weight:bold;
	color:#BE006C;
}
*/
/* =faq
-------------------------------------------------------------- */
#faq-inner dl{
	padding:15px 25px 0 ;
}
#faq-inner dl dt{
	font-size:15px;
	color:#1EAA39;
	font-weight:bold;
	padding:0 0 15px 0;
}
#faq-inner dl dd dl{
	font-weight:normal;
	font-size:13px;
	color:#666;
	background-color:#FFF;
	padding:15px;
}
#faq-inner dl dd dl dt{
	font-weight:bold;
	font-size:15px;
	color:#BE006C;
	width:5%;
	padding:0;
}
#faq-inner dl dd dl dd{
	width:95%;
}
#faq-inner dl dd dl dt,
#faq-inner dl dd dl dd{
	float:left;
}

/* 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;
}