@charset "UTF-8";
/* ==================================================================
   reset.css
   ================================================================== */

/* General parts 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, 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,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	font-style:normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	background: transparent;
	-webkit-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section {
	display: block;
}

/* Form parts reset ------------------------------------------------- */

input, textarea, select, button {
	font-size: 1em;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	color: #333333;
	outline: none;
	-webkit-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}

input[type="button"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="date"] {
	-webkit-appearance: none;
     -moz-appearance: none;
	        appearance: none;
}

input[type="color"],
input[type="range"],
input[type="checkbox"],
input[type="radio"],
input[type="button"],
input[type="image"],
input[type="submit"],
input[type="reset"],
select, button {
	cursor: pointer;
}

input[disabled] {
	cursor: not-allowed;
}

input[type="hidden"] {
	display: none;
}

textarea {
	resize: vertical;
}

/* Font ------------------------------------------------------------- */

html {
	font-size: .625em;
}

h1, h2, h3, h4, h5, h6,
ul, ol, dl,
table, col, p, address, figcaption {
	font-size: 1.4em;
}

th ul, th ol, th dl,
td ul, td ol, td dl,
ul ul, li p {
	font-size: 1em;
}

sup, sub {
	font-size: 1em;
}

body, input, textarea, select {
	font-family: arial, Helvetica, "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
}
/* Link ------------------------------------------------------------- */

a {
	display: block;
	width: 100%;
	height: 100%;
}
a:link, a:visited {
	text-decoration: none;
	color: #0e57b9;
}
a:hover, a:active {
	text-decoration: underline;
	background-color: rgba(254, 230, 235, 0.75);
	-webkit-transition-property: background-color;
	        transition-property: background-color;
	-webkit-transition-duration: 200ms;
	        transition-duration: 200ms;
}

a:hover img, a:active img {
/*	opacity: 0.75;
	filter: alpha(opacity=0.75);*/
}

a:focus {
	outline:none;
}

/* Base style ------------------------------------------------------- */

html {
	overflow-y: scroll;
}

body {
	line-height: 1.3;
	color: #333333;
	background-color: #ffffff;
	-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

caption {
	text-align: left;
}

thead th {
	font-weight: bold;
}

th, td {
	vertical-align: top;
}

ol, ul {
  list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

img {
	display: block;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

object, embed, iframe {
	max-width: 100%;
	vertical-align: top;
	outline: none;
}

em, strong {
	font-weight: bold;
	font-style: normal;
}

mark {
	color: inherit;
	font-weight: bold;
	background-color: inherit;
}

sup, sub {
	line-height: 1;
	position: relative;
	height: 0;
	vertical-align: baseline;
	_vertical-align: bottom;
}

sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
