@charset "UTF-8";
/********************
タグの基本的な設定
********************/
/* line 6, sass/core_121010/_reset.scss */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

/* line 15, sass/core_121010/_reset.scss */
h1, h2, h3, h4, h5,
p,
ol, ul, li,
dl, dt, dd {
  margin: 0;
  padding: 0;
}

/* line 19, sass/core_121010/_reset.scss */
img {
  border: none;
}

/* line 22, sass/core_121010/_reset.scss */
table {
  border-collapse: collapse;
}

/* line 25, sass/core_121010/_reset.scss */
th, td {
  vertical-align: top;
}

/* line 28, sass/core_121010/_reset.scss */
a {
  text-decoration: none;
}

/*
usage:
#hoge{
	@include inlineBlock;
}

*/
/* line 19, sass/core_121010/_mixin.scss */
.inlineBlock {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: -0.4em;
  /*隙間をなくすためのハック*/
}

/* line 26, sass/core_121010/_mixin.scss */
.clearfix, #wrap, .row {
  *zoom: 1;
}
/* line 28, sass/core_121010/_mixin.scss */
.clearfix:after, #wrap:after, .row:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* line 3, sass/core_121010/_base.scss */
body {
  background: url("../img/common/bg.png") center top repeat;
  font-size: 14px;
  color: #c5bbaa;
}

/* line 9, sass/core_121010/_base.scss */
#bodyInner {
  background: url(../img/common/bg_bodyinner.png) center top repeat-x;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 100%;
  min-height: 100%;
}

/* line 18, sass/core_121010/_base.scss */
body > #bodyInner {
  height: auto;
}

/* line 22, sass/core_121010/_base.scss */
#wrap {
  margin: auto;
  width: 900px;
}

/* line 5, sass/core_121010/_gridlayout.scss */
.row {
  margin-left: -20px;
  float: clear;
}

/* line 11, sass/core_121010/_gridlayout.scss */
[class*="span"] {
  float: left;
  margin-left: 20px;
}

/* line 16, sass/core_121010/_gridlayout.scss */
.span1 {
  width: 23.917px;
}

/* line 19, sass/core_121010/_gridlayout.scss */
.span2 {
  width: 67.833px;
}

/* line 22, sass/core_121010/_gridlayout.scss */
.span3 {
  width: 111.75px;
}

/* line 25, sass/core_121010/_gridlayout.scss */
.span4 {
  width: 155.667px;
}

/* line 28, sass/core_121010/_gridlayout.scss */
.span5 {
  width: 199.583px;
}

/* line 31, sass/core_121010/_gridlayout.scss */
.span6 {
  width: 243.5px;
}

/* line 34, sass/core_121010/_gridlayout.scss */
.span7 {
  width: 287.417px;
}

/* line 37, sass/core_121010/_gridlayout.scss */
.span8 {
  width: 331.333px;
}

/* line 40, sass/core_121010/_gridlayout.scss */
.span9 {
  width: 375.25px;
}

/* line 43, sass/core_121010/_gridlayout.scss */
.span10 {
  width: 419.167px;
}

/* line 46, sass/core_121010/_gridlayout.scss */
.span11 {
  width: 463.083px;
}

/* line 49, sass/core_121010/_gridlayout.scss */
.span12 {
  width: 507px;
}

/* line 54, sass/core_121010/_gridlayout.scss */
.offset1 {
  margin-left: 63.917px;
}

/* line 57, sass/core_121010/_gridlayout.scss */
.offset2 {
  margin-left: 107.833px;
}

/* line 60, sass/core_121010/_gridlayout.scss */
.offset3 {
  margin-left: 151.75px;
}

/* line 63, sass/core_121010/_gridlayout.scss */
.offset4 {
  margin-left: 195.667px;
}

/* line 66, sass/core_121010/_gridlayout.scss */
.offset5 {
  margin-left: 239.583px;
}

/* line 69, sass/core_121010/_gridlayout.scss */
.offset6 {
  margin-left: 283.5px;
}

/* line 72, sass/core_121010/_gridlayout.scss */
.offset7 {
  margin-left: 327.417px;
}

/* line 75, sass/core_121010/_gridlayout.scss */
.offset8 {
  margin-left: 371.333px;
}

/* line 78, sass/core_121010/_gridlayout.scss */
.offset9 {
  margin-left: 415.25px;
}

/* line 81, sass/core_121010/_gridlayout.scss */
.offset10 {
  margin-left: 459.167px;
}

/* line 84, sass/core_121010/_gridlayout.scss */
.offset11 {
  margin-left: 503.083px;
}

/* line 20, sass/core_121010/_layout.scss */
#contentBox {
  width: 900px;
  margin: auto;
  padding: 0 0 0 0;
  position: relative;
}

