@charset "utf-8";

/*--------------------------------------*/
/* メインイメージに関する指定 p#mainImg */
/*--------------------------------------*/

div#mainImgBox{
	width : 960px;
	margin : 2px auto 2px;
	text-align: left;
}

div#mainImgBox strong{
	font-weight: bold;
	font-size: 17px;
	display: block;
	margin-bottom: 8px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
}

/*--------------------------------------*/

div#wBg{
	background: #fff;
}

div#mainContents{
	width: 960px;
	margin: 0 auto;
	text-align: left;

}

/* 3つのトピックス */
div#mainContents div.topicsBox{
	width: 295px;
	float: left;
	margin-left: 33px;
	margin-bottom: 60px;
}
div#mainContents div.firstItem{
	margin-left: 0;
}
div#mainContents div.topicsBox strong{
	margin-bottom: 15px;
	font-weight: bold;
	display: block;
	font-size: 14px;
}
div#mainContents div.topicsBox span{
	line-height: 1.8;
	display: block;
	text-align: justify;
	margin-bottom: 8px;
}

/* 左ブロック*/
div#leftblock{
	float:left;
	width:675px;
}

/* 左バナー*/
div#leftblock div.singlebanner{
 margin-bottom:12px;
}
div#leftblock div.doublebanner{
 margin-bottom:8px;
}

/* 新着情報 */

div#newTopics{
/*	float: left; */
}
div#newTopics strong{
	font-weight: bold;
	font-size : 24px;
	margin-bottom: 8px;
	display: block;
    	padding-bottom: 4px;
    	border-bottom: 1px solid #ccc;
}

div#newTopics div.newTopicsTitle{
	font-weight: bold;
	font-size : 20px;
	margin-bottom: 8px;
	display: block;
    	padding-bottom: 0px;
    	border-bottom: 1px solid #ccc;
	font-family: 'Montserrat', sans-serif;
}

div#newTopics dl{
	width: 640px;
	border-bottom: 1px solid #ddd;
}
div#newTopics dl dt,
div#newTopics dl dd{
	padding: 8px 0;
	border-top: 1px solid #ddd;
}
div#newTopics dl dt{
	float:left;
	width:80px;
	padding-left: 10px;
	clear:both;
	background: #F6F5F0;
	color: #7D663A;
}
div#newTopics dl dd{
	width:525px;
	margin-left:90px;
	padding-left: 20px;
	border-left:1px solid #ddd;
}
div#newTopics dl dd a{
	color: #666;
	text-decoration: none;
}
div#newTopics dl dd a:hover{
	text-decoration: underline;
}

div#newTopics li{
	line-height: 1.3em;
        margin-bottom:0.5em;
}

/* バナーエリア */
div#bannerBox{
	float: right;
	width: 250px;
}
div#bannerBox ul li{
	margin-bottom : 10px;
}

/* bxsliderの余分な装飾を消す */
.bx-wrapper .bx-viewport{
	-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
border:none;
background-color:transparent;
left:0px;

}

.bx-wrapper{
	margin-bottom:30px;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
    bottom: -15px;
}

.bx-wrapper .bx-pager{
	padding-top:5px;
}

#twitterwrap{
 margin-bottom:8px;
 height:300px;
 width:250px;
overflow-x:auto;
overflow-y:hidden;


}


#twitterwrap iframe {
  width: 100%!important;
  border-radius:0!important;
  display:block;
}



