/* CSS Document */

/* ***************************
画像リンク Hover半透明 
<a href="#" class="alpha"><img src="img.jpg" alt="イメージ"></a>
**************************** */
.alpha:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}




/*Common ***************************************************/
/*見出し下線*/


/* HR */
.hr_dot{
	border:#000 thin dashed;
}

/* Clear */
.clr{
	clear:both;
}

/*Padding
.allPad{
	padding:5px 10px;
	}*/
	

/* ラパン リンク ナビ*/
ul{ 
	margin:0; padding:0;
    display:table;
    table-layout: fixed;
    width:100%;
}
 
li{ 
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}

	
/*20150330均等配置追加******************************************


ul.nav    {
    display:table;
    table-layout: fixed;
    list-style: none;
    width:100%;
}
ul.nav li{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}*/



/* ページのトップへ */
.shopinfo img.pagetop {
  float: right; 
  display: inline; /* for IE6,7 */
  margin: 0 10px 0 0;
     filter: alpha(opacity=40);
    -moz-opacity:0.40;
    opacity:0.40;
}
	


/*Margin*/
.m_00{
	margin:0px 0px;
}

/*Blank*/
.b05{
	margin:0px;
	height:5px;
}

.b10{
	margin:0px;
	height:10px;
}

.b20{
	margin:0px;
	height:20px;
}
.b30{
	margin:0px;
	height:30px;
}
.b40{
	margin:0px;
	height:40px;
}
.b50{
	margin:0px;
	height:50px;
}

/*Float */
.f_left{
	float:left;
}
.f_right{
	float:right;
}

/*Text */
.t_left{
	text-align:left;
}

.t_right{
	text-align:right;
}

.t_center{
	text-align:center;
}


/*Image */
.w100{
	width:100%;
}

.w95{
	width:95%;
}

.w90{
	width:90%;
}

.w50{
	width:50%;
}

.w40{
	width:40%;
}

.w30{
	width:30%;
}

.w22{
	width:22%;
}



/* Font Size*/
.f10{
	font-size:77%;
}

.f13{
	font-size:100%;
}

.f14{
	font-size:100%;
}

.f15{
	font-size:108%;
}

.f16{
	font-size:123.1%;
}

.f17{
	font-size:131%;
}



    /*-----------------------------------------------------
    Yahoo UI Library Font-size Adjustment
    Copyright (c) 2006, Yahoo! Inc. All rights reserved.
    http://developer.yahoo.com/yui/license.txt
    http://developer.yahoo.com/yui/fonts/
    10px = 77%     11px = 85%     12px = 93%     13px = 100%
    14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
    18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
    22px = 167%    23px = 174%    24px = 182%    25px = 189%
    26px = 197%
    ------------------------------------------------------*/

