@charset "utf-8";
/* PC/スマホ共通表示 */

.-----PC_MOBILE_COMMON_CSS_START----- {}
#main_image {
	overflow: hidden;
	position: absolute;
	height: 813px;
	width: 100%;
	z-index: 0;
	left: 0px;
	top: 105px;
	background-color: #FFF;
}
#main_image #slider {
	width: 100%;
	height: 813px;
	display: none;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
#main_image .body {
	background-image: url(../img/main_text1_bg.png);
	background-repeat: repeat;
	background-position: center top;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	z-index: 99999;
}
#main_image .body .wrapper {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	padding-bottom: 35px;
}
#main_image .body .wrapper .text {
	color: #FFF;
}
#main_image .body .wrapper .text h1 {
	font-size: 27px;
	font-weight: normal;
	line-height: 110%;
	margin-bottom: 12px;
	letter-spacing:-1px;
}
#main_image .body .wrapper .text ul li{
	font-size: 15px;
	line-height: 150%;
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 5px;
}
#main_image .body .wrapper .text .btn {
	margin-top: 15px;
}
#main_image .body .wrapper .text .btn a {
	font-size: 14px;
	font-weight: bold;
	color: #155A90;
	text-decoration: none;
	display: block;
	text-align: center;
	height: 41px;
	width: 323px;
	line-height: 41px;
	background-color: rgba(255,255,255,0.8);
	transition: 0.4s;
	margin-right: auto;
	margin-left: auto;
}
#main_image .body .wrapper .text .btn a:hover {
	opacity:0.7;
}



#top_contents {
	margin-top: 743px;
	position: relative;
	
}
#introduction .wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
	width: 891px;
	margin-right: auto;
	margin-left: auto;
}
#introduction .wrapper .ttl {
	text-align: center;
	margin-bottom: 20px;
}
#introduction .wrapper nav ul {
	width: 100%;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
#introduction .wrapper nav ul li {
	width: 217px;
}
#introduction .wrapper nav ul li a {
	box-sizing: border-box;
	width: 217px;
	background-repeat: no-repeat;
	height: 217px;
	text-align: center;
	display: block;
	font-size: 20px;
	font-weight: normal;
	color: #145990;
	text-decoration: none;
	padding-top: 163px;
	line-height: 130%;
	transition:0.4s;
}
#introduction .wrapper nav ul li a:hover {
	opacity:0.6;
}
#introduction .wrapper nav ul li:nth-of-type(1) a {
	background-image: url(../img/intro_bg01.png);
}
#introduction .wrapper nav ul li:nth-of-type(2) a {
	background-image: url(../img/intro_bg02.png);
}
#introduction .wrapper nav ul li:nth-of-type(3) a {
	background-image: url(../img/intro_bg03.png);
}
#introduction .wrapper nav ul li:nth-of-type(4) a {
	background-image: url(../img/intro_bg04.png);
}



#business {
	background-image: url(../img/body002_bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:contain;
}
#business .wrapper {
	background-image: url(../img/body002_bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 50px;
	padding-bottom: 50px;
	background-size: contain;
}

#business .business {
	width: 891px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:55px;
}
#business .business .ttl {
	text-align: center;
	margin-bottom: 15px;
	font-size: 15px;
	color: #155A90;
}
#business .business nav ul {
	width: 100%;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
#business .business nav ul li {
	width: 295px;
	background-repeat: no-repeat;
	height: 230px;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 3px;
	cursor:pointer;
	transition:0.4s;
}
#business .business nav ul li:hover {
	opacity:0.7;
}
#business .business nav ul li a {
	font-size: 17px;
	line-height: 45px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	background-image: url(../img/business_btn_bg.png);
	background-repeat: no-repeat;
	height: 45px;
	width: 295px;
	position: absolute;
	left: 0px;
	bottom: 0px;

}

#business .business nav ul li:nth-of-type(1) {
	background-image: url(../img/business_bg01.jpg);
}
#business .business nav ul li:nth-of-type(2) {
	background-image: url(../img/business_bg02.jpg);
}
#business .business nav ul li:nth-of-type(3) {
	background-image: url(../img/business_bg04.jpg);
}
#business .business nav ul li:nth-of-type(4) {
	background-image: url(../img/business_bg03.jpg);
}
#business .business nav ul li:nth-of-type(5) {
	background-image: url(../img/business_bg05.jpg);
}
#business .business nav ul li:nth-of-type(6) {
	background-image: url(../img/business_bg06_2025.jpg);
}

