@charset "shift_jis";
/* CSS Document */

/* 基本設定 */
* {
	margin: 0px;
	padding: 0px;
	background-image: url();
	-webkit-text-size-adjust: 100%;
}
html {
overflow-x: hidden;
}
body {
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, Arial, Meiryo, "MS P Gothic", "MS Pゴシック", sans-serif;
	color: #212121;
	background-color: #FFF;
	font-size: 14px;
	line-height: 100%;
}
img {
	border: none;
}
ul {
	list-style-type:none;
}
li img { 
  vertical-align:bottom; 
}
p {
	font-size: 14px;
	line-height: 1.7em;
	margin-bottom: 0.5em;
}
a {
	color: #378700;
	text-decoration: none;
}
a:hover {
	color: #FDA500;
	text-decoration: underline;
}
.clear {
	clear: both
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
.gototop {
	position: fixed;
	z-index: 40;
	display: block;
	bottom: 0px!important;
	background-image: url(../img/footer_bk.png);
	text-align: center;
	width: 97%;
	padding:10px 1.5%;
}
.gototop img {
	/* width:100%; */
	vertical-align: bottom;
}
.gototop .gototop_sp {
	position: absolute;
	right: 10px;
	bottom: 85px;
	width:20px;
}
.gototop ul {
}
.gototop li {
	float: left;
	width: 49%;
}
.gototop li img {
	width: 100%;
	box-shadow:2px 2px 2px rgba(0,0,0,0.2);	
	border-radius: 5px;
}
.gototop li:nth-child(2) {
	float: right;
	text-align:right;
}
#copy {
	font-size: 11px;
	line-height: 1.3em;
	text-align: center;
	padding-top: 2em;
	padding-bottom: 80px;
}

/* 基本テンプレート設定 */

#wrapper {
	position:relative; /*gototopの親要素に指定*/
}

#wrapper {
	position:relative; /*gototopの親要素に指定*/
}
#header {
	padding:10px;
}
#header h1 {
	float:none;
	width:auto;
	height:auto;
	font-size: 10px;
	line-height: 1.3em;
	font-weight: normal;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom:0em;
}
#header h1 img {
	margin-top:5px;
	width:300px;
}
#header ul {
	float:none;
	width:300px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
}
#header li {
	float:none;
	width:auto;
}
#header li:nth-child(2) {
	display:none;
	width:300px;
	margin-top:0.5em;
}
#header li:nth-child(2) img {
	width:100%;
}
#header li dl {
	display:none;
}
#header li dt {
	width:2em;
	font-size: 12px;
	line-height: 1.3em;
	color: #FFF;
	background-color: #6DCBB9;
	text-align: center;
	padding: 5px;
	float: left;
	margin-right: 1em;
}
#header li dd {
	font-size: 12px;
	line-height: 1.5em;
	padding-top:3px;
}
#header li h6 {
	font-size: 14px;
	line-height: 1.5em;
	padding-top:0.5em;
	text-align:center;
}

#title {
	width: 100%;
	height:auto;
	background-color: #FFF;
	background-image: none;
	margin-bottom:1.5em;
}
#title img {
	width:100%;
}
#title ul {
	display:none;
	width:auto;
	margin-left:20px;
	margin-right:20px;
	padding-top:123px;
}
#title li {
	float:left;
	width:32%;
}
#title li img {
	width:100%;
}
#title li:nth-child(2) {
	margin-left:2%;
	margin-right:2%;
}
#timetable {
	width:300px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0.5em;
}
#timetable p {
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom: 0em;
}
#timetable img{
	width:100%;
	margin-bottom:0.7em;
}
#timetable table {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #999;
	margin-bottom: 1em;
}
#timetable th {
	padding: 0.5em;
	font-size: 12px;
	line-height: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	font-weight: normal;
	background-color: #e3f4f1;
	text-align: center;
}
#timetable th:last-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#timetable td {
	color: #6dcbb9;
	padding: 0.5em;
	font-size: 12px;
	line-height: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	text-align: center;
}
#timetable td:last-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#timetable td strong {
	color: #212121;
	font-weight: normal;
}

#contents {
	width: auto;
	margin: 0px;
	padding:15px;
}

