@charset "utf-8";

* {
	font-style:normal;
	font-weight:normal;
}

html {
  font-size: 62.5%; /*font-size:10px;*/
}

body {
	background: #FFF url(../images/bg01.png) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	color: #343A47;
	font-size:1.4rem; /*font-size:14px;*/
	font-family: Arial, Roboto, “Droid Sans”, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, “游ゴシック”, YuGothic, sans-serif;
	margin: 0 auto;
	padding: 0;
	/*min-width: 280px;*/

}

@media print{
	.no_print{
		display: none;
	}
}

ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
}

a img {
	border: none;
}

/* --- 全体のリンクテキスト --- */
a:link {
	color: #039;
}
a:visited {
	color: #009;
}
a:hover {
	color: #009;
}
a:active {
	color: #06C;
}

.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}

.clearfloat {
	clear:both;
	height: 0;
	padding: 0;
	margin: 0;
	visibility:hidden;
}

.btn_eng {
    position:absolute;
    top:70px;
    right:55px;
}

/* 表示領域が991px以下の場合に適用するスタイル */
@media screen and (max-width: 991px) {
	.pcOnly {
    display: none !important;
  }
}

/* 表示領域が992px以上の場合に適用するスタイル */
@media screen and (min-width: 992px) {
	.spOnly {
    display: none !important;
  }
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 767.98px) {
	.pcOnly2 { display: none !important; }
	.spOnly2 { display: block !important; }
}
/* スマートフォンで見たときは"pc"のclassがついた画像が表示される */
@media only screen and (min-width: 767.98px) {
	.pcOnly2 { display: block !important; }
	.spOnly2 { display: none !important; }
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 575.98px) {
	.pcOnly3 { display: none !important; }
	.spOnly3 { display: block !important; }
}
/* スマートフォンで見たときは"pc"のclassがついた画像が表示される */
@media only screen and (min-width: 575.98px) {
	.pcOnly3 { display: block !important; }
	.spOnly3 { display: none !important; }
}