@charset "UTF-8";

/* Adjust Style */

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

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
}

body {
	margin: 0;
	line-height: 1.231;
}

body,
button,
input,
select,
textarea {
	font-family: sans-serif;
}

a:hover,
a:active {
	outline: 0;
}

strong {
	font-weight: bold;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

label {
	cursor: pointer;
}

legend {
	border: 0;
	*margin-left: -7px;
	padding: 0;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button,
input {
	line-height: normal;
	*overflow: visible;
}

table button,
table input {
	*overflow: auto;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
[role="button"] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0; 
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

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

td {
	vertical-align: top;
}

.clearfix {
	zoom:1;
}

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


/* Common */

html,
body {
	background-color: #F7F7CF;
}

a {
	color: #29a41e;
}

a:visited {
	color: #29a41e;
}

a:hover {
	color: #29a41e;
}

a:focus {
	outline: thin dotted;
}

h1, h2, h3, p, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
