/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* body */

body {background:#000; color:#fff; font-size:62.5%; font-family: "Hiragino Kaku Gothic ProN","CI", sans-serif;}

#wrap {width:100%; max-width:750px; margin:0 auto; background:#393939;}

header{width:100%; height:0; padding-top:136%; background:url(../images/top_image.jpg) no-repeat 0 0; background-size:contain; position:relative;}
header h1{position:absolute; top:0; width:100%; height:9%; text-indent:100%; overflow:hidden; white-space:nowrap; background-size:auto 90% !important;}
header h2{display:none;}
.entry a{display:block; width:95%; height:100%; text-indent:130%; overflow:hidden; white-space:nowrap; margin:0 auto; box-sizing:border-box; -webkit-box-sizing:border-box; padding-top:6%; border:3px solid #0fe3b4;
background:linear-gradient(#afffed,#1cffcd); background:-webkit-gradient(linear,left top, left bottom,from(#afffed),to(#1cffcd)); border-radius:20px;}
.entry a span{display:block; width:90%; height:60%; margin:0 auto;} 
header .entry a span{background:url(../images/btn.png) no-repeat 0 0; background-size:cover; } 
header .entry{position:absolute; bottom:0; width:100%; height:17%;}

article {padding:0 10px;}
section {margin:10px 0px 20px; padding:10px; border-radius:20px;}
section.about h2, section.s_m h2, section.m_s h2, section.point h2{width:100%; height:0; padding-top:38.5%; position:relative; margin:10px 0;}
section.about h2 span, section.s_m h2 span, section.m_s h2 span, section.point h2 span{text-indent:100%; overflow:hidden; white-space:nowrap; position:absolute; top:0; width:100%; height:100%; display:block; }
section.about h2 span{background:url(../images/heading.png) no-repeat 0 0; background-size:cover;}
section.s_m h2 span{background:url(../images/heading.png) no-repeat 0 33.5%; background-size:cover;}
section.m_s h2 span{background:url(../images/heading.png) no-repeat 0 67%; background-size:cover;}
section.point h2 span{background:url(../images/heading.png) no-repeat 0 100.5%; background-size:cover;}
section.s_m, section.point {background:#690733; padding-bottom:20px;}
section.m_s {background:#072769; padding-bottom:20px;}
section p{font-size:1.1rem; line-height:1.6rem;}
section p span{font-weight:bold; color:#ff2bf8;}

article .entry {position:relative; width:100%; height:0; padding-top:23%;}
article .entry a{position:absolute; top:0; width:100%;}
article .entry a span{background:url(../images/btn.png) no-repeat 0 29%; background-size:cover; height:65%; } 

section.search {padding:10px 0;}
section.search h2{width:100%; height:0; padding-top:12%; position:relative; margin:10px 0;}
section.search h2 span{text-indent:100%; overflow:hidden; white-space:nowrap; position:absolute; top:0; width:100%; height:100%; display:block; background:url(../images/search_head.png) no-repeat 0 0; background-size:cover;}
section.search .table{display:table; width:100%; border-collapse:separate; border-spacing:8px 0;}
section.search .table dl{display:table-cell; width:50%; background:#dbdbdb; border-radius:20px; padding:6px;}
section.search .table dl dt {position:relative; width:100%; height:0; padding-top:60%;}
section.search .table dl dt span{position:absolute; top:0; display:block; width:100%; height:100%; text-indent:100%; overflow:hidden; white-space:nowrap;}
section.search .table dl:first-of-type dt span{background:url(../images/search_type.png) no-repeat 0 0; background-size:cover;}
section.search .table dl:last-of-type dt span{background:url(../images/search_type.png) no-repeat 0 100%; background-size:cover;}
section.search .table dl dt:after{content:""; display:block; height:30px; background:url(../images/search_arrow.png) no-repeat center top; background-size:contain; margin:12px 0 6px;}
section.search .table dl dd{color:#000; margin-left:16px; position:relative; font-size:0.8rem; line-height:1.4rem;}
section.search .table dl dd:before{content:""; position:absolute; top:0; left:-14px; color:#e41e6c;}
section.search .table dl dd:first-of-type {margin-top:48px;}
section.search p{margin:10px 10px 0;}

article section .entry {position:relative; width:100%; height:0; padding-top:30%; margin-top:10px;}
article section .entry a{padding-top:2%;}
article section .entry a span{background:url(../images/btn.png) no-repeat 0 100%; background-size:cover; height:95%;} 

footer {padding:20px 0; text-align:center; background:#666666;}
footer address{text-decoration:none; font-size:0.8rem;}