@charset "utf-8";

/*------Common------*/
body, div, h1, h2, h3, h4, h5, h6,
p, brockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
  margin: 0;
  padding: 0;
  line-height:1;
  font-size:100%;
  font-style:normal;
  font-weight:normal;
}

body {
  background: url(/images/sagittarisu/bg.png) repeat-y center top #ffffff;
  font: normal 13px/1.5 "ＭＳ Ｐ ゴシック", "MS P Gothic", "Verdana", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

img {
  border: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }

.clear { clear: both; }

html {
  height: 100%;
  overflow-y: scroll;
}

li { list-style-type: none; }

.m_btm {
  margin-bottom: 20px;
}

/*------Link Color------*/
a {
  text-decoration: none;
  font-weight: normal;
}
a:link { color: #000375; }
a:visited { color: #000375; }
a:hover {
  color: #000375;
  text-decoration: underline;
}
a:active { color: #000375; }

/*------Header------*/

#header{
  width: 732px;
  margin: 0 auto;
}

#header span{
  display: none;
}

/*------Wrapper------*/

#wrapper {
  border-width: 0 1px;
  width: 730px;
  margin: 0 auto;
}

h2{
  margin: 5px 0 0;
}

h3 img {
  margin-bottom: 15px;
}

.lang {
    width: 677px;
    margin: 10px auto 0;
    text-align: right;
}
.frame {
  margin: 0 auto 10px;
  width: 677px;
  padding: 20px 20px 25px 20px;
  background: #ffffff url(/images/sagittarisu/line.gif) no-repeat center bottom;
}

.frame p {
  line-height: 170%;
}
.frame p img {
    margin-left: 5px;
    vertical-align: text-bottom;
}

.frame p.l_height_m {
  line-height: 130%;
}

#iphone_img {
  float: right;
}


#link_list {
  margin: 10px 0 13px;
}
#link_list dl {
    float: left;
    width: 326px;
    margin: 0 10px 10px 0;
    border: 1px solid #000000;
}
#link_list dl dt {
    padding: 2px 5px;
    background: #000000;
    color: #ffffff;
}
#link_list dl dd { padding: 5px; }
#link_list dd {
  margin: 4px 0 0;
  line-height: 1.3;
}
#link_list dd .icon {
    float: left;
    margin-right: 5px;
}
#link_list dd .dl {
    display: block;
    margin: 3px 0 0;
}

#game_contents {
  margin-bottom: 10px;
}

#game_contents li {
  margin: 7px 0 ;
  padding-left: 15px;
  background: url(/images/sagittarisu/list_mrk.gif) no-repeat left 3px;
}


#game_route {
  margin-bottom: 20px;
}

#game_route li {
  margin: 7px 0 7px 25px;
  list-style-type: decimal;
}

#tuto {
  margin-top: 10px;
}

#tuto dl {
  float: left;
  margin-right: 22px;
}

#tuto dl.m_right {
  margin-right: 0;
}

#tuto dt {
  text-align: center;
  margin-bottom: 3px;
  background-color: #333333;
  color: #ffffff;
  padding: 3px 0;
}

#faq dt {
  margin-top: 15px;
  border-top: 1px solid #aaaaaa;
  background: url("/images/sagittarisu/q.gif") no-repeat left 15px;
  padding: 18px 0 10px 30px;
}

#faq dd {
  background: url("/images/sagittarisu/a.gif") no-repeat left 0;
  padding: 3px 0 10px 30px;
}

.warning_text{
  height: 20px;
  background:url("/images/sagittarisu/check.gif") no-repeat left 6px;
  padding: 5px 0 3px 30px;
}

/*------Footer------*/

#footer{
  width:732px;
  padding: 10px auto;
}

#footer address{
  text-align:center;
  padding-bottom: 10px;
}