#business .tech {
	width: 891px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:55px;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
}
#business .tech .ttl {
	text-align: center;
	margin-bottom: 20px;
	font-size: 28px;
	color: #155A90;
	font-weight: normal;
	width: 100%;
}
#business .tech .selecter {
	width: 381px;
	display: block;
}
#business .tech .selecter ul {
	width: 100%;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
#business .tech .selecter ul li {
	width: 125px;
}
#business .tech .selecter ul li:nth-of-type(n+4) {
	margin-top: 3px;
}


#business .tech .selecter ul li a {
	background-image: url(../img/tech_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border: 6px solid #C1CFE3;
	height: 125px;
	width: 125px;
	text-align: center;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 130%;
	font-weight: normal;
	color: #3F8D85;
	text-decoration: none;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	transition:0.4s;
}
#business .tech .selecter ul li a:hover {
	border: 6px solid #155A90;
}


#business .tech .view_area {
	width: 494px;
	display: block;
	background-color: #EBEBF1;
}
#business .tech .view_area .view_box {
	width: 100%;
	box-sizing: border-box;
	padding-top: 20px;
	padding-right: 27px;
	padding-bottom: 20px;
	padding-left: 27px;
}
#business .tech .view_area .view_box h1 {
	font-size: 25px;
	line-height: 120%;
	font-weight: normal;
	color: #408E85;
	margin-bottom: 5px;
}
#business .tech .view_area .view_box p {
	margin-bottom: 7px;
}
#business .tech .view_area .view_box .photo {
	width: 100%;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}

#business .tech_02 {
	width: 883px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:55px;
}
#business .tech_02 .ttl {
	text-align: center;
	margin-bottom: 20px;
	font-size: 28px;
	color: #155A90;
	font-weight: normal;
	width: 100%;
}
#business .tech_02 .lead {
	margin-bottom: 5px;
	font-size: 20px;
	color: #50A6B2;
	width: 100%;
}
#business .tech_02 p {
	margin-bottom: 20px;
	font-size: 107%;
	width: 100%;
}
#business .tech .selecter {
	width: 100%;
	display: block;
}
#business .tech_02 .selecter ul {
	width: 100%;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
#business .tech_02 .selecter ul li {
	width: 290px;
	margin-bottom: 7px;
}


#business .tech_02 .selecter ul li a {
	background-image: url(../img/tech_bg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	border: 6px solid #C1CFE3;
	height: 75px;
	width: 290px;
	text-align: center;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 130%;
	font-weight: normal;
	color: #2E5372;
	text-decoration: none;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	transition: 0.4s;
}
#business .tech_02 .selecter ul li a:hover {
	border: 6px solid #155A90;
}
#business .tech_02 .selecter .ttl_02 {
	text-align: center;
	font-size: 115%;
	margin-bottom: 5px;
	color: #155A90;
}


#business .personal {
	background-color: #447ba6;
	color: #FFF;
	padding-right: 25px;
	padding-left: 25px;
	width: 891px;
	box-sizing: border-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin-right: auto;
	margin-left: auto;
}
#business .personal .body {
	width: 525px;
	padding-top: 22px;
}
#business .personal .body .ttl {
	font-size: 19px;
	line-height: 130%;
	font-weight: normal;
	color: #FFF;
	margin-bottom:5px;
}
#business .personal .body p {
	font-size: 92%;
	line-height: 140%;
}
#business .personal .body .btn {
	width: 340px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#business .personal .body .btn a {
	font-size: 115%;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: rgba(255,255,255,0.3);
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	transition:0.4s;
}
#business .personal .body .btn a:hover {
	opacity:0.6;
}


#business .personal .photo {
	width: 290px;
	line-height: 0px;
}



#factory {
	background-color: #E7E7EF;
}

#factory .wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/factory_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	box-sizing: border-box;
	padding-top: 35px;
	padding-bottom: 35px;
	padding-right: 35px;
	padding-left: 35px;
}
#factory .wrapper .ttl {
	font-size: 28px;
	line-height: 130%;
	font-weight: normal;
	color: #145990;
	margin-bottom: 5px;
}
#factory .wrapper .text {
	width: 530px;
}
#factory .wrapper .text li {
	padding-left: 1em;
	text-indent: -1em;
}

