@charset "UTF-8";

/*------------------------------------------------------------
t：上（top）、r：右（right）、b：下（bottom）、l：左（left）
c：左右の中央（center）、m：上下の中間（middle）
-------------------------------------------------------------*/

/*------------------------------------------------------------
Google レシポンシブ設定
1.何も指定がない場合、2..幅500px以上の場合
my_adslot：れ、s-dh：し
-------------------------------------------------------------*/

/* 1.何も指定がない場合、2.横幅300px以上の場合、3.幅350px以上の場合
my_adslot：れ、s-dh：し*/

.my_adslot,
.s-dh { width: 320px; height: 100px; }

@media(min-width: 300px) { 
.my_adslot,
.s-dh { width: 300px; height: 250px; } }

@media(min-width: 350px) { 
.my_adslot,
.s-dh { width: 336px; height: 280px; } }

/*------------------------------------------------------------
1、align・・・文字の横位置
-------------------------------------------------------------*/

.al-c{ text-align: center; }/*中央寄せ*/
.al-r{ text-align: right; }/*右寄せ*/
.al-l{ text-align: left; }/*左寄せ*/


/*------------------------------------------------------------
2、valign・・・文字の縦位置
-------------------------------------------------------------*/

.vl-t{ vertical-align: top!important; }/*上寄せ*/
.vl-m{ vertical-align: middle!important; }/*中央寄せ*/
.vl-b{ vertical-align: bottom!important; }/*下寄せ*/


/*------------------------------------------------------------
3、float・・・左右の回り込み
-------------------------------------------------------------*/

.fl-r{ float: right; }/*右に回り込み*/
.fl-l{ float: left; }/*左に回り込み*/
.fl-c{ clear: both; }


/*640px以下では回り込み解除*/
@media
only screen and (max-width : 640px){
.fl-r,
.fl-l{ float: none; }
}



/*------------------------------------------------------------
4、margin・・・周りのブロックからの距離
-------------------------------------------------------------*/
.m0{ margin: 0!important; }/*周りからのmarginを0に*/
.m0-t{ margin-top: 0!important; }/*上からのmarginを0に*/
.m0-r{ margin-right: 0!important; }/*右からのmarginを0に*/
.m0-b{ margin-bottom: 0!important; }/*下からのmarginを0に*/
.m0-l{ margin-left: 0!important; }/*左からのmarginを0に*/

.m5{ margin: 5px!important; }
.m5-t{ margin-top: 5px!important; }
.m5-r{ margin-right: 5px!important; }
.m5-b{ margin-bottom: 5px!important; }
.m5-l{ margin-left: 5px!important; }

.m10{ margin: 10px!important; }
.m10-t{ margin-top: 10px!important; }
.m10-r{ margin-right: 10px!important; }
.m10-b{ margin-bottom: 10px!important; }
.m10-l{ margin-left: 10px!important; }

.m15{ margin: 15px!important; }
.m15-t{ margin-top: 15px!important; }
.m15-r{ margin-right: 15px!important; }
.m15-b{ margin-bottom: 15px!important; }
.m15-l{ margin-left: 15px!important; }

.m20{ margin: 20px!important; }
.m20-t{ margin-top: 20px!important; }
.m20-r{ margin-right: 20px!important; }
.m20-b{ margin-bottom: 20px!important; }
.m20-l{ margin-left: 20px!important; }

.m25{ margin: 25px!important; }
.m25-t{ margin-top: 25px!important; }
.m25-r{ margin-right: 25px!important; }
.m25-b{ margin-bottom: 25px!important; }
.m25-l{ margin-left: 25px!important; }

.m30{ margin: 30px!important; }
.m30-t{ margin-top: 30px!important; }
.m30-r{ margin-right: 30px!important; }
.m30-b{ margin-bottom: 30px!important; }
.m30-l{ margin-left: 30px!important; }

.m35{ margin: 35px!important; }
.m35-t{ margin-top: 35px!important; }
.m35-r{ margin-right: 35px!important; }
.m35-b{ margin-bottom: 35px!important; }
.m35-l{ margin-left: 35px!important; }

.m40{ margin: 40px!important; }
.m40-t{ margin-top: 40px!important; }
.m40-r{ margin-right: 40px!important; }
.m40-b{ margin-bottom: 40px!important; }
.m40-l{ margin-left: 40px!important; }

.m50{ margin: 50px!important; }
.m50-t{ margin-top: 50px!important; }
.m50-r{ margin-right: 50px!important; }
.m50-b{ margin-bottom: 50px!important; }
.m50-l{ margin-left: 50px!important; }

.m60{ margin: 60px!important; }
.m60-t{ margin-top: 60px!important; }
.m60-r{ margin-right: 60px!important; }
.m60-b{ margin-bottom: 60px!important; }
.m60-l{ margin-left: 60px!important; }

.m70{ margin: 70px!important; }
.m70-t{ margin-top: 70px!important; }
.m70-r{ margin-right: 70px!important; }
.m70-b{ margin-bottom: 70px!important; }
.m70-l{ margin-left: 70px!important; }

.m80{ margin: 80px!important; }
.m80-t{ margin-top: 80px!important; }
.m80-r{ margin-right: 80px!important; }
.m80-b{ margin-bottom: 80px!important; }
.m80-l{ margin-left: 80px!important; }

