@charset "utf-8";

/*--------------------------------------------------------
 reset
---------------------------------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, figure, figcaption, ins, kbd, q, s, mp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	font-size: 16px;
	font-family:"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	-webkit-text-size-adjust: 100%;
}
@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
a {
	color: #908067;
	text-decoration: none;
}
img {
	vertical-align: bottom;
}
.cf:after { /* IE8+ */
	content: '';
	display: table;
	clear :both;
}
.no-border {
	border: none !important;
}
.align-c {
	text-align: center;
}
.c-ttl-01 {
	font-size: 20px;
	color: #a3700a;
	font-weight: bold;
}
.c-ttl-02 {
	font-size: 18px;
	font-weight: bold;
}
.c-txt-01 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7;
}
.c-txt-02 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7;
	margin: 1em 0;
}
.c-anchor-arrow01 {
	background: url(../img/ico_arrow02.png) no-repeat left center;
	color: #a3700a;
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
}
.c-anchor-arrow01:hover {
	text-decoration: underline;
}
