@charset "UTF-8";


/*--------------------------------------------------------
1、サイト全体のレイアウト
------------------------------------------------------*/

/*1カラムレイアウト*/
#container{
	position: relative;
	width: 1000px;
	margin: auto;
	border-right: 0px solid #ddd;
	border-left: 0px solid #ddd;
}

.col1 #main-contents{ width: 100%; }


/*2カラムレイアウト*/
.col2 #main-contents{
	float: right;
	width: 730px;
}
.col2 #sidebar{
	float: left;
	width: 240px ;
}


/*--------------------------------------------------------
2、サイト全体の共通設定
-------------------------------------------------------*/

body{
	background-image:url(../images/common/bg_line_osaka.png);
	color: #000;
	background-repeat: repeat-y;
	background-position: center top;
}


/*●リンク文字*/
a{ text-decoration: underline; }

a:link,
a:visited{ color: #00b; }
a:hover,
a:active{ color: #f60; }


/*--------------------------------------------------------
3、エリアの設定
--------------------------------------------------------*/

/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/

#header{
	padding: 5px 10px 0px;
	background-color: #fff;
	color: #ff0;
	font-size: 1.2em;
	background-image: url(../images/common/bg_header.gif);
	background-repeat: repeat;
}


/*●ヘッダーロゴ（メインタイトル）*/
#header #header-title{
	float: left;
	width: auto;
}

#header .header-logo{ font-size: 3em; }

.header-logo{
	margin:0px 10px;
}
.header-logo a{ text-decoration: none; }

.header-logo a:link,
.header-logo a:visited{ color: #000; }
.header-logo a:hover,
.header-logo a:active{ color: #f60; }


/*●ヘッダーテキスト・右上の文章*/
.btn-contact{
	float: right;
	margin:20px 0 0 0 ;
	}


/*--------------------------------------------------------
グローバルナビ
--------------------------------------------------------*/

#global-nav{
	width: 100%;
	padding-bottom: 6px;
	background-color: #fff;
}


/*●グローバルメニュー*/
#global-nav #menu{
	font-size: 1.3em;
}

#global-nav #menu li{
	list-style: none;
	position: relative;
	float: left;
	width: 165px;
	line-height: 50px;
	margin: 0;
	padding:0;
	border-right: 1px solid #dba3c8;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

#global-nav #menu li.end{ border-right: 0; width:170px; }


/*メニューのデザイン*/
#global-nav #menu li a{
	display: block;
	color: #f00;
	text-decoration: none;
}

#global-nav #menu li a:hover,
#global-nav #menu li a:active{
}

/*
#global-nav #menu li a span{
	padding-left: 8px;
	background: url(../images/icon/icon-gnavred.png) left center no-repeat;	
}
*/


/*--------------------------------------------------------
コンテンツ全体
--------------------------------------------------------*/

#main{
	padding: 15px 10px;
	background-color: #fff;
}


/*●スライダー*/
.mv-wrap{
	position: relative;
	width: 100%;
	height: auto;
}

#kizai-rental {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

#kizai-rental img{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
}

#kizai-rental li { list-style: none; }

.rhino-container .rhino-next,
.rhino-container .rhino-prev{
	display: block;
	position: absolute;
	top: 50%;
	z-index: 100;
	width: 21px;
	height: 42px;
	color: #fff;
}

.rhino-container .rhino-next{
	right: 10px;
	background: url(../images/kizai-rental/btn-arrow-r_off.png) no-repeat;
}

.rhino-container .rhino-prev{
	left: 10px;
	background: url(../images/kizai-rental/btn-arrow-l_off.png) no-repeat;
}

.rhino-container .rhino-next:hover,
.rhino-container .rhino-next:active{
	background: url(../images/kizai-rental/btn-arrow-r_on.png) no-repeat;
}

.rhino-container .rhino-prev:hover,
.rhino-container .rhino-prev:active{
	background: url(../images/kizai-rental/btn-arrow-l_on.png) no-repeat;
}

