@charset "utf-8";

/*----------------------*/

.pc {
	display: none;
}

.tablet {
	display: none;
}

body {
	-webkit-text-size-adjust: 100%;
}

p, li, dt, dd {
	/*Androidブラウザフォントバグ対策*/
	 max-height: 999999px;
}

.inner{
	width:100%;
	margin:0px auto;
}

html,
body,
#container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom:20px;
}
p{
	font-size: 14px;
	font-size: 1.4rem;
}

.zh-cn{
	font-family: "SimSun", sans-serif !important;
}

/*header*/
header{
	background:#FFF;
	position:fixed;
	width:100%;
	height:50px;
	z-index:999;
	box-shadow: 0 3px 10px rgba(33,33,33,0.1);
}

.header_logo{
	width:100px;
	text-align:center;
	margin:0px auto 0 auto;
	font-size: 10px;
	font-size: 1.0rem;
}
.header_logo a{
	margin:3px auto;
	display:block;
	text-align:center;
	background:url(../img/logo.svg) no-repeat center 0;
	background-size:auto 44px;
	height:44px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.header_logo a:hover{
	color:#EE7500;
}
.header_logo img{
	margin:3px 0 0 0;
	height:44px;
	width:auto;
}

.header_menu_btn{
	position:absolute;
	top:10px;
	right:10px;
	margin:0;
}
.header_menu_btn i{
	font-size: 24px;
	font-size: 2.4rem;
}

#header_menu{
	position: fixed;
	top:0;
	right:-100%;
	width:100%;
	height:100%;
	overflow:auto;
	z-index:9998;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background:#FFF;
	z-index:9999;
}
#header_menu #header_close{
	position:absolute;
	top:10px;
	right:10px;
	padding:5px 8px 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:left;
	background:#FFF;
	z-index:9999;
	cursor:pointer;
}
#header_menu #header_close i{
	font-size: 26px;
	font-size: 2.6rem;
	color:#000;
}
#header_menu_box{
	background:#FFF;
	margin:0;
	height:100%;
	overflow:scroll;
	-webkit-overflow-scrolling : touch;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header_menu ul{
	width:100%;
	margin:10px auto 0 auto;
}

#header_menu li{
	position:relative;
}
#header_menu li a{
	display:block;
	padding:5px 20px;
	font-weight:bold;
	font-size: 15px;
	font-size: 1.5rem;
}
#header_menu li a img,
#header_menu li a i{
	color:#EE7500;
	margin:0 15px 0 0;
	width:20px;
	text-align:center;
}

#header_menu .header_contact{
	display:none;
}
#header_menu .header_language{
	margin:50px 20px 20px 20px;
	position:relative;
}
#header_menu .header_language i{
	color:#EE7500;
	margin:0 5px 0 auto;
	width:20px;
	text-align:center;
	position: absolute;
	top:10px;
	bottom:0;
}
#header_menu .header_language select{
	max-width:90%;
	margin:0 0 0 30px;
	padding:0px 10px;
}
#header_menu .header_language:after{
	position: absolute;
	top: 50%;
	right: 5%;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	margin:-3px 0 0 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.header_links{
	display:none;
}
.header_links li a img{
	width:auto;
	height:20px;
	margin:0 5px 0 0;
}

/*footer*/
#footer{
	width:100%;
	background:#FFF;
	position:relative;
	z-index:9;
	padding:10px 0 50px 0;
	border-top:1px solid #B3B3B3;
}

.footer_sns{
	position: relative; 
	overflow: hidden;
	margin:20px 0;
}
.footer_sns ul{
	position: relative;
	left: 50%;
	float: left;
}
.footer_sns li{
	position: relative;
	float:left;
	left: -50%;
	margin:0 20px;
	padding:0 0 0 18px;
	font-size: 15px;
	font-size: 1.5rem;
	text-align:center;
}
.footer_sns li img{
	height:40px;
	width:auto;
}

