/* CSS Document */
@charset: "Shift_JIS";
/*=====================================================================
CSS information

last-updated : 
file name	 : sty.css
author		 : 
style info	 : プレゼントキャンペーン
	
+1:	ヘッダー
+2:	メイン
+3:	タブ（jQuery）
+4:	
+5:	
=====================================================================*/
/*	全体包括BOX用	*/
#guidbook {
  margin: 0px auto;
  padding: 0px;
  line-height: 100%;
  color: #333333;
  text-align: justify;
  font-size: 1.2em;
  width: 940px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
#guidbook .clear {
  clear: both;
}
#guidbook .mb20 {
  margin-bottom: 20px;
}
#guidbook .fl {
  float: left;
}
#guidbook .fr {
  float: right;
}
#guidbook img {
  border: none;
  margin: 0px;
  padding: 0px;
}
object, embed {
  vertical-align: top;
}
img {
  display: block;
}
/*====================================================
コンテンツボックス
====================================================*/
#guidbook .mongon {
  font-size: 1.5em;
  color: #333333;
  line-height: 150%;
  text-align: center;
  font-weight: bold;
}
#guidbook .mongon .souryou {
  color: #c00000;
}
#guidbook .mongon a img { /* ボタン */
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
#guidbook .midashitext {
  color: #25649a;
  font-weight: bold;
}
#guidbook .btn_shosai a:hover img {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#guidbook .read {
  background-color: #CCC;
  margin: 3% 5%;
  padding: 2% 8%;
  line-height: 160%;
}
span.read_attention {
  color: #c00000;
}
#guidebook .space {
  margin: 0 5%;
}
#guidebook .vip {
  background: url(img/viptokuten.gif) no-repeat;
  -moz-background-size: 100% auto !important;
  -webkit-background-size: 100% auto !important;
  background-size: 100% auto !important;
  height: 100% !important;
  border: 2px solid #f8b515; /*黄色枠*/
  padding: 5% 10% 5% 20%;
  line-height: 150%;
  font-size: 12px;
  margin-bottom: 10px;
}
#guidebook .present {
  background: url(img/present.gif) no-repeat;
  -moz-background-size: 100% auto !important;
  -webkit-background-size: 100% auto !important;
  background-size: 100% auto !important;
  height: 100% !important;
  border: 2px solid #f8b515; /*黄色枠*/
  padding: 5% 5% 5% 20%;
  line-height: 150%;
  font-size: 12px;
  margin-bottom: 10px;
}
#guidebook .redtxt {
  color: #fc4e01;
}
/*====================================================
pagetop
====================================================*/
#guidbook .pagetop {
  text-align: right;
  margin-bottom: 10px;
}
#guidbook .pagetop a {
  font-weight: bold;
  font-size: 11px;
}
#guidbook .pagetop a:link {
  color: #999999;
  text-decoration: underline;
}
#guidbook .pagetop a:visited {
  color: #999999;
  text-decoration: underline;
}
#guidbook .pagetop a:hover {
  color: #999999;
  text-decoration: none;
}
/*====================================================
スマホ対応
====================================================*/
@media screen and (max-width:668px) {
  /*sp用のcssを記述*/
  #guidbook, #guidbook img {
    width: 100%;
    max-width: 940px;
  }
  #guidbook .mongon {
    font-size: 1em;
  }
  #guidbook .read {
    margin: 3% auto;
    padding: 2% 5%;
    line-height: 150%;
    font-size: 0.7em;
  }
	#guidbook .vip {
    font-size: 1.2em;
}
	#guidbook .present {
    font-size: 1.2em;
}
	#guidbook .space {
		margin:0;
}
}