@charset "utf-8";

/*---page_top---*/

/*----Contents---*/

#contents {
	padding: 15px 20px;
}

/*----Slide---*/

#slideshow {
	position: relative;
	width: 900px;
	height: 320px;
	margin-bottom: 30px;
}
#slideshow div {
	position:absolute;
	left:0;
	top:0;
	width: 640px;
}
#slideshow div div {
	top: 0;
	left: 0;
	position: absolute;
}

#slideshow ul {
	position:absolute;
	right:0;
	top:0;
	width: 230px;
	height:80px;
	padding:240px 0 0 30px;
	background: url(../images/top/top-navi-bk.jpg) repeat-x;
}

#slideshow ul li {
	width: 50px;
	float: left;
	margin-right:25px;
}

#slideshow .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
#slideshow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#slideshow ul {
	display: inline-block;
	overflow: hidden;
}
#slideshow .img-text {
	position:absolute;
	right:9px;
	top:73px;
	width: 239px;
}

/*----Maincolumn---*/

#maincolumn .text {
	width: 630px;
	margin: 0;
	padding: 20px 0 46px 10px;
	line-height:175%;
	font-size:13px;
	color:#000;
}
#maincolumn #work {
	width: 635px;
	padding:22px 0 52px 5px;
}
#maincolumn #work .block {
	width: 635px;
	padding:20px 0 0 0;
}
#maincolumn #work .box {
	width: 310px;
	display:block;
}
#maincolumn #work .btn {
	margin-bottom:7px;
	border: 4px solid #ECE9DD;
}
#maincolumn #work .text {
	padding:0 0 0 8px;
	line-height:145%;
	font-size:12px;
	color:#666;
}
#maincolumn .youtube {
	width: 640px;
	height: 360px;
    display: block;
    aspect-ratio: 16 / 9;
    margin-bottom: 40px;
}

#maincolumn #blog {
	width: 625px;
	height: 300px;
	overflow:auto;
	padding-top: 24px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 15px;
	clear: both;
	float: left;
}
#maincolumn #blog dl {
	clear:both;
	width: 580px;
	float: left;
	padding-top: 10;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
#maincolumn #blog dt {
	width: 580px;
	margin-bottom:5px;
	font-size:12px;
	font-weight:bold;
	color:#2E1D10;
}
#maincolumn #blog dd {
	width: 580px;
	float: left;
	font-size: 13px;
}

/*----Rightcolumn---*/

#rightcolumn {
	padding: 0 30px 0 0;
}


/*---- 関連サイトへのバナー ---*/
.bnrArea {
    width: 100%;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
    margin: 0 auto 40px;
}
.bnrArea a {
	width: 48%;
	height: 60px;
	display: flex;
		justify-content: center;
        align-content: center;
        align-items: center;
    z-index: 3000;
	font-size: 1.3em;
    font-weight: bold;
	line-height: 1em;
    text-decoration: none;
    border: solid 1px #0066ca;
    border-radius: 4px;
    background: #fff;
	box-sizing: border-box;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
}
.bnrArea a::before {
	content: '';
    width: 10px;
	height: 10px;
	display: inline-block;
    margin-right: 10px;
    background: url("../images/side/icon.jpg") no-repeat center center;
    background-size: 6px 7px;
}
.bnrArea a:hover {
	color: #0066ca;
    transition: all 200ms;
    opacity: 0.7;
}