#maintenance {
	width: auto;
	margin:0px;
	margin-bottom:3em;
	border: 5px solid #6bc8b7;
}
#mai {
	position: absolute;
	margin-top: -20px;
	padding-top: 20px;
}
#maintenance h2 img {
	width:100%;
}
#maintenance p {
	margin:15px;
}
#maintenance p strong {
	font-size: 15px;
	color:#F17474;
}

#checkpoint {
	padding-bottom:3em;
}
#che {
	position: absolute;
	margin-top: -20px;
	padding-top: 20px;
}
#checkpoint h2 {
	font-size: 18px;
	line-height: 1.4em;
	letter-spacing: 0px;
}
#checkpoint h5 {
	font-size: 13px;
	line-height: 1.3em;
	font-weight: normal;
	margin-bottom:0.5em;
	letter-spacing: 0px;

}
#checkpoint .kakko {
	width: auto;
	height: auto;
	background-image: none;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	margin-bottom:2em;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6DCBB9;
	border-bottom-color: #6DCBB9;
	padding-top: 10px;
	padding-bottom: 10px;
}
#checkpoint .check {
	background-color: #f7f7f7;
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
	padding: 10px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
}
#checkpoint .check ul {
	margin-bottom:1.5em;
}
#checkpoint .check li {
	font-size: 14px;
	line-height: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #adadad;
	background-image: url(../img/check_li.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	padding-left: 40px;
	background-size:24px;
}
#checkpoint .check h6 {
	text-align: center;
	padding-bottom:1em;
}
#checkpoint .check h6 img {
	width:100%;
}

#cause {
	padding:0px 0px 2em 0px;
}
#cau {
	position: absolute;
	margin-top: -20px;
	padding-top: 20px;
}
#cause h2 {
	font-size: 18px;
	line-height: 1.4em;
	letter-spacing: 0px;
}
#cause h5 {
	font-size: 13px;
	line-height: 1.3em;
	font-weight: normal;
	margin-bottom:0.5em;
	letter-spacing: 0px;

}
#cause .kakko {
	width: auto;
	height: auto;
	background-image: none;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	margin-bottom:2em;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6DCBB9;
	border-bottom-color: #6DCBB9;
	padding-top: 10px;
	padding-bottom: 10px;
}
#cause .ph {
	float:right;
	width: 45%;
	margin-left:1em;
	margin-bottom:0.5em;
}

#type {
	padding:0px 0px 2em 0px;
}
#typ {
	position: absolute;
	margin-top: -20px;
	padding-top: 20px;
}
#type h2 {
	font-size: 18px;
	line-height: 1.4em;
	letter-spacing: 0px;
}
#type .kakko {
	width: auto;
	height: auto;
	background-image: none;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	margin-bottom:2em;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6DCBB9;
	border-bottom-color: #6DCBB9;
	padding-top: 10px;
	padding-bottom: 10px;
}
#type h3 {
	font-size: 16px;
	line-height: 1em;
	margin-top: 1.5em;
	margin-bottom: 1em;
	padding-left: 0.8em;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #6dcbb9;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#type h6 {
	font-size: 14px;
	line-height: 1.3em;
	padding: 10px;
	text-align: left;
	border: 1px solid #6dcbb9;
	margin-bottom: 1.5em;
}
#type .center img {
	width: 270px;
	display: block;
	margin-bottom:1em;
	margin-left:auto;
	margin-right:auto;
}
#type .ph {
	float:none;
	width: 270px;
	display: block;
	margin-top:1.5em;
	margin-left:auto;
	margin-right:auto;
}

#echo {
	padding:0px 0px 2em 0px;
}
#ech {
	position: absolute;
	margin-top: -20px;
	padding-top: 20px;
}
#echo h2 {
	font-size: 18px;
	line-height: 1.4em;
	letter-spacing: 0px;
}
#echo h5 {
	font-size: 13px;
	line-height: 1.3em;
	font-weight: normal;
	margin-bottom:0.5em;
	letter-spacing: 0px;

}
#echo .kakko {
	width: auto;
	height: auto;
	background-image: none;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	margin-bottom:2em;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6DCBB9;
	border-bottom-color: #6DCBB9;
	padding-top: 10px;
	padding-bottom: 10px;
}
#echo .ph {
	float:left;
	width: 45%;
	margin-right:1em;
	margin-bottom:0.5em;
}

