@charset "utf-8";

/* ---------------
reset style 
------------------*/

body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas {
	margin: 0;
	padding: 0;
}
article, aside, figure, figcaption,footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section {
	display: block;
}
ul li {list-style-type: none;}
img {border: none;vertical-align: bottom;}


/* ---------------
html,body 
------------------*/
html { overflow-y: scroll; } /* for mozilla: always display scrollbar */

body {
color: #555555;
font-family: Helvetica neue, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo","メイリオ",  sans-serif;
font-size: 14px;
line-height: 1.6;
word-break: break-all; 
-webkit-text-size-adjust:none;
}

/*
Font-size list (base: 14px)
 72% = 10px
 79% = 11px        150% = 21px        222% = 31px
 86% = 12px        158% = 22px        229% = 32px
 93% = 13px        165% = 23px        236% = 33px
100% = 14px        172% = 24px        243% = 34px
108% = 15px        179% = 25px        250% = 35px
115% = 16px        186% = 26px        258% = 36px
122% = 17px        193% = 27px        265% = 37px
129% = 18px        200% = 28px        272% = 38px
136% = 19px        208% = 29px        279% = 39px
143% = 20px        215% = 30px        286% = 40px
*/
a { text-decoration: none; }	
a:link, a:visited { text-decoration: none; }
a:hover, a:active  { text-decoration: none; }

:selection {
	text-shadow: none !important;
}

/* ---------------
clearfix 
------------------*/
.cf {zoom:1;}
.cf:after{
    content: ""; 
    display: block; 
    clear: both;
}
 