/* Initializations / Rules
------------------------------------------------------------------*/ 
* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	}

body{
	background-color:#000;
	margin: 0px;
	text-align:center;
	font-size:12px;
	line-height:18px;
	font-family: "ＭＳ Ｐゴシック" , "Osaka";
	/*font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	color:#fff;
	}

img {
	border: none;
	}
	
img.b,
img.boxPart{
	display:block;
	}

th,td{
	vertical-align: top; 
	text-align:left;
	font-size:12px;
	line-height:18px;
	font-family: "ＭＳ Ｐゴシック" , "Osaka";
	}

.floatRight{
	float:right;
	display:inline;
	}
	
.floatLeft{
	float:left;
	display:inline;
	}
	
.clear{
	clear: both;
	font: 1px/1px monospace;
	}

.clear2{
	_clear:both;
	display:none;
	_display:inline;
	font: 1px/1px monospace;
	}

/* === clearfix ==*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.alignRight{
	text-align:right;
	}

.alignCenter{
	text-align:center;
	}

hr {
	color:#000;
	background-color:#000;
	height:1px;
	border:none;
	margin:0 10px;
	}

/* ====common header====*/
h1{}

h2{
	float:left;
	display:inline;
	}

h3{
	margin:0 0 15px 0;
	}

h4{}
h5{}
h6{}


/* ====text==== */
strong{
	font-size:16px;
	font-weight:bold;
	color:#ff3000;
	}

em{
	color:#ff3000;
	}
	
em.text{
	color:#ff3000;
	font-size:14px;
	}	

p{
	margin:0 0 15px 0;
	}

dl{
	clear:both;
	}
	
dt{
	float:left;
	display:inline;
	width:100px;
	font-weight:bold;
	}

dd{
	float:left;
	display:inline;
	width:460px;
	margin-bottom:25px;
	}
	
.note{
	padding-left:12px;
	text-indent:-12px;
	}
	
.noMarg{
	margin-bottom:0 ! important;
	}

.supp{
	font-size:10px ! important;
	line-height:14px ! important;
	}
	
.imgBox{
	margin:0 0 20px 0;
	}


/* ====Form==== */
input{
	font-size:12px;
	/*height:16px;
	_height:19px;
	border:1px solid #333;
	vertical-align:middle;*/
	}

select option{
	padding-right:15px;
	}

* html select option{
	padding-right:0;
	_padding-right:15px;
	}

label{
	cursor: pointer;
	}

/* ====test tool==== */
/*div { border:1px red dashed; }*/


/* Base Link
------------------------------------------------------------------*/
a{
	color:#b78039;
	}
	
a:hover{
	text-decoration:none; 
	color:#b78039;
	}


/* Common Layout
------------------------------------------------------------------*/
#container{
	text-align : left;
	margin:0px auto;
	width: 780px;
	}

#header{
	text-align:right;
	height:25px;
	}
	
#header img{
	margin-left:10px;
	}	

#wrapper{
	width:750px;
	margin:0 15px;
	}
	
#mainBody{}

#mainVisual{
	}
	
#mainVisual .bg{
	background:url(http://sp.eplus.jp/midori/image/main_v_bg.jpg) no-repeat;
	width:780px;
	height:88px;
	}
	
#mainVisual .bg p{
	margin:0 0 5px 390px;
	font-size:14px;
	line-height:18px;
	color:#b78039;
	}		

.indent{
	width:585px;
	float:right;
	display:inline;
	margin-top:15px;
	}	

#footer{
	text-align:center;
	border-top:1px solid #272727;
	padding:15px 0 0 0;
	height:40px;
	margin-top:25px;
	}


/* Global Navi
------------------------------------------------------------------*/
#globalNavi{
	background:url(http://sp.eplus.jp/midori/image/main_v_bg2.jpg) no-repeat;
	height:69px;
	}

#globalNavi ul{
	}
	
#globalNavi li{
	list-style:none;
	float:left;
	display:inline;
	line-height:0;
	}	
/* Common parts
------------------------------------------------------------------*/
.pageTop{
	text-align:right;
	margin:15px 0;
	}
	
.small{
	font-size:10px;
	line-height:14px;
	display:block;
	width:300px;
	margin:-15px 0 0 120px;
	}
	
.bold{
	font-weight:bold;
	margin:0;
	}		

.basicTable{
	width:595px;
	margin:0 0 25px 0; 
	}
	
.basicTable th,
.basicTable td{
	padding:5px 0;
	color:#FFF;
	border-bottom:1px solid #272727;
	}

.basicTable th{
	width:130px;
	}
	
.basicTable em{
	color:#fff;
	font-weight:bold;
	}	

.basicTable td{
	}
	
.basicTable td.co{
	color:#ff3000;
	font-weight:bold;
	width:200px;
	}
	
.basicTable td.co em{
	color:#ff3000;
	}
	
.imgRight{
	float:right;
	margin:30px 0 15px 15px;
	}
	
.imgLeft{
	float:left;
	margin:0 15px 15px 25px;
	}		
	
/* index 
------------------------------------------------------------------*/
.news{
	border-bottom:1px solid #272727;
	padding:0 0 7px 0;
	}
	
ul.list{
	margin:5px 0 20px 0;
	}	
	
ul.list li{
	float:left;
	list-style:none;
	display:inline;
	border-bottom:1px solid #272727;
	width:275px;
	padding:0 0 5px 0;
	margin:0 15px 0 0;
	}
	
.box{
	background:#1a1a1a;
	border:1px solid #272727;
	}	
	
.box p{
	margin:10px;
	}
	
.btn{
	text-align:center;
	}
	
.btn img{
	margin:0 25px;
	}
	
.favorite{
	width:749px;
	background:#3b3b3b;
	height:150px;
	}
	
.favorite .text{
	float:left;
	display:inline;
	width:480px;
	margin:5px 0 0 15px;
	}

#movieBox{
	margin:10px 0 20px 130px;
	background-color:#fff;
	padding:1px;
	width:320px;
	height:280px;
	}