/* line 28, sass/core_121010/_layout.scss */
#contentBox-head {
  position: relative;
}

/* line 32, sass/core_121010/_layout.scss */
#contentBox-foot {
  clear: both;
  position: relative;
}

/* line 37, sass/core_121010/_layout.scss */
#contentBox-body {
  position: relative;
}

/* line 53, sass/core_121010/_layout.scss */
#mainBox {
  float: right;
  width: 606px;
  margin: 0;
  padding: 0 0px 0 0;
  position: relative;
}

/* line 58, sass/core_121010/_layout.scss */
#sideBox {
  float: left;
  width: 294px;
  margin: 0;
  padding: 0px 0 0 0px;
  position: relative;
}

/* line 7, sass/core_121010/_font.scss */
.font-style-gothic {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

/* フォントサイズ ****************/
/* line 12, sass/core_121010/_font.scss */
.font-size-small {
  font-size: 12px;
}

/* line 15, sass/core_121010/_font.scss */
.font-size-normal {
  font-size: 14px;
}

/* line 18, sass/core_121010/_font.scss */
.font-size-large {
  font-size: 21px;
}

/** notice **/
/* line 4, sass/core_121010/_format.scss */
p.notice {
  text-indent: -1em;
  margin-left: 1em;
}

/* line 11, sass/core_121010/_format.scss */
ul.notice li {
  text-indent: -1em;
  margin-left: 1em;
  list-style-type: none;
}

/** float **/
/* line 21, sass/core_121010/_format.scss */
.align-left {
  float: left;
}

/* line 25, sass/core_121010/_format.scss */
.align-right {
  float: right;
}

/* line 29, sass/core_121010/_format.scss */
.align-center {
  display: block;
  margin: auto;
}

/* line 34, sass/core_121010/_format.scss */
.align-left-margin {
  float: left;
  margin-right: 20px;
}

/* line 38, sass/core_121010/_format.scss */
.align-right-margin {
  float: right;
  margin-left: 20px;
}

/** image **/
/* line 45, sass/core_121010/_format.scss */
.photo {
  padding: 5px;
  background-color: #fff;
  border: solid 1px #cccccc;
  z-index: 1;
}

/* line 52, sass/core_121010/_format.scss */
a:hover .photo {
  border: solid 1px #00b9ef;
}

/* line 56, sass/core_121010/_format.scss */
.photo-shadow {
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}

/* twitter widget */
/* line 5, sass/core_121010/_twitter.scss */
.twtr-hd, .twtr-ft {
  display: none;
}

/* line 8, sass/core_121010/_twitter.scss */
#twitter .twtr-widget .twtr-tweet-wrap {
  padding: 6px 0 !important;
}

/** list **/
/* line 6, sass/core_121010/_list.scss */
table.list th, table.list td {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  padding: 4px;
}

/* line 15, sass/core_121010/_list.scss */
table.list-border tr {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

/* line 3, sass/_layout.scss */
#contentBox-head {
  height: 80px;
  position: relative;
}

/* line 8, sass/_layout.scss */
#mainBox {
  margin-top: -42px;
}

/*
#contentBox-foot{
	height: 89px;
	background: url("#{$imgPath}common/frame_foot.png") left top no-repeat;
}

#contentBox-body{
	background: url("#{$imgPath}common/frame_body.png") left top repeat-y;
}
*/
/* line 24, sass/_layout.scss */
#navigation {
  position: fixed;
  right: 0;
  bottom: 100px;
  width: 40px;
  padding: 5px;
  text-align: center;
  background-color: #000;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  -o-border-radius: 10px 0 0 10px;
  -ms-border-radius: 10px 0 0 10px;
  -khtml-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
}
/* line 34, sass/_layout.scss */
#navigation img {
  display: block;
  margin: auto;
  margin-bottom: 4px;
}

/* line 3, sass/_menu.scss */
#mainMenuBox {
  background: url("../img/menu/menu_bg.png") left top no-repeat;
}
/* line 6, sass/_menu.scss */
#mainMenuBox li {
  list-style-type: none;
}
/* line 9, sass/_menu.scss */
#mainMenuBox li img {
  vertical-align: bottom;
}
/* line 13, sass/_menu.scss */
#mainMenuBox ul {
  padding: 43px 0 0 41px;
}

/* line 3, sass/_content.scss */
.frameBox-head {
  width: 606px;
  height: 91px;
  background: url("../img/common/frame_head.png") left top no-repeat;
}

/* line 9, sass/_content.scss */
.frameBox-foot {
  margin-top: -25px;
  width: 606px;
  height: 91px;
  background: url("../img/common/frame_foot.png") left top no-repeat;
}

