@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


* {
    margin: 0;
    padding: 0;
}
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{
    border: 0;
    font-size: 100%;
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    font: inherit;
    vertical-align: baseline;
}
html { font-size: 62.5% ; }

body{
    
    font-family:’Hiragino Kaku Gothic ProN’, 'ヒラギノ角ゴ ProN W3', sans-serif;
    color: rgba(0,0,0,0.8);
    line-height: 1;
    -webkit-text-size-adjust: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol,ul{
    list-style: none;
}
ol li,
ul li{
    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;
}
a{
    text-decoration: none;
    color: #0044CC;
} 
img{
    border-width: 0;
    line-height: 0;
    vertical-align: bottom;
}
a img {
    outline: none;
    border-width: 0;
    border-style: none;
}
.fcr{
    color: #FF0000;
}
.clearboth{
    clear: both;
}
.indent{
    padding-left: 1em;
    text-indent: -1em;
}
.font30{ font-size: 3.0rem;}
.font29{ font-size: 2.9rem;}
.font28{ font-size: 2.8rem;}
.font27{ font-size: 2.7rem;}
.font26{ font-size: 2.6rem;}
.font25{ font-size: 2.5rem;}
.font24{ font-size: 2.4rem;}
.font23{ font-size: 2.3rem;}
.font22{ font-size: 2.2rem;}
.font21{ font-size: 2.1rem;}
.font20{ font-size: 2.0rem;}
.font19{ font-size: 1.9rem;}
.font18{ font-size: 1.8rem;}
.font17{ font-size: 1.7rem;}
.font16{ font-size: 1.6rem;}
.font15{ font-size: 1.5rem;}
.font14{ font-size: 1.4rem;}
.font13{ font-size: 1.3rem;}
.font12{ font-size: 1.2rem;}
.font11{ font-size: 1.1rem;}
.font10{ font-size: 1.0rem;}

.mbottom5{margin-bottom: 5px;}
.mbottom10{margin-bottom: 10px;}
.mbottom15{margin-bottom: 15px;}
.mbottom20{margin-bottom: 20px;}
.mbottom25{margin-bottom: 25px;}
.mbottom30{margin-bottom: 30px;}
.mbottom35{margin-bottom: 35px;}
.mbottom40{margin-bottom: 40px;}
.mbottom50{margin-bottom: 50px;}
.mbottom55{margin-bottom: 55px;}
.mbottom60{margin-bottom: 60px;}

.container a:hover img,
.container a:active img{
    -ms-filter: "alpha( opacity=80 )";
    filter: alpha( opacity=80 );
    opacity: .8;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.radius5{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
.radius-top5{
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    -ms-border-top-right-radius: 5px;
}
.radius-bottom5{
    border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
}

