@charset "UTF-8";

/*リセット|基本設定
---------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,th,td { 
	margin:0;
	padding:0;
}
p {
	line-height:1.5
	margin:0.5em 0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
input, button, textarea, select, optgroup, option {
	font-size:100%;
}

/*リンク
---------------------------------------*/
a:link    { color: #39f;}
a:visited { color: #66C;}
a:hover   { color: #F60;}
a:active  { color: #F60;}

/*追加必須
---------------------------------------*/

em {
}
strong {
}

/*hr不可視*/
hr {display:none;}

/*画像下揃え*/
img {vertical-align:bottom;}

/*input,select中心揃え*/
input, select {vertical-align: middle;}

/*clear*/
.clr {clear:both;}

/*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 Hides from IE-mac */



@media print {
* {background:#FFF;!important}
}




