@charset "UTF-8";

/**g_class***************
1.css hack
2.layout
3.form
4.etc

********************************/

/** 1.CSS hack***********************************************************/

.clearfix:after,
div#container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix,div#container{ display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix,* html div#container { height: 1%; }
.clearfix, div#container { display: block; }
/* End hide from IE-mac */

/** 2.layout***********************************************************/

.space01 {
        clear: both;
        height: 20px;
        display: block;
        font-size: 12px;
}

p img.sp {
	padding:3px 0;
	margin:0;
	}

input.noFrame {
	border:1px none #fff;
	background-color:#fff;
	margin:0 0.2em 0 0;
	padding:0.2em;
	}


.right {
	text-align:right;
	}

.center {
	text-align:center;
	}

.small {
	font-size:10px;
	font-weight: normal;
	}

.big {
	font-size:14px;
	}


.floatL{
	float:left;
	padding-right:10px;
	}


.floatR{
	float:right;
	padding-left:10px;
	}


/*まわりこみ解除	*/
.cl {
	clear: both;
	}


.c_left{
	clear: left;
}

/*改行禁止*/
.nw{
   white-space:nowrap;
}

/*****************
 色指定
 ********************/

.bgc01{
    background-color:#efefef;
   }

.bgc02{
    background-color:#fff;
   }

.bgc03{
    background-color:#efebe4;
   }

/** 4.etc ***********************************************************/

.f80 {
	font-size:0.9em;
	}

 hr {
	border-style: solid none none none;
	border-top-width: 1px;
	border-top-color: #ccc;
	height:1px;
	margin-bottom: 0.75em;
	}

a[href $='.pdf'] {
   padding-right: 18px;
   background: transparent url(../images/icon_pdf.gif) no-repeat center right;
}

/*post**************************************************************/

