
/* 標準可変メディア
   メモ : 可変メディアでは、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;
	line-height: 160%;
	color: #333333;
	font-size: 16px;
	padding: 0px;
}

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

a
{
	color: #0066CC;
	text-decoration: underline;
}
a:hover
{
	color: #3366FF !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;
}

.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: #999; 
}

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


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

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

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



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

/** pt (pc/タブレット共通) pc(PC専用) tb(タブレット専用) sp(スマホ専用) */
.disp
{
	display: inline;
}


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


article
{
	_zoom: 1;
	overflow: hidden;
	text-align: left;
	width: 1200px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}




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

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

ul, li, dl, dt, dd {
	list-style:none;
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}


/* タブレットレイアウト : 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;}

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

img
{
	height: auto;
	width: auto;
}

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

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


}

/* スマホ設定  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;}




}