.rhino-container .rhino-btn{
    overflow: hidden;
	text-indent: 100%;
    white-space: nowrap;
}

.rhino-container .rhino-btn a{ color: #fff; }


/*●スライダー下のバナー*/

.main_foot img{
	margin:0;
	padding:0;
	border:0;
	width:146px;
	height:85px;
}


/*●店舗リンクバナー*/

.main_link img{
	margin:0 0 10px 0;
	padding:0;
	border:0;
	width:334px;
	height:150px;
	float:left;
}

.main_link2 img{
	margin:0 0 10px 0;
	padding:0;
	border:0;
	width:333px;
	height:150px;
	float:left;
}










/*●トップのイントロ*/
.intro{
	line-height: 1.8;
	padding: 15px 10px;
	background-color: #010101;
	color: #fff;
	font-size: 1.4em;
}

.intro h2{
	font-weight: bold;
	font-size: 1.286em;
}


/*●パン屑ナビ*/
#breadcrumbs{
	clear: both;
	margin-bottom: 1.5em;
	font-size: 1.2em;
}

#breadcrumbs li{
	display: inline;
	list-style: none;
	line-height: 1.8;
	margin-right: 0.5em;
	text-align: right;
}

#breadcrumbs li a{
	padding-right: 15px;
	background: url(../images/icon/icon-brc.gif) center right no-repeat;
}


/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/
#top-list{
	width: 960px;
	margin: 0 10px;
	padding: 0px;
	clear: both;
}
#top-list .bnr{
	display:block;
	height: 50px;
	width: 960px;
	background: url(../images/top_list_head.jpg);
	color:#fff;
	padding: 5px 10px;
	background-repeat:no-repeat;
	margin:0;
	font-size:1.2em;
}
#top-list .bnr > *{
	display:inline-block;
	vertical-align: middle;
	*display: inline ;
}

#top-list .bnr span{
	height:100%;
	width:0px;
	display:inline-block;
}

#main-contents2{
	width: 730px;
	height: auto;
	margin: 0 auto;
}

#main-contents{ font-size: 1.4em; }

#main-contents .contents{
	margin-bottom: 3.5em;
	padding: 0 10px;
}

#main-contents .contents .conts{
	margin-bottom: 2.5em;
}



/*●H1タグ / H2タグ（トップのみ）*/
#main-contents h1,
#home #main-contents h2{
	margin: 1.5em 0 0;
	padding: 16px 13px 10px;
/*	background-color: #000; */
	background-image:url(../images/h1_background.gif);
	background-repeat:no-repeat;
	color: #fff;
	font-size: 1.429em;
	border:0px;
}

#main-contents h1 a:link,
#main-contents h1 a:visited,
#home #main-contents h2 a:link,
#home #main-contents h2 a:visited{ color: #fff; }

#main-contents h1 a:hover,
#main-contents h1 a:active,
#home #main-contents h2 a:hover,
#home #main-contents h2 a:active{ color: #f60; }

#main-contents h1.no-decor,
#home #main-contents h2.no-decor,
#main-contents h1.img-title,
#home #main-contents h2.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}

#main-contents h1.no-decor a:link,
#main-contents h1.no-decor a:visited,
#home #main-contents h2.no-decor a:link,
#home #main-contents h2.no-decor a:visited,
#main-contents h1.img-title a:link,
#main-contents h1.img-title a:visited,
#home #main-contents h2.img-title a:link,
#home #main-contents h2.img-title a:visited{ color: #333; }

#main-contents h1.no-decor a:hover,
#main-contents h1.no-decor a:active,
#home #main-contents h2.no-decor a:hover,
#home #main-contents h2.no-decor a:active,
#main-contents h1.img-title a:hover,
#main-contents h1.img-title a:active,
#home #main-contents h2.img-title a:hover,
#home #main-contents h2.img-title a:active{ color: #f60; }





