<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/**************************************************
 mainVisual
**************************************************/
#mainVisual{
	height: 400px;
	min-width: 980px;
	max-width: 1200px;
	margin: 20px auto 0;
	position: relative;
	overflow: hidden;
	z-index: 0;
	background: url(../img/top/loading.gif) no-repeat center center;
}

#mainVisual img{
	width: 100%;
	position: absolute;
	display: none;
	filter:alpha(opacity=0);
 	-moz-opacity: 0;
 	opacity: 0;
}

/**************************************************
 about
**************************************************/
#about{
	padding: 30px 0;
	margin: 40px 0;
	background: url(../img/bg1.jpg) no-repeat center center;
}

#about section{
	width: 980px;
	margin: 0 auto;
}

#aboutPhoto{
	width: 340px;
	float: left;
}

#photoInner{height: 340px;}

#aboutPhoto img{
	position: absolute;
	border-radius: 3.0rem;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	display: none;
}

#thumbHanger{
	width: 340px;
	height: 14px;
	text-align: center;
	font-size: 0;
	position: absolute;
	margin-top: -30px;
	z-index: 999;
}

.thumb{
	width: 14px;
	height: 14px;
	display: inline-block;
	margin: 0 10px;
	border: 3px solid #FFFFFF;
	border-radius: 5.0rem;
	background-color: #FFFFFF;
	cursor: pointer;
}

.curPos{background-color: #F18530;}

#about dl{
	width: 580px;
	float: right;
}

#about dl dd{
	font-size: 15px;
	font-size:1.5rem;
	padding: 20px 0 0 0;
	line-height: 2.0;
}

/**************************************************
 newsHanger
**************************************************/
#newsHanger{
	width: 980px;
	padding: 30px;
	border: 1px solid #E1DDC8;
	margin: 0 auto;
}

#newsHanger h3{
	font-size: 22px;
	font-size: 2.2rem;
	color: #F07921;
}

#newsHanger h3 span{
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	color: #999999;
	padding-left: 8px;
}

#pickupNews{
	width: 430px;
	float: left;
}

#puPhoto{
	text-align: center;
	margin-top: 20px;
}

#puPhoto img{
	width: 100%;
	max-width: 430px;
	margin: 0 auto;
}

#newsList{
	width: 450px;
	float: right;
	margin-top: -45px;
}

#toList{
	padding: 10px 0 0 0;
	text-align: right;
}

#newsHanger dl{
	padding: 10px 0;
	border-top: 1px solid #E1DDC8;
}

#pickupNews dl,#newsList dl:first-child{border-top: none;}

#newsHanger dl dt{
	font-size: 12px;
	font-size: 1.2rem;
}

#newsHanger dl dd{
	font-size: 14px;
	font-size: 1.4rem;
}

#newsHanger dl dd a{
	text-decoration: underline;
	color: #333333;
}

#newsHanger dl dd a:hover{color: #F07921;}

/**************************************************
 linksHanger
**************************************************/
#linksHanger{
	width: 980px;
	margin: 40px auto 0 auto;
	font-size: 0;
}

.link{
	width: 320px;
	padding: 0 20px 0 0;
	float: left;
}

.link:nth-child(2){
	width: 340px;
	padding: 0 20px;
	border-left: 1px solid #E1DDC8;
	border-right: 1px solid #E1DDC8;
}

.link:last-child{padding: 0 0 0 20px;}

.link img{display: block;}

.link:last-child img{margin: 0 0 20px 0;}

.list dl{
	padding: 10px 0 10px 0;
	border-top: 1px solid #E1DDC8;
}

.list dl:nth-child(1){border-top: none;}

.list dl dt{
	font-size: 12px;
	font-size: 1.2rem;
}

.list dl dd{
	font-size: 14px;
	font-size: 1.4rem;
}

.list dl dd a,#contest ul a{
	text-decoration: underline;
	color: #333333;
}

.list dl dd a:hover,#contest ul a:hover{color: #F07921;}

#contest{
	width: 300px;
	border: 1px solid #666666;
}

#contest img{
	display: block;
	margin: 5px auto;
}

#contest ul{
	border-top: 1px solid #666666;
	padding: 6px 10px 10px 30px;
	font-size: 14px;
	font-size: 1.4rem;
	list-style: disc;
}

#contest ul li{padding: 4px 0 0 0;}

.toWebsite{
	padding: 10px 0 0 0;
	text-align: right;
}

.link .toWebsite img{
	display: inline;
	margin: 0;
}

/**************************************************
 topBanner
**************************************************/
#topBanner{
	width: 980px;
	margin: 0 auto;
	padding: 50px 0 0 0;
	text-align: center;
}

#topBanner img{
	margin: 0 20px 0 0;
	border: 1px solid #E1DDC8;
}

#topBanner a:nth-child(4n) img{margin: 0;}

/**************************************************
 Responsive
**************************************************/
@media screen and (max-width: 640px){
	
/** mainVisual ********************/
#mainVisual{
	width: 100%;
	height: auto;
	margin: 0;
	min-width: 100%;
}

/** about ********************/
#about{
	padding: 0 10px;
	margin: 25px 0;
	background: none;
}

#about section{width: 100%;}

#aboutPhoto{display: none;}

#about dl{
	width: 100%;
	float: none;
}

#about dl dt img{
	width: 100%;
	max-width: 330px;
}

/** newsHanger ********************/
#newsHanger{
	width: 100%;
	padding: 10px;
	border: none;
}

#newsHanger h3{
	border-top: 1px solid #E1DDC8;
	font-size: 20px;
	font-size: 2.0rem;
	padding-top: 20px;
}

#newsHanger h3 span{
	font-size: 13px;
	font-size: 1.3rem;
}

#pickupNews{
	width: 100%;
	float: none;
}

#newsList{
	width: 100%;
	float: none;
	margin-top: 0;
}

#toList{
	padding: 10px 0 0 0;
	text-align: center;
}

.list dl{padding: 10px 0;}

.list dl:first-child{border-top: 1px solid #E1DDC8;}

/** linksHanger ********************/
#linksHanger{
	width: 100%;
	margin: 0 auto;
}

.link{
	width: 100%;
	padding: 0 10px;
	margin: 20px 0 0 0;
	float: none;
}

.link:nth-child(2){
	width: 100%;
	padding: 0 10px;
	border-left: none;
	border-right: none;
}

.link:last-child{padding: 0 10px;}

.link img{
	margin: 0 auto 10px auto;
	width: 100%;
	max-width: 300px;
}

.list dl:nth-child(1){border-top: none;}

.link:last-child img{margin: 0 auto 20px auto;}

#contest{margin: 0 auto;}

.toWebsite{
	padding: 10px 0 0 0;
	text-align: center;
}

.toWebsite img{
	width: 110px;
	max-width: 110px;
}

/** topBanner ********************/
#topBanner{display: none;}

}</pre></body></html>