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


/*ここからメイン*/
#pc_img{
	margin-bottom:10px;
}


#content{
	width:980px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	
}

#route{
	width:auto;
	height:auto;
	margin-left:30px;
	font-size:13px;
}

#big_title{
	width:920px;
	height:auto;
	margin-left:30px;
	mairgin
}

#bigfont{
	font-size:26px;
	font-weight:bold;
	border-bottom: 1px dotted #666;
	margin-bottom:20px;
}

#main_content{
	width:920px;
	height:auto;
	margin-left:30px;
	margin-right:30px;
	float: left;
}

.news_line{
	width:920px;
	height:210px;
	float:left;
	margin-top:10px;	
}

.news_box{
	width:300px;
	height:auto;
	margin-left:0px;
	float:left;
	margin-bottom:30px;
	margin-right:10px;
}

#centerbox{
	width:300px;
	height:auto;
	margin-left:10px;
	float:left;
	margin-bottom:30px;
}

#leftbox{
	width:300px;
	height:auto;
	margin-left:10px;
	float:left;
	margin-bottom:30px;
}

h3{
	font-weight:normal;
	color:#000;
	font-size:12px;
}

/*ここまでメイン*/
#GridContent {
	width: 920px;
	height: auto;
	margin:0px;
	padding-bottom: 10px;
}

#GridContent a {
	color: #000;
	font-size:14px;
}

#GridContent a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	text-decoration: underline;
}
#GridContent a:active,
#GridContent a:visited {
	color: #fff;
	text-decoration: none;
}


.ThumShare {
	width: 50px;
	height: 25px;
	position: absolute;
	top: 0;
	right: 0;
}
.ThumShare img {
	width: 25px;
	height: 25px;
	float: left;
}

#grid-content{
	width:306px;
	height:auto;
	float:left;
	margin-bottom:15px;
	font-size:14px;
}


/* ページャー */
.pager{
    margin-bottom: 20px;
    text-align:center;
	margin-top:20px;
}
 
a.page-numbers,
.pager .current{
    background-color: #FFF;
    border: solid 1px #000;
    border-radius:0px;
    padding:5px 8px;
    margin:0 2px;}
 
.pager .current{
    background-color: #000000;
    border: solid 1px #000000;
    color: #ffffff;}
 
.pager a:hover{
    color: #ffffff;
    border: solid 1px #000000;
    background-color: #000000;}