@charset "utf-8";

/*ベースリンク設定--------------------------------------------------------------*/

a:link,a:visited{color:#201714;text-decoration:none;}
a:hover{color:#971E23;text-decoration:underline;}


/*------------------------------------------------------------------------------

	contents

--------------------------------------------------------------------------------*/

#Bland-main{
	width:905px;
	height:350px;
	margin:0 auto 10px;
	background: url(../images/second/haikei_main.png) no-repeat left top;
	overflow:hidden;
	zoom:1;
}

#Bland-main div.B-main{
	float:right;
	_display:inline;
	width:767px;
	margin-right:10px;
	padding-top:5px;
}

#Bland-main div.B-navi{float:left;_display:inline;width:115px;text-align:center;margin-left:5px;}
#Bland-main div.B-navi ul{width:115px;margin:0 auto;padding-top:13px;}
#Bland-main div.B-navi ul li{margin-bottom:4px;}
#Bland-main div.B-navi ul li.last{margin-bottom:0px;}

#Bland-main div.B-navi ul li a:hover img{
	opacity:0.50;
	filter: alpha(opacity=50);
	background:#fff;
}

#Bland-main div.B-navi ul li img.act{
	opacity:0.30;
	filter: alpha(opacity=30);
	background:#fff;
}


/*------------------------------------------------------------------------------

	Top Banner

--------------------------------------------------------------------------------*/
ul#pickup_bnr{
	margin:30px auto 0;
}
ul#pickup_bnr li{
	margin:0 auto 30px;
}
ul#pickup_bnr li img{
	border:1px #cccccc solid;
}
ul#pickup_bnr li a:hover img{
    opacity:0.50;
    filter: alpha(opacity=50);
}


div#movie{
	margin:0 auto 15px;
}
div#bnr_50th{
	margin:0 auto 30px;
}
div#bnr_50th a span{
	display:block;
	padding-left:12px;
	font-size:12px;
	text-align:left;
	background:url(../images/arrow_02.png) no-repeat left 0.4em;
}

/*------------------------------------------------------------------------------

	Information

--------------------------------------------------------------------------------*/

#Primary-Body{
	width:960px;
	margin:0 auto; padding-top:30px;
	text-align:center;
	overflow:hidden;
}

#Primary-Body #Entry{width:620px;float:left;}
#Primary-Body #Utility{ width:290px; float:right;}




#Primary-Body #Entry h2{width:620px; height:37px !important; margin-bottom:10px;}
#Primary-Body #Entry p.List{ width:620px; text-align:right; font-size:13px;}
#Primary-Body #Entry p.List a{ text-decoration:underline;}



#Primary-Body #Entry dl{width:620px;text-align:left;}
#Primary-Body #Entry dl dt,
#Primary-Body #Entry dl dd{font-size:12px;padding-top:5px;padding-bottom:5px;}

#Primary-Body #Entry dl dt{
	width:65px;
	padding-left:5px;
	float:left;
	clear:both;
	border-bottom:1px dotted #999;
}

#Primary-Body #Entry dl dd{
	width:488px;
	float:left;
	border-bottom:1px dotted #999;
}

#Primary-Body #Entry dl dd a:link,
#Primary-Body #Entry dl dd a:visited{color:#971E23;text-decoration:underline;}
#Primary-Body #Entry dl dd a:hover{color:#201714;text-decoration:none;}




#Primary-Body #Entry ul#newsticker{width:620px;overflow:hidden;}
#Primary-Body #Entry ul#newsticker li{padding:0 0 10px;}

#Primary-Body #Entry ul#newsticker li table{
	width:620px;
    border-collapse: separate;
    border-spacing: 0;

}

#Primary-Body #Entry ul#newsticker li table th,
#Primary-Body #Entry ul#newsticker li table td{
	vertical-align:top;font-size:13px;text-align:left;
	border-bottom:1px dotted #DDD;
	padding-bottom:7px;
}


#Primary-Body #Entry ul#newsticker li table th.up{width:80px; padding:0 20px 0 0;}


#Primary-Body #Entry #uobei-shibuya{
	width:450px;
	margin:0 auto 10px;
}

#Primary-Body #Entry p#Mobile{ margin:0; padding:0;}
#Primary-Body #Entry ul#Campaign{ width:620px; padding-bottom:15px; overflow:hidden}
#Primary-Body #Entry ul#Campaign li{ width:620px;}


#Primary-Body #Utility div.Youtube{ padding-bottom:10px;}


#Primary-Body #Entry a:hover img{
    opacity:0.50;
    filter: alpha(opacity=50);
}



