@charset "UTF-8";

/*----------------------------------------
各要素全体のリセット(YUI Reset CSS 参照)
----------------------------------------*/

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}

li,ul,ol { 
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse ;
	border-spacing: 0 ;
}

fieldset,img { 
	border: 0 ;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal ;
	font-weight: normal ;
}



caption,th {
	text-align: left ;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100% ;
	font-weight: normal ;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border: 0 ;
}

a:focus{ outline: none ; }

a:hover img,a:active img{
filter:alpha(opacity= 70); /* IE */
-moz-opacity:0.70; /* Firefox CSS3以前 */
opacity:0.70; /* CSS3 */
}
/*----------------------------------------
汎用スタイルのまとめ(Modules)
----------------------------------------*/

/*フォント設定*/

.fs10 { font-size: 10px ; }
.fs11 { font-size: 11px ; }
.fs12 { font-size: 12px ; }
.fs13 { font-size: 13px ; }
.fs14 { font-size: 14px ; }
.fs15 { font-size: 15px ; }
.fs16 { font-size: 16px ; }
.fs17 { font-size: 17px ; }
.fs18 { font-size: 18px ; }
.fs19 { font-size: 19px ; }
.fs20 { font-size: 20px ; }
.fs22 { font-size: 22px ; }
.fs24 { font-size: 24px ; }
.fs26 { font-size: 26px ; }

.fs130 { font-size: 130%;}
.fs120 { font-size: 120%;}
.fs110 { font-size: 110%;}
.fs90 { font-size: 90%;}
.fs80 { font-size: 80%;}

.fwb { font-weight: bold ; } /* 太字 */
.fwn { font-weight: normal ; } /* 細字 */

.ffm { font-family: monospace ; } /* 等幅 */

.fsn { font-style: normal ; } /* 標準 */
.fsi { font-style: italic ; } /* イタリック */
.fso { font-style: oblique ; } /* 斜体 */


/*フォント改行スペース*/

.l100 { line-height: 1 ; } /* 100% */
.l120 { line-height: 1.2 ; } /* 120% */
.l130 { line-height: 1.3 ; } /* 130% */
.l140 { line-height: 1.4 ; } /* 140% */
.l150 { line-height: 1.5 ; } /* 150% */
.l160 { line-height: 1.6 ; } /* 160% */
.l170 { line-height: 1.7 ; } /* 170% */
.l180 { line-height: 1.8 ; } /* 180% */
.l200 { line-height: 2 ; } /* 200% */
.l250 { line-height: 2.5 ; } /* 250% */
.l300 { line-height: 3 ; } /* 300% */

/*テキスト位置*/
.tl { text-align: left !important ; } /*左*/
.tr { text-align: right !important ; } /*右*/
.tc { text-align: center !important ; } /*中央*/

/*上下寄せ*/
.vt { vertical-align: top ; } /* 上寄せ */
.vt img { vertical-align: top ; }
.vm { vertical-align: middle ; } /* 中央寄せ */
.vm img { vertical-align: middle ; }
.vb { vertical-align: bottom ; } /* 下寄せ */
.vb img { vertical-align: bottom ; }

/*floatとクリア*/
.fl { float: left ; } /*左回り込み*/
.fr { float: right ; } /*右回り込み*/
.cb { clear: both ; } /*解除*/

/*for clearFix*/
.cf:after { 
   display: block ;
   height: 0 ;
   visibility: hidden ;
   clear: both ;
   content:".";
}
/* 追加 MacIE 5 と WinIE 7 向け */
.cf {
   display: inline-block ;
}
/*MacIE \*/
* html .cf {
	height: 1em ;
}
.cf {
	display: block ;
}

* html .fcb {
    height: 1% ;
}
.fcb {
    display: block ;
}

.di {
    display: inline ;
}