#suggestion {
	padding:0px 0px 2em 0px;
}
#sug {
	position: absolute;
	margin-top: -20px;
	padding-top: 20px;
}
#suggestion h2 {
	font-size: 18px;
	line-height: 1.4em;
	letter-spacing: 0px;
}
#suggestion .kakko {
	width: auto;
	height: auto;
	background-image: none;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	margin-bottom:2em;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6DCBB9;
	border-bottom-color: #6DCBB9;
	padding-top: 10px;
	padding-bottom: 10px;
}
#suggestion ul {
	margin-top:0.5em;
}
#suggestion li {
	float: left;
	width: 47%;
	font-size: 13px;
	line-height: 1.5em;
	margin-top:1.5em;
}
#suggestion li:nth-child(2) {
	margin-left:0px;
	margin-right:0px;
	float: right;
}
#suggestion li:nth-child(3) {
	clear:both;
}
#suggestion li img {
	width:100%;
	margin-bottom:1.5em;
}
#suggestion li h6 {
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	margin-bottom: 1em;
}

#flow {
	padding:0px 0px 2em 0px;
}
#flo {
	position: absolute;
	margin-top: -20px;
	padding-top: 20px;
}
#flow h2 {
	font-size: 18px;
	line-height: 1.4em;
	letter-spacing: 0px;
	width: auto;
	height: auto;
	background-image: none;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	margin-bottom:1em;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6DCBB9;
	border-bottom-color: #6DCBB9;
	padding-top: 10px;
	padding-bottom: 10px;
}
#flow .center img {
	width:30px;
}
#flow h3 {
	font-size: 16px;
	line-height: 1em;
	width: auto;
	margin-top: 1.5em;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-image: none;
}
#flow h3::before {
	content: "−";
	padding-right:0.4em;
	color:#6DCBB9;
	font-weight: normal;
}
#flow h3::after {
	content: "−";
	padding-left:0.4em;
	color:#6DCBB9;
	font-weight: normal;
}
#flow ul {
}
#flow li {
	float: left;
	width: 47%;
	font-size: 13px;
	line-height: 1.5em;
	margin-top:1.5em;
}
#flow li:nth-child(even) {
	margin-left:0px;
	margin-right:0px;
	float: right;
}
#flow li:nth-child(odd) {
	clear:both;
}
#flow li img {
	width:100%;
	margin-bottom:1em;
}
#flow li h6 {
	font-size: 14px;
	line-height: 1.3em;
	margin-bottom: 0.7em;
	background-image: url(../img/flow_no1.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:12px;
	padding-left: 20px;
	padding-top:0px;
	padding-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c5c5c5;
}
#flow li:nth-child(2) h6 {
	background-image: url(../img/flow_no2.png);
}
#flow li:nth-child(3) h6 {
	background-image: url(../img/flow_no3.png);
}
#flow li:nth-child(4) h6 {
	background-image: url(../img/flow_no4.png);
}
#flow li:nth-child(5) h6 {
	background-image: url(../img/flow_no5.png);
}
#flow li:nth-child(6) h6 {
	background-image: url(../img/flow_no6.png);
}

#voice {
	padding:0px 0px 2em 0px;
}
#voi {
	position: absolute;
	margin-top: -20px;
	padding-top: 20px;
}
#voice h2 {
	text-align:center;
	margin-bottom:1em;
}
#voice h2 img {
	width:100%;
}
#voice dl {
	width:auto;
	background-color:#e3f4f1;
	padding:15px;
	padding-top:25px;
	margin-left:0px;
	margin-right:0px;
}
#voice dl h3 {
	font-size: 16px;
	line-height: 1.3em;
	margin-bottom: 1em;
	padding-left: 0.7em;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #6dcbb9;
	padding-top: 0.7em;
	padding-bottom: 0.5em;
}
#voice dl h3 small {
	display:block;
	padding-top:0.3em;
}
#voice dl .line {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #646464;
	margin-bottom:2em;
}
#voice dt {
	float:none;
	width:200px;
	background-color: #FFF;
	margin-top:0px;
	margin-bottom:2em;
	margin-left:auto;
	margin-right:auto;
}
#voice dt img {
	width:100%;
	height:auto;
}
#voice dt span {
	background-image: url(../img/voice_icon.png);
	background-repeat: no-repeat;
	background-size:100%;
	height: 40px;
	width: 40px;
	position: absolute;
	z-index: 5;
}
#voice dd {
	float:none;
	width:auto;
	margin-top:0px;
	margin-bottom:2em;
}
#voice dd p {
	font-size: 14px;
	line-height: 1.7em;
    text-shadow: 0px 0px 0px #FFF;
}
#voice dd h5 {
	font-size: 15px;
	line-height: 1.4em;
	margin-top:1em;
	margin-bottom:0.3em;
}

