@charset "utf-8";

/*トップページ用
--------------------------------------------------*/
/*---- メインビジュアル ----*/
#mainvisual {
	width:980px;
	padding:15px 0 30px;
}
#mainvisual img{
	width:100% !important;
}
#maincontainer {
}
.maincontents{
	width:980px;
	margin:0 auto 50px;
}
@media screen and (max-width: 769px) {
#mainvisual {
	width:96%;
	padding:14px 0 35px;
}
.maincontents{
	width:100%;
	margin:0 auto 0;
}
}

#mainvisualwrap {
	background-image: url(../imgs/base/bg_main02.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	clear: none;
	margin-bottom: 10px;
}

/*top contents setting
--------------------------------------------------*/
#top-shadow{
	float:left;
	width:198px;
	margin:0 30px 0 0;
	position:relative;
	z-index:0;
}
#top-left-conts{
	width:198px;
	margin:0;
	background: #FFFFFF;
	
	position: relative;
	z-index: 10 !important;
}
#top-shadow:before,
#top-shadow:after{
}
#top-shadow:after{
}
#top-center-conts{
	width:526px;
	float:left;
}
#top-right-conts{
	width:196px;
	float:right;
}
/*---- 新着情報 ----*/
#top-left-conts header{
	background-size:100% 4px;
	padding:0 0 4px 0;
	width:198px;
	margin:0 auto;
}

#top-left-conts h2{
	position:relative;
	top:0px;
	left:0;
	padding-right: 0;
	padding-bottom: 9px;
}
#top-left-conts h2 img{
	width:100%;
}
#top-left-conts h2:after{
}

#top-left-conts #news-more{
	width:150px;
	height:50px;
	margin:0 auto;
	position:relative;
	top:25px;
	left:auto;
}
#top-left-conts #news-more img{
	width:100%;
}

#news-box{
	position:relative;
	z-index:20;
}
#news-box article{
	border-bottom:1px dotted #C5C5C5;
	margin:0 10px;
	padding:0 3px 10px;
	z-index:30;
}
#news-box article.topics p{
	font-weight:bold;
}
#news-box article:hover{
	background:#F1F1F1;
}
#news-box time{
	display:block;
	padding:10px 0 0;
	font-size:10px;
}
#news-box a{
	display:block;
}
#news-box a:link,
#news-box a:visited{
	color:#007EBB;
	text-decoration:none;
}
#news-box article.topics a:link,
#news-box article.topics a:visited{
	color:#E9546B;
}


