@charset "utf-8";
/* CSS Document */


/* topページのボーダー
--------------------------*/

.boder_top {
	clear: both;
	/*background: url(image/boder_04.gif) no-repeat;*/
	margin : 5px;
	padding: 0px 0px 10px 0;
	width: 750px;
	height: 1px;
	border-bottom: 1px dashed #4C924D;
}

.boder_top hr {
	display: none;
	clear: both;
}

.boder_top_sub {
	clear: both;
	/*background: url(image/boder_04.gif) no-repeat;*/
	margin : 0px 0px 15px 0px;
	padding: 10px 0px 0px 0px;
	width: 525px;
	height: 1px;
	border-bottom: 1px dashed #4C924D;
}

.boder_top_sub hr {
	display: none;
	clear: both;
}



/* hover transformを使って画像拡大
--------------------------*/


/* ContentsArea
-------------------------- */
.contents {
	margin-top: -5px;
	margin-bottom: 7px;
	/*margin: 0 auto;*/
	/*全体幅を指定*/
	width: 750px;
	text-align: left;
	position: relative;
	/*background: #F99;*/
	
	/* --背景↓-- */
	border-style:solid;
/* Firefox v1.0+ */
-moz-border-radius:5px;
/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-border-radius:5px;
/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
border-radius:5px;
border-width:1px;
border-color:#ddd;
background-color:rgb(236,245,255);

}

.contents ul {
	/*全体幅を指定*/
	width: 750px;
	/*width: 450px;*/
	padding: 0px 0px 0px 6px;
}

.contents ul li {
	/*画像と画像の間隔を指定*/
	margin: 0px 7px;
	/*画像サイズ*/
	width: 230px;
	height: 90px;
	text-align: left;
	float: left;
	display: inline;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.contents ul li img {
	/*カーソルが重なる前、初期値*/
	-webkit-transform:scale(1);
	position: absolute;
	/*画像の透明度*/
	opacity: 1;
	z-index: 10;
}


/* ClearFixElements
-------------------------- */

.contents ul:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}


/* CSS3 HoverAnimation
-------------------------- */
/*
@-webkit-keyframes hoverSpread {
	0% {-webkit-transform:scale(1);opacity: 0.7;}
	100% {-webkit-transform:scale(1.5);opacity: 1;}
}
*/

.contents ul li img:hover {
	/*0.5s掛けて1sの動作*/
	-webkit-transition: all 1s ease-in-out 0.5s;
	-moz-transition: all 1s ease-in-out 0.5s;
	-ms-transition: all 1s ease-in-out 0.5s;
	-o-transition: all 1s ease-in-out 0.5s;
	transition: all 1s ease-in-out 0.5s;
	
	/*
	-webkit-animation-name: hoverSpread;
	-webkit-animation-duration: 0.7s;
	-webkit-animation-iteration-count: 1;
	*/

	/*-webkit-transform:scale(1.5);*/
	-webkit-box-shadow: 0 0 10px #000;
	opacity: 0.7;
	z-index: 20;
}


/* ContentsDouble 2列
-------------------------- */
.contents_dou {
	margin-top: -5px;
	margin-bottom: 10px;
	/*margin: 0 auto;*/
	/*全体幅を指定*/
	width: 750px;
	text-align: left;
	position: relative;
	/*background: #F99;*/
	
	/* --背景↓-- */
	border-style:solid;
/* Firefox v1.0+ */
-moz-border-radius:5px;
/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-border-radius:5px;
/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
border-radius:5px;
border-width:1px;
border-color:#a0454b;
background-color:rgb(236,245,255);

}

.contents_dou ul {
	/*全体幅を指定*/
	width: 750px;
	/*width: 450px;*/
	padding: 0px 0px 0px 6px;
}

.contents_dou ul li {
	/*画像と画像の間隔を指定*/
	margin: 0px 7px;
	/*画像サイズ*/
	width: 350px;
	height: 90px;
	text-align: left;
	float: left;
	display: inline;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.contents_dou ul li img {
	/*カーソルが重なる前、初期値*/
	-webkit-transform:scale(1);
	position: absolute;
	/*画像の透明度*/
	opacity: 1;
	z-index: 10;
}


/* ClearFixElements
-------------------------- */

.contents_dou ul:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}


