@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 {
    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 */

input, select {
/*    vertical-align:middle;*/
}

/* customized 20150625 */
li {list-style: none;}
/*img{vertical-align: bottom;}*/
img{vertical-align: middle;}

/* customized 20150708 */
main {display:block;}


clearfix

 ----------------------------------------------*/


.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 decoration
 ----------------------------------------- */
a {
  color: #e4007f;
}

a:link {
  text-decoration: none;
}

a:visited {
  color: #e4007f;
  text-decoration: none;
}

a:hover {
  color: #e4007f;
  text-decoration: underline;
}

a.lineLink {
  text-decoration: underline;
}
a.lineLink:hover {
  text-decoration: none;
}

.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}

/*
font-size 14px
10px    72%
11px    79%
12px    86%
13px    93%
14px    100%
15px    108%
16px    115%
17px    122%
18px    129%
19px    136%
20px    143%
21px    150%
22px    158%
23px    165%
24px    172%
25px    179%
26px    186%
*/

/* BACKGROUND/FONT_SIZE ■■■■■■■■■■■■■■■■■■■ */ 
body{
    background-color: #fff;
    line-height: 1.3;
    font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    /*font-family: arial,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", "Osaka",sans-serif;*/
    font-size: 14px;
    color:#4c4c4c;
    -webkit-text-size-adjust: 100%;
}

address,em{ font-style: normal;}

.imgfloatL{
    margin:0 20px 0 0;
    float:left;
}

.imgfloatR{
    margin:0 0 0 20px;
    float:right;
}

hr {
    height: 1px;
    margin: 20px 0px;
    border: none;
    border-top: solid 1px #e5e5e5;
}