/*横幅パーセンテージ*/
.w1 { width: 1% ; }
.w2 { width: 2% ; }
.w3 { width: 3% ; }
.w4 { width: 4% ; }
.w5 { width: 5% ; }
.w6 { width: 6% ; }
.w7 { width: 7% ; }
.w8 { width: 8% ; }
.w9 { width: 9% ; }
.w10 { width: 10% ; }
.w11 { width: 11% ; }
.w12 { width: 12% ; }
.w13 { width: 13% ; }
.w14 { width: 14% ; }
.w15 { width: 15% ; }
.w16 { width: 16% ; }
.w17 { width: 17% ; }
.w18 { width: 18% ; }
.w19 { width: 19% ; }
.w20 { width: 20% ; }
.w21 { width: 21% ; }
.w22 { width: 22% ; }
.w23 { width: 23% ; }
.w24 { width: 24% ; }
.w25 { width: 25% ; }
.w26 { width: 26% ; }
.w27 { width: 27% ; }
.w28 { width: 28% ; }
.w29 { width: 29% ; }
.w30 { width: 30% ; }
.w31 { width: 31% ; }
.w32 { width: 32% ; }
.w33 { width: 33% ; }
.w34 { width: 34% ; }
.w35 { width: 35% ; }
.w36 { width: 36% ; }
.w37 { width: 37% ; }
.w38 { width: 38% ; }
.w39 { width: 39% ; }
.w40 { width: 40% ; }
.w41 { width: 41% ; }
.w42 { width: 42% ; }
.w43 { width: 43% ; }
.w44 { width: 44% ; }
.w45 { width: 45% ; }
.w46 { width: 46% ; }
.w47 { width: 47% ; }
.w48 { width: 48% ; }
.w49 { width: 49% ; }
.w50 { width: 50% ; }
.w51 { width: 51% ; }
.w52 { width: 52% ; }
.w53 { width: 53% ; }
.w54 { width: 54% ; }
.w55 { width: 55% ; }
.w56 { width: 56% ; }
.w57 { width: 57% ; }
.w58 { width: 58% ; }
.w59 { width: 59% ; }
.w60 { width: 60% ; }
.w61 { width: 61% ; }
.w62 { width: 62% ; }
.w63 { width: 63% ; }
.w64 { width: 64% ; }
.w65 { width: 65% ; }
.w66 { width: 66% ; }
.w67 { width: 67% ; }
.w68 { width: 68% ; }
.w69 { width: 69% ; }
.w70 { width: 70% ; }
.w71 { width: 71% ; }
.w72 { width: 72% ; }
.w73 { width: 73% ; }
.w74 { width: 74% ; }
.w75 { width: 75% ; }
.w76 { width: 76% ; }
.w77 { width: 77% ; }
.w78 { width: 78% ; }
.w79 { width: 79% ; }
.w80 { width: 80% ; }
.w81 { width: 81% ; }
.w82 { width: 82% ; }
.w83 { width: 83% ; }
.w84 { width: 84% ; }
.w85 { width: 85% ; }
.w86 { width: 86% ; }
.w87 { width: 87% ; }
.w88 { width: 88% ; }
.w89 { width: 89% ; }
.w90 { width: 90% ; }
.w91 { width: 91% ; }
.w92 { width: 92% ; }
.w93 { width: 93% ; }
.w94 { width: 94% ; }
.w95 { width: 95% ; }
.w96 { width: 96% ; }
.w97 { width: 97% ; }
.w98 { width: 98% ; }
.w99 { width: 99% ; }
.w100 { width: 100% ; }

