/**
 *
 *  サイト共通
 *
 */
/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size:100%;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
html {font-size: 62.5%;}
body {position: relative;
	width: 100%;
	min-width: 1000px;
	height: 100%;
	min-height: 100vh;
	color: #000;
	font-size: 16px;
	font-size: 1.6em;
	font-family: 'ヒラギノ角ゴ ProN W3',"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;font-weight:400;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	line-height: 1.6;
	background: #fff;
}
body,h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd,pre,form,blockquote,fieldset,input,address{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6,caption,address,em{font-style:normal;font-weight:normal;}
ul,ol,li,dl,dt,dd{list-style-type:none;list-style-position:outside;}
table{border-spacing:0;border-collapse:collapse;}
fieldset{border:none;}
img{border:0;vertical-align:top;}
br{letter-spacing:0;}
button,fieldset,form,input,label,legend,select,textarea{font-family:inherit;font-style:inherit;font-weight:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline;outline:none;}
input:focus,textarea:focus,select:focus{outline:none;}
.hide {display: none;}
.show {display: show;}
ol,ul,li{padding:0;margin:0;list-style:none;}

html{overflow-y: scroll;}
a{
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	color: #6399ae;
	text-decoration: none;
}
a:link,a:visited{
	color:;
	text-decoration:none;
}
a:hover{
	color:;
	text-decoration: underline;
	outline: none;
}
a:active{
	outline: none;
}