@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Telex);



/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	基本設定
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ 

* {
	margin: 0;
	padding: 0;
	border: 0;
	zoom: 1;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	background: #000 url(../images/base/bg_base.gif);
}

body,
div, p, span,
li, dt, dd,
caption, th, td,
input, textarea, select, option {
	color:#fff;
	font: normal normal normal 14px/180% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 150%;
}

br {
	letter-spacing: 0;
}

ul, ol, li {
	zoom: normal;
}

a#re_top {
	width: 0;
	height: 0;
}

* html div.ie-only { height: 1%;}
*+html div.ie-only { height: 1%;} /* opera8 にも有効だが利用率の関係で個人的に無視 */





/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	リンク用スタイル
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ 

a {
	color: #fff;
	text-decoration: none;
}
a:hover { color: #ccc; }

a:hover img {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}





/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	汎用
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ 

/* 非表示 */
.hide { display: none; }

/* 文字装飾 */
.bold { font-weight: bold; }
.red { color: #7b2f4d; }
.white { color: #fff; }
.fs11 { font-size: 11px; }
.fs12 { font-size: 12px; }
.fs13 { font-size: 13px; }
.fs15 { font-size: 15px; }
.fs18 { font-size: 18px; }
.tshadow { text-shadow: 1px 1px 1px #555; }
.tborder { border-bottom: solid 2px #fa024e; padding: 2px 5px; }

/* 余白：下 */
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb50 { margin-bottom: 50px; }

/* 余白：左右 */
.mr10 { margin-right: 10px; }
.mr20 { margin-right: 20px; }
.ml15 { margin-left: 15px;}
.ml20 { margin-left: 20px; }

/* 余白：上下*/
.p30 { padding: 30px 0; }

/* 文字位置 */
.center { text-align: center; }
.right { text-align: right; }

/* 回り込み */
.fl_right { float: right; }
.fl_left { float: left; }
.clear { clear: both; }

/*ボックスシャドウ*/
.dshadow {
	-webkit-box-shadow: 0 0 10px #ccc;	/* Safari・Chrome用 */
	-moz-box-shadow: 0 0 10px #ccc;		/* Firefox用 */
	box-shadow: 0 0 10px #ccc;			/* CSS3 */
}

/* 回り込みボックス囲み＋回り込み解除用 */
.float_box:after {
	content: " ";
	clear: both;
	width: 100%;
	height: 0;
	display: block;
	visibility: hidden;
}

/* シンプルリスト */
ul.ul_dflt {
	margin-left: 20px;
	list-style-type: circle;
}





/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	基礎レイアウト
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ 

/* 全画面表示背景 */
#bg_full {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

/* 全基礎：各背景用 */
.BaseBox {
	position: relative;
	text-align: left;
	width: 100%;
	margin: 0 auto;
}

/* ロゴ・TEL・ナビ */

#header_left { float:left; width:70%;}

#HeaderTel {
	float:right;
}

.inner {
    width: 1000px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    width: 100%;
    margin: 50px auto 30px;
    padding: 20px 0;
    line-height: 1;
    z-index: 999;
	background-color:rgba(0,0,0,.6);
	top:30%;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner { overflow:hidden;}
#top-head .logo {
    font-size: 36px;
	margin-bottom:20px;
}
#global-nav ul {
    list-style: none;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
	border-left: 1px solid #fa024e;
}
#global-nav ul li a {
    padding: 0 20px;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


/* 本文エリア */
.MainBox {
	text-align: left;
	width: 1000px;
	margin:0 auto;
}

.MainBox:after {
	content: " ";
	clear: both;
	width: 1000px;
	height: 0;
	display: block;
	visibility: hidden;
}

/* トップページ：2カラム */
.LeftBox {
	float: left;
	width: 276px;
}

.RightBox {
	padding: 20px;
	float: right;
	width: 652px;
	background: url(../images/base/bg_black.png)
}

/* フッター */
.FooterBox {
	padding: 30px 0;
}





/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	ナビゲーション
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ 

#NaviBox ul {
	list-style-type: none;
}

#NaviBox li {
	margin-right: -1px;
	float: left;
	border-left: solid 1px #fa024e;
	border-right: solid 1px #fa024e;
}

#NaviBox:after {
	content: " ";
	clear: both;
	width: 100%;
	height: 0;
	display: block;
	visibility: hidden;
}

#NaviBox a {
	padding: 3px 20px;
	display: block;
	font-size: 16px;
	font-family: 'Telex', sans-serif;
	color: #fff;
}

#NaviBox a:hover {
	color: #bbb;
}


/* end */
