@charset "UTF-8";

/* =======================================
    Common setting
======================================= */

/* reset*/
* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    vertical-align: bottom;
}

h1,h2,h3,h4,h5,h6 {
    line-height: 1.2;
}

ul {
    list-style: none;
}
 
/* body setting */
body {
    color: #000;
    font-size: 14px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
	/*font-family: 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
    -webkit-text-size-adjust: none; overflow-x:hidden;
    */
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.clearfix {
    display: inline-block;
}
