﻿/* ▼▼DISPLAY▼▼ */

.blck {
	display:block!important;
}

.fleft {
	float:left!important;
}

.fright {
	float:right!important;
}

.alignright {
	text-align:right!important;
}

.aligncenter {
	text-align:center!important;
}

/* ▼▼WEB FONT▼▼ */

@font-face {
	font-family:"ume";
	src: url("ume-tgs5.woff") format('woff') ;
}

.umefont5 {
	font-family:"ume" ;
}

/* ▼▼文字間隔▼▼ */

.ltrspc_0 {
	letter-spacing:0px!important;

}

.haba {

	letter-spacing:0.1em ;
	text-align:justify ;
	text-justify:inter-ideograph ;
}
/* ▼▼行間隔▼▼ */

.lht10 {
	line-height:1em!important;
}

.lht12 {
	line-height:1.2em!important;
} 

.lht15 {
	line-height:1.5em!important;
} 

.lht17 {
	line-height:1.7em!important;
}

.lht20 {
	line-height:2em!important;
}

/* ▼▼テキスト 大きさ▼▼ */

.txt_xxl {
	font-size:2em!important;
}

.txt_xl {
	font-size:1.5em!important;
}

.txt_l {
	font-size:1.2em!important;
}

.txt_m {
	font-size:1em!important;
}

.txt_s {
	font-size:0.8em!important;
}

.txt_xs {
	font-size:0.6em!important;
}

/* ▼▼フォントウェイト▼▼ */

.bld {
	font-weight:bold!important;
}

.nml {
	font-weight:normal!important;
}

/* ▼▼テキスト色▼▼ */

/* ▼▼ ブルー系 ▼▼ */
.txt_blue {
	color:#000099!important;
}

.txt_blue1 {
	color:#5782CC!important;　/* 若干暗めのくすんだ青 */
}

.txt_blue2 {
	color:#2C67E7!important;　/* 若干濃いめのパステル青 */
}

.txt_blue3 {
	color:#65A7FF!important;　/* パステルブルー */
}

.txt_blue4 {
	color:#2B7CDF!important;　/* 濃いめのパステルブルー */
}


.txt_blue5 {
	color:#1853A1!important;　/* ネイビーブルー */
}

.txt_blue6 {
	color:#1e7eff!important;　/* 元は#3d90ff */
}


.txt_yellow {
	color:#ffdc00!important;
}

.txt_orange {
	color:#ff9c00!important;
}

.txt_red {
	color:#ff1800!important;
}

.txt_green {
	color:#92d601!important;
}
/* ▼▼ 白 ▼▼ */

.txt_white {
	color:#ffffff!important;
}


/* ▼▼ ブラック系 ▼▼ */

.txt_black1 {
	color:#000000!important;　/* 真っ黒 */
}

.txt_black2 {
	color:#555555!important;　/* 少しグレーががった黒 */
}

.txt_black3 {
	color:#666666!important;　/* 黒っぽいグレー */
}

.txt_black4 {
	color:#777777!important;　/* 濃いグレー */
}

.txt_black5 {
	color:#999999!important;　/* グレー */
}

.txt_black6 {
	color:#cccccc!important;　/* 薄いグレー */
}

.txt_black7 {
	color:#eeeeee!important;　/* かなり薄いグレー */
}

/* ▼▼ レッド系 ▼▼ */

.txt_red1 {
	color:#ff0000!important;　/* 真っ赤 */
}

.txt_red2 {
	color:#dc143c!important;　/* 朱色 */
}

.txt_orenge1 {
	color:#ff4500!important;　/* 濃いオレンジ */
}

.txt_orange2 {
	color:#ff8c00!important;　/* オレンジ */
}

.txt_purple1 {
	color:#c71585!important;　/* 濃い紫 */
}

.txt_purple2 {
	color:#ee82ee!important;　/* 薄い紫 */
}

.txt_pink1 {
	color:#ff1493!important;　/* 濃い目のショッキングピンク */
}

.txt_pink2 {
	color:#ff69b4!important;　/* ピンク */
}