/*●H2タグ*/
#main-contents h2{
	margin: 0 auto 20px;
	padding-left:50px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	font-weight: bold;
	font-size: 1.286em;
	background-image:url(../images/icon/h2_icon.gif);
	background-repeat:no-repeat;
}

#list_studio h2{
	background-image:none;
}



#main-contents h2 a:link,
#main-contents h2 a:visited{ color: #333; }

#main-contents h2 a:hover,
#main-contents h2 a:active{ color: #f60; }

#main-contents h2.no-decor,
#main-contents h2.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}

/*●背景画像付きH2タグ*/
#studio-live{
	background-image:url(../../images/7st_live.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin:10px;
	padding:10px 50px;
	border-bottom: 2px solid #f00;
}

#live-rec{
	background-image:url(../../images/7st_rec.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin:0px;
	padding:10px 50px;
	border-bottom: 2px solid #f00;
}

#ustream{
	background-image:url(../../images/7st_ust.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin:0px;
	padding:10px 50px;
	border-bottom: 2px solid #f00;
}


/*●H3タグ*/
#main-contents h3{
	margin: 20px 0 10px;
	padding: 10px 0 0 20px;
	color: #f00;
	font-weight: bold;
	font-size: 1.5em;
	border-bottom: #F00 1px solid;
	background: url(../images/icon/icon-arrow_r-red.png) left 19px no-repeat;
}

/* #main-contents h3 a:link,
#main-contents h3 a:visited{ color: #fff; }

#main-contents h3 a:hover,
#main-contents h3 a:active{ color: #f60; }
*/

#main-contents h3.no-decor,
#main-contents h3.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
	color: #333;
}

#main-contents h3.no-decor a:link,
#main-contents h3.no-decor a:visited,
#main-contents h3.img-title a:link,
#main-contents h3.img-title a:visited{ color: #333; }

#main-contents h3.no-decor a:hover,
#main-contents h3.no-decor a:active,
#main-contents h3.img-title a:hover,
#main-contents h3.img-title a:active{ color: #f60; }

/*●H4タグ*/
#main-contents h4{
	margin: 0 0 20px;
	padding: 0px;
	border: 0px none;
	font-weight: bold;
	font-size: 1.4em;
}

#main-contents h4 a:link,
#main-contents h4 a:visited{ color: #333; }

#main-contents h4 a:hover,
#main-contents h4 a:active{ color: #f60; }

#main-contents h4.no-decor,
#main-contents h4.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}


/*●H5タグ*/
#main-contents h5{
	margin: 0 0 20px;
	padding: 0;
	font-size: 1.143em;
	font-weight: bold;
}

#main-contents h5 a:link,
#main-contents h5 a:visited{ color: #333; }

#main-contents h5 a:hover,
#main-contents h5 a:active{ color: #f60; }

#main-contents h5.no-decor,
#main-contents h5.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}


/*●段落タグ*/
#main-contents p{ margin-bottom: 1.5em; }
#main-contents .note{
	padding-left: 1em;
	text-indent: -1em;
}


/*●リストタグ*/
#main-contents ul,
#main-contents ol{
	margin: 0 0.8em 1.5em 0;
	padding: 0;
}

#main-contents li{
	line-height: 1.5em;
	margin-bottom: 0.5em;
}


/*●横並びリスト*/
#main-contents .inline-list{
	margin: 0 0 1.5em;
	padding: 0;
}

#main-contents .inline-list li{
	display: inline;
	list-style: none;
}

#main-contents .inline-list li span{
	margin: 0 0.5em;
}


/*●引用タグ*/
#main-contents q{
	margin: 0 2px;
	padding: 0 8px;
	background: #efefef;
}

#main-contents blockquote{
	overflow: auto;
	margin: 0 1em 1.5em;
	padding: 1em;
	border: 3px solid #d7d7d7;
	background: url(../images/common/bg-blockquote.png) 3px 3px no-repeat #e0e0e0;
	color: #444;
}


/*●テーブルタグ*/
#main-contents table{
	margin-bottom: 1.5em;
	padding: 0;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	table-layout: auto;
}

