@charset "utf-8";

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

 Style Info:	default stylesheet

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




/* default setting
----------------------------------------------------------- */

/* */
.txt-orange	{ color: #f60; }
.txt-pink	{ color: #ff4c66; }
.txt-blue	{ color: #336693; }

/* */
.txt-large	{ font-size: 120%; }
.txt-xlarge	{ font-size: 140%; }
.txt-small	{ font-size:  85%; }
.txt-xsmall	{ font-size:  75%; }

/* */
.indent1 { text-indent: -1em; padding-left: 1em; }

/* */
div.hidden {
	font-size: 1%;
	position: absolute;
	top: -100px;
	left: -100px;
	width: 0;
	height: 0;
	overflow: hidden;
}
br.clear {
	font :0/0 monotype;
	margin: 0;
	padding :0;
	clear: both;
}
hr.hr-no{
	display: none;
}



/* clearfix
----------------------------------------------------------- */

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