@charset "utf-8";

/*-----------------------------------------------------

common

-------------------------------------------------------*/

/*********************************

reset

*********************************/

* {
	margin:0;
	padding:0;
	}


dt,dd,form,textarea,input,select,option {
	font-weight:normal;
	font-size:12px;
	}

td,th {
	vertical-align:top;
	font-weight:normal;
	text-align:left;
	font-size:12px;
	}

a,table,img {
	border:none;
	}

ul,ol,li {
	list-style:none;
	}

a {
	text-decoration:none;
	}

select option {
	padding-right:10px;
	}


/******************************

Option

******************************/

.block {
	display:block;
	}

.txt-right {
	text-align:right;
	}

.txt-left {
	text-align:left;
	}

.txt-center {
	text-align:center;
	}

.clear {
	clear:both;
	}

.floatL {
	float:left;
	}

.floatR {
	float:right;
	}

/* floatClearHack */

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

.clearfix {
	height:1%;/* for ie6 */
	min-height:1%;/* for ie7 */
	}

html>body .clearfix {
	height:auto;/* for ie7 and modernbrowser*/
	}