.m90{ margin: 90px!important; }
.m90-t{ margin-top: 90px!important; }
.m90-r{ margin-right: 90px!important; }
.m90-b{ margin-bottom: 90px!important; }
.m90-l{ margin-left: 90px!important; }

.m100{ margin: 100px!important; }
.m100-t{ margin-top: 100px!important; }
.m100-r{ margin-right: 100px!important; }
.m100-b{ margin-bottom: 100px!important; }
.m100-l{ margin-left: 100px!important; }

.m120{ margin: 120px!important; }
.m120-t{ margin-top: 120px!important; }
.m120-r{ margin-right: 120px!important; }
.m120-b{ margin-bottom: 120px!important; }
.m120-l{ margin-left: 120px!important; }

.m140{ margin: 140px!important; }
.m140-t{ margin-top: 140px!important; }
.m140-r{ margin-right: 140px!important; }
.m140-b{ margin-bottom: 140px!important; }
.m140-l{ margin-left: 140px!important; }

.m160{ margin: 160px!important; }
.m160-t{ margin-top: 160px!important; }
.m160-r{ margin-right: 160px!important; }
.m160-b{ margin-bottom: 160px!important; }
.m160-l{ margin-left: 160px!important; }

.m180{ margin: 180px!important; }
.m180-t{ margin-top: 180px!important; }
.m180-r{ margin-right: 180px!important; }
.m180-b{ margin-bottom: 180px!important; }
.m180-l{ margin-left: 180px!important; }

.m200-t{ margin-top: 200px!important; }
.m200-b{ margin-bottom: 200px!important; }

.m220-t{ margin-top: 220px!important; }
.m220-b{ margin-bottom: 220px!important; }

.m240-t{ margin-top: 240px!important; }
.m240-b{ margin-bottom: 240px!important; }

.m260-t{ margin-top: 260px!important; }
.m260-b{ margin-bottom: 260px!important; }

.m280-t{ margin-top: 280px!important; }
.m280-b{ margin-bottom: 280px!important; }

.m300-t{ margin-top: 300px!important; }
.m300-b{ margin-bottom: 300px!important; }

.m320-t{ margin-top: 320px!important; }
.m320-b{ margin-bottom: 320px!important; }

.m340-t{ margin-top: 340px!important; }
.m340-b{ margin-bottom: 340px!important; }

.m360-t{ margin-top: 360px!important; }
.m360-b{ margin-bottom: 360px!important; }

.m380-t{ margin-top: 380px!important; }
.m380-b{ margin-bottom: 380px!important; }

.m400-t{ margin-top: 400px!important; }
.m400-b{ margin-bottom: 400px!important; }

.m-5-l{ margin-left: -5px!important; }/*左からのmarginをマイナス5に*/
.m-10-l{ margin-left: -10px!important; }/*左からのmarginをマイナス10に*/
.m-15-l{ margin-left: -15px!important; }/*左からのmarginをマイナス15に*/
.m-20-l{ margin-left: -20px!important; }/*左からのmarginをマイナス20に*/
.m-25-l{ margin-left: -25px!important; }/*左からのmarginをマイナス25に*/
.m-30-l{ margin-left: -30px!important; }/*左からのmarginをマイナス30に*/
.m-35-l{ margin-left: -35px!important; }/*左からのmarginをマイナス35に*/
.m-40-l{ margin-left: -40px!important; }/*左からのmarginをマイナス40に*/
.m-45-l{ margin-left: -45px!important; }/*左からのmarginをマイナス45に*/
.m-50-l{ margin-left: -50px!important; }/*左からのmarginをマイナス50に*/


.m23-l{ margin-left: 23px!important; }
.m28-l{ margin-left: 28px!important; }
.m36-l{ margin-left: 36px!important; }
.m105-l{ margin-left: 105px!important; }


/*フロートを使わず、スマホでも「文→写真」の順にする左のマージン設定*/
.m200-l{ margin-left: 200px!important; }
.m210-l{ margin-left: 210px!important; }
.m220-l{ margin-left: 220px!important; }
.m230-l{ margin-left: 230px!important; }
.m240-l{ margin-left: 240px!important; }
.m250-l{ margin-left: 250px!important; }
.m260-l{ margin-left: 260px!important; }
.m270-l{ margin-left: 270px!important; }
.m280-l{ margin-left: 280px!important; }
.m290-l{ margin-left: 290px!important; }
.m300-l{ margin-left: 300px!important; }
.m310-l{ margin-left: 310px!important; }
.m320-l{ margin-left: 320px!important; }
.m330-l{ margin-left: 330px!important; }
.m340-l{ margin-left: 340px!important; }
.m350-l{ margin-left: 350px!important; }
.m360-l{ margin-left: 360px!important; }
.m370-l{ margin-left: 370px!important; }
.m380-l{ margin-left: 380px!important; }


/*フロートを使わず、スマホでも「文→写真」の順にする左のマージン設定
640px以下では回り込み解除*/
@media
only screen and (max-width : 640px){
.m200-l,.m210-l,.m220-l,.m230-l,.m240-l,.m250-l,.m260-l,.m270-l,.m280-l,.m290-l,.m300-l,.m310-l.m320-l,.m330-l,.m340-l,.m350-l,.m360-l,.m370-l,.m380-l
{ margin-left: 0px!important; }
}




