@charset "UTF-8";

/* --------------------------------------
 base
 -------------------------------------- */

body {
	width: 100%;
	background: none;
	line-height: 1.2;
	font-size: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	color: #525252;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	body {
		font-size: 12px;
	}
}

/* list
 * ------------------------- */

li {
	list-style: none;
}

/* link
 * ------------------------- */

a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: underline;
}

/* img
 * ------------------------- */

img {
	max-width: 100%;
	vertical-align: bottom;
	border: 0px;
	line-height: 1em;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	img {
		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 */
.intext {
	height: 0px;
	overflow: hidden;
}

/* transimg */
.transimg:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}

/* pie */
.pie {
	position: relative;
}

/* linkbox */
.linkbox {
	cursor: pointer;
}

/* bxslider */
.bx-wrapper {
	margin-bottom: 0 !important;
}
.bx-wrapper .bx-viewport {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 0 !important;
	left: 0 !important;
	background: none !important;
}
.bx-wrapper .bx-prev {
	background: url(../img/common/slide_arrow_left.png) no-repeat center center !important;
}
.bx-wrapper .bx-next {
	background: url(../img/common/slide_arrow_right.png) no-repeat center center !important;
}
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover {
	background-position: center center !important;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80) !important;
	opacity: 0.8 !important;
}
.bx-wrapper .bx-controls-direction a {
	width: 51px !important;
	height: 50px !important;
	margin-top: -25px;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.bx-wrapper .bx-prev {
		background-size: 100% 100%!important;
	}
	.bx-wrapper .bx-next {
		background-size: 100% 100%!important;
	}
	.bx-wrapper .bx-controls-direction a {
		width: 7.5% !important;
		height: 15% !important;
		margin-top:-3.75%;
	}
}