/*==============================
	
	index.css
	
	index.html関係のスタイル
	
==============================*/
@charset "utf-8";

div#main{
	width:980px !important;
}


div#index {
	margin-top:20px;
}

div#index div#left {
	float:left;
	width:350px;
}



div#index div#right {
	float:right;
	width:570px;
}


div#index div#left div.section {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:#e5e5e5 solid 1px;
	background-color:#FFF;
	padding:20px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
}

div#index div#left div.section h2 {
	background:none;
	border:none;
	color:#204289;
	border-bottom:#e5e5e5 solid 3px;
	margin:0 0 13px 0;
	padding:0;
	font-size:26px;
	height:auto;
}

div#index div#left div.section img.visual {
	float:left;
	width:160px;
	height:160px;
	margin:0 15px 15px 0;
}

div#index div#left div.section p a {
	float:right;
	text-align:right;
}


div#index div#right div.section h2 {
	background:none;
	border:none;
	margin:0;
	padding:0;
	height:auto;
}

div#index div#right div.section h2 a {
	margin:0;
	padding:0;
}

div#index div#right div.news {
	width:570px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:#e5e5e5 solid 1px;
	background-color:#FFF;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
	margin-bottom: 20px;
}

div#index div#right div.news div.clearfix {
	background:url(../images/top/news_bg.png) right center no-repeat;
	border-top:#ccc solid 1px !important;
}

div#index div#right div.news a {
	padding:20px 120px 20px 20px;
	color:#333;
	text-decoration:none;
	display:block;
}

div#index div#right div.news p.newsDate {
	font-size:12px;
	text-align:left;
	color:#C0C0C0;
	margin-bottom:13px;
}

div#index div#right div.news p.newsText {
	text-align:left;
}


/*****CMSカスタマイズ*****/
/*サイドバー*/
#main #left .section {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:#e5e5e5 solid 1px;
	background-color:#FFF;
	padding:20px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
	margin-bottom:20px;
}

#main #left .section h3 {
	background:none;
	border:none;
	color:#204289;
	border-bottom:#e5e5e5 solid 3px;
	margin:0 0 13px 0;
	padding:0;
	font-size:24px; /*20171121変更*/
	line-height: 1.4; /*20171121追加*/
	height:auto;
}

#main #left .section img {
float:left;
width:160px;
height:160px;
margin:0 15px 15px 0;
}

#main #left .section .widget_sp_image-description {
	background-color: transparent!important;
	border: none!important; 
	box-shadow: none!important;
	padding: 0!important;
}

#main #left .section p {
	background-color: transparent!important;
	border: none!important; 
	box-shadow: none!important;
	padding: 0!important;
}

#main #left .section p a {
	padding-left:10px;
	background:url("../img/common/marker.png") no-repeat left center ;
}

#main #left .section p a:after {
  content:    " "; 
	background:url("../img/common/target_blank.png") no-repeat left center ;
}


/*グループバナー*/
#group_banner {
	margin-bottom: 30px;
}

/*ニュース*/
#main  #right h3 {
	display: none;
}

#main  #right li {
	padding:20px 120px 20px 20px;
	border-top:#ccc solid 1px !important;
	border-bottom:#ccc solid 0 !important;
	background:url(../img/top/news_bg.png) right center no-repeat;
	margin: 0;
}

#main  #right .post-date {
	font-size:12px;
	text-align:left;
	color:#C0C0C0;
	margin-bottom:13px;
	padding: 0;
	font-style: normal;
}

#main  #right .post-title ,
#main  #right a {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: left;
	text-decoration: none;
	padding: 0!important;
	color: #666!important;
}

#main  #right a {
	display: block;
}

