@charset "UTF-8";

/*/////////////////////////////
 base
 /////////////////////////////*/
body {
	width: 100%;
	line-height: 1.5em;
	font-size: 12px;
	font-family: 'Helvetica Neue', 'Nitalago Ruika', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
	color: #353535;
	background: #f8f5f5;
}

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

/* link
 * ------------------------- */
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}

/* img
 * ------------------------- */
img {
	vertical-align: bottom;
	border: 0px;
	line-height: 1em;
	max-width: 100%;
}
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=70);
	opacity: 0.7;
}
/* 共通JS用セレクタ */
.pie {
	position: relative;
}
.linkbox {
	display:inline-block;
	cursor: pointer;
	font-weight: bold;
}