@charset "utf-8";

/* -------------------------------------------------
     cover
 --------------------------------------------------- */
.cover {
	clear:both;
	float:left;
	width:100%;
	height:auto;
	margin:0px auto 30px auto;
	overflow:hidden;
}

.cover_slider {
	float:left;
	width:100%;
	height:auto;
	margin-bottom:30px;
}

.cover_slider img {
	width:100%;
	height:auto;
}

@media screen and (max-width: 770px) {
	.cover {
		margin:10px auto 15px auto;
	}

	.cover_slider img {
		width:100%;
		height:auto;
	}
}


/* -------------------------------------------------
     top_news_area
 --------------------------------------------------- */
#top_news_area {
	clear:both;
	float:left;
	width:1100px;
	height:auto;
	margin:10px auto;
}

#top_news_area .news_list {
	float:left;
	width: 360px;
	height:355px;
	margin: 0 3px;
}

#top_news_area .news_list .news_img {
	float:left;
	width:340px;
	height:240px;
	overflow:hidden;
	margin: 10px;
}

#top_news_area .news_list .news_img img {
	width:340px;
	height:auto;

    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}

#top_news_area .news_list .news_img img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


#top_news_area .news_list .news_day {
	float:left;
	width:340px;
	height:20px;
	margin: 5px 10px;
	font-size: 12px;
}

#top_news_area .news_list .news_title {
	float:left;
	width:340px;
	height:50px;
	margin: 5px 10px;
}

@media screen and (max-width: 770px) {
	#top_news_area {
		width:98%;
	}
	
	#top_news_area .news_list {
		clear:both;
		float:left;
		width: 100%;
		height:auto;
		margin: 10px 0px;
	}

	#top_news_area .news_list .news_img {
		float:left;
		width:48%;
		height:auto;
		margin: 0px;
	}

	#top_news_area .news_list .news_img img {
		width:100%;
	}


	#top_news_area .news_list .news_day {
		float:right;
		width:48%;
		margin: 5px auto;
	}
	
	#top_news_area .news_list .news_title {
		float:right;
		width:48%;
		height:auto;
		margin: 5px auto;
	}


}

/* more button ---------------- */
.news_more {
	clear:both;
	float:left;
	width:100%;
	height:50px;
	margin:20px 0 80px 0;
}

.news_more .linkbox {
	width:300px;
	height:50px;
	margin:0 auto;
	text-align:center;
	line-height: 50px;
	background-color:#fff;
	border:solid 1px #000;
	position:relative;
}

.news_more .linkbox a{
    display: block;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
	color:#fff;
}

.news_more .linkbox a:hover {
	opacity: 0.5 ;
}

@media screen and (max-width: 770px) {
	.news_more {
		margin:20px 0 40px 0;
	}

	.news_more .linkbox {
		width:90%;
	}
}

/* -------------------------------------------------
     pickup
 --------------------------------------------------- */
#top_pickup_area {
	clear:both;
	float:left;
	width:1100px;
	height:auto;
	margin:10px auto 80px auto;
}

.pickup_clm3 {
	float:left;
	width:1100px;
	height:250px;
	margin:10px auto;
}

.pickup_clm3 img {
	width:1100px;
	height:250px;
}

.pickup_clm2 {
	float:left;
	width:540px;
	height:250px;
	margin:10px 5px;
}

.pickup_clm2 img {
	width:540px;
	height:250px;
}

.pickup_clm1 {
	float:left;
	width:355px;
	height:250px;
	margin:10px 5px;
}

.pickup_clm1 img {
	width:355px;
	height:250px;
}

.pickup_clm4 {
	float:left;
	width:265px;
	height:250px;
	margin:10px 5px;
}

.pickup_clm4 img {
	width:265px;
	height:250px;
}


.pickup_clm3 a:hover img, .pickup_clm2 a:hover img, .pickup_clm1 a:hover img, .pickup_clm4 a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
}

/*
@media screen and (max-width: 770px) {
	#top_pickup_area {
		width:100%;
		margin:10px auto 40px auto;
	}
	
	.pickup_clm3 {
		width:50%;
		height:auto;
		margin:5px 0px;
	}
	
	.pickup_clm3 img {
		width:98%;
		height:auto;
	}
	
	.pickup_clm2 {
		width:50%;
		height:auto;
		margin:5px 0px;
	}
	
	.pickup_clm2 img {
		width:98%;
		height:auto;
	}
	
	.pickup_clm1 {
		width:50%;
		height:auto;
		margin:5px 0px;
	}
	
	.pickup_clm1 img {
		width:98%;
		height:auto;
	}
}
*/

/* SP用 ------------------------------- */
#sp_top_pickup_area {
	width:100%;
	margin:10px auto 40px auto;
	overflow: hidden;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap:wrap;
}

.sp_pick{
	width:100%;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap:wrap;
}

.sp_pickup_clm3 {
	width:100%;
	height:auto;
	margin:3px 0px;
}

.sp_pickup_clm3 img {
	width:98%;
	height:auto;
}

.sp_pickup_clm2 {
	width:50%;
	height:auto;
	margin:3px 0px;
}

.sp_pickup_clm2 img {
	width:98%;
	height:auto;
}

.sp_pickup_clm1 {
	width : 33.33333% ;
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;
	height:auto;
	margin:3px 0px;
}

.sp_pickup_clm1 img {
	width:98%;
	height:auto;
}

.sp_pickup_clm4 {
	width:25%;
	height:auto;
	margin:3px 0px;
}

.sp_pickup_clm4 img {
	width:98%;
	height:auto;
}

#column2{
	width: 100%;
	display: inline-flex;
	flex-wrap:wrap;
}

#column2 li{
	display: inline-block;
	width: 50%;
	text-align: center;
}

#column2 li img{
	width: 95%;
	margin: 10px auto;
}

@media screen and (max-width: 770px) {
	#column2 li.flat{
		width: 100%;
		display: block;
	}
}

/* -------------------------------------------------
     contents
 --------------------------------------------------- */
#contents_area {
	clear:both;
	float:left;
	width:1100px;
	height:auto;
	margin:10px auto 50px auto;
	overflow:hidden;
}

.contents_clm {
	float:left;
	width:540px;
	height:auto;
	margin:10px 5px;
}

.contents_clm img {
	width:540px;
	height:auto;
}

.contents_clm a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
}

@media screen and (max-width: 770px) {
	#contents_area {
		width:100%;
		margin:10px auto 30px auto;
	}
	
	.contents_clm {
		float:none;
		width:98%;
		margin:10px auto;
	}
	
	.contents_clm img {
		width:100%;
		height:auto;
	}
}