/* ▼▼ボーダー▼▼ */
.brdr1000 {
	border-width:1px 0 0 0!important;
}

.brdr0100 {
	border-width:0 1px 0 0!important;
}

.brdr0010 {
	border-width:0 0 1px 0!important;
}

.brdr0001 {
	border-width:0 0 0 1px!important;
}

.brdr2000 {
	border-width:2px 0 0 0!important;
}

.brdr0200 {
	border-width:0 2px 0 0!important;
}

.brdr0020 {
	border-width:0 0 2px 0!important;
}

.brdr0002 {
	border-width:0 0 0 2px!important;
}

.brdr3000 {
	border-width:3px 0 0 0!important;
}

.brdr0300 {
	border-width:0 3px 0 0!important;
}

.brdr0030 {
	border-width:0 0 3px 0!important;
}

.brdr0003 {
	border-width:0 0 0 3px!important;
}

.brdr4000 {
	border-width:4px 0 0 0!important;
}

.brdr0400 {
	border-width:0 4px 0 0!important;
}

.brdr0040 {
	border-width:0 0 4px 0!important;
}

.brdr0004 {
	border-width:0 0 0 4px!important;
}

.brdr5000 {
	border-width:5px 0 0 0!important;
}

.brdr0500 {
	border-width:0 5px 0 0!important;
}

.brdr0050 {
	border-width:0 0 5px 0!important;
}

.brdr0005 {
	border-width:0 0 0 5px!important;
}

/* ▼▼ボーダー色▼▼ */

.brdr_white {
	border-color:#ffffff!important;
}

.brdr_black {
	border-color:#000000!important;
}

.brdr_gray {
	border-color:#999999!important;
}

.brdr_blue1 {
	border-color:#0000ff!important;
}

.brdr_blue2 {
	border-color:#2C67E7!important;
}


/* ▼▼ボーダースタイル▼▼ */

.brdr_s {
	border-style:solid!important;
}

.brdr_dt {
	border-style:dotted!important;
}

.brdr_ds {
	border-style:dashed!important;
}

.brdr_hid {
	border-style:hidden!important;
}

/* ▼▼ボーダー無し▼▼ */
.brdr0,
.img_h {
	border-style:hidden!important;
	border-width:0px!important;
	border-color:transparent!important;
	padding:0!important;
}


/* ▼▼背景色▼▼ */

.bg_no {
	background-color:transparent ; /* 透明 */
}


/* ▼▼ ブルー系 ▼▼ */
.bg_blue1 {
	background-color:#5782CC!important;　/* 若干暗めのくすんだ青 */
}

.bg_blue2 {
	background-color:#2C67E7!important;　/* 若干濃いめのパステル青 */
}

.bg_blue3 {
	background-color:#65A7FF!important;　/* パステルブルー */
}

.bg_blue4 {
	background-color#1853A1!important;　/* ネイビーブルー */
}


/* ▼▼ ブラック系 ▼▼ */

.bg_black1 {
	background-color:#393939!important;　/* 少しグレーががった黒 */
}

.bg_black2 {
	background-color:#555555!important;　/*  黒とグレーの中間 */
}

.bg_black3 {
	background-color:#666666!important;　/* 黒っぽいグレー */
}

.bg_black4 {
	background-color:#777777!important;　/* 濃いグレー */
}

.bg_black5 {
	background-color:#999999!important;　/* グレー */
}

.bg_black6 {
	background-color:#cccccc!important;　/* 薄いグレー */
}

.bg_black7 {
	background-color:#eeeeee!important;　/* かなり薄いグレー */
}

/* ▼▼黄色系▼▼ */

.bg_yellow1 {
	background-color:#fffcb6!important;　/* 薄い黄色 */
}

/* ▼▼マージン▼▼ */
/* ▼▼ 上部 ▼▼ */

.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-top105px!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;
}

/* ▼▼ 左部 ▼▼ */

.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;
}

.ml41 {
	margin-left:41px!important;
}

.ml42 {
	margin-left:42px!important;
}

