@charset "utf-8";
/* CSS Document */

.large {
	font-size: 16px;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/*--------------------------------------
informationTOP
----------------------------------------*/
.menu_list ul.category.col2, .menu_list ul.category.col2, .menu_list ul.category_small {
	text-align: center !important;
}
.menu_list ul.category.col2>li {
	float: none !important;
	width: 30% !important;
	display: inline-block !important;
	text-align: left !important;
}
.menu_list ul.category.col3>li {
	float: none !important;
	width: 32.3% !important;
	display: inline-block !important;
	text-align: left !important;
}
.menu_list ul.category.col2>li:last-child, .menu_list ul.category.col3>li:last-child {
	margin-right: 0;	
}
.menu_list ul.category_small>li {
	display: inline-block;
	width: 25%;
	line-height: 40px;
	font-weight: bold;
	margin: 20px 1% 0 0;
	border: solid 1px #c8c8c8;
}
.menu_list ul.category_small>li:last-child {
	margin-right: 0;
}
.informationTOP .alignCenter {
	text-align: center;
}
.informationTOP>.wrap01>p.image {
	width: 100%;
	margin: 0 auto;
}
.informationTOP>.wrap01>p.image img {
	width: 100%;
	max-width: 1000px;
}
.informationTOP p.button {
	width: 90%;
	max-width: 200px;
	height: 45px;
	margin: 30px auto;
	text-align: center;
}
.informationTOP p.button>a {
	font-size: 16px;
	line-height: 45px;
	background-color: #dc5a55;
	border-radius: 20px;
	color: #fff;
	transition: all 0.5s ease 0s;
}
.informationTOP p.button>a:hover {
	background-color: #8c8c8c;
}
.informationTOP .wrap06 {
	border-top: solid 1px #c8c8c8;
	margin-top: 60px;
	padding-top: 40px;	
}
/*--------------------------------------
voice
----------------------------------------*/
.voice {
	position: relative;	
}
.voice .enquete_link {
	position: absolute;
	top: 70px;
	right: 0;
}
.voice .enquete_link a {
	color: #a0c526;
	font-weight: bold;
}
.voice .day {
	text-align: right;
	margin: 30px 0 0;
}
.voice .enquetecate .enquete_box {
	background-color: #e5e2df;
	margin: 10px 0 0;
	padding: 30px;	
}
.voice .enquetecate .enquete_box .inner {
	background-color: #fff;
	border: solid 1px #d1d1d1;
	padding: 30px;	
}
.voice .enquetecate .enquete_box .inner:first-child {
	margin-bottom: 20px;
}
.voice .enquetecate .enquete_box .inner dl {

}
.voice .enquetecate .enquete_box .inner dl dt {
	display: inline-block;
	width: 13%;
	vertical-align: top;
}
.voice .enquetecate .enquete_box .inner dl dt img {
	width: 70px;
}
.voice .enquetecate .enquete_box .inner dl dd {
	display: inline-block;
	width: 80%;
	margin-left: 5%;
	vertical-align: top;	
}
.voice .enquetecate .enquete_box .inner dl dd span {
	color: #fff;
	border-radius: 15px;
	padding: 5px 10px;
}
.voice .enquetecate .enquete_box .inner dl dd span.customer {
	background-color: #57b6e0;
}
.voice .enquetecate .enquete_box .inner dl dd span.staff {
	background-color: #988a80;
}
.voice .enquetecate .enquete_box .inner dl dd p {
	margin: 20px 0 0;
}

/*--------------------------------------
sidebar
----------------------------------------*/
p.indentback {
	text-indent: -1em;
	padding-left: 2em;
}

/*--------------------------------------
都市ガス 追記200907
----------------------------------------*/

.toshigas .wrap01 ul{
	width: 100%;
	clear: both;
	margin-top: 20px;
}

.toshigas .wrap01 ul li{
	float: left;
	width: 41%;
	padding: 20px;
	border: solid 3px #E9E9E9;
	margin-bottom: 20px;
}

.toshigas .wrap01 ul li:nth-child(odd){
	margin-right: 3%;
}

.toshigas p.annai{
	font-size: 18px;
}

.toshigas .btn a{
	line-height: 40px;
    background-color: #91be1e;
    border-radius: 20px;
    color: #fff;
    transition: all 0.5s ease 0s;
	font-weight: bold;
}

.toshigas p.title{
	font-size: 25px;
	font-weight: bold;
}

.toshigas img.icon{
	width: 100%;
	max-width: 30px;
	padding-left: 10px; 
	vertical-align: middle;
}

.toshigas img.photo{
	width: 100%;
	max-width: 640px;
	margin: 10px 0;
}

.toshigas .btn{
	margin-top: 20px;
	text-align: center;
}


/*--------------------------------------
Q&A 追記200907
----------------------------------------*/
.qa ul {
    clear: both;
    overflow: hidden;
    text-align: center;
	margin-top: 15px;
}

.qa ul li.name{
	float: left;
    width: 21.5%;
    margin-right: 3%;
    line-height: 40px;
    font-weight: bold;
    border: solid 1px #c8c8c8;
}

.qa dl dt.question {
    font-size: 16px;
    line-height: 40px;
    padding-left: 45px;
    background: no-repeat;
        background-image: none;
    background-image: url(../../images/information/question.png);
}

.qa a.green{
	text-decoration: underline;
	display: inline !important;
}

.qa p.title{
	font-size: 25px;
	font-weight: bold;
}

.qa img.icon{
	width: 100%;
	max-width: 30px;
	padding-left: 10px; 
	vertical-align: middle;
}

/*--------------------------------------
お申し込みの流れ 追記200907
----------------------------------------*/

.nagare .pl_75{
	padding-left: 75px;
}
.nagare h5 span.step {
    padding: 2px 10px 0;
    background-color: #91be1e;
    border-radius: 12px;
    color: #ffffff;
}


.nagare a.green{
	text-decoration: underline;
	display: inline !important;
}

.nagare .wrap02 ul{
	width: 100%;
	clear: both;
    overflow: hidden;
}

.nagare .wrap02 ul li{
	width: 46%;
	border: solid 1px #ccc;
	padding: 10px;
	float: left;
	margin-bottom: 10px;
}

.nagare .wrap02 ul li:nth-child(odd){
margin-right:10px; 
}

 .nagare .wrap02 ul li img{
	width: 100%;
	max-width: 150px;
	float: left;
	padding-right: 10px;
}

.nagare .wrap03 ul{
	width: 94%;
	clear: both;
    overflow: hidden;
	border: solid 1px #ccc;
	padding: 10px 20px;
}

.nagare .wrap03 ul li{
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.nagare .wrap03 ul li:nth-child(1){
width: 100%;
	padding-bottom: 10px;
}

.nagare .wrap03 ul li:nth-child(even){
width: 43%;
}

.nagare .wrap03 ul li:nth-child(3){
width: 10%;
	padding: 80px 10px 0 10px;
}

.nagare .wrap03 ul li.d_y:nth-child(3){
width: 10%;
	padding: 180px 10px 0 10px;
}

.nagare .wrap03 ul li:nth-child(3) img{
width: 100%;
	max-width: 50px;
}

.nagare .wrap03 ul li:nth-child(2) p{
padding-bottom: 10px;
}

.nagare .wrap03 ul li:nth-child(4) p{
padding-bottom: 10px;
}


.nagare .wrap03 ul li:nth-child(6){
width: 10%;
	padding: 80px 10px 0 10px;
}

.nagare .wrap03 ul li:nth-child(6) img{
width: 100%;
	max-width: 50px;
}

.nagare .wrap03 ul li:nth-child(5){
width: 43%;
}

.nagare .wrap03 ul li:nth-child(5) p{
padding-bottom: 10px;
}


.nagare .wrap03 ul li:nth-child(7){
width: 43%;
}

.nagare .wrap03 ul li:nth-child(7) p{
padding-bottom: 10px;
}


.nagare .wrap03 ul li:nth-child(9){
width: 10%;
	padding: 80px 10px 0 10px;
}

.nagare .wrap03 ul li:nth-child(9) img{
width: 100%;
	max-width: 50px;
}

.nagare .wrap03 ul li:nth-child(8){
width: 43%;
}


.nagare .wrap03 ul li:nth-child(10){
width: 43%;
}


.nagare .wrap03 ul li img{
	width: 100%;
	max-width: 300px;
	margin-bottom: 10px;
}

.nagare .box{
	margin-bottom: 20px;
}

.nagare p.title{
	font-size: 25px;
	font-weight: bold;
}

.nagare img.icon{
	width: 100%;
	max-width: 30px;
	padding-left: 10px; 
	vertical-align: middle;
}


/*--------------------------------------
切り替え費用 追記200907
----------------------------------------*/

.hiyou p.title{
	font-size: 25px;
	font-weight: bold;
}

.hiyou img.icon{
	width: 100%;
	max-width: 30px;
	padding-left: 10px; 
	vertical-align: middle;
}

.poster img{
	width: 100%;
	max-width: 612px;
}

.hiyou .wrap01 p{
	margin-top: 10px;
}

.hiyou .wrap02 .box{
	clear: both;
	margin-top: 20px;
}
.hiyou .wrap02 .box .box_l{
	float: left;
	width: 40%;
}

.hiyou .wrap02 .box .box_l img{
width: 100%;
	max-width: 320px;
}

.hiyou .wrap02 .box .box_r{
	float: right;
	width: 50%;
}

.hiyou .p_indent{
	padding-left:1em;
text-indent:-1em;
}

.graph {
  width: 85%;
	height: 145px;
  display: flex;
  flex-direction: row; 
  align-items:flex-end;
  flex-wrap:wrap;
	border-bottom: 1px solid #333;
	padding-left: 62px;
	margin: 0 0 10px;
	background: url(../../images/information/blue.png) no-repeat top;
}

.bar1,.bar2,.bar3 {
  box-sizing: border-box;
  padding: 4px;
    width: 15%;
}

.bar1 {
  background-color: #ccc;
	height:80px;
	margin-right: 21%;
}
.bar2 {
  background-color: #d7ec9f;
	height:50px;
	margin-right: 21%;
}
.bar3 {
  background-color: #91be1e;
	height:40px;
}

.mb20{
	margin-bottom: 30px;
}

.hiyou .wrap04 .graph_txt ul li span.txt_u{
	text-decoration: underline;
}

.hiyou .wrap04 .graph_img img{
	width: 100%;
	max-width: 365px;
	margin-left: 100px;
}

.hiyou .wrap04 .graph_txt{
	clear: both;
	margin-bottom: 20px;
}

.hiyou .wrap04 .graph_txt ul{
	width: 100%;
	list-style: none;
	clear: both;
}

.hiyou .wrap04 .graph_txt ul li{
	width: 30.5%;
	float: left;
	text-align: center;
}

.hiyou .wrap04 .graph_txt ul li span{
	font-size: 16px;
	font-weight: bold;
}

.hiyou .wrap04 p.txt_style span{
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

.hiyou .wrap04 .tit_box p{
color: #91be1e;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 30px;
}

.maru {
  height:20px;
  width:20px;
  border-radius:50%;
  line-height:20px;
  text-align:center;
  background:#91be1e;
  font-size:13px;
	font-weight: bold;
	color: #fff;
	border: 3px solid #d7ec9f;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}

.maru_a{
	 background:#24ab39 !important;
	border: none;
}

.maru_b{
	 background:#c30d23 !important;
	border: none;
}

.maru_c{
	 background:#28a8e1 !important;
	border: none;
}

.hiyou .wrap03 .tit_box p{
color: #333;
	font-weight: bold;
	font-size: 16px;
}

.hiyou .wrap03 .box{
	width: 100%;
	clear: both;
}

.hiyou .wrap03 .box .box_l{
	float: left;
	width: 50%;
	padding-right: 15px;
}
.hiyou .wrap03 .box .box_l img{
	width: 100%;
	max-width: 640px;
}

.hiyou .wrap03 .img_box{
	margin-bottom: 30px;
}

.hiyou .wrap03 .img_box img.img_1{
	width: 100%;
	max-width: 720px;
}

.hiyou .wrap03 .img_box img.img_2{
	width: 61%;
	max-width: 640px;
	float: left;
	padding-right: 3%;
}

.hiyou .wrap03 .img_box img.img_3{
	width: 55%;
	max-width: 640px;
	float: left;
}


.hiyou .wrap03 .box .box_r{
	float: right;
	width: 45%;
}

.c_img{
	padding: 10px 0;
}
.c_img img{
	width: 100%;
	max-width: 500px;
}



/*--------------------------------------
都市ガス　voice 追記200907
----------------------------------------*/
.toshivoice .iconbox img{
	width: 100%;
	max-width: 550px;		
}

.toshivoice .iconbox p{
	margin-top: 10px;
}

.toshivoice ul {
    clear: both;
    overflow: hidden;
    text-align: center;
	margin-top: 15px;
}

.toshivoice ul li.name{
	float: left;
    width: 35%;
    margin-right: 2%;
    line-height: 40px;
    font-weight: bold;
    border: solid 1px #c8c8c8;
}

.toshivoice ul li.name:nth-child(3){
    width: 24%;
    margin-right: 0;
}

.toshivoice .enquetecate .enquete_box {
    background-color: #e5e2df;
    margin: 10px 0 0;
    padding: 30px;
}

.toshivoice .enquetecate .enquete_box .inner {
	background-color: #fff;
	border: solid 1px #d1d1d1;
	padding: 30px;	
}
.toshivoice .enquetecate .enquete_box .inner:first-child {
	margin-bottom: 20px;
}
.toshivoice .enquetecate .enquete_box .inner dl {

}
.toshivoice .enquetecate .enquete_box .inner dl dt {
	display: inline-block;
	width: 13%;
	vertical-align: top;
}
.toshivoice .enquetecate .enquete_box .inner dl dt img {
	width: 70px;
}
.toshivoice .enquetecate .enquete_box .inner dl dd {
	display: inline-block;
	width: 80%;
	margin-left: 5%;
	vertical-align: top;	
}
.toshivoice .enquetecate .enquete_box .inner dl dd span {
	color: #fff;
	border-radius: 15px;
	padding: 5px 10px;
}
.toshivoice .enquetecate .enquete_box .inner dl dd span.customer {
	background-color: #57b6e0;
}
.toshivoice .enquetecate .enquete_box .inner dl dd span.staff {
	background-color: #988a80;
}
.toshivoice .enquetecate .enquete_box .inner dl dd p {
	margin: 20px 0 0;
}

.toshivoice .anketo img{
	width: 100%;
	max-width: 640px;
	margin-bottom: 20px;
}

.toshivoice a.green {
    text-decoration: underline;
    display: inline !important;
}

.toshivoice p.title{
	font-size: 25px;
	font-weight: bold;
}

.toshivoice img.icon{
	width: 100%;
	max-width: 30px;
	padding-left: 10px; 
	vertical-align: middle;
}

/*--------------------------------------
シミュレーション 追記200907
----------------------------------------*/
.simulation .wrap01 .box{
	clear: both;
	margin-top: 20px;
}
.simulation .wrap01 .box .box_l{
	float: left;
	width: 40%;
}

.simulation .wrap01 .box .box_l img{
width: 100%;
	max-width: 320px;
}

.simulation .wrap01 .box .box_r{
	float: right;
	width: 50%;
}


/*--------------------------------------
 フォーム追記201022
----------------------------------------*/


.simulation_form .mail dl{  
    width: 98%;
    margin: 0 auto 30px auto;
    border: 1px solid #c8c8c8;
    border-bottom: none;
}

.simulation_form .mail dt {  
    font-weight: bold;
	border-right:1px solid #c8c8c8;
	}
    
    .simulation_form .mail dt {
        clear: both;
        float: left;
        width: 110px; 
        border-top: 1px solid #FFFFFF;
		padding: 10px;
    }
    
    .simulation_form .mail dd {
        border-top: 1px solid #FFFFFF;
        border-bottom: 1px solid #c8c8c8;
        border-left: 1px solid #FFFFFF;
		padding: 9px 10px 9px 140px;
    }
	
	.simulation_form .mail dt.iken {
		height:126px;
    }
	
	.simulation_form .mail dd.iken {
		height:128px;
    }
	
	.simulation_form .mail p.check{
		margin-top:8px;
}


input[name="input_name"]{
  border: 1px solid #c8c8c8;
  width:99%;
}

input[name="input_mail"]{
  border: 1px solid #c8c8c8;
  width:99%;
}

input[name="input_address"]{
  border: 1px solid #c8c8c8;
  width:99%;
}

input[name="input_tel1"]{
  border: 1px solid #c8c8c8;
  width:5em;
}

input[name="input_tel2"]{
  border: 1px solid #c8c8c8;
  width:5em;
}

input[name="input_tel3"]{
  border: 1px solid #c8c8c8;
  width:5em;
}

input[name="input_post1"]{
  border: 1px solid #c8c8c8;
  width:5em;
}

input[name="input_post2"]{
  border: 1px solid #c8c8c8;
  width:5em;
}

input[name="input_price"]{
  border: 1px solid #c8c8c8;
  width:10em;
}

input[name="input_amount"]{
  border: 1px solid #c8c8c8;
  width:10em;
}

input[type="checkbox"]{
  position: relative;
  top: 2px;
}

textarea{
   border: 1px solid #c8c8c8;
  width:99%;
  height:120px;
  resize: none;
}

a.kojin{
	display:inline;
}

.hissu{
	color:#dc5a55;
}

.nini{
	color:#91be1e;
}

.check_box{
	margin-left:20px;
}

.leftWrapper button{
	margin:0 auto;
}

.simulation_form table.month {
width: 100%;
}


button[name="btn_confirm"],button[name="btn_success"]{
	text-align: center;
	letter-spacing:0.5em;
    float: left;
    width: 250px;
    height: 45px;
    margin-left: 35%;
    margin-bottom: 10px;
    border: solid #C9C9CA 1px;
    border-radius: 4px;
    background:url("../images/wright.png"),#91BE1E;
	background-repeat:no-repeat , repeat;
	background-position:top 18px right 20px, left;
    box-sizing: border-box;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
font-size: 15px;
line-height: 45px;
font-weight: 700;
color: #ffffff;
}



button[name="btn_input"] {
	text-align: center;
	letter-spacing:0.5em;
    float: left;
    width: 250px;
    height: 45px;
    margin-left: 35%;
    margin-bottom: 10px;
    border: solid #C9C9CA 1px;
    border-radius: 4px;
   background:url("../images/gleft.png"),linear-gradient(#FFF, #FFF, #EEEFEF);
	background-repeat:no-repeat , repeat;
	background-position:top 18px left 20px, left;
    box-sizing: border-box;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
font-size: 15px;
line-height: 45px;
font-weight: 700;
color: #333333;
}


/*--------------------------------------
ガス料金 追記210818
----------------------------------------*/

.rate01 .table_a{
	margin: 20px 0 5px;
}

.rate01 ul.cntainer01{
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	/*gap: 2px 2px;*/
}


.rate01 .table_a ul.cntainer01 li.item{
    width: 39%;
	border-right: 2px solid #d7ec9f;
}

.rate01 .table_a ul.cntainer01 li.item p{
    padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
}

.rate01 .table_a ul.cntainer01 li.item:nth-child(-n+3){
 background: #91be1e;
 color: #fff;
	    padding: 10px 0;
	text-align: center;
	font-weight: bold;
	border-right: 2px solid #d7ec9f;
	border-bottom: 2px solid #d7ec9f;
}

.rate01 .table_a ul.cntainer01 li.item:nth-child(3){
width: 18%;
	   border-right: 2px solid #91be1e;
}

.rate01 .table_a ul.cntainer01 li.item:nth-child(6){
	width: 18%;
	background: #f8fbf0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

.rate01 ul.cntainer02{
	list-style: none;
}

.rate01 .border_l{
	border-left: 2px solid #d7ec9f;
}

.rate01 .border_r{
	border-right: 2px solid #d7ec9f;
}


.rate01 .border_b{
	border-bottom: 2px solid #d7ec9f;
}

.rate01 ul.cntainer02 li.item02{
	background: #ccc;
       width: 100%;
    padding: 10px 0;
    text-align: center;
	/*margin-bottom: 2px;*/
}

.rate01 .table_a ul.cntainer02 li.item02 p{
    padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
}

.rate01 .table_a ul.cntainer02 li.item02:nth-child(even){
 background: #ffffff;
	border-bottom: 2px solid #d7ec9f;
}

.rate01 .table_a ul.cntainer02 li.item02:nth-child(odd){
 background: #f8fbf0;
	border-bottom: 2px solid #d7ec9f;
}

.rate01 .table_a ul.cntainer02 li.b_none{
	margin-bottom: 0;
	border-bottom: none !important;
}


.rate01 ul.cntainer03{
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	/*gap: 2px 2px;*/
}


.rate01 .table_a ul.cntainer03 li.item03{
    width: 25%;
	    display: flex;
    justify-content: center;
    align-items: center;
	padding: 10px 0;
}

.rate01 .table_a ul.cntainer03 li.item03 p{
    padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
}

.rate01 .table_a ul.cntainer03 li.item03:nth-child(-n+3){
 background: #91be1e;
 color: #fff;
	    padding: 10px 0;
	text-align: center;
	font-weight: bold;
	border-right: 2px solid #d7ec9f;
    border-bottom: 2px solid #d7ec9f;
}
.rate01 .table_a ul.cntainer03 li.item03:nth-child(-n+3) p{
 font-size: 14px;
}

.rate01 .table_a ul.cntainer03 li.item03:nth-child(2),.rate01 .table_a ul.cntainer03 li.item03:nth-child(5),.rate01 .table_a ul.cntainer03 li.item03:nth-child(8),.rate01 .table_a ul.cntainer03 li.item03:nth-child(11){
width: 61%;
}

.rate01 .table_a ul.cntainer03 li.item03:nth-child(6),.rate01 .table_a ul.cntainer03 li.item03:nth-child(9),.rate01 .table_a ul.cntainer03 li.item03:nth-child(12){
font-size: 20px;
}

.rate01 .table_a ul.cntainer03 li.item03:nth-child(3n){
width: 12%;
}

.rate01 .table_a ul.cntainer03 li.item03:nth-child(1){
	border-left: 2px solid #91be1e;
}

.rate01 .table_a ul.cntainer03 li.item03:nth-child(3){
	border-right: 2px solid #91be1e;
}

.rate01 .table_a ul.cntainer03 li.item03:nth-child(n+4){
background: #f8fbf0;
	border-right: 2px solid #d7ec9f;
    border-bottom: 2px solid #d7ec9f;
}

.rate01 .table_a ul.cntainer03 li.item03:nth-child(n+7){
background: #ffffff;
	border-right: 2px solid #d7ec9f;
    border-bottom: 2px solid #d7ec9f;
}

.rate01 .table_a ul.cntainer03 li.item03:nth-child(n+10){
background: #f8fbf0;
}

.rate01 .table_a ul.cntainer03 li.b_none{
	margin-bottom: 0;
	border-bottom: none !important;
}


.rate01 .p_indent{
	padding-left:1em;
text-indent:-1em;
}

.rate01 .p_l{
	padding-left: 10px;
}

.pdf_btn {
    font-size: 11px;
    color: #4d4d4d;
    text-decoration: none;
    padding-left: 30px;
    background-image: url(/include/common/images/pdf.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.pdf_btn48 {
    font-size: 48px;
    color: #4d4d4d;
    text-decoration: none;
    padding-left: 70px;
    background-image: url(/include/common/images/pdf_48.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.rate01 a{
	display: inline-block;
}