@charset 'utf-8';
/* stylelint-disable */

/* static-ttl-page
-------------------------------------------- */
#static .static-wrap-ttl-page{
	margin-bottom: 20px;
}

#static .static-wrap-ttl-page img{
	box-sizing: border-box;
	width: 100%;
	border: solid 1px #eee;
}

#static .static-ttl-page{
	float: left;
	width: 456px;
}

#static .static-ttl-page-right{
	float: right;
	width: 259px;
}

#static .static-ttl-page-right a{
	display: block;
	margin-bottom: 5px;
}

#static .static-ttl-page-right img{
	box-sizing: border-box;
	width: 100%;
	border: solid 1px #eee;
}


/* static-image
-------------------------------------------- */
#static .jcarousel-wrapper.jcarousel-wrapper--1item li img {
	width: 100%;
	height: 300px;
}
#static .static-main-image {
	margin-bottom: 20px;
}

#static .static-mini-image > li {
	float: left;
	width: 216px;
}

#static .static-mini-image > li:nth-child(2) {
	margin:0 36px 20px 36px;
}

#static .static-mini-image > li p {
	font-size:13px;
	text-align: center;
}

#static .static-mini-image > li img {
	width: 216px;
	height: 216px;
	margin-bottom: 5px;
	border: solid 1px #eee;
}

#static .static-mini-image > li a {
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
	text-decoration: none;
}

#static .static-bottom-image {
	margin-bottom: 20px;
}

.col > .col__col img{
	border: solid 1px #eee;
}
/* clearfix
-------------------------------------------- */
.static-wrap-ttl-page:after,
.static-mini-image:after{
	display: block;
	clear: both;
	height: .01px;
	content: '';
}
/* stylelint-enable */
