a {
	text-decoration: none;
	outline: none;
}
a:link { color: #3675ab;text-decoration: none;outline: none;  }
a:visited { color: #939;text-decoration: none;outline: none; }
a:hover { color: #2b2b2b;text-decoration: none;outline: none; }
a:active{ color: #3675ab;text-decoration: none;outline: none; }

/*==================================================================
	視覚整形モデル
===================================================================*/
.noDisplay { display:none; }
.block { display:block; }
.inline { display:inline; }
.static { position:static; }
.relative { position:relative; }
.absolute { position:absolute; }
.nofloat { float:none; }
.flleft {
	float: left;
	text-align: justify;
	width: auto;
}
.flright {
	float: right;
	text-align: justify;
	width: auto;
}
.inlblk { display: inline-block; }
.flex { display: flex; }
.jc-flst { justify-content: flex-start; }
.jc-fled { justify-content: flex-end; }
.jc-st { justify-content: start; }
.jc-ct { justify-content: center; }
.jc-ed { justify-content: end; }
.jc-sb { justify-content: space-between; }
.jc-sa { justify-content: space-around; }
.jc-se { justify-content: space-evenly; }
.jc-lf { justify-content: left; }
.jc-rt { justify-content: right; }
.al-sl { align-items: stretch; }
.al-ct { align-items: center; }
.al-flst { align-items: flex-start; }
.al-fled { align-items: flex-end; }

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

.float_r { float:right; }
.float_l { float:left; }
.text_r { text-align:right; }
.text_l { text-align:left; }

.val-top { vertical-align: top; }
.val-mid { vertical-align: middle; }
.val-bl { vertical-align: baseline; }
.val-tt { vertical-align: text-top; }
.val-tb { vertical-align: text-bottom }
.val-btm { vertical-align: bottom }

body { text-align: center; }
body div {
	text-align: left;
	margin: 0 auto;
	word-break: normal;
	word-wrap: break-word;
}
html {
	/*overflow-y:scroll;*/
	height:100%;
	margin-bottom:1px;
}
.left {
	float: left;
	text-align: justify;
	width: auto;
}
.right {
	float: right;
	text-align: justify;
	width: auto;
}
.center { text-align: center; }
.clear { clear:both; }
.break { page-break-after: always; }
.bold { font-weight: bold; }
.f10px { font-size: 77%; }
.f11px { font-size: 85%; }
.f12px { font-size: 93%; }
.f13px { font-size: 100%; }
.f14px { font-size: 108%; }
.f15px { font-size: 116%; }
.f16px { font-size: 123.1%; }
.f17px { font-size: 131%; }
.f18px { font-size: 138.5%; }
.f19px { font-size: 146.5%; }
.f20px { font-size: 153.9%; }
.f21px { font-size: 161.6%; }
.f22px { font-size: 167%; }
.f23px { font-size: 174%; }
.f24px { font-size: 182%; }
.f25px { font-size: 189%; }
.f26px { font-size: 197%; }
/*==================================================================
	マージン
===================================================================*/
.mt0 { margin-top: 0px !important; }
.mt5 { margin-top: 5px !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; }
.mt105 { margin-top: 105px !important; }
.mt110 { margin-top: 110px !important; }
.mt115 { margin-top: 115px !important; }
.mt120 { margin-top: 120px !important; }
.mt125 { margin-top: 125px !important; }
.mt130 { margin-top: 130px !important; }
.mt135 { margin-top: 135px !important; }
.mt140 { margin-top: 140px !important; }
.mt145 { margin-top: 145px !important; }
.mt150 { margin-top: 150px !important; }
.mt155 { margin-top: 155px !important; }
.mt160 { margin-top: 160px !important; }
.mt165 { margin-top: 165px !important; }
.mt170 { margin-top: 170px !important; }
.mt175 { margin-top: 175px !important; }
.mt180 { margin-top: 180px !important; }
.mt185 { margin-top: 185px !important; }
.mt190 { margin-top: 190px !important; }
.mt195 { margin-top: 195px !important; }
.mt200 { margin-top: 200px !important; }

.mr0 { margin-right: 0px !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !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; }
.mr105 { margin-right: 105px !important; }
.mr110 { margin-right: 110px !important; }
.mr115 { margin-right: 115px !important; }
.mr120 { margin-right: 120px !important; }
.mr125 { margin-right: 125px !important; }
.mr130 { margin-right: 130px !important; }
.mr135 { margin-right: 135px !important; }
.mr140 { margin-right: 140px !important; }
.mr145 { margin-right: 145px !important; }
.mr150 { margin-right: 150px !important; }
.mr155 { margin-right: 155px !important; }
.mr160 { margin-right: 160px !important; }
.mr165 { margin-right: 165px !important; }
.mr170 { margin-right: 170px !important; }
.mr175 { margin-right: 175px !important; }
.mr180 { margin-right: 180px !important; }
.mr185 { margin-right: 185px !important; }
.mr190 { margin-right: 190px !important; }
.mr195 { margin-right: 195px !important; }
.mr200 { margin-right: 200px !important; }

.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !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; }
.mb105 { margin-bottom: 105px !important; }
.mb110 { margin-bottom: 110px !important; }
.mb115 { margin-bottom: 115px !important; }
.mb120 { margin-bottom: 120px !important; }
.mb125 { margin-bottom: 125px !important; }
.mb130 { margin-bottom: 130px !important; }
.mb135 { margin-bottom: 135px !important; }
.mb140 { margin-bottom: 140px !important; }
.mb145 { margin-bottom: 145px !important; }
.mb150 { margin-bottom: 150px !important; }
.mb155 { margin-bottom: 155px !important; }
.mb160 { margin-bottom: 160px !important; }
.mb165 { margin-bottom: 165px !important; }
.mb170 { margin-bottom: 170px !important; }
.mb175 { margin-bottom: 175px !important; }
.mb180 { margin-bottom: 180px !important; }
.mb185 { margin-bottom: 185px !important; }
.mb190 { margin-bottom: 190px !important; }
.mb195 { margin-bottom: 195px !important; }
.mb200 { margin-bottom: 200px !important; }

.ml0 { margin-left: 0px !important; }
.ml5 { margin-left: 5px !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; }
.ml105 { margin-left: 105px !important; }
.ml110 { margin-left: 110px !important; }
.ml115 { margin-left: 115px !important; }
.ml120 { margin-left: 120px !important; }
.ml125 { margin-left: 125px !important; }
.ml130 { margin-left: 130px !important; }
.ml135 { margin-left: 135px !important; }
.ml140 { margin-left: 140px !important; }
.ml145 { margin-left: 145px !important; }
.ml150 { margin-left: 150px !important; }
.ml155 { margin-left: 155px !important; }
.ml160 { margin-left: 160px !important; }
.ml165 { margin-left: 165px !important; }
.ml170 { margin-left: 170px !important; }
.ml175 { margin-left: 175px !important; }
.ml180 { margin-left: 180px !important; }
.ml185 { margin-left: 185px !important; }
.ml190 { margin-left: 190px !important; }
.ml195 { margin-left: 195px !important; }
.ml200 { margin-left: 200px !important; }

/*==================================================================
	パッディング
===================================================================*/
.pt0 { padding-top: 0px !important; }
.pt5 { padding-top: 5px !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; }
.pt105 { padding-top: 105px !important; }
.pt110 { padding-top: 110px !important; }
.pt115 { padding-top: 115px !important; }
.pt120 { padding-top: 120px !important; }
.pt125 { padding-top: 125px !important; }
.pt130 { padding-top: 130px !important; }
.pt135 { padding-top: 135px !important; }
.pt140 { padding-top: 140px !important; }
.pt145 { padding-top: 145px !important; }
.pt150 { padding-top: 150px !important; }
.pt155 { padding-top: 155px !important; }
.pt160 { padding-top: 160px !important; }
.pt165 { padding-top: 165px !important; }
.pt170 { padding-top: 170px !important; }
.pt175 { padding-top: 175px !important; }
.pt180 { padding-top: 180px !important; }
.pt185 { padding-top: 185px !important; }
.pt190 { padding-top: 190px !important; }
.pt195 { padding-top: 195px !important; }
.pt200 { padding-top: 200px !important; }

.pr0 { padding-right: 0px !important; }
.pr5 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !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; }
.pr105 { padding-right: 105px !important; }
.pr110 { padding-right: 110px !important; }
.pr115 { padding-right: 115px !important; }
.pr120 { padding-right: 120px !important; }
.pr125 { padding-right: 125px !important; }
.pr130 { padding-right: 130px !important; }
.pr135 { padding-right: 135px !important; }
.pr140 { padding-right: 140px !important; }
.pr145 { padding-right: 145px !important; }
.pr150 { padding-right: 150px !important; }
.pr155 { padding-right: 155px !important; }
.pr160 { padding-right: 160px !important; }
.pr165 { padding-right: 165px !important; }
.pr170 { padding-right: 170px !important; }
.pr175 { padding-right: 175px !important; }
.pr180 { padding-right: 180px !important; }
.pr185 { padding-right: 185px !important; }
.pr190 { padding-right: 190px !important; }
.pr195 { padding-right: 195px !important; }
.pr200 { padding-right: 200px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb5 { padding-bottom: 5px !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; }
.pb105 { padding-bottom: 105px !important; }
.pb110 { padding-bottom: 110px !important; }
.pb115 { padding-bottom: 115px !important; }
.pb120 { padding-bottom: 120px !important; }
.pb125 { padding-bottom: 125px !important; }
.pb130 { padding-bottom: 130px !important; }
.pb135 { padding-bottom: 135px !important; }
.pb140 { padding-bottom: 140px !important; }
.pb145 { padding-bottom: 145px !important; }
.pb150 { padding-bottom: 150px !important; }
.pb155 { padding-bottom: 155px !important; }
.pb160 { padding-bottom: 160px !important; }
.pb165 { padding-bottom: 165px !important; }
.pb170 { padding-bottom: 170px !important; }
.pb175 { padding-bottom: 175px !important; }
.pb180 { padding-bottom: 180px !important; }
.pb185 { padding-bottom: 185px !important; }
.pb190 { padding-bottom: 190px !important; }
.pb195 { padding-bottom: 195px !important; }
.pb200 { padding-bottom: 200px !important; }

.pl0 { padding-left: 0px !important; }
.pl5 { padding-left: 5px !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; }
.pl105 { padding-left: 105px !important; }
.pl110 { padding-left: 110px !important; }
.pl115 { padding-left: 115px !important; }
.pl120 { padding-left: 120px !important; }
.pl125 { padding-left: 125px !important; }
.pl130 { padding-left: 130px !important; }
.pl135 { padding-left: 135px !important; }
.pl140 { padding-left: 140px !important; }
.pl145 { padding-left: 145px !important; }
.pl150 { padding-left: 150px !important; }
.pl155 { padding-left: 155px !important; }
.pl160 { padding-left: 160px !important; }
.pl165 { padding-left: 165px !important; }
.pl170 { padding-left: 170px !important; }
.pl175 { padding-left: 175px !important; }
.pl180 { padding-left: 180px !important; }
.pl185 { padding-left: 185px !important; }
.pl190 { padding-left: 190px !important; }
.pl195 { padding-left: 195px !important; }
.pl200 { padding-left: 200px !important; }

/*==================================================================
	幅
===================================================================*/
.width005 { width: 5px; }
.width010 { width: 10px; }
.width015 { width: 15px; }
.width020 { width: 20px; }
.width025 { width: 25px; }
.width030 { width: 30px; }
.width035 { width: 35px; }
.width040 { width: 40px; }
.width045 { width: 45px; }
.width050 { width: 50px; }
.width055 { width: 55px; }
.width060 { width: 60px; }
.width065 { width: 65px; }
.width070 { width: 70px; }
.width075 { width: 75px; }
.width080 { width: 80px; }
.width085 { width: 85px; }
.width090 { width: 90px; }
.width095 { width: 95px; }
.width100 { width: 100px; }
.width110 { width: 110px; }
.width120 { width: 120px; }
.width130 { width: 130px; }
.width140 { width: 140px; }
.width150 { width: 150px; }
.width160 { width: 160px; }
.width170 { width: 170px; }
.width180 { width: 180px; }
.width190 { width: 190px; }
.width200 { width: 200px; }
.width210 { width: 210px; }
.width220 { width: 220px; }
.width230 { width: 230px; }
.width240 { width: 240px; }
.width250 { width: 250px; }
.width260 { width: 260px; }
.width270 { width: 270px; }
.width280 { width: 280px; }
.width290 { width: 290px; }
.width300 { width: 300px; }
.width310 { width: 310px; }
.width320 { width: 320px; }
.width330 { width: 330px; }
.width340 { width: 340px; }
.width350 { width: 350px; }
.width360 {
	width: 400px;
}
.width370 { width: 370px; }
.width380 { width: 380px; }
.width390 { width: 390px; }
.width400 { width: 400px; }
.width410 { width: 410px; }
.width420 { width: 420px; }
.width430 { width: 430px; }
.width440 { width: 440px; }
.width450 { width: 450px; }
.width460 { width: 460px; }
.width470 { width: 470px; }
.width480 { width: 480px; }
.width490 { width: 490px; }
.width500 { width: 500px; }
.width500 { width: 500px; }
.width510 { width: 510px; }
.width520 { width: 520px; }
.width530 { width: 530px; }
.width540 { width: 540px; }
.width550 { width: 550px; }
.width560 { width: 560px; }
.width570 { width: 570px; }
.width580 { width: 580px; }
.width590 { width: 590px; }
.width600 { width: 600px; }
.width610 { width: 610px; }
.width620 { width: 620px; }
.width630 { width: 630px; }
.width640 { width: 640px; }
.width650 { width: 650px; }
.width660 { width: 660px; }
.width670 { width: 670px; }
.width680 { width: 680px; }
.width690 { width: 690px; }
.width700 { width: 700px; }
.width710 { width: 710px; }
.width720 { width: 720px; }
.width730 { width: 730px; }
.width740 { width: 740px; }
.width750 { width: 750px; }
.width760 { width: 760px; }
.width770 { width: 770px; }
.width780 { width: 780px; }
.width790 { width: 790px; }
.width800 { width: 800px; }
.width810 { width: 810px; }
.width820 { width: 820px; }
.width830 { width: 830px; }
.width840 { width: 840px; }
.width850 { width: 850px; }
.width860 { width: 860px; }
.width870 { width: 870px; }
.width880 { width: 880px; }
.width890 { width: 890px; }
.width900 { width: 900px; }
.width910 { width: 910px; }
.width920 { width: 920px; }
.width930 { width: 930px; }
.width940 { width: 940px; }
.width950 { width: 950px; }
.width960 { width: 960px; }
.width970 { width: 970px; }
.width980 { width: 980px; }
.width990 { width: 990px; }
strong { font-weight: bold; }

.red { color: #ff1b26; }
.blue { color: #1f9aff; }
.green { color: #c3d600; }
.name {	color: #38A4C7; }

.indent1 {
	text-indent: -1em;
	padding-left: 1em;
}
.indent1harf {
	text-indent: -1.5em;
	padding-left: 1.5em;
}


/* List
----------------------------------------------------*/

dl, ul {
}

dt {
	font-weight: bold;
}

dd {
	font-weight: normal;
}

ol {
	counter-reset: olcnt;
}

ol > li {
	padding-left: 1.1em;
}

ol > li:before {
	margin-left: -1.1em;
	padding-right: 0.2em;
	counter-increment: olcnt;
	content: counter(olcnt)".";
}

ol.lwroman > li,
ol.uproman > li,
ol.uplatin > li {
	list-style-type: none; /* 後で削除 */
	margin-left: 0; /* 後で削除 */
	padding-left: 1.2em;
}

ol.lwlatin > li {
	list-style-type: none; /* 後で削除 */
	margin-left: 0; /* 後で削除 */
	padding-left: 1em;
}

ol.lwgreek > li {
	list-style-type: none; /* 後で削除 */
	margin-left: 0; /* 後で削除 */
	padding-left: 1.4em;
}

ol.dlzero > li {
	list-style-type: none; /* 後で削除 */
	margin-left: 0; /* 後で削除 */
	padding-left: 1.5em;
}

ol.kome > li {
	padding-left: 1.8em;
}

ol.lwroman > li:before {
	margin-left: -1.2em;
	content: counter(olcnt, lower-roman)".";
}

ol.uproman > li:before {
	margin-left: -1.2em;
	content: counter(olcnt, upper-roman)".";
}

ol.lwlatin > li:before {
	margin-left: -1em;
	content: counter(olcnt, lower-latin)".";
}

ol.uplatin > li:before {
	margin-left: -1.2em;
	content: counter(olcnt, upper-latin)".";
}

ol.lwgreek > li:before {
	margin-left: -1.4em;
	content: counter(olcnt, lower-greek)".";
}

ol.dlzero > li:before {
	margin-left: -1.5em;
	content: counter(olcnt, decimal-leading-zero)".";
}

ol.kome > li:before {
	margin-left: -1.8em;
	padding-right: 0.2em;
	content: "※"counter(olcnt);
	counter-increment: olcnt;
}

ul.dsc > li {
	padding-left: 0.5em;
}

ul.dsc > li:before {
	margin-left: -0.5em;
	content: "•";
}

ul.ccl > li {
	padding-left: 1em;
}

ul.ccl > li:before {
	margin-left: -1em;
	content: "○";
}

ul.sq > li {
	padding-left: 1em;
}

ul.sq > li:before {
	margin-left: -1em;
	content: "▪";
}

ul.kome > li {
	padding-left: 1em;
}

ul.kome > li:before {
	margin-left: -1em;
	content: "※";
}

ul.largedsc > li {
	padding-left: 1em;
}

ul.largedsc > li:before {
	color: #8faff7; /* めっき鋼板 #9fa7e7 / 塗装鋼板 #bfdf77 / ステンレス #7fb7e7 */
	margin-left: -1em;
	content: "●";
}

ol li .posin,
ul li .posin {
	margin-left: -1.1em;
}

/*-- リスト内包用の定義リスト --*/
dl.lblist,
dl.lblist {
	overflow: hidden;
}

dl.lblist dt,
dl.lblist dt {
	float: left;
}

dl.lblist dd,
dl.lblist dd {
	overflow: hidden;
}

dl.lblist.normal dt,
dl.lblist.normal dt,
dl.lblist.normal dd,
dl.lblist.normal dd {
	font-weight: normal;
}

dl.lblist.bold dt,
dl.lblist.bold dt,
dl.lblist.bold dd,
dl.lblist.bold dd {
	font-weight: bold;
}


/* 03：Clear Fix Hack (Float Clear Hack) (Float Clear Hack)
 http://www.kuroduction.com/doc/translation/position_is_everything/easyclearing.html
=============================================== */

h1 {
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 230%;
}
h2 {
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 170%;
}
h3 {
	font-weight: bold;
}


.clearfix:after { /* for New Browser */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; /* for IE */ }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
.clearfix {overflow:hidden;}
.reset {
	overflow: hidden;
	width: 100%;/*IE6*/
}
