﻿@charset "utf-8";


/* -----------------------------------------------------------

CSS Information



 File name:      style.css

 Style Info:     各ページスタイル設定

----------------------------------------------------------- */


/* index
----------------------------------------------------------------------------------------------------------------------*/
/*2018 start*/
.topTit01{
	width: 100%;
	float: left;
	background-color: #42aa2d;
	color: #fff;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	padding:5px 0 3px;
	margin:0!important;
}
.topBg01{
	width: 100%;
	background:url(../images/index/2018top_bg01.png) no-repeat top center;
	background-size: cover;
	float: left;
	margin:0;
}
.topBg01 .inner{
	background-color: rgba(255, 255, 255, 0.68);
	box-sizing: border-box;
	padding:5px 0 3px;
	text-align: center;
	font-size: 20px;
	margin:20px 30px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	border-radius: 20px;
	color: #000;
}
.topSection{width: 100%;float: left; color: #000;}
.arrow_box {
	position: relative;
	background: #ffffff;
	border: 4px solid #07a200;
	width: 630px;
	border-radius: 40px;
	padding:5px 15px 3px 15px;
	float: left;
	margin: 5px 15px 20px;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
}
.arrow_box:after, .arrow_box:before {
	left: 35px;
	top: -20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	background:url(../images/index/2018top_hukidashi.png) no-repeat top center;
	width: 14px;
	height: 17px;
}
.arrow_box p.tx01{font-size: 25px;}
.arrow_box p.tx02{font-size: 19px;padding:5px 0 5px;}
.arrow_box p.tx03{font-size: 16px;padding:9px 0 9px;}
.arrow_box p.tx04{font-size: 20px;padding:4px 0 4px;}
.arrow_box p.tx05{font-size: 23px;padding:5px 0 5px;}

.topBox01{
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;}
.topBox01 .inner{
	width: 454px;
	float: left;
}
.topBox01 h2{
	background-color: #ff3200;
	color: #fff;
	font-size: 20px;
	padding:3px 0 1px;
	margin:0!important;
}
.topBox01 p{
	font-size: 16px;
	line-height: 1.4;
	padding-top: 5px;
}

.topBox02L{
	width: 468px;
	float: left;
}
.topBox02L h2{
	background-color: #42aa2d;
	color: #ffff00;
	font-size: 20px;
	padding:3px 0 1px;
	margin:0 0 10px!important;
	border-bottom: 4px solid #009043;
	font-size: 24px;
	padding:8px 0 3px 15px;
	line-height: 1.2;
	font-weight: bold;
}
.topBox02L p{font-size: 15px;}

/*2018 end*/

.gentei_box {
	clear:both;
	width:660px;
	margin-bottom:15px;
}

.gentei_box_IN {
	width:200px;
	float:left;
	margin:0px 10px;
}

.gentei_box_detail {
	width:198px;
	border:1px solid #d6d6d6;
	background:#f5f5f5;
	padding:10px 0px;
}

.gentei_box_txt {
	width:180px;
	margin-left:10px;
	font-size:90%;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	font-weight:bolder;
}

.hontai {
	background:url(../images/index/icon_hontai.gif) no-repeat left top;
	padding-left:50px;
	margin-bottom:10px;
}

.rimo {
	background:url(../images/index/icon_rimo.gif) no-repeat left top;
	padding-left:50px;
	margin-bottom:10px;
}

.gentei_box_price {
	width:190px;
	font-size:90%;
}

.gentei_box_price .price {
	text-align:right;
	font-weight:bolder;
	color:#C00;
	margin-top:5px;
	letter-spacing:-1px;
}

.gentei_box_price .waribiki {
	background:url(../images/index/icon_waribiki.gif) no-repeat left center;
	padding-left:70px;
	text-align:right;
	font-weight:bolder;
	color:#C00;
	margin-right:7px;
	letter-spacing:-1px;
}

.gentei_box_price .price span {
	font-size:26px;
}

.gentei_box_price .waribiki span {
	font-size:16px;
}

.index_txtbox {
	clear:both;
	width:630px;
	height:257px;
	background:url(../images/index/index_txtbox.jpg) no-repeat left;
	padding:70px 15px 15px 15px;
	margin-top:30px;
	margin-bottom:30px;
}

.index_txtbox dt {
	width:154px;
	height:90px;
	float:left;
}

.index_txtbox dd {
	width:458px;
	height:90px;
	float:left;
	margin-left:15px;
	display:inline;
}

.news {
	width:100%;
	border-collapse:collapse;
	border:1px solid #d6d6d6;
}

.news tr {
	border-bottom:1px dotted #ccc;
}

.news th {
	width:80px;
	font-weight:bolder;
	color:#4a9d3c;
	padding:10px;
	text-align:left;
	vertical-align:top;
}

.news td {
	padding:10px;
	text-align:left;
	vertical-align:top;
}
	
.top_info{
	 border:1px solid #cccccc;
	 padding:3px 15px;
	 margin-bottom:10px;
	 font-size:1.3em;
	 text-align:center;
}

.index_bot_box_top {
	width:660px;
	background:url(../images/index/index_bot_box_top.jpg) no-repeat top;
	padding-top:92px;
}

.index_bot_box_bot {
	width:660px;
	background:url(../images/index/index_bot_box_bot.jpg) no-repeat bottom;
	padding-bottom:20px;
}

.index_bot_box_mid {
	width:640px;
	background:url(../images/index/index_bot_box_mid.jpg) repeat-y;
	padding:10px 10px 0px 10px;
}

.index_bot_box_mid ul {
	width:640px;
	margin-bottom:10px;
}

.index_bot_box_mid .last {
	margin-bottom:0px;
}

.index_bot_box_mid ul li {
	background:#fff;
	width:315px;
	min-height:250px;
}

.index_bot_box_mid ul li.fixheight01{
	min-height:285px;
}

.index_bot_box_mid ul li .txt {
	padding:10px;
	text-align:left;
}

	

/* area
----------------------------------------------------------------------------------------------------------------------*/

.areaTB {
	width:100%;
	margin-bottom:50px;
	
}

.areaTB tr {
}

.areaTB th {
	width:50px;
	font-weight:bolder;
	padding:10px 10px 10px 0px;
	text-align:left;
	vertical-align:top;
}


.areaTB td {
	padding:10px 10px 10px 0px;
	text-align:left;
	vertical-align:middle;
}

.areaTB td p {
	background:url(../images/side_icon.gif) no-repeat left center;
	padding:0px 0px 0px 25px;
}


	
/* price
----------------------------------------------------------------------------------------------------------------------*/

.priceTB {
	width:100%;
	border-collapse:collapse;
	border:1px solid #d6d6d6;
	margin-bottom:10px;
}

.priceTB th {
	background:url(../images/mainTB_bg.jpg)  repeat-x bottom;
	border:1px solid #d6d6d6;
	font-weight:bolder;
	padding:10px;
	text-align:center;
	vertical-align:middle;
}

.priceTB td {
	border:1px solid #d6d6d6;
	padding:10px;
	text-align:left;
	vertical-align:middle;
	font-size:120%;
}

.priceTB .price {
	font-weight:bolder;
	text-align:right !important;
	color:#C00;
}

.priceTB .glay {
	background:#f6f6f6;
}


/* faq
----------------------------------------------------------------------------------------------------------------------*/

.faq {
	width:628px;
	border:1px solid #d6d6d6;
	padding:15px;
	margin-bottom:20px;
}

.faq dt {
	background:url(../images/faq/q.jpg) no-repeat left top;
	font-size:130%;
	font-weight:bolder;
	color:#630;
	border-bottom:1px dotted #ccc;
	padding:5px 0px 10px 45px;
	margin-bottom:15px;
}

.faq dd {
	background:url(../images/faq/a.jpg) no-repeat left top;
	font-size:120%;
	padding:5px 0px 10px 45px;
	margin-left:30px;
}

.faq a {
	font-weight:bolder;
}

/* company
----------------------------------------------------------------------------------------------------------------------*/

.companyTB  {
	clear:both;
	width:100%;
	border-collapse:collapse;
	border:1px solid #d6d6d6;
	margin-bottom:10px;
}

.companyTB  th {
	background:url(../images/mainTB_bg.jpg)  repeat-x bottom;
	border:1px solid #d6d6d6;
	padding:10px;
	text-align:left;
	vertical-align:middle;
	width:150px;
}

.companyTB  td {
	border:1px solid #d6d6d6;
	padding:10px;
	text-align:left;
	vertical-align:middle;
}

.company_photo li {
	float:left;
	margin:0px 10px 10px 10px;
}

/* contact
----------------------------------------------------------------------------------------------------------------------*/

.submit {
	text-align:center;
	margin-top:20px;
}
.submit_btn {
	padding:5px;
	margin-left:5px;
}


.contactTB  {
	width:100%;
	border-collapse:collapse;
	border:1px solid #d6d6d6;
	margin-bottom:10px;
}

.contactTB  th {
	background:url(../images/mainTB_bg.jpg)  repeat-x bottom;
	border:1px solid #d6d6d6;
	padding:10px;
	text-align:left;
	vertical-align:middle;
	width:150px;
}

.contactTB  td {
	border:1px solid #d6d6d6;
	padding:10px;
	text-align:left;
	vertical-align:middle;
}

.contactTB ol {
	margin:0px;
	padding:0px;
}

#mfp_buttons ul {
	text-align:center;
}