/*------------------------------------------------------------
5、padding・・・周りのブロックからの距離（padding）
-------------------------------------------------------------*/

.p0{ padding: 0!important; }
.p0-t{ padding-top: 0!important; }
.p0-r{ padding-right: 0!important; }
.p0-b{ padding-bottom: 0!important; }
.p0-l{ padding-left: 0!important; }

.p5{ padding: 5px!important; }
.p5-t{ padding-top: 5px!important; }
.p5-r{ padding-right: 5px!important; }
.p5-b{ padding-bottom: 5px!important; }
.p5-l{ padding-left: 5px!important; }

.p10{ padding: 10px!important; }
.p10-t{ padding-top: 10px!important; }
.p10-r{ padding-right: 10px!important; }
.p10-b{ padding-bottom: 10px!important; }
.p10-l{ padding-left: 10px!important; }

.p15{ padding: 15px!important; }
.p15-t{ padding-top: 15px!important; }
.p15-r{ padding-right: 15px!important; }
.p15-b{ padding-bottom: 15px!important; }
.p15-l{ padding-left: 15px!important; }

.p20{ padding: 20px!important; }
.p20-t{ padding-top: 20px!important; }
.p20-r{ padding-right: 20px!important; }
.p20-b{ padding-bottom: 20px!important; }
.p20-l{ padding-left: 20px!important; }

.p25{ padding: 25px!important; }
.p25-t{ padding-top: 25px!important; }
.p25-r{ padding-right: 25px!important; }
.p25-b{ padding-bottom: 25px!important; }
.p25-l{ padding-left: 25px!important; }

.p30{ padding: 30px!important; }
.p30-t{ padding-top: 30px!important; }
.p30-r{ padding-right: 30px!important; }
.p30-b{ padding-bottom: 30px!important; }
.p30-l{ padding-left: 30px!important; }

.p40{ padding: 40px!important; }
.p40-t{ padding-top: 40px!important; }
.p40-r{ padding-right: 40px!important; }
.p40-b{ padding-bottom: 40px!important; }
.p40-l{ padding-left: 40px!important; }

.p50{ padding: 50px!important; }
.p50-t{ padding-top: 50px!important; }
.p50-r{ padding-right: 50px!important; }
.p50-b{ padding-bottom: 50px!important; }
.p50-l{ padding-left: 50px!important; }

.p60{ padding: 60px!important; }
.p60-t{ padding-top: 60px!important; }
.p60-r{ padding-right: 60px!important; }
.p60-b{ padding-bottom: 60px!important; }
.p60-l{ padding-left: 60px!important; }

.p70{ padding: 70px!important; }
.p70-t{ padding-top: 70px!important; }
.p70-r{ padding-right: 70px!important; }
.p70-b{ padding-bottom: 70px!important; }
.p70-l{ padding-left: 70px!important; }

.p80{ padding: 80px!important; }
.p80-t{ padding-top: 80px!important; }
.p80-r{ padding-right: 80px!important; }
.p80-b{ padding-bottom: 80px!important; }
.p80-l{ padding-left: 80px!important; }

.p90{ padding: 90px!important; }
.p90-t{ padding-top: 90px!important; }
.p90-r{ padding-right: 90px!important; }
.p90-b{ padding-bottom: 90px!important; }
.p90-l{ padding-left: 90px!important; }

.p100{ padding: 100px!important; }
.p100-t{ padding-top: 100px!important; }
.p100-r{ padding-right: 100px!important; }
.p100-b{ padding-bottom: 100px!important; }
.p100-l{ padding-left: 100px!important; }

.p2-t{ padding-top: 2px!important; }


/*------------------------------------------------------------
6、font-size・・・フォントサイズの設定
-------------------------------------------------------------*/

.b{ font-weight: bold!important; }/*太字*/
.normal{ font-weight: normal!important; }/*太字を解除*/

.big{ font-size: 1.2em!important; }
.big1{ font-size: 1.35em!important; }
.big2{ font-size: 1.5em!important; }
.big3{ font-size: 1.8em!important; }
.small{ font-size: 0.8em!important; }
.small1{ font-size: 0.85em!important; }
.small2{ font-size: 0.9em!important; }
.small3{ font-size: 0.95em!important; }
.small4{ font-size: 0.98em!important; }


.f08em{ font-size: 0.8em; }
.f09em{ font-size: 0.9em; }
.f10em{ font-size: 1.0em; }
.f11em{ font-size: 1.1em; }
.f12em{ font-size: 1.2em; }
.f13em{ font-size: 1.3em; }
.f14em{ font-size: 1.4em; }
.f15em{ font-size: 1.5em; }
.f16em{ font-size: 1.6em; }
.f17em{ font-size: 1.7em; }
.f18em{ font-size: 1.8em; }
.f19em{ font-size: 1.9em; }
.f20em{ font-size: 2.0em; }
.f21em{ font-size: 2.1em; }
.f22em{ font-size: 2.2em; }
.f23em{ font-size: 2.3em; }
.f24em{ font-size: 2.4em; }

