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


/*======================================

	Font-size Adjustment
	
	77% = 10px	| 	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/

/* common
-------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size:80%;
	line-height:140%;
}

a img {
	border: 0px;
}
a,area{outline: none;}



option {
	padding: 0 5px 0 0;
}

/* title
-------------------------------------*/
h1, h2, h3, h4, h5, h6 {

}

/* character setting
-------------------------------------*/
strong {
	font-weight: 800;
}

em {
	font-style: normal;
}

address {
	font-style: normal;
}

/* list
-------------------------------------*/
ul{
	list-style-type: none;
}
ol {
	padding:0 10px 8px 30px;
}
ol li {
	padding:0 0 8px 0px;
}

/* table
-------------------------------------*/
table,
th,
td {
	padding:2px;
}

caption {
	text-align: left;
}

/* align
-------------------------------------*/
.alnleft {
	text-align: left;
}

.alncenter {
	text-align: center;
}

.alnright {
	text-align: right;
}

.fltleft {
	float: left;
}

.fltright {
	float: right;
}

/* font-size
-------------------------------------*/
.txtxxsmall { font-size: xx-small}
.txtxsmall { font-size: x-small}
.txtsmall { font-size: small}
.txtsmaller { font-size: smaller}
.txtxxlarge { font-size: xx-large}
.txtxlarge { font-size: x-large}
.txtlarge { font-size: large}
.txtlarger { font-size: larger}
.txtmed { font-size: medium}
.txt09 { font-size: 9px;}
.txt10 { font-size: 10px;}
.txt11 { font-size: 11px;}
.txt12 { font-size: 12px;}
.txt13 { font-size: 13px;}
.txt14 { font-size: 14px;}
.txt15 { font-size: 15px;}
.txt16 { font-size: 16px;}
.txt17 { font-size: 17px;}
.txt18 { font-size: 18px;}
.txt19 { font-size: 19px;}
.txt20 { font-size: 20px;}
.txt21 { font-size: 21px;}
.txt22 { font-size: 22px;}
.txt23 { font-size: 23px;}
.txt24 { font-size: 24px;}
.txt25 { font-size: 25px;}
.txt26 { font-size: 26px;}

.txt80{ font-size:80%;}
.txt90{ font-size:90%;}
.txt100{ font-size:100%;}

