@charset "utf-8";
/* CSS Document */

/*==================================================
	
  ● Title //CSS名
  ○ layout.css
  
  ● Created Date in CSS //CSS作成日
  ○ 2010.04.12
  
  ● Last Update //最終更新日
  ○ 2010.04.18
  
  ● Created by //製作元
  ○ ROM SHARING.INC
  
  ● Author //著者
  
  ● a Table of Contents //目次
  ○ Whole
  ○ Header
  ○ Navigation
  ○ Page Title
  ○ Contents
     ├Contents Left
	 └Contents Right
  ○ Footer
 
==================================================*/

/*--------------------------------------------------
  ○ Whole
--------------------------------------------------*/

#over{
	background:url(../images/onair/onair_bg.png) no-repeat center bottom;
	min-height:1314px;
}

#mirror {
	height: 1010px;
	width: 675px;
	background: url(../images/special/room/mirror.png) no-repeat;
	line-height:0;
	font-size:0px;
}

#tx {
	width: 560px;
	padding: 175px 56px 100px;
}

#tx p {
	text-align: center;
	padding-bottom: 30px;
}

.scene_list{
	width:714px;
	height:auto;
	clear:both;
	overflow:hidden;
}

.scene_list li{
	display:block;
	width:352px;
	height:auto;
	float:left;
	padding:10px 10px 20px 0px;
}

.scene_list li.nopad{
	display:block;
	width:350px;
	height:auto;
	float:left;
	padding:10px 0px 20px 0px;
}


.frame1 {
	width: 350px;
	height: 197px;
	display: block;
	overflow: hidden;
	background: transparent url(../images/special/room/v01.jpg) no-repeat top left;
	border:1px solid #CCC;
	-webkit-box-shadow: 3px 3px 4px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    3px 3px 4px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         3px 3px 4px 0px rgba(50, 50, 50, 0.75);
}

.frame2 {
	width: 350px;
	height: 197px;
	display: block;
	overflow: hidden;
	background: transparent url(../images/special/room/v02.jpg) no-repeat top left;
	border:1px solid #CCC;
	-webkit-box-shadow: 3px 3px 4px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    3px 3px 4px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         3px 3px 4px 0px rgba(50, 50, 50, 0.75);
}

.btn1{
	text-align:center;
	margin:10px 0px 50px 0px;
	cursor:pointer;
}

.btn2{
	text-align:center;
	margin:10px 0px 50px 0px;
	cursor:pointer;
}

.btn_vsl{
	width:160px;
	margin:10px auto 0px auto;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 2px;
	text-decoration: none;
	padding: 10px 10px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #000), color-stop(0.00, #575757));
	background: -webkit-linear-gradient(#575757, #000);
	background: -moz-linear-gradient(#575757, #000);
	background: -o-linear-gradient(#575757, #000);
	background: -ms-linear-gradient(#575757, #000);
	background: linear-gradient(#575757, #000);
}











