@charset "utf-8";

/* Base======================================= */
* {box-sizing: border-box;}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, sub {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	/*border-collapse: collapse;
	border-spacing: 0;*/
	font-size: 100%;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, button, select {
	vertical-align: middle;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: none;
}
img {
	max-width: 100%;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	border: 0;
}
/*イメージ関係100%設定*/
object, embed, video {
	max-width: 100%;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

/* Text======================================= */
html {
	font-family: "Avenir Next", Verdana, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴシック", Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-size:12px;
	line-height: 1.6;
	font-weight: normal;
	color: #ddd;
	text-decoration: none;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	font-size:12px;
	font-weight: bold;
}
table, thead, tbody, tfoot, tr, th, td {
	font-size:12px;
	font-weight: normal;	
}
input, textarea, select, option {
	font-size:12px;
	color: #444;
}
.fontSmall {
	font-size: 10px;
	line-height: 1.4;
}
.bold { font-weight: bold; }


/* Link======================================= */
a:link {
	color: #007EBB;
	text-decoration: none;
}
a:visited {
	color: #007EBB;
	text-decoration: none;
}
a:hover {
	color: #279BDA;
	text-decoration: underline;
}

/* Clearfix======================================= */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }
.clr {
	clear:both;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

/* Float======================================= */
.floatLeft { float: left; display: inline; }
.floatRight { float: right; display: inline; }
.textCenter { text-align: center; }
.textLeft { text-align: left; }
.boxCenter {
	margin-right: auto;
	margin-left: auto;
}

/* Margin======================================= */
.mt5  {margin-top:5px!important;}
.mt10 {margin-top:10px!important}
.mt15 {margin-top:15px!important}
.mt20 {margin-top:20px!important}
.mt25 {margin-top:25px!important}
.mt30 {margin-top:30px!important}
.mt35 {margin-top:35px!important}
.mt40 {margin-top:40px!important}
.mt50 {margin-top:50px!important}
.mt60 {margin-top:60px!important}
.mt70 {margin-top:70px!important}

.ml5  {margin-left: 5px!important}
.ml10 {margin-left: 10px!important}
.ml15 {margin-left: 15px!important}
.ml20 {margin-left: 20px!important}
.ml30 {margin-left: 30px!important}
.ml40 {margin-left: 40px!important}

.mr5  {margin-right: 5px!important}
.mr10 {margin-right: 10px!important}
.mr15 {margin-right: 15px!important}
.mr20 {margin-right: 20px!important}
.mr30 {margin-right: 30px!important}
.mr40 {margin-right: 40px!important}

.mb10 {margin-bottom: 10px!important}
.mb15 {margin-bottom: 15px!important}
.mb20 {margin-bottom: 20px!important}
.mb25 {margin-bottom: 25px!important}
.mb30 {margin-bottom: 30px!important}
.mb35 {margin-bottom: 35px!important}
.mb40 {margin-bottom: 40px!important}
.mb50 {margin-bottom: 50px!important}



/* MainFlame======================================= */
body {
	background-color: #3A3A3A;
}
#container {
	text-align: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.box01 {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 960px) {
	.box01 {
		width: 92%;
	}
}
.pagetop {
	display: none;
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 1em;
	right: 1em;
	z-index: 10;
	cursor: pointer;
}

/* Header======================================= */
#headerTopText {
	width: 100%;
	height: auto;
	padding: 2px 0 4px;
	background-color: #2C2C2C;
	border-top: 1px solid #000;
}
#headerTopText p {
	font-size: 10px;
	text-align: right;
	padding:3px 2px;
}
@media only screen and (max-width: 320px) {
	#headerTopText p {
		text-align: left;
	}
}
#headerMain {
	background-image: url(../img/header_topbk.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	width: 100%;
}
#headerMainBox {
	width: 100%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
@media only screen and (max-width: 960px) {
	#headerMainBox {
		width: 92%;
	}
}
#headerMain h1 {
	float: left;
	font-size: 0px;
	line-height: 0px;
	width: 243px;
	height: auto;
	padding-top: 35px;
}
@media only screen and (max-width: 500px) {
	#headerMain h1 {
		padding-top: 25px;
	}
}
#headerTopBox {
	float: right;
	width: 225px;
}
@media only screen and (max-width: 500px) {
	#headerMain h1 {
		float: none;
		width: 100%;
		text-align: center;
	}
	#headerTopBox {
		float: none;
		width: 100%;
		text-align: center;
	}
}
#headerTopBt {
	padding-top: 15px;
	overflow: hidden;
}
/*-
@media only screen and (max-width: 500px) {
	#headerTopBt {
		width: 220px;
		margin: 10px auto 0;
	}
}
-*/
@media only screen and (max-width: 960px) {
	#headerTopBt {
		display: none;
	}
}
#headerTopBt li {
	float: left;
}
#headerTopBt .bt01 a{
	display: block;
	width: 128px;
	height: 13px;
}
#headerTopBt .bt02 a{
	display: block;
	width: 85px;
	height: 13px;
}
#headerTopBt img{
	display: inline-block;
}
@media only screen and (max-width: 960px) {
	#headerTopBt .bt01 a,
	#headerTopBt .bt02 a{
		margin: 5px 0;
	}
}
#headerTel {
	padding-top: 10px;
}
#headerTelSP {
	display: none;
}
@media only screen and (max-width: 960px) {
	#headerTel{
		display: none;
	}
	#headerTelSP {
		display: block;
		padding-top: 10px;
	}
}


