@charset "utf-8";

/* ============================================
/enjoy/index.html
============================================ */
body#enjoy.index h2 {
margin: 24px 0 0 20px;
}
ul.enjoyList01 { /* 中段 */
padding-top: 20px;
}
ul.enjoyList02 { /* 上段 */
margin-top: 20px;
}
ul.enjoyList03 { /* 下段 */
margin-top: 20px;
}

ul.enjoyList01,
ul.enjoyList02,
ul.enjoyList03 {
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 {
border-bottom: 1px solid #f0f0e8;
width: 310px;
height: auto !important;
height: 390px;
min-height: 390px;
line-height: 1.3;
}

ul.enjoyList02 li.fltL,
ul.enjoyList02 li.fltR {
border-bottom: 1px solid #f0f0e8;
width: 310px;
height: auto !important;
height: 350px;
min-height: 350px;
line-height: 1.3;
}

ul.enjoyList03 li.fltL,
ul.enjoyList03 li.fltR {
width: 310px;
height: auto !important;
height: 260px;
min-height: 260px;
line-height: 1.3;
}

ul.enjoyList01 h3,
ul.enjoyList02 h3,
ul.enjoyList03 h3	{
margin-bottom: 10px;
}
ul.enjoyList01 .enjoyListLink,
ul.enjoyList02 .enjoyListLink,
ul.enjoyList03 .enjoyListLink	{
margin-top: 10px;
}
ul.enjoyList01 .enjoyListLink a,
ul.enjoyList02 .enjoyListLink a,
ul.enjoyList03 .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,
ul.enjoyList03 .enjoyListLink a:hover	{
text-decoration: none;
}

ul.enjoyList01 li ul {
margin-top: 5px;
}

ul.enjoyList01 li ul li,
ul.enjoyList02 li ul li,
ul.enjoyList03 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,
ul.enjoyList03 li ul li a	{
color: #cc6666;
text-decoration: underline;
}
ul.enjoyList01 li ul li a:hover,
ul.enjoyList02 li ul li a:hover,
ul.enjoyList03 li ul li a:hover	{
text-decoration: none;
}


