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


.no_line a:hover  {
  text-decoration:none;
}

a:hover img{
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;  
}

.noalpha a:hover img{
  filter:alpha(opacity=100);
  -moz-opacity:1.0;
  opacity:1.0;  
}

/*a[target="_new"]{
   background:transparent url(../img/comm/blank.png) center right no-repeat;
   padding-right:18px;
}*/


strong{
  font-weight:normal;
}


/*  
 text
----------------------------------------------------------- */

.b{
  font-weight:bold;
}

.txt10{
  font-size:10px;
}

.txt11{
  font-size:11px;
}

.txt12{
  font-size:12px;
}

.txt13{
  font-size:13px;
}

.txt14{
  font-size:14px;
}

/*  
カラー
----------------------------------------------------------- */



/*
Webフォント
---------------------------------------------------------------------------------*/

/*
  font-family: 'Roboto', sans-serif;
*/


/* よく使いそうなCSS3
----------------------------------------------------*/
#selectors {
/* 角丸 */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

/* 角丸個別 */
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  border-top-right-radius: 15px;

/* ボックスに影 */
  -webkit-box-shadow: 1px 1px 3px #999;
  -moz-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;

/* テキストに影 */
  text-shadow: 1px 1px 0px #999;
}


/* 汎用
----------------------------------------------------*/

.imgR {
  float: right;
  margin: 0 0 10px 10px;
}

.imgL {
  float: left;
  margin: 0 10px 10px 0;
}

.fll{
  float: left;
}

.flr{
  float: right;
}




/*
ボーダー
---------------------------------------------------------------------------------*/

.no_border{
  border:none !important;
}