.f8pt{ font-size: 8.5pt!important; }
.f9pt{ font-size: 9.0pt!important; }
.f10pt{ font-size: 10pt!important; }
.f11pt{ font-size: 11pt!important; }
.f12pt{ font-size: 12pt!important; }
.f13pt{ font-size: 13pt!important; }
.f14pt{ font-size: 14pt!important; }
.f15pt{ font-size: 15pt!important; }
.f16pt{ font-size: 16pt!important; }
.f17pt{ font-size: 17pt!important; }
.f18pt{ font-size: 18pt!important; }
.f19pt{ font-size: 19pt!important; }
.f20pt{ font-size: 20pt!important; }
.f21pt{ font-size: 21pt!important; }
.f22pt{ font-size: 22pt!important; }
.f23pt{ font-size: 23pt!important; }
.f24pt{ font-size: 24pt!important; }


/*PC表示では大きく、640px以下では文字縮小*/
.big-s{ font-size: 1.1em; }
.big1-s{ font-size: 1.2em; }
.big2-s{ font-size: 1.35em; }
.big3-s{ font-size: 1.5em; }

.big-s,
.big1-s,
.big2-s,
.big3-s{ font-weight: bold!important; }

/*640px以下では文字縮小*/
@media
only screen and (max-width : 640px){
.big-s{ font-size:1.0em; }
.big1-s{ font-size:1.1em; }
.big2-s{ font-size:1.15em; }
.big3-s{ font-size:1.2em; }
}



/*640px以下では回り込み解除*/
@media
only screen and (max-width : 640px){
.fl-r,
.fl-l{ float: none; }
}




/*------------------------------------------------------------
7、color・・・フォントカラーの設定
-------------------------------------------------------------*/