.footer_link{
	position: relative;
	overflow: hidden;
}
.footer_link ul{
	position: relative;
	width:90%;
	margin:10px auto;
}
.footer_link li{
	position: relative;
	margin:5px 0;
	position:relative;
	padding:0 0 0 18px;
	font-size: 14px;
	font-size: 1.4rem;
}
.footer_link li:before{
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 2px #EE7500;
	border-right: solid 2px #EE7500;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -4px;
	transition:0.7s;
}
.footer_copy{
	text-align:center;
	font-size: 14px;
	font-size: 1.4rem;
}
.footer_copy a{
	color:#333333;
}
.footer_copy a:hover{
	text-decoration:underline;
}

#footer_fixed{
	width:100%;
	position:fixed;	
	bottom:0;
	height:50px;
	background:#EE7500;
	z-index:9999;
}
#footer_fixed p{
	float:left;
	width:50%;
	color:#FFF;
	padding:10px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height:120%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#footer_fixed p.fix_contact{
	line-height:50px;
	font-size: 18px;
	font-size: 1.8rem;
	padding:0 10px;
}
#footer_fixed p.fix_contact i{
	margin:0 10px 0 0;
}
@media(max-width: 374px) {
	#footer_fixed p{
		padding:10px 5px 10px 10px;
		font-size: 11px;
		font-size: 1.1rem;
	}
}
#main{
	width:100%;
	float:left;
}

#side{
	width:100%;
	float:right;
	padding:0 0 80px 0;
}

/* パンくず */
.bread{
	width:94%;
	margin:10px auto 0 auto;
}
.bread li{
	float:left;
	margin-right:5px;
	font-size: 12px;
	font-size: 1.2rem;
}

.bread li a{
	color:#EE7500;
	font-weight:bold;
}
.bread li a:hover{
	text-decoration:underline;
}
.bread li:after{
	display:inline-block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	margin:0 10px;
}
.bread li:last-child:after{
	content:none;
	margin:0;
}

/*ページャー*/
.pager_box{
	text-align: center;
	margin:30px 0;
	padding:5px 0;
}
.pager {
	display: inline-block;
	/display: inline; /*forIE7*/
	/zoom: 1; /*forIE7*/
	margin-right: -3px;
	font-size: 12px;
	font-size: 1.2rem;
}

.pager .current{
	display: inline-block;
	height:34px;
	line-height:34px;
	padding: 0 10px;
	background: #EE7500;
	color: #FFF;
	border:1px solid #EE7500;
	margin-right: 5px;
}
.pager a {
	display: inline-block;
	border:1px solid #f2f2f2;
	padding: 0 10px;
	color: #000;
	background: #f2f2f2;
	margin-right: 5px;
	height:34px;
	line-height:34px;
}
.pager a:hover {
	color: #FFF !important;
	background: #EE7500;
}
.detail_btn{
	position:relative;
	margin:30px 0;
}
.prev_btn{
	float:left;
	width:40%;
}
.next_btn{
	float:right;
	width:40%;
}

/*タブ*/
.tab{
	border-bottom:5px solid #dc2000;
}
.tab ul{
	margin-bottom:0;
}
.tab ul li{
	float:left;
	margin:0 1% 0 0;
	display:block;
	background:#F2F2F2;
	color:#000;
	height:35px;
	line-height:35px;
	width:19%;
	text-align:center;
	cursor:pointer;
	font-size: 12px;
	font-size: 1.2rem;
}
.tab ul li.active{
	background:#dc2000;
	color:#FFF;
}
.tab ul li:hover,
.tab ul li a:hover{
	background:#dc2000;
	color:#FFF;
}

.tab_l ul li{
	height:auto;
	line-height:110%;
	margin:0 0 0 2%;
	padding:5px 0;
	width:49%;
	font-size: 15px;
	font-size: 1.5rem;
}
.tab_l ul li:first-child{
	margin:0;
}
.tab_l ul li span{
	font-size: 10px;
	font-size: 1.0rem;
}