.ml43 {
	margin-left:43px!important;
}

.ml44 {
	margin-left:44px!important;
}

.ml45 {
	margin-left:45px!important;
}

.ml46 {
	margin-left:46px!important;
}

.ml47 {
	margin-left:47px!important;
}

.ml48 {
	margin-left:48px!important;
}

.ml49 {
	margin-left:49px!important;
}

.ml50 {
	margin-left:50px!important;
}

.ml51 {
	margin-left:51px!important;
}

.ml52 {
	margin-left:52px!important;
}

.ml53 {
	margin-left:53px!important;
}

.ml54 {
	margin-left:54px!important;
}

.ml55 {
	margin-left:55px!important;
}

.ml56 {
	margin-left:56px!important;
}

.ml57 {
	margin-left:57px!important;
}

.ml58 {
	margin-left:58px!important;
}

.ml59 {
	margin-left:59px!important;
}

.ml60 {
	margin-left:60px!important;
}

.ml61 {
	margin-left:61px!important;
}

.ml62 {
	margin-left:62px!important;
}

.ml63 {
	margin-left:63px!important;
}

.ml64 {
	margin-left:64px!important;
}

.ml65 {
	margin-left:65px!important;
}

.ml66 {
	margin-left:66px!important;
}

.ml67 {
	margin-left:67px!important;
}

.ml68 {
	margin-left:68px!important;
}

.ml69 {
	margin-left:69px!important;
}

.ml70 {
	margin-left:70px!important;
}

.ml71 {
	margin-left:71px!important;
}

.ml72 {
	margin-left:72px!important;
}

.ml73 {
	margin-left:73px!important;
}

.ml74 {
	margin-left:74px!important;
}

.ml75 {
	margin-left:75px!important;
}

.ml76 {
	margin-left:76px!important;
}

.ml77 {
	margin-left:77px!important;
}

.ml78 {
	margin-left:78px!important;
}

.ml79 {
	margin-left:79px!important;
}

.ml80 {
	margin-left:80px!important;
}

.ml81 {
	margin-left:81px!important;
}

.ml82 {
	margin-left:82px!important;
}

.ml83 {
	margin-left:83px!important;
}

.ml84 {
	margin-left:84px!important;
}

.ml85 {
	margin-left:85px!important;
}

.ml86 {
	margin-left:86px!important;
}

.ml87 {
	margin-left:87px!important;
}

.ml88 {
	margin-left:88px!important;
}

.ml89 {
	margin-left:89px!important;
}

.ml90 {
	margin-left:90px!important;
}

.ml91 {
	margin-left:91px!important;
}

.ml92 {
	margin-left:92px!important;
}

.ml93 {
	margin-left:93px!important;
}

.ml94 {
	margin-left:94px!important;
}

.ml95 {
	margin-left:95px!important;
}

.ml96 {
	margin-left:96px!important;
}

.ml97 {
	margin-left:97px!important;
}

.ml98 {
	margin-left:98px!important;
}

.ml99 {
	margin-left:99px!important;
}

.ml100 {
	margin-left:100px!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;
}

.mr41 {
	margin-right:41px!important;
}

.mr42 {
	margin-right:42px!important;
}

.mr43 {
	margin-right:43px!important;
}

.mr44 {
	margin-right:44px!important;
}

.mr45 {
	margin-right:45px!important;
}

.mr46 {
	margin-right:46px!important;
}

.mr47 {
	margin-right:47px!important;
}

.mr48 {
	margin-right:48px!important;
}

.mr49 {
	margin-right:49px!important;
}

.mr50 {
	margin-right:50px!important;
}

.mr51 {
	margin-right:51px!important;
}

.mr52 {
	margin-right:52px!important;
}

.mr53 {
	margin-right:53px!important;
}

.mr54 {
	margin-right:54px!important;
}

.mr55 {
	margin-right:55px!important;
}

.mr56 {
	margin-right:56px!important;
}

.mr57 {
	margin-right:57px!important;
}

.mr58 {
	margin-right:58px!important;
}

