@charset "UTF-8";
/*====================================================================

	Common CSS
	
	※ PC/SP共通用CSS

====================================================================*/
html{
}

body{
	font-family: 'Noto Sans Japanese', serif;
	font-weight:normal;
	font-size:12px;
	line-height: 1.5em;
	background-color:#FFF;
	color:#000;

}
.clear_fix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    line-height:0; 
    visibility:hidden;
}

a {color:#abababa;
	text-decoration:none;
	}

img{vertical-align:bottom;}

a:hover img{
	opacity:0.75;
	filter: alpha(opacity=75);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.75;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.75;              /* Safari 1.x */
	zoom:1;
}

#Content{
	width: 100%;
	line-height: 1.5em;
}