#thought {
	padding:0px 0px 1em 0px;
}
#tho {
	position: absolute;
	margin-top: -20px;
	padding-top: 20px;
}
#thought h2 {
	font-size: 18px;
	line-height: 1.4em;
	letter-spacing: 0px;
	width: auto;
	height: auto;
	background-image: none;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	margin-bottom:1em;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6DCBB9;
	border-bottom-color: #6DCBB9;
	padding-top: 10px;
	padding-bottom: 10px;
}
#thought h3 {
	font-size: 16px;
	line-height: 1.3em;
	margin-top: 1.5em;
	margin-bottom: 1em;
	padding-left: 0.8em;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #6dcbb9;
}
#thought .ph {
	float:right;
	width: 45%;
	margin-left:1em;
	margin-bottom:0.5em;
}
#thought .ph_left {
	float:left;
	width: 45%;
	margin-right:1em;
	margin-bottom:0.5em;
}
#thought .perform {
	margin-bottom:1.5em;
}
#thought .perform img {
	width:100%;
}

#data {
	margin:0px 0px 2em 0px;
	padding:20px 10px;
	background-color: #f7f7f7;
}
#dat {
	position: absolute;
	margin-top: -40px;
	padding-top: 40px;
}
#data h2 {
	font-size: 18px;
	line-height: 1.3em;
	background-image: url(../img/data_line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:80px;
	text-align: center;
	margin-bottom: 1em;
	padding-bottom: 0.6em;
}
#data h3 {
	font-size: 16px;
	line-height: 1.3em;
	margin-top: 1.5em;
	margin-bottom: 1em;
}
#data .ph,
#data .ph_left {
	float:none;
	width: 240px;
	display: block;
	margin-top:1.5em;
	margin-left:auto;
	margin-right:auto;
}

#faq {
	padding:0px 0px 2em 0px;
}
#fa {
	position: absolute;
	margin-top: -20px;
	padding-top: 20px;
}
#faq h2 {
	font-size: 18px;
	line-height: 1.4em;
	letter-spacing: 0px;
}
#faq h5 {
	font-size: 13px;
	line-height: 1.3em;
	font-weight: normal;
	margin-bottom:0.5em;
	letter-spacing: 0px;

}
#faq .kakko {
	width: auto;
	height: auto;
	background-image: none;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	margin-bottom:2em;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6DCBB9;
	border-bottom-color: #6DCBB9;
	padding-top: 10px;
	padding-bottom: 10px;
}
#faq h3 {
	font-size: 16px;
	line-height: 1.4em;
	margin-bottom:0.7em;
	margin-top:1.5em;
	text-indent: -1.7em;
	margin-left: 1.7em;
}
#faq h3::before {
	content: "Q、";
}
#faq p {
	padding-left:0em;
}