/*各上下左右マージン指定*/
.mt0 { margin-top: 0px !important ; }
.mt1 { margin-top: 1px !important ; }
.mt2 { margin-top: 2px !important ; }
.mt3 { margin-top: 3px !important ; }
.mt4 { margin-top: 4px !important ; }
.mt5 { margin-top: 5px !important ; }
.mt6 { margin-top: 6px !important ; }
.mt7 { margin-top: 7px !important ; }
.mt8 { margin-top: 8px !important ; }
.mt9 { margin-top: 9px !important ; }
.mt10 { margin-top: 10px !important ; }
.mt15 { margin-top: 15px !important ; }
.mt20 { margin-top: 20px !important ; }
.mt25 { margin-top: 25px !important ; }
.mt30 { margin-top: 30px !important ; }
.mt35 { margin-top: 35px !important ; }
.mt40 { margin-top: 40px !important ; }
.mt45 { margin-top: 45px !important ; }
.mt50 { margin-top: 50px !important ; }
.mt55 { margin-top: 55px !important ; }
.mt60 { margin-top: 60px !important ; }
.mt65 { margin-top: 65px !important ; }
.mt70 { margin-top: 70px !important ; }
.mt75 { margin-top: 75px !important ; }
.mt80 { margin-top: 80px !important ; }
.mt85 { margin-top: 85px !important ; }
.mt90 { margin-top: 90px !important ; }
.mt95 { margin-top: 95px !important ; }
.mt100{ margin-top:100px !important ; }

.mb0 { margin-bottom: 0px !important ; }
.mb1 { margin-bottom: 1px !important ; }
.mb2 { margin-bottom: 2px !important ; }
.mb3 { margin-bottom: 3px !important ; }
.mb4 { margin-bottom: 4px !important ; }
.mb5 { margin-bottom: 5px !important ; }
.mb6 { margin-bottom: 6px !important ; }
.mb7 { margin-bottom: 7px !important ; }
.mb8 { margin-bottom: 8px !important ; }
.mb9 { margin-bottom: 9px !important ; }
.mb10 { margin-bottom: 10px !important ; }
.mb15 { margin-bottom: 15px !important ; }
.mb20 { margin-bottom: 20px !important ; }
.mb25 { margin-bottom: 25px !important ; }
.mb30 { margin-bottom: 30px !important ; }
.mb35 { margin-bottom: 35px !important ; }
.mb40 { margin-bottom: 40px !important ; }
.mb45 { margin-bottom: 45px !important ; }
.mb50 { margin-bottom: 50px !important ; }
.mb55 { margin-bottom: 55px !important ; }
.mb60 { margin-bottom: 60px !important ; }
.mb65 { margin-bottom: 65px !important ; }
.mb70 { margin-bottom: 70px !important ; }
.mb75 { margin-bottom: 75px !important ; }
.mb80 { margin-bottom: 80px !important ; }
.mb85 { margin-bottom: 85px !important ; }
.mb90 { margin-bottom: 90px !important ; }
.mb95 { margin-bottom: 95px !important ; }
.mb100 { margin-bottom: 100px !important ; }

.ml0 { margin-left: 0px !important ; }
.ml1 { margin-left: 1px !important ; }
.ml2 { margin-left: 2px !important ; }
.ml3 { margin-left: 3px !important ; }
.ml4 { margin-left: 4px !important ; }
.ml5 { margin-left: 5px !important ; }
.ml6 { margin-left: 6px !important ; }
.ml7 { margin-left: 7px !important ; }
.ml8 { margin-left: 8px !important ; }
.ml9 { margin-left: 9px !important ; }
.ml10 { margin-left: 10px !important ; }
.ml15 { margin-left: 15px !important ; }
.ml20 { margin-left: 20px !important ; }
.ml25 { margin-left: 25px !important ; }
.ml30 { margin-left: 30px !important ; }
.ml35 { margin-left: 35px !important ; }
.ml40 { margin-left: 40px !important ; }
.ml45 { margin-left: 45px !important ; }
.ml50 { margin-left: 50px !important ; }
.ml55 { margin-left: 55px !important ; }
.ml60 { margin-left: 60px !important ; }
.ml65 { margin-left: 65px !important ; }
.ml70 { margin-left: 70px !important ; }
.ml75 { margin-left: 75px !important ; }
.ml80 { margin-left: 80px !important ; }
.ml85 { margin-left: 85px !important ; }
.ml90 { margin-left: 90px !important ; }
.ml95 { margin-left: 95px !important ; }
.ml100 { margin-left: 100px !important ; }

