
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/

img, object, embed, video 
{
	max-width: 100%;
}

html,body
{
	min-width:1200px;
}

body
{
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HiraginoSans, "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", "メイリオ", Meiryo, Verdana, "ＭＳＰゴシック", sans-serif;
	margin: 0px;
	font-size: 16px;
	line-height: 180%;
	text-align: center;
	color: #333;
	padding: 0px;
	background-image: url(../images/bg_body_photo.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}


img
{
	border: none;
	vertical-align:bottom;
	margin: 0px;
	padding: 0px;
}
p
{
	margin: 0px;
	text-align: justify;
}
form
{
	margin: 0px;
	padding: 0px;
}
hr
{
	clear: both;
	margin-top: 24px;
}

a
{
	color: #212121;
	text-decoration: underline;
}

a:hover
{
	color: #33CC00 !important;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
	text-decoration: none;
}

a:active
{
	text-decoration: underline;
}

a:hover img 
{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-moz-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;
}


.none
{
	display: none !important;
}


iframe
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

input:placeholder-shown {    color: #ccc; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
input::-webkit-input-placeholder {    color: #ccc; }

/* Firefox 18- */
input:-moz-placeholder {    color: #ccc; opacity: 1; }

/* Firefox 19+ */
input::-moz-placeholder {   color: #ccc; opacity: 1; }

/* IE 10+ */
input:-ms-input-placeholder {   color: #ccc !important; }



.fixed 
{
	position: fixed;
	width: 100%;
	height: 100%;
}




.pt{}
.pc{}
.ps{}
.tb{display: none;}
.ts{display: none;}
.sp{display: none;}


article
{
	_zoom: 1;
	overflow: hidden;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2em;
	background-image: url(../images/bg_main.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 150px;
}


.body
{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	_zoom: 1;
	overflow: hidden;
	text-align: left;
}


#loader-bg 
{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 9998;
background: rgba(255, 255, 255, 1);

}
#loader 
{
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 9999;
}

/* タブレットレイアウト : 768 px 〜 959 px*/
@media screen and (max-width:959px)
{
.pt{}
.pc{display: none;}
.ps{display: none;}
.tb{display: inline;}
.ts{display: inline;}
.sp{display: none;}

}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{

.pt{display: none;}
.pc{display: none;}
.ps{display: inline;}
.tb{display: none;}
.ts{display: inline;}
.sp{display: inline;}


html,body
{
	min-width:100%;
}

body
{
	-webkit-text-size-adjust: 100%;
	padding-top: 60px;	
}




img
{
	height: auto;
	width: auto;
}

article
{
	width: auto;
	padding-right: 0%;
	padding-left: 0%;
	margin-top: 0px;
	padding-top: 100px;
}

.body
{
	width: auto;
	padding-right: 4%;
	padding-left: 4%;
	margin-top: 0px;
}



}