
/**************************************************************************************/
/**************************************************************************************/
/* PC Site*/
/**************************************************************************************/
/**************************************************************************************/




.top_mainimagebox{
	width : 100% ;
	height : 790px  ;
	overflow: hidden ;
}

.top_mainimage{
	position : absolute ;
	top : 0px ;
	left : 0px ;
	width : 100% ;
	height : auto ;
	z-index : 1 ;
}

.top_mainimage_flex{
	position : absolute ;
	top : 250px ;
	left : 50% ;
	width : 900px ;
	height : auto ;
	margin-left : -450px ;
	z-index : 14 ;
}
.top_mainimage_flex_item{
	width : 210px ;
	height : 210px ;
	overflow : hidden ;
	margin-bottom : 36px ;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.3) ;
}
.top_mainimage_flex_search{
	width : 100% ;
}




.top_title{
	width : 100% ;
	height : auto ;
	font-size : 30px ;
	text-align : center ;
	margin-bottom : 60px ;
	letter-spacing: 4px ;
}

.top_title span{
	border-bottom : 1px solid #0E7FC3 ;
}


.top_searchlike_superbox{
	width : 100% ;
	height : auto ;
	padding : 80px 0px ;
	background-color : #FFFFFF ;
}

.top_searchlike_flex{
	width : 90% ;
	max-width : 980px ;
	height : auto ;
	margin : 0px auto ;
}

.top_searchlike_itembox{
	width : 230px ;
	height : 146px ;
	margin-bottom : 4px ;
	overflow : hidden ;
	box-shadow : 4px 4px 4px rgba(0,0,0,0.3);
}
.top_searchlike_itembox_dummy{
	width : 230px ;
	height : 1px ;
	margin-bottom : 0px ;
}


.top_searchlike_item_imagebox{
	width : 324px ;
	height : 244px ;
	overflow : hidden ;
}
.top_searchlike_item_imagebox img{
	position : absolute ;
	top :0px ;
	left : 0px ;
	width : 100% ;
	height : auto ;
}

.top_searchlike_item_title{
	width : 100%;
	height : 62px ;
	line-height: 62px ; 
	background-color : #0E7FC3 ;
	color : #FFFFFF ;
	text-align : center ;
	font-size : 18px ;
}

.top_searchlike_item_title_arrow{
	position : absolute ;
	top : 50% ;
	right : 20px ;
	width : 24px ;
	height : auto ;
	margin-top : -12px ;
}

.top_searchpickup_superbox{
	width : 100% ;
	height : auto ;
	padding : 80px 0px 120px ;
	background-color : #D8EDDE ;
	background-image : url("../images/top/top_search_back.png");
	background-repeat: repeat-x ;
	background-position: 0% 100.1% ; 
}

.top_search_pickup_bar{
	width : 480px ;
	height : auto ;
	margin-bottom : 24px ;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.3) ;
}

.top_search_pickup_bar_dummy{
	width : 480px ;
	height : 1px  ;
	margin-bottom : 0px ;
}


.top_blog_itembox{
	width : 100% ;
	height : auto ;
	padding : 24px 0px ;
	border-top : 1px solid #EEEEEE 
}
.top_blog_itembox.first{
	border-top : none ;
}

.top_blog_item_storybox{
	float : right ;
	width : 520px ;
}

.top_blog_item_imagebox{
	float : left ;
	width : 144px ;
	height : 100px ;
	overflow : hidden ;
}
.top_blog_item_imagebox img{
	position : absolute ;
	top : 0px ;
	left : 0px ;
	width : 100% ;
	height : auto ;
}

.top_blog_item_date{
	font-size : 13px ;
	color : #01B868 ;
	margin-top : 0px ;
}

.top_blog_item_title{
	font-size : 15px ;
	margin-top : 16px ;
}


.top_news_itembox{
	width : 100% ;
	padding : 20px 0px ;
	border-top : 1px solid #EEEEEE ;
}
.top_news_itembox.first{
	border-top : none ;
}
.top_news_itembox span{
	color : #01B868 ;
	margin-right : 16px ;
}


.top_blogleft{
	float : left ; 
	width : 680px ;
	margin-top : 90px ;
}


.top_blogright{
	float : right ; 
	width : 260px ;
	margin-top : 90px ;
}

.top_blogright_bar{
	width : 100% ;
	height : auto ;
	margin-bottom : 20px ;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.3) ;
}


.top_blog_title{
	width  : 100% ;
	height : 50px ;
	line-height : 50px ;
	font-size : 26px ;
	font-weight : 600 ;
}

.top_blog_title.follow{
	margin-top : 72px ;
}

.top_blog_title_link{
	position : absolute ;
	top : 0px ;
	right : 0px ;
	width : 120px ;
	height : 50px ;
	line-height : 50px ;
	font-size : 13px ;
	text-align : right ;
}