#mainMenu {
	background-image: url(../img/mm_bk.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	width: 100%;
	height: 54px;
	margin-top: 14px;
}
@media only screen and (max-width: 960px) {
	#mainMenu {
		display: none;
	}
}
#mainMenu ul {
	height: 54px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#mainMenu li {
	float: left;
	height: 54px;
}
#mainMenu li a {
	display: block;
	height: 54px;
}
#mainMenu li.mm01{
	width: 190px;
	background: url(../img/mm_home_on.jpg) no-repeat 0 0;
}
#mainMenu li.mm02{
	width: 192px;
	background: url(../img/mm_rent_on.jpg) no-repeat 0 0;
}
#mainMenu li.mm03{
	width: 192px;
	background: url(../img/mm_trade_on.jpg) no-repeat 0 0;
}
#mainMenu li.mm04{
	width: 192px;
	background: url(../img/mm_company_on.jpg) no-repeat 0 0;
}
#mainMenu li.mm05{
	width: 194px;
	background: url(../img/mm_contact_on.jpg) no-repeat 0 0;
}
#home #mainMenu .mm01 img,
#rent #mainMenu .mm02 img,
#trade #mainMenu .mm03 img,
#company #mainMenu .mm04 img,
#contact #mainMenu .mm05 img{
	display: none;
}
#spMenuBox{
	display: none;	
	width: 100%;
	background-color: #333;
	margin-top: 15px;
	border-top: 1px solid #024073;
	border-bottom: 1px solid #0085B7;
}
#spBtn{
	border: none;
	width: 100%;
	height: 44px;
	margin: 0 auto;
	background-color: #06A2D5;
	cursor: pointer;
	background-image: url(../img/sp_btn_01.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#spBtn.active{
	background-image: url(../img/sp_btn_02.png);
}
#spMenu{
	width: 92%;
	height: 0;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#spMenu ul{
	display: none;
	width: 100%;
	position: absolute;
	top: 1px;
	left: 0;
	background: #ddd;
	margin: 0;
	padding: 5px 10px;
	z-index: 999;
	-webkit-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.4);
}
#spMenu li{
	border-top: 1px dotted #777;
	text-align: center;
}
#spMenu li:first-child{
	border-top: none;
}
#spMenu li a{
	display: block;
	padding: 12px 0 12px;
}
#spMenu li a span{
	padding-left: 12px;
	background: url(../img/arrow01.png) no-repeat left center;
}
@media only screen and (max-width: 960px) {
	#spMenuBox{
		display: block;
	}
}
#headerTopImg {
	width: 100%;
	background-image: url(../img/header_topimgbk.png);
	background-repeat: repeat;
	background-position: 0px 0px;
	position: relative;
}
#headerTopImg .inner{
	width: 100%;
	max-width: 960px;
	height: auto;
	margin: 0 auto;
}
#headerSubImg {	
	width: 100%;
	background-image: url(../img/header_topimgbk.png);
	background-repeat: repeat;
	background-position: 0px 0px;
	position: relative;
}
#headerSubTitle {
	width: 100%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 2.6em 0 2.6em 1.6em;
}
#headerSubTitle > img {
	display: block;
}
#headerTopImg:after,
#headerSubImg:after {
	width: 100%;
	height: 6px;
	display: block;
	content: '';
	background-image: url(../img/header_shadow01.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	position: absolute;
	top: 0;
	left: 0;
}
/*-
@media only screen and (max-width: 960px) {
	#headerSubTitle {
		width: 92%;
		padding: 2.4em 0 2.4em 0em;
	}
}
@media only screen and (max-width: 320px) {
	#headerSubTitle {
		padding: 2.2em 0 2.2em 0em;
	}
}
-*/
@media only screen and (max-width: 960px) {
	#headerSubTitle {
		display: none;
	}
}
@media only screen and (max-width: 320px) {
	#headerSubTitle {
		display: none;
	}
}

/* Main======================================= */
#mainBox {
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	background-image: url(../img/main_topbk.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
@media only screen and (max-width: 960px) {
	#mainBox {
		width: 92%;
	}
}
#subBox {
	max-width: 960px;
	margin:10px auto 0;
}
@media only screen and (max-width: 960px) {
	#subBox {
		width: 92%;
	}
}
#subBoxInner{
	width: 100%;
	margin-top: 15px;
	overflow: hidden;
}

