@charset "utf-8";


h2.goodstl {
	font-size:120%;
	color:#00b285;
}


h4.goodstl {
	font-size:120%;
	color:#000000;
}

h5.goodstl {
	font-size:120%;
	color:#FF0000;
}

h6.goodstl {
	font-size:120%;
	color:#FF8C00;
}


.head2txt {
	border:2px dotted #0000FF;
	width:100%;
	text-align:center;
	padding:10px 0;
	margin:3px auto 10px;
	font-size:15px;
}

.centerTxt {
	text-align:center;
}


.leftTxt {
	text-align:left;
}

#h3head {
	color:#FF3300;
	border-top:1px solid #000080;
	border-bottom:1px solid #000080;
	width:100%;
	text-align:center;
	padding:3px 0;
	margin:3px 0 10px;
	font-size:120%;
}

#h4head {
	color:#FF3300;
	width:100%;
	text-align:center;
	padding:3px 0;
	margin:3px 0 10px;
	font-size:120%;
}

#h5head {
	color:#00b285;
	border-top:1px solid #00b285;
	border-bottom:1px solid #00b285;
	width:100%;
	text-align:center;
	padding:3px 0;
	margin:3px 0 10px;
	font-size:14px;
}

h3#e {
	text-align:center;
	background-color: #FFFFFF;
	color:#0000FF;
	padding:0px 0px;
	margin:10px 0 20px;
	font-weight:bold;
	font-size:130%;
}

h3#f {
	text-align:center;
	background-color: #000000;
	color:#FFFFFF;
	border:#666 2px solid;
	padding:15px 0px;
	margin:10px 0 0px;
	font-weight:bold;
	font-size:130%;
}

h3#g {
	text-align:center;
	background-color: #0000FF;
	color:#FFFFFF;
	padding:20px 0px;
	margin:10px 0 20px;
	font-weight:bold;
	font-size:170%;
}

h3#h {
	text-align:left;
	background-color: #FFFFFF;
	color:#000000;
	padding:0px 0px;
	margin:10px 0 20px;
	font-weight:bold;
	font-size:120%;
}

h3#i {
	text-align:center;
	background-color: #FF0000;
	color:#FFFFFF;
	padding:20px 0px;
	margin:10px 0 20px;
	font-weight:bold;
	font-size:170%;
}

.attText {
	color:#ff0000;
	font-size:120%;
}

.attText2 {
	color:#000000;
	font-size:120%;
}

#contents_inner {
	padding: 20px 0 20px 0;
	margin: 0 auto;
	width: 95%;
	color: #000;
	border-bottom: none;
}

.btn_04 {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: -webkit-linear-gradient(top, #FFD700 0%, #FFD700 87%);
	background: -moz-linear-gradient(top, #FFD700 0%, #FFD700 87%);
	background: -o-linear-gradient(top, #FFD700 0%, #FFD700 87%);
	background: linear-gradient(to bottom, #FFD700 0%, #FFD700 87%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding:10px;
	border:solid #000000 2px;
	text-align:center;
	width:90%;
	margin:0 auto;
}
.btn_04 a {
	display:block;
	width:100%;
	height:auto;
	background-image:url(../images/all/ico_arrow_01.gif);
	background-repeat:no-repeat;
	background-size:8px auto;
	background-position:right 50%;
	color:#000000;
	font-weight:bold;
}

.btn_01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000!important;
	width:80%;
	font-weight:bold;
	text-align:center;
	padding: 15px 40px;
	background: -moz-linear-gradient(
		top,
		#42ff42 0%,
		#3ec21d);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#42ff42),
		to(#3ec21d));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #41c20e;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

#acMenu dt{
	display:block;
	width:100%;
	height:20px;
	line-height:20px;
	text-align:center;
	cursor:pointer;
	font-weight:bold;
	font-size:130%;
	background-color:#F5DEB3;
	color:#000000;
	padding:10px 0px;
	margin:0px 0 20px;
}
#acMenu dd{
	width:100%;
	height:100%;
	line-height:20px;
	text-align:left;
	display:none;
	font-weight:bold;
	font-size:120%;
}


.accordion-box {
	width:100%;
	height:auto;
	margin:0;
	padding:10px 0px;
	text-align:left;
	border-bottom:1px #EEEEEE solid;
	background-color:#F5DEB3;
}

.accordion-box h3 {
	width:100%;
	height:20px;
	margin:1px 0 0 1px;
	padding:2px 0 0 10px;
	line-height:20px;
	color:#FFFFFF;
	font-size:12px;
	background:url(/main/images/arrow_7.gif) no-repeat;
}

.fa-chevron-circle-down:before {
  content: " ";
}
.fa-chevron-circle-up:before {
  content: " ";
}
.fa-chevron-circle-down:after {
  content: " \f13a";
}
.fa-chevron-circle-up:after {
  content: " \f139";
}