<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#breadcrumb-area{
	font-size:13px;
	padding-top:7px;
	padding-bottom:5px;
	background:#fff;
}
.breadcrumb{width:950px;margin:0 auto;}
#sns{
	text-align:right;
	margin:-30px auto 0;
	width:950px;
}

/* section 01
-----------------------------------------------------*/

#sec01{
	
}
#sec01 h1{
	width:1050px;
	margin:0 auto -20px;
	text-align:center;
	transition: .8s;
}
#sec01 p.txt01{
	color:#000;
	font-size:16px;
	text-align:center;
	letter-spacing:1px;
	line-height:1.8;
	margin-bottom:20px;
}
#sec01 h2{
	width:960px;
	margin:0 auto 50px;
	text-align:center;
	transition: .8s;
}

/* section 02
-----------------------------------------------------*/
#sec02 .itemListL,
#sec02 .itemListR{
	width:960px;
	margin:30px auto;
}
#sec02 .itemListL dt{
	padding:0;
	width : 350px;
	/* ���� */
	float : left;
	/* float��� */
	clear : both;
}
 
#sec02 .itemListL dd{
	padding:0;
	width : 600px;
	/* dt�������� */
	margin-left : 350px;
}
#sec02 .itemListR dt{
	padding:0;
	width : 350px;
	/* ���� */
	float : right;
	/* float��� */
	clear : both;
}
 
#sec02 .itemListR dd{
	padding:0;
	width : 600px;
	/* dt�������� */
	margin-right : 350px;
}
#sec02 .itemListL dd ul:after,
#sec02 .itemListR dd ul:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
#sec02 .itemListL dd ul li,
#sec02 .itemListR dd ul li{
	width:140px;
	margin:0 0 10px 10px;
	float:left;
	text-align:center;
	font-size:12px;
	color:#000;
	transition: .8s;
}
#sec02 .itemListL dd ul li img,
#sec02 .itemListR dd ul li img{
	width:100%;
}
#sec02 .itemListL dd ul li.caution,
#sec02 .itemListR dd ul li.caution{
	width:250px;
	text-align:left;
	color:#ff9000;
	padding:20px 0 0 20px;
}

.btn a{
	width:600px;
	padding:10px;
	background:#ff9000;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	margin:10px auto;
	display:block;
	text-align:center;
	border-radius: 10px;        /* CSS3���� */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome�p */  
    -moz-border-radius: 10px;   /* Firefox�p */ 
}
.btn a:hover{
	opacity:0.9;
	filter: alpha(opacity=90);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=90)";  /* ie 8 */
	-moz-opacity:0.9;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.9;              /* Safari 1.x */
	zoom:1;
	text-decoration:none;
}

#sec02 .caution{
	font-size:14px;
	color:#ff0000;
	text-align:center;
	margin:20px 0 30px;
}

.bnrArea ul.bnrList{
	width:950px;
	margin:10px auto 50px;
}
.bnrArea ul.bnrList li{
	transition: .8s;
	margin-bottom:10px;
}

.list-mv07{
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px); 
}
.mv07{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}


.sp{display:none;}
</pre></body></html>