#topMain {
	padding: 20px 0 40px 0;
	border-bottom: 1px dotted #999;
}
#topAreaBox {
	float: left;
	width: 100%;
	max-width: 410px;
	margin: 0 auto;
}
.topBn1 {
	margin-top: 5px;
	width: 100%;
	max-width: 518px;
}
.topBn1 img{
	width: 100%;
}
@media only screen and (max-width: 960px) {
	#topAreaBox  {
		float: none;
		max-width: 518px;
		margin-top: 40px;
	}
}
#areaMap02{
	display: none;
}
@media only screen and (max-width: 960px) {
	#areaMap{
		display: none;
	}
	#areaMap02{
		display: block;
		width: 100%;
		max-width: 518px;
	}
	#areaMap02 > img{
		width: 100%;
	}
}
#spArea{
	display: none;
	border: 2px solid #5CC0EC;
	padding: 5px 10px 15px;
	margin-top: 5px;
	background: #eee;
}
#spArea .title01{
	font-weight: bold;
	border-bottom: 1px dotted #999;
	margin-top: 15px;
	padding-bottom: 2px;
	color: #333;
}
.spAreaList{
	overflow: hidden;
}
.spAreaList li{
	float: left;
	width: 50%;
}
.spAreaList a{
	display: block;
	margin-top: 5px;
	padding: 5px 0 5px 10px;
	background:url(../img/arrow1.png) no-repeat left center;
}
@media only screen and (max-width: 960px) {
	#spArea{
		display: block;
	}
}
#otherArea02{
	display: none;
}
@media only screen and (max-width: 960px) {
	#otherArea{
		display: none;
	}
	#otherArea02{
		display: block;
		border: 2px solid #5CC0EC;
		padding: 8px;
		margin-top: 5px;
		background: #eee;
	}
	#otherArea02 a{
		display: block;
		padding: 5px 0;
	}
	#otherArea02 a span{
		padding-left: 10px;
		background:url(../img/arrow1.png) no-repeat left center;
	}
}
#topRight {
	float: right;
	width: 100%;
	max-width: 518px;
}
@media only screen and (max-width: 960px) {
	#topRight {
		float: none;
		margin: 0 auto;
	}
}
#topGreeting {
	width: 100%;
	max-width: 518px;
	border: 1px solid #2C2C2C;
}
#topGreeting > div{
	border: 1px solid #4B4B4B;
	padding: 13px;
}
@media only screen and (max-width: 320px) {
	#topGreeting > div{
		padding: 8px;
	}
}
#topGreeting h2{
	width: 100%;
	max-width: 487px;
}
#topGreeting #topGreetingBox {
	width: 100%;
	max-width: 487px;
	border: 1px solid #fff;
	background-image: url(../img/top_greeting_bk.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 10px;
	padding: 30px 35px 30px 35px;
	color: #333;
}
@media only screen and (max-width: 480px) {
	#topGreeting #topGreetingBox {
		padding: 20px;
		background-repeat: repeat;
	}
}
#topGreetingBox h3 {
	font-weight: bold;
}
.topRenewal{
	width: 100%;
	max-width: 518px;
	margin-top: 10px;
}
.topRenewal > img{
	width: 100%;
}
.topBnList{
	width: 100%;
	max-width: 518px;
}
.topBnList li{
	margin-top: 10px;
}
.topBnList li img{
	width: 100%;
}

.topLine1 {
	margin-top: 20px;
}
#topProperty {
	margin-top: 30px;
}
#topPropertyTt{
	width: 100%;
	overflow: hidden;
	padding-bottom: 3px;
	background:url(../img/line2.png) no-repeat left bottom;
}
#topPropertyTt .left{
	float: left;
	width: 100%;
	max-width: 85px;
	height: 33px;
}
#topPropertyTt .right{
	float: right;
	width: 100%;
	max-width: 97px;
	height: 33px;
}
#contentBox {
	width: 700px;
	float: right;
	overflow: hidden;
}
.swtMt01{
	margin-top: 0;
}
@media only screen and (max-width: 960px) {
	#contentBox {
		float: none;
		width: 100%;
		max-width: 800px;
	}
	.swtMt01{
		margin-top: 40px;
	}
}
.bread {
	margin-right: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
}
.bread li {
	float: left;
}
.bread .breadArr {
	background-image: url(../img/bread.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	margin-left: 10px;
}
.subTitle {
	width: 100%;
	height: 38px;
	margin-bottom: 20px;
	background: url(../img/titlebar01.png) no-repeat 0 0;
}
.subTitle .in{
	height: 38px;
	background: url(../img/titlebar01_end.png) no-repeat right top;
	overflow: hidden;
}
.subTitle .in .left{
	height: 38px;
	float: left;
	padding-left: 10px;
}
.subTitle .in .right{
	height: 38px;
	float: right;
}
#contentField {
	width: 700px;
	background:#E6E6E6 url(../img/content_field_top02.jpg) repeat-x 0 0;
	color: #333;
	padding: 5px 20px 40px 20px;
}
@media only screen and (max-width: 960px) {
	#contentField {
		width: 100%;
		max-width: 800px;
	}
}
#contentMainBox {
}
#pageTop {
	width: 100%;
}
#pageTop a {
	display: block;
	font-size: 0px;
	line-height: 0px;
	float: right;
	margin-right: 10px;
}
.arrow1 {
	background-image: url(../img/arrow1.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 10px;
	margin-left: 5px;
}


/* Side======================================= */
#sideBox {
	float: left;
	width: 235px;
}
#sideBoxMain {
	width: 210px;
}
#sideBanner {
	margin-top: 20px;
}
#sideBanner img {
	display: block;
	margin-bottom: 5px;
}
#spSideBox {
	display: none;
	width: 100%;
}
#spBanner{
	display: none;
}
@media only screen and (max-width: 960px) {
	#sideBox {
		display: none;
	}
	#spSideBox {
		display: block;
	}
	#spBanner {
		display: block;
		margin:20px auto 0;
	}
	#spBanner a{
		display: inline-block;		
		max-width: 210px;
		height: auto;
		margin-top: 10px;
	}
	
}
#spSideMenu{
	border: 1px solid #fff;
	padding: 10px 10px 20px;
	background: #fbfbfb; /* Old browsers */
	background: -webkit-linear-gradient(top,  #e6e6e6 0%,#fbfbfb 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,  #e6e6e6 0%,#fbfbfb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e6e6e6 0%,#fbfbfb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#fbfbfb',GradientType=0 ); /* IE6-9 */

}
.spSideTitle01{
}
.spSideTitle02{
	border-bottom: 1px double #bbb;
	padding-bottom: 4px;
	position: relative;
}
.spSideTitle02:after{
	position: absolute;
	content:'';
	width: 100%;
	height: 1px;
	background: #fff;
	bottom: -2px;
	left: 0;
}
#spSideMenuList{
	margin-top: 20px;
}
#spSideMenuList > li{
	cursor: pointer;
	margin: 0 0 2px 0;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
}
#spSideMenuList > li .tit{
	display: block;
	background: url(../img/arrow04.png) no-repeat left center;
	padding: 5px 0 5px 10px;
	color: #0099E3;
}
#spSideMenuList > li:hover{
	background-color: #f6f6f6;
}
#spSideMenuList > li .content{
	display: none;
	padding: 5px 10px 5px;
}
#spSideMenuList > li .content > li{
	margin-top: 5px;
}
#spSideMenuList > li .content a{
	display: block;
	line-height: 2.4;
	background: url(../img/arrow02.png) no-repeat 0 10px;
	padding-left: 15px;	
}
#spSideMenuList > li.expanded .tit{
	background: url(../img/arrow05.png) no-repeat left center;
	color: #0364B4;
}
#spSideMenuList > li.expanded .content{
}
.spSideMenuBox{
	width: 96%;
	margin: 15px auto 0;
}
.spSideMenuBox .tit {
}
.spSideMenuBox .tit a{
	display: block;
	background: url(../img/bar01.png) repeat-y 0 0;
	padding: 3px 0 3px 7px;
}
.spSideMenuBox .list{
	margin-top: 5px;
	margin-left: -10px;
	overflow: hidden;
}
.spSideMenuBox .list li{
	margin:4px 0 0 20px;
	float: left;
}
.spSideMenuBox .list li a{
	display: block;
	line-height: 1.8;
	background: url(../img/arrow02.png) no-repeat 0 5px;
	padding-left: 12px;
}
#spSideMenu02{
	border: 1px solid #fff;
	padding: 0 10px 10px 0;
	background: #fbfbfb; /* Old browsers */
	background: -webkit-linear-gradient(top,  #e6e6e6 0%,#fbfbfb 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,  #e6e6e6 0%,#fbfbfb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e6e6e6 0%,#fbfbfb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#fbfbfb',GradientType=0 ); /* IE6-9 */

}
#spSideMenu02 ul{
	overflow: hidden;
}
#spSideMenu02 ul li{
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}
#spSideMenu02 ul li a{
	display: block;
	line-height: 2.4;
	background: url(../img/arrow02.png) no-repeat 0 9px;
	padding-left: 15px;
}



