@charset "utf-8";

* {
	/*
	background-color	: transparent;
	font-style			: normal;
	font-weight:normal;
	*/
	margin				: 0;
	padding				: 0;
	
}


body {
	-webkit-text-size-adjust: none;
	background-color: #FFFFFF;
	height			: 100%;
	font-size		: 13px;
	font-family:   "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	color			: #000;
	letter-spacing	: -0.05em;
	line-height		: 1.6;
}









a {
	text-decoration	: none;
	
}

a:link {

}

a:visited {
	
}

a:hover {

}

a:active {

}



ul {
	list-style	: none;
}

dt {
	display	: block;
	width	: auto;
}



table {
	border			: none;
	border-collapse	: collapse;
	border-spacing	: 0;
	font-size		: 100%;
}

td, 
th { /* セルの規定値をmiddleからtopに変更 */
	vertical-align	: top;
}

th {
	font-weight		: normal ;
	text-align		: left ;
}

caption {
	text-align		: left;
}


img { 
	background-color	: transparent;
	vertical-align		: bottom;
}

a img {
	border	: none;
}


br {
	letter-spacing	: normal;
}


hr {
	height			: 1px;
}






label[for], 
input[type="checkbox"], 
input[type="radio"], 
input[type="button"], 
input[type="image"], 
input[type="reset"], 
input[type="submit"], 
select, 
option {
	cursor	: pointer;
}

optgroup {
	cursor	: default;
}



.clearfix:after {
    content		: " ";
    display		: block;
    visibility	: hidden;
    clear		: both;
    height		: 0.1px;
    font-size	: 0.1em;
    line-height	: 0;
}

/* for IE7 */
*:first-child+html .clearfix  {
	min-height: 1%;
	/*zoom	: 1;*/
}

/* for Mac IE */
* html .clearfix {
	display	: inline-table;
}

/* no Mac IE \*/
* html .clearfix {
	height	: 1%;
}
.clearfix {
	display	: block;
}
/* */