#main-contents th,
#main-contents td{
	padding: 0.5em;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

#main-contents table .even{
	background-color: #dfdfdf;
}


#main-contents th{
	background-color: #828282;
	color: #fff;
	font-weight: bold;
	text-align: left;
}

#main-contents .table-style tbody th{
	background-color: transparent;
	color: #333;
	font-weight: normal;
}

#main-contents .table-style th{ vertical-align: top; }

#main-contents .no-alternation .even{ background-color: transparent; }


/*●最新情報*/
#main-contents dl.news{
	margin: 0 0 3.5em;
	padding: 0;
}

#main-contents dl.news dt{
	float: left;
	width: 8em;
	margin: 0;
	padding: 0 0 0 1em;
}

#main-contents dl.news dd{
	margin: 0 0 10px 0;
	padding: 0 0 0.8em 9em;
	border-bottom: 1px dotted #414141;
}

#main-contents dl.news .bnr{
	float: right;
	padding-left: 10px;
}



/*●定義タグ スタイル01*/
#main-contents dl.dl-style01{
	margin: 0 0 3.5em;
	padding: 0;
}

#main-contents dl.dl-style01 dt{
	float: left;
	width: 9em;
	margin: 0;
	padding: 0 0 0 1em;
}

#main-contents dl.dl-style01 dd{
	margin: 0 0 10px 0;
	padding: 0 1em 0.8em 10em;
	border-bottom: 1px dotted #414141;
}


/*●定義タグ スタイル02*/
#main-contents  dl.dl-style02{
	margin-bottom: 1.2em;
	padding: 0;
	border: 1px solid #777;
	border-top: 0;
	background-color: #ddd;
}

#main-contents dl.dl-style02 dt{
	margin: 0;
	padding: 0.5em;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	font-weight: bold;
}

#main-contents dl.dl-style02 dd{
	margin: 0;
	padding: 0.8em 1.0em;
	background-color: #fff;
}


/*●チェックリスト（リストタグ）*/
#main-contents ul.checklist{
	margin: 0 0 1.5em;
	padding: 1em;
	padding-bottom: 0;
	border: 1px solid #414141;
}

#main-contents ul.checklist li{
	margin-bottom: 1.5em;
	padding-top: 5px;
	padding-left: 24px;
	background: url(../images/icon/icon-check01-red.png) left top no-repeat;
	list-style-type: none;
}


/*●戻る＆進むリンク*/
.link-next,
.link-back,
.link-next02,
.link-back02{ clear: both; }

.link-next,
.link-next02{ text-align: right; }

.link-back,
.link-back02{ text-align: left; }

.link-next a{
	padding: 3px 0 3px 15px;
	background: url(../images/icon/icon-arrow_r.png) 0 7px no-repeat;
}
.link-back a{
	padding: 3px 0 3px 15px;
	background: url(../images/icon/icon-arrow_l.png) 0 7px no-repeat;
}

.link-next02 a{
	padding: 3px 0 3px 15px;
	background: url(../images/icon/icon-arrow_r-yellow.png) 0 7px no-repeat;
}
.link-back02 a{
	padding: 3px 0 3px 15px;
	background: url(../images/icon/icon-arrow_l-yellow.png) 0 7px no-repeat;
}


/*●段組み*/
.box-wrap .box-l{
	float: left;
	width: 48%;
	margin: 0 0 1.5em;
	border: 1px solid #000; /*boxの枠線の指示*/
}

.box-wrap .box-r{
	float: right;
	width: 48%;
	margin: 0 0 1.5em;
	border: 1px solid #000;
}

#main-contents .box-wrap .title{
	margin-bottom: 1.5em;
	background-color: #000; /*boxのタイトルの背景色*/
}

#main-contents .box-wrap .title p{
	margin: 0 10px;
	padding: 5px 0;
	font-weight: bold;
	color: #fff;
}

.recbox-wrap .recbox-l{
	float: left;
	width: 65%;
	margin: 0 0.2em 0 0 ;
	padding:0;
	border: 0; /*boxの枠線の指示*/
}