/* CSS3 HoverAnimation
-------------------------- */
/*
@-webkit-keyframes hoverSpread {
	0% {-webkit-transform:scale(1);opacity: 0.7;}
	100% {-webkit-transform:scale(1.5);opacity: 1;}
}
*/

.contents_dou ul li img:hover {
	/*0.5s掛けて1sの動作*/
	-webkit-transition: all 1s ease-in-out 0.5s;
	-moz-transition: all 1s ease-in-out 0.5s;
	-ms-transition: all 1s ease-in-out 0.5s;
	-o-transition: all 1s ease-in-out 0.5s;
	transition: all 1s ease-in-out 0.5s;
	
	/*
	-webkit-animation-name: hoverSpread;
	-webkit-animation-duration: 0.7s;
	-webkit-animation-iteration-count: 1;
	*/

	/*-webkit-transform:scale(1.5);*/
	-webkit-box-shadow: 0 0 10px #000;
	opacity: 0.7;
	z-index: 20;
}


/* Contents line バナー1列
-------------------------- */
.contents_line {
	margin-top: -5px;
	margin-bottom: 10px;
	/*margin: 0 auto;*/
	/*全体幅を指定*/
	width: 750px;
	text-align: left;
	position: relative;
	/*background: #F99;*/
	
	/* --背景↓-- */
	border-style:solid;
/* Firefox v1.0+ */
-moz-border-radius:5px;
/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-border-radius:5px;
/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
border-radius:5px;
border-width:1px;
border-color: #5DB9AE/*#ddd*//*#a0454b*/;
background-color:rgb(236,245,255);

}

.contents_line ul {
	/*全体幅を指定*/
	width: 750px;
	/*width: 450px;*/
	padding: 0px 0px 0px 6px;
}

.contents_line ul li {
	/*画像と画像の間隔を指定*/
	margin: 0px 7px;
	/*画像サイズ*/
	width: 720px;
	height: 150px;
	text-align: left;
	float: left;
	display: inline;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.contents_line ul li img {
	/*カーソルが重なる前、初期値*/
	-webkit-transform:scale(1);
	position: absolute;
	/*画像の透明度*/
	opacity: 1;
	z-index: 10;
}


/* ClearFixElements
-------------------------- */

.contents_line ul:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}


/* CSS3 HoverAnimation
-------------------------- */
/*
@-webkit-keyframes hoverSpread {
	0% {-webkit-transform:scale(1);opacity: 0.7;}
	100% {-webkit-transform:scale(1.5);opacity: 1;}
}
*/

.contents_line ul li img:hover {
	/*0.5s掛けて1sの動作*/
	-webkit-transition: all 1s ease-in-out 0.5s;
	-moz-transition: all 1s ease-in-out 0.5s;
	-ms-transition: all 1s ease-in-out 0.5s;
	-o-transition: all 1s ease-in-out 0.5s;
	transition: all 1s ease-in-out 0.5s;
	
	/*
	-webkit-animation-name: hoverSpread;
	-webkit-animation-duration: 0.7s;
	-webkit-animation-iteration-count: 1;
	*/

	/*-webkit-transform:scale(1.5);*/
	-webkit-box-shadow: 0 0 10px #000;
	opacity: 0.7;
	z-index: 20;
}



/* contents02
-------------------------- */

.contents02 {
	margin-top: -5px;
	margin-bottom: 7px;
	/*margin: 0 auto;*/
	/*全体幅を指定*/
	width: 750px;
	text-align: left;
	position: relative;
	/*background: #F99;*/
	
	/* --背景↓-- */
	border-style:solid;
/* Firefox v1.0+ */
-moz-border-radius:5px;
/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-border-radius:5px;
/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
border-radius:5px;
border-width:1px;
border-color:#ddd;
background-color:rgb(254,253,219);

}

.contents02 ul {
	/*全体幅を指定*/
	width: 750px;
	/*width: 450px;*/
	padding: 0px 0px 0px 6px;
}