.mr0 { margin-right: 0px !important ; }
.mr1 { margin-right: 1px !important ; }
.mr2 { margin-right: 2px !important ; }
.mr3 { margin-right: 3px !important ; }
.mr4 { margin-right: 4px !important ; }
.mr5 { margin-right: 5px !important ; }
.mr6 { margin-right: 6px !important ; }
.mr7 { margin-right: 7px !important ; }
.mr8 { margin-right: 8px !important ; }
.mr9 { margin-right: 9px !important ; }
.mr10 { margin-right: 10px !important ; }
.mr12 { margin-right: 12px !important ; }
.mr15 { margin-right: 15px !important ; }
.mr20 { margin-right: 20px !important ; }
.mr25 { margin-right: 25px !important ; }
.mr30 { margin-right: 30px !important ; }
.mr35 { margin-right: 35px !important ; }
.mr40 { margin-right: 40px !important ; }
.mr45 { margin-right: 45px !important ; }
.mr50 { margin-right: 50px !important ; }
.mr55 { margin-right: 55px !important ; }
.mr60 { margin-right: 60px !important ; }
.mr65 { margin-right: 65px !important ; }
.mr70 { margin-right: 70px !important ; }
.mr75 { margin-right: 75px !important ; }
.mr80 { margin-right: 80px !important ; }
.mr85 { margin-right: 85px !important ; }
.mr90 { margin-right: 90px !important ; }
.mr95 { margin-right: 95px !important ; }
.mr100 { margin-right: 100px !important ; }

/*各上下左右パディング*/
.pt0 { padding-top: 0px !important ; }
.pt1 { padding-top: 1px !important ; }
.pt2 { padding-top: 2px !important ; }
.pt3 { padding-top: 3px !important ; }
.pt4 { padding-top: 4px !important ; }
.pt5 { padding-top: 5px !important ; }
.pt6 { padding-top: 6px !important ; }
.pt7 { padding-top: 7px !important ; }
.pt8 { padding-top: 8px !important ; }
.pt9 { padding-top: 9px !important ; }
.pt10 { padding-top: 10px !important ; }
.pt15 { padding-top: 15px !important ; }
.pt20 { padding-top: 20px !important ; }
.pt25 { padding-top: 25px !important ; }
.pt30 { padding-top: 30px !important ; }
.pt35 { padding-top: 35px !important ; }
.pt40 { padding-top: 40px !important ; }
.pt45 { padding-top: 45px !important ; }
.pt50 { padding-top: 50px !important ; }
.pt55 { padding-top: 55px !important ; }
.pt60 { padding-top: 60px !important ; }
.pt65 { padding-top: 65px !important ; }
.pt70 { padding-top: 70px !important ; }
.pt75 { padding-top: 75px !important ; }
.pt80 { padding-top: 80px !important ; }
.pt85 { padding-top: 85px !important ; }
.pt90 { padding-top: 90px !important ; }
.pt95 { padding-top: 95px !important ; }
.pt100 { padding-top: 100px !important ; }

