@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(https://fonts.googleapis.com/css?family=News+Cycle:400,700);

@charset "utf-8";
/* reset styles */

html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
	font-size:13px;
	/* *font-size:small; for IE */
	/* *font:x-small; for IE in quirks mode */
		font-family:  Helvetica,Arial, Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3', Meiryo, "メイリオ",Osaka,'ＭＳ Ｐゴシック',"MS PGothic",sans-serif;




	line-height: 20px;
	zoom:1;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing: subpixel-antialiased;
} 


html>/**/body {
 font-size/*\**/: small\9;
}

* html body {font-family: 'ＭＳ Ｐゴシック',"MS PGothic",sans-serif;}
*:first-child+html body {font-family: 'ＭＳ Ｐゴシック',"MS PGothic",sans-serif;}



/* ▼img▼*/
img {
	margin: 0px;
	padding: 0px;
}

a img {
	border:none;
	overflow: hidden;
	outline: none;
	}

/*それ以外の文字を隠すには▼▼これを使ってください。*/
em {font-size: 1px;visibility: hidden;text-decoration: none;}

/* ▼リンククリック時の点線を消す▼*/
a { outline: none; }

/* ▼リンク色 任意の色に変更してください▼*/
a {}
a:visited {}
a:hover {}
a:active {}


/*float調整は▼これ▼*/
/*以下の要素で「img/space1.gif」を囲んでおけば、WINDOWS IE でも空白が出る事はなくなります。
  ■■ 例：<div class="clearfloat"><img src="img/space1.gif" /></div> ■■ */
.clearfloat {
	clear: both;
	visibility: hidden; 
	height: 0;
	overflow : hidden;
	font-size: 0;
	content : "";
}
.clearfloat img {width:1px !important; height:1px !important;}

/* スペース用空白を埋めるのに使用してください */
.space1 {display: block;height: 1px;width: 1px;}
.space1 img {display: block;clear: both;}

.space5 {height: 5px;margin: 0px;padding: 0px;}
.space7 {height: 7px;margin: 0px;padding: 0px;}
.space10 {height: 10px;}
.space20 {height: 20px;}
.space25 {height: 25px;}
.space30 {height: 30px;}
.space40 {height: 40px;}
.space50 {height: 50px;}
.space60 {height: 60px;}
.space70 {height: 70px;}
.space80 {height: 80px;}
.space90 {height: 90px;}
.space100 {height: 100px;}
.space110 {height: 110px;}
.space120 {height: 120px;}
.space130 {height: 130px;}
.space140 {height: 140px;}


/* 行間 */
p {line-height: 20px;}

