@charset "utf-8";

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

	共通レイアウト

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

body {
	-webkit-text-size-adjust: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-style: normal;
user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-webkit-user-select:none;
-khtml-user-select:none;
-webkit-user-drag: none;
-khtml-user-drag: none;
-webkit-touch-callout: none;
}

a,
dl {display: block;}

br {letter-spacing: 0;}

/* ヘッダ
===========================================================*/

.header {
	background: #ffffff;
	width: 100%;
	padding: 8px 0;
	border-bottom: 3px solid #f5f5f5;
}

.header h1 {float: left; margin-left: 15px;}
.menuBtn {float: right;}


.header h1,
.header h1 a,
.header h1 img {
	width: 75px;
	height: 40px;
	display: block;
}


.menuBtn {
	padding: 0 10px;
}

.menuBtn li {
	float: left;
	margin-right: 20px;
}

.menuBtn li img {
	height: 40px;
}




/* フッタ
===========================================================*/

.footer a.btn-pagetop,
.footer a.btn-pagetop img {
	width: 290px;
	height: 30px;
	display: block;
}

.footer a.btn-pagetop {margin: 0 auto 10px auto;}

.footer a.btn-toppage {
	width: 290px;
	display: block;
	margin: 0 auto 10px;
}

.footer a.btn-toppage img {
	width: 110px;
	height: 25px;
	display: block;
}

.footer .foot-lnk li {
	float: left;
	margin-right: 15px;
}

.footer .foot-lnk {
	width: 290px;
	display: block;
	margin: 0 auto 10px;
}

.footer .foot-lnk img {
	height: 25px;
}


.footer p.copyright {
	width: 100%;
	padding: 5px 0;
	background: #ededed;
	height: 15px;
}

.footer p.copyright img {
	width: 205px;
	height: 15px;
	display: block;
	margin: 0 auto;
}


.content {
	padding-bottom: 30px;
}






/* モーダル
===========================================================*/

modal{
	opacity: 0;
	display:none;
	position: absolute;
	z-index:1001;
}

.modalBody{
	position: fixed;
	z-index:1000;
	left:50%;
	top:50%;
}

.modalBK{
	position: fixed;
	z-index:999;
	height:100%;
	width:100%;
	top: 0;
	left: 0;
	background:#000;
	opacity: 0.9;
}

.btns,
.close {cursor: pointer;}

.close {
	width: 90px;
	height: 30px;
	margin: 16px auto;
}

.modalBody {
	width:300px;
	height: 310px;
}


/* 画像保護
===========================================================*/
.protect {
	position: relative!important;
	display: block;
}

.guard,
.guard img {
	position: absolute;
	background: url(/sp/st/jins-pc/common/img/blank.gif);
	display: block;
	width: 100%!important;
	height: 100%!important;
}


/* 計測タグ 非表示
===========================================================*/
#analysis {
	display:none;
}


/* 上付き文字設定
===========================================================*/
.sup {
	vertical-align: super;
	font-size: 50%;
}