#mfp_buttons ul li {
	display:inline;
}

#mfp_buttons ul li input {
	padding:10px;
}


/* choose
----------------------------------------------------------------------------------------------------------------------*/

.choose_sub {
	clear:both;
	margin-top:40px;
	margin-bottom:20px;
}

.fiveimg {
}

.fiveimg li {
	width:120px;
	margin:0px 5px;
	float:left;
}

.chooseTB  {
	width:100%;
	border-collapse:collapse;
	border:1px solid #d6d6d6;
	margin-bottom:10px;
	margin-top:20px;
}

.chooseTB  th {
	background:url(../images/mainTB_bg.jpg)  repeat-x bottom;
	border:1px solid #d6d6d6;
	padding:10px;
	text-align:center;
	vertical-align:middle;
	width:150px;
	
}

.chooseTB  td {
	border:1px solid #d6d6d6;
	padding:10px;
	text-align:center;
	vertical-align:middle;
}

.chooseTB .glay {
	background:#f6f6f6;
}

.green{
	background:#e9fdc3;
}
.mark_big {
	font-size:30px;
}


/* kinou
----------------------------------------------------------------------------------------------------------------------*/


.kinouTB  {
	width:100%;
	border-collapse:collapse;
	border:1px solid #d6d6d6;
	margin-bottom:10px;
	margin-top:20px;
}

