@charset "utf-8";
/*============================*/
/* 不動産／共通カテゴリー設定 */
/*============================*/
/*============*/
/* コンテンツ */
/*============*/
/* サイドメニュー（カラーのみ） -> 基本設定はcommon.cssで設定
-----------------------------------*/
#snv #local li a {
	background: #FFF0B3 url(/fudousan/images/com_bg02.png) repeat-x 0 100%;
	color: #333;
}
#snv #local > li:nth-child(1) > a {
	background: #FFDB4D url(/fudousan/images/com_bg01.png) repeat-x 0 100%;
}
#snv #local > li:nth-child(1) > a:after {
	background-image: url(/common/images/side_ic01.png);
}
#snv #sub li a {
	background: #ECECEC url(/fudousan/images/com_bg03.png) repeat-x 0 100%;
	color: #333;
}
/* boxsizing
-----------------------------------*/
#container *,#container *:before,#container *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* fonts
-----------------------------------*/
@font-face {
	font-family: 'jfelife_icon';
	src:	rl('/hoken/fonts/jfelife_icon.eot?piyj1h');
	src:	url('/hoken/fonts/jfelife_icon.eot?piyj1h#iefix') format('embedded-opentype'),
		url('/hoken/fonts/jfelife_icon.ttf?piyj1h') format('truetype'),
		url('/hoken/fonts/jfelife_icon.woff?piyj1h') format('woff'),
		url('/hoken/fonts/jfelife_icon.svg?piyj1h#jfelife_icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family:'M PLUS Rounded 1c';
	src:url('../fonts/MPLUSRounded1c-Bold.ttf');
	font-weight:normal;
	font-style:normal;
}
.btnLocalMenu::before,
#pagetop p a,
.btnLinkList li.word a::before,
.btnLinkList li.excel a::before,
.btnLinkList li.pdf a::before,
.btnLinkList.btnBack li a::before{
	font-family: 'jfelife_icon';
}
/* clearFix
-----------------------------------*/
#maincontents::after,
.columnSet::after,
.linkListStyle::after,
.clearFix::after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#maincontents,
.columnSet,
.linkListStyle,
.clearFix{
	display: inline-table;
	min-height: 1%;
}
* html #maincontents,
* html .columnSet,
* html .linkListStyle,
* html .clearFix{
	height: 1%;
}
#maincontents,
.columnSet,
.linkListStyle,
.clearFix{
	display: block;
}
/* fudousdan common layout
-----------------------------------*/
#maincontents{
	position: relative;
}
main{
	width: 730px;
	display: block;
	float: left;
}
section{
	margin-bottom: 30px;
}
aside{
	width: 225px;
	float: left;
	margin-left: 25px;
}
aside nav{
	margin-bottom: 15px;
}
aside .banner .myHome img{
	width: 225px;
	height: auto;
}
.btnLocalMenu{
	display: none;
}
/* columnSet
-----------------------------------*/
.columnSet .columnHalf{
	float: left;
	width: 49%;
	margin-left: 2%;
	margin-bottom: 20px;
}
.columnSet .columnHalf:nth-child(odd){
	margin-left: 0;
}
.columnSet .columnOneThered{
	float: left;
	width: 32%;
	margin-left: 2%;
	line-height: 1em;
}
.columnSet .columnOneThered:first-child{
	margin-left: 0;
}
/* head line
-----------------------------------*/
.docHead{
	margin: 0 0 30px;
	padding: 29px 9px;
	border: solid 1px #FC0;
	background: url(/fudousan/images/com_h01.jpg) repeat-x 50% 0;
}
.docHead h1{
	font-size: 32px;
	line-height: 1.2;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
	color: #333;
	font-weight: bold;
	margin: 0;
}
h2{
	border-top: 4px solid #CC9966;
	border-bottom: 4px solid #CC9966;
	background-color: #835937;
	padding: 0 10px;
	color: #FFFFFF;
	font-size: 22px;
	margin: 0 0 20px;
}
h2::before,
h2::after {
	content: '';
	display: block;
	height: 0;
	width: 0;
}
h2::before {
	margin-bottom: 3px
}
h2::after {
	margin-top: 2px
}
H3{
	border-left: 4px solid #FFCC00;
	padding-left: 8px;
}
/* text
-----------------------------------*/
p{
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.2em;
}
p.textStyle{
	line-height: 1.6em;
	margin-bottom: 1em;
}
p.img img{
	max-width: 100%;
	height: auto;
}
ul,li,dl,dt,dd,ol{
	list-style: none;
	margin: 0;
	padding: 0;
}
.centerAdjust{
	text-align: center;
}
.rightAdjust{
	text-align: right;
}
p.notice{
	font-size:14px;
	margin-bottom: 1em;
}
p.textStyle .note{
	color: #F95555;
}
/* list style
-----------------------------------*/
.linkListStyle dl dd.pdf a::after{
	display: inline-block;
	content: "PDF";
	background-color: #C00;
	color:#FFF;
	font-size: 12px;
	line-height: 16px;
	padding: 1px 3px;
	border-radius: 3px;
}
.linkListStyle dl dd.pdf a:hover::after{
	text-decoration: none;
	color: #FFF;
}
/* table style
-----------------------------------*/
table{
	border-collapse:collapse;
	border-spacing:0;
}
.tableStyle1{
	width: 100%;
	margin-bottom: 25px;
}
.tableStyle1 th,
.tableStyle2 th{
	background-color:#EFEFEF;
	font-weight: bold;
}
.tableStyle1 th,
.tableStyle2 th,
.tableStyle1 td,
.tableStyle2 td{
	padding: 10px 10px;
	border: 1px solid #CCC;
}
.tableStyle1 td,
.tableStyle2 td{
	font-weight: normal;
}
.tableStyle1 thead th{
	background-color: #FFCC00;
}
.tableStyle1 tbody th{
	background-color: #FFF0B3;
}
/*2 btn general
-----------------------------------*/
.btnMore a{
	font-size: 16px;
	font-weight: normal;
	color: #333;
	background-color: #cccccc;
	border-radius: 4px;
	padding: 4px 20px 2px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.btnMore a:hover{
	text-decoration: none;
	background-color: #FFCC00;
}
/*2 不動産サービス
-----------------------------------*/
.serviceBox1{
	background-color: #FFCC00;
	padding: 16px 32px;
	margin-bottom: 61px;
}
.serviceBox1 h2{
	border-top: none;
	background-color: transparent;
	color: #333333;
	text-align: center;
	border-bottom: 1px solid #FFEB00;
	margin: 0 10px 16px;
	padding: 0;
}
.serviceBox1 h2::after{
	content: "";
	font-size: 0;
	line-height: 1;
	width: inherit;
	height: 1px;
	border-bottom: 1px solid #FFA300;
	display: block;
}
.serviceBox1 h3{
	background-color: #FFFFFF;
	text-align: center;
	border-radius: 6px;
	padding: 10px;
	color: #41220D;
	margin-bottom: 30px;
}
.serviceBox1 .columnSet{
	margin-bottom: 30px;
}
.serviceBox1 .columnSet .columnOneThered img{
	width:100%;
	height: auto;
}
.serviceBox2{
	background-color: #FFF0B3;
	border-radius: 0 3px 3px 3px;
	padding: 15px;
	position: relative;
	margin-top: 46px;
	overflow: visible;
	margin-bottom: 38px;
}
.serviceBox2Head{
	padding: 10px 15px 5px 15px;
	background-color: #FFF0B3;
	border-radius: 3px 3px 0 0;
	position: absolute;
	top: -30px;
	left: 0;
	color: #663300;
	font-weight: bold;
}
.serviceBox2Inner{
	background-color: #FFFFFF;
	border-radius: 6px;
	padding: 40px 18px 18px 18px;
}
.serviceBox2 .label{
	padding: 8px 10px;
	background-color: #28B4F6;
	color: #FFFFFF;
	position: absolute;
	top: 26px;
	left: 6px;
}
.serviceBox2Inner h3{
	color: #663300;
	border-bottom: 2px solid #FF9999;
	border-left: none;
	padding-left: 0;
}
.serviceBox2Inner .textStyle{
	margin-bottom: 0;
}
.serviceBox2Inner .listStyle ul{
	margin-left: 1.0em;
}
.serviceBox2Inner .listStyle li{
	text-indent: -1.0em;
}
.serviceBox2Inner .listStyle li::before{
	content:"・";
}
.serviceBox2Inner .btnMore{
	margin-top: 2em;
}
.serviceBox2Inner .columnSet .columnHalf{
	margin-bottom: 0;
}
.serviceBox2Inner p.textStyle+p.textStyle{
	margin-top: 1.5em;
}
.serviceBox3{
	border: 1px solid #FFCC00;
	padding: 20px 18px 18px;
	position: relative;
	margin-bottom: 30px;
}
.serviceBox3 h3{
	margin: 0;
	background-color: #FFFF;
	position: absolute;
	left: 10px;
	top: -12px;
	padding: 0 8px;
	border-left: none;
}
.serviceBox3 .listStyle li::before{
	content: "●";
	color: #6699CC;
	font-size: 10px;
	vertical-align: middle;
}
.serviceBox4{
	background-color: #CC9966;
	border-radius: 6px;
	padding: 16px 24px 16px;
	margin-bottom: 50px;
}
.serviceBox4 h3{
	border-bottom: 1px solid #F5D6A3;
	color: #FFFFFF;
	padding: 0;
	margin: 0 0 15px;
	border-left: none;
}
.serviceBox4 h3::after{
	content: "";
	font-size: 0;
	line-height: 1;
	width: inherit;
	height: 1px;
	border-bottom: 1px solid #A35C29;
	display: block;
}
.serviceBox4 .tableContactStyle{
	background-color: #FFFFFF;
	width: 100%;
}
.serviceBox4 .tableContactStyle thead th{
	padding: 5px 10px 0;
}
.serviceBox4 .tableContactStyle tbody th,
.serviceBox4 .tableContactStyle tbody td{
	padding: 5px 10px 5px;
	vertical-align: bottom;
	line-height: 1em;
	font-weight: normal;
}
.serviceBox4 .tableContactStyle tbody td{
	text-align: right;
}
.serviceBox4 .tableContactStyle tbody td .telNum{
	font-size: 28px;
	font-weight: bold;
}
.serviceBox2 .labelSec3_2,
.serviceBox2 .labelSec3_3,
.serviceBox2 .labelSec3_4{
	padding: 8px 10px;
	background-color: #28B4F6;
	color: #FFFFFF;
	display: inline-block;
	margin-left: -27px;
	margin-top: 30px;
	margin-bottom: 0;
}
#service_2 .serviceBox2Inner .columnSet .columnHalf p.textStyle+.listStyle{
	margin-top: 1em;
}
.serviceBox4 a[href*="tel:"]{
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: #333333;
}
/*3 オフィス・店舗の賃貸・運営事業
-----------------------------------*/
.columRentalManagementSet{
	margin-bottom: 30px;
}
.columRentalManagementSet img{
	vertical-align: bottom;
	width: 100%;
	height: auto;
}
.columRentalManagementSet .columnHalf{
	margin-bottom: 0;
}
.columRentalManagementSet .columnFirst{
	float: left;
	width: 186px;
}
.columRentalManagementSet .columnSecond{
	float: left;
	width: 544px;
}
.columRentalManagementSet .columnSecondHalf{
	float: left;
	margin-left: 14px;
}
.columRentalManagementSet .columnSecondHalf img{
	margin-bottom: 3px;
}
p.caption{
	font-size: 14px;
	margin-bottom: 4px;
}
.columRentalManagementSet img+p.caption{
	margin-top: 4px;
}
.tableRentalManagement{
	width: 100%;
	margin-bottom: 35px;
}
.tableRentalManagement th,
.tableRentalManagement td{
	padding: 0 15px 15px 0;
	vertical-align: top;
}
.btnFormRentalManagement{
	text-align: center;
	margin-bottom: 60px;
}
p.textStyle+.btnFormRentalManagement{
	margin-top: 30px;
}
.btnFormRentalManagement a{
	font-size: 20px;
	line-height: 1.6em;
	background-color: #CC9966;
	padding: 10px 25px;
	color: #FFFFFF;
	display: inline-block;
	font-weight: bold;
	border-radius: 6px;
}
.btnFormRentalManagement a span{
	font-size: 18px;
	font-weight: normal;
}
.btnFormRentalManagement a:hover{
	text-decoration: none;
	opacity: 0.7;
}
.imgRentalManagement{
	margin-bottom: 30px;
}
/*4 借上寮・社宅サービス
-----------------------------------*/
.boxRented01{
	background-color: #fff0b3;
	border-radius: 4px;
	text-align: center;
	padding: 20px;
}
.boxRented01 .title01{
	font-size: 32px;
	line-height: 1.5em;
	color: #663300;
	margin: 0 0 20px;
	border-bottom: 1px solid #fffadb;
}
.boxRented01 .title01::after{
	border-bottom: 1px solid #ffe27e;
	display: block;
	width: inherit;
	font-size:0;
	content: "";
}
.boxRented01 .title01 em{
	color: #cc0000;
	font-style: normal;
}
.listStyleProblems{
	margin: 0 0 20px;
}
.listStyleProblems ul{
	background-color: #FFFFFF;
	border-radius: 4px;
	padding: 25px;
	position: relative;
}
.listStyleProblems li{
	text-align: left;
	color: #0070bc;
	font-size: 22px;
	font-weight: bold;
}
.listStyleProblems li::before{
	content: "●";
	font-size: 16px;
	line-height: 31px;
	vertical-align: top;
	color: #b9b9b9;
	margin-right: 5px;
}
.listStyleProblems ul::after{
	position: absolute;
	bottom: -44px;
	left: calc(50% - 44px);
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 44px 44px 0 44px;
	border-color: #FFFFFF transparent transparent transparent;
}
.img.imgSolveTheProblem img{
	vertical-align: bottom;
}
.textStyle.readRented01{
	margin-left: 46px;
	margin-right: 46px;
	line-height: 1.6em;
	color: #0070bc;
	font-size:18px;
	margin-bottom: 1.5em;
}
.listStyleRentedMerit dt{
	font-size: 26px;
	line-height: 1.3em;
	color: #0070bc;
	font-weight: bold;
	margin-bottom: 1em;
	border-bottom: 3px solid #835937;
	padding-left: 60px;
	position: relative;
}
.listStyleRentedMerit dt::before{
	position: absolute;
	background-image: url(../rented/images/icon_rented_listdt.png);
	background-repeat: no-repeat;
	display: block;
	width: 42px;
	height: 38px;
	bottom: 0;
	left:3px;
	content: "";
}
.listStyleRentedMerit dt strong{
	color: #cc3300;
}
.listStyleRentedMerit dd{
	margin-bottom: 1.75em;
}
.listStyleRentedMerit dd ol{
	list-style-type: none;
	margin-left: 2em;
}
.listStyleRentedMerit dd ol li {
	counter-increment: cnt;
	text-indent: -2em;
	margin-bottom: 0.5em;
}
.listStyleRentedMerit dd ol li:before {
	content: counter(cnt) ") ";
	display:inline-block;
	margin-left:-3em;
	width: 3em;
}
.listStyleRentedMerit dd em{
	display: block;
	margin-bottom: 1em;
	padding-top: 0.75em;
	padding-left: 2em;
	font-style: normal;
}
/*5 単身寮・独身寮
-----------------------------------*/
.boxAreaKantou h3,
.boxAreaKansai h3,
.boxAreaChugoku h3,
.boxForJFEEmployees h3,
.boxMeal h3{
	padding: 8px 15px;
	border-radius: 4px;
	color: #FFFFFF;
	border-left: none;
}
.boxAreaKantou h3{
	background-color: #FF5252;
}
.boxAreaKansai h3{
	background-color: #ECAD35;
}
.boxAreaChugoku h3{
	background-color: #90D84B;
}
.boxForJFEEmployees h3{
	background-color: #2C79D1;
}
.boxMeal h3{
	background-color: #F7863C;
}
.boxAreaKantou h3 em,
.boxAreaKansai h3 em,
.boxAreaChugoku h3 em{
	float: right;
	font-style: normal;
}
.boxAreaKantou h3 em span,
.boxAreaKansai h3 em span,
.boxAreaChugoku h3 em span{
	font-style: normal;
	margin-left: 1em;
}
.columnDormitorySet h4{
	color: #41220d;
	position: relative;
	margin-top: 0;
	margin-bottom: 5px;
}
.columnDormitorySet h4 em{
	font-style: normal;
	border-width: 1px;
	border-style: solid;
	padding: 2px 10px;
	position: absolute;
	top:0;
	right:0;
}
.boxAreaKantou .columnDormitorySet h4,
.boxAreaKansai .columnDormitorySet h4,
.boxAreaChugoku .columnDormitorySet h4{
	margin-bottom: 15px;
}
.boxAreaKantou .columnDormitorySet h4 em{
	border-color: #FF5252;
}
.boxAreaKansai .columnDormitorySet h4 em{
	border-color: #ECAD35;
}
.boxAreaChugoku .columnDormitorySet h4 em{
	border-color: #90D84B;
}
.columnSet.columnDormitorySet .columnHalf{
	overflow: hidden;
}
.columnSet.columnDormitorySet .columnHalf .boxSlide .slider{
	background-color: #DDD;
}
.columnSet.columnDormitorySet .columnHalf .boxSlide .slider li{
	text-align: center;
}
.columnSet.columnDormitorySet .columnHalf img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
/*7 お知らせ（topics）
-----------------------------------*/
.topicsListStyle{
	margin-bottom: 2em;
}
.topicsListStyle dl {
	overflow: hidden;
}
.topicsListStyle dl dt {
	float: left;
	clear: both;
	width: 220px;
	font-weight: bold;
}
.topicsListStyle dl dd {
	margin-bottom: 5px;
	padding: 0 0 5px 220px;
	border-bottom: solid 1px #CCC;
}
.topicsListStyle dl dd:last-child{
	border-bottom: none;
}
.btnAllTopics{
	position: absolute;
	top: 28px;
	right: 10px;
}
.btnAllTopics a{
	font-size: 16px;
	color: #333;
	background-color: #cccccc;
	border-radius: 4px;
	padding: 4px 20px 2px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.btnAllTopics a:hover{
	text-decoration: none;
	background-color: #FFCC00;
}
/* レシポンシブ
-----------------------------------*/
@media screen and (max-device-width: 736px){
body {
	width: 100%;
	min-width: inherit;
}
#index-container #index-title {
	width: 100%;
}
#two-maincolumn {
	width: 100%;
	margin-top: 0;
	border: none;
}
#pnv{
	display: none;
}
main{
	float: none;
	width: 100%;
	padding:0 20px;
}
.docHead{
	margin: 0 0 120px;
}
h2{
	font-size: 34px;
	padding-top: 20px;
	padding-bottom: 20px;
}
h3{
	font-size: 32px;
	line-height: 1.6em;;
}
p.textStyle{
	font-size: 28px;
}
p.img img{
	width: 100%;
	height: auto;
}
.standard .box{
	width:100%;
	background-size: 100% 12px;
}
.standard .box-in{
	width: 100%;
}
.standard .box-in h2{
	margin-top: 16px;
	padding-bottom: 18px;
	font-size: 24px;
}
#index-maincolumn-side{
	float: none;
	width: 100%;
}
.linkListStyle dl dd.pdf a::after{
	font-size: 24px;
	padding: 8px 16px;
}
/*2 鑑定・コンサルティング・仲介
-----------------------------------*/
.serviceBox1 p strong{
	font-size: 32px;
	line-height: 1.8em;
}
.serviceBox1{
	font-size: 32px;
	padding: 20px;
	line-height: 1.5em;
}
.serviceBox1~section>h2+p.textStyle{
	margin-bottom: 60px;
}
.serviceBox2Head{
	font-size: 28px;
	top: -40px;
}
.serviceBox2 .label,
.serviceBox2 .labelSec3_2, .serviceBox2 .labelSec3_3, .serviceBox2 .labelSec3_4{
	font-size: 28px;
}
.serviceBox2Inner{
	padding-top: 60px;
}
.serviceBox2Inner .listStyle li{
	font-size: 28px;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}