/* Footer======================================= */
#footer {
	width: 100%;
	margin-top: 40px;
}
#footerTop {
	background-image: url(../img/footer_topbar.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #333;
	padding-top: 40px;
	padding-bottom: 25px;
}
#footerBox {
	width: 100%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#footerBox a {
	color: #CCC;
}
#footerBox a:hover {
	color: #008ECF;
	text-decoration: underline;
}
#footerMenuBox {
	float: left;
	width: 57.3%;
	overflow: hidden;
}
.footerMenuList {
	float: left;
	width: 156px;
	padding-left: 10px;
	padding-top: 2px;
}
.footerMenuList a{
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}
.footerarrow1 {
	background-image: url(../img/footer_arrow1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

.footerarrow2 {
	margin-left: 14px;
	background-image: url(../img/footer_arrow2.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
}
#footerBox dl {
	float: right;
	width: 34.3%;
	background-image: url(../img/footer_logo.png);
	background-repeat: no-repeat;
	background-position: 80px 90px;
	margin-right: 20px;
	border-left: 1px dotted #486784;
	padding:0 0 70px 30px;
}
@media only screen and (max-width: 960px) {
	#footerBox {
		width: 92%;
	}
	#footerMenuBox {
		float: none;
		width: 100%;
	}
	.footerMenuList {
		float: left;
		width: 32%;
		padding-left: 10px;
		padding-top: 0;
	}
	.footerMenuList a{
		display: block;
		padding-top: 6px;
		padding-bottom: 6px;
		margin-top: 3px;
	}
	#footerBox dl {
		float: none;
		width: 100%;
		margin-top: 20px;
		padding: 15px 0 50px 5px;
		border-top: 1px dotted #486784;
		border-left: none;
	}
}
@media only screen and (max-width: 500px) {
	#footerTop {
		padding:20px 0;
	}
	#footerMenuBox {
		display: none;
	}
	#footerBox dl {
		padding: 0 0 50px 0;
		border:none;
	}
}
#copyRight  {
	color: #aaa;
	font-size: 11px;
	background-image: url(../img/footer_footbar.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 40px;
	text-align: right;
}
@media only screen and (max-width: 500px) {
	#copyRight  {
		text-align: center;
	}
}


/* rent======================================= */
#rentMenu {
	margin-top: 20px;
}