.red{ color: #ff0000!important; }/*赤*/
.red2{ color: #d90202!important; }/*赤*/
.blue{ color: #0000dd!important; }/*青*/
.blue2{ color: #394289!important; }/*青2リンクカラー*/
.green{ color: #008000!important; }/*緑*/
.green2{ color: #648a8a!important; }/*薄い緑*/
.navy{ color: #1F26A9!important; }/*紺*/
.navy2{ color: #1c2787!important; }/*紺 濃いめ*/
.orange{ color: #ff6600!important; }/*橙*/
.pink{ color: #cc6699!important; }/*ピンク*/
.pink2{ color: #e3007f!important; }/*ピンク濃いめ*/
.purple{ color: #660099!important; }/*紫*/
.olive{ color: #808000!important; }/*黄土色*/
.aqua{ color: #167FA6!important; }/*水色*/
.black{ color: #000!important; }/*黒*/
.gray{ color: #ccc!important; }/*灰*/
.gray2{ color: #727171!important; }/*灰*/
.white{ color: #fff!important; }/*白*/
.brown{ color: #41352d!important; }/*茶色*/
.brown2{ color: #bdb2a7!important; }/*薄い茶色*/

.cap{
	 color: #648a8a!important; 
	 font-size: 0.8em;
	line-height: 1.4em!important;
}/*キャプション*/



/*------------------------------------------------------------
8、line-height・・・行間の設定
-------------------------------------------------------------*/

.lh10{ line-height: 1.0!important; }
.lh11{ line-height: 1.1!important; }
.lh12{ line-height: 1.2!important; }
.lh13{ line-height: 1.3!important; }
.lh14{ line-height: 1.4!important; }
.lh15{ line-height: 1.5!important; }
.lh16{ line-height: 1.6!important; }
.lh17{ line-height: 1.7!important; }
.lh18{ line-height: 1.8!important; }
.lh19{ line-height: 1.9!important; }
.lh20{ line-height: 2.0!important; }



/*------------------------------------------------------------
9、width・・・テーブル・セルの横幅
-------------------------------------------------------------*/

#main table .w05{ width: 5%; }
#main table .w10{ width: 10%; }
#main table .w15{ width: 15%; }
#main table .w20{ width: 20%; }
#main table .w25{ width: 25%; }
#main table .w30{ width: 30%; }
#main table .w35{ width: 35%; }
#main table .w40{ width: 40%; }
#main table .w45{ width: 45%; }
#main table .w50{ width: 50%; }
#main table .w55{ width: 55%; }
#main table .w60{ width: 60%; }
#main table .w65{ width: 65%; }
#main table .w70{ width: 70%; }
#main table .w75{ width: 75%; }
#main table .w80{ width: 80%; }
#main table .w85{ width: 85%; }
#main table .w90{ width: 90%; }
#main table .w95{ width: 95%; }

/*---テーブルの横スクロール------*/
.scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}


/*------------------------------------------------------------
10、下線や取消線の設定
-------------------------------------------------------------*/

.underline{ text-decoration: underline!important; }
.del{ text-decoration: line-through ; }
.noborder{ border: 0!important; }/*枠線を無くす*/


/*------------------------------------------------------------
11、zindex・・・重なりの優先度
-------------------------------------------------------------*/

.z1{ z-index: 1!important; }
.z2{ z-index: 2!important; }
.z3{ z-index: 3!important; }
.z4{ z-index: 4!important; }
.z5{ z-index: 5!important; }


/*------------------------------------------------------------
12、ul.none・・・リスト先頭のアイコンを無くす
-------------------------------------------------------------*/

ul.none li{ list-style-type: none; }
ol.none li{ list-style-type: none; }


/*------------------------------------------------------------
13、box・・・蛍光ペンのようなボックスの設定
-------------------------------------------------------------*/

.box-yellow{ padding:2px;background-color: #ffff00!important; }/*黄色*/
.box-yellow2{ padding:2px;background-color: #fff9ce!important; }/*黄色2*/
.box-yellow3{ padding:2px;background-color: #fffeef!important; }/*黄色3*/
.box-orange{ padding:2px;background-color: #fbd381!important; }/*オレンジ*/
.box-gray{ padding:2px;background-color: #eee!important; }/*灰色*/
.box-gray2{ padding:2px;background-color: #d3ded9!important; }/*グリーングレー*/
.box-red{ padding:2px;background-color: #ffcccc!important; }/*赤色*/
.box-brown{ padding:2px;background-color: #ece5d9!important; }/*茶色*/



/*------------------------------------------------------------
14、round・・・ボックスを角丸にする（IE8以前には適用されません）
-------------------------------------------------------------*/

.round{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}




/*------------------------------------------------------------
15、left、right・・・画像を簡単に回り込ませる設定
-------------------------------------------------------------*/

/*左に画像、右に文章*/
.left{
	float: left;
	margin: 0 30px 20px 0;
}


/*右に画像、左に画像*/
.right{
	float: right;
	margin: 0 0 20px 15px;
}


/*640pxでは回り込み解除*/
@media
only screen and (max-width : 640px){
.left,
.right{
	float: none;
	margin-right: 0!important;
	margin-left: 0!important;
}
}


/*左に画像、右に文章、画像と文章の間、狭め（トップに使用）*/
.left2{
	float: left;
	margin: 0 10px 20px 0;
}

/*右に画像、左に文章*/
.right2{
	float: right;
	margin: 0 0 20px 10px;
}



/*------------------------------------------------------------
16、文字列の前にアイコン
-------------------------------------------------------------*/
/*★★★サイドバーのドルマークS*/
.money-s{
	padding: 3px 5px 10px 30px!important;
	background: url(../images/title/bg-sidebar-h4-doll.gif) 5px top no-repeat;
}

/*★★★ドルマーク*/
.money{
	padding: 0px 0px 5px 30px!important;
	background: url(../images/icon/money1.gif) left top no-repeat!important;
}


/*★★★サイドバーの茶色い■*/
.brown-s{
	padding: 0px 5px 10px 22px!important;
	background: url("../images/icon/icon-brown-s.gif") 5px top no-repeat;
}

/*★★★文章用の茶色い■*/
.brown-s2{
	padding: 0px 5px 0px 22px!important;
	background: url("../images/icon/icon-brown-s2.gif") 5px top no-repeat;
}




/*★★★オレンジ丸アイコン*/
.i1{
	padding:0px 0px 0px 23px;
	background: url(../images/icon/icon1.jpg) left top no-repeat!important;
}



/*※アイコン2*/
.i4{
	padding: 0px 0 0px 18px;
	background: url(../images/icon/icon2.jpg) left top no-repeat!important;
	margin: 0px 0px 0px 0px;
}

/*※アイコンピンク*/
.i5{
	padding: 0px 0px 0px 18px;
	background: url(../images/icon/icon4.gif) left top no-repeat!important;
}

/*→アイコン*/
.ya{
	padding: 0px 0px 0px 18px;
	line-height: 1.3em;
	background: url(../images/icon/icon-menu07.gif) left top no-repeat!important;
}

/*動画アイコン*/
.douga{
	padding: 5px 0 20px 55px!important;
	background: url(../images/icon/kachinko.gif) left top no-repeat!important;
	margin: 20px 0px 0px 0px;
}

/*関連記事*/
.kanren{
	padding: 0px 0 5px 65px!important;
	background: url(../images/icon/kanren.gif) left top no-repeat!important;
}

/*関連記事　2行目から説明*/
.kanren2{
	padding: 28px 0 0px 1px!important;
	background: url(../images/icon/kanren.gif) left top no-repeat!important;
}

/*関連記事　○の中にオレンジの右矢印*/
.kanren3{
	padding: 0px  0px 0px 20px;
	background: url(../images/icon/icon-link-next.png) 0 5px no-repeat;
}

/*詳しい記事はコチラ　2行目から説明*/
.kuwasii{
	padding: 30px 0 0px 5px!important;
	background: url(../images/icon/kuwasiku.gif) left top no-repeat!important;
}

/*関連記事（記事下：サムネイル付き -2018年3月から- サブコンテンツから移動*/
.kanren-img{
	text-decoration: none;
	color: #333;
	font-size: 0.97em;
	line-height: 1.3;
}

.kanren-img a:active,
.kanren-img a:hover{
	text-decoration: underline;
}


/*ポイントS*/
.pt-s{
	padding: 0px 0 0px 54px!important;
	background: url(../images/icon/pt-s.png) left top no-repeat!important;
}


/*ポイントS　2行目から説明*/
.pt-s2{
	padding: 20px 0 0px 5px!important;
	background: url(../images/icon/pt-s.png) left top no-repeat!important;
}


/*緑のクリップ（説明）*/
.icon2{
	padding: 0px 0 5px 28px!important;
	background: url(../images/icon/icon-clip1.gif) left top no-repeat!important;
}

/*緑の丸アイコン*/
.icon3{
	padding: 0px 0 10px 23px!important;
	background: url(../images/icon/icon3.gif)left top no-repeat!important;
}



/*旗（黄色オレンジの旗）*/
.hata{
	padding: 5px 0 10px 30px!important;
	background: url(../images/icon/hata1.gif) left top no-repeat!important;
}


/*まとめ*/
.matome{
	padding: 5px 0 0px 58px!important;
	background: url(../images/icon/matome.gif) left top no-repeat!important;
}


/*まとめ（２行目から）*/
.matome2{
	padding: 30px 0 0px 0px!important;
	background: url(../images/icon/matome.gif) left top no-repeat!important;
}


/*耳打ち情報*/
.mimi{
	padding: 35px 0 0px 15px!important;
	background: url(../images/icon/icon-mimi.gif) left top no-repeat!important;
}

/*王冠マークs*/
.oukan-s{
	padding: 0px 0 0 32px!important;
	background: url(../images/icon/oukan-01.gif) left top no-repeat!important;
}

/*王冠マークm*/
.oukan-m{
	padding: 10px 0 0 56px!important;
	background: url(../images/icon/oukan-02.gif) left top no-repeat!important;
}

/*○*/
.maru{
	padding: 1px 0 5px 26px!important;
	background: url(../images/icon/icon-1maru.gif) left top no-repeat!important;
}

/*×*/
.batsu{
	padding: 1px 0 5px 26px!important;
	background: url(../images/icon/icon-1batsu.gif) left top no-repeat!important;
}

/*△*/
.sankaku{
	padding: 1px 0 5px 26px!important;
	background: url(../images/icon/icon-1sankaku.gif) left top no-repeat!important;
}

/*★★★鉛筆とメモ*/
.pen{
	padding: 5px 0 5px 43px!important;
	background: url(../images/icon/pen.png) left top no-repeat!important;
}

/*★★★ホテルマーク*/
.hotel{
	padding: 4px 0px 20px 45px;
	background: url(../images/icon/icon-hotel.gif) 0px top no-repeat;
}

/*★★★バス停マーク黄色*/
.bus-y{
	padding: 4px 0px 20px 35px;
	background: url(../images/icon/busstop-y.gif) 0px top no-repeat;
}

/*★★★バス停マーク黄色*/
.bus-g{
	padding: 4px 0px 20px 35px;
	background: url(../images/icon/busstop-g.gif) 0px top no-repeat;
}


/*★★★絵文字ビーマーク*/
.emoji-b{
	padding: 8px 0px 8px 25px;
	background: url(../images/icon/emoji-b.jpg) 0px top no-repeat;
}

/*★★★後ろに「成功」アイコン*/
.seiko-back{
	padding: 7px 95px 5px 0!important;
	background: url(../images/icon/seiko.gif) right top no-repeat!important;
}

/*★★★後ろに「一応成功」アイコン*/
.seiko2-back{
	padding: 7px 95px 5px 0!important;
	background: url(../images/icon/seiko2.gif) right top no-repeat!important;
}

/*★★★後ろに「ん？あれ」アイコン*/
.seiko3-back{
	padding: 7px 140px 5px 0!important;
	background: url(../images/icon/seiko3.gif) right top no-repeat!important;
}

/*★★★後ろに「失敗」アイコン*/
.seiko4-back{
	padding: 7px 140px 5px 0!important;
	background: url(../images/icon/seiko4.gif) right top no-repeat!important;
}

/*★★★（タイトルに下点線を付ける）*/
.tensen {
	margin:10px;
	padding: 0px 0 0px 23px;
	border-bottom: 1px dashed #999999;
	display:block;
	width:90%;
}

/*★★★（角丸アイコン 文字自由に設定可　Flexbox）*/
.txt-icon {
    display: flex;              /* フレックスボックスにする */
    align-items:stretch;        /* 縦の位置指定（一番大きい高さに枠を合わせる） */
    justify-content:flex-start;     /* 横は左揃えで配置 */
    flex-wrap: wrap;            /* 折り返し指定 */
}
 
.txt-icon-item {
    padding: 5px;
    color:  #fff;               /* 文字色 */
    margin-right:  5px;              /* 右側の余白 */
    margin-bottom:  5px;              /* 右側の余白 */
    border-radius:  5px;        /* 角丸指定 */
}
 
.txt-icon-item:nth-child(1) {
    background-color:  #ff6666; /* 背景色指定 */
}
 
.txt-icon-item:nth-child(2) {
    background-color:  #2196F3; /* 背景色指定 */
}
 
.txt-icon-item:nth-child(3) {
    background-color: #66cc00; /* 背景色指定 */
}
 
.txt-icon-item:nth-child(4) {
    background-color: #cc0066; /* 背景色指定 */
}

.txt-icon-item:nth-child(5) {
    background-color: #3f51b5; /* 背景色指定 */
}
 
.txt-icon-item:nth-child(6) {
    background-color:  #00bcd4; /* 背景色指定 */
}

.txt-icon-item:nth-child(7) {
    background-color:  #ff9966; /* 背景色指定 */
}

.txt-icon-item:nth-child(8) {
    background-color:  #009933; /* 背景色指定 */
}

/*------------------------------------------------------------
★★ 番号付きアイコン
-------------------------------------------------------------*/
/*ピンク数字（説明）*/
.vo1{
	padding: 0px 0 5px 27px;
	background: url(../images/icon/vo1.gif) left top no-repeat!important;
}

/*（2）*/
.vo2{
	padding: 0px 0 5px 27px;
	background: url(../images/icon/vo2.gif) left top no-repeat!important;
}

/*（3）*/
.vo3{
	padding: 0px 0 5px 27px;
	background: url(../images/icon/vo3.gif) left top no-repeat!important;
}

/*（4）*/
.vo4{
	padding: 0px 0 5px 27px;
	background: url(../images/icon/vo4.gif) left top no-repeat!important;
}

/*（5）*/
.vo5{
	padding: 0px 0 5px 27px;
	background: url(../images/icon/vo5.gif) left top no-repeat!important;
}


/*（6）*/
.vo6{
	padding: 0px 0 5px 27px;
	background: url(../images/icon/vo6.gif) left top no-repeat!important;
}

/*（7）*/
.vo7{
	padding: 0px 0 5px 27px;
	background: url(../images/icon/vo7.gif) left top no-repeat!important;
}

/*（8）*/
.vo8{
	padding: 0px 0 5px 27px;
	background: url(../images/icon/vo8.gif) left top no-repeat!important;
}

/*（9）*/
.vo9{
	padding: 0px 0 5px 27px;
	background: url(../images/icon/vo9.gif) left top no-repeat!important;
}

/*（10）*/
.vo10{
	padding: 0px 0 5px 27px;
	background: url(../images/icon/vo10.gif) left top no-repeat!important;
}

/*（11）*/
.vo11{
	padding: 0px 0 5px 27px;
	background: url(../images/icon/vo11.gif) left top no-repeat!important;
}

/*（12）*/
.vo12{
	padding: 0px 0 5px 27px;
	background: url(../images/icon/vo12.gif) left top no-repeat!important;
}

/*（13）*/
.vo13{
	padding: 0px 0 5px 27px;
	background: url(../images/icon/vo13.gif) left top no-repeat!important;
}

/*（14）*/
.vo14{
	padding: 0px 0 5px 27px;
	background: url(../images/icon/vo14.gif) left top no-repeat!important;
}

/*（15）*/
.vo15{
	padding: 0px 0 5px 27px;
	background: url(../images/icon/vo15.gif) left top no-repeat!important;
}





/*○数字（説明）*/
.ma1{
	padding: 1px 0 6px 22px;
	background: url(../images/icon/ma1.gif) left top no-repeat!important;
	line-height: 1.3em!important;
}

/*（2）*/
.ma2{
	padding: 1px 0 6px 22px;
	background: url(../images/icon/ma2.gif) left top no-repeat!important;
	line-height: 1.3em!important;
}

/*（3）*/
.ma3{
	padding:  1px 0 6px 22px;
	background: url(../images/icon/ma3.gif) left top no-repeat!important;
	line-height: 1.3em!important;
}

/*（4）*/
.ma4{
	padding:  1px 0 6px 22px;
	background: url(../images/icon/ma4.gif) left top no-repeat!important;
	line-height: 1.3em!important;
}

/*（5）*/
.ma5{
	padding:  1px 0 6px 22px;
	background: url(../images/icon/ma5.gif) left top no-repeat!important;
	line-height: 1.3em!important;
}

/*（6）*/
.ma6{
	padding:  1px 0 6px 22px;
	background: url(../images/icon/ma6.gif) left top no-repeat!important;
	line-height: 1.3em!important;
}

/*（7）*/
.ma7{
	padding:  1px 0 6px 22px;
	background: url(../images/icon/ma7.gif) left top no-repeat!important;
	line-height: 1.3em!important;
}

/*（8）*/
.ma8{
	padding:  1px 0 6px 22px;
	background: url(../images/icon/ma8.gif) left top no-repeat!important;
	line-height: 1.3em!important;
}

/*（9）*/
.ma9{
	padding:  1px 0 6px 22px;
	background: url(../images/icon/vo9.gif) left top no-repeat!important;
	line-height: 1.3em!important;
}



/*赤い数字（説明）*/
.repo{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo.gif) left top no-repeat!important;
}

.repo1{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo01.gif) left top no-repeat!important;
}

.repo2{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo02.gif) left top no-repeat!important;
}

.repo3{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo03.gif) left top no-repeat!important;
}

.repo4{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo04.gif) left top no-repeat!important;
}

.repo5{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo05.gif) left top no-repeat!important;
}

.repo6{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo06.gif) left top no-repeat!important;
}

.repo7{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo07.gif) left top no-repeat!important;
}

.repo8{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo08.gif) left top no-repeat!important;
}

.repo9{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo09.gif) left top no-repeat!important;
}

.repo10{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo10.gif) left top no-repeat!important;
}

.repo11{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo11.gif) left top no-repeat!important;
}

.repo12{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo12.gif) left top no-repeat!important;
}

.repo13{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo13.gif) left top no-repeat!important;
}

.repo14{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo14.gif) left top no-repeat!important;
}

.repo15{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo15.gif) left top no-repeat!important;
}

.repo16{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo16.gif) left top no-repeat!important;
}

.repo17{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo17.gif) left top no-repeat!important;
}

.repo18{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo18.gif) left top no-repeat!important;
}

.repo19{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo19.gif) left top no-repeat!important;
}

.repo20{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo20.gif) left top no-repeat!important;
}

.repo21{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo21.gif) left top no-repeat!important;
}

.repo22{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo22.gif) left top no-repeat!important;
}

.repo23{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo23.gif) left top no-repeat!important;
}

.repo24{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo24.gif) left top no-repeat!important;
}

.repo25{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo25.gif) left top no-repeat!important;
}

.repo26{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo26.gif) left top no-repeat!important;
}