.recbox-wrap .recbox-r{
	float: right;
	width: 34%;
	margin: 0;
	padding:0;
	border: 0;
}
.contents recbox-wrap{
	margin:0;
	padding:0;
	border:1;
}



/*●ランキング（リストタグ）*/
#main-contents .box-wrap .ranking{
	margin: 0 0 15px;
}

#main-contents .ranking li{
	list-style: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #aaa; /*区切り線の指示*/
	background: none;
}

#main-contents .ranking li.end{
	padding-bottom: 0;
	border-bottom: none;
}

#main-contents .ranking p{ margin: 0 0 10px; }


/*プロフィール*/
.profile-box{
	margin-bottom: 35px;
	border-bottom: 1px dotted #575757;
}

.profile-desc{
	float: right;
	width: 414px;
	margin-bottom:15px;
}

.profile-image{
	float: left;
	width: 200px;
	margin-bottom:15px;
}

.comment-box{
	margin-bottom: 15px;
	padding: 10px 12px;
	background-color: #c9c9c9;
}

/*--------------------------------------------------------
機材レンタル
--------------------------------------------------------*/

#main-contents h1{
	margin: 0 0 20px 0;
}


#text-top h1{
	text-decoration:none;
	background:none;
	color:#000;
	margin:10px 0 0;
	padding:0;
	font-size:1.5em;
	font-weight:bold;
}

#text-top p{
	font-size:0.9em;
	margin-bottom:0;
}

#text-box1{
	width: 500px;
	height: auto;
	float: left;
}




.pa_list{
	width:100%;
	height:150px;
	padding:0px;
	margin: 5px 0px;
	background-image:url(../images/bg_palist.gif);
	background-repeat: no-repeat;
	text-align: center;
}


/*- 機材テキスト一覧 -*/

.description_img{
	clear:right;
	float:left;
	width:200px;
	margin-top:20px;
}
.description_text{
	float:right;
	width:500px;
	margin-left:10px;
	font-size:12px;
	margin-top:20px;
}





/*- 機材テキスト一覧 -*/
.list_paall{
	font-size:12px;
}



/*- 各PAセット紹介 -*/
#list_paset{
	width:704px;
	padding:10px;
	margin:5px 0px;
	border:#F00 3px solid;
}

#list_paset h3{
	padding:0px;
	margin:0 0 10px 0;
	text-decoration:none;
	border:none;
	background:none;
}

#list_paset p{
	padding:13px 0px 0 0;
	margin:0;
	font-weight:bold;
}

.paset_text{
	float:left;
	width:289px;
	padding:0 10px 0 0;
}
.paset_img{
	float:right;
	width:405px;
	padding:0;
	margin-bottom:10px;
}


/*- 各PA単品紹介 -*/
#list_patanpin{
	display: block;
	width:708px;
	border:#F00 1px solid;
	padding:10px;
	margin:20px 0;
}
#list_patanpin h3{
	float:left;
	padding:0px;
	margin:0;
	text-decoration:none;
	border:none;
	background:none;
	color:#FF0000;
	display:inline;
}
#list_patanpin .price{
	float:right;
	text-align:right;
	margin:0;
	padding:2px 10px;
	display:block;
	background-color:#eee;
	font-size:14px;
	font-weight:bold;
	color:#F00;
}
#list_patanpin .images{
	clear:right;
	float:left;
	width:150px;
}
#list_patanpin .text{
	float:right;
	width:548px;
	margin-left:10px;
	font-size:12px;
}

hr{
	margin:5px 0;
}



/*- 過去の実績 -*/
#case{
	float:left;
}

#case #case_list li{
	position: relative;
	padding:0;
	margin:10px 0;
	list-style: none;
	background-image:url(../images/common/bg_case.gif);
	width:710px;
	height:34px;
	white-space: nowrap;
}

