@charset "utf-8";


/* =================================================================
		Reset Styles
================================================================= */
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset {
	font-weight: normal;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;	line-height: 1.5;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}
/* HTML5 */
article,
aside,
figure,
figcaption,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}
/* Base Styles */
body {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;	line-height: 1.5;
*font-size:small;
 *font:x-small;
}
select,
input,
button,
textarea {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;	line-height: 1.5;
}
pre,
code,
kbd,
samp,
tt {
	font-family: monospace;
 *font-size: 108%;
	line-height: 100%;
}
img {
	border: none;
	vertical-align: bottom;
}
table {
	font-size: inherit;
	font: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
label {
	cursor: pointer;
}
input,
select,
textarea {
	padding: 2px;
}
ol,
ul,
li {
	list-style: none;
}
/* form */
select,
input,
button,
textarea {
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
select option {
	padding : 0 5px 0 5px;
}
form label {
	cursor : pointer;
}
a,
input {
	outline: none;
}

/*	Basic Text Link	*/
a {
	color: #666;
	text-decoration: none;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	/*text-decoration: underline;*/
	text-decoration: none;
}
a:hover {
	color: #304059;
	/*text-decoration: underline;*/
	text-decoration: none;
}
a:focus {
	color: #304059;
	/*text-decoration: underline;*/
	text-decoration: none;
}
a:active {
	color: #304059;
	/*text-decoration: underline;*/
	text-decoration: none;
}

article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
}