.top_blog_title_link_arrow{
	display : inline-block ;
	width : 13px ;
	height : auto ;
	margin-left :4px ;
	vertical-align: -4px 
}
.top_blog_title_bar{
	width : 100% ;
	height : 3px ;
	background-color : #EEEEEE ;
}
.top_blog_title_bar div{
	width : 60px  ;
	height : 3px ;
	background-color : #01B868 ;
}











@media screen and (max-width: 1200px) {



}


/**************************************************************************************/
/**************************************************************************************/
/* TB Site*/
/**************************************************************************************/
/**************************************************************************************/
@media screen and (max-width: 980px) {







.top_mainimagebox{
	height : 620px ;
}

.top_mainimage{
}




.top_mainimage_flex{
	top : 80px ;
	left : 50% ;
	width : 540px ;
	margin-left : -270px ;
}
.top_mainimage_flex_item{
	width : 260px ;
	height : 160px ;
	margin-bottom : 18px ;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.3) ;
}
.top_mainimage_flex_search{
	width : 100% ;
	margin-top : 40px;
}




.top_title{
	font-size : 40px ;
	margin-bottom : 40px ;
}

.top_title span{
}


.top_searchlike_superbox{
	padding : 60px 0px ;
}

.top_searchlike_flex{
	width : 600px ;
	max-width : 600px ;
}

.top_searchlike_itembox{
	width : 290px ;
	height : 180px ;
	margin-bottom : 24px ;
}
.top_searchlike_itembox_dummy{
	width : 290px ;
}


.top_searchlike_item_imagebox{
	width : 298px ;
	height : 234px ;
}
.top_searchlike_item_imagebox img{
}

.top_searchlike_item_title{
	height : 54px ;
	line-height: 54px ; 
	font-size : 22px ;
}

.top_searchlike_item_title_arrow{
	position : absolute ;
	top : 50% ;
	right : 20px ;
	width : 32px ;
	height : auto ;
	margin-top : -16px ;
}

.top_searchpickup_superbox{
	padding : 90px 0px ;
}

.top_search_pickup_bar{
	width : 600px ;
	margin-bottom : 12px ;
}

.top_search_pickup_bar_dummy{
	width : 600px ;
}



.top_blog_itembox{
	border-top : 2px solid #EEEEEE 
}
.top_blog_itembox.first{
}

.top_blog_item_storybox{
	width : 340px ;
}

.top_blog_item_imagebox{
	width : 240px ;
	height : 134px ;
}
.top_blog_item_imagebox img{
}

.top_blog_item_date{
	font-size : 20px ;
	margin-top : 0px ;
}

.top_blog_item_title{
	font-size : 22px ;
	margin-top : 16px ;
}


.top_news_itembox{
	border-top : 2px solid #EEEEEE ;
}
.top_news_itembox.first{
}
.top_news_itembox span{
	display : block ;
}


.top_blog_item_imagebox img{
}

.top_blog_item_date{
	font-size : 18px ;
	margin-top : 24px ;
}

.top_blog_item_title{
	font-size : 20px ;
}
.top_blog_more_wrap{
	width : 360px ;
	height : 60px ;
}

.top_blog_more{
	width : 360px ;
	height : 60px ;
	line-height : 60px ;
	font-size : 20px ;
}

.top_blog_more_arrow{
	width : 32px ;
	margin-top : -16px ;
}





.top_blogleft{
	float : none ; 
	width : 600px ;
	margin-top : 90px ;
	margin-left : auto ;
	margin-right : auto ;
}


.top_blogright{
	float : none ; 
	padding : 40px 0px 72px ;
	width : 100% ;
	margin-top : 90px ;
	margin-left : auto ;
	margin-right : auto ;
	margin-bottom : -160px ;
	background-color : #EEEEEE ;
}

.top_blogright_wrap{
	width : 540px ;
	margin-left : auto ;
	margin-right : auto ;
}

.top_blogright_bar{
	width : 260px ;
	height : 110px ;
	margin-bottom : 20px ;
}


.top_blog_title{
	height : 60px ;
	line-height : 60px ;
	font-size : 34px ;
}

.top_blog_title.follow{
	margin-top : 72px ;
}

.top_blog_title_link{
}

.top_blog_title_link_arrow{
}
.top_blog_title_bar{
	height : 4px ;
}
.top_blog_title_bar div{
	height : 4px ;
}



.top_blog_tolist{
	width : 380px ;
	height : 60px ;
	line-height : 60px ;
	background-color : #EEEEEE ;
	font-size : 22px ;
	font-weight : 600 ;
	text-align : center ;
	margin : 60px auto 0px  ;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.3) ;
}

.top_blog_tolist_arrow{
	position : absolute ;
	top : 50% ;
	right : 18px ;
	width : 20px ;
	height : auto ;
	margin-top : -10px ;
}


















}