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

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

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




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

body{  
    margin: 0;  
    padding: 0;
		background: #f7f1d3;
		text-align: center;
}  

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: 0px;
	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: 18px;
	padding-left: 111px;
	margin-left: -475px;
	text-align: left;
}

#control_bar ul li {
	display: inline-block;
	position: relative;
}

#control_bar ul li#volume_parts {
	display: none;
}

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

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

#languageList {
	width: 252px;
}

#voice_languageList {
	width: 203px;
	float: right;
}

#voice_languageList li {
	float: left;
}

#intervalList {
	width: 252px;
}

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

.voice_interval_innerList li {
	float: left;
}

/*.voice_interval_inner {
	width: 134px;
	background: url(../common/skin/skin_interval_bg.jpg) top left no-repeat;
	height: 18px;
	float: left;
	padding: 8px 4px 0 8px;
	font-size: 80%;
}*/

.interTime {
	width: 17px;
	float: left;
	padding-left: 7px;
}

.interBox {
	width: 113px;
	float: right;
	position: relative;
	clear: both;
}

.interval_bar {
	position: relative;
	top: -10px;
}

.interval_dragbar {
	position: absolute;
	top: -17px;
	left: 40px;
}


/*.voice_intervalList li {
	float: left;
}*/

#voice_displayList li {
	width: 50px;
	float: left;
}

#volumeBox {
	width: 78px;
	position: relative;
	top: -5px;
	left: 3px;
}

#btn_volume {
	position: absolute;
	top: -6px;
	left: 27px;
}

.vol_img {
	margin-bottom: 10px;
}



