/* CSS Document */

@font-face {
	font-family: 'FTT-UD明朝 L';
	src: url('data/material/TT_UDMincho-L.ttf') format('truetype');
}


h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
	font-weight: 400;
}
body {
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 1.3;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	background: #36344a;
}
html, body {
	height: 100%;
}
/** html body{  
   overflow: hidden; 
}   */

body, td, th {
	color: #fff;
	font-size: 14px;
}
html {
	overflow-y: scroll;
}
a:link {
	color: #fff;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #fff;
}
a:active {
	color: #fff;
}
ul, dl, dt {
	padding: 0px;
	margin: 0;
}
dd {
	margin: 0px 0px 0px 10pt;
}
li {
	list-style: none;
}
textarea {
	font-size: 10pt;
}
.clear {
	clear: both;
	width: 100%; /* IE6.7 */
	font-size: 0;
	line-height: 0;
	height: 0px;
	visibility: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/  
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  

.style_red {
	color: #FF0000;
}
.font_small {
	font-size: 8pt;
}
#wrapper {
	margin: auto;
	height: 100%;
}
header {
	padding-top: 40px;
	width: 100%;
	height: 110px;

}
header #logo {
	width: 150px;
	margin: 0 auto;
	padding-bottom:20px;
}
header #menu {
	display: flex;
	justify-content: center;
	padding-top: 0;
	/* [disabled]margin-top: 10px; */
}
header #menu li {
	padding-left: 12px;

}

#menu-wrap {
  width: 100%;
  height: 30px;
  background: #36344a;
}

.fixed{
  position: fixed;
  top: 0px;
	left: 0px;
  z-index: 9999;
}

footer {
	width: 100%;
	height: 90px;
	background-color: rgba(0,0,0,1);
	color: #fff;
	z-index: 700;
}
footer .box {
	width: 764px;
	padding-top: 16px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	margin: 0 auto;
	text-align: center;
}

footer .box img{
	padding-bottom: 4px;
}

footer .box span{
	font-size:12px;
	color:#f1f0ff;
}

#content {
	width: 100%;
	height: 100%;
	min-height: 100%; /* 最小の高さ */
	margin-right: auto;
	margin-left: auto;
	z-index: 0;
	padding-bottom: 20px;
	position: relative;
	background: #36344a;
	color:#000;
	font-size: 16px;

		
}



#wrapper > #content {
	/* [disabled]padding-right: 60px; */
	/* [disabled]padding-left: 60px; */
	padding-bottom: 60px;
	height: auto; /* 要素を超えた分の背景が伸びないブラウザ用 */
}
/*SNS button*/
#socialbuttons div {
	display: inline-block;
}
#socialbuttons {
	position: absolute;
	top: 10px;
	right: 10px;
}
#top {
	position: relative;
}
#top img {
	width: 100%;
}

#info_bar{
	width:643px;
}
#log_bar{
	padding: 4px 0;
	width:643px;
}


#log {
    font-family: 'FTT-UD明朝 L';
    font-size: 14px;
    position: absolute;
    left: 0px;
    color: #fff;
    background: rgba(20,20,20,0.6);
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    width: 100%;
    bottom: 0px;
}
#log dt {
}
#log dd {
	float: left;
}

#shop{
	width: 910px;
	margin: 0 auto;
}

#shop li{
	float:left;
}