#rentMenu ul .first a {
	display: block;
	height: 35px;
	width: 210px;
	line-height: 35px;
	font-weight: bold;
	text-indent: 19px;
	background-image: url(../img/rent_side_menubk1_off.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#rentMenu ul .second a {
	display: block;
	height: 32px;
	width: 210px;
	line-height: 32px;
	text-indent: 31px;
	background-image: url(../img/rent_side_menubk2_off.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.rentTitle1 {
	background-image: url(../img/line01.png);
	background-repeat: repeat-x;
	background-position:left bottom;
	line-height:40px;
	font-size: 14px;
	color: #007ebb;
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 12px;
	position: relative;
}
.rentTitle1:before {
	display: block;
	content:'';
	width: 6px;
	height: 6px;
	background: url(../img/tag01.png) no-repeat 0 0;
	position: absolute;
	top:17px;
	left: 3px;
}
.rentTitle2 {
	margin-top: 10px;
	line-height: 30px;
	text-indent: 10px;
	color: #007ebb;
	font-weight: bold;
	margin-bottom: 5px;
	border: solid 1px #F6F6F6;
	outline: solid 1px #76ACCD;
	background: #ffffff; /* Old browsers */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}
.rentTitle3 {
	background-image: url(../img/rent_ct_md.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 45px;
	width: 670px;
	line-height: 32px;
	font-size: 14px;
	text-indent: 20px;
	color: #007ebb;
	margin-bottom: 5px;
}
.rentTitle4 {
	margin-top: 20px;
	text-indent: 8px;
	font-weight: bold;
	margin-bottom: 5px;
	border: solid 1px #fff;
	outline: solid 1px #ccc;
	padding:6px 0 6px;
	background: #ffffff; /* Old browsers */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}
.rentTitle5 {
	width: 100%;
	height: 34px;
	margin-top: 20px;
	margin-bottom: 5px;
	background: url(../img/rent_ct_osusume02.png) no-repeat right top;
}
.rentListBox {
	margin-top: 5px;
	padding: 8px;
	overflow: hidden;
	border: solid 1px #fff;
	outline: solid 1px #ccc;
	background: #ffffff; /* Old browsers */
	background: -webkit-linear-gradient(top,  #e6e6e6 0%,#f8f8f8 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,  #e6e6e6 0%,#f8f8f8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e6e6e6 0%,#f8f8f8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
}
.rentListBox .left{
	display: block;
	width: 130px;
	float: left;
}
.rentListBox .right{
	width: 77%;
	float: right;
}
@media only screen and (max-width: 768px) {
	.rentListBox .right{
		width: 75%;
	}
}
@media only screen and (max-width: 650px) {
	.rentListBox .right{
		width: 70%;
	}
}
@media only screen and (max-width: 550px) {
	.rentListBox .left{
		width: 100%;
		float: none;
		text-align: center;
	}
	.rentListBox .right{
		width: 100%;
		float: none;
		margin-top: 10px;
	}
}

.rentListBox .right h5 {
	position: relative;
	font-weight: normal;
	border-bottom: 1px solid #008ECF;
	padding:0 0 3px 1px;
}
.rentListBox .right h5:after {
	position: absolute;
	display: block;
	content:'';
	width: 100%;
	height: 1px;
	background: #fff;
	bottom: -2px;
	left: 0;
}
.rentListBox .right h5 > a{
	font-size: 14px;
	color: #007EBB;
	display: block;
	background: url(../img/arrow03.png) no-repeat left center;
	padding-left: 20px;
}
.rentListBox .right p{
	margin-top: 5px;
	padding-left: 20px;
}
.rentListBox .rentDt {
	margin-top: 5px;
	padding-right: 5px;
	overflow: hidden;
}
.rentListBox .rentDt a{
	display: block;
	width: 80px;
	height: 18px;
	float: right;
}
.rentPagrtop {
	margin-top: 15px;
	margin-bottom: 10px;
}
.rentBn{
	text-align: center;
}
#rentCtMd {
	border: 1px solid #58A9E4;
	background-color: #FFF;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #008ECE;
	padding:12px 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
}
.rentTable1 {
	background-color: #CCC;
	width: 100%;
}
.rentTable1 th {
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
	color: #FFF;
	padding-left: 2px;
	border: 1px solid #FFF;
	background-image: url(../img/rent_ct_tbbk.png);
	background-repeat: repeat;
	background-position: 0px 0px;
	padding-right: 2px;
	vertical-align: top;
}
.rentTable1 td {
	font-weight: normal;
	border: 1px solid #FFF;
	background-color: #FFF;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	vertical-align: top;
}
.rentTable1Sp{
	display: none;
}
@media only screen and (max-width: 600px) {
	.rentTable1 {
		display: none;
	}
	.rentTable1Sp{
		display: block;
		border-top: 1px solid #ccc;
	}
	.rentTable1Sp .tit{
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		background-image: url(../img/rent_ct_tbbk.png);
		background-repeat: repeat;
		background-position: 0px 0px;
		color: #fff;
	}
	.rentTable1Sp .txt{
		border: 1px solid #ccc;
		background: #FFFFFF;
	}
	.rentTable1Sp .tit span,
	.rentTable1Sp .txt span{
		padding:7px 10px;
		display: block;
		border: 1px solid #FFFFFF;
	}
}
.rentBox01{
	margin-top: 20px;
	border: 1px solid #CCCCCC;
	padding-bottom: 10px;
	background: #fff;
}
.rentBox01 .btn01{
	padding: 10px 0 0 10px;
}
.rentBox01 .in01{
	margin-top: 10px;
	overflow: hidden;
}
.rentBox01 .in01 .thum01{
	width: 220px;
	float: left;
	margin-left: 10px;
}
.rentBox01 .in01 .thum02{
	width:55%;
	float: left;
	margin-left: 20px;
}
@media only screen and (max-width: 600px) {
	.rentBox01 .btn01{
		padding: 10px 0 0 0;
		text-align: center;
	}
	.rentBox01 .in01 .thum01{
		width: 100%;
		float: none;
		margin-left: 0;
		text-align: center;
	}
	.rentBox01 .in01 .thum02{
		width: 100%;
		float: none;
		margin-top: 10px;
		margin-left: 0;
		text-align: center;
	}
}

.rentBox02{
	margin-top: 5px;
	border: 1px solid #CCCCCC;
	padding-bottom: 10px;
	background: #fff;
}
.rentBox02 ul.list01{
	margin: 10px 10px 10px 0;
	overflow: hidden;
}
.rentBox02 ul.list01 li{
	float: left;
	width: 100px;
	margin-top: 5px;
	margin-left: 10px;
}

.rentTable2 {
	background-color: #CCC;
	width: 670px;
	color: #007EBB;
}

.rentTable2 td {
	font-weight: normal;
	border: 1px solid #FFF;
	background-color: #FFF;
	vertical-align: top;
}
.rentTable3 {
	background-color: #CCC;
	width: 670px;
}
.rentTable3 th {
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	color: #FFF;
	padding-left: 5px;
	border: 1px solid #FFF;
	background-image: url(../img/rent_ct_tbbk.png);
	background-repeat: repeat;
	background-position: 0px 0px;
	padding-right: 5px;
	vertical-align: top;
}
.rentTable3 td {
	font-weight: normal;
	border: 1px solid #FFF;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	vertical-align: top;
}
.rentThum1 {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 220px;
}
.rentThum2 {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.rentThum1 span {
	text-align: left;
	padding-left: 3px;
}
.rentThumBox1 {
	width: 332px;
	margin-right: auto;
	margin-left: auto;
}
.rentThumBox1 li {
	float: left;
	margin-bottom: 10px;
}
.rentThumMg1 {
	margin-right: 14px;
}
.rentThumPd1 {
	padding-bottom: 20px;
}
.rentTag1 {
	margin-left: 10px;
}
.rentTag1 img {
	margin-right: 4px;
	margin-bottom: 4px;
}
#rentMap {
	width: 100%;
	margin-top: 5px;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding:4px 4px 0 4px;
}
#rentMap iframe {
	width: 100%;
	height: 250px;
}
#underContact{
	margin-top: 20px;
	border: 1px solid #0A7DBC;
	background: url(../img/contactbox_bk.png) repeat 0 0;
	padding:10px;
}
#underContact .tit01{
	margin:5px 0 0 5px;
}
#underContact .inner{
	margin-top: 15px;
	padding:15px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.4);
}
#underContact .inner .tit02{
	padding:0 0 2px 5px;
	border-bottom: 1px dotted #0B94DD;
}
#underContact .inner .number{
	overflow: hidden;
	margin-top: 20px;
}
#underContact .inner .number .left{
	width: 49.5%;
	float: left;
	text-align: center;
}
#underContact .inner .number .right{
	width: 49.5%;
	float: right;
	text-align: center;
}
#underContact .inner .numberSP{
	display: none;
}
#underContact .item01{
	padding: 15px 0 0 20px;
}
#underContact .inner .tit03{
	margin-top: 20px;
	padding:0 0 2px 5px;
	border-bottom: 1px dotted #0B94DD;
}
#underContact .mail01{
	padding-bottom:20px;
	width: 270px;
	height: 60px;
	margin:20px auto 0;
}
#underContact .mail01 a img{
	width: 270px;
	height: 60px;
}

