@charset "utf-8";

/* MainImage
-------------------- */
#SliderBox {
	width: 1000px;
	margin: 0 auto 30px;
}
#SliderWrap {
	position: relative;
}
#SliderBox .bx-prev {
	position: absolute;
	left: -30px;
	top: 200px;
	display: block;
	width: 59px;
	height: 59px;
	background: url(../img/slider/btn_prev.png) no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}
#SliderBox .bx-next {
	position: absolute;
	right: -30px;
	top: 200px;
	display: block;
	width: 59px;
	height: 59px;
	background: url(../img/slider/btn_next.png) no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}
#SliderBox .bx-pager {
	text-align: center;
}
#SliderBox .bx-pager-item {
	display: inline;
	margin: 10px 0;
}
#SliderBox .bx-pager-item a.bx-pager-link {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 5px;
	background: url(../img/slider/btn_pager.png) bottom no-repeat;
	text-indent: 9999em;
	overflow: hidden;
}
#SliderBox .bx-pager-item a.active {
	background: url(../img/slider/btn_pager.png) top no-repeat;
}


@media screen and (max-width: 640px) {
	#SliderBox {
		width: auto;
		margin: 0 auto 30px;
	}
	#SliderBox .bx-prev ,
	#SliderBox .bx-next {
		display: none;
	}
}

/* Content
-------------------- */
h2 {
	font-size: 26px; font-size: 2.6rem;
	font-family: "Century Gothic", Tahoma, Geneva, sans-serif;
}
h2 a:hover, h2 a:active {
}

h3 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: url(../img/top/bg_ttl_line.png) left bottom no-repeat;
	font-size: 16px; font-size: 1.6rem;
	font-family: Arial, Helvetica, sans-serif;
}
h2 a, h3 a {
	color: #000 !important;
}
.wrap {
	width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.wrap {
		width: auto;
	}
}


	/* information */
#Information {
	margin-bottom: 30px;
}
#News {
	float: left;
	width: 470px;
}
#Blog {
	float: right;
	width: 470px;
}

.feed li {
	margin-bottom: 5px;
	font-size: 13px; font-size: 1.3rem;
}
.feed .date {
	margin-right: 20px;
	padding: 4px 10px;
	background: #000;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
.feed li a {
	text-decoration: underline;
}
.feed .title {
}

@media screen and (max-width: 640px) {
	#News {
		float: none;
		width: auto;
		margin-bottom: 30px;
	}
	#Blog {
		float: none;
		width: auto;
	}
}

	/* about */
#About {
	margin-bottom: 30px;
	padding: 30px 0;
	background: url(../img/common/bg_check.png) repeat;
}
#About .left {
	width: 48%;
	float: left;
}
#About .right {
	width: 48%;
	float: right;
}
#About .center {
	width: 100%;
	clear:both;
}
#About .more-link {
	margin: 20px 0;
}

	/* table tag 2016.06.27追加 yfujii@ailes */
#About table{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
#About th{
	padding: 10px;
	background: #ededed;
	border-bottom: 1px dotted #ccc;
	text-align: center;
	vertical-align: middle;
}
#About td{
	padding: 10px;
	background: #fff;
	border-bottom: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	text-align: left;
}

	/* ul .flex tag 2016.06.27追加 yfujii@ailes */
#About ul {
	list-style-type: none;
	padding-left: 0;
}
#About li {
	width: auto;
	height: auto;
	padding: 10px;
	margin: 10px;
	border: 1px solid #ddd;
	background:rgba(255,255,255,0.5);
	border-radius: 6px;
	-moz-box-shadow: 1px 1px 3px 1px rgba(100, 100, 100, 0.1);
	-webkit-box-shadow: 1px 1px 3px 1px rgba(100, 100, 100, 0.1);
	-ms-box-shadow: 1px 1px 3px 1px rgba(100, 100, 100, 0.1);
	box-shadow: 1px 1px 3px 1px rgba(100, 100, 100, 0.1);
}

#About li:hover, #About li:active {
	background:#0f4717;
	-moz-box-shadow: 0 0 3px 0 rgba(100, 100, 100, 0.1);
	-webkit-box-shadow: 0 0 3px 0 rgba(100, 100, 100, 0.1);
	-ms-box-shadow: 0 0 3px 0 rgba(100, 100, 100, 0.1);
	box-shadow: 0 0 3px 0 rgba(100, 100, 100, 0.1);
}

#About .flex {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 640px) {
	#About {
		margin-left: -10px;
		margin-right: -10px;
		padding: 30px 10px 10px;
	}
	#About .left {
		float: none;
		width: auto;
		margin: 10px 0;
	}
	#About .right {
		float: none;
		width: auto;
		margin: 10px 0;
	}
	#About .flex { /* 2016.06.27追加 yfujii@ailes */
		flex-direction:column;
	}
}


	/* works */
#Works {
	margin-bottom: 30px;
}
#Works li img.lastChild {
	display: none;
}
#Works li img.firstChild {
	display: block;
}
#Works li .eye-catch img {
	width: 300px;
	height: 240px;
	background: url(../img/blog/works/noimage.png) no-repeat;
}
#Works li h3 {
	margin: 10px 0;
	background: none;
	text-align: center;
}
#Works li h3 a {
	color: #333;
	font-size: 13px; font-size: 1.3rem;
}
#WorksWrap {
	position: relative;
	width: 930px;
	margin: 0 auto;
}
#Works .bx-prev {
	position: absolute;
	left: -30px;
	top: 100px;
	display: block;
	width: 9px;
	height: 14px;
	background: url(../img/top/btn_works_prev.png) no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}
#Works .bx-next {
	position: absolute;
	right: -30px;
	top: 100px;
	display: block;
	width: 9px;
	height: 14px;
	background: url(../img/top/btn_works_next.png) no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}
.bx-caption {
	text-align: center;
}

@media screen and (max-width: 640px) {
	#WorksWrap {
		width: auto;
	}
	#Works li img {
		margin: 0 auto;
	}
}