@charset "UTF-8";
/* uruca smart phone CSS Document */

/*
common
*********************************************************************************************/
* { margin:0; padding:0; }
*:after { display:block; clear:both; }

img, img a{
	border:0;
	border:none;
	max-width: 100%; 
    height:auto;
}
li{list-style:none;}
input{}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.fL{ float:left; } .fR{ float:right; }

.taL { text-align: left !important; }
.taC { text-align: center !important; }
.taR { text-align: right !important; }

.fcB{color:#000;}
.fcR{color:#ff0000;}

.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }
.fsP6 { font-size: 1.48em !important; }
.fsP7 { font-size: 1.56em !important; }
/*16px 1.00em*/
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

.fwN { font-weight: normal !important; }
.fwB { font-weight: bold !important; }

.mgb5{margin-bottom:5px;}
.mgb10{margin-bottom:10px;}
.mgt10{margin-top:10px;}
.mgr5{margin-right:5px;}
.mgr10{margin-right:10px;}