.mr59 {
	margin-right:59px!important;
}

.mr60 {
	margin-right:60px!important;
}

.mr61 {
	margin-right:61px!important;
}

.mr62 {
	margin-right:62px!important;
}

.mr63 {
	margin-right:63px!important;
}

.mr64 {
	margin-right:64px!important;
}

.mr65 {
	margin-right:65px!important;
}

.mr66 {
	margin-right:66px!important;
}

.mr67 {
	margin-right:67px!important;
}

.mr68 {
	margin-right:68px!important;
}

.mr69 {
	margin-right:69px!important;
}

.mr70 {
	margin-right:70px!important;
}

.mr71 {
	margin-right:71px!important;
}

.mr72 {
	margin-right:72px!important;
}

.mr73 {
	margin-right:73px!important;
}

.mr74 {
	margin-right:74px!important;
}

.mr75 {
	margin-right:75px!important;
}

.mr76 {
	margin-right:76px!important;
}

.mr77 {
	margin-right:77px!important;
}

.mr78 {
	margin-right:78px!important;
}

.mr79 {
	margin-right:79px!important;
}

.mr80 {
	margin-right:80px!important;
}

.mr81 {
	margin-right:81px!important;
}

.mr82 {
	margin-right:82px!important;
}

.mr83 {
	margin-right:83px!important;
}

.mr84 {
	margin-right:84px!important;
}

.mr85 {
	margin-right:85px!important;
}

.mr86 {
	margin-right:86px!important;
}

.mr87 {
	margin-right:87px!important;
}

.mr88 {
	margin-right:88px!important;
}

.mr89 {
	margin-right:89px!important;
}

.mr90 {
	margin-right:90px!important;
}

.mr91 {
	margin-right:91px!important;
}

.mr92 {
	margin-right:92px!important;
}

.mr93 {
	margin-right:93px!important;
}

.mr94 {
	margin-right:94px!important;
}

.mr95 {
	margin-right:95px!important;
}

.mr96 {
	margin-right:96px!important;
}

.mr97 {
	margin-right:97px!important;
}

.mr98 {
	margin-right:98px!important;
}

.mr99 {
	margin-right:99px!important;
}

.mr100 {
	margin-right:100px!important;
}



/* ▼▼ 中央寄せ ▼▼ */

.cntr {
	margin-left:auto!important;
	margin-right:auto!important;
}

.txt_cntr {
	text-align:center ;
}

/* ▼▼パディング▼▼ */
/* ▼▼ 上部 ▼▼ */

.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;
}

/* ▼▼ 下部 ▼▼ */



.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;
}

/* ▼▼ 左部 ▼▼ */

.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;
}

/* ▼▼ 左部 ▼▼ */

.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;
}



/* ▼▼==========サイズ==========▼▼ */

/* ▼▼==========高さ==========▼▼ */

.h05 {
	height:5px!important;
}

.h10 {
	height:10px!important;
}

.h15 {
	height:15px!important;
}

.h20 {
	height:20px!important;
}

.h25 {
	height:25px!important;
}

.h30 {
	height:30px!important;
}

.h35 {
	height:35px!important;
}

.h40 {
	height:40px!important;
}

.h45 {
	height:45px!important;
}

.h50 {
	height:50px!important;
}

.h55 {
	height:55px!important;
}

.h60 {
	height:60px!important;
}

.h65 {
	height:65px!important;
}

.h70 {
	height:70px!important;
}

.h75 {
	height:75px!important;
}

.h80 {
	height:80px!important;
}

.h85 {
	height:85px!important;
}

.h90 {
	height:90px!important;
}

.h95 {
	height:95px!important;
}

.h100 {
	height:100px!important;
}

.h105 {
	height:105px!important;
}

.h110 {
	height:110px!important;
}

.h115 {
	height:115px!important;
}

.h120 {
	height:120px!important;
}

.h125 {
	height:125px!important;
}

.h130 {
	height:130px!important;
}

.h135 {
	height:135px!important;
}

.h140 {
	height:140px!important;
}

.h145 {
	height:145px!important;
}

