@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@charset "utf-8";
html {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
body {
	font-size: 14px;
	font-family: 'Noto Sans Japanese';
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000;
	background-color:#FFF;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.noto100 {font-weight:100;}
.noto200 {font-weight:200;}
.noto300 {font-weight:300;}
.noto400 {font-weight:400;}
.noto500 {font-weight:500;}
.noto600 {font-weight:600;}
.noto700 {font-weight:700;}
.noto800 {font-weight:800;}
.noto900 {font-weight:900;}

* html body{  
    overflow: hidden;  
}
body #wrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
} 
p {
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
img {
	vertical-align: top;
	border-style: none;
}
form {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
}
fieldset {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
}
a {
	outline:none;
	border:0;
	border-style: none;
	}
a img {
	outline:none;
	border:0;
	border-style: none;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}
*, *: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;
}

/*--------------------*/
/*汎用クラス*/
/*--------------------*/
.clearfix:after {
	content: "."; /* 新しい要素を作る */
	display: block; /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
*html .clearfix {
	height: 1px;/*\*//*/
height: auto;
overflow: hidden;
/**/
}
.rollover {
}