.serviceBox2Inner h3{
	font-size: 32px;
}
.serviceBox2Inner .btnMore a{
	font-size: 32px;
	padding: 10px 20px;
}
.serviceBox3 h3{
	font-size: 24px;
	top: -16px;
}
.serviceBox3 li{
	font-size: 28px;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}
.serviceBox3 .listStyle li::before{
	font-size: 10px;
	margin-right: 1em;
}
.serviceBox4{
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
}
.serviceBox4 h3{
	font-size: 32px;
	line-height: 1.5em;
}
.serviceBox4 .tableContactStyle{
	font-size: 32px;
}
.serviceBox4 .tableContactStyle tbody td .telNum{
	font-size: 40px;
}
.serviceBox4 a[href*="tel:"]{
	pointer-events: auto;
	cursor: pointer;
	text-decoration: none;
	color: #3f8fd1;
}
/*3 オフィス・店舗の賃貸・運営事業
-----------------------------------*/
.columnSet.columRentalManagementSet{
	width: 100%;
}
.columnSet.columRentalManagementSet .columnFirst{
	width: 20%;
}
.columnSet.columRentalManagementSet .columnSecond{
	width: 80%;
}
.columRentalManagementSet .columnSecondHalf{
	margin-left: 2%;
	width: 48%;
}
.tableRentalManagement th,
.tableRentalManagement td{
	font-size: 28px;
	line-height: 1.5em;
}
.btnFormRentalManagement a{
	font-size: 28px;
}
.btnFormRentalManagement a span{
	font-size: 28px;
}
p.caption{
	font-size: 28px;
}
/*4 借上寮・社宅サービス
-----------------------------------*/
.boxRented01 .listStyleProblems li {
	font-size: 30px;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}