.repo27{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo27.gif) left top no-repeat!important;
}

.repo28{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo28.gif) left top no-repeat!important;
}

.repo29{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo29.gif) left top no-repeat!important;
}

.repo30{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo30.gif) left top no-repeat!important;
}

.repo31{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo31.gif) left top no-repeat!important;
}

.repo32{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo32.gif) left top no-repeat!important;
}

.repo33{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo33.gif) left top no-repeat!important;
}

.repo34{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo34.gif) left top no-repeat!important;
}

.repo35{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo35.gif) left top no-repeat!important;
}

.repo36{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo36.gif) left top no-repeat!important;
}

.repo37{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo37.gif) left top no-repeat!important;
}

.repo38{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo38.gif) left top no-repeat!important;
}

.repo39{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo39.gif) left top no-repeat!important;
}

.repo40{
	padding: 7px 0 10px 36px;
	background: url(../images/icon/icon-repo40.gif) left top no-repeat!important;
}


.caution1{
	padding: 10px 0 10px 60px!important;
	background: url(../images/icon/icon-check01.png) left top no-repeat;
}

.caution2{
	padding: 10px 0 10px 60px!important;
	background: url(../images/icon/icon-check02.png) left top no-repeat;
}

.caution3{
	padding: 10px 0 10px 60px!important;
	background: url(../images/icon/icon-point01.png) left top no-repeat;
}