.kinouTB  th {
	border:1px solid #d6d6d6;
	padding:10px;
	text-align:left;
	vertical-align:middle;
	background:url(../images/mainTB_bg.jpg)  repeat-x bottom;
	
}

.kinouTB  td {
	border:1px solid #d6d6d6;
	padding:10px;
	text-align:left;
	vertical-align:middle;
}


/* item
----------------------------------------------------------------------------------------------------------------------*/

.cat_btn {
	text-align:center;
}

.cat_btn li {
	margin-bottom:15px;
}

.item_subttl {
	width:620px;
	background:#eeeeee;
	padding:5px 20px;
	color:#630;
	font-size:130%;
	font-weight:bolder;
	margin-bottom:15px;
}

.item_topbox {
	width:658px;
	border:1px solid #d6d6d6;
	margin-bottom:15px;
}

.item_topbox h4 {
	width:648;
	background:url(../images/ttl_bg.jpg)  repeat-x bottom #6ed74a;
	padding:5px;
	color:#fff;
	font-size:120%;
	font-weight:bolder;
}

.icon_box {
	width:300px;
	float:left;
	margin:10px;
}
.icons {
	width:300px;
}

.icons li {
	width:50px;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

.icons02 {
	width:300px;
}

.icons02 li {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

.item_photo {
	width:300px;
	margin:10px;
	float:right;
}
	

.gou {
	width:170;
	background:url(../images/ttl_bg.jpg)  repeat-x bottom #6ed74a;
	padding:5px;
	color:#fff;
	font-size:120%;
	font-weight:bolder;
	text-align:center;
}

.item_box_all {
	clear:both;
	width:660px;
	border-bottom:3px solid #d6d6d6;
	padding-bottom:30px;
	margin-bottom:30px;
}

.waribiki {
	width:200;	
	background:url(../images/waribiki_bg.jpg)  no-repeat;
	padding:1px 20px 11px 1px;
	color:#fff;
	font-size:220%;
	font-weight:bolder;
	text-align:center;
	margin-bottom:1	px
}

.jirei_box {
	width:520px;
	margin:0 auto;
	margin-bottom:30px;
	border-bottom:1px dotted #ccc;
	padding-bottom:20px;
}

#jirei h3 {
	clear:both;
	font-size:14px;
	text-align:center;
}




/* index20130719
----------------------------------------------------------------------------------------------------------------------*/

.sp_set_box {
	clear:both;
	width:638px;
	border:1px solid #d6d6d6;
	padding:10px;
	margin-bottom:10px;
}

.sp_set_ttl {
	padding:5px 10px;
	background:#1f511a;
	color:#fff;
	font-size:14px;
	margin-bottom:12px;
}

.sp_set_box_IN {
}

.sp_set_box_IN_L {
	width:220px;
	float:left;
}

.sp_set_box_IN_R {
	width:400px;
	float:right;
}

.sp_setTB {
	width:100%;
	border-collapse:separate;
	margin-bottom:10px;
	border-spacing:0px;
	border-bottom:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
}

.sp_setTB th {
	border-top:1px solid #d6d6d6;
	border-left:1px solid #d6d6d6;
	padding:5px;
	
}

.sp_setTB td {
	border-top:1px solid #d6d6d6;
	border-left:1px solid #d6d6d6;
	padding:5px 5px;
	text-align:left;
	
}



.sp_setTB .spcap01 {
	border:none !important;
}

.sp_setTB .spside {
	width:3em !important;
	background:#e7f4e3;
	text-align:center;
	vertical-align:middle;
	font-size:11px;
}

.sp_setTB .spcap02 {
	font-size:17px;
	color:#fff;
	background:#338729;
	text-align:center;
	padding-top:5px;
	width:29%;
}

.sp_setTB .spcap02_2 {
	font-size:17px;
	color:#fff;
	background:#338729;
	text-align:center;
	padding-top:5px;
	width:43%;
}

.sp_setTB .spcaptxt01 {
	text-align:center;
	font-size:12px;
	font-weight:bolder;
}

.sp_setTB .sp_set_price {
	font-size:20px;
	font-weight:bolder;
	color:#C00;
	text-align:center;
	letter-spacing:-1px;
}

.sp_set_kinou_list {
}

.sp_set_kinou_list li {
	float:left;
	margin-right:15px;
}

.sp_setTB .sp_set_off {
	background:url(../images/index/price_off.jpg) no-repeat left center;
	padding-left:56px;
	color:#C00;
	font-weight:bolder;
	line-height:20px;
	padding-top:3px;
}

.sp_setTB .sp_set_off span {
	display:block;
	font-size:20px;
	font-weight:bolder;
	color:#C00;
}

.sp_setTB .sp_set_off_2 {
	display:block;
	background:url(../images/index/price_off.jpg) no-repeat left center;
	padding-left:56px;
	color:#C00;
	font-weight:bolder;
	line-height:20px;
	padding-top:5px;
	padding-bottom:5px;
	width:90px;
	margin:0 auto;
}

.sp_setTB .sp_set_off_2 span {
	font-size:20px;
	font-weight:bolder;
	color:#C00;
}

/*短いパターン*/
.sp_setTB02 {
	width:260px;
	border-collapse:separate;
	margin:0 auto;
	margin-bottom:10px;
	border-spacing:0px;
	border-bottom:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
}

.sp_setTB02 th {
	border-top:1px solid #d6d6d6;
	border-left:1px solid #d6d6d6;
	padding:5px;
	
}

.sp_setTB02 td {
	border-top:1px solid #d6d6d6;
	border-left:1px solid #d6d6d6;
	padding:5px;
	text-align:left;
	
}



.sp_setTB02 .spcap01 {
	border:none !important;
}

.sp_setTB02 .spside {
	width:3em !important;
	background:#e7f4e3;
	text-align:center;
	vertical-align:middle;
	font-size:11px;
}

.sp_setTB02 .spcap02 {
	font-size:17px;
	color:#fff;
	background:#338729;
	text-align:center;
	padding-top:5px;
}

.sp_setTB02 .spcaptxt01 {
	text-align:center;
	font-size:12px;
	font-weight:bolder;
}

.sp_setTB02 .sp_set_price {
	font-size:20px;
	font-weight:bolder;
	color:#C00;
	text-align:center;
	letter-spacing:-1px;
}



.sp_setTB02 .sp_set_off {
	display:block;
	background:url(../images/index/price_off.jpg) no-repeat left center;
	padding-left:56px;
	color:#C00;
	font-weight:bolder;
	line-height:20px;
	padding-top:5px;
	padding-bottom:5px;
	width:90px;
	margin:0 auto;
}

.sp_setTB02 .sp_set_off span {
	font-size:20px;
	font-weight:bolder;
	color:#C00;
}

/*//短いパターン*/












/*広いパターン*/
.sp_setTB_wide {
	width:100%;
	border-collapse:separate;
	margin-bottom:10px;
	border-spacing:0px;
	border-bottom:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
}

.sp_setTB_wide th {
	border-top:1px solid #d6d6d6;
	border-left:1px solid #d6d6d6;
	padding:5px;
	
}

.sp_setTB_wide td {
	border-top:1px solid #d6d6d6;
	border-left:1px solid #d6d6d6;
	padding:5px;
	text-align:left;
	
}



.sp_setTB_wide .spcap01 {
	border:none !important;
}

.sp_setTB_wide .spside {
	width:3em !important;
	background:#e7f4e3;
	text-align:center;
	vertical-align:middle;
	font-size:11px;
}

.sp_setTB_wide .spcap02 {
	font-size:17px;
	color:#fff;
	background:#338729;
	text-align:center;
	padding-top:5px;
	width:29%;
}

.sp_setTB_wide .spcaptxt01 {
	text-align:center;
	font-size:12px;
	font-weight:bolder;
}

.sp_setTB_wide .sp_set_price {
	font-size:20px;
	font-weight:bolder;
	color:#C00;
	text-align:center;
	letter-spacing:-1px;
}

.sp_set_kinou_list {
}

.sp_set_kinou_list li {
	float:left;
	margin-right:15px;
}

.sp_setTB_wide .sp_set_off {
	display:block;
	background:url(../images/index/price_off.jpg) no-repeat left center;
	padding-left:56px;
	color:#C00;
	font-weight:bolder;
	line-height:20px;
	padding-top:5px;
	padding-bottom:5px;
	width:90px;
	margin:0 auto;
}

.sp_setTB_wide .sp_set_off span {
	font-size:20px;
	font-weight:bolder;
	color:#C00;
}

/*広いパターン*/







.sp_set_col {
	/*background:url(../images/index/td_bg.jpg) repeat-x top;*/
	position:relative;
}


.ranking_box {
	width:640px;
	height:190px;
	background:url(../images/index/ranking_bg.jpg) no-repeat;
	margin-bottom:10px;
	padding:10px;
	margin-top:0px;
}

.ranking_box_IN {
}

.ranking_box_IN li {
	width:98px;
	border:1px solid #d6d6d6;
	height:186px;
	float:right;
	margin-left:5px;
	background:#fff;
}

.ranking_num {
	text-align:center;
}

.ranking_photo {
	text-align:center;
	height:110px;
}

.ranking_logo {
	text-align:center;
	height:15px;
}

.ranking_code {
	font-size:10px;
	text-align:center;
	line-height:15px;
}

.ranking_code a {
	color:#333;
}

.ranking_price {
	font-size:16px;
	text-align:center;
	line-height:15px;
	font-weight:bold;
	color:#FF0004;
}

.ranking_price a {
	color:#FF0004;
}

/* flow20130719
----------------------------------------------------------------------------------------------------------------------*/

.big {
	font-size:14px;
}

.flow_box {
}

.flow_box dt {
	margin-bottom:15px;
}

.flow_box dd {
	margin-bottom:20px;
	padding-bottom:75px;
	background:url(../images/flow/arrow.jpg) no-repeat bottom;
	position:relative;
}

.free_icon {
	position:absolute;
	right:0px;
	top:-7px;
}

.flow_box dd p {
	margin-bottom:15px;
}

.flow_list {
	text-align:left;
	margin-bottom:15px;
}

.flow_list li {
	background:url(../images/flow/list_icon.jpg) no-repeat left top;
	padding-left:14px;
	text-align:left !important;
	line-height:1.5;
}

.line_box {
	border:1px solid #d6d6d6;
	padding:10px;
	margin-bottom:15px;
}

.flow_box .last {
	background-image:none;
	padding-bottom:0px;
}





/* 20130721 vm kaji */
#shiharai td ul{
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 20px;
}
#shiharai td ul li{
	list-style-type:disc;
	padding:0px 0px 0px 0px;
	margin:8px 0px 8px 0px;
}
#shiharai td ul li p{

	text-align:left;
}
.vm_notice{
	text-indent:-1.2em;
	padding:0px 0px 0px 15px;
}
.vm_margin_r00{
	margin:0px 0px 0px 15px !important;
}
.jirei_box{
	background:url("../images/jirei/arrow.png") no-repeat 50% 40%;
}
.jirei_box li p{
	font-weight:bold;
	font-size:150%;
	text-align:center;
	color:#666;
}



.detail_item {
	clear:both;
	padding-top:20px;
	text-align:left;
}

.detail_item p {
	margin-bottom:10px;
}

.kinou_link {
	text-align:left;
	margin-bottom:15px;
	font-size:14px;
}

.kinou_link a {
	color:#09C;
}

.flow_list02 {
	text-align:left;
	margin-bottom:15px;
}

.flow_list02 li {
	background:url(../images/flow/list_icon.jpg) no-repeat left top;
	padding-left:14px;
	text-align:left !important;
	line-height:1.5;
	margin-bottom:10px;
}


.topBnr01{
	border:3px solid #1de4fc;
	text-shadow:1px 1px 1px #fff;
}
.topBnr01In{
	padding:15px 0 15px;
}

.topBnr01T{
	padding:10px 0 10px;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(239,228,71,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(239,228,71,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,228,71,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,228,71,1) 50%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,228,71,1) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(239,228,71,1) 50%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	border-bottom:1px dashed #1de4fc;
}


.imgR{float:right; padding-left:20px;}
.aL{text-align:left!important;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px!important;}
.mb10{margin-bottom:20px!important;}
.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.yellow{color: #ffff00;}
.red{color: #FF0000;}