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

/****************************************

35周年
 
****************************************/

/*リセット*/

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, header, hgroup, menu, nav, section, summary {
	color: #333;
}
/*マウスオーバー*/
a img:hover,.mover:hover{
	-webkit-transition: 0.6s ;
	transition: 0.6s ;
	opacity:0.5;
	filter: alpha(opacity=50);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=50)";  /* ie 8 */
	-moz-opacity:0.5;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.5;              /* Safari 1.x */
}

section{
	margin-bottom:0;
}

/*コンテンツ
----------------------------------------------------*/

#container{
	width:100%;
	margin:0 auto;
}

.contents_wrap{
	width:100%;
	background:url(../img/bg.jpg) ;
}


#container #contents {
	float:none;
	width:100%;
	padding:0 0 50px;
	margin:auto;
}

/*メインビジュアル*/
#main_ttl{
	width:100%;
	background: #000;
	margin-bottom: 20px;
}

#main_ttl h1{
	text-align:center;
	padding: 10px 0;
}
#main_ttl h1 img{
	width:120px;
}

#main_ttl h2{
	background: #005410;
	padding: 20px 10px;
	text-align:center;
}

.inner{
	padding:0 20px;	
}

/*コンテンツ*/

h3,h4{
	margin-bottom:5px;
}


.sec ul{
display:flex;
flex-wrap: wrap;
	justify-content: space-around;
}
.sec li{
	width: 45%;
	margin-bottom: 15px;
}
.sec li img{
	width: 100%;
}
.contbox{
	width:100%;
	margin:auto;
}




/*汎用
----------------------------------------------------*/

.btn{
	margin:20px auto;
	text-align:center;
}
.closed{
	width:100%;
	margin:20px auto;
	padding:20px 0;
	text-align:center;
	background:#F2F2F2;
	border:1px solid #9A9A9A;
	color:#9A9A9A;
	font-size:16px;
}

.box{
	margin-bottom:20px;
}

.l-box{
	float:left;
}
.r-box{
	float:left;
}
</pre></body></html>