@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, option, button {
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

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

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

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

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 975px;
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	background-color: #FFF;
}

.-marcellus {
	font-family: 'Marcellus', serif;
}

#container {
	text-align: left;
}

#main {

}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	
}

#gHeader .inner {
	padding: 24px 0 27px;
	margin: 0 auto;
	width: 975px;
}

#gHeader .logo {
	float: left;
}

#gHeader h1 {
	width: 107px;
	display: inline-block;
}

#gHeader h1 a {
	display: block;
}

#gHeader h1 img {
	width: 100%;
}

#gHeader .logo span {
	padding-left: 21px;
	position: relative;
	top: 16px;
	font-size: 15px;
	letter-spacing: 2px;
	vertical-align: top;
}

#gHeader .btns {
	margin-top: 6px;
	float: right;
}

#gHeader .btns a {
	margin-left: 15px;
	width: 110px;
	height: 42px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	line-height: 42px;
	vertical-align: top;
	transition: color .8s ease, background-color .8s ease;
	background-color: #f1f4f7;
}


@media all and (-ms-high-contrast: none) {
	#gHeader .btns a.signOut {
		padding: 4px 0;
	}
}

#gHeader .btns a.signOut:hover {
	background: #cdd5dd;
}

#gHeader .btns a.webSite {
	width: 165px;
	position: relative;
	letter-spacing: 2px;
	border: 1px solid #000;
	background-color: #fff;
}

#gHeader .btns a.webSite:before,
#gHeader .btns a.webSite:after {
	margin-top: -6px;
	width: 1px;
	height: 12px;
	display: block;
	position: absolute;
	top: 50%;
	content: "";
	transition: background-color .8s ease;
	background-color: #fff;
}

#gHeader .btns a.webSite:before {
	left: -1px;
}

#gHeader .btns a.webSite:after {
	right: -1px;
}

#gHeader .btns a.webSite:hover {
	color: #fff;
	background-color: #000;
}

#gHeader .btns a.webSite:hover:before,
#gHeader .btns a.webSite:hover:after {
	background-color: #000;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	background-color: #f1f4f7;
}

#gNavi .navs {
	margin: 0 auto;
	width: 975px;
}

#gNavi .navs li {
	margin-right: 10px;
	width: 182px;
	float: left;
	position: relative;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

#gNavi .navs li:last-child {
	margin-right: 0;
	float: right;
}

#gNavi .navs li.track {
	width: 227px;
}

#gNavi .navs li.gallery {
	width: 165px;
}

#gNavi .navs li.staff {
	width: 110px;
}

#gNavi .navs li.rec {
	width: 119px;
}

#gNavi .navs li.custmer {
	width: 120px;
}

#gNavi .navs a {
	padding: 17px 0 16px 0;
	display: block;
	transition: color .8s ease, background-color .8s ease;
}

#gNavi .navs li:hover a {
	color: #fff;
	background-color: #000;
}

#gNavi .navs .subNav {
	width: 100%;
	position: absolute;
	display: none;
	transition: visibility .8s ease, opacity .8s ease;
}

#gNavi .subNav li {
	width: 100%;
	margin-right: 0;
}

#gNavi .navs .subNav a {
	width: 100%;
	box-sizing: border-box;
}

#gNavi .navs .subNav .cur a,
#gNavi .navs .subNav li:hover a {
	color: #999 !important;
}

/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin: 75px auto 0;
	width: 975px;
}

.pageTitle h2 {
	margin: 4px 0 0 -2px;
	float: left;
	font-size: 25px;
}

.pageTitle .btn {
	float: right;
}

/*------------------------------------------------------------
	botton
------------------------------------------------------------*/
button.base {
	margin-left: 15px;
	padding: 0 5px;
	min-width: 165px;
	height: 42px;
	box-sizing: border-box;
	cursor: pointer;
	color: #000;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	transition: color .8s ease, background-color .8s ease, border .8s ease;
	background-color: #cdd5dd;
	border: 1px solid #cdd5dd;
}

button.base:hover {
	background-color: #f1f4f7;
	border: 1px solid #f1f4f7;
}

.blackBtn {
	margin-left: 15px;
	padding: 0 5px;
	min-width: 165px;
	height: 42px;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	line-height: 40px;
	color: #fff !important;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	transition: color .8s ease, background-color .8s ease;
	background-color: #000;
	border: 1px solid #000;
}

.blackBtn:hover {
	color: #000 !important;
	background-color: #fff;
}

.whiteBtn {
	margin-left: 15px;
	padding: 0 5px;
	min-width: 165px;
	height: 42px;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	line-height: 40px;
	color: #000 !important;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	transition: color .8s ease, background-color .8s ease;
	background-color: #fff;
	border: 1px solid #000;
}

.whiteBtn:hover {
	color: #fff !important;
	background-color: #000;
}

input.base {
    padding: 4px 5px;
	width: 100%;
	height: 35px;
	font-size: 13px;
    line-height: 35px;
	box-sizing: border-box;
    border: 1px solid #c4c9cf;
}

textarea.base {
    padding: 4px 5px;
	width: 100%;
	height: 110px;
	font-size: 13px;
    line-height: 1.6;
	resize: none;
	box-sizing: border-box;
    border: 1px solid #c4c9cf;
}



@media all and (-ms-high-contrast: none) {
	button.base,
	.blackBtn,
	.whiteBtn {
		line-height: 44px;
	}
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {

}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {

}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/