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

/* =========================================================
start
========================================================= */

body{
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',
'メイリオ',Meiryo,
Osaka,
'ＭＳ Ｐゴシック','MS P Gothic',
sans-serif;
font-size:88%;
line-height:1.6;
color: #000;
min-width:;}

a { color:#D88C1E;}
a:link    { color:#D88C1E;}
a:visited { color:#D88C1E;}
a:hover   { color:#000; text-decoration:none;}
a:active  { color:#D88C1E;}

/* =========================================================
class
========================================================= */

/* クリアフィックス */	
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */}

.clearfix:after {
    clear: both;}
.clearfix {
    *zoom: 1;}

/* クリア */
.clear{
	clear: both;
}
	
	
/* マージン設定 */
.mbNone{
	margin-bottom:0 !important;}

.mbSS{
	margin-bottom:0.5em !important;}

.mbS{
	margin-bottom:1em !important;}

.mbM{
	margin-bottom:2em !important;}

.mbL{
	margin-bottom:3em !important;}

.mbLL{
	margin-bottom:4em !important;}
	
/* テキスト位置 */	
.text-right{
	text-align:right;}

.text-center{
	text-align:center;}

.text-left{
	text-align:left;}	

/* 見出し */	
.headline1{
	font-size:158%;
	background:url(../commonimages/headline1_front.png) left top no-repeat;
	padding-left:20px;
	margin-bottom:1em;
    }
.headline2{
	font-size:115%;
	border-left:1px solid #D88C1E;
	background:#F7F7F7;
	padding:0.5em 0 0.5em 20px;
	margin-bottom:1em;
	}
.headline3{
	font-size:115%;
	color:#D88C1E;
	margin-bottom:1em;
	}

/* リード文 */	
.lead{
	font-weight:bold;
	font-size:129%;
	color:#D88C1E;
	margin-bottom:0.5em;
	}

/* 透過用ロールオーバー用 */
.hover:hover{
	display: block;
    filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}

/* リンクアイコン */		
.linkicon{
	background: url(../commonimages/arrow.png) no-repeat left center;
	padding-left:10px;}
	
/* データリンクアイコン */		
.pdficon{
	background: url(../commonimages/pdf.gif) no-repeat right center;
	padding-right:20px;}
		
.exelicon{
	background: url(../commonimages/exel.gif) no-repeat right center;
	padding-right:20px;}
	
.wordicon{
	background: url(../commonimages/word.gif) no-repeat right center;
	padding-right:20px;}
	

/* リンクボタン */	
.btn{
	margin-bottom:1em;
}

.btn a{
	text-decoration:none;
	background:#D88C1E url(../commonimages/arrow2.png) no-repeat left 8px center;
	padding: 8px 10px 8px 20px;
	color:#FFFFFF;
	display:block;
}

.btn:hover{
	display:block;
    filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}

.btn-left{
	float: left;}

.btn-right{
	float:right;}

.btn-center{
	text-align:center;}

.btn-center .btn{
	display:inline-block;
	*display: inline;  
    *zoom: 1;
}


/* ※マーク */	
.asterisk{
	font-size:86%;
	margin-left: 1em;
	text-indent: -1em;
	}

/* テーブルの設定 */	
.table{
	width:100%;
	border-top:1px solid #ccc;
}
.table th{
	color: #D88C1E;
	font-weight: bold;
	background: #F7F7F7;
	padding:0.9em 10px;
	border-left: 1px solid #ccc;
	border-bottom:1px solid #ccc;
	vertical-align:top;
}
.table td{
	color: #000;
	background: #fff;
	padding: 0.9em 10px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align:top;
}
.tablecol th{
	color: #000;
	background: #fff;
}

.tablecol thead th{
	text-align: center;
	color: #D88C1E;
	font-weight: bold;
	background: #F7F7F7;
	padding: 0.9em 10px;
	border-left: 1px solid #ccc;
}
.tablecol th:first-child {
  border-left: none;
}
.table th:first-child {
  border-left: none;
}

/* リスト */
ul.list{
	overflow: hidden;
	zoom:1;
}

ul.list li{
	background: url(../commonimages/listicon.png) no-repeat left 0.6em;
	padding-left:10px;
}

ul.list li ul li{
	background: url(../commonimages/listicon2.png) no-repeat left center;
	padding-left:8px;

}

/* 水平線リスト*/
.listeven li{
	float:left;
	white-space:nowrap;
	margin-right:20px;
}

/* リストグループ */
.listgroup{
	clear:both;
	overflow:hidden;
	zoom:1;
	width:103%;
	margin-right:-3%;
}

.listgroup li{
	margin-right:3%;
	float:left;
	}
	
.listgroup li div.li_inner{ /* jqeuryでdivを追加してます */
	background:;
	padding-left:;
	line-height:1.4;
}

.list1-2 li{
	width:46%;}
	
.list1-3 li{
	width:30%;}

.list1-4 li{
	width:22%;}
	

/* 番号付リスト */	
ol.list{
  counter-reset: li;
  /* Initiate a counter */
  padding: 0;
  /* Remove the default left padding */
  list-style: none;
  /* Disable the normal item numbering */
}

ol.list li {
  position: relative;
  /* Create a positioning context */
  margin: 0 0 2px 2em;
  /* Give each list item a left margin to make room for the numbers */
  padding: 2px 6px;
}

ol.list li:before {
  content: counter(li);
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
  /* Position and style the number */
  position: absolute;
  top: 1px;
  left: -2em;
  width: 1.5em;
  padding:0;
  text-align: center;
  background: #FFF;
  color: #D88C1E;
  border-right:1px solid #D88C1E;
  border-bottom:1px solid #D88C1E;
  font-size: 86%;
}

dl{
	overflow:hidden;
}
dt{
	width:108px;
	float:left;
}
dd{
	width:630px;
	float:right;
	text-align:left;
}


/* 添える写真 */	
.figureR{
	float:right;
	margin:0 0 1.5em 15px;
	}
.figureL{
	float:left;
	margin:0 15px 1.5em 0;
	}

.figureR figcaption,
.figureL figcaption{
	font-size: 86%;
	text-align: center;
	margin-top: 0.5em;
}

/* 写真にスタイルつける */
.thumbnail{}
	
/* フロートした写真の横に配置するオブジェクト回り込み解除 */
.nowraparound{
overflow:hidden;}

	
/* 添える写真のキャプション */	
span.figcaption{
	display:block;
	font-size:86%;
	margin-top:0.5em;}

	
/* コラムレイアウトの設定 */	
.column {
	background:#FBF3E8;
	padding:20px;
	zoom:1;}
	
.column:after{
    content: ""; 
    display: block; 
    clear: both;}
	
.columntitle{
	margin-left:-20px;
	margin-right:-20px; 
	padding-right: 20px;
	padding-left: 20px;
	padding-top:20px;
	margin-top:-20px;
	color:#D88C1E;
	font-size:120%;
	border-bottom:#FFFFFF solid 1px;
	border-left:#D88C1E 1px solid;
	padding-bottom:15px;
	margin-bottom:20px;
}

/* 2/1や3/1のボックスの設定 */
.box{
	float:left;
	margin-right:20px;
}

.boxcover{
	overflow:hidden;
	zoom:1;
	clear:both;
	width:758px;
	margin-right:-20px;
}

.box1-2{
	width:359px;
}
.box1-3{
	width:232px;}
	
.box2-3{
	width:;}
	

.box1-4{
	width:169px;}
	
.box1-5{
	width:176px;}

/* パーツのマージン設定 */
.table,
.list,
.listgroup,
.box,
.column{
	margin-bottom: 1.5em;
}

/* セクションのマージン設定 */	
.section{
	margin-bottom:2.5em;}
.section .section{
	margin-bottom:1em;}
.section .section .section{
	margin-bottom:0.5em;}

.contentsheader{
	margin-bottom:2em;}
	
/* セクションにデフォルトでクリアフィックスをかけておく */	
.section:before,.section:after,
.contentsheader:before,.contentsheader:after{
    content: " "; /* 1 */
    display: table; /* 2 */}

.section:after,
.contentsheader:after{
    clear: both;}
	
.section,.contentsheader{
    *zoom: 1;}


/* =========================================================
layout
========================================================= */

.main p{
	margin-bottom: 0.5em;
}

.inner{
	width:960px;
	margin:0 auto;
}

.main{
	margin-bottom:20px;
}

.contents{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	background:url(../commonimages/contents_bg.jpg) right top no-repeat #FFFFFF;
}

.breadcrumb{
	width:960px;
	margin:0 auto;
	padding:15px 0;
	font-size:86%;
}
.breadcrumb a{
	text-decoration:none;
}
.breadcrumb a:hover{
	text-decoration:underline;
}
.pagetitle{
	font-size:172%;
	padding:30px 0;
	background:url(../commonimages/pagetitle_bottom.gif) right bottom no-repeat;
	margin-right:-31px;
	margin-bottom:30px;
}
.pagetitle span{
	color: #D88C1E;
	font-size:45%;
	font-weight:normal;
}

.pagetop{
	text-align:right;
	margin:30px 0;
}
.pagetop a{
	background:url(../commonimages/pagetop.png) no-repeat left top;
	padding-left: 20px;
	color:#000000;
	text-decoration:none;
}
.pagetop a:hover{
	text-decoration:underline;
	color:#D88C1E;
}

.main{
	float:left;
	width:738px;
	padding-right:31px;
	background:#FFFFFF;
	padding-left:30px;
	margin-left:-30px;
}

.sidebar{
	float:right;
	width:191px;
	background:#FFFFFF;
}

.sidebar ul li.shimoda{
	border-bottom:1px solid #D88C1E;
	border-left:1px solid #D88C1E;
}


/*ヘッダー*/

.header{
	width:100%;
	margin:0 auto;
	background: url(../commonimages/head_bg.jpg) #D88C1E no-repeat right top;
}
.header h1.logo{
	height:80px;
	vertical-align:middle;
	display:table-cell;
}
.header .gnav {
	margin:0 auto;
	background:#FFFFFF;
	border-bottom:3px solid #D88C1E;
	padding:20px 0;
}
.header .gnav li {
	border-right:1px solid #CCCCCC;
	text-align:center;
	width:190px;
	float:left;
}
.header .gnav li:first-child{
	border-left:1px solid #CCCCCC;
}
.header .gnav a {
	display:block;
   color:#D88C1E;
    text-decoration: unerline;

}
.header .gnav a span{
  
    text-decoration: none;
	font-size:72%;
	font-weight:normal;
}
.header .gnav li a:hover{
	background:#F7F7F7;}


/*フッター*/

#footer{
	background:#EEEEEE;
	clear:both;
}
#footer .menu{
	100%;
	text-align:center;
	padding:1.5em;
}
#footer .menu li{
	display:inline-block;
	border-left:1px solid #CCCCCC;
	text-align:center;
}
#footer .menu li:first-child{
	border-left:none;
}
#footer .menu li a{
	color:#000000;
	margin:0 10px;
	font-size:86%;
	text-decoration:none;
}
#footer .menu li a:hover{
	color:#AAA;
}
	
#footer .copy{
	background:#D88C1E;
	color:#FFFFFF;
	text-align:center;
	padding:1em 0;
	font-size:86%;
}



/* =========================================================
print style
========================================================= */

/* プリント用のスタイル */
@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }d

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

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