<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

header{
	display: none;
}
div .container{
	display: none;
}
div h1{
	display: none;
}
footer {
	display: none;
}
.foot-primary{
	display: none;
}
.foot-bottom{
	display: none;
}

/*サイドバー打消し*/
#sidebar {
	display: none;
}
#main_r {
	display: none;
}
#main_l {
	display: none;
}
/*自動生成ぶん打消し*/
div#content{
	width: 100%!important;
}
div#main{
	width: 100%!important;
}
div#main_l{
	width: 100%!important;
}
/*ヘッダー*/
.beetle-head{
	box-sizing: border-box;
	height: 70px;
	padding: 0;
	border-bottom: 1px solid #eee;
	display: block;
	width: 100%;
	margin: 0 auto;
}
.beetle-logo{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 950px;
	margin: 0 auto;
}
.beetle-logo img{
	display: block;
	padding: 0 10px;
	border: 0;
}
/***************/
.beetle-mainimg{
	width: 100%;
	height: 250px;
	background: url(/ib/img/agt/beetle-main.jpg) no-repeat 50% 68%;
	background-size: cover;
	padding-top: 100px;
	margin: 20px 0;
	display: block;
	zoom:1;
	position: relative;

}
.beetle-mainimg h2{
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 0 1em rgba(0,0,0,0.5);
	margin-left: 10px;
}
.beetle-main{
	width: 950px;
	margin: 0 auto;
}
/*リスト*/
.beetle-lst{
	width: 950px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.beetle-lst li{
	margin-bottom: 20px;
	width: 310px;
}
.beetle-lst li p{
	font-size: 1.0rem;
	color: #fff;
	padding: 10px;
	background-color: #cd0d0c;
	height: 45px;
}
/*ボタン*/
.beetle-btn{
	margin: 30px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	justify-content: flex-end;
}
.beetle-btn a{
	width: 220px;
	height: 35px;
	vertical-align: middle;
	border: #ccc 1px solid;
	border-radius: 7px;
	padding: 15px 0 0 90px;
	font-size: 1.0rem;
	font-weight: bold;
	background-image: -moz-linear-gradient(top,#fff 0% #ccc);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#ccc));
}
.beetle-btn ::after{
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 6px solid transparent;
	border-left: 6px solid #036;
	content: "";
	position: absolute;
	margin:6px 0 0 10px;
}
/*フッタ-*/
.beetle-foot{
	width: 100%;
	background-color: #222;
}
.beetle-foot p{
	width: 950px;
	margin: 0px auto -20px;
	color: #fff;
	font-size: 0.8rem;
	text-align: right;
	padding: 15px 0;
}

/***テーブル***/
/**ヘッダー*/
#topics #beetle-head{
	margin: 30px auto 0;
	width: 950px;
}
#topics #beetle-head div.tabilogo{
	float: left;
	margin-right: 347px;
}
#topics #beetle-head div.beetlelogo{
	float: right;
}
/***メイン*/
#topics #beetle-main {
	width: 970px;
	margin: 0 auto;
}
#topics #beetle-main table{
	margin: 5px;
}
#topics #beetle-main table td{
	width: 300px;
}
#topics #beetle-main table .beetle-art{
	font-size: 1.0rem;
	color: #fff;
	padding: 10px;
	background-color: #cd0d0c;
	height: 45px;
}
#topics #beetle-main .beetle-btt{
	margin: 30px 0px;
}
#topics #beetle-main .beetle-btt a{
	width: 220px;
	height: 35px;
	margin-left: 720px;
	vertical-align: middle;
	border: #ccc 1px solid;
	border-radius: 7px;
	padding: 15px 60px;
	font-size: 1.0rem;
	font-weight: bold;
	background-image: -moz-linear-gradient(top,#fff 0% #ccc);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#ccc));
}</pre></body></html>