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

@font-face {
    font-family: 'mplus-1p';
				font-style: normal;
    font-weight: nomal;
    src: url('../fonts/rounded-mplus-1p-regular.eot');
    src: url('../fonts/rounded-mplus-1p-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/rounded-mplus-1p-regular.woff') format('woff'),
    url('../fonts/rounded-mplus-1p-regular.ttf') format('truetype');
}
@font-face {
    font-family: 'mplus-1p';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roundted-mplus-1p-bold.eot');
    src: url('../fonts/rounded-mplus-1p-bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/rounded-mplus-1p-bold.woff') format('woff'),
    url('../fonts/rounded-mplus-1p-bold.ttf') format('truetype');
}


@-ms-viewport, @viewport {	width: device-width;}


* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-overflow-scrolling: touch;
}
					
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-family:  'mplus-1p','メイリオ',Meiryo,HelveticaNeue,Helvetica,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif ;
	line-height: 180%;
	letter-spacing:.1px;
	zoom:1;
	-webkit-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
-moz-text-size-adjust:100%;
-ms-text-size-adjust:100%;
-o-text-size-adjust:100%;
text-size-adjust:100%;
	
-webkit-font-smoothing:antialiased;
-moz-font-smoothing:antialiased; 
-ms-font-smoothing:antialiased; 
-o-font-smoothing:antialiased;
font-smoothing:antialiased;

}


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

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

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

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

/* ▼リンク色 任意の色に変更してください▼*/
a {
	color: #ff3d90;
	text-decoration: underline;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}

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


/*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 : "";
}


/* スペース用空白を埋めるのに使用してください */
.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;}
.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;}

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


/* 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;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}

.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 { 
     content: ".";
     display: block;
     clear: both;
     height: 0;
     visibility: hidden;
}
/* IE6 */
* htm .clearfix {
     height: 1%;
}
/* IE7 */
*:first-child+html .clearfix {
     height: 1%;
}


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

a:hover {}

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

.line_t {text-decoration:line-through;}


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

.bold {font-weight:700 !important;}

#Pink {color:#f561a6 !important;}
#Green {color:#01ba15 !important;}


a.nolink {color:#ccc !important;pointer-events:none;cursor:default;}


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

 → SCROLL BAR
  
=========================================*/	

.s_bar::-webkit-scrollbar{width:7px; background:#fff; background:rgba(102,160,208,.3);}
.s_bar::-webkit-scrollbar:horizontal   {height:5px;}
.s_bar::-webkit-scrollbar-button { width:7px; height:5px; background:#009eed; background:rgba(0,158,237,.3);}
.s_bar::-webkit-scrollbar-piece {background:#fff;}
.s_bar::-webkit-scrollbar-piece:start { background:#fff; }
.s_bar::-webkit-scrollbar-thumb {background:#66a0d0;  background:rgba(102,160,208,1);}
.s_bar::-webkit-scrollbar-corner {background:#66a0d0;}


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

 → PAGE TOP
  
===========================================*/	
#page-top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	text-align:center;
	z-index: 99;
}
#page-top a {
	display: block;
	text-decoration:none !important;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
	
	/*filter: alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;*/
}
#page-top a:hover {filter: alpha(opacity=75); -moz-opacity:.75; opacity:.75;}


#page-top a, #page-top img {width:100%; height:auto; display:block;}


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

 → PAGE TOP
  
===========================================*/	

#btn_homeBack {text-align: center; padding:30px 0 0;}
#btn_homeBack a {
border: 1px solid #403c3b;
color: #403c3b;
background: #fff;
text-decoration: none;
padding: 5px 15px;
font-weight: 400;
border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	font-size: 12px;
	
}
#btn_homeBack a:hover {color: #fff;background: #15c3c2;border-color:#15c3c2;}


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

ANIME

==============================================================================*/
@-moz-keyframes vertical {
 0% { transform:translateY(0px); }
 50% { transform:translateY(3px); }
	100% { transform:translateY(0px); }

}

@keyframes vertical {
 0% { transform:translateY(0px); }
 50% { transform:translateY(3px); }
	100% { transform:translateY(0px); }
}



@-webkit-keyframes loop {
	0% {background-position: 1600px 0;  }
100% {background-position: 0 0;}
}
@keyframes loop {
	0% {background-position: 1600px 0;  }
100% {background-position: 0 0;}
}


@-webkit-keyframes loop02 {
	0% {background-position: 0 0;  }
100% {background-position: -1600px 0;}
}
@keyframes loop02 {
	0% {background-position: 0 0;  }
100% {background-position: -1600px 0;}

}