.tabbox{
	display:none;
}

.search_catelist_sp{
	margin:50px 0 0 0;
}
.search_catelist_sp_fixed{
	width:100%;
	margin:0 0 5px 0;
	position:fixed;
	top:50px;
	z-index:99;
}

.scroll_nav {
}
.scroll_nav_box {
	overflow-y: hidden;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	padding:5px;
}
/*
.scroll_nav_box{overflow-x:scroll;}
.scroll_nav_box::-webkit-scrollbar{height:5px;}
.scroll_nav_box::-webkit-scrollbar-track{background:#dc2000;}
.scroll_nav_box::-webkit-scrollbar-thumb{background:#dc2000;}
*/


.scroll_nav_box ul {
	display: table;
	list-style: none;
	margin: 0 auto 0 0;
	padding:0 0 5px 0;
}

.scroll_nav_box ul li{
	display: table-cell;
	white-space: nowrap;
	font-size: 12px;
	font-size: 1.2rem;
}
.scroll_nav_box ul li p{
	cursor:pointer;
	height:35px;
	line-height:35px;
	padding:0 10px;
	background:#F2F2F2;
	color:#000;
	margin:0 3px 0 0;
}
.scroll_detail_box{
	display:none;
}

#sub_contents{
	padding:0 0 40px 0;
}


/*--------------*/

.title{
	text-align:center;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight:bold;
	line-height:100%;
	margin:50px 0;
	position:relative;
}
.title span{
	font-size: 22px;
	font-size: 2.2rem;
}
.title span.s_size{
	font-size: 18px;
	font-size: 1.8rem;
}
.title:after{
	display:block;
	content:" ";
	width:95px;
	height:4px;
	background:#EE7500;
	position:absolute;
	left:0;
	right:0;
	bottom:-20px;
	margin:auto;
}
.ulli_center{
	position: relative; 
	overflow: hidden;
}

.ulli_center ul {
	position: relative;
	left: 50%;
	float: left;
}

.ulli_center ul li {
	position: relative;
	left: -50%;
	float: left;
}

.btn{
	padding:0;
	display:block;
}

.btn a{
	display:block;
	border-radius:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	height:44px;
	line-height:40px;
	background:#EE7500;
	box-shadow: 0 3px 10px rgba(33,33,33,0.3);
	color:#FFF !important;
	font-weight:bold;
	text-align:center;
	font-size: 15px;
	font-size: 1.5rem;
}
.btn a i{
	margin:0 15px 0 0;
	font-size:20px;
	color:#FFF;
	line-height:40px;
}

.btn a:hover{
	background-color:rgba(238,117,0,0.8);
	text-decoration:none;
}
/***************************************************/
/*トップ*/
/***************************************************/
#top_content{
	width:100%;
	position:relative;
	background:#FFF;
	padding:50px 0 0 0;
	margin:0;
	z-index:1;
}

section#top_view{
	width:100%;
	z-index:1;
	position:relative;
	line-height:0;
	overflow:hidden;
	vertical-align:top;
	padding:0 0 0 0;
	margin:0;
	font-size:0;
	height:400px;
}

#top_view video{
	width: 100%;
	height:400px;
	font-size:0;
	line-height:0;
	object-fit: cover;
	display: block;
	margin:auto;
	padding:0;
}


