@charset "shift_jis";

/* -----------------------------------------------------------------------------
 Contents
----------------------------------------------------------------------------- */
#contents-area {
	text-align: left;

}
#contents-area h1{
	text-align:center;
	font-weight:300;
	font-size: 20px;
	border-width:6px 0px;
	border-color:#330066;
	border-style:double;
	padding: 2px 0 0 0;
	width:auto;
	margin:0 0 30px 0;
}

ul.newshop li a {
	width:48%;
	margin-bottom:10px;
	background-color:#990000;
	color:#ffffff;
	font-size:13px;
	margin-left: 6px;
	float: left;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
}
ul.newshop li a:hover {
	background-color: #EF3D14;
}


ul.tokyo{
	font-size:14px;
	width: auto;
	margin:10px auto;
}

ul.tokyo li{
	float:left;
	list-style:none;
}

ul.tokyo li a{
	color:#000;
	border:1px solid #000000;
	display:block;
	font-weight:bold;
	margin:2px;
	padding:2px;
	text-align:center;
	text-decoration:none;
	width:80px;
	height:20px;
	line-height:20px;
}

ul.tokyo li a:hover{
	background-color: #4D4D4D;
	color:#ffffff;
}


#contents-area caption{
	color:#8D427E;
	width: 99%;
	font-size:16px;
	font-weight:500;
	border:#8D427E 2px double;
	padding:4px 0;
	background-color:#ffffff;
}

.area{
	height:14px;
	background-color: #D7D7D7;
	color: #222222;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	vertical-align:middle;
}



#contents-area table{
	width: 100%;
	margin-top: 40px;
	font-size: 13px;
	
}


#contents-area table th{
	background-color:#666;
	padding:4px 0;
	color:#fff;
	text-align:center;
}

a.tp:link {
	display:block;
	font-weight:bold;
	border:#000 1px solid;
	padding:2px;
	color: #272727;
	text-decoration:none;
	margin:2px auto 0 auto;
	text-align: center;
} 

a.tp:visited {
	display:block;
	font-weight:bold;
	border:#000 1px solid;
	padding:2px;
	color: #6F6F6F;
	text-decoration:none;
	margin:2px auto 0 auto;
}  

a.tp:hover {
	display:block;
	font-weight:bold;
	border:#000 1px solid;
	padding:2px;
	color:#fff;
	background-color:#272727;
	text-decoration:none;
	margin:2px auto 0 auto;
} 

a.tp:active {
	display:block;
	font-weight:bold;
	border:#000 1px solid;
	padding:2px;
	color:#fff;
	background-color: #515151;
	text-decoration:none;
	margin:2px auto 0 auto;
}

#contents-area table td.pagetop{
	text-align:right;
}

#contents-area table td.pagetop a:link,
#contents-area table td.pagetop a:visited,
#contents-area table td.pagetop a:hover,
#contents-area table td.pagetop a:active{
	text-decoration:underline;
}
#contents-area table td {
	padding: 5px 0;
	
	
}
tr td:nth-child(1) {
	min-width: 80px;
	
}
	
tr td:nth-child(3) {
	width: 60px;
	text-align:center;
}
tr td:nth-child(4) {
	text-align:center;
}
tr td:nth-child(5) {
	text-align:center;
}
tr td:nth-child(6) {
	text-align:center;
}




/*-------------------------*/
/* 画面サイズ 560px*/
/*-------------------------*/
@media screen and (max-width: 560px) {

ul.newshop{ padding-left: 10px; padding-right: 10px;}
ul.newshop li{ display: block;}
ul.newshop li:not(:last-child){ margin-bottom: 10px;}
ul.newshop li a{ display: block; width: 100%; float: none; margin: auto;}

#contents-area #japan img{ width: 100%; height: auto;}

#contents-area table{ width: 500px;}

#contents-area .scroll_table{ overflow: auto; white-space: nowrap; padding: 0 10px 15px;}
#contents-area .scroll_table::-webkit-scrollbar { height: 2px;}
#contents-area .scroll_table::-webkit-scrollbar-track { margin: 0 2px; background: #d6d6d6; border-radius: 5px;}
#contents-area .scroll_table::-webkit-scrollbar-thumb { border-radius: 5px; background: #5B8635;}



}