<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*=================================================
 * CSS for PC
 * ================================================= */


#con{
	text-align: left;
}


/** index **/

#cate{
	width: 730px;
	margin: 0 0 10px 5px;
}

#cate .main{
	padding: 10px;
}

.cbox{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	margin: 0 0 1px 0;
	border-collapse: separate;
	border-spacing: 1px 0;
}
.cbox:last-of-type{	margin-bottom: 0;}

.cbox_l,
.cbox_r{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.cbox_l{
	width: 160px;
	font-size: 14px;
	line-height: 18px;
	border: 1px solid #47b7ba;
	background: url(img/bg.gif) top center;
	padding: 10px 15px;
}

.cbox_l a{	color: #fff;}

.cbox_r{
	font-size: 12px;
	line-height: 16px;
	border: 1px solid #ddd;
	padding: 12px 15px;
}

.cbox_r a{
	display: inline-block;
	vertical-align: top;
	color: #222;
	margin: 0 7px 0 0;
}

#list{}

#list ul{
	font-size: 0;
	line-height: 0;
}

#list li{
	width: 360px;
	text-align: center;
	margin: 0 5px 10px 5px;
	padding: 10px 20px 20px 20px;
	background: rgba(255, 255, 255, 0.95);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#list li{
	border: 1px solid #dddddd;
	padding: 9px;
-webkit-background-size: 3px 3px;
-moz-background-size: 3px 3px;
background-size: 3px 3px;
background-color: #f5f5f5;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, #ffffff), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #ffffff),
            color-stop(.75, #ffffff), color-stop(.75, transparent),
            to(transparent));
background-image: -webkit-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
background-image: linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#list li .lbox{
	border: 1px solid #e1c86a;
	background: #fff;
	padding: 0 0 10px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#list h3{
	display: table;
	width: 100%;
}

#list h3 span{
	display: table-cell;
	vertical-align: middle;
	height: 54px;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#list h3 span a{	color: #27b3b9;}

#list .date{
	position: relative;
	z-index: 2;
	margin: 0 10px 7px 10px;
}

#list .date p{
	display: inline-block;
	vertical-align: top;
	width: 125px;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	color: #938159;
	border: 1px solid #dcc877;
	background: #fff;
}

#list .date:after{
	content: '';
	width: 100%;
	height: 10px;
	background: repeating-linear-gradient(#dcc877, #dcc877 1px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 2px);
	position: absolute;
	bottom: 2.5px;
	left: 0;
	z-index: -1;
}

#list .cate{
	font-size: 10px;
	line-height: 14px;
	margin: 0 0 5px 0;
}

#list .img{
	margin: 0 0 10px 0;
}

#list .img img{
	max-width: 320px;
	max-height: 130px;
	width: auto;
	height: auto;
}

#list .txt{
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0 10px;
}

#list .bt{
	display: inline-block;
	vertical-align: top;
	width: 150px;
	height: 30px;
	background: url(img/bt.gif) no-repeat;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#list .bt:hover{
	background: url(img/bto.gif) no-repeat;
}

#acbt{
	font-size: 0;
	line-height: 0;
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
}
#acbt a{
	display: inline-block;
	vertical-align: top;
	width: 730px;
	height: 50px;
	background: url(img/acbt.gif) no-repeat;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#acbt a:hover{
	background: url(img/acbt_o.gif) no-repeat;
}


/** list **/

#lecmain{
	width: 730px;
	text-align: center;
	margin: 0 0 20px 4px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#lecmain h3{
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #27b3b9;
	padding: 16px 0 16px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#lecmain .date{
	position: relative;
	z-index: 2;
	margin: 0 10px 7px 10px;
}

#lecmain .date p{
	display: inline-block;
	vertical-align: top;
	width: 125px;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	color: #938159;
	border: 1px solid #dcc877;
	background: #fff;
}

#lecmain .date:after{
	content: '';
	width: 100%;
	height: 11px;
	background: repeating-linear-gradient(#dcc877, #dcc877 1px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 2px);
	position: absolute;
	bottom: 3px;
	left: 0;
	z-index: -1;
}

#lecmain .cate{
	font-size: 10px;
	line-height: 18px;
	margin: 0 0 3px 0;
}

#lecmain .img{
	margin: 0 0 10px 0;
}

#lecmain .txt{
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	padding: 0 10px 10px 10px;
}


#lecmain .topimg img{
	max-width:80%;
	height:auto;
	margin-bottom:10px;
	padding: 5px;
	background: #ececec;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


#l_bt{
	text-align: center;
}

#l_bt .bt{
	display: inline-block;
	vertical-align: top;
	width: 220px;
	height: 50px;
	font-size: 0;
	line-height: 0;
	background: url(img/lbt.gif) no-repeat;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#l_bt .bt:hover{
	background: url(img/lbto.gif) no-repeat;
}


/** ac **/

#ac{
	width: 730px;
	margin: 0 0 10px 5px;
}

#ac h3{
	font-size: 0;
	line-height: 0;
	margin: 0 0 4px 0;
}

#ac div{
}

#ac ul{
	font-size: 0;
	line-height: 0;
	padding: 5px 0 10px 10px;
}

#ac li{
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 4);
}

#ac li a{
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	border-bottom: 1px dotted #ddd;
	margin: 0 10px 0 0;
	padding: 7px 0;
}


/** sns **/

.sns_bg{
	width: 730px;
	margin: 0 0 0 5px;
}

.sns{
	display: table;
	font-size: 0;
	line-height: 0;
	table-layout: fixed;
	margin: 20px 0 -40px auto;
}

.sns &gt; div{
	display: table-cell;
	vertical-align: top;
	padding: 0 2px;
}

.sns &gt; div.htn iframe{
	width: 24px !important;
	height: 24px !important;
}
</pre></body></html>