.top_main_link{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	height:200px;
	width:90%;
	text-align:center;
}
.top_main_link h1{
	text-align:center;
	font-weight:bold;
	color:#FFF;
	font-size: 27px;
	font-size: 2.75rem;
	text-shadow: 0 3px 10px rgba(33,33,33,0.8);
	margin:0 0 20px 0;
}
.top_main_link img{
	width:40px;
	height:auto;
}
/*--------------*/
#top_cate{
	padding:10px 0 60px 0;
	border-bottom:1px solid #CCCCCC;
}
.cate_list{
}
.cate_list a{
	width:100%;
	margin:15px auto;
	display:block;
	box-shadow: 3px 4px 10px -2px #666;
	text-align:center;
	padding:5px 10px 30px 10px;
	position:relative;
}
.cate_list a img{
	max-width:100%;
	height:auto;
}
.cate_list a:after{
	content:url(../img/top_icon.svg);
	position:absolute;
	bottom:-20px;
	left:0;
	right:0;
	margin:auto;
}
.cate_list a h3{
	font-weight:bold;
	font-size: 12px;
	font-size: 1.2rem;
}
@media(max-width: 374px) {
	.cate_list a h3{
		font-size: 11px;
		font-size: 1.1rem;
	}
}

/*----------------*/
#top_scene{
	padding:10px 0 60px 0;
	border-bottom:1px solid #CCCCCC;
}
.search_list{
}
.search_list a{
	display:block;
	text-align:center;
}
.search_list a img{
	width:90%;
	margin:0px auto;
}
.search_list a h3{
	text-align:center;
	font-weight:bold;
}

/*----------------*/
#top_news{
	padding:10px 0 60px 0;
}
.news_list{
	margin:30px 0 0 0;
}
.news_list_box{
	position:relative;
	padding:0 0 0 100px;
}
.news_list_box p.date{
	position:absolute;
	top:0;
	left:0;
	font-weight:bold;
}

.link_box{
	box-shadow: 3px 4px 10px -2px #666;
	margin:50px 0 0 0;
	border-left:3px solid #EE7500;
	height:180px;
	position:relative;
	overflow:hidden;
}
.link_box img{
	position:absolute;
	bottom:0;
	top:0;
	left:0;
	right:0;
	width:100%;
	margin:auto;
}

a:hover .link_box img{
	width:120%;
}

.link_box .link_box_title{
	width:100%;
	height:50px;
	line-height:50px;
	background:#FFF;
	position:absolute;
	bottom:0;
	left:0;
	font-size: 20px;
	font-size: 2.0rem;
	padding:0 10px;
}
.link_box .link_box_title i{
	color:#EE7500;
	margin:0 20px 0 0;
}
/*----------------*/
.page_title{
	padding:100px 0 0 0;
	width:100%;
	height:356px;
	overflow:hidden;
	position:relative;
}
.page_title h2{
	position:relative;
	text-align:center;
	color:#FFF;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight:bold;
	line-height:256px;
	z-index:999;
	text-shadow: 0 3px 10px rgba(33,33,33,0.3);
}
.page_title .img{
	position:absolute;
	bottom:0;
	z-index:1;
	width:100%;
	height:256px;
	margin:0;
	padding:0;
}
.page_title .img img{
	width:100%;
	height:auto;
}
.page_body{
	padding:50px 0 20px 0;
}
.page_body section{
	padding:0 0 50px 0;
}
.page_body h2{
	margin:50px 0 30px 0;
}

.page_body table{
	width:100%;
	font-size: 16px;
	font-size: 1.6rem;
	margin:0 0 40px 0;
}
.page_body table tr{
	background:#FFF;
}
.page_body table tr:nth-child(even){
	background:#F2F2F2;
}
.page_body table th{
	padding:10px;
	width:25%;
	text-align:left;
}
.page_body table td{
	padding:10px;
}

/*--------------*/
.detail_title{
/*
	border-bottom:1px solid #CCCCCC;
*/
	font-weight:bold;
	font-size: 20px;
	font-size: 2.0rem;
	margin:30px 0 10px 0;
	padding:5px;
}
.detail_date{
	font-size: 15px;
	font-size: 1.5rem;
	float:right;
}
.detail_icon{
	float:left;
	background:#EE7500;
	color:#FFF;
	padding:0 5px;
	margin:0 10px 0 0;
	font-size: 15px;
	font-size: 1.5rem;
}
.detail_tag{
	float:left;
}
.detail_tag li{
	float:left;
	margin:0 10px 0 0;
}
.detail_tag li a{
	color:#EE7500;
}
.detail_tag li a:hover{
	text-decoration:underline;
}
.detail_thumbnail{
	margin:20px 0 0 0;
	text-align:center;
}
.detail_body{
	margin:20px 0 50px 0;
}
.detail_body p{
	font-size: 15px;
	font-size: 1.5rem;
}