#case #case_list .case_left{
	float:left;
	text-align:left;
	margin-left:20px;
	margin-top:5px;
	width:450px
}
#case #case_list .case_right{
	float:right;
	margin-right:20px;
	margin-top:5px;
}






/*--------------------------------------------------------
Q&A　アコーディンオン式
--------------------------------------------------------*/

#acMenu dt{
	display:block;
	width:710px;
	text-align:left;
	cursor:pointer;
	padding:10px;
	margin-top:20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
    }
#acMenu dd{
    background:#f2f2f2;
	padding:10px;
    width:640px;
    text-align:left;
    display:none;
    }





/*--------------------------------------------------------
float　左右
--------------------------------------------------------*/

.left_w10{float:left; width:10%; clear:left;}
.left_w15{float:left; width:15%; clear:left;}
.left_w20{float:left; width:20%; clear:left;}
.left_w25{float:left; width:25%; clear:left;}
.left_w30{float:left; width:30%; clear:left;}
.left_w35{float:left; width:35%; clear:left;}
.left_w40{float:left; width:40%; clear:left;}
.left_w45{float:left; width:45%; clear:left;}
.left_w50{float:left; width:50%; clear:left;}
.left_w55{float:left; width:55%; clear:left;}
.left_w60{float:left; width:60%; clear:left;}
.left_w65{float:left; width:65%; clear:left;}
.left_w70{float:left; width:70%; clear:left;}
.left_w75{float:left; width:75%; clear:left;}
.left_w80{float:left; width:80%; clear:left;}
.left_w85{float:left; width:85%; clear:left;}
.left_w90{float:left; width:90%; clear:left;}
.right_w10{float:right; width:10%; clear:right;}
.right_w15{float:right; width:15%; clear:right;}
.right_w20{float:right; width:20%; clear:right;}
.right_w25{float:right; width:25%; clear:right;}
.right_w30{float:right; width:30%; clear:right;}
.right_w35{float:right; width:35%; clear:right;}
.right_w40{float:right; width:40%; clear:right;}
.right_w45{float:right; width:45%; clear:right;}
.right_w50{float:right; width:50%; clear:right;}
.right_w55{float:right; width:55%; clear:right;}
.right_w60{float:right; width:60%; clear:right;}
.right_w65{float:right; width:65%; clear:right;}
.right_w70{float:right; width:70%; clear:right;}
.right_w75{float:right; width:75%; clear:right;}
.right_w80{float:right; width:80%; clear:right;}
.right_w85{float:right; width:85%; clear:right;}
.right_w90{float:right; width:90%; clear:right;}


/*--------------------------------------------------------
goods
--------------------------------------------------------*/

.goods{
	width:100%;
	padding:0px;
	margin: 0;
}

.itemBox{
	width:123px;
	height:162px;
	margin:0px 3px 0px 0px;
	float:left;
}
.itemPhoto{
	margin:0;
	padding:0;
	text-align:left;
}
.itemPhoto img{
	width:123;
	height:123;
	border:0;
}
.itemText{
	margin:0;
	padding:0;
	line-height:18px;
	font-size: 0.8em;
}






/*--------------------------------------------------------
サブコンテンツ / サイドバー
--------------------------------------------------------*/

#sidebar{
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

* html #sidebar{ overflow: hidden; }

#sidebar li{ list-style: none; }


/*●コンテンツ*/
#sidebar .contents{
	margin-bottom: 1.5em;
	padding: 0em;
	background-color: #fff;
	color: #fff;
}

#sidebar .contents a:link,
#sidebar .contents a:visited{ color: #fff; }
#sidebar .contents a:hover,
#sidebar .contents a:active{ color: #f60; }

#sidebar hr{ clear: both; }


/*●サイドバーの見出し*/
#sidebar h3{
	padding: 0.7em;
	background-color: #f00;
	font-weight: bold;
	color: #fff;
}

#sidebar .contents h3{
	margin: -0.5em;
	margin-bottom: 0.8em;
}


/*●サイドメニュー*/
#sidebar .side-menu{
	margin: 0;
	padding: 0 12px;
}

