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

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/************************************
*	ヘッダー情報
************************************/

#header
{
	background-color: #FFF;
}
#header .head_body
{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	_zoom: 1;
	overflow: hidden;
	padding-bottom: 1em;
}

#header h1
{
	margin: 0px 0px 15px;
	font-size: 12px;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	float: left;
}

#header .head_top a
{
	margin-left: 1em;
}


#header .head_body .title
{
	float: left;
	width: 26.5%;
}

#header .head_body .switch {
	width:13%;
	float:left;
	margin-left:3%;
	padding-top:5px;
}

#header .head_body .switch img {
	margin:5px 0px;
}

#header .head_body .head_menu
{
	float: right;
	width: 56.3%;
	text-align: right;
}

#header .head_body .head_menu .search {
	width:66%;
	max-width:70%;
	float:left;
	padding-top:1em;
}

#header .head_body .head_menu .txtbox {
	border:#DDD 1px solid;
	width:58%;
	height:27px;
	padding:0px;
	margin:0px 0px 0px;
}

#header form {
	vertical-align:baseline;
}

#header form select,
#header form input,
#header form textarea, button { 
     vertical-align:middle; 
     font-family:"ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif; 
     position:relative; 
     margin: 0;
     *margin-right:3px; 
     top:-1px;  
}

#header form span {
	color:#468448;
	font-weight:bold;
}

#header input {
	margin:0px;
	padding:0px;
}


#header .unkou{
	background:#333333;
	margin-top:10px;
	position: relative;
	height:110px;
	box-sizing:border-box;
	border-radius: 4px;        /* CSS3草案 */  
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 4px;   /* Firefox用 */  
}

#header .unkou img.pc_image {
	width:auto;
	max-width:100%;
	height:auto !important;
}


#header .unkou_txt {
	padding-left:0px;
	position:absolute;
	top: 5px;
	left:140px;
	width:690px;
}

#header .unkou_txt p {
	color:#FFFFFF;
	padding:3px 3px 3px 0px;
	border-bottom:1px dashed #FFF;
	font-size:12px;
	margin:0px;
}

#header .unkou_txt p:last-child {
	border-bottom:none;
}

#header .unkou_txt p.end {
	border-bottom:0px;
}

#header .unkou_txt a {
	color:#FFCC00;
}

#header .unkou span {
	position:absolute;
	top:16px;
	right:10px;
	width:148px;
}


/*▼-------------------------------202106追加*/

#header .unkou_atc {
	background: #EEE;
	border: #CCC 1px solid;
	padding: 10px;
	text-align: right;
}

#header .unkou_atc span {
	margin-left: 15px;
}

#header .unkou_atc span img {
	vertical-align: middle;
}

/*▲-------------------------------202106追加*/


#header .head_body .head_menu .txt {
	width:33%;
	float:right;
	background:#55A158;
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;/* CSS3草案 */
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
	behavior: url(/css/PIE.htc);
}

#header .head_body .head_menu .txt ul
{
	margin: 0px;
	_zoom: 1;
	overflow: hidden;
	padding-top: 0.8em;
	padding-right: 1em;
	padding-bottom: 0.8em;
	padding-left: 1.5em;
}

#header .head_body .head_menu .txt li
{
	list-style-type: none;
	width:20px;
	line-height:20px;
	font-size: 12px;
	float: left;
	text-align:center;
	background:#FFFFFF;
	border-radius: 100%;        /* CSS3草案 */  
	-webkit-border-radius: 100%;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 100%;   /* Firefox用 */  
	color:#468449;
	margin-left:5%;
	cursor:pointer;
	behavior: url(/css/PIE.htc);
}

#header .head_body .head_menu .txt li:first-child {
	background:none;
	width:auto;
	color:#FFF;
	font-weight:bold;
	margin-left:0px;
	cursor: auto;
}

#header .head_body .head_menu .txt li a
{

	color:#468449;
	text-decoration: none;
	font-weight:bold;

}

#header .head_body .head_menu .txt li a:hover
{
	color: #ffe633;
}

#header .head_body .head_menu .language ul{
	border:#DDDDDD 1px solid;
	background-color:#F8F8F8;
	margin:0px;
	padding:0px;
	border-radius: 4px;        /* CSS3草案 */  
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 4px;   /* Firefox用 */
	list-style:none;
	margin-top:20px;
	float:right;
	behavior: url(/css/PIE.htc);
	width:40%;
}

#header .head_body .head_menu .language li {
	margin:0px;
	border-right:#DDDDDD 1px solid;
	border-left:#FFF 1px solid;
	float:left;
	padding:10px 14px;
}

#header .head_body .head_menu .language li:first-child {
	border-left:none;
}

#header .head_body .head_menu .language li:last-child {
	border-right:none;
}

#header .head_body .head_menu .language_sp {
	display:none;
}


#header .head_body .navi {
	border-color:#DDDDDD;
	border-style:solid;
	border-width:1px 1px 3px 1px;
	border-radius: 4px;        /* CSS3草案 */  
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 4px;   /* Firefox用 */
	margin-top:10px;
	behavior: url(/css/PIE.htc);
}

#header .head_body .navi ul {
	margin:0px;
	padding:0px;
	list-style:none;
	margin:12px 0px;
}

#header .head_body .navi li {
	margin:0px;
	padding:0px;
	float:left;
	padding-left:32px;
	padding-right:32px;
	border-right:1px solid #DDD;
}

#header .head_body .navi li:last-child {
	border-right:none;
}


#header .sp_body
{
	display: none;
}

#header .unkou .pc_image {
	display: inline;
}

#header .unkou .sp_image {
	display:none;
}
#header ul.style01 {
	display:none;
}

#header .navi_sp {
	display:none;
}
</pre></body></html>