.h150 {
	height:150px!important;
}

.h155 {
	height:155px!important;
}

.h160 {
	height:160px!important;
}

.h165 {
	height:165px!important;
}

.h170 {
	height:170px!important;
}

.h175 {
	height:175px!important;
}

.h180 {
	height180px!important;
}

.h185 {
	height:185px!important;
}

.h190 {
	height:190px!important;
}

.h195 {
	height:195px!important;
}

.h200 {
	height:200px!important;
}

.h205 {
	height:205px!important;
}

.h210 {
	height:210px!important;
}

.h215 {
	height:215px!important;
}

.h220 {
	height:220px!important;
}

.h225 {
	height:225px!important;
}

.h230 {
	height:230px!important;
}

.h235 {
	height:235px!important;
}

.h240 {
	height:240px!important;
}

.h245 {
	height:245px!important;
}

.h250 {
	height:250px!important;
}

.h255 {
	height:255px!important;
}

.h260 {
	height:260px!important;
}

.h265 {
	height:265px!important;
}

.h270 {
	height:270px!important;
}

.h275 {
	height:275px!important;
}

.h280 {
	height280px!important;
}

.h285 {
	height:285px!important;
}

.h290 {
	height:290px!important;
}

.h295 {
	height:295px!important;
}

.h300 {
	height:300px!important;
}

.h305 {
	height:305px!important;
}

.h310 {
	height:310px!important;
}

.h315 {
	height:315px!important;
}

.h320 {
	height:320px!important;
}

.h325 {
	height:325px!important;
}

.h330 {
	height:330px!important;
}

.h335 {
	height:335px!important;
}

.h340 {
	height:340px!important;
}

.h345 {
	height:345px!important;
}

.h350 {
	height:350px!important;
}

.h355 {
	height:355px!important;
}

.h360 {
	height:360px!important;
}

.h365 {
	height:365px!important;
}

.h370 {
	height:370px!important;
}

.h375 {
	height:375px!important;
}

.h380 {
	height380px!important;
}

.h385 {
	height:385px!important;
}

.h390 {
	height:390px!important;
}

.h395 {
	height:395px!important;
}

.h400 {
	height:400px!important;
}

.h405 {
	height:405px!important;
}

.h410 {
	height:410px!important;
}

.h415 {
	height:415px!important;
}

.h420 {
	height:420px!important;
}

.h425 {
	height:425px!important;
}

.h430 {
	height:430px!important;
}

.h435 {
	height:435px!important;
}

.h440 {
	height:440px!important;
}

.h445 {
	height:445px!important;
}

.h450 {
	height:450px!important;
}

.h455 {
	height:455px!important;
}

.h460 {
	height:460px!important;
}

.h465 {
	height:465px!important;
}

.h470 {
	height:470px!important;
}

.h475 {
	height:475px!important;
}

.h480 {
	height:480px!important;
}

.h485 {
	height:485px!important;
}

.h490 {
	height:490px!important;
}

.h495 {
	height:495px!important;
}

.h500 {
	height:500px!important;
}

.h505 {
	height:505px!important;
}

.h510 {
	height:510px!important;
}

.h515 {
	height:515px!important;
}

.h520 {
	height:520px!important;
}

.h525 {
	height:525px!important;
}

.h530 {
	height:530px!important;
}

.h535 {
	height:535px!important;
}

.h540 {
	height:540px!important;
}

.h545 {
	height:545px!important;
}

.h550 {
	height:550px!important;
}

.h555 {
	height:555px!important;
}

.h560 {
	height:560px!important;
}

.h565 {
	height:565px!important;
}

.h570 {
	height:570px!important;
}

.h575 {
	height:575px!important;
}

.h580 {
	height:580px!important;
}

.h585 {
	height:585px!important;
}

.h590 {
	height:590px!important;
}

.h595 {
	height:595px!important;
}

.h600 {
	height:600px!important;
}

.h605 {
	height:605px!important;
}

.h610 {
	height:610px!important;
}

.h615 {
	height:615px!important;
}

