/*
news
-------------------------------------------*/
.cont_wrap h2 {
	font-size: 28px;
	line-height: 2.2;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #111;
	font-weight: normal;
	letter-spacing: 1px;
	color: #111;
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	clear: both;
}

.cont_wrap h2 i {
	padding: 10px;
	color: #FFBF00;
	font-size: 20px;
}

.cont_wrap h2 span {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-size: 18px;
	color: #FFBF00;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.8;
}

.cont_wrap h2 span.small {
	font-size: 18px;
	font-weight: normal;
	color: #555;
}



.cont_wrap {
	max-width: 1200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
.cont_wrap .box_left {
	width: 50%;
	float: left;
	padding: 10px;
}
.cont_wrap .box_right {
	width: 50%;
	float: right;
	text-align: center;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}




@media screen and (max-width:960px) {

.cont_wrap .box_left {
	width: 100%;
	float: none;
}
.cont_wrap .box_right {
	width: 100%;
	float: none;
	overflow: hidden;
}

.cont_wrap .box_right .fb-page {
	width: 100% !important;
}

.works_list li {
	width: 33.33%;
}

.g_list li {
	width: 33.33%;
}

}

.ul_news li {
	font-size: 16px;
}
.ul_news li a span.date {
	padding-right: 20px;
	color: #888;
}

.ul_news li span.i_con {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FFBF00;
	color: #000;
	margin-right: 5px;
}
.ul_news li span.i_con.cl2 {
	background-color: #333333;
	color: #FFF;
}

.ul_news li a {
	display: block;
	color: #333;
	line-height: 30px;
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-decoration: none;
}

.ul_news li a:hover {
	color: #000;
	background-color: #FFF;
}

.clfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}