.dumbCrossFade {
	width:426px;
	height:100px;
	margin-bottom:10px;
	display:block;
	cursor:pointer;
	border:none;
	position:relative;
	overflow:hidden;
	z-index:1000;
}
.dumbCrossFade .dumbItem {
	display:none;
	position:absolute;
	/*top:24px;*/
	/*bottom:0;*/
	/*left:1px;*/
	border:none;
	_left:0;
	left:0;
}


@media only screen and (max-width: 640px){
#Primary-Body{
	width:auto;
	margin:0 auto; padding :30px 10px 0;
}

#Primary-Body #Entry{width: auto;float:none;margin: 0 0 20px;}
#Primary-Body #Utility{width: auto;float:none;text-align: center;}




#Primary-Body #Entry h2{ overflow: hidden;}
#Primary-Body #Entry p.List{ width:auto; text-align:right; font-size:13px;}
#Primary-Body #Entry p.List a{ text-decoration:underline;}



#Primary-Body #Entry dl{width:auto;text-align:left;}
#Primary-Body #Entry dl dt,
#Primary-Body #Entry dl dd{font-size:12px;padding-top:5px;padding-bottom:5px;}

#Primary-Body #Entry dl dt{
	width:65px;
	padding-left:5px;
	float:left;
	clear:both;
	border-bottom:1px dotted #999;
}

#Primary-Body #Entry dl dd{
	width:auto;
	float:none;
	padding-left: 75px;
	border-bottom:1px dotted #999;
}

#Primary-Body #Entry dl dd a:link,
#Primary-Body #Entry dl dd a:visited{color:#971E23;text-decoration:underline;}
#Primary-Body #Entry dl dd a:hover{color:#201714;text-decoration:none;}




#Primary-Body #Entry ul#newsticker{width:auto;overflow:hidden;}
#Primary-Body #Entry ul#newsticker li{padding:0 0 10px;}

#Primary-Body #Entry ul#newsticker li table{
	width:auto;
    border-collapse: separate;
    border-spacing: 0;

}

#Primary-Body #Entry ul#newsticker li table th,
#Primary-Body #Entry ul#newsticker li table td{
	vertical-align:top;font-size:13px;text-align:left;
	border-bottom:1px dotted #DDD;
	padding-bottom:7px;
}


#Primary-Body #Entry ul#newsticker li table th.up{width:80px; padding:0 20px 0 0;}


#Primary-Body #Entry #uobei-shibuya{
	width:auto;
	margin:0 auto 10px;
}

#Primary-Body #Entry p#Mobile{ margin:0; padding:0;}
#Primary-Body #Entry ul#Campaign{ width:auto; padding-bottom:15px; overflow:hidden}
#Primary-Body #Entry ul#Campaign li{ width:auto;}


#Primary-Body #Utility div.Youtube{ padding-bottom:10px;}


.dumbCrossFade {
	width:auto;
	height:100px;
	margin-bottom:10px;
	display:block;
	cursor:pointer;
	border:none;
	position:relative;
	overflow:hidden;
	z-index:1000;
}
.dumbCrossFade .dumbItem {
	display:none;
	position:absolute;
	/*top:24px;*/
	/*bottom:0;*/
	/*left:1px;*/
	border:none;
	_left:0;
	left:0;
}
}


/*------------------------------------------------------------------------------

	sns-topics

--------------------------------------------------------------------------------*/
ul#sns{
	clear:both;
	margin:0 auto 30px;
	letter-spacing:-0.40em;
}
ul#sns h2{
	margin-bottom:30px;
}
ul#sns h2 img{
	margin-top:50px;
}
ul#sns li{
	width:448px;
	height:252px;
	display:inline-block;
	*display:inline;
	margin-right:60px;
	vertical-align:top;
	letter-spacing:normal;
	zoom:1;
	border:1px #ccc solid;
	overflow:hidden;
}
ul#sns li:nth-child(3){margin-right:0;}


@media only screen and (max-width: 640px){
	ul#sns h2 img{
		max-width:none;
		overflow:hidden;
	}
	ul#sns li{
		margin:0 auto 20px;
	}
}
@media only screen and (max-width: 480px){
	ul#sns li{
		width:100%;
	}
}

/*------------------------------------------------------------------------------

	menu/kodawari/information

--------------------------------------------------------------------------------*/
#secBox{
	width:960px;
	margin:10px auto 0;
	padding:10px 0 50px;
	background:#fff;
	text-align:center;
}

.shadow {/*position:relative; background:#fff; padding:0px; display:block;*/
	background:#fff;
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

#topicpath{
	width:860px;
	margin:0 auto 10px;
	text-align:left;
	font-size:12px;
	overflow:hidden;
}


#topicpath ul{
	float:right;
	width:230px;
}

