@charset "UTF-8";
/* ================================================================
　[Okita Daiichi]
 　admin  : Otsuka Saori
 　Author: Graphics Drive Inc.
 　Author URI: http://www.graphics-drive.com/
 　update : 2015/04/13
 　
 　共通設定CSS
================================================================ */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 62.5%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;

}

body, dl, dt, dd, ol, p, h2{
  margin: 0px;
  padding: 0px;
}

/* インラインフレームの横スクロールを出さない（横スクロールが出ているボックスのcssに「overflow-x:hidden;」） */
/* body{ overflow-x:hidden; } */

/* 印刷用CSS */

@media print{
	
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 62.5%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

}


/* 画像 */
a img {
  border: none;
}

a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.7;
	color: #FFF;
}


/* 回り込み解除設定 */
.gototop, #footer_box, #GlobalNavi, #FooterNavi{
  clear: both;
}

/* clearfix  */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
