@charset "UTF-8";
/* CSS Document */


/* 要素設定*/
body {
	background: #FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-size: 13px;
	line-height: 1.8;
}

a {
	color: #D06D70;
}

a:hover {
	text-decoration: none;
}

a img {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

a:hover img {
	opacity: 0.7;
}

textarea,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="text"] {
	color: #444;
	font-size: 120%;
	/* padding: 3px 5px; */
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="text"].-fit {
	width: 100%;
}

input[type="radio"] {
	margin: 0 5px 0 0;
}

label {
	display: inline-block;
	vertical-align: middle;
	margin: 0 1em 0 0;
}

/* svgファイル処理 */
.is-noSVG img[src$=".svg"] {
	visibility: hidden;
}

/* その他汎用スタイル */
.ieBlock {
	display: none;
	width: 100%;
	height: 100%;
}

.leftCol {
	float: left;
}

.rightCol {
	float: right;
}

/* 汎用ルール */
.u-inner {
	width: 1000px;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}

.u-inner:after {
	content:"";
	display:block;
	clear:both;
}

/* 汎用見出し */
.u-headline01 {
}

.u-headline02 {
}

/* 汎用テーブル */
.u-table01 {
	width: 100%;
}

.u-table01 th,
.u-table01 td {
	padding: 10px;
}

.u-table01 th {
	white-space: nowrap;
}

.u-table01 td {
}

.u-table02 {
	width: 100%;
}

.u-table02 th,
.u-table02 td {
	padding: 10px;
}

.u-table02 th {
	white-space: nowrap;
}

.u-table02 td {
}

.u-mincho {
	font-family: "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* 汎用リスト */
.u-list01 {
	list-style: outside disc;
	padding-left: 1.7em;
}

.u-list02 {
	list-style: outside decimal;
	padding-left: 1.7em;
}

.u-listCaution {
	padding-left: 1.4em;
}

.u-listCaution_Item {
	text-indent: -1.4em;
}

[class^="icon"] {
	vertical-align: middle;
	display: inline-block;
}