@media only screen and (max-width: 900px) {
	#underContact .inner .number{
		display: none;	
	}
	#underContact .inner .numberSP{
		display: block;	
		overflow: hidden;
		margin-top: 20px;
	}
	#underContact .inner .numberSP .left{
		width: 49.5%;
		float: left;
		text-align: center;
	}
	#underContact .inner .numberSP .right{
		width: 49.5%;
		float: right;
		text-align: center;
	}
	#underContact .item01{
		padding: 15px 0 0 10px;
	}
}

@media only screen and (max-width: 600px) {
	#underContact .inner .number{
		display: none;	
	}
	#underContact .inner .numberSP{
		display: block;	
	}
	#underContact .inner .numberSP .left{
		width: 90%;
		max-width: 268px;
		float: none;
		margin: 0 auto;
	}
	#underContact .inner .numberSP .right{
		width: 90%;
		max-width: 268px;
		float: none;
		margin: 15px auto 0;
	}
	#underContact .item01{
		padding: 15px 0 0 10px;
	}
}
@media only screen and (max-width: 400px) {
	#underContact .mail01{
		width: 200px;
		height: 44px;
	}
	#underContact .mail01 a img{
		width: 200px;
		height: 44px;
	}
}
.lineEx01{
	width: 100%;
	height: 1px;
	margin-top: 20px;
	border-bottom: 1px solid #bbb;
	position: relative;
}
.lineEx01:after{
	position: absolute;
	content:'';
	width: 100%;
	height: 1px;
	background: #fff;
	bottom: -2px;
	left: 0;
}


