@charset "UTF-8";
/* CSS Document */


/******** リセット *********/

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 {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
html{
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%; /* iOS 8+ */
	overflow-y:scroll;/*--スクロールバーを常に表示させる--*/
}
body {
    font-style:normal;
    font-weight: normal;
    font-size: 16px;
	line-height:1.6;
    color: #333;
    background-color:#FFF;
	font:75%/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;  
}
ol, ol li,
ul, ul li{
    list-style:none;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
a{
	color:#333333;
	text-decoration:none;
}
a:hover{
	color:#333333;
	text-decoration:none;
}
a:focus {
    outline:none;
}
img{
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
html,
body{
  position: relative;
  overflow-x: hidden;
}
body{
	-webkit-overflow-scrolling: touch;
}