#topicpath ul li{ float:left; width:115px; text-align:center;}
#topicpath ul li a{ color:#FFF; font-size:12px; height:24px; line-height:24px; display:block;}
#topicpath ul li a:link,
#topicpath ul li a:visited{ color:#FFFF00; text-decoration:underline;}
#topicpath ul li a:hover{ color:#FFF; text-decoration:none;}

#topicpath ul li a.g-home{
	background: url(../images/topicspass/g_home.gif) no-repeat left center;
	padding:0 0 0 10px;
}
#topicpath ul li a.b-home{
	background: url(../images/topicspass/b_home.gif) no-repeat left center;
}



#MenuBox{
	width:900px;
	margin:0 auto 15px; padding-top:30px;
	text-align:center;
	overflow:hidden;
}

#MenuBox div{
	width:300px;
	float:left;
	text-align:center;
}

#MenuBox div dl{
	width:266px;
	margin:0 auto;
	text-align:left;
}

#MenuBox div dl dt{}

#MenuBox div dl dd{}

#MenuBox div dl dd ul{

}

#MenuBox div dl dd ul li{
	font-size:0.813em;
	padding:10px 0;
	margin:0 5px 0 5px;
	background: url(../images/dot_l.gif) repeat-x left bottom;
	text-align:left;
}

body:first-of-type #MenuBox div dl dd ul li{
	font-size:0.813em;
	padding:10px 0;
	margin:0 5px 0 5px;
	background: url(../images/dot_l.gif) repeat-x left bottom;
	text-align:left;
	/*letter-spacing:-0.1em;*/
}

#MenuBox div dl dd ul li a{
	background: url(../images/icon/pdf.png) no-repeat right center;
	padding-right:15px;
	display: inline-block;
}

#MenuBox div dl dd ul li a:link,
#MenuBox div dl dd ul li a:visited{color:#971E23;text-decoration:underline;}
#MenuBox div dl dd ul li a:hover{color:#201714;text-decoration:none;}
@media only screen and (max-width: 640px){
#MenuBox{width:auto;}
#MenuBox div{
	float: none;
	margin: 0 auto 20px;
}
}

#SafetyBox{
	width:822px;
	border:1px solid #2E2C2A;
	padding:1px 1px 10px;
	margin:0 auto;
	overflow:hidden;
}

#SafetyBox h3{
	height:27px; line-height:27px;
	text-align:left; padding:0 0 0 10px; margin-bottom:10px;
	background:#2E2C2A; color:#FFF;
	font-size:13px; font-weight:normal;
	clear:both;
}

#SafetyBox dl{
	width:391px; float:left;
	padding:0 10px;
	text-align:left;
}

#SafetyBox dl dt{
	font-size:13px;
	padding:0 0 5px; margin-bottom:5px;
	border-bottom:1px solid #2E2C2A;
}

#SafetyBox dl dd{font-size:13px;}
#SafetyBox dl dd a{
	display:block;
	padding-left:10px;
	background: url(../images/menu_arrow.gif) no-repeat left center;
}

#SafetyBox dl dd a:link,
#SafetyBox dl dd a:visited{ color:#006600; text-decoration:underline;}
#SafetyBox dl dd a:hover{ color:#990000; text-decoration:none;}
@media only screen and (max-width: 640px){
#SafetyBox{width:auto;}
#SafetyBox dl{
	width:auto;
	float:none;
	margin: 20px 0 0;
	padding:0 10px;
	text-align:left;
}
}
/*------------------------------------------------------------------------------

	att

--------------------------------------------------------------------------------*/

#attention{
	width:818px;
	margin:15px auto 0;
	padding:0px 0 5px;
	text-align:left;
	clear:both;
}