.detail_thumbnail img,
.detail_body img{
	max-width:100%;
	height:auto;
}

.detail_body h3 {
	margin: 30px 0 30px 0;
	color: #EE7500;
}
.detail_body a:link,
.detail_body a:visited {
	color: #EE7500;
	font-weight:bold;
}


/*--------------*/
.search_catelist{
	margin:50px 0;
}
.search_catebtn{
	padding:0;
	display:block;
	width:170px;
	position:relative;
	margin:0 5px 0 0;
}

.search_catebtn img{
	position:absolute;
	top:4px;
	left:4px;
	width:36px;
	height:auto;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
}
.search_catebtn a{
	display:block;
	border-radius:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	height:44px;
	line-height:44px;
	background:#F2F2F2;
	color:#000;
/*
	box-shadow: 0 3px 10px rgba(33,33,33,0.3);
*/
	font-weight:bold;
	text-align:center;
	font-size: 11px;
	font-size: 1.1rem;
	padding:0 0 0 25px;
}
.search_catebtn a.active{
	background:#EE7500;
	color:#FFF;
}
.search_catebtn a i{
	margin:0 10px 0 0;
	font-size:20px;
	color:#D9E021;
}

.search_catebtn a:hover{
	background-color:rgba(238,117,0,0.8);
	color:#FFF;
	text-decoration:none;
}
.search_catebtn a:hover i{
	color:#EE7500;
}

.more_btn_1 .btn{
	width:94%;
	margin:30px auto 10px auto;
}
.more_btn_l .btn{
	width:94%;
	margin:0 auto;
}
.more_btn{
	margin:30px auto;
}
.more_btn .btn{
	width:100%;
}
.more_btn .comment{
	color:#EE7500;
	text-align:left;
	margin:20px 0 0 auto;
	font-size: 12px;
	font-size: 1.2rem;
}
/*--------*/
.search_catetbl{

}
.search_catetbl .s_border-left{
	border-left:1px solid #f2f2f2;
}
.search_catetbl_title{
	display:none;
}
.search_catetbl_body{
	border-bottom:1px solid #B3B3B3;
	padding:20px 0 30px 0;
}
.search_catetbl_body .btn{
	margin:20px 0 0 0;
}
.search_catetbl_body .btn a i{
	margin:0 0 0 15px;
	font-size:20px;
	color:#FFF;
	line-height:40px;
}

.search_catetbl_list{
}
.search_catetbl_list img{
	max-width:100%;
	height:auto;
	margin:0 0 5px 0
}
.item_title{
	font-weight:bold;
	font-size: 18px;
	font-size: 1.8rem;
	margin:20px 0;
}
.item_title_2{
	font-size: 22px;
	font-size: 2.2rem;
	margin:0 20px 0 0;
}
.item_title img{
	width:30px;
	height:auto;
	margin:5px;
}
.item_subtitle{
	font-weight:bold;
	padding:10px 0 0 0;
	margin:0;
}
.item_center{
	text-align:center;
}
.item_center img{
	max-width:100%;
	height:auto;
}
.detail_icons{
	text-align:right;
	margin:0 0 10px 0;
}
.detail_icons img{
	height:30px;
	margin:0 0 0 5px;
}
.detail_6icon{
}
.detail_6icon img{
	width:100%;
	height:auto;
}
.detail_box_none{
	padding:20px 0;
}
.detail_box{
	border-top:1px solid #B3B3B3;
	padding:20px 0;
}
.detail_box_none h3,
.detail_box h3{
	font-weight:bold;
	font-size: 18px;
	font-size: 1.8rem;
	margin:10px 15px;
	border-left:5px solid #EE7500;
	padding:0 0 0 15px;
}
.detail_box_none img,
.detail_box img{
	max-width:100%;
	height:auto;
	padding-left:15px;
	padding-right:15px;
}

