@charset "UTF-8";

/* 東京マルイ - layout.css
	COPYRIGHT(C) TOKYO MARUI Co., Ltd. All rights reserved.

	[Layout]
		1, Site Header
		2, Site Navigation
		3, Site Footer
		4, Contents

*/

body {
	background: #fff;
	font-family: "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro", "メイリオ",​ sans-serif;
}
.fixed_container {
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
}
.block {
  margin-bottom: 0;
}

/* site header
----------------------------------------------------*/
.global_header {
	height: 18px;
	background-image: -moz-linear-gradient(top, #000, #5c5c5c);
	background-image: -ms-linear-gradient(top, #000, #5c5c5c);
	background-image: -o-linear-gradient(top, #000, #5c5c5c);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#000), to(#5c5c5c));
	background-image: -webkit-linear-gradient(top, #000, #5c5c5c);
	background-image: linear-gradient(top, #000, #5c5c5c);
	padding: 12px 0 10px;
	text-align: center;
}


/* Site Navigation
----------------------------------------------------*/
.global_nav {
	background-color: #000;
  height: 33px;
  position: relative;
}
.global_nav:after {
    content: "";
    display: block;
    clear: both;
}
.title_global_nav {
	float: left;
	padding: 5px 10px;
}
.btn_global_nav {
	float: right;
	padding: 8px 10px;
}
.list_global_nav {
	display: none;
	width: 100%;
	background-color: #2d2d2d;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 99;
}
.item_global_nav {
	border-top: solid 1px #555
}
.item_global_nav:first-child {
	border-top: 0;
}
.item_global_nav a {
	display: block;
	padding: 12px 0;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}


/* Site Footer
----------------------------------------------------*/
.gnav_footer {
	background-color: #000;
	padding: 8px 0 10px;
	color: #fff;
	text-align: center;
}
.list_gnav_footer {
	margin-top: 8px;
}
.item_gnav_footer {
	display: inline-block;
	width: 21%;
	margin: 0 1%;
}
.item_gnav_footer a {
	display: block;
	border: solid 1px #afafaf;
	padding: 6px 0;
	color: #fff;
}
.section_sns {
	padding: 9px 0;
}
.btn_sns {
	text-align: center;
}
.btn_sns li {
	display: inline-block;
	vertical-align: middle;
}
.btn_sns .fb,
.btn_sns .fb .fb-like {
	width: 104px;
	overflow: hidden;
}
.global_footer {
	border-top: solid 1px #000;
	padding: 8px 10px;
}
.item_footer_nav {
	display: inline-block;
	padding: 1px 0 1px 8px;
	margin-right: 10px;
	background-image: url(../images/ic_arrow_03.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.item_footer_nav a {
	color: #969696;
}
.copyright {
	margin-top: 10px;
	color: #969696;
	text-align: center;
}


/* contents
----------------------------------------------------*/
.contents {
	padding: 25px 15px;
}
