@charset "utf-8";
/* CSS Document */

body,div,pre,p,blockquote,form,fieldset,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,tr,td,embed,object,img,a,span,iframe,strong {

	vertical-align: baseline;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	border:0px none;
	word-break: break-all;
	/* outline: 1px dotted pink ; */
}

textarea{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	line-height:1.8em;
}

body {
	background-color:#FFF;
}

table,th,tr,td {
	border-collapse:collapse;
}

li{
	list-style-type: none;
	list-style-position: outside;
}

textarea{
	border: 1px solid #999;
	padding: 2px;	
}

html > body input[type="text"],
html > body input[type="password"]{
	border: 1px solid #999;
	padding: 2px;
}

/*
html > body input[type="button"],
html > body input[type="submit"]{
	border: 1px solid #999;
	padding: 2px 20px 2px 20px ;
}
*/

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

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display: block; }
/* End hide from IE-mac */