@charset "utf-8";

/* layout
-------------------- */
.content {
	width: 1000px;
	margin: 0 auto 30px;
}
#Page {
	float: left;
	width: 680px;
}
#Side {
	float: right;
	width: 240px;
	padding: 20px;
	background: url(../img/common/bg_check.png) repeat;
}


@media screen and (max-width: 640px) {
	.content {
		width: auto;
		margin: 0 10px;
	}
	#Page {
		float: none;
		width: auto;
		margin-bottom: 30px;
	}
	#Side {
		float: none;
		width: auto;
		margin-left: -10px;
		margin-right: -10px;
	}
}


/* 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-left: 20px;
		margin-bottom: 30px;
		/* 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: 680px;
	margin: 0 auto;
}

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


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

.feed li {
	margin-bottom: 5px;
	font-size: 13px; font-size: 1.3rem;
}
.feed .date {
	margin-right: 20px;
	padding: 4px 10px;
	background: #09439a;
	/* 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, #About2 {
	/* margin-bottom: 30px; */
	padding: 30px 0;
	/* background: url(../img/common/bg_check.png) repeat; */
}
#About .left, #About2 .left {
	width: 650px;
}
#About .right, #About2 .right {
}
#About .more-link, #About2 .more-link {
	margin: 20px 0;
}

#About2 {
	background: none;
}

@media screen and (max-width: 640px) {
	#About, #About2 {
		margin-left: -10px;
		margin-right: -10px;
		padding: 30px 10px 10px;
	}
	#About .left, #About2 .left {
		float: none;
		width: auto;
	}
	#About .right, #About2 .right {
		float: none;
		text-align: center;
	}
}

#Works h2, #Works2 h2, #Works3 h2 {
	font-size: 1.2em;
	padding-left: 10px;
} 

	/* works */
#Works, #Works2, #Works3 {
	/* margin-bottom: 30px; */
}
#Works li img.lastChild, 
#Works2 li img.lastChild, 
#Works3 li img.lastChild {
	display: none;
}
#Works li img.firstChild,
#Works2 li img.firstChild,
#Works3 li img.firstChild {
	display: block;
}
#Works li .eye-catch img,
#Works2 li .eye-catch img,
#Works3 li .eye-catch img {
	width: 300px;
	/* height: 240px; */
}
#Works li h3, #Works2 li h3,#Works3 li h3 {
	font-size: 14px; font-size: 1.4rem;
	margin: 10px 0;
	background: none;
	text-align: center;
}
#Works li h3 a, #Works2 li h3 a, #Works3 li h3 a  {
	color: #333;
	font-size: 13px; font-size: 1.3rem;
}
#WorksWrap, #Works2Wrap, #Works3Wrap {
	position: relative;
	max-width: 650px;
	/* width: 650px /*930px*/ ;
	margin: 0 auto;
}
.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;
}
.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) {
	#Works h2, #Works2 h2, #Works3 h2 {
		margin: 20px;
		text-align: center;
	}
	#WorksWrap, #Works2Wrap, #Works3Wrap {
		width: auto;
		text-align: center;
	}
	#Works li img, #Works2 li img, #Works3 li img {
		margin: 0 auto;
	}
}



	/* Side
-------------------- */
.widget {
	margin-bottom: 30px;
}
.widget img {
	max-width: 100%;
}
.widget h2 {
	font-size: 14px; font-size: 1.4rem;
	margin-bottom: 6px;
	padding: 6px 10px;
	color: #fff;
}



	/* LocalNavi */
.widget-local-navi {
	width: 240px;
}
.widget-local-navi li a {
	display: block;
	margin-bottom: 1px;
	padding: 6px 10px 6px 25px;
	background: #fff url(../img/common/icon/icon_arrow2.png) 15px 15px no-repeat;
	color: #333;
}
.widget-local-navi li a:hover {
	background: #ededed url(../img/common/icon/icon_arrow2.png) 15px 15px no-repeat;
	color: #000;
}
.widget-local-navi li.current a {
	background: #aaa url(../img/common/icon/icon_arrow3.png) 15px 15px no-repeat;
	color: #fff;
}
.widget-local-navi li.first a {
	padding: 6px 10px;
	color: #fff;
}


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


	/* blog side calendar */
	.widget-blog-calendar table {
		width: 240px;
		background: #fff;
		border-collapse: collapse;
		box-sizing: border-box;
	}
	.widget-blog-calendar th {
		border: 1px solid #ededed;
	}
	.widget-blog-calendar td {
		text-align: center;
		border: 1px solid #ededed;
	}
	.widget-blog-calendar td center {
		padding: 6px 10px;
		color: #fff;
	}
	.widget-blog-calendar td a {
		text-decoration: underline;
	}
	
	@media screen and (max-width: 640px) {
		.widget-blog-calendar table {
			width: 100%;
		}
	}
	
		/* blog side list */
	.blog-widget h2 {
		margin-bottom: 1px;
	}
	.blog-widget li a {
		display: block;
		margin-bottom: 1px;
		padding: 6px 10px 6px 25px;
		background: #fff url(../img/common/icon/icon_arrow2.png) 15px 15px no-repeat;
		color: #333;
	}
	.blog-widget li a:hover {
		background: #ededed url(../img/common/icon/icon_arrow2.png) 15px 15px no-repeat;
		color: #000;
	}
	
	