.pb0 { padding-bottom: 0px !important ; }
.pb1 { padding-bottom: 1px !important ; }
.pb2 { padding-bottom: 2px !important ; }
.pb3 { padding-bottom: 3px !important ; }
.pb4 { padding-bottom: 4px !important ; }
.pb5 { padding-bottom: 5px !important ; }
.pb6 { padding-bottom: 6px !important ; }
.pb7 { padding-bottom: 7px !important ; }
.pb8 { padding-bottom: 8px !important ; }
.pb9 { padding-bottom: 9px !important ; }
.pb10 { padding-bottom: 10px !important ; }
.pb15 { padding-bottom: 15px !important ; }
.pb20 { padding-bottom: 20px !important ; }
.pb25 { padding-bottom: 25px !important ; }
.pb30 { padding-bottom: 30px !important ; }
.pb35 { padding-bottom: 35px !important ; }
.pb40 { padding-bottom: 40px !important ; }
.pb45 { padding-bottom: 45px !important ; }
.pb50 { padding-bottom: 50px !important ; }
.pb55 { padding-bottom: 55px !important ; }
.pb60 { padding-bottom: 60px !important ; }
.pb65 { padding-bottom: 65px !important ; }
.pb70 { padding-bottom: 70px !important ; }
.pb75 { padding-bottom: 75px !important ; }
.pb80 { padding-bottom: 80px !important ; }
.pb85 { padding-bottom: 85px !important ; }
.pb90 { padding-bottom: 90px !important ; }
.pb95 { padding-bottom: 95px !important ; }
.pb100{ padding-bottom:100px !important ; }

.pl0 { padding-left: 0px !important ; }
.pl1 { padding-left: 1px !important ; }
.pl2 { padding-left: 2px !important ; }
.pl3 { padding-left: 3px !important ; }
.pl4 { padding-left: 4px !important ; }
.pl5 { padding-left: 5px !important ; }
.pl6 { padding-left: 6px !important ; }
.pl7 { padding-left: 7px !important ; }
.pl8 { padding-left: 8px !important ; }
.pl9 { padding-left: 9px !important ; }
.pl10 { padding-left: 10px !important ; }
.pl15 { padding-left: 15px !important ; }
.pl20 { padding-left: 20px !important ; }
.pl25 { padding-left: 25px !important ; }
.pl30 { padding-left: 30px !important ; }
.pl35 { padding-left: 35px !important ; }
.pl40 { padding-left: 40px !important ; }
.pl45 { padding-left: 45px !important ; }
.pl50 { padding-left: 50px !important ; }
.pl55 { padding-left: 55px !important ; }
.pl60 { padding-left: 60px !important ; }
.pl65 { padding-left: 65px !important ; }
.pl70 { padding-left: 70px !important ; }
.pl75 { padding-left: 75px !important ; }
.pl80 { padding-left: 80px !important ; }
.pl85 { padding-left: 85px !important ; }
.pl90 { padding-left: 90px !important ; }
.pl95 { padding-left: 95px !important ; }
.pl100 { padding-left: 100px !important ; }

.pr0 { padding-right: 0px !important ; }
.pr1 { padding-right: 1px !important ; }
.pr2 { padding-right: 2px !important ; }
.pr3 { padding-right: 3px !important ; }
.pr4 { padding-right: 4px !important ; }
.pr5 { padding-right: 5px !important ; }
.pr6 { padding-right: 6px !important ; }
.pr7 { padding-right: 7px !important ; }
.pr8 { padding-right: 8px !important ; }
.pr9 { padding-right: 9px !important ; }
.pr10 { padding-right: 10px !important ; }
.pr12 { padding-right: 12px !important ; }
.pr15 { padding-right: 15px !important ; }
.pr20 { padding-right: 20px !important ; }
.pr25 { padding-right: 25px !important ; }
.pr30 { padding-right: 30px !important ; }
.pr35 { padding-right: 35px !important ; }
.pr40 { padding-right: 40px !important ; }
.pr45 { padding-right: 45px !important ; }
.pr50 { padding-right: 50px !important ; }
.pr55{ padding-right:55px !important; }
.pr60{ padding-right:60px !important; }
.pr65{ padding-right:65px !important; }
.pr70{ padding-right:70px !important; }
.pr75{ padding-right:75px !important; }
.pr80{ padding-right:80px !important; }
.pr85{ padding-right:85px !important; }
.pr90{ padding-right:90px !important; }
.pr95{ padding-right:95px !important; }
.pr100{ padding-right:100px !important; }

html {
	scroll-behavior: smooth;
}