.detail_last{
	padding:30px 0 0 0;
}

.detail_scene{
	margin:10px 0;
}
.detail_scene video{
	width:100%;
	height:auto;
}
.detail_scene h4{
	color:#EE7500;
	font-weight:bold;
	font-size: 16px;
	font-size: 1.6rem;
}
.detail_scene p{
	font-size: 16px;
	font-size: 1.6rem;
}


/*--------------------------*/
.scene_list{
	margin:0 0 50px 0;
}
.scene_list h4{
	font-weight:bold;
	font-size: 16px;
	font-size: 1.6rem;
	line-height:26px;
	margin:30px 0 10px 0;
	position:relative;
}
.scene_list h4 span{
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	background:#EE7500;
	width:26px;
	height:26px;
	display:inline-block;
	text-align:center;
	color:#FFF;
	font-size: 16px;
	font-size: 1.6rem;
	margin:0 5px 0 0;
}

.scene_listarea video{
	width:100%;
	height:auto;
}
.scene_listbox{
	margin:20px 0;
}
.scene_listbox h5{
	font-weight:bold;
	font-size: 16px;
	font-size: 1.6rem;
	position:relative;
}
.scene_listbox h5 img{
	height:30px;
	margin:0 10px 0 0;
	padding:0;
}
.scene_listbox h5:after{
	position:absolute;
	top:5px;
	right:0px;
	font-family: "Font Awesome 5 Free";
	content:"\f078";
	color:#FFF;
	background:#EE7500;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	width:23px;
	height:23px;
	line-height:23px;
	text-align:center;
	font-size: 14px;
	font-size: 1.4rem;
}
.scene_listbox h5.title_close:after{
	position:absolute;
	top:5px;
	right:0px;
	font-family: "Font Awesome 5 Free";
	content:"\f077";
	color:#FFF;
	background:#EE7500;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	width:23px;
	height:23px;
	line-height:23px;
	text-align:center;
	font-size: 14px;
	font-size: 1.4rem;
}

.scene_listbox ul{
	margin:0 5px;
}
.scene_listbox ul li{
	font-size: 14px;
	font-size: 1.4rem;
	position:relative;
	padding:10px 0 10px 35px;
	line-height:120%;
}
.scene_listbox ul li:before{
	position:absolute;
	left:22px;
	display:block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content:"\f054";
	color:#EE7500;
}

.car1_box{
	position:relative;
}
.car1_box .car1_btn{
	position:absolute;
	margin:0;
}
.car1_box .car1_btn a{
	display:block;
	width:100%;
	height:100%;
/*
	background-color:rgba(0,153,255,0.2);
*/
}
.car1_box .car1_btn1{
	width:29%;
	height:20%;
	left:45%;
	top:6%;
}
.car1_box .car1_btn2{
	width:18%;
	height:22%;
	right:2.5%;
	top:0;

}
.car1_box .car1_btn3{
	width:25%;
	height:21%;
	right:15%;
	bottom:23%;
}
.car1_box .car1_btn4{
	width:32%;
	height:21%;
	left:45%;
	bottom:0;
}
.car1_box .car1_btn5{
	width:25%;
	height:21%;
	left:32%;
	bottom:22.5%;
}
.car1_box .car1_btn6{
	width:23%;
	height:21%;
	left:4%;
	top:49%;
}
.car1_box .car1_btn7{
	width:21%;
	height:20%;
	left:11%;
	top:1%;
}

.info_l,
.info_s{
	margin:0;
	padding:0;
}
.info_l{
	display:none;
}

#top_links{
	padding:10px 0 60px 0;
}
#top_links a{
	display:block;
	margin:10px 0;
}

