@charset "UTF-8";

/*/////////////////////////////
	base
/////////////////////////////*/
body {
	width: 100%;
	background: none;
	line-height: 1.5em;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	color: #000;
}

/* list 
 * ------------------------- */
li {list-style: none;}

/* link 
 * ------------------------- */
a {
	color: #000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

/* img 
 * ------------------------- */
img {vertical-align:baseline;border:0px;line-height:1em;}
a img {border:0px;}


/* headings 
 * ------------------------- */
h1, h2, h3, h4, h5 {
	font-weight: bold;
	font-size:100%;
}

/* clearfix 
 * ------------------------- */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* other 
 * ------------------------- */
.intext{height:0px;overflow:hidden;}
.transimg{}
.transimg:hover{filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity: 0.8;}
.pie{position:relative;}
.linkbox{cursor:pointer;}