#info {
	padding:0px;
}
#inf {
	position: absolute;
	margin-top: -20px;
	padding-top: 20px;
}
#info h2 {
	font-size: 18px;
	line-height: 1.4em;
	letter-spacing: 0px;
}
#info h5 {
	font-size: 13px;
	line-height: 1.3em;
	font-weight: normal;
	margin-bottom:0.5em;
	letter-spacing: 0px;

}
#info .kakko {
	width: auto;
	height: auto;
	background-image: none;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	margin-bottom:2em;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6DCBB9;
	border-bottom-color: #6DCBB9;
	padding-top: 10px;
	padding-bottom: 10px;
}
#info .ph {
	float:right;
	width: 45%;
	margin-left:1em;
	margin-bottom:0.5em;
}
#info h3 {
	float:none;
	width:auto;
	height:auto;
	font-size: 13px;
	line-height: 1.3em;
	font-weight: normal;
	margin-right: 0px;
	margin-left: auto;
	text-align: 0px;
	margin-bottom:1em;
	margin-top:2em;
	padding-top: 1.5em;
	border-top-width: 4px;
	border-top-style: dotted;
	border-top-color: #6DCBB9;
}
#info h3 img {
	margin-top:0.8em;
	margin-bottom:0.8em;
	display:block;
	width:100%;
}
#info h4 {
	float:none;
	width:auto;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
}
#info h4 img {
	width:270px;
}
#info dl {
	float:none;
	width: auto;
	margin-top: 1em;
}
#info dt {
	width:2em;
	font-size: 12px;
	line-height: 1.3em;
	color: #FFF;
	background-color: #6DCBB9;
	text-align: center;
	padding: 5px;
	float: left;
	margin-right: 1em;
}
#info dd {
	font-size: 14px;
	line-height: 1.5em;
	padding-top:0px;
}
#info ul {
	float:none;
	width: auto;
	margin-top: 1em;
}
#info li {
	float: left;
	width: 32%;
}
#info li img {
	width:100%;
}
#info li:nth-child(2) {
	margin-left:2%;
	margin-right:2%;
}
#info .gmap {
	margin-top:1em;
}
#info .gmap iframe {
	height: 240px;
	width: 100%;
}

#support {
	padding-bottom:3em;
}
#sup {
	position: absolute;
	margin-top: -20px;
	padding-top: 20px;
}
#support h2 {
	font-size: 18px;
	line-height: 1.4em;
	letter-spacing: 0px;
}
#support .kakko {
	width: auto;
	height: auto;
	background-image: none;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	margin-bottom:2em;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6DCBB9;
	border-bottom-color: #6DCBB9;
	padding-top: 10px;
	padding-bottom: 10px;
}
#support .check {
	background-color: #f7f7f7;
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
	padding: 10px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
	margin-bottom:2em;
}
#support .check ul {
}
#support .check li {
	font-size: 14px;
	line-height: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #adadad;
	background-image: url(../img/check_li.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	padding-left: 40px;
	background-size:24px;
}
#support .check h6 {
	text-align: center;
	color: #FFF;
	background-color: #6DCBB9;
	font-size: 15px;
	line-height: 1em;
	padding:1.5em 0px;
	margin-top:1.5em;
	margin-bottom:1em;
}
#support .article {
	width: auto;
}
#support .article ul {
	padding-top:1em;
	padding-bottom:1.5em;
}
#support .article li {
	float:left;
	width:48.5%;
}
#support .article li:nth-child(2) {
	float:right;
}
#support .article li img {
	width:100%;
}
#support .article .note {
	border: 2px solid #F37029;
	padding: 1em;
	padding-bottom:0.5em;
}
#support .article .note p strong {
	color:#F37029;
}
#contents #menu {
	padding:0px;
	padding-bottom:20px;/* 30px */
}
#contents #menu li {
	font-size: 14px;
	line-height: 1em;
	color: #FFF;
	background-color: #fea501;/* EBB90C */
	text-align: center;
	width: 32%;
	margin-bottom: 1em;/* 0.5em */
	float: left;
	border-radius: 7px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow:2px 2px 2px rgba(0,0,0,0.2);	
}
#contents #menu li:first-child {
	width: 49%;
	/*
	background-color: #F27474;
	*/
}
#contents #menu li:nth-child(2) {
	width: 49%;
	float:right;
	/*
	background-color: #6BC8B7;
	*/
}
#contents #menu li:nth-child(3) {
	clear:both;
}
#contents #menu li:nth-child(4) {
	margin-left:2%;
	margin-right:2%;
}
#contents #menu li a {
	color: #FFF;
	display: block;
	width: 100%;
	text-decoration: none;
}
#contents #menu li a:hover {
	color: #FF0;
	text-decoration: none;
}
/* 2024.07.18追加設定 */
#contents .offer {
	width:auto;
	margin:0px;
	padding-top:30px;
}
#contents .offer h6 {
	padding-bottom:15px;
}
#contents .offer h6 img {
	width:60%;
	margin:0px auto;
}
#contents .offer p {
	text-indent: -1em;
	margin-left: 1em;
}
#contents .uline {
	background:linear-gradient(transparent 85%, #F17474 70%);
	text-decoration: none;
	text-shadow: 1px 1px 1px #FFF;
}

