@charset "utf-8";

/*--------------------------------------------
■［フォント］
--------------------------------------------*/


@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot');
	src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome-webfont.woff') format('woff'),
		url('../fonts/fontawesome-webfont.ttf') format('truetype'),
		url('../fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Muli:400,700,900');

.a4 {
	background-image: image(data:image/gif;base64,R0lGODlhAQABAJEAAAAAAP///////wAAACH5BAUUAAIALAAAAAABAAEAAAICVAEAOw==);
	background-repeat: no-repeat;
}


/*--------------------------------------------
■［html5］
--------------------------------------------*/

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

/*--------------------------------------------
■［ボディ］
--------------------------------------------*/

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
} 

html,body{
	height: 100%;
}

html {
	-webkit-text-size-adjust: none;
}

body {
	font-family: "Muli", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	margin: 0px;
	padding: 0px;
 	font-size: 82%; /* IE6 */
	line-height: 2em;
	letter-spacing:0px;
	color: #666;
	background-color: #9BC342;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust: 100%;
}

table {
 	font-size: 100%; /* IE6 */
}


html>/**/body {
	font-size: 15px; /* Except IE6 */
}


/*--------------------------------------------
　■［リンク］
--------------------------------------------*/

a:link {
	color: #E9601A;
	text-decoration: none;
}

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

a:hover {
	color: #E9601A;
	text-decoration: underline;
}

a:active {
	color: #ed8049;
	text-decoration: underline;
}

a img {
	border: none;
}

.touch {
	-webkit-tap-highlight-color: transparent;
}


/*--------------------------------------------
　■［フォント］
--------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
}

ul,
ol,
dl {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


.ss {
	font-size: 75%;
	line-height: 150%;
}


.s {
	font-size: 80%;
	line-height: 150%;
}

.m {
	font-size: 100%;
	line-height: 150%;
}

.l {
	font-size: 120%;
	line-height: 150%;
}

.ll {
	font-size: 140%;
	line-height: 150%;
}



.notice {
	color: #E95598;
}




/*--------------------------------------------
　■［回り込み］
--------------------------------------------*/

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

.fleft {
	float: left;
}


.fright {
	float: right;
}


.fclear {
	clear: both;
}

br.fclear {
	clear: both;
	font-size: 1px;
	line-height: 0;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

.img-fleft {
	float: left;
	margin: 0px;
	padding: 0px;
}

.img-fleft img {
	margin: 0px 20px 1em 0px;
	padding: 0px;
}


.img-fright {
	margin: 0px;
	padding: 0px;
	float: right;
}

.img-fright img {
	margin: 0px 0px 1em 20px;
	padding: 0px;
}


.img-left {
	text-align: left;
}

.img-left img {
	margin: 0px 0px 1em 0px;
	padding: 0px;
}

.img-right {
	margin: 0px 0px 1em 0px;
	padding: 0px;
	text-align: right;
}

.img-center {
	margin: 0px 0px 1em 0px;
	padding: 0px;
	text-align: center;
}

.txt-left {
	margin: 0px 0px 1em 0px;
	padding: 0px;
	text-align: left;
}

.txt-center {
	margin: 0px 0px 1em 0px;
	padding: 0px;
	text-align: center;
}

.txt-right {
	margin: 0px 0px 1em 0px;
	padding: 0px;
	text-align: right;
}




/*--------------------------------------------
　■［画像］
--------------------------------------------*/

img {
	vertical-align: bottom;
}



/*--------------------------------------------
　■［改行禁止］
--------------------------------------------*/
.nobr {
	white-space: nowrap;
}



/*--------------------------------------------
　■［フォーム］
--------------------------------------------*/

form {
	margin: 0px;
	padding: 0px;
}

select,
textarea,
input {
	font-size: 1rem;
	font-weight: normal;
}

.noborder {
	border: none !important;
}

input, select {
	vertical-align: middle;
}

.text,
textarea,
.dropdown {
	border:1px solid #e1e1e1;
	padding: 0.5em;
	background-color: #fff;
	min-height: 1em;
	margin: 0px 0.25em 0.25em 0px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3) inset;
	font-size: 1em;
}