.boxRented01 .listStyleProblems li:last-child {
	margin-bottom: 0;
}
.textStyle.readRented01{
	font-size: 32px;
	line-height: 1.6em;
}
.textStyle.readRented01 br{
	display: none;
}
.listStyleRentedMerit dt{
	font-size: 36px;
	line-height: 1.5em;
}
.listStyleRentedMerit dd{
	font-size: 32px;
	line-height: 1.5em;
}
/*5 独身寮・単身寮
-----------------------------------*/
.boxAreaKantou h3,
.boxAreaKansai h3,
.boxAreaChugoku h3,
.boxForJFEEmployees h3,
.boxMeal h3{
	font-size: 28px;
	line-height: 1.5em;
}
.columnSet.columnDormitorySet .columnHalf h4{
	font-size: 26px;
	line-height: 1.5em;
}
/*6 不動産事業部門概要・拠点
-----------------------------------*/
.tableStyle1 th{
	font-size: 26px;
	line-height: 1.5em;
}
.tableStyle1 td{
	font-size: 24px;
	line-height: 1.5em;
}
/*7 お知らせ
-----------------------------------*/
.linkListStyle.topicsListStyle dl,
.linkListStyle.topicsListStyle dd{
	font-size: 32px;
	line-height: 1.5em;
}
/* SP aside
-----------------------------------*/
aside{
	float: none;
	position: absolute;
	top: 122px;
	left: 0;
	display: block;
	background-color: #FFF;
	width: 96%;
	margin: 0 2%;
	border: 2px solid #835937;
	z-index: 888888;
	border-radius: 8px;
}
.btnLocalMenu{
	display: block;
	width: 100%;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding: 10px 0;
	text-align: center;
	color: #835937;
	background-color: #FDEDAD;
	border-radius: 8px;
}
.btnLocalMenu:hover{
	cursor: pointer;
}
.btnLocalMenu::before{
	content:"\ea43";
	font-weight: normal;
}
.btnLocalMenu.selected::before{
	content:"\ea41";
	font-weight: normal;
}
aside nav#snv{
	display: none;
	padding: 0;
	margin-bottom: 0;
}
aside .banner{
	display: none;
}
aside #snv{
	font-size: 32px;
}
aside #snv #sub{
	margin-top: 0;
}
aside #snv a,
aside #snv #local li .lv1{
	padding: 20px 20px;
}
aside #snv #local > li:nth-child(1) > a,
aside #snv #local li a,
aside #snv #local li .lv1,
aside #snv #sub li a{
	background-image: none !important;
}
aside #snv #local > li:nth-child(1) > a{
	background-color: #FFCD03;
}
aside #snv #local li a,
aside #snv #local li .lv1{
	background-color: #EEE;
}
aside #snv #sub li a{
	background-color: #FDEDAD;
	color: #333;
}
aside .banner{
	padding: 20px 0;
	text-align: center;
}
aside .banner .myHome img{
	width: auto;
}
.columnSet.serviceSet .columnOneThered{
	float: none;
	width:100%;
	margin-left: 0;
	margin-bottom: 15px;
}
/* SP pagetop
-----------------------------------*/
#pagetop {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	border-top: 2px solid #0250A3;
}
#pagetop:hover{
	background-color: #0250A3;
}
#pagetop p{
	font-size: 28px;
}
#pagetop p a::before{
	content: "\ea3a";
	display: block;
}
#pagetop p a{
	padding: 20px 0 !important;
	display: block;
	width: 100%;
	background: none !important;
	color: #0250A3;
}
#pagetop:active p a
#pagetop:hover p a,
#pagetop:hover p a:active,
#pagetop:hover p a:visited,
#pagetop:hover p a::before,
#pagetop p a:hover{
	color: #FFF !important;
	text-decoration: none;
}
#pagetop a:link, #pagetop a:visited,
.pagetop a:link, .pagetop a:visited {
	color: #0250A3;
	text-decoration: none;
}
#pagetop p a:hover{
	cursor: pointer;
	color: #0250A3;
}
#pagetop p a:active,
#pagetop p a:visited{
	text-decoration: none;
}
}
