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

.yellow_line {
	border-top:none;
	border-left:5px solid #fff2a8;
	border-right:5px solid #fff2a8;
	border-bottom:5px solid #fff2a8;
	-webkit-border-top-left-radius: 0;  
    -webkit-border-top-right-radius: 0;  
    -webkit-border-bottom-right-radius: 10px;  
    -webkit-border-bottom-left-radius: 10px;  
    -moz-border-radius-topleft: 0;  
    -moz-border-radius-topright: 0;  
    -moz-border-radius-bottomright: 10px;  
    -moz-border-radius-bottomleft: 10px;
	padding:0 0 25px 25px;
}

.orange_line {
	border-top:none;
	border-right:2px solid #ff9412;
	border-left:2px solid #ff9412;
	border-bottom:2px solid #ff9412;
	padding:0 25px 25px 25px;
	margin:0 0 30px 0;
}
	
.w312 {
	width:312px;
}

.koji_soko_21 {
	background:url(../../img/koji_soko/koji_soko_21.jpg) no-repeat;
	width:318px;
	height:78px;
	padding:79px 0 0 354px;
	margin:0 0 20px 0;
}

.case_kuojyo a{
	color: #fff;
	position: relative;
	display: inline-block;
	padding: 0.25em 0.5em;
	text-decoration: none;
	background: #fd9535;
	border-radius: 4px
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	font-weight: bold;
	font-size: 15px;
	border: solid 2px #d27d00;
	width: 660px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.case_kuojyo:active {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}</pre></body></html>