.caution4{
	padding: 10px 0 10px 60px!important;
	background: url(../images/icon/icon-point02.png) left top no-repeat;
}

.caution5{
	padding: 7px 0 7px 45px!important;
	background: url(../images/icon/icon-check03.png) left top no-repeat;
}

.caution6{
	padding: 7px 0 7px 45px!important;
	background: url(../images/icon/icon-point03.png) left top no-repeat;
}

.caution7{
	padding: 10px 0 10px 60px!important;
	background: url(../images/icon/icon-check07.png) left top no-repeat;
}

.caution8{
	padding: 10px 0 10px 60px!important;
	background: url(../images/icon/icon-check08.png) left top no-repeat;
}

/*初心者マーク*/
.wakaba{
	padding: 7px 0 7px 36px!important;
	background: url(../images/icon/icon-wakaba.png) left top no-repeat;
}

/*メールアイコン*/
.mail{
	padding: 0 0 0 36px!important;
	background: url(../images/icon/icon-mail.png) left top no-repeat;
}

/*PDFアイコン*/
.pdf{
	padding: 7px 0 7px 36px!important;
	background: url(../images/icon/icon-pdf.png) left top no-repeat;
}

/*ZIPアイコン*/
.zip{
	padding: 7px 0 7px 36px!important;
	background: url(../images/icon/icon-zip.png) left top no-repeat;
}