div.custom-selectbox {
	position: relative;
	display: inline-block;
}

div.custom-selectbox select {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 26px;
	opacity: 0;
}

div.custom-selectbox select option {
	padding: 5px 5px;
}




/*--------------------------------------------
　■［隠す］
--------------------------------------------*/

.hide {
	display: none;
}




/*--------------------------------------------
　■［リスト］
--------------------------------------------*/

ul,
ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul li ,
ol li {
	margin: 0px;
	padding: 0px;
}

ul.disc {
	margin: 0px 0px 1.5em 2em;
	padding: 0px;
	list-style-type: disc;
}

ul.disc li {
	margin: 0px 0px 0.25em 0px;
}

ol.decimal {
	margin: 0px 0px 1.5em 2em;
	padding: 0px;
	list-style-type: decimal;
}

ol.decimal li {
	margin: 0px 0px 0.5em 0px;
}

ul.icon-001 {
	margin: 0 0 1.5em 0;
	padding: 0;
}

ul.icon-001 li {
	margin: 0 0 0.25em 0;
	padding: 0 0 0 2em;
	position: relative;
}

ul.icon-001 li:before {
	position: absolute;
	left: 1em;
	content: "●";
	font-size: 0.8em;
	color: #9BC342;
}


ul.navi-001 {
	margin: 0 0 2em 0;
}

ul.navi-001.c2, ul.navi-001.c3, ul.navi-001.c4, ul.navi-001.c5 {
	margin: 0 -5px 2em -5px;
}

ul.navi-001 li {
	margin: 0 0 0.5em 0;
	line-height: 1.3;
}

ul.navi-001.c2 li {
	width: 50%;
	float: left;
}

ul.navi-001.c3 li {
	width: 33.333%;
	float: left;
}

ul.navi-001.c4 li {
	width: 25%;
	float: left;
}

ul.navi-001.c5 li {
	width: 20%;
	float: left;
}

ul.navi-001.c2 li:nth-child(2n+1),
ul.navi-001.c3 li:nth-child(3n+1),
ul.navi-001.c3 li:nth-child(4n+1),
ul.navi-001.c3 li:nth-child(5n+1) {
	clear: both;
}

ul.navi-001 li a {
	border: 5px solid #FCF8E4;
	display: block;
	margin: 5px;
	padding: 1em 1em 1em 2em;
	background-color: #fff;
	color: #F4A341;
	text-decoration: none;
	border-radius: 0.3em;
	position: relative;
}

ul.navi-001 li a:before {
	top: 0;
	left: 1em;
	bottom: 0;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 6px solid transparent;
	border-left: 6px solid #9BC342;
	content: "";
	margin: auto;
	position: absolute;
}


/*--------------------------------------------
　■［段落］
--------------------------------------------*/

p {
	margin: 0px;
	padding: 0px;
}





/*--------------------------------------------
　■［テーブル］
--------------------------------------------*/

div#main table {
	width: 100%;
	margin: 0px 0px 1.5em 0px;
	background-color: #333;
	font-size: 1em;
}

div#main table th {
	position: relative;
	background-color: #000;
	text-align: center;
	font-weight: normal;
	color: #fff;
	padding: 0.5em 1em;
	border-left: 1px solid #fff;
}

div#main table td {
	background-color: #fff;
	text-align: center;
	padding: 0.5em 1em;
	border-right: 1px dotted #000;
	border-bottom: 1px solid #000;
}

div#main table th:last-child,
div#main table td:last-child {
	border-right: none;
}

div#main table tr.even td {
	background-color: #f6f7f7;
}

div#main table .a-center {
	text-align: center;
}

div#main table .a-left {
	text-align: left;
}

div#main table .a-right {
	text-align: right;
}
