@charset "utf-8";
/* #Reset & Basics
================================================== */
* {
 margin: 0;
 padding: 0;
 outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* #Base styles
================================================== */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
* { -webkit-text-size-adjust: none; }
/*
html {
  overflow-y: scroll;
}
html, 
body, 
.wrapper {
  overflow-x: hidden;
}
*/
/*
html {
  overflow: hidden;
  height: 100%;
}
*/
html {
  overflow-x: hidden;
  height: 100%;
}


/* 基本設定
--------------------------------------------------- */
body {
 margin: 0 auto;
 padding: 0;
 text-align: center;
 font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
 font-size: 16px;
 line-height: 160%;
 color: #141414;
 overflow: auto;
 height: 100%;
}

img {
 border: none;
 height: auto;
}

a:link, a:active, a:visited {
	color: #e60012;
	text-decoration: none;
}

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

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


/* rollover
----------------------------------------------------*/
a:hover img.hov {
	filter: alpha(opacity=84);
	-moz-opacity:0.84;
	opacity:0.84;
}

.hov a:hover {
	filter: alpha(opacity=84);
	-moz-opacity:0.84;
	opacity:0.84;
}

/* wide img
--------------------------------------------------- */
.wide img, .wide img, .wide img {
	display:block;
	max-width: 100%;
	height: auto;
}
.ie6 .wide img, .ie6 .wide img, .ie6 .wide img {
	width: 100%;
}

/* clear
----------------------------------------------------*/
/* ---IE7.IE8 clearfix--- */
.clearfix:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear {
	clear: both;
}


/* 画面サイズ調整用 */
.show_pc {
	display: block;
}

.show_sp {
	display: none;
}

/* screens smaller than 767
--------------------------------------------------- */
@media only screen and (max-width:767px) {
.show_pc {
	display: none;
}

.show_sp {
	display: block;
}

	}
/* /screens smaller than 767 */

/* 調整用 */

.en {
  font-family: 'Josefin Sans', sans-serif;
}

.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
}
.mb40 {
	margin-bottom: 40px!important
}
.mb50 {
	margin-bottom: 50px!important
}
.mt5 {
	margin-top: 5px!important
}
.mt10 {
	margin-top: 10px!important
}
.mt15 {
	margin-top: 15px!important
}
.mt20 {
	margin-top: 20px!important
}
.mt25 {
	margin-top: 25px!important
}
.mt30 {
	margin-top: 30px!important
}
.bold {
	font-weight: bold!important
}
.txtC1 {
	color: #c00!important
}
.txtC2 {
	color: #666666!important
}
.txtS1 {
	font-size: 16px;
}
.txtS2 {
	font-size: 10px;
}
.txtS3 {
	font-size: 14px;
}

.align_lf {
	text-align: left!important
}
.align_c {
	text-align: center!important
}
.align_ri {
	text-align: right!important
}
.float_lf {
	float: left!important
}
.float_ri {
	float: right!important
}

.max_width{
	max-width:100%;
}