#contactPbox {

}
#contactPboxMail {
	height: 97px;
	width: 670px;
	background-image: url(../img/contactbox_mailbk.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 20px;
}
#contactPboxMail a {
	display: block;
	height: 60px;
	width: 270px;
	margin-right: auto;
	margin-left: auto;
}
#tradeChintai {
	margin-top: 20px;
	overflow: hidden;
}
#tradeChintai .left{
	width: 64%;
	float: left;
}
#tradeChintai .right{
	float: right;
	width: 28.4%;
	max-width: 190px;
}
.tradeText1 {
	margin: 20px 0 0 5px;
}
@media only screen and (max-width: 480px) {
	#tradeChintai .left{
		width: 100%;
		float: none;
	}
	#tradeChintai .right{
		width: 190px;
		float: none;
		margin: 10px auto;
	}
}
.tradeText2 {
	margin-left: 40px;
	margin-right: 280px;
}
#tradeChintaiBox{
	margin-top: 50px;
	border: 1px solid #CDCDCD;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 10px 10px 20px;
	position: relative;
	background-color: #fff;
}
#tradeChintaiBox .tit{
	width: 150px;
	height: 30px;
	position: absolute;
	top: -30px;
	left: 20px;
}
#tradeChintaiBox .pt{
	text-align: center;
	margin-top: 20px;
}
#tradeChintaiBox .txt{
	margin-top: 20px;
	padding: 0 20px 0;
}
@media only screen and (max-width: 480px) {
	#tradeChintaiBox .txt{
		padding: 0;
	}
}
.tradeBox01{
}
.tradeBox01 .tit{
	background: url(../img/trade_title02_bk.png) no-repeat right top;
}
#tradeTyukai {
	height: 160px;
	width: 670px;
	margin-top: 20px;
	background-image: url(../img/trade_tyukai_md.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 60px;
}
.tradeTyukaiCtbox {
	overflow: hidden;
	padding:0 15px 20px 15px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}
