@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html {
    height: 100%;
}
body {
  font-family: "Helvetica Neue",Helvetica,Arial,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,"MS ゴシック","MS Gothic",sans-serif;
  background-color: #eee;
  font-size: 12px;
  height: auto;
}

body > #container {
    height: auto;
    line-height: 1.8em;
}
a {
    color: green;
    text-decoration: none;
}
a:hover {
    color: black;
}
strong {
    font-weight: bold;
}
dt {
    float: left;
    clear: left;
    width: 60px;
}
dd {
    float: left;
    width: 360px;
}

h2 {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 600;
    font-size: 24px;
    src: url(http://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.woff2) format('woff2'),
         url(http://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.woff) format('woff'),
         url(http://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.otf) format('opentype');
    margin-bottom: 10px;
}
.fb_iframe_widget > span {
  vertical-align: baseline !important;
  width: 115px !important;
}
iframe.twitter-share-button {
width: 115px !important;
}

#container {
    width: 980px;
    margin:0 auto;
    min-height: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
#sns {
    background-color: #000;
    padding: 5px;
}
#row {
    margin: 0 auto;
    width: 980px;
}
#row #w {
    color:white;
    font-weight: bold;
    font-size: 16px;
    float: left;
    margin-left: 10px;
    width: 200px;
}
#row #btn {
    float: right;
    margin: 0 auto;
    text-align: right;
    width: 500px;
}
#row #btn ul li {
    display: inline-block;
    margin-right: 5px;
    vertical-align: bottom;
    *display: inline;
    zoom: 1;
}
#header {
    background-color: gray;
    position: relative;
    margin-bottom: 30px;
}
#header .button {
    background: url('../img/buy_e.png');
    width: 150px;
    height: 40px;
    position: absolute;
    right: 30px;
    bottom: 20px;
    z-index: 10;
}
#header .button a:hover {
    background-position: 0 bottom;

}
#main {
    padding: 0 30px 20px;
    height: auto;
}
.column {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 100%;
}
.column h3 {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 600;
    font-size: 18px;
    src: url(http://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.woff2) format('woff2'),
         url(http://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.woff) format('woff'),
         url(http://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.otf) format('opentype');
}
.column p {
    margin-bottom: 10px;
}
#contents {
    background: url('../img/bg.gif') repeat;
    border: 1px solid #ccc;
    padding: 10px;
}
#left_contents {
    background: url('../img/bg.gif') repeat;
    float: left;
    width: 428px;
    border: 1px solid #ccc;
    padding: 10px;
    height: 400px;
}
#right_contents {
    background: url('../img/bg.gif') repeat;
    margin-left: 20px;
    border: 1px solid #ccc;
    float: right;
    padding: 10px;
    width: 428px;
    height: 400px;
}
#footer {
    color:white;
    font-size: 80%;
    background-color: gray;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    height:20px;
    bottom:0;
}
#bg {
    background-image:url('../img/main_img.png');
    width: 980px;
    height: 500px;
    color:white;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

#bg {
    background-image:url('../img/main_img@2x.png');
    background-size:980px 500px;
}
#header .button {
    background: url('../img/buy_e@2x.png');
    background-size: 150px 80px;
}
#contents {
    background: url('../img/bg@2x.gif') repeat;
    background-size: 3px 3px;
}
#left_contents {
    background: url('../img/bg@2x.gif') repeat;
    background-size: 3px 3px;
}
#right_contents {
    background: url('../img/bg@2x.gif') repeat;
    background-size: 3px 3px;
}

}

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