@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

a:active {
	color: #333;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	/*min-width: 1210px;*/
	color: #333;
	text-align:center;
	line-height: 1.5;
}

#container{
	text-align: left;
}

#main {
	margin-bottom: 42px;
	position: relative;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

li img,
dl img {
	display: block;
	vertical-align: baseline;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	margin-bottom: -1px;
	position: relative;
}

#header .logoBox {
	float: left;
	text-align: left;
}

#header .logo {
	float: left;
	margin: 0 5px -4px 0;
}

#header .logo a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#header h1 {
	width: 300px;
	padding: 6px 0 0 10px;
	・/*float: left;*/
	color: #4D4D4D;
	font-size: 1.1em;
	font-weight: normal;
}

#header .hList {
	width: 98px;
	padding-top: 9px;
	float: right;
}

#header .hList li {
	float: right;
	margin-bottom: 10px;
}

#header .hList .liSpec {
	margin-bottom: 0;
	padding-right: 2px;
}

#header .hList .liSpec a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	margin: 0 auto;
	width: 452px;
	position: relative;
}

#gNavi ul {
	position: absolute;
	top: -39px;
	left: 13px;
}

#gNavi li {
	padding: 0 22px 0 18px;
	float: left;
	background: url(../../img/common/icon/icon01.gif) no-repeat right 2px;
}

#gNavi li a {
	display: block;
}

#gNavi .none {
	background: none;
}

#gNavi li img {
	display: inline;
	vertical-align: top;
}

#brand,
#brand2 {
	position: relative;
}

#magic-line {
	background: #FF4C00 none !important;
    height: 3px;
    left: 0;
    margin: 0 !important;
    position: absolute;
    top: 20px;
    width: 100px;
	float: none !important;
	padding: 0 !important;
}

#magic-line2 {
	background: #4D4D4D none !important;
    height: 3px;
    left: 0;
    margin: 0 !important;
    position: absolute;
    top: 33px;
    width: 100px;
	float: none !important;
	padding: 0 !important;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 28px 0 0 0;
	background-color: #999;
}

#footer .fBox {
	margin: 0 auto;
	padding: 0 40px 24px 50px;
	/*width: 1150px;*/
}

#footer .fBox .naviBox {
	margin-bottom: 35px;
}

#footer .fBox .fLogo {
	float: left;
}

#footer .fBox .fNavi {
	float: right;
}

#footer .fBox .fNavi li {
	padding-left: 28px;
	float: left;
}

#footer .btmBox {
	clear: both;
}

#footer .btmBox p {
	color: #FFF;
	float: left;
	font-size: 1.2em;
	line-height: 1.65;
	letter-spacing: 1px;
	text-align: left;
}

#footer .btmBox .fImg {
	padding-top: 18px;
	float: right;
}

#footer .copyright {
	padding: 10px;
	text-align: center;
	background-color: #4D4D4D;
}

#footer .copyright p {
	margin: 0 auto;
	color: #FFF;
	font-size: 1.1em;
	letter-spacing: 1px;
	text-align: center;
}
/*------SPmenu---------------*/
.btn {
	background:transparent url(/img/common/btn.png) no-repeat 0 0;
	display: block;
	width:35px;
	height: 35px;
	position: absolute;
	top:20px;
	right:20px;
	cursor: pointer;
	z-index: 21000;
}
.peke {
	background-position: -35px 0;
}
.drawr {
	display: none;
	background-color:rgba(0,0,0,0.6);
	position: absolute;
	top: 0px;
	right:0;
	width:260px;
	padding:60px 0 20px 20px;
	z-index: 11000;
}
#menu li {
	width:260px;
}
#menu li a {
	color:#fff;
	display: block;
	padding: 15px;
	font-size:16px;
}
/*------/SPmenu---------------*/