/* line 16, sass/_content.scss */
.frameBox-body {
  position: relative;
  margin-top: -25px;
  padding-left: 47px;
  padding-right: 53px;
  width: 506px;
  background: url("../img/common/frame_body.png") left top repeat-y;
}

/* line 3, sass/_foot.scss */
#footer {
  margin-top: 30px;
  background: url("../img/common/foot_bg.png") center top no-repeat;
  padding-top: 165px;
  padding-bottom: 50px;
  text-align: center;
}
/* line 10, sass/_foot.scss */
#footer #copyright {
  font-size: 10px;
  padding-bottom: 10px;
}
/* line 17, sass/_foot.scss */
#footer #footer-banner li {
  list-style-type: none;
  display: inline;
  padding: 0 5px;
}
/* line 22, sass/_foot.scss */
#footer #footer-banner li img {
  vertical-alingn: middle;
}

/* line 5, sass/_format.scss */
.indent-10 {
  padding: 0 10px;
}

/* line 9, sass/_format.scss */
.indent-20 {
  padding: 0 20px;
}

/* line 13, sass/_format.scss */
.margin-0 {
  margin: 0;
}

/***********/
/* line 18, sass/_format.scss */
.text-hide {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

/***********/
/* line 28, sass/_format.scss */
ul, ol, p {
  margin-bottom: 1em;
}

/* line 32, sass/_format.scss */
p {
  line-height: 1.5em;
}

/* line 37, sass/_format.scss */
ol li,
ul li {
  line-height: 1.3em;
}

/* line 41, sass/_format.scss */
.color-red {
  color: #e4007f;
}

/* line 45, sass/_format.scss */
a.link-border {
  color: #00b9ef;
  border-bottom: dashed 1px #00b9ef;
}

/* line 49, sass/_format.scss */
a.link-border:hover {
  color: #00b9ef;
  border-bottom: dashed 1px #00b9ef;
  background-color: #ffffcc;
}

/* 角丸 ****************/
/* line 56, sass/_format.scss */
.radius-6 {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}

/* line 59, sass/_format.scss */
.radius-10 {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}

/* 影文字 ****************/
/* line 64, sass/_format.scss */
.text-shadow-white {
  text-shadow: 2px 2px 2px white;
}

/* 見出し ****************/
/* line 71, sass/_format.scss */
.h-hide {
  text-indent: -999em;
}

/* line 75, sass/_format.scss */
.h1-star {
  position: absolute;
  right: 0;
  top: 14px;
  width: 197px;
  height: 245px;
  background: url("../img/common/h1_bg.png") left top no-repeat;
}
/* line 83, sass/_format.scss */
.h1-star img {
  position: absolute;
  bottom: 0;
  right: 2px;
}

/* line 90, sass/_format.scss */
.h-bg-yellow {
  margin-bottom: 10px;
  padding: 2px;
  background: url("../img/common/bg_yellow.png") left top repeat;
  color: #00a0e9;
  font-weight: bold;
  font-size: 16px;
}

/* ボックス ****************/
/* line 102, sass/_format.scss */
.bg-white {
  background-color: #fff;
}

/* line 106, sass/_format.scss */
.bg-lightgray {
  background-color: #f5f5f3;
}

/* line 110, sass/_format.scss */
.bg-paper-green {
  background: url("../img/common/bg_paper_green.png") left top repeat;
}

/* line 114, sass/_format.scss */
.border-bold-green {
  border: solid 4px #eff7d1;
}

/* line 119, sass/_format.scss */
.frame626 {
  width: 626px;
  padding-bottom: 10px;
}
/* line 123, sass/_format.scss */
.frame626 .frame-head {
  height: 11px;
  background: url("../img/common/frame_626_head.png") left top no-repeat;
}
/* line 127, sass/_format.scss */
.frame626 .frame-foot {
  height: 12px;
  background: url("../img/common/frame_626_foot.png") left top no-repeat;
}
/* line 131, sass/_format.scss */
.frame626 .frame-body {
  padding-left: 3px;
  width: 623px;
  position: relative;
  background: url("../img/common/frame_626_body.png") left top repeat-y;
}

/* line 140, sass/_format.scss */
.frame720-dot {
  width: 720px;
  padding-bottom: 10px;
}
/* line 144, sass/_format.scss */
.frame720-dot .frame-head {
  height: 16px;
  background: url("../img/common/frame_720_dot_head.png") left top no-repeat;
}
/* line 148, sass/_format.scss */
.frame720-dot .frame-foot {
  height: 18px;
  background: url("../img/common/frame_720_dot_foot.png") left top no-repeat;
}
/* line 152, sass/_format.scss */
.frame720-dot .frame-body {
  padding-left: 3px;
  width: 720px -3;
  position: relative;
  background: url("../img/common/frame_720_dot_body.png") left top repeat-y;
}

/* line 161, sass/_format.scss */
.frame750-red {
  width: 756px;
  padding-bottom: 10px;
}
/* line 165, sass/_format.scss */
.frame750-red .frame-head {
  height: 21px;
  background: url("../img/common/frame_750_red_head.png") left top no-repeat;
}
/* line 169, sass/_format.scss */
.frame750-red .frame-foot {
  height: 14px;
  background: url("../img/common/frame_750_red_foot.png") left top no-repeat;
}
/* line 173, sass/_format.scss */
.frame750-red .frame-body {
  padding-left: 3px;
  padding-right: 3px;
  width: 750px;
  position: relative;
  background: url("../img/common/frame_750_red_body.png") left top repeat-y;
}

/* line 182, sass/_format.scss */
.frame750-green {
  width: 756px;
  padding-bottom: 10px;
}
/* line 186, sass/_format.scss */
.frame750-green .frame-head {
  height: 21px;
  background: url("../img/common/frame_750_green_head.png") left top no-repeat;
}
/* line 190, sass/_format.scss */
.frame750-green .frame-foot {
  height: 14px;
  background: url("../img/common/frame_750_green_foot.png") left top no-repeat;
}
/* line 194, sass/_format.scss */
.frame750-green .frame-body {
  padding-left: 3px;
  padding-right: 3px;
  width: 750px;
  position: relative;
  background: url("../img/common/frame_750_green_body.png") left top repeat-y;
}

/* line 203, sass/_format.scss */
.frame750-blue {
  width: 756px;
  padding-bottom: 10px;
}
/* line 207, sass/_format.scss */
.frame750-blue .frame-head {
  height: 21px;
  background: url("../img/common/frame_750_blue_head.png") left top no-repeat;
}
/* line 211, sass/_format.scss */
.frame750-blue .frame-foot {
  height: 14px;
  background: url("../img/common/frame_750_blue_foot.png") left top no-repeat;
}
/* line 215, sass/_format.scss */
.frame750-blue .frame-body {
  padding-left: 3px;
  padding-right: 3px;
  width: 750px;
  position: relative;
  background: url("../img/common/frame_750_blue_body.png") left top repeat-y;
}

/* line 225, sass/_format.scss */
.frame-market {
  width: 790px;
  padding-bottom: 10px;
}
/* line 229, sass/_format.scss */
.frame-market .frame-head {
  height: 10px;
  background: url("../img/common/frame_market_head.png") left top no-repeat;
}
/* line 233, sass/_format.scss */
.frame-market .frame-foot {
  height: 12px;
  background: url("../img/common/frame_market_foot.png") left top no-repeat;
}
/* line 237, sass/_format.scss */
.frame-market .frame-body {
  padding-left: 3px;
  padding-right: 3px;
  width: 784px;
  position: relative;
  background: url("../img/common/frame_market_body.png") left top repeat-y;
}

/* リスト ****************/
/* line 249, sass/_format.scss */
.list-in-list {
  padding-left: 2em;
}

/* line 253, sass/_format.scss */
ul.list {
  padding-left: 2em;
}
/* line 256, sass/_format.scss */
ul.list li {
  line-height: 1.3em;
  padding-bottom: 4px;
}

/* line 262, sass/_format.scss */
ul.list-star {
  padding-left: 0em;
}
/* line 265, sass/_format.scss */
ul.list-star li {
  padding-left: 20px;
  list-style-type: none;
  background: url("../img/common/icon_star.png") left top no-repeat;
}

/* line 273, sass/_format.scss */
.list th, .list td {
  text-align: left;
}

/* line 278, sass/_format.scss */
.list-border {
  border-top: solid 1px white;
  margin-bottom: 1em;
}
/* line 283, sass/_format.scss */
.list-border tr,
.list-border li {
  border-bottom: solid 1px white;
}
/* line 287, sass/_format.scss */
.list-border li {
  list-style-type: none;
  line-height: 1.5em;
  padding: 4px 0;
}
/* line 293, sass/_format.scss */
.list-border th, .list-border td {
  line-height: 1.5em;
  padding: 4px 10px;
}

/* line 300, sass/_format.scss */
.list-mark-green li {
  list-style-type: none;
  background: url("../img/common/mark_diamond_green.png") left top no-repeat;
  padding-left: 16px;
}

/* パディング ****************/
/* line 311, sass/_format.scss */
.padding-25 {
  padding: 0 25px;
}

/*
@import "side";
*/
/*
@import "submenu";
@import "head";
*/