#factory .wrapper .btn {
	width: 530px;
	margin-top: 15px;
}
#factory .wrapper .btn a {
	color: #FFF;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: #155A90;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	margin-right: auto;
	margin-left: auto;
	width: 220px;
	transition:0.4s;
}
#factory .wrapper .btn a:hover {
	opacity:0.6;
}




#recruit .wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
	width: 891px;
	margin-right: auto;
	margin-left: auto;
}
#recruit .ttl {
	text-align: center;
	margin-bottom: 15px;
	font-size: 15px;
	color: #155A90;
}
#recruit nav ul {
	width: 100%;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
#recruit nav ul li {
	width: 440px;
	margin-bottom: 10px;
}
#recruit nav ul li a {
	width: 440px;
	box-sizing: border-box;
	font-size: 25px;
	line-height: 201px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right center;
	height: 201px;
	text-align: center;
	display: block;
	background-color: #155A90;
	padding-right: 214px;
	transition:0.4s;
}
#recruit nav ul li a:hover {
	opacity:0.7;
}
#recruit nav ul li:nth-of-type(1) a {
	background-image: url(../img/recruit_p01.jpg);
}
#recruit nav ul li:nth-of-type(2) a {
	background-image: url(../img/recruit_p02.jpg);
}
#recruit .banner {
	text-align: center;
	margin-top: 15px;
}
#recruit .banner a {
	transition:0.4s;
}
#recruit .banner a:hover {
	opacity:0.6;
}

#footer_banner {
	background-color: #E7E7EF;
}




#topics {
	background-color: #E7E7EF;
}
#topics .wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#topics .ttl {
	padding-top: 40px;
	padding-bottom: 15px;
	text-align: center;
}
#topics #topics_list dl {
	height: 180px;
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
}
#topics #topics_list dl dt {
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	clear: both;
	float: left;
	background-image: url(../common/img/arrow_01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	font-weight: bold;
	width: 108px;
	color: #FF9900;
}
#topics #topics_list dl dd {
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	padding-left: 130px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BBB;
	margin-right: 1.5em;
}
#topics #topics_list dl dd a {
	color: #333;
	text-decoration: none;
}
#topics #topics_list dl dd a:hover {
	color: #0066CC;
	text-decoration: underline;
}
#topics #topics_list dl dd a.false,
#topics #topics_list dl dd a.false:hover {
	color: #333;
	text-decoration: none;
	cursor:text;
}


.-----PC_MOBILE_COMMON_CSS_END----- {}


/* スマートフォン用CSS */
@media screen and (max-width: 640px) {
	
.-----MOBILE_ONLY_CSS_START----- {}

#main_image {
	position: relative;
	height: auto;
	top: auto;
	background-color: #FFF;
}
#main_image #slider {
	height: 410px;
	display: none;
	background-repeat: no-repeat;
	background-position: center bottom;
	overflow: hidden;
	position: relative;
}
#main_image .body {
	position: static;
	width: 100%;
	left: auto;
	bottom: auto;
}
#main_image .body .wrapper {
	width: 640px;
	background-image: none;
	height: auto;

}
#main_image .body .wrapper .text {
	width: 600px;
	color: #FFF;

	background-size: contain;
	margin-right: auto;
	margin-left: auto;
	
}
#main_image .body .wrapper .text h1 {
	font-size: 36px;
	font-weight: normal;
	line-height: 140%;
	margin-bottom:8px;
}
#main_image .body .wrapper .text ul li {
	font-size: 24px;
	line-height: 150%;
	margin-bottom:7px
}

#main_image .body .wrapper .text .btn a {
	font-size: 24px;
	height: 60px;
	width: 100%;
	line-height: 60px;
}



#top_contents {
	margin-top: 0px;
	padding-top: 0px;
	position: relative;
}



#introduction .wrapper {
	padding-top: 40px;
	padding-bottom: 15px;
	width: 600px;
}
#introduction .wrapper nav ul li {
	width: 295px;
	margin-bottom:10px;
}
#introduction .wrapper nav ul li a {
	width: 295px;
	height: 295px;
	font-size: 32px;
	padding-top: 220px;
	line-height: 130%;
	background-size:cover;
}

#business .wrapper {
	background-image: url(../img/body002_bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 50px;
	padding-bottom: 50px;
	background-size: contain;
}

#business .business {
	width: 600px;
	margin-bottom:40px;
}
#business .business .ttl {
	font-size: 24px;
}
#business .business nav ul li {
	margin-bottom: 10px;
}
#business .business nav ul li a {
	font-size: 22px;

}

