@charset "utf-8";
/* CSS Document */

h2 {
  position: relative;
  padding: .3rem 0;
  margin:0 0 10px 0;
  font-size:16px;
}
 h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
 width: 100%;
  height: 5px;
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, from(#5eb3c7), to(#8bdfec));
  background-image: -webkit-linear-gradient(left, #5eb3c7 0%, #8bdfec 20%);
  background-image: linear-gradient(to right, #5eb3c7 0%, #8bdfec 20%);
}

/* ========枠組み======== */
#top_wrap{
	width:980px;
	padding:15px 0 0 0;
	overflow: hidden;
}

#top_main{
	float:left;
	width:680px;
	padding:0 0 0 10px;
}

#top_sub{
	float:right;
/*	width:280px;
*/	margin:0;
	padding:0 10px 0 0;
}

/* clearfix */
#top_main:before,
#top_main:after {
    content: "";
    display: table;
}
 
#top_main:after {
    clear: both;
}

/* ========メイン領域詳細設定======== */
th{
	background:none;
	padding:0;
	vertical-align:top;
	border:none;
}

#header_img{
	width:980px;
	height:337px;
}

.maincont{
	float:left;
	width:650px;
	margin:0 0 10px 0;
	
}

.maincont_left{
	float:left;
	width:310px;
	margin:0 0 25px 0;
}

.maincont_right{
	float:left;
	width:310px;
	margin:0 0 25px 30px;
}

/* ========サブ領域詳細設定======== */
#cal{
	margin:0 0 25px 0;
	width: 280px;
	float: right;
}

#cal h2{
	width:280px;
	margin:0px 0 5px 0;
}

.news_date {
	font-weight:bold;
	padding:0 0 0 5px;
}

.news_topic {
	line-height: 1.5;
	padding:0 0 0 5px;
}

/* ========リスト表示======== */
#main_contents ul li{/* リスト表示設定 */
	background:url(/kitlc/en/img/list.gif) left 12px no-repeat;
	margin:5px 0 0 10px;
	padding:0 0 0 1em;
}

/* ========文字装飾======== */
.text_s{
	font-size:95%;
	padding:0 0 5px 5px;
}

.red{
	color:#F54747 !important;
}

.blue{
	color:#182687;
}

.b{
	font-weight:bold;
}

.u{
	text-decoration:underline;
}

.del{
	text-decoration:line-through;
}