.h620 {
	height:620px!important;
}

.h625 {
	height:625px!important;
}

.h630 {
	height:630px!important;
}

.h635 {
	height:635px!important;
}

.h640 {
	height:640px!important;
}

.h645 {
	height:645px!important;
}

.h650 {
	height:650px!important;
}

.h655 {
	height:655px!important;
}

.h660 {
	height:660px!important;
}

.h665 {
	height:665px!important;
}

.h670 {
	height:670px!important;
}

.h675 {
	height:675px!important;
}

.h680 {
	height:680px!important;
}

.h685 {
	height:685px!important;
}

.h690 {
	height:690px!important;
}

.h695 {
	height:695px!important;
}

.h700 {
	height:700px!important;
}

.h705 {
	height:705px!important;
}

.h710 {
	height:710px!important;
}

.h715 {
	height:715px!important;
}

.h720 {
	height:720px!important;
}

.h725 {
	height:725px!important;
}

.h730 {
	height:730px!important;
}

.h735 {
	height:735px!important;
}

.h740 {
	height:740px!important;
}

.h745 {
	height:745px!important;
}

.h750 {
	height:750px!important;
}

.h755 {
	height:755px!important;
}

.h760 {
	height:760px!important;
}

.h765 {
	height:765px!important;
}

.h770 {
	height:770px!important;
}

.h775 {
	height:775px!important;
}

.h780 {
	height:780px!important;
}

.h785 {
	height:785px!important;
}

.h790 {
	height:790px!important;
}

.h795 {
	height:795px!important;
}

.h800 {
	height:800px!important;
}

.h805 {
	height:805px!important;
}

.h810 {
	height:810px!important;
}

.h815 {
	height:815px!important;
}

.h820 {
	height:820px!important;
}

.h825 {
	height:825px!important;
}

.h830 {
	height:830px!important;
}

.h835 {
	height:835px!important;
}

.h840 {
	height:840px!important;
}

.h845 {
	height:845px!important;
}

.h850 {
	height:850px!important;
}

.h855 {
	height:855px!important;
}

.h860 {
	height:860px!important;
}

.h865 {
	height:865px!important;
}

.h870 {
	height:870px!important;
}

.h875 {
	height:875px!important;
}

.h880 {
	height:880px!important;
}

.h885 {
	height:885px!important;
}

.h890 {
	height:890px!important;
}

.h895 {
	height:895px!important;
}

.h900 {
	height:900px!important;
}

.h905 {
	height:905px!important;
}

.h910 {
	height:910px!important;
}

.h915 {
	height:915px!important;
}

.h920 {
	height:920px!important;
}

.h925 {
	height:925px!important;
}

.h930 {
	height:930px!important;
}

.h935 {
	height:935px!important;
}

.h940 {
	height:940px!important;
}

.h945 {
	height:945px!important;
}

.h950 {
	height:950px!important;
}

.h955 {
	height:955px!important;
}

.h960 {
	height:960px!important;
}

.h965 {
	height:965px!important;
}

.h970 {
	height:970px!important;
}

.h975 {
	height:975px!important;
}

.h980 {
	height:980px!important;
}

.h985 {
	height:985px!important;
}

.h990 {
	height:990px!important;
}

.h995 {
	height:995px!important;
}

.h1000 {
	height:1000px!important;
}



/* ▼▼==========幅==========▼▼ */


.w05 {
	width:5px!important;
}

.w10 {
	width:10px!important;
}

.w15 {
	width:15px!important;
}

.w20 {
	width:20px!important;
}

.w25 {
	width:25px!important;
}

.w30 {
	width:30px!important;
}

.w35 {
	width:35px!important;
}

.w40 {
	width:40px!important;
}

.w45 {
	width:45px!important;
}

.w50 {
	width:50px!important;
}

.w55 {
	width:55px!important;
}

.w60 {
	width:60px!important;
}

.w65 {
	width:65px!important;
}

.w70 {
	width:70px!important;
}

.w75 {
	width:75px!important;
}

.w80 {
	width:80px!important;
}