#business .tech {
	width: 600px;
	margin-bottom:20px;
}
#business .tech .ttl {
	text-align: center;
	margin-bottom: 20px;
	font-size: 32px;
	color: #155A90;
	font-weight: normal;
	width: 100%;
}
#business .tech .selecter {
	width: 600px;
}
#business .tech .selecter ul {

}
#business .tech .selecter ul li {
	width: 193px;
}
#business .tech .selecter ul li:nth-of-type(n+4) {
	margin-top: 10px;
}


#business .tech .selecter ul li a {
	border: 6px solid #C1CFE3;
	height: 193px;
	width: 193px;
	font-size: 24px;
	line-height: 130%;
	background-size:cover;
}
#business .tech .selecter ul li a:hover {
	border: 6px solid #155A90;
}


#business .tech .view_area {
	width: 600px;
	margin-top:15px;
	
}
#business .tech .view_area .view_box {
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#business .tech .view_area .view_box h1 {
	font-size: 30px;
	margin-bottom: 7px;
}
#business .tech .view_area .view_box p {
	font-size: 107%;
	line-height: 140%;
	margin-bottom: 15px;
}
#business .tech .view_area .view_box .photo img {
	width:265px;
	height:auto;
}




#business .tech_02 {
	width: 600px;
	margin-bottom:20px;
}
#business .tech_02 .ttl {
	text-align: center;
	margin-bottom: 20px;
	font-size: 32px;
	color: #155A90;
	font-weight: normal;
	width: 100%;
}
#business .tech_02 .lead {
	font-size: 28px;
}
#business .tech_02 p {

}
#business .tech .selecter {
	width: 100%;
	display: block;
}
#business .tech_02 .selecter ul {
	width: 100%;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
#business .tech_02 .selecter ul li {
	width: 295px;
	margin-bottom: 10px;
}


#business .tech_02 .selecter ul li a {
	height: 80px;
	width: 295px;
	font-size: 24px;
}
#business .tech_02 .selecter ul li a:hover {

}





#business .personal {
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom:25px;
	width: 600px;
	box-sizing:border-box;
}
#business .personal .body {
	width: 100%;
	padding-top: 25px;
	margin-bottom:20px;
}
#business .personal .body .ttl {
	font-size: 30px;
	line-height: 130%;
	margin-bottom:7px;
}
#business .personal .body p {
	font-size: 107%;
	line-height: 140%;
}
#business .personal .body .btn {
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}


#business .personal .photo {
	width: 100%;
}
#business .personal .photo img {
	width: 100%;
	height:auto;
}


#factory {
	background-color: #E7E7EF;
}

#factory .wrapper {
	width: 100%;
	box-sizing: border-box;
	background-size: contain;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 432px;
	padding-left: 25px;
	background-position: center bottom;
}
#factory .wrapper .ttl {
	font-size: 30px;
	line-height: 130%;
	margin-bottom: 7px;
}
#factory .wrapper .text {
	width: 100%;
	font-size: 107%;
	line-height: 140%;
}

#factory .wrapper .btn {
	width: 100%;
	margin-top: 15px;
}
#factory .wrapper .btn a {
	font-size:115%;
	width: 100%;
}

#recruit .wrapper {
	padding-top: 40px;
	padding-bottom: 20px;
	width: 600px;
}
#recruit .ttl {
	font-size: 28px;
}
#recruit nav ul li {
	width: 600px;
	margin-bottom: 20px;
}
#recruit nav ul li a {
	width: 600px;
	font-size: 32px;
}
#recruit .banner{
	margin-top:0;
}
#recruit .banner img {
	width:600px;
	height:auto;
}



#topics {
	padding-top: 20px;
	padding-bottom: 20px;
}
#topics .wrapper {
	width: 100%;
}
#topics .ttl {
	font-size: 43px;
}
#topics #topics_list dl {
	height: 320px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	font-size:130%;
}
#topics #topics_list dl dt {
	padding-top: 0.7em;
	padding-bottom: 0em;
	clear: none;
	float: none;
	width: auto;
	margin-right: 0;
	margin-left: 0;
	background-position: left 24px;
	background-size: 24px 24px;
	padding-left: 32px;
}
#topics #topics_list dl dd {
	padding-top: 0.1em;
	padding-bottom: 0.7em;
	padding-left: 0px;
	margin-right: 0;
	margin-left: 0;
}

#footer_banner img {
	width:295px;
	height:auto;
}


.-----MOBILE_ONLY_CSS_END----- {}

	
}