.contents02 ul li {
	/*画像と画像の間隔を指定*/
	margin: 0px 7px;
	/*画像サイズ*/
	width: 230px;
	height: 90px;
	text-align: left;
	float: left;
	display: inline;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.contents02 ul li img {
	/*カーソルが重なる前、初期値*/
	-webkit-transform:scale(1);
	position: absolute;
	/*画像の透明度*/
	opacity: 1;
	z-index: 10;
}


/* ClearFixElements
-------------------------- */

.contents02 ul:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}


/* CSS3 HoverAnimation
-------------------------- */
/*
@-webkit-keyframes hoverSpread {
	0% {-webkit-transform:scale(1);opacity: 0.7;}
	100% {-webkit-transform:scale(1.5);opacity: 1;}
}
*/

.contents02 ul li img:hover {
	/*0.5s掛けて1sの動作*/
	-webkit-transition: all 1s ease-in-out 0.5s;
	-moz-transition: all 1s ease-in-out 0.5s;
	-ms-transition: all 1s ease-in-out 0.5s;
	-o-transition: all 1s ease-in-out 0.5s;
	transition: all 1s ease-in-out 0.5s;
	
	/*
	-webkit-animation-name: hoverSpread;
	-webkit-animation-duration: 0.7s;
	-webkit-animation-iteration-count: 1;
	*/

	/*-webkit-transform:scale(1.5);*/
	-webkit-box-shadow: 0 0 10px #000;
	opacity: 0.7;
	z-index: 20;
}


/* contents03
-------------------------- */

.contents03 {
	margin-top: -5px;
	margin-bottom: 7px;
	/*margin: 0 auto;*/
	/*全体幅を指定*/
	width: 750px;
	text-align: left;
	position: relative;
	/*background: #F99;*/
	
	/* --背景↓-- */
	border-style:solid;
/* Firefox v1.0+ */
-moz-border-radius:5px;
/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-border-radius:5px;
/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
border-radius:5px;
border-width:1px;
border-color:#ddd;
background-color:rgb(254,236,219);

}

.contents03 ul {
	/*全体幅を指定*/
	width: 750px;
	/*width: 450px;*/
	padding: 0px 0px 0px 6px;
}

.contents03 ul li {
	/*画像と画像の間隔を指定*/
	margin: 0px 7px;
	/*画像サイズ*/
	width: 230px;
	height: 90px;
	text-align: left;
	float: left;
	display: inline;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.contents03 ul li img {
	/*カーソルが重なる前、初期値*/
	-webkit-transform:scale(1);
	position: absolute;
	/*画像の透明度*/
	opacity: 1;
	z-index: 10;
}


/* ClearFixElements
-------------------------- */

.contents03 ul:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}


/* CSS3 HoverAnimation
-------------------------- */
/*
@-webkit-keyframes hoverSpread {
	0% {-webkit-transform:scale(1);opacity: 0.7;}
	100% {-webkit-transform:scale(1.5);opacity: 1;}
}
*/

.contents03 ul li img:hover {
	/*0.5s掛けて1sの動作*/
	-webkit-transition: all 1s ease-in-out 0.5s;
	-moz-transition: all 1s ease-in-out 0.5s;
	-ms-transition: all 1s ease-in-out 0.5s;
	-o-transition: all 1s ease-in-out 0.5s;
	transition: all 1s ease-in-out 0.5s;
	
	/*
	-webkit-animation-name: hoverSpread;
	-webkit-animation-duration: 0.7s;
	-webkit-animation-iteration-count: 1;
	*/

	/*-webkit-transform:scale(1.5);*/
	-webkit-box-shadow: 0 0 10px #000;
	opacity: 0.7;
	z-index: 20;
}

.holiday {
	margin: 5px 0 15px 0;
	padding: 2px 5px;
	font-size: 120%;
	border-left: 5px solid red/*#6abac9*/; /* 左方向にpxのボーダーを指定 */
	/*border-top: 3px solid #D77900;*/ /* 上方向に1pxのボーダーを指定 */
	/*border-bottom: 1px solid #6abac9;*/ /* 下方向に1pxのボーダーを指定 */
	color:#333;
  /*background: #daedf1;*/
	/*background: url(image/button3.gif);*/
	width: 580px;
	clear: both;
	}