@charset "utf-8";

/* ============================================
	/enjoy/index.html
============================================ */
body#enjoy.index h2 {
	margin: 24px 0 0 20px;
}
ul.enjoyList01 {
	margin-top: 20px;
}
ul.enjoyList02 {
	padding-top: 20px;
}

ul.enjoyList01,
ul.enjoyList02 {
	background: url(../images/index/enjoy_bg_lineY.gif) repeat-y center top;
	margin-left: 20px;
	width: 658px;
	overflow: hidden;
}
	ul.enjoyList01 li.fltL,
	ul.enjoyList01 li.fltR,
	ul.enjoyList02 li.fltL,
	ul.enjoyList02 li.fltR {
		border-bottom: 1px solid #f0f0e8;
		width: 310px;
		height: auto !important;
		height: 280px;
		min-height: 280px;
		line-height: 1.3;
	}
	
	ul.enjoyList02 li.fltL,
	ul.enjoyList02 li.fltR {
		height: auto !important;
		height: 220px;
		min-height: 220px;
	}
	
		ul.enjoyList01 h3,
		ul.enjoyList02 h3 {
			margin-bottom: 10px;
		}
		ul.enjoyList01 .enjoyListLink,
		ul.enjoyList02 .enjoyListLink {
			margin-top: 10px;
		}
			ul.enjoyList01 .enjoyListLink a,
			ul.enjoyList02 .enjoyListLink a {
				background: url(../images/index/enjoy_ico_arrow.gif) no-repeat left center;
				padding-left: 18px;
				color: #cc6666;
				text-decoration: underline;
			}
			ul.enjoyList01 .enjoyListLink a:hover,
			ul.enjoyList02 .enjoyListLink a:hover {
				text-decoration: none;
			}

			ul.enjoyList01 li ul {
				margin-top: 5px;
			}

				ul.enjoyList01 li ul li,
				ul.enjoyList02 li ul li {
					display: inline;
					color: #cc6666;
					line-height: 1.3;
					text-align: justify;
				}
					ul.enjoyList01 li ul li a,
					ul.enjoyList02 li ul li a {
						color: #cc6666;
						text-decoration: underline;
					}
					ul.enjoyList01 li ul li a:hover,
					ul.enjoyList02 li ul li a:hover {
						text-decoration: none;
					}

