@charset "utf-8";
/* CSS Document */




/* main visual setting:
--------------------------------------------*/


#main_v .left,
#main_v .right {
	width: 100%;
	display: block;
}

#main_v {
	background: none;
}

#main_v .left p {
	line-height: 1.7em;
    font-size: 1em;
}

#main_v .scroll {
	bottom: 10px;
	right: 10px;
	width: 20%;
}


/* section setting:
--------------------------------------------*/

/*-- h2 --*/

#main h2 {
	padding: 10px 0 15px;
	font-size: 140%;
	color: #444;
}

#main h2:after {
	width: 2em;
	height: 3px;
	margin: 15px auto;
}

#main_v .left .btn1 a {
	padding: 0.8em 2em 0.7em;
	background-position: right 7px center;
	background-size: 16px;
	margin: 0.5em 1em 1em;
}


/*---- topicks ----*/


#topics li a {
	display: table;
	float:none;
	width: 100%;
}


#topics .category1,
#topics .category2,
#topics .category3 {
	top: 15px;
}


#topics time {
	right: 25px;
	top: 20px;
}

/*---- news ----*/



#news {
	padding: 0 0 30px;
}

#news ul {
	margin-bottom: 30px;
}


#news li a {
	display: block;
	padding: 1em 1em 1.5em;
	width: 100%;
	position: relative;
}


#news .category1,
#news .category2,
#news .category3 {
	padding: 0.5em 1em;
	display: inline-block;
}



#news time {
	display: block;
	position: absolute;
	top: 20px;
	right: 0px;
	padding: 0 2em;
	white-space: nowrap;
	vertical-align: middle;
}

#news .txt {
	display: block;
	margin: 10px 0 0;
}


/*---- pick up ----*/


#pic_menu {
    padding: 30px 1%;
}

/*-- h2 --*/

#main #pickup h2 {
	padding: 30px 0 0;
}

#pic_menu section a {
	display: table;
	float:none;
	width: 100%;
	margin-bottom: 20px;
}

#pic_menu section:nth-child(even) a {
	top: 0px;
}

#pic_menu section:nth-child(odd) a {
    clear: both;
	float: none;
}

#pic_menu section a:before,
#pic_menu section a:after {
	display: none;
}



/*---- banner ----*/

#banner {
	padding: 30px 0 10px;
}

#banner .grid_1_4 {width: 48.5%;}

#banner li:nth-child(2n+1).grid_1_4 {
	margin-left: 0;
	clear:both;
	float: left;
}
