@charset "UTF-8";
/* -- ///////////////////////////////////////////
copyright 2010 FIELD co,ltd.
All Rights Reserved.
 
created: 2010.08.20 FIELD
////////////////////////////////////////// -- */


/* FLOAT
----------------------------------------------------- */
.flo_left{ float: left; }
.flo_right{ float: right; }
.clear{ clear: both; }


/* DISPLAY SET
----------------------------------------------------- */
.block{ display: block !important; } .inline{ display: inline !important; }


/* WIDTH SET
----------------------------------------------------- */


/* LINE-HEIGHT SET
----------------------------------------------------- */
.lh15{ line-height: 1.5 !important; } .lh18{ line-height: 1.8 !important; } .lh20{ line-height: 2.0 !important; } 


/* MARGIN SET
----------------------------------------------------- */

.section5{ margin-bottom: 5px !important; } .section10{ margin-bottom: 10px !important; } .section15{ margin-bottom: 15px !important; } .section20{ margin-bottom: 20px !important; }
.section25{ margin-bottom: 25px !important; } .section30{ margin-bottom: 30px !important; } .section40{ margin-bottom: 40px !important; } .section50{ margin-bottom: 50px !important; }


.mb_clear{ margin-bottom: 0px !important; }
.mb5{ margin-bottom: 5px !important; } .mb10{ margin-bottom: 10px !important; } .mb15{ margin-bottom: 15px !important; } .mb20{ margin-bottom: 20px !important; }
.mb25{ margin-bottom: 25px !important; } .mb30{ margin-bottom: 30px !important; } .mb40{ margin-bottom: 40px !important; } .mb50{ margin-bottom: 50px !important; }

/* IMAGE
----------------------------------------------------- */
img{ vertical-align:bottom;}


/* CLEARFIX
----------------------------------------------------- */
*:first-child+html .clearfix{ display: inline-block; } /* for IE7 */
.clearfix:after { 
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .clearfix { display: inline-block; } 
/* no ie mac \*/
* html .clearfix { height: 1%; }
 .clearfix { display: block;  overflow: visible; }
/* */


/* ERROR
----------------------------------------------------- */

.error{ color: #f00; }


