@charset "UTF-8";

.text-bold {
	font-weight: bold;
}

.text-size-14 {
	font-size: 14px;
}

.ul-disc {
	margin-left: 1.5em;
}

.ul-disc li {
	list-style-type: disc;
}

.ul-attention {
	margin-left: 1em;
	text-indent: -1em;
}


.contents-inner {
	padding: 0 20px;
	text-align: left;
}


/*
********************************************************************************
■ トップ
********************************************************************************
*/

/*
.menu-list {
	width: 592px;
	margin: 20px auto 0;
}

.menu-list li {
	width: 80px;
	float: left;
	margin-left: 20px;
}

.menu-list li:first-child {
	margin-left: 0;
}

.menu-list li a {
	display: block;
	background-color: #45E5E3;
	border: 1px solid #009FE9;
	padding: 5px 0;
	color: #0181BE;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}

.menu-list li a:hover {
	background-color: #B9F3A9;
	color: #009FE9;
}
*/

.menu-list {
	width: 620px;
	margin: 10px auto 0;
}

.menu-list li {
	float: left;
	margin-right:10px;
}

.menu-list li.li-last {
	margin-right:0;
}

.menu-list li a {
	display: block;
	width: 95px;
	height: 31px;

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#menu-list-01 {
	background: url("../images/index/button.gif") no-repeat 0 0;
}

#menu-list-02 {
	background: url("../images/index/button.gif") no-repeat -96px 0;
}

#menu-list-03 {
	background: url("../images/index/button.gif") no-repeat -192px 0;
}

#menu-list-04 {
	background: url("../images/index/button.gif") no-repeat -289px 0;
}

#menu-list-05 {
	background: url("../images/index/button.gif") no-repeat -385px 0;
}

#menu-list-06 {
	background: url("../images/index/button.gif") no-repeat -481px 0;
}

#menu-list-01:hover {
	background: url("../images/index/button.gif") no-repeat 0 -31px;
}

#menu-list-02:hover {
	background: url("../images/index/button.gif") no-repeat -96px -31px;
}

#menu-list-03:hover {
	background: url("../images/index/button.gif") no-repeat -192px -31px;
}

#menu-list-04:hover {
	background: url("../images/index/button.gif") no-repeat -289px -31px;
}

#menu-list-05:hover {
	background: url("../images/index/button.gif") no-repeat -385px -31px;
}

#menu-list-06:hover {
	background: url("../images/index/button.gif") no-repeat -481px -31px;
}




.top-h5 {
	border-left: none;
	padding: 0;
	color: #0085D0;
}

#area-flow {
	height: 740px;
	padding-left: 70px;
	text-align: left;
	background: url("../images/index/flow-bg.jpg") no-repeat left top;
}

#area-flow h5 {
	width: 585px;
	height: 32px;
	background: url("../images/index/flow-title.jpg") no-repeat left center;
	border-left: none;
	color: #fff;
	padding-left: 30px;
	line-height: 35px;
	font-size: 18px;
	letter-spacing: 0.2em;
}

#area-flow .flow-list {
	margin-left: 20px;
	margin-bottom: 15px;
	font-weight: bold;
}

#area-flow .flow-list li span {
	color: #BF181F;

}

#area-flow .flow-list-dl {
	margin-left: 20px;
	margin-bottom: 15px;
	font-weight: bold;
}

#area-flow .flow-list-dl dt {
	float: left;
	width: 100px;
}

#area-flow .flow-list-dl dd {
	padding-left: 100px;
}


#area-flow .flow-list-dl dt span {
	color: #BF181F;

}


/*
********************************************************************************
■ グッズ
********************************************************************************
*/
.goods-list {

}

.goods-list li {
	float: left;
	width: 212px;
	margin-right: 12px;
	margin-bottom: 20px;
}

.goods-list li.right-most {
	margin-right: 0;
}

.goods-list li .goods-image {
	display: block;
	width: 210px;
	height: 180px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}

.goods-list li dl dt {
	font-weight: bold;
	color: #016E35;
}


/*
********************************************************************************
■ 提灯
********************************************************************************
*/
.pos-right {
	float: right;
	margin-left: 10px;
}

.lantern-list li {
	float: left;
	width: 320px;
	margin-right: 16px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

.lantern-list li.right-most {
	margin-right: 0;
}

.lantern-list li .lantern-image {
	float: left;
	display: block;
	padding-left:10px;

}

.lantern-list li dl {
	width: 170px;
	height: 200px;
	float: right;
	padding: 10px;
	background-color: #F7F0DE;
}

.lantern-list li dl dt {
	font-weight: bold;
	color: #004EB3;
	font-size: 15px;
	margin-bottom: 10px;
}




/*
********************************************************************************
■ clearfix
********************************************************************************
*/

.clearfix:after {content: ".";display: block;clear: both;height: 0;visibility: hidden;}
.clearfix {min-height: 1px;}
* html .clearfix {height: 1px; /*\*//*/height: auto;overflow: hidden;/**/}