/*DOT LINE*/
.dot_line {border-bottom-width: 1px;border-bottom-style: dotted;border-bottom-color: #333333;}

/* フォントサイズなど */
.f10 {font-size: 10px !important;}
.f11 {font-size: 11px !important;}
.f12 {font-size: 12px !important;}
.f13 {font-size: 13px !important;}
.f14 {font-size: 14px !important;}
.f15 {font-size: 15px !important;}
.f16 {font-size: 16px !important;}
.f18 {font-size: 18px !important;}
.f20 {font-size: 20px !important;}
.f22 {font-size: 22px !important;}

/* フォント色 */
.red10 {color: #ff002a;font-size: 10px;}
.red {color: #ff002a !important;}
.orange {color: #FF6600!important;}
.blue {color: #0066FF!important;}
.pink {color: #FF33CC!important;}
.black {color: #000000!important;}
.gray {color: #999999!important;}
.gray10 {
	color: #999999!important;
	font-size: 10px;
	letter-spacing: 1px;
}

.bold {font-weight:bold;}
.indent {text-indent:-1em; padding-left:1em;}

/* padding */
.pd0 {padding:0px !important;}
.pl5 {padding-left:5px;}
.pl10 {padding-left:10px;}
.pl15 {padding-left:15px;}
.pl20 {padding-left:20px;}

/* margin */


.t5 {margin-top:5px !important;}
.t10 {margin-top:10px !important;}
.t12 {margin-top:12px !important;}
.t15 {margin-top:15px !important;}
.t18 {margin-top:18px !important;}
.t20 {margin-top:20px !important;}
.t25 {margin-top:25px !important;}
.t30 {margin-top:30px !important;}

.mb5 {margin-bottom:5px!important;}
.mb10 {margin-bottom:10px!important;}
.mb15 {margin-bottom:15px!important;}
.mb20 {margin-bottom:20px!important;}
.mb25 {margin-bottom:25px!important;}
.mb30 {margin-bottom:30px!important;}
.mb35 {margin-bottom:35px!important;}
.mb40 {margin-bottom:40px!important;}

.ml5 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml12 {margin-left:12px !important;}
.ml15 {margin-left:15px !important;}
.ml18 {margin-left:18px !important;}
.ml20 {margin-left:20px !important;}
.ml25 {margin-left:25px !important;}
.ml30 {margin-left:30px !important;}


/* 「このページのトップへ」はこれを使用 */
.anchor_top {
	font-size: 10px;
	text-align: right;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 10px;
}

/* clearfix */
.clearfix:after { 
     clear: both;
	visibility: hidden; 
	height: 0;
	overflow : hidden;
	font-size: 0;
	content : "";
}

/* IE6 */
* htm .clearfix {
     height: 1%;
}
/* IE7 */
*:first-child+html .clearfix {
     height: 1%;
}


/* rollover */
a {
	/*-moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
	-ms-transition: .6s;
	transition: .6s;*/
}
a:hover {}


.indent {text-indent:-1em;	padding-left:1em;}
.bold {font-weight:700;}

.left {text-align:left !important;}
.right {text-align:right !important;}
.center {text-align:center !important;}


ol, ul {list-style-type:none;}

.d_none {display:none;}
/*===========================================

 → PAGE TOP
  
=========================================*/	
/*
}
#page-top a {
	display: block;
	background: #e53232;
	background:rgba(229,50,50,.8);
	color:#fff;
	text-decoration:none !important;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	
    -webkit-box-shadow:0px 2px 5px 1px rgba(50,50,50,.2)  ;
	-moz-box-shadow:0px 2px 5px 1px rgba(50,50,50,.2)  ;
     box-shadow:0px 2px 5px 1px rgba(50,50,50,.2)  ;	
	 
	-moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
	-ms-transition: .6s;
	transition: .6s;
	filter: alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;
}


#page-top a:hover {
	text-decoration:none !important;
	 background: #fff;
  background:rgba(255,255,255,.8);
  color:#e53232;
	
	}
*/
#page-top {
	position: fixed;
	right: 20px;
	bottom: 0px;
	text-align:center;
	z-index:9;
}

#page-top a {
	display: block;
	width:30px;
	height:30px;	
    -webkit-box-shadow:0px 2px 5px 1px rgba(50,50,50,.2)  ;
	-moz-box-shadow:0px 2px 5px 1px rgba(50,50,50,.2)  ;
     box-shadow:0px 2px 5px 1px rgba(50,50,50,.2)  ;	
	 
	-moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
	-ms-transition: .6s;
	transition: .6s;
	
}


#page-top a:hover {	filter: alpha(opacity=80); -moz-opacity:.8; opacity:.8;}

/*========================================

→ LOADER

========================================*/

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff !important;
  z-index: 2;
}
#loader {
  display: none;
  position: fixed;
  top: 20%;
  left: 50%;
  width: 156px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  text-align: center;
  color: #ff000c;
  z-index: 3;
}

#loader img {width:156px; height:29px;}
#loader p {margin-top:10px;}


/*===========================================

 → SCROLL BAR 
  
=========================================*/	
.s_bar::-webkit-scrollbar{width:5px; background:#e9e9e9;}
.s_bar::-webkit-scrollbar:horizontal   {height:5px;}
.s_bar::-webkit-scrollbar-button { width:5px; height:5px; background:#fff;}
.s_bar::-webkit-scrollbar-piece {background:#ff0030;}
.s_bar::-webkit-scrollbar-piece:start { background:#fff; }
.s_bar::-webkit-scrollbar-thumb {background:#ff0030;  background:rgba(255,0,48,.9);}
.s_bar::-webkit-scrollbar-corner {background:#ff0030;}