@charset "UTF-8";
/* reset
   =================================================================== */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,p,blockquote,th,td,article,section,aside,header,nav{
	margin:0;
	padding:0;
}

address,caption,cite,code,dfn,var {
	font-style:normal;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
}

object,embed {
	vertical-align:top;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
h1 {
	line-height:1.5em;
}
img,abbr,acronym,fieldset,hr{
	border:0;
}

li {
	list-style-type:none;
}

p {
	margin:0;
	padding:0;
}

/* form */  
button,fieldset,form,input,label,legend,select,textarea {
	font-size:100%;
}
input, button, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    outline: none;
}
input:focus, button:focus, textarea:focus, select:focus {
    outline: none;
}
input:-webkit-autofill{
	background-color: #fff;
}
img {
	width: 100%;
	height: auto;
	display: block;
}
figure {
    margin: 0;
}
* {
    outline: none;
    -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,body
   =================================================================== */
html,body {
	margin :0;
	padding :0;
}
body {
	text-align: justify;
	-moz-osx-font-smoothing: grayscale;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
	text-justify: inter-ideograph;
	border:none;
}

/* リンク設定
   =================================================================== */
a, a:link, a:visited, a:hover {
	display: block;
	height: 100%;
	color: #000;
	text-decoration: none;
}

a, button {
    outline: none !important;
}
/* br
=================================================================== */
br.brPc, .partsPc {
    display: block;
}
br.brSp, .partsSp {
    display: none;
}
@media only screen and (max-width: 767px) {
    br.brPc, .partsPc {
        display: none;
    }
    br.brSp, .partsSp {
        display: block;
    }
}
/* clear
   =================================================================== */
/* float */
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
/* Hides from IE-mac \*/
*html .clearfix {
    height:1%;
}
.clearfix {
    display:block;
}
/* End hide from IE-mac */