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

/*
===== body and base setting ===========================
*/
body {
	font: normal;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/* params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
form, blockquote{
	padding: 0;
	margin: 0;
	text-align: left;
	display: block;
}
table {
	margin : 0;
	empty-cells: show;
}
hr {
	display : none;
}
img {
	border: none;
}
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* strong 削除 20140225 */
em, b{
	font-weight: normal;
	font-style: normal
}


/*
===== link setting ===========================
*/
a:link{
	color: #222222;
	text-decoration:underline;
}
a:visited{
	color: #222222;
	text-decoration:underline;
}
a:hover{
	color: #266bba;
	text-decoration: none;
}
a:active{
	color: #266bba;
	text-decoration:none;
}

a:link img,
a:visited img,
a:hover img,
a img,
{
	border: none;
	text-decoration: none;
}
a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}

/*
===== clear fix and clear ===========================
*/
.clearfix {
	zoom: 1; /* for IE5.5 - IE7 */
/*	overflow:hidden; */
}
.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 */

.clear{
	clear: both;
	font-size: 0px;
	line-height: 0%;
	height: 0px;
}