.tradeTyukaiCtbox2 {
	width: 66%;
	max-width: 420px;
	margin: 0 auto;
}
.tradeTyukaiCtbox3 {
	width: 72%;
	max-width: 500px;
	margin: 10px auto 0;
}
@media only screen and (max-width: 600px) {
	.tradeTyukaiCtbox2 {
		width: 100%;
	}
	.tradeTyukaiCtbox3 {
		width: 82%;
	}
}
@media only screen and (max-width: 480px) {
	.tradeTyukaiCtbox3 {
		width: 100%;
	}
}
.tradeTyukaiCtboxLeft {
	float: left;
	width: 48%;
}
.tradeTyukaiCtboxRight {
	float: right;
	width: 48%;
}
.tradeTyukaiCtbox img{
	width: 100%;
}
.tradeTyukaiCtList {
	border: 1px solid #CCC;
	background-color: #FFF;
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 7px;
	padding-bottom: 4px;
}
.tradeTyukaiCtList li {
	background-image: url(../img/trade_tyukai_tag1.png);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	padding: 0 0 1px 17px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bbb;
	margin-bottom: 5px;
}
@media only screen and (max-width: 600px) {
	.tradeTyukaiCtboxLeft {
		float: none;
		width: 80%;
		margin: 0 auto;
	}
	.tradeTyukaiCtboxRight {
		float: none;
		width: 80%;
		margin: 10px auto;
	}
}
@media only screen and (max-width: 600px) {
	.tradeTyukaiCtboxLeft {
		width: 100%;
	}
	.tradeTyukaiCtboxRight {
		width: 100%;
	}
}
#tradeToushi {
	overflow: hidden;
	margin-top: 10px;
	padding: 20px;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#tradeToushi .left{
	width: 54%;
	float: left;
}
#tradeToushi .right{
	width: 35%;
	max-width: 227px;
	float: right;
}
@media only screen and (max-width: 480px) {
	#tradeToushi {
		padding: 14px;
	}
	#tradeToushi .left{
		width: 100%;
		float: none;
	}
	#tradeToushi .right{
		width: 100%;
		float: none;
		margin: 20px auto 0;
	}
}
.tradeTitle1 {
	width: 100%;
	height: 44px;
	margin-top: 20px;
	margin-bottom: 5px;
	background: url(../img/trade_title01_bk01.jpg) no-repeat right top;
}
.companyTitle01{
	margin-top: 20px;
	border-bottom: 1px solid #747474;
	position: relative;
}
.companyTitle01:after{
	position: absolute;
	content:'';
	width: 100%;
	height: 1px;
	background: #fff;
	bottom: -2px;
	left: 0;
}
#companyBox1 {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#companyBox1 li {
	border-bottom: 1px dotted #666;
	padding-bottom: 7px;
	margin-bottom: 16px;
	overflow: hidden;
	position: relative;
}
.companyBox1left {
	float: left;
	width: 18%;
	padding-left: 10px;
}
.companyBox1Right {
	width: 80%;
	padding-right: 10px;
	float: right;
}
@media only screen and (max-width: 600px) {
	#companyBox1 {
		width: 100%;
	}
	.companyBox1left {
		width: 22%;
	}
	.companyBox1Right {
		width: 76%;
	}
}
@media only screen and (max-width: 480px) {
	.companyBox1left {
		float: none;
		width: 100%;
	}
	.companyBox1Right {
		float: none;
		width: 100%;
		margin-top: 10px;
		padding-left: 10px;
	}
}
.companyTable {
	background-color: #CCC;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}
.companyTable th {
	width: 25%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 1px solid #FFF;
	background-image: url(../img/company_enkaku_tbbk.png);
	background-repeat: repeat;
	background-position: 0px 0px;
	padding-right: 2px;
	vertical-align: top;
	text-align: left;
}
.companyTable td {
	width: 75%;
	border: 1px solid #FFF;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align: top;
	text-align: left;
}
@media only screen and (max-width: 480px) {
	.companyTable th {
		width: 100%;
		display: block;
		padding-left: 10px;
	}
	.companyTable td {
		width: 100%;
		display: block;
	}
}
#contactBox {
	margin-top: 25px;
	padding: 0 25px 0;
	overflow: hidden;
}
#contactBox .left{
	width: 68%;
	float: left;
}
#contactBox .right{
	width: 28%;
	float: right;
}
@media only screen and (max-width: 480px) {
	#contactBox {
		padding: 0;
	}
	#contactBox .left{
		width: 100%;
		float: none;
		padding: 0 10px;
	}
	#contactBox .right{
		display: none;
	}
}
.privacyTop {
	margin: 20px 25px 0;
}
#privacyBox1 {
	margin: 25px 25px 0;
}
#privacyBox1 > li{
	margin-top: 20px;
}
#privacyBox1 h4 {
	line-height: 28px;
	background-image: url(../img/privacy_bk.png);
	background-repeat: no-repeat;
	background-position: 2px 9px;
	text-indent: 20px;
	border-bottom: 1px dotted #888;
}
.privacyCt {
	margin: 10px 15px 0 20px;
}
#privacyBox2 li{
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
	margin-top: 4px;
}
#privacyBox2 {
	margin-top: 12px;
}
@media only screen and (max-width: 480px) {
	.privacyTop {
		margin: 20px 0 0;
	}
	#privacyBox1 {
		margin: 25px 0 0;
	}
	.privacyCt {
		margin: 10px 0 0 0;
	}
}
.miniTitle01{
	width: 100%;
	margin-top: 25px;
}
.mini-swt01{
	display: block;
}
.mini-swt02{
	display: none;
}
.miniBox1 {
	margin-top: 20px;
	padding: 10px 15px 20px;
	border: 1px solid #ccc;
	background-color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.miniListBox {
	overflow: hidden;
	padding-bottom: 10px;
}
.miniListBox li {
	width: 32%;
	float: left;
	margin-top: 15px;
	margin-right: 5px;
	padding-left: 18px;
	background: url(../img/mini_arrow1.png) no-repeat left 4px;
}
.miniListBox li a{
	display: block;
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 600px) {
	.miniListBox li {
		width: 48%;
		margin-right: 1%;
	}
}
@media only screen and (max-width: 480px) {
	.miniListBox li {
		width: 100%;
		margin-right: 0%;
		margin-top: 18px;
	}
	.mini-swt01{
		display: none;
	}
	.mini-swt02{
		display: block;
	}
}
.miniBoxLine {
	background-image: url(../img/mini_line1.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 10px;
	margin-top: 10px;
	margin-right: 1px;
	margin-left: 1px;
}
.miniBox2 {
	margin-top: 20px;
	border: 1px solid #FEA43F;
}
.miniBox2 > h4 {
	background: url(../img/mini_bk.png) repeat 0 0;
	color: #C00;
	border: 1px solid #fff;
	padding: 6px 10px;
}
.miniBox2 > h4 > span{
	background: url(../img/mini_tag.png) no-repeat left 1px;
	padding-left: 17px;
}
.miniCtBox {
	padding: 10px 15px 10px;
}
.miniPtop {
	margin-top: 10px;
	text-align: right;
}
.miniPtop a {
	text-decoration: underline;
}
@media only screen and (max-width: 320px) {
	.miniBox1 {
		padding: 10px 10px 20px;
	}
	.miniBox2 > h4 {
		padding: 6px 7px;
	}
	.miniCtBox {
		padding: 10px 10px 10px;
	}
}
#siteMapBox1 {
	margin: 20px 25px 0;
}
#siteMapBox1 > li{
	margin-top: 30px;
}
#siteMapBox1 .first {
	display: block;
	background-image: url(../img/sitemap_first.png);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	margin-bottom: 15px;
	border-bottom: 1px double #aaa;
	padding:0 0 4px 20px;
	position: relative;
	font-weight: bold;
}
#siteMapBox1 .first:after{
	position: absolute;
	content:'';
	width: 100%;
	height: 1px;
	background: #fff;
	bottom: -2px;
	left: 0;
}
#siteMapBox1 .secondBox{
	overflow: hidden;
	margin: 20px 20px 0 20px;
}
#siteMapBox1 .secondLeft {
	float: left;
	width: 47%;
}
#siteMapBox1 .secondRight {
	float: right;
	width: 47%;
}
#siteMapBox1 .second {
	display: block;
	background-image: url(../img/sitemap_second.png);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	border-bottom: 1px dotted #888;
	padding:0 0 4px 20px;
	position: relative;
	font-weight: bold;
}
#siteMapBox1 .second:after{
	position: absolute;
	content:'';
	width: 100%;
	height: 1px;
	background: #fff;
	bottom: -2px;
	left: 0;
}
#siteMapBox1 .thirdBox{
	margin-left: 20px;
}
#siteMapBox1 .thirdBox li{
	margin-top: 12px;
}
#siteMapBox1 .third {
	display: block;
	background-image: url(../img/sitemap_third.png);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding-left: 20px;
}
@media only screen and (max-width: 600px) {
	#siteMapBox1 {
		margin: 20px 0 0;
	}
	#siteMapBox1 .secondBox{
		margin: 20px 0 0 0;
	}
}
@media only screen and (max-width: 480px) {
	#siteMapBox1 .secondLeft {
		float: none;
		width: 100%;
	}
	#siteMapBox1 .secondRight {
		float: none;
		width: 100%;
		margin-top: 20px;
	}
}
.red {
	color: #FF0000;
}

#footerFloatingMenu {
	display: none;
}

@media only screen and (max-width: 900px) {
	#footerFloatingMenu {
		display: block;
		width: 100%;
		position: fixed;
		left: 0px;
		 bottom: 2px;

		text-align: center;
		padding: 0 auto;
	}
	#footerFloatingMenu img {
		max-width: 99%;
	}
}