@charset "UTF-8";

/* html */
html {
    font-size: 62.5%;
}

*{
    box-sizing: border-box;
}


/* body */
body {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1.5;
    min-width: 640px;
    height: 100%;
    text-align: center;
    color: #000;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

img {
    width: auto\9;
}

.mouse-over:hover{
    opacity: 0.8;
}

/*clearfix*/
.clearfix {
    zoom: 1;
}

.clearfix:after {
    display: block;
    clear: both;
    content: '';
}

/* link */
a {
    -webkit-tap-highlight-color: #4da6ff;
}

a:link {
    text-decoration: underline;
    color: #06c;
}

a:visited {
    text-decoration: underline;
    color: #06c;
}

a:hover {
    text-decoration: underline;
    color: #06c;
}

a:active {
    text-decoration: underline;
    color: #06c;
}

/* wrapper */
.wrapper {
    width: 640px;
    margin: 0 auto;
    text-align: left;
}

/* header */
header {
    position: relative;
    width: 640px;
    height: 140px;
}

.header-logo{
    position: absolute;
    top: 54px;
    left: 27px;
}

.header-osatsu{
    position: absolute;
    top: 9px;
    left: 258px;
}

.campaign-link{
    position: absolute;
    top: 42px;
    left: 405px;
}

.oubo-link{
    position: absolute;
    top: 41px;
    left: 548px;
}

.main-kikan-out{
    width: 640px;
    height: 220px;
    position: relative;
}

.main-title{
    position: absolute;
    top: 6px;
    left: 9px;
    z-index: 20;
}

.main-kikan{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.campaign{
    background: transparent url(../img/campaign-bg.jpg) repeat top center;
    width: 640px;
    padding: 22px 0 10px;
}

.campaign h2{
    text-align: center;
    margin-bottom: 20px;
}

.campaign p{
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.6;
    color: #fff;
}

.oubo{
    background-color:#F9EDCE;
    padding-bottom: 38px;
}

.oubo h2{
    text-align: center;
    margin: 0 0 20px;
    padding-top: 25px;
}

.oubo p{
    display: block;
    width: 590px;
    font-size: 2.4rem;
    line-height: 1.6;
    margin: 0 auto;
    padding-bottom: 15px;
}

.oubo p strong{
    font-weight: normal;
    color: #DE0000;
}
    
.note{
    display: block;
    width: 570px;
    font-size: 2.0rem;
    margin-left: 1em;
    text-indent: -1em;
    margin: 0 0 0 42px;
}

.download{
    width: 590px;
    margin: 22px auto 0;
    background: #DE0000 url(../img/pdf-image.jpg) no-repeat 22px 8px;
    padding: 22px 20px 22px 145px;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    line-height: 1.2;
}

.download-tx{
    font-size: 24px;
}

.pdfdata{
    font-size: 18px;
}

.download a:link,
.download a:visited{
    color: #fff;
    text-decoration: none;
}

.download a:hover,
.download a:active{
    color: #fff;
    text-decoration: none;
}

.hokuhokuset{
    margin: 10px 0 0 22px;
    display: block;
}

.oubo-detail{
    width: 590px;
    padding: 22px 25px;
    background-color: #fff;
    border-radius: 14px;
    margin: 38px auto 0;
}

.oubo-detail-data{
    padding-bottom: 15px;
}

.oubo-detail h3{
    margin-bottom: 18px;
}

.oubo-detail p{
    width: 540px;
    line-height: 1.4;
}

.oubo-kikan{
    font-size: 4.2rem;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
}

.oubo-detail table{
    width: 506px;
    margin: 0 auto;
    margin-top: -5px;
}

.oubo-detail table th{
    width: 188px;
    padding: 10px 0;
}

.oubo-detail table td{
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4;
    vertical-align: middle;
}

.oubo-detail-data ul{
    width: 590px;
    margin: 0 auto;
    overflow: hidden;
	margin-bottom: 20px;
}
.oubo-detail-data ul li{
    float: left;
}
/*//////////////////////////*/
.product-link{
    width: 434px;
    display: block;
    border-radius: 6px;
    border: solid 2px #DE0000;
    padding: 6px 20px 4px 50px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #DE0000;
    background: transparent url(../img/ico-arrow.png) no-repeat 20px 9px;
    margin: 0 auto 55px;
}

a.product-link:link,
a.product-link:visited{
    color: #DE0000;
    text-decoration: none;
}

a.product-link:hover,
a.product-link:active{
    color: #DE0000;
    text-decoration: none;
    opacity: 0.7
}

.contact{
    width: 540px;
    margin: 0 auto 10px;
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
    overflow: hidden;
}

.contact-title{
    width: 540px;
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
    padding: 8px 0 2px;
}

.red{
    color: #DF0000;
    font-size: 1.6rem;
}

.tel{
    width: 540px;
    text-align: center;
    font-size: 4.0rem;
    font-weight: bold;
    line-height: 1.0;
    padding-bottom: 2px;
}

.time{
    width: 540px;
    text-align: center;
    font-size: 1.8rem;
    padding-bottom: 8px;
}
/*//////////////////////////*/

.social{
    width: 640px;
    height: 220px;
    background-color:#1A108C;
    overflow: hidden;
}

.social-data{
    width: 50%;
}

.social .fleft{
    text-align: right;
}

.social .fleft img{
    margin-top: 48px;
    margin-right: 80px;
}

.social .fright{
    text-align: left;
}

.social .fright img{
    margin-top: 48px;
    margin-left: 80px;
}


.page-top {
    width: 640px;
    text-align: center;
    background-color: #333333;
    margin-bottom: 40px;
    padding: 12px 0;
}

footer {
    width: 640px;
    padding-top: 16px;
}

.link ul {
    overflow: hidden;
    width: 440px;
    margin: 0 auto 0;
    list-style-type: none;
}

.link li {
    margin: 0 0 65px;
    padding: 0;
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
}

.link li a{
    margin-top: 10px;
    display: block;
}

small {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.2;
    display: block;
    padding: 12px 0;
    text-align: center;
    border-top: solid 2px #311300;
}

/* footer */
footer {
    background: #fff;
}

/* float */
.fleft {
    float: left;
}

.fright {
    float: right;
}

