@charset "utf-8";

html {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

body {
	font-family: 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 62.5%;
	font-weight: 400;
	/*font-size: 62.5%;*/
	/*em換算値用*/
	/*	font-size: 13px;*/
	-webkit-text-size-adjust: 100%;
	background-color: #FFF;
	color: #000000;
}

* html body {
	overflow: hidden;
}

body #wrapper {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

p {
	padding: 0px 0px 0px 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;
	text-decoration: none;
}

a img {
	border-style: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:hover {
	/*	-moz-opacity: 0.7; 
	-khtml-opacity: 0.7; 
	opacity: 0.7;
	zoom: 1; */
}

a:active {
	text-decoration: none;
}

*,
*: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;
}

/* headline */
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}

strong {
	font-weight: bold;
}

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

.clearfix {
	min-height: 1px;
}

*html .clearfix {
	height: 1px;
}

.main a:link {
	text-decoration: underline;
}

.main a:hover {
	text-decoration: none;
}

/*------------------------------------------------------------*/
textarea {
	outline: none;
	outline: 0;
	resize: none;
}



input[type="text"]:focus {
	outline: none;
	outline: 0;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
	cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}


input,
textarea {
	font-family: 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', sans-serif;
}

/* utility */
.fw_bold {
	font-weight: bold;
}

.fw_bold span {
	font-weight: normal;
}

.ml-2rem {
	margin-left: 2rem !important;
}

.pt-none {
	padding-top: 0 !important;
}

.ls-n05em {
	letter-spacing: -0.05em;
}

.text-underline {
	text-decoration: underline !important;
}