/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {font-family: sans-serif;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
body {margin: 0;}
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }
#main {background-color: ;}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {display: block;}
a {background-color: transparent;}
a:active,a:hover {outline: 0;}
b,strong {font-weight: bold;}
h1 {font-size: 2em; margin: 0.67em 0;}
table {border-collapse: collapse;border-spacing: 0;}
td,th {padding: 0;}
body {
    color: #333;
    background-color: #fff;
    font: 13px/1.5 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.header {background: url(../images/header_bg.jpg) repeat-x center bottom;background-size: auto; padding: 10px 0 10px;}
.header__title {margin: 0px;}
.header__title img {width: 120px;}
.header__inner {max-width: 700px; text-align: center; margin: 0px auto 0;}
.main  {max-width: 700px; margin: 30px auto; text-align: center;}
.detail-contents__header-title {font-size: 28px; font-weight: bold; margin: 0px;}
.loading {margin: 30px 0;}
.loading img {width: 100px;}
.contents a {display: inline-block; color: #000; padding: 20px 50px; border-radius: 20px;}
#copyright {background-color: #dfdbce;color: #000000;font-size: 9px;text-align: center;padding: 10px;}