/*RSSアイコン*/
.rss{
	padding: 5px 0 5px 36px!important;
	background: url(../images/icon/icon-rss02.png) left top no-repeat;
}

/*小さいRSSアイコン*/
.rss-mini{
	padding-left: 16px!important;
	background: url(../images/icon/icon-rss-orange.png) left 5px no-repeat;
}

/*後ろにメールアイコン*/
.mail-back{
	padding: 0 34px 0 0!important;
	background: url(../images/icon/icon-mail.png) right top no-repeat;
}

/*後ろにPDFアイコン*/
.pdf-back{
	padding: 10px 34px 10px 0!important;
	background: url(../images/icon/icon-pdf.png) right top no-repeat;
}

/*後ろにZIPアイコン*/
.zip-back{
	padding: 10px 34px 10px 0!important;
	background: url(../images/icon/icon-zip.png) right top no-repeat;
}

/*後ろにRSSアイコン*/
.rss-back{
	padding: 5px 26px 5px 0!important;
	background: url(../images/icon/icon-rss02.png) right top no-repeat;
}


/*------------------------------------------------------------
17、ノートのような線を引く
-------------------------------------------------------------*/

.noteline{
	display: inline!important;
	padding-bottom: 0.3em!important;
	border-bottom: 1px dashed #7070ba!important;
	line-height: 2.1em!important;
}


/*------------------------------------------------------------
18、テキストボックスのIME制御（IE＆Firefox）
-------------------------------------------------------------*/

.ime-active{ ime-mode: active; }
.ime-inactive{ ime-mode: inactive; }
.ime-disabled{ ime-mode: disabled; }


/*------------------------------------------------------------
　template created by web-rider
-------------------------------------------------------------*/
