@charset "utf-8";

header, .box-title01, .headTitle {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body {
	color: #333;
	line-height: 1.7;
	margin: 0;
	padding: 0;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
	
	}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	line-height:1.7;
	font: inherit;
	letter-spacing:3px;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0 none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	line-height:1.5;
	
}

img {
	vertical-align: bottom;
}
ol, ul, li {
	list-style: outside none none;
}
a img, fieldset, img {
	border: 0 none;
	vertical-align: top;
}
address, caption, cite, code, dfn, em, var {
	font-style: normal;
	font-weight: normal;
}
caption, th {
	text-align: left;
}
abbr, acronym {
	border: 0 none;
}

a {
	text-decoration: none;
}
a {
color:#333;
}

a:hover {
color:#333;
}

a:visited {
color:#333;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
q::before, q::after {
 content: "";
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
hr {
	display: none;
}
strong, em {
	font-weight: bold;
}
 div::after {
 clear: both;
 content: " ";
 display: block;
 font-size: 0;
 height: 0;
 visibility: hidden;
}

.clear {
	clear: both;
}

.clear:after {
  display: block;
  clear: both;
  content: "";
}


/*IE用*/
.clearfix{ display:inline-table;clear:both; }
/*Mac-IE用\*/
*html .clearfix{ height:1%;clear:both; }
.clearfix{ display:block;clear:both; }
