@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-style: normal;
}

html {
	overflow-y: scroll;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 100%;
}

caption, th {
	text-align: left;
}

object, embed {
	vertical-align: top;
}

hr, legend {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	margin-bottom: 0px;
}

img {
	border: none;
	vertical-align: bottom;
}

li {
	list-style: none;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

p {
	text-align: justify;
	text-justify: inter-ideograph;
	position: relative;
}
input {
	padding: 1px;
}

textarea {
	width: 98%;
	vertical-align: top;
	padding: 2px;
	overflow: auto;
	font-size: 100%;
}

option {
	padding-right: 10px;
}

*+html option {
	padding-right: 0; /* for IE7&Opera */
}

* html option {
	padding-right: 0; /* for IE6 */
}

acronym, abbr {
	cursor: help;
}


/* Body setting
----------------------------------------------------------- */
body {
	font-family: "Noto Sans Japanese", "Century Gothic", Arial, sans-serif;
	font-size: 62.5%;
	text-align: center;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: center top;
	border: 3px none #E4007F;
	-webkit-font-smoothing: antialiased;
	min-width: 940px;
}


/* Link setting
----------------------------------------------------------- */
a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #8EBE3E;
	text-decoration: none;
}

a:active {
}

/* clearfix
----------------------------------------------------------- */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* img
----------------------------------------------------------- */
a img {
	box-shadow: #fff 0 0 0;
}