.txtweight400{
	font-weight:400;
}
/* color
-------------------------------------*/
.clrred { color: #C52540;}
.clrblue { color:#3399CC;}
.clryellow { color: #FC0;}
.clrorange { color: #F90;}
.clrgreen { color: #016745;}
.clrpink { color: #FF999C;}
.clrwhite { color: #FFF;}
.clr333 { color: #333;}
.clr666 { color: #666;}
.clr999 { color: #999;}
.clrCCC { color: #CCC;}
.clrblack { color: #343434;}
.clrbrown { color: #804f21;}

/* background
-------------------------------------*/
.bg01 { background: #FFFF99;}
.bg02 { background: #EFEFEF;}
.bg03 { background: #E0D8C6;}
.bg04 { background: #B91111; color:#fff;}
.bg05 { background: #FFD714; padding:3px; color:#fff;}
.bg06 { background: #2ca6e0;}
.bg07 { background: #804f21;}
.bg08 { background: ;}
.bg09 { background: ;}
.bg10 { background: ;}
.bg11 { background: ;}
.bg12 { background: ;}
.bg13 { background: ;}
.bg14 { background: ;}
.bg15 { background: ;}
.bg16 { background: ;}
.bg17 { background: ;}
.bg18 { background: ;}
.bg19 { background: ;}
.bg20 { background: ;}
.bg21 { background: ;}
.bgfff { background: ;}

/* float
-------------------------------------*/
.fltleft { float: left;}
.fltright { float: right;}

/*clear*/
.clear {
	clear: both;
}

/*margin
------------------------------------*/
.ma20 { margin: 20px;}
.ma10 { margin: 10px;}
.ma05 { margin: 5px;}
.contents .ma00 { margin: 0px;}
.mt20 {	margin: 20px 0px 0px 0px;}
.mt10 { margin: 10px 0px 0px 0px;}
.mt05 { margin: 5px 0px 0px 0px;}
.mb20 { margin: 0px 0px 20px 0px;}
.mb10 { margin: 0px 0px 10px 0px;}
.mb05 { margin: 0px 0px 5px 0px;}
.mr20 { margin: 0px 20px 0px 0px;}
.mr10 { margin: 0px 10px 0px 0px;}
.mr05 { margin: 0px 5px 0px 0px;}
.ml20 { margin: 0px 0px 0px 20px;}
.ml10 { margin: 0px 0px 0px 10px;}
.ml05 { margin: 0px 0px 0px 5px;}
.mtb20 { margin: 20px 0;}
.mtb10 { margin: 10px 0;}
.mtb05 { margin: 5px 0;}

/*padding
------------------------------------*/
.pa20 { padding: 20px;}
.pa10 { padding: 10px;}
.pa05 { padding: 5px;}
.contents .pa00 { padding: 0px;}
.pt20 { padding: 20px 0px 0px 0px;}
.pt10 { padding: 10px 0px 0px 0px;}
.pt05 { padding: 5px 0px 0px 0px;}
.pb20 { padding: 0px 0px 20px 0px;}
.pb10 { padding: 0px 0px 10px 0px;}
.pb05 { padding: 0px 0px 5px 0px;}
.pr20 { padding: 0px 20px 0px 0px;}
.pr10 { padding: 0px 10px 0px 0px;}
.pr05 { padding: 0px 5px 0px 0px;}
.pl20 { padding: 0px 0px 0px 20px;}
.pl10 { padding: 0px 0px 0px 10px;}
.pl05 { padding: 0px 0px 0px 5px;}

/*--------------------------------------------------------------------------
*/
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここから） */
.clearbox {
 min-height:1px;　/* IE 7対策 */
}
.clearbox:after {
 content:".";
 display:block;
 height:0px;
 clear:both;
 visibility:hidden;
}
.clearbox { display:inline-table; }
/* Mac IE には適用させない \*/
* html .clearbox { height:1px; }
.clearbox { display:block; }
/* */
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここまで） */
/*--------------------------------------------------------------------------
*/

/*----位置の指定----*/
.alncenter{
	text-align:center;
}
.alnleft{
	text-align:left;
}
.alnright{
	text-align:right;
}
.fltleft{
	float:left;
}
.fltright{
	float:right;
}
.marginauto{
	margin-left:auto;
	margin-right:auto;
}
.clear{
	clear:both;
}
.valntop{
	vertical-align:top;
}
.valnmiddle{
	vertical-align:middle;
}
.valnbottom{
	vertical-align:bottom;
}
.valnbaseline{
	vertical-align:baseline;
}
.indent{
	text-indent:-10000px;
}
.justify{
	text-align:justify;
	text-justify: distribute-all-lines;
}
/*----ディスプレイ----*/
.none{
	display:none;
}
.block{
	display:block;
}
.inline{
	display:inline;
}



.cap,
.contents .cap{
	padding-left:1em;
	text-indent:-1em;
}
.cap2,
.contents .cap2{
	padding-left:2em;
	text-indent:-2em;
}

.contents .cap,
.contents .cap2{
	margin:0 0 0 10px;
	padding-bottom:2px;
}
a:hover img{
	opacity:0.5;
	filter: alpha(opacity=50);
}


.borderbtm01{
	border-bottom:1px solid #CACACA;
}
.borderbtm02{
	border-bottom:1px dotted #CACACA;
}
.hover{
/*ロールオーバー*/
}



.vmiddle{
display:table-cell;

vertical-align:middle;

}

* html .vmiddle{/* IE 6 */
display:inline;
zoom:1;
}

*:first-child+html .vmiddle{/* IE 7 */
display:inline;
zoom:1;
}


.FMRodin{
	font-family: fot-rodin-pron,sans-serif;
	font-weight: 600;
	font-style: normal;
}

/*　＝＝＝フォントファミリー設定＝＝＝　*/
/*　M1P　*/
.FmM1p{font-family: "M PLUS 1p";}
/*　VDL Ｖ７明朝　*/
.Fmse{font-family: vdl-v7mincho, sans-serif;}
.FmseL{font-family: vdl-v7mincho, sans-serif;font-weight: 300;font-style: normal;}
.FmseM{font-family: vdl-v7mincho, sans-serif;font-weight: 500;font-style: normal;}
.FmseB{font-family: vdl-v7mincho, sans-serif;font-weight: 700;font-style: normal;}
.FmseEB{font-family: vdl-v7mincho, sans-serif;font-weight: 800;font-style: normal;}
.FmseU{font-family: vdl-v7mincho, sans-serif;font-weight: 900;font-style: normal;}
/*　DNP 秀英明朝 Pr6　*/
.FmDNPseL{font-family: dnp-shuei-mincho-pr6, sans-serif;font-weight: 400;font-style: normal;}
.FmDNPseM{font-family: dnp-shuei-mincho-pr6, sans-serif;font-weight: 500;font-style: normal;}
.FmDNPseU{font-family: dnp-shuei-mincho-pr6, sans-serif;font-weight: 600;font-style: normal;}
/*　明朝　*/
.FmseMs{font-family: 'MS Serif', 'New York', 'serif';}

/*　＝＝＝背景色設定＝＝＝　*/
.bkgBl{background-color: #2ca6e0}/*青*/
.bkgYlit{background-color: #ffffb6}/*薄黄色*/
.bkgBw{background-color: #804f21}/*青*/</pre></body></html>