@charset "utf-8";

#ct_bg .contents01 > .logo01 {
	width: 259px;
	padding-top: 18px;
	float: left;
}

#ct_bg .contents01 > .logo01 > img {
	width: 100%;
}

#ct_bg .mainImages01 {
	margin: 0 auto;
	padding-top: 20px;
	width: 960px;
}

#ct_bg .mainImages01 li {
	display: none;
}

#ct_bg .mainImages01 li a {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

#ct_bg .mainImages01 li a:hover {
	opacity: .6;
}
#ct_bg .mainImages02 {
	margin-top: 70px;
}

#ct_bg .snsBtn01 {
	position: relative;
	margin-top: 30px;
	z-index: 100;
}

#ct_bg .bx-wrapper {
	position: relative;
}

#ct_bg .bx-wrapper .bx-controls-direction a {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	outline: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 100;
	opacity: .5;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

#ct_bg .bx-wrapper .bx-controls-direction a:hover {
	opacity: 1.0;
}

#ct_bg .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

#ct_bg .bx-wrapper .bx-prev {
	left: 10px;
	background: url(../img/btn_index01.png) no-repeat left top;
}

#ct_bg .bx-wrapper .bx-next {
	right: 10px;
	background: url(../img/btn_index02.png) no-repeat left top;
}

#ct_bg .bx-wrapper .bx-pager {
	position: absolute;
	bottom: -40px;
	width: 100%;
	text-align: center;
	line-height: 1.0;
	z-index: 100;
}

#ct_bg .bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
	position: relative;
	margin: 0 14px;
	width: 20px;
	height: 20px;
}

#ct_bg .bx-wrapper .bx-pager.bx-default-pager a {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	background-color: #dcdcdc;
	border-radius: 25px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#ct_bg .bx-wrapper .bx-pager.bx-default-pager a:hover,
#ct_bg .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #666;
}

#ct_bg .newsArea01 {
	float: left;
	margin-top: 40px;
	width: 100%;
}

#ct_bg .newsArea01 > .title01 {
	padding: 10px 15px;
	border-radius: 4px 4px 0 0;
	background-color: #000;
	color: #fff;
	font-size: 158%;
}

#ct_bg .newsArea01 > .inner01 {
	margin-top: 1px;
	height: 70px;
	border: #e0e0e0 solid 1px;
	overflow-y: auto;
}

#ct_bg .twitterArea01 {
	height: 373px;
	overflow: hidden;
	margin-top: 40px;
	border: #e0e0e0 solid 1px
}

#ct_bg .frameArea01 {
	float: right;
	width: 300px;
}

#ct_bg .list01 {
	margin: 0 20px;
	padding-bottom: 20px;
	line-height: 1.4;
}

#ct_bg .list01 dt {
	clear: left;
	float: left;
	margin-top: 12px;
	width: 100px;
}

#ct_bg .list01 dd {
	float: left;
	margin-top: 12px;
	width: auto;
}

#ct_bg .bnr01 {
	margin-top: 10px;
	width: 300px;
}
#ct_bg .bnr01 img {
	width: 100%;
}

.fancybox01 {
	width:980px;
}

@media screen and (max-width: 639px) {
#header {
	border-bottom: none;
}

#ct_bg .contents01 > .logo01 {
	margin-left: 10px;
	width: 244px;
	float: none;
	padding-top: 10px;
}

#ct_bg .mainImages01 {
	width: 100%;
}

#ct_bg .mainImages01 li a:hover {
	opacity: 1.0;
}
#ct_bg .mainImages02 {
	margin-top: 40px;
}

#ct_bg .snsBtn01 {
	margin-top: 15px;
}

#ct_bg .snsBtn01 > li:first-child {
	margin-left: 0;
}

#ct_bg .bx-wrapper .bx-controls-direction a {
	margin-top: -10px;
	width: 20px;
	height: 20px;
}

#ct_bg .bx-wrapper .bx-controls-direction a:hover {
	opacity: .5;
}

#ct_bg .bx-wrapper .bx-prev,
#ct_bg .bx-wrapper .bx-next {
	background-size: 100%;
}

#ct_bg .bx-wrapper .bx-pager {
	bottom: -25px;
}

#ct_bg .bx-wrapper .bx-pager .bx-pager-item {
	margin: 0 10px;
	width: 15px;
	height: 15px;
}

#ct_bg .bx-wrapper .bx-pager.bx-default-pager a {
	width: 15px;
	height: 15px;
}

#ct_bg .newsArea01 {
	float: none;
	margin-top: 40px;
	width: 100%;
}

#ct_bg .newsArea01 > .title01 {
	padding: 10px 15px;
	border-radius: 0;
	font-size: 124%;
}

#ct_bg .newsArea01 > .inner01 {
	margin: 10px 10px 0;
}

#ct_bg .twitterArea01 {
	margin: 10px 10px 0;
}

#ct_bg .frameArea01 {
	float: none;
	width: 100%;
}

#ct_bg .list01 {
	margin: 0 15px;
	padding-bottom: 10px;
}

#ct_bg .list01 dt {
	float: none;
	width: 100%;
}

#ct_bg .list01 dd {
	float: none;
	margin-top: 0;
	width: 100%;
}

#ct_bg .list01 dd a {
	text-decoration: underline;
}

#ct_bg .list01 dd a:hover {
	text-decoration: none;
}

#ct_bg .bnr01 {
	padding: 0 10px;
	width: 100%;
}
.fancybox01 {
	width:100%;
}
.fancybox01 img {
	width:100%;
}

}

/* Clearfix */
#ct_bg .list01:after {
	content: " ";
	display: block;
	clear: both;
}
