@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.5;
}

body {
  color: #313131;
  background: url(../images/common/bg.png) repeat top left !important;
  font-size: 100%;
  overflow: auto;
  position: relative;
  min-width: 1230px;
}
.ie body {
  font-size: 98%;
}
body #page a {
  color: #4b4b4b;
  text-decoration: underline;
}
body #page a:hover {
  text-decoration: none;
  color: #646464;
}
body #page img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

body, pre, input, textarea, select {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}

input, select, textarea {
  font-size: 100%;
}

.over {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.over:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* -----------------------------------------------------------
	楽天調整用
----------------------------------------------------------- */
#htlContents {
  width: 1190px !important;
  min-width: 1190px !important;
  margin: auto !important;
}

#htlSide-A {
  float: none !important;
  position: absolute !important;
  left: 0 !important;
  top: 650px !important;
}

#htlMainContent {
  float: none !important;
  width: 1190px !important;
  margin-left: 0 !important;
}

div#RthCustomize {
  width: 1190px !important;
  margin: auto !important;
}

div#RthCustomizeW {
  width: 1190px !important;
  margin: auto !important;
}

#contents {
  width: 950px !important;
  margin-left: 240px !important;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
  min-width: 1024px;
  position: relative;
  min-width: 950px;
}


/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents .con_int {
  padding: 60px 30px 0 30px;
  overflow: hidden;
  position: relative;
  background: url(../images/common/bg_int.png) no-repeat scroll 0 0;
}
#contents .con_int:before {
  content: '';
  position: absolute;
  width: 950px;
  height: 4px;
  top: 0;
  left: 0;
  background: url(../images/common/bd_int.png) no-repeat 0 0;
  z-index: 1;
}
