@charset "UTF-8";
/* CSS Document */

* {
    box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

/* clearfix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
 
.clearfix {display: inline-table;}
 
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

html,body {
	font-family:  "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration:none;
	font-weight:normal;
	font-size: 62.5%;
	width:100%;
/*	overflow-x: hidden;*/
	color: #000;
}

html,body,p,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd {
	margin:0;
	padding:0;
	list-style:none;
}

img {
	max-width : 100% ;
	height : auto ;
	touch-callout:none;
	user-select:none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
    vertical-align:bottom;
}

img,a {
	border-style:none;
	outline:none;
}

a:link,a:visited,a:hover {
	text-decoration:none;
    word-break: break-all;
}
a:hover {
    opacity: 0.8;
    transition: 0.4s ;
}

@media screen and (min-width: 769px) {
.pchide {
	display:none;
}
}

@media screen and (max-width: 768px) { 
 .sphide {
	display:none;
}
}
