@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}
html, body { height: 100%; }
body {
  position: relative;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.5;
	color: #000;
  font-size: 16px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
@media(max-width:768px) {
  body {
    line-height: 1.6;
    font-size: 11px;
  }
}

/* PC/SP
----------------------------------------*/
.pc_only {display:block;}
.sp_only {display:none;}

@media(max-width:768px) {
  .pc_only {display:none;}
  .sp_only {display:block;}
}

/* IMG Alpha
----------------------------------------*/
.alpha a:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

@media(max-width:768px) {
  .alpha a:hover {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}

/* Link
----------------------------------------*/
a {
  color: #000099;
  text-decoration: underline;
  outline: none;
}

/* List
----------------------------------------*/
ul, ol, li, dd, dt, dl {
  list-style-type: none;
}

/* Image
----------------------------------------*/
img, a img {
	border-style: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.pdficon {
  padding-left: 0.2em;
  vertical-align: middle;
}

/* Text
----------------------------------------*/
.red {
  color: #ff0000;
}
.txt_center {
  text-align: center;
}
.text_s {
  font-size: 88%;
}
.bold {
  font-weight: bold;
}

/*============================
	Under Construction
==============================*/
div.underconstruction {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 18px;
}
@media(max-width:667px) {
	div.underconstruction {
		position: static;
		top: auto;
		left: auto;
		-webkit-transform: none;
		transform: none;
    padding: 150px 30px 0;
    text-align: center;
    font-size: 16px;
	}
}