#sidebar .side-menu li{
	list-style: none;
	margin-bottom: 15px;
	padding-left: 0px;
	background: url(../images/icon/icon-arw.png) left 5px no-repeat;
}

#sidebar .side-menu ul{
	margin: 0;
	margin-top: 15px;
}

#sidebar .side-menu li li{
	width: 95%;
	border: 0;
}


/*●バナーリスト*/
#sidebar .banner-list {
	margin-bottom: 30px;
}

#sidebar .banner-list li{
	margin-bottom: 10px;
}

#sidebar .banner-list .btn_howtorec{
	width: 150px;
	margin: auto;
	margin-bottom: 10px;
}


/*●スタジオリスト*/
#sidebar .rental-list{ margin-bottom: 10px; }

#sidebar .rental-list li{
	margin-bottom: 5px;
	list-style: none;
	text-align: center;
}

/*●divフレームをボーダーで囲む*/

.frameborder{
	border:3px;
	border-style:solid;
	border-color:#f00;
}

#iframe{
	width: 450px;
	height: auto;
	float: right;
	margin: 0;
	padding: 0;
}


/*--------------------------------------------------------
フッター
--------------------------------------------------------*/

#footer{
	background-color: #f00;
	color: #fff;
}

#footer ul{ margin-bottom: 40px; }

#footer ul,
#footer .copyright{
	text-align: center;
}

#footer li{
	display: inline;
	list-style: none;
	margin-right: 40px;
	padding-left: 8px;
	background: url(../images/icon/icon-arw.png) left center no-repeat;
}

#footer li:last-child{
	margin-right: 0;
}

#footer{
	clear: both;
	padding: 15px 0;
	font-size: 1.2em;
}

#footer a:link,
#footer a:visited{ color: #fff; }
#footer a:hover,
#footer a:active{ color: #f60; }


/*--------------------------------------------------------
ページトップ
--------------------------------------------------------*/

.page-top{
	position: fixed;
	right: 0;
	bottom: 20px;
	z-index: 99;
	width: 188px;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
}

* html .page-top{ display: none; }

.page-top a{
	display: block;
	padding: 10px;
	padding-left: 48px;
	border: 1px solid #fff;
	border-right: 0;
	text-decoration: none;
	-webkit-border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-o-border-radius: 4px 0px 0px 4px;
	-ms-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
}

.page-top a:link,
.page-top a:visited{
	background: url(../images/common/bg-pagetop.png) 14px center no-repeat #000;
	color: #fff;
}

.page-top a:hover,
.page-top a:active{
	background: url(../images/common/bg-pagetop.png) 14px center no-repeat #f60;
	color: #fff;
}


/*------------------------------------------------------------
ソーシャルボタン
-------------------------------------------------------------*/

#main-contents .sb{
	width:100%;
	margin: 0;
	padding: 0;
}

#main-contents .sb li{
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
	list-style: none;
}

* html #main-contents .sb li{
	float: left;
	width: 130px;
	list-style: none;
} /* IE6 */

*+html #main-contents .sb li{
	display: inline;
	list-style: none;
} /* IE7 */

#main iframe.twitter-share-button{ width: 100px!important; }


/*------------------------------------------------------------
floatの回り込みを解除
-------------------------------------------------------------*/

#header:after,
#global-nav #menu:after,
#main:after,
.contents:after,
#main-contents dl.news:after,
#main-contents dl.news .news-cont-wrap:after,
#main-contents dl.dl-style01:after,
.box-wrap:after,
#main-contents .sb:after,
.clearfix:after{ content : ''; display : block; clear : both; height:0; }

#header,
#global-nav #menu,
#main,
.contents,
#main-contents dl.news,
#main-contents dl.news .news-cont-wrap,
#main-contents dl.dl-style01,
.box-wrap,
#main-contents .sb,
.clearfix{ /zoom : 1; }


/*------------------------------------------------------------
　template created by web-rider
-------------------------------------------------------------*/