#news-box a:hover{
	color:#909;
	text-decoration:underline;
}
/*---- センターコンテンツ ----*/
/*-- #top-center-conts section{
	border:5px solid #CCC;
	background: #FFFFFF;
	background: -moz-linear-gradient(-45deg,  #ebebeb 0%, #ffffff 24%, #ffffff 76%, #ebebeb 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ebebeb), color-stop(24%,#ffffff), color-stop(76%,#ffffff), color-stop(100%,#ebebeb));
	background: -webkit-linear-gradient(-45deg,  #ebebeb 0%,#ffffff 24%,#ffffff 76%,#ebebeb 100%);
	background: -o-linear-gradient(-45deg,  #ebebeb 0%,#ffffff 24%,#ffffff 76%,#ebebeb 100%);
	background: -ms-linear-gradient(-45deg,  #ebebeb 0%,#ffffff 24%,#ffffff 76%,#ebebeb 100%);
	background: linear-gradient(135deg,  #ebebeb 0%,#ffffff 24%,#ffffff 76%,#ebebeb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ebebeb',GradientType=1 );
	margin:0 0 30px 0 ;
	padding:10px 20px 0;
} ----*/
.top-shadow{
	position:relative;
	z-index:0;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 0;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 16px;
	border: 4px solid #808080;
	margin-top: 10px;
	margin-bottom: 50px;
	height: auto;
	clear: both;
	float: none;
}
/*-- .top-shadow:before,
.top-shadow:after{
	position: absolute;
	width: 50%;
	height: 10px;
	content: ' ';
	left: 10px;
	bottom: 11px;
	background: transparent;
	-webkit-transform: skew(-5deg) rotate(-5deg);
	-moz-transform: skew(-5deg) rotate(-5deg);
	-ms-transform: skew(-5deg) rotate(-5deg);
	-o-transform: skew(-5deg) rotate(-5deg);
	transform: skew(-5deg) rotate(-5deg);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.7);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.7);
	z-index: -10 !important;
}
.top-shadow:after{
	left: auto;
	right: 10px;
	-webkit-transform: skew(5deg) rotate(5deg);
	-moz-transform: skew(5deg) rotate(5deg);
	-ms-transform: skew(5deg) rotate(5deg);
	-o-transform: skew(5deg) rotate(5deg);
	transform: skew(5deg) rotate(5deg);
} ----*/
.top-shadow div{

}
.box_activ {
	background-image: url(../imgs/top/bg_activity.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.box_repo {
	background-image: url(../imgs/top/bg_repo.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#top-center-conts header{
	margin:0 0 9px 0;
}
#top-center-conts h2{
	margin-top: -14px;

}
#top-center-conts h2 img{
	width:129px;
}
.activity-more{
	width:120px;
	position: absolute;
	right: 14px;
	bottom: -16px;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.activity-more img{
	width:100%;
}
.top-img-l{
	width:200px;
	float:left;
	padding-bottom: 20px;
}
.top-img-l img{
	width:100%;
}

.event-r{
	width:272px;
	float:right;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
}
.event-r time{
	font-weight:bold;
	font-size:11px;
}
.event-r article{
	border-bottom:1px dotted #C5C5C5;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}
.event-r article:hover{
	background:#F1F1F1;
}

.event-detail a{
	font-size:90%;
	background:url(../imgs/top/bg_line.gif) no-repeat bottom;
	text-decoration:none;
	display:block;
}
.event-detail a:hover{
	text-decoration:underline;
}
.entry-first a{
	font-weight:bold;
}
@media screen and (max-width: 769px) {
/*top contents setting
--------------------------------------------------*/
#top-shadow{
	float:none;
	width:96%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
}


#top-left-conts{
	width:auto;
}
#top-shadow:before,
#top-shadow:after{
	bottom: 15px;
}
#top-center-conts{
	clear:both;
	width:96%;
	margin:0 auto;
	float:none;
}
#top-right-conts{
	clear:both;
	width:100%;
	float:none;
}
/*---- 新着情報 ----*/
#top-left-conts header{
	width:96%;
}

#top-left-conts h2{
	width:99%;
	float:left;
	position:relative;
	top:0;
	left:0;
	background-image: url(../imgs/top/bg_newstitle.png);
	background-repeat: repeat-x;
	background-position: 0px 12px;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 9px;
	padding-left: 0px;
}
#top-left-conts h2 img{
	width:198px;
}
#top-left-conts h2:after{
}

#top-left-conts #news-more{
	width:150px;
	height:53px;
	position:relative;
	top:25px;
	left:auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 50;
	margin-left: auto;
}
#top-left-conts #news-more img{
	width:100%;
}

#news-box{
	position:relative;
	z-index:20;
}
#news-box article{
	border-bottom:1px dotted #C5C5C5;
	margin:0 10px;
	padding:0 3px 10px;
	z-index:30;
}
#news-box time{
	display:block;
	padding:10px 0 0;
	font-size:10px;
}
#news-box a:link,
#news-box a:visited{
	color:#007EBB;
	text-decoration:none;
}
#news-box a:hover{
	color:#909;
	text-decoration:underline;
}
/*---- センターコンテンツ ----*/
.top-shadow:before,
.top-shadow:after{
	bottom: 15px;
}
.activity-more{
	float:none;
	margin:0 auto;
}
.top-img-l{
	width:100%;
	max-width:300px;
	float:none;
	margin:0 auto;
}
.top-img-l img{
	width:100%;
}
.event-r{
	width:100%;
	padding:10px 0;
	float:none;
	background:none;
}
.event-r time{
	font-weight:bold;
	font-size:11px;
}
.event-r article{
	border-bottom:1px dotted #C5C5C5;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}
.event-r article:hover{
	background:#F1F1F1;
}

.event-detail a{
	font-size:90%;
	background:url(../imgs/top/bg_line.gif) no-repeat bottom;
	text-decoration:none;
	display:block;
}
.event-detail a:hover{
	text-decoration:underline;
}
.entry-first a{
	font-weight:bold;
}
}	
