@charset "utf-8";
@font-face {
	font-family: 'SF-WebIcon';
	src:url('/asset/font/SF-WebIcon.ttf') format('truetype');
}
.fontIcon {
	display:inline-block;
	margin:0 4px;
	font-family: 'SF-WebIcon';
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
input, button, textarea {
	margin:0;
	padding:0;
	background:none;
	border:none;
	border-radius:0;
	outline:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
body {
	margin:0;
	color:#000000;
	font-size:14px;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic","メイリオ", Meiryo, "Osaka－等幅", Osaka-mono, monospace, sans-serif;
	background-color:#FFFFFF;
	letter-spacing:1px;
}
select,option {
	font-size:14px;
	padding:4px;
}
input[type="tel"], input[type="text"], input[type="password"], textarea{
	font-family:"ＭＳ Ｐゴシック", "MS PGothic","メイリオ", Meiryo, "Osaka－等幅", Osaka-mono, monospace, sans-serif;
	padding:6px;
	font-size:14px;
	border:1px solid #999999;
	letter-spacing:1px;
}
input[type="submit"] {
	font-family:"ＭＳ Ｐゴシック", "MS PGothic","メイリオ", Meiryo, "Osaka－等幅", Osaka-mono, monospace, sans-serif;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
ul {
	list-style:none;
	padding:0;
	margin:0;
}
li {
	padding:0;
}
input, select {
	vertical-align:middle;
}
a {
	-webkit-tap-highlight-color:transparent;
	text-decoration:none;
	color:#000000;
	border:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	transition: all 0.1s linear 0s;
}
a img:hover {
/*	opacity:0.8;*/
}
img {
	border:none;
}
