@charset "UTF-8";

/* font */

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
table {
	font-size:inherit;
	font:100%;
}

body{
	font-size:84%;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",Sans-Serif;
	line-height:1.6em;
}
html>/**/body {font-size:12px;}

/*10px*/
.f10 {
	font-size:77%;
	line-height:1.4em;
}
html>/**/body .f10 {font-size:10px;}

/* link */
a:link {color:#CC7E7E; text-decoration:underline;}
a:visited {color:#CC7E7E; text-decoration:underline;}
a:hover {color:#FF9999; text-decoration:none;}
a:active {color:#FF9999; text-decoration:underline;}



/* browser effect clear*/
*{
	margin:0;
	padding:0;
	}

fieldset,table,th,td{
    border:none;
    }

img{
    vertical-align:bottom;
	 border:none;
    }

h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd{
    margin:0;
    padding:0;
    }

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

address{
    font-style:normal;
    }
/* browser effect clear end */



/* Firefox link-dotted hidden */
:focus{
	-moz-outline-style:none;
	}
	
a{ 
	outline:none;
	}
/* end of Firefox link-dotted hidden */



/* hr clear */
hr{
	display:none;
	}
/* end of hr clear */



/* form inline */
form{
	display:inline;
	}
/* end of form inline */



/* float set */
br.clear {
	font-size: 1px;
	line-height: 100%;
	clear: both;
	}
/* end of float set */



/* clearfix set */
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
	
.clearfix{
	display:inline-table;
	min-height:1%;
	}
	
/* hides from IE-mac \*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* end of hides from IE-mac */
/* end of clearfix set */
