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

@media screen and (max-device-width: 480px){
    /* All iPhone only CSS goes here */
		#volumeList {
			display: none;
		}
}

@media screen and (max-device-width: 1024px){
    /* All iPhone only CSS goes here */
		#volumeList {
			display: none;
		}
}

#volumeList {
	display: none;
}




* {
	margin: 0px;
	padding: 0px;
}

body{  
	margin: 0;  
	padding: 0;
	background: #f7f1d3;
	text-align: center;
	/*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	font-weight: 100;
}  

ul,li {
	list-style: none;
}

/*img { vertical-align: text-bottom; }*/

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.inner_L {
	float: left;
}

.inner_R {
	float: right;
}




/* common hack style
-------------------------------------------------------------------------*/

/* ロールオーバー */
.rollover {
}

/* clearFix */
.clearFix {
	/*overflow:hidden;*/
}

.clearFix:after {
	content:"";
	display:block;
	clear:both;
	height:0px;
	overflow:hidden;
}

/*\*/
* html .clearFix {
	height:1em;
	overflow:visible;
}
/**/



/*
 common style
--------------------------------------------------------------------*/

/*.voice_btn {
	position: absolute;
	top: 5px;
	left: 0px;
}*/

#wrapper {
	width: 100%;
}

#head_wrap {
	width: 100%;
	background: #595656;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 50;
}

#header {
	width: 950px;
	height: 44px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

#header #credited {
	width: 328px;
	padding-top: 14px;
}

.head_list {
	position: absolute;
	top: 5px;
	right: 5px;
}

.head_list li {
	display: inline;
}

#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

.section {
	position: relative;
}

#footer {
	width: 950px;
	text-align: center;
	clear: both;
	margin: 0 auto;
	padding: 50px 0 0 0;
}







/*
 コントロールバー
--------------------------------------------------------------*/

#control_box {
	width: 100%;
	height: 77px;
	text-align: center;
	background: url(../common/skin/skin_bg.jpg) bottom left repeat-x;
	position: fixed;
	bottom: 0px;
	left: 0px;
}

#control_bar {
	width: 1000px;
	height: 77px;
	position: fixed;
	bottom: 0px;
	left: 50%;
	padding-top: 16px;
	/*padding-left: 60px;*/
	margin-left: -485px;
	text-align: left;
}

#control_bar ul.control_list {
	padding-left: 68px;
}

#control_bar ul li {
	display: inline-block;
	position: relative;
	margin-right: 0px;
}

#control_bar ul li li {
	margin-left: 0px;
}

#import_list {
	width: 60px;
	position: relative;
	top: -38px;
	display: none;
}

#voice_skipList li {
	width: 74px;
	float: left;
	top: 3px;
}

#voice_autoList li {
	width: 70px;
	float: left;
}

#voice_randomList li {
	width: 75px;
	float: left;
}

#timeList {
	width: 189px;
	height: 24px;
	background: url(../common/skin/skin_select01_bg.jpg) top left no-repeat;
	clear: both;
	position: relative;
}

.time_leftBox {
	width: 41px;
	padding: 0 0 0 6px;
	float: left;
}

.time_leftBox .timeTime {
	float: right;
	width: 13px;
	font-size: 80%;
	padding-top: 6px;
	padding-left: 7px;
}

.timeBox {
	width: 134px;
	float: right;
	position: relative;
}

.timeBox .timeBox_list {
	padding-top: 2px;
}

.timeBox .timeBox_list li {
	float: left;
}
	
.interval_bar {
	position: relative;
	top: 10px;
}

.interval_dragbar {
	position: absolute;
	top: 3px;
	left: 35px;
	z-index:101;
}

.voice_timeList {
	width: 122px;
	float: right;
}

.voice_timeList li {
	float: left;
}

#intervalList {
	width: 189px;
	height: 24px;
	background: url(../common/skin/skin_select01_bg.jpg) top left no-repeat;
	clear: both;
	position: relative;
}



.voice_intervalList {
	width: 122px;
	float: right;
}

.voice_intervalList li {
	float: left;
}

#languageList {
	width: 189px;
}

.voice_languageList {
	width: 138px;
	float: right;
}

.voice_languageList li {
	float: left;
}

#volumeList {
	width: 201px;
}

#volumeBox {
	width: 160px;
	float: right;
	position: relative;
}

#volume_bar {
	position: relative;
	top: 8px;
}

#volume_dragbar {
	position: absolute;
	top: 1px;
	left: 63px;
	z-index: 50;
	cursor: pointer;
}

.vol_img {
	float: left;
	margin-top: -2px;
}