.w85 {
	width:85px!important;
}

.w90 {
	width:90px!important;
}

.w95 {
	width:95px!important;
}

.w100 {
	width:100px!important;
}

.w105 {
	width:105px!important;
}

.w110 {
	width:110px!important;
}

.w115 {
	width:115px!important;
}

.w120 {
	width:120px!important;
}

.w125 {
	width:125px!important;
}

.w130 {
	width:130px!important;
}

.w135 {
	width:135px!important;
}

.w140 {
	width:140px!important;
}

.w145 {
	width:145px!important;
}

.w150 {
	width:150px!important;
}

.w155 {
	width:155px!important;
}

.w160 {
	width:160px!important;
}

.w165 {
	width:165px!important;
}

.w170 {
	width:170px!important;
}

.w175 {
	width:175px!important;
}

.w180 {
	width180px!important;
}

.w185 {
	width:185px!important;
}

.w190 {
	width:190px!important;
}

.w195 {
	width:195px!important;
}

.w200 {
	width:200px!important;
}

.w205 {
	width:205px!important;
}

.w210 {
	width:210px!important;
}

.w215 {
	width:215px!important;
}

.w220 {
	width:220px!important;
}

.w225 {
	width:225px!important;
}

.w230 {
	width:230px!important;
}

.w235 {
	width:235px!important;
}

.w240 {
	width:240px!important;
}

.w245 {
	width:245px!important;
}

.w250 {
	width:250px!important;
}

.w255 {
	width:255px!important;
}

.w260 {
	width:260px!important;
}

.w265 {
	width:265px!important;
}

.w270 {
	width:270px!important;
}

.w275 {
	width:275px!important;
}

.w280 {
	width280px!important;
}

.w285 {
	width:285px!important;
}

.w290 {
	width:290px!important;
}

.w295 {
	width:295px!important;
}

.w300 {
	width:300px!important;
}

.w305 {
	width:305px!important;
}

.w310 {
	width:310px!important;
}

.w315 {
	width:315px!important;
}

.w320 {
	width:320px!important;
}

.w325 {
	width:325px!important;
}

.w330 {
	width:330px!important;
}

.w335 {
	width:335px!important;
}

.w340 {
	width:340px!important;
}

.w345 {
	width:345px!important;
}

.w350 {
	width:350px!important;
}

.w355 {
	width:355px!important;
}

.w360 {
	width:360px!important;
}

.w365 {
	width:365px!important;
}

.w370 {
	width:370px!important;
}

.w375 {
	width:375px!important;
}

.w380 {
	width380px!important;
}

.w385 {
	width:385px!important;
}

.w390 {
	width:390px!important;
}

.w395 {
	width:395px!important;
}

.w400 {
	width:400px!important;
}

.w405 {
	width:405px!important;
}

.w410 {
	width:410px!important;
}

.w415 {
	width:415px!important;
}

.w420 {
	width:420px!important;
}

.w425 {
	width:425px!important;
}

.w430 {
	width:430px!important;
}

.w435 {
	width:435px!important;
}

.w440 {
	width:440px!important;
}

.w445 {
	width:445px!important;
}

.w450 {
	width:450px!important;
}

.w455 {
	width:455px!important;
}

.w460 {
	width:460px!important;
}

.w465 {
	width:465px!important;
}

.w470 {
	width:470px!important;
}

.w475 {
	width:475px!important;
}

.w480 {
	width:480px!important;
}

.w485 {
	width:485px!important;
}

.w490 {
	width:490px!important;
}

.w495 {
	width:495px!important;
}

.w500 {
	width:500px!important;
}

.w505 {
	width:505px!important;
}

.w510 {
	width:510px!important;
}

.w515 {
	width:515px!important;
}

.w520 {
	width:520px!important;
}

.w525 {
	width:525px!important;
}

.w530 {
	width:530px!important;
}

.w535 {
	width:535px!important;
}

.w540 {
	width:540px!important;
}

.w545 {
	width:545px!important;
}

.w550 {
	width:550px!important;
}

.w555 {
	width:555px!important;
}

