@charset "shift_jis";
/* CSS Document */

*{ margin:0; padding:0; }
body{
	background:#000;
	font-size: 12px;
	color:#fff;
	font-family:"lr SVbN", "MS Gothic", "Osaka|", Osaka-mono, monospace;
}
img,
a img{ border:0; }
img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    width: auto;
}
li{ list-style:none; }
.mgb20{ margin-bottom:20px; }


#somecity.wrapper{
	width:980px;
	margin:0 auto;
}

#somecity.wrapper h1{
	margin:20px 0 0 7px;
}
#somecity #contentAreaWide{
	padding:0 50px;
}
#somecity .header{
    background:url(../images/main.jpg) no-repeat left top;
    height:552px;
    position: relative;
}
#somecity .header .mv_start{
/*    position: absolute;
	top:208px;
	left:384px;*/
}
#somecity #contentAreaWide .txt1{
	font-size:15px;
	margin-bottom:40px;
	line-height:20px;
}
#somecity .clbArea .lg{
	margin:0 143px 30px 143px;
}
#somecity .clbArea .tit{
	margin:0 0 10px 0;
}
#somecity .clbArea .itemArea .Left{
	float:left;
	width:440px;
	height:440px;
}
#somecity .clbArea .itemArea .Right{
	float:right;
	width:440px;
	height:440px;
}
#somecity .clbArea .itemArea .item1,
#somecity .clbArea .itemArea .item3{
	float:right;
	background:#FFFFFF;
	width:440px;
	height:440px;
	color:#000000;
}
#somecity .clbArea .itemArea .item2{
	float:left;
	background:#FFFFFF;
	width:440px;
	height:440px;
	color:#000000;
}
#somecity .clbArea .itemArea .item1 .imgItem,
#somecity .clbArea .itemArea .item3 .imgItem{
	margin:0 0 17px 0;
	padding:30px 60px 0 60px;
}
#somecity .clbArea .itemArea .item2 .imgItem{
	margin:0 0 17px 0;
	padding:29px 60px 0 60px;
}
#somecity .clbArea .itemArea .item1 .info,
#somecity .clbArea .itemArea .item2 .info,
#somecity .clbArea .itemArea .item3 .info{
	float:left;
	padding:0 0 0 20px;
	font-size:12px;
	line-height:20px;
}
#somecity .clbArea .itemArea .item1 .info .name,
#somecity .clbArea .itemArea .item2 .info .name,
#somecity .clbArea .itemArea .item3 .info .name{
	font-weight:bold;
	letter-spacing:-0.2px;
}
#somecity .clbArea .itemArea .item1 .btnBuy,
#somecity .clbArea .itemArea .item2 .btnBuy,
#somecity .clbArea .itemArea .item3 .btnBuy{
	float:right;
	padding:25px 20px 0 0;
}
#somecity .clbArea .btnMovie{
	text-align:center;
	margin:40px auto;
}

#somecity .aboutArea{
	margin-bottom:80px;
}
#somecity .aboutArea .txt2{
	font-size:15px;
	line-height:20px;
	margin-bottom:40px;
}
#somecity .aboutArea .btnArea .Left{
	float:left;
	padding-left:120px;
}
#somecity .aboutArea .btnArea .Right{
	float:right;
	padding-right:120px;
}

p.footer{
	text-align:center;
}


/*============================ clearfix =============================*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE-mac */

.lineclear {
	background-image:none;
}

.clearfix { min-height: 1px; }
