@charset "UTF-8";
/* Reset
------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, select, option, p, blockquote, table, th, td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
address, em {
	font-style: normal;
}
strong, th {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 110%;
}
img, fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
dl dd {
	list-style-type: none;
}
img, input {
	vertical-align: middle;
}
/* Fonts
------------------------------------------------------------*/
body {
	font-size: 80%; /* IE */
	font-family:"HelveticaNeue", "游ゴシック","Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo", sans-serif;
	line-height: 1.6;
}
p {
	text-align: justify;/*本文均等揃え*/
	-ms-text-justify: inter-ideograph;/* IE独自拡張 */
	text-justify: inter-ideograph;/*本文均等揃え*/
}
html>/**/body {
	font-size: 15px;
	-webkit-text-size-adjust: none;
} /* Except IE */
/* link
------------------------------------------------------------*/
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover, a:active, a:focus {
 	color:#7f8080;
	text-decoration: none;
}
/* clearfix
------------------------------------------------------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clear {
	overflow: hidden;
}
/* IE6 */
* html .clearfix {
	zoom: 1;
}
/* IE7 */
*:first-child+html .clearfix {
	zoom: 1;
}