.w560 {
	width:560px!important;
}

.w565 {
	width:565px!important;
}

.w570 {
	width:570px!important;
}

.w575 {
	width:575px!important;
}

.w580 {
	width:580px!important;
}

.w585 {
	width:585px!important;
}

.w590 {
	width:590px!important;
}

.w595 {
	width:595px!important;
}

.w600 {
	width:600px!important;
}

.w605 {
	width:605px!important;
}

.w610 {
	width:610px!important;
}

.w615 {
	width:615px!important;
}

.w620 {
	width:620px!important;
}

.w625 {
	width:625px!important;
}

.w630 {
	width:630px!important;
}

.w635 {
	width:635px!important;
}

.w640 {
	width:640px!important;
}

.w645 {
	width:645px!important;
}

.w650 {
	width:650px!important;
}

.w655 {
	width:655px!important;
}

.w660 {
	width:660px!important;
}

.w665 {
	width:665px!important;
}

.w670 {
	width:670px!important;
}

.w675 {
	width:675px!important;
}

.w680 {
	width:680px!important;
}

.w685 {
	width:685px!important;
}

.w690 {
	width:690px!important;
}

.w695 {
	width:695px!important;
}

.w700 {
	width:700px!important;
}

.w705 {
	width:705px!important;
}

.w710 {
	width:710px!important;
}

.w715 {
	width:715px!important;
}

.w720 {
	width:720px!important;
}

.w725 {
	width:725px!important;
}

.w730 {
	width:730px!important;
}

.w735 {
	width:735px!important;
}

.w740 {
	width:740px!important;
}

.w745 {
	width:745px!important;
}

.w750 {
	width:750px!important;
}

.w755 {
	width:755px!important;
}

.w760 {
	width:760px!important;
}

.w765 {
	width:765px!important;
}

.w770 {
	width:770px!important;
}

.w775 {
	width:775px!important;
}

.w780 {
	width:780px!important;
}

.w785 {
	width:785px!important;
}

.w790 {
	width:790px!important;
}

.w795 {
	width:795px!important;
}

.w800 {
	width:800px!important;
}

.w805 {
	width:805px!important;
}

.w810 {
	width:810px!important;
}

.w815 {
	width:815px!important;
}

.w820 {
	width:820px!important;
}

.w825 {
	width:825px!important;
}

.w830 {
	width:830px!important;
}

.w835 {
	width:835px!important;
}

.w840 {
	width:840px!important;
}

.w845 {
	width:845px!important;
}

.w850 {
	width:850px!important;
}

.w855 {
	width:855px!important;
}

.w860 {
	width:860px!important;
}

.w865 {
	width:865px!important;
}

.w870 {
	width:870px!important;
}

.w875 {
	width:875px!important;
}

.w880 {
	width:880px!important;
}

.w885 {
	width:885px!important;
}

.w890 {
	width:890px!important;
}

.w895 {
	width:895px!important;
}

.w900 {
	width:900px!important;
}

.w905 {
	width:905px!important;
}

.w910 {
	width:910px!important;
}

.w915 {
	width:915px!important;
}

.w920 {
	width:920px!important;
}

.w925 {
	width:925px!important;
}

.w930 {
	width:930px!important;
}

.w935 {
	width:935px!important;
}

.w940 {
	width:940px!important;
}

.w945 {
	width:945px!important;
}

.w950 {
	width:950px!important;
}

.w955 {
	width:955px!important;
}

.w960 {
	width:960px!important;
}

.w965 {
	width:965px!important;
}

.w970 {
	width:970px!important;
}

.w975 {
	width:975px!important;
}

.w980 {
	width:980px!important;
}

.w985 {
	width:985px!important;
}

.w990 {
	width:990px!important;
}

.w995 {
	width:995px!important;
}

.w1000 {
	width:1000px!important;
}


/* ▼▼特殊効果▼▼ */

.hover_opacity {
/* ▼▼詳しくは500htのjquery備忘録参照▼▼ */
}

.noul {
	text-decoration:none ;
}

