@charset "utf-8";
/* CSS Document */

/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, main {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
/*    vertical-align:middle;*/
}

/* customized 20150625 */
li {list-style: none;}
/*img{vertical-align: bottom;}*/
img{vertical-align: middle;}
*, *:before, *:after {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
/* customized 20150708 */
main {display:block;}


clearfix

 ----------------------------------------------*/

/*.clearfix:before, 
.clearfix:after { 
    content:""; 
    display:table; 
} 
 .clearfix:after {    clear:both;} 
 .clearfix {    zoom:1;}
*/

 .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size:0;   line-height: 0;}
.clearfix { display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */



.clearfix{
    zoom: 1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size:0;
    line-height: 0;
    content: ".";
}

/* ----------------------------------------------

link

 ----------------------------------------------*/

a:link,
a:visited {
    color: #333;
    text-decoration: none;
}
a:hover,
a:active {
    color: #aaa;
    text-decoration: none;
}
object, a:focus {
    outline: none;
}
a.trans:hover {
    opacity: 0.7;
    filter: alpha(opacity=80);
    transition:0.5s;
}

/*
font-size 13px
10px    77%
11px    84.6%
12px    92.3%
13px    100%
14px    107.7%
15px    115.4%
16px    123%
17px    130.7%
18px    138.5%
19px    146.2%
20px    154%
21px    161.5%
22px    169.2%
23px    177%
24px    184.6%
25px    192.3%
26px    200%
*/

/* BACKGROUND/FONT_SIZE ■■■■■■■■■■■■■■■■■■■ */ 
body{
    background:#fff;
    font: 13px/1.231 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    position:relative;
    color:#333;
}

address,em{ font-style: normal;}