.genki_att{border:1px solid #FFB420;}
.ondo_att{border:1px solid #FEE203;}
.senryou_att{border:1px solid #2D0F17;}
.tokyo_att{border:1px solid #201614;}
.kamaya_att{border:1px solid #B09D24;}
.kaisen_att{border:1px solid #1974B4;}
.uobei_att{border:1px solid #952426;}

#attention h3{
	padding:2px 0;
	margin-bottom:1em;
	font-size:1em;
	text-indent:1em;
}

.genki_h3{background:#FFB420;}
.ondo_h3{background:#FEE203;}
.senryou_h3{background:#2D0F17; color:#fff;}
.tokyo_h3{background:#2D0F17; color:#fff;}
.kamaya_h3{background:#B09D24; color:#fff;}
.kaisen_h3{background:#1974B4; color:#fff;}
.uobei_h3{background:#952426; color:#fff;}

#attention dl{
	width:780px;
	margin:0 auto;
	text-align:left;
}

#attention dl dt{
	font-size:0.813em;
}

#attention dl dd{
	font-size:0.813em;
	line-height:1.0;
	margin-left:1em;
	margin-bottom:1em;
}

/*------------------------------------------------------------------------------

	blandlist

--------------------------------------------------------------------------------*/
ul#blandlist{
	width:805px;
	margin:30px auto 0;
	text-align:center;
	overflow:hidden;
}

ul#blandlist li{
	/*float:left;
	width:115px;*/
	display:inline; text-align:center;
}

ul#blandlist li a:hover img{
	opacity:0.60;
	filter: alpha(opacity=60);
}

/*------------------------------------------------------------------------------

	storeguide

--------------------------------------------------------------------------------*/
#storeGuide{
	width:820px;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}

#storeGuide #MapStatus{
	width:450px;
	font-size:0.938em;
	padding:3px 0;
	margin-bottom:1px;
	text-align:center;
	margin-left:370px;
	background:#EAA822;
	clear:both;
}

#storeGuide #storeNav{
	width:300px;
	float:left;
}

#storeGuide #MapArea{
	width:450px;
	height:360px;
	float:right;
	/*text-align:right;*/
}

#storeGuide #storeNav dl{
	width:100%;
	text-align:left;
}

#storeGuide #storeNav dl dt{
	font-size:0.875em;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #201714;
	color:#201714;
}

#storeGuide #storeNav dl dd{
	color:#201714;
	font-size:0.813em;
	margin-bottom:3px;
}

#storeGuide #storeNav p{margin-top:20px;}

#store02Guide{
	width:750px;
	margin:0 auto;
	padding:10px;
	text-align:center;
	background:#fff;
	overflow:hidden;
}

#store02Guide #MapStatus{
	width:450px;
	font-size:0.938em;
	padding:3px 0;
	margin-bottom:1px;
	text-align:center;
	margin-left:370px;
	background:#EAA822;
	float:right;
}

#store02Guide #store02Nav{
	width:290px;
	float:left;
}

#store02Guide #MapArea{
	width:450px;
	height:360px;
	float:right;
	/*text-align:right;*/
}

#store02Guide #store02Nav dl{
	width:100%;
	text-align:left;
}

#store02Guide #store02Nav dl dt{
	font-size:1.125em;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #201714;
	color:#201714;
}

#store02Guide #store02Nav dl dt img{
	margin-left:15px;
}

#store02Guide #store02Nav dl dd{
	color:#201714;
	font-size:0.875em;
	padding-bottom:5px;
	margin-bottom:5px;
	background: url(../images/dot_l.gif) repeat-x left bottom;
}

#store02Guide #store02Nav p{margin-top:20px;}
@media only screen and (max-width: 640px){
#store02Guide{width: auto;min-height: 300px;overflow: auto;}
#store02Guide #MapStatus{
	width:100%;
	margin-bottom:20px;
	margin-left:0;
	float:none;
}
#store02Guide #MapArea{float: none;width: 100%; height: 300px;}
#store02Guide #store02Nav{width:100%;float:none;}
#store02Guide #store02Nav p{display: none;}
}


/*------------------------------------------------------------------------------

	Banner

--------------------------------------------------------------------------------*/
#Banner{
	width:870px;
	margin:30px auto 0;
	padding-top:10px;
	border-top:1px solid #AAAAA9;
	text-align:center;
	overflow:hidden;
}



#Banner ul{
	width:870px;
	margin:0 auto;
}

#Banner ul li{
	float:left;
	height:60px;
}

#Banner ul li.w162{width:162px; text-align:left !important;}
#Banner ul li.w222{width:222px; text-align:right !important;}
#Banner ul li.banner01{width:130px;}
#Banner ul li.banner02{width:220px;}
#Banner ul li.banner03{width:132px;}
#Banner ul li.last{width:200px;}

/* IE 6 */
/** html #Banner ul li{
	vertical-align:middle;
	display:inline;
	zoom:1;
}*/

/* IE 7 */
/**:first-child+html #Banner ul li{
	vertical-align:middle;
	display:inline;
	zoom:1;
}*/


table#banner{
	width:870px;
	margin:30px auto 0;
	text-align:center;
	overflow:hidden;
}

table#banner th{width:200px; vertical-align:top;}
table#banner td{ text-align:left;width:162px; padding:2px 0;}


#Mobile{
	width:870px;
	margin:0 auto;
	text-align:right;
	font-size:12px;
}

#Mobile a:link,
#Mobile a:visited{color:#CC0000;}
#Mobile a:hover{color:#352B24;}

/*------------------------------------------------------------------------------

	System

--------------------------------------------------------------------------------*/

.openDialog{cursor: pointer;}
