@charset "utf-8";

/* ━━━━　共通設定　━━━━ */

html, body,
h1, h2, h3, h4, h5, h6,
p, pre, blockquote,
ul,ol,li,dl,dt,dd,form,address {
	margin: 0;
	padding: 0;
}
img {
	border:none;
}
hr {
	display: none;
}
strong {
	text-decoration: none;
}
address {
	font-weight: normal;
	font-style: normal;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style:none;
}
img {
	max-width: 100%;
	border: none;
	vertical-align: bottom;
}
table{
	border-collapse: collapse;
}

/* common */

.right{
	text-align:right;
}
.center{
	text-align:center;
}
.red{
	color:#FF0000;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* standardstyle */

a:link {
	color:blue;
	text-decoration:none;
}
a:active {
	color:orange;
	text-decoration:none;
}
a:visited {
	color:purple;
	text-decoration:none;
}
a:hover {
	color:red;
	text-decoration:none;
}
.txt08 {
	font-size: 8pt;
}
.txt10 {
	font-size: 10pt;
}
.txt12 {
	font-size: 12pt;
}
.txt14 {
	font-size: 14pt;
}
.txt08px {
	font-size: 8px;
}
.txt10px {
	font-size: 10px;
}
.txt12px {
	font-size: 12px;
}
.txt14px {
	font-size: 14px;
}
.txt16px {
	font-size: 16px;
}
.height110 {
	line-height: 110%;
}
.height120 {
	line-height: 120%;
}
.height130 {
	line-height: 130%;
}
.height140 {
	line-height: 140%;
}
.height150 {
	line-height: 150%;
}


body{
	font-size: 13px;
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.osusume{
	width:100%;
	padding:15px 0 0 0;
	text-align:center;
}














@media screen and (min-width: 769px),print {
/* PC用のスタイル記述 */



/* wrapper */
#wrapper{
	width: 950px;
	margin: 0 auto;
	text-align: left;
}


/* header */

#header{
	width: 948px;
	height: 91px;
	background: url(_img/head_bg.jpg) no-repeat top left;
}
#header h1{
	margin-left: 18px;
	margin-top: 11px;
}
.headtxt{
	font-size: 10px;
	color: #fff;
	padding-left: 15px;
	padding-top: 1px;
}
#header01{
	float: left;
}
#header02{
	float: right;
}
#header02 p{
	padding-top: 24px;
	padding-right: 14px;
}

/* container */

#container01{
	width: 948px;
	border: 1px solid #ccc;
}
.box01{
	float: left;
	width: 300px;
	height: 160px;
}

/* left */

#left{
	float: left;
	margin-top: 15px;
	width: 236px;
}
#lnavi{
	padding-left: 15px;
}
#lnavi ul{
	list-style: none;
	margin-top: 5px;
	margin-left: 0px;
}
#lnavi .navilist a{
	line-height: 150%;
	width: 198px;
	height: 23px;
	display: block;
	padding-left: 10px;
	background: url(_img/navi_bg02.jpg) no-repeat top left;
}
#lnavi .navilist a:hover{
	line-height: 150%;
	width: 198px;
	height: 23px;
	display: block;
	padding-left: 10px;
	background: url(_img/navi_bg01.jpg) no-repeat top left;
}
.navibox{
	margin-top: 10px;
	font-size: 10px;
	width: 170px;
	padding-left: 20px;
	background: url(_img/navi_bg03.jpg) no-repeat top left;
	line-height: 150%;
}
.detail{
	text-align: right;
	padding-right: 35px;
	padding-top: 5px;
}
.must{
	margin-top: 20px;
	margin-bottom: 30px;
	padding-left: 30px;
}

/* main */

#main{
	float: left;
	margin-top: 15px;
	width: 683px;
}
.btbox01{
	float: left;
	width: 339px;
	height: 80px;
}
.btbox02{
	float: left;
	background: url(_img/bt01b.jpg);
	width: 333px;
	height: 80px;
}
.btbox02 p{
	padding: 20px 20px 0px;
}

/* footer */

#footer{
	width: 948px;
	height: 300px;
	clear: both;
	background:#0066CC;
	color: #fff;
	font-size:12px;
	line-height: 150%;
}
#footer a{
	color: #fff;
}
#footer a:active{
	color: #fff;
}
#footer a:visited{
	color: #fff;
}
#footer a:hover{
	color: #f90;
}
.foottxt02{
	text-align:center;
	width:94%;
	padding:3%;
}
.foottxt03{
	float: left;
	text-align: center;
	width: 280px;
	padding:35px 0px 0px;
}
#pagetop{
	text-align: right;
	margin-top: 30px;
	margin-bottom: 10px;
}
#credit{
	text-align: center;
	margin: 10px;
}


/* ナビ */

.lead{
	margin-top:20px;
}
.lead2{
	margin-top:10px;
}
ol{
	list-style-type: none;
	margin: 5px 0px;
}
ul{
	margin-left: 25px;
	list-style-type: decimal;
}
li{
	margin-bottom: 5px;
}

/* contents */

#content{
	padding-left: 15px;
}
#content h2{
	background: #0066CC;
	font-size: 16px;
	border-left: 6px solid #0099FF;
	border-bottom: 4px groove #0099FF;
	color: #fff;
	height: 19px;
	padding: 5px 0px 0px 6px;
	margin: 0px 0px 20px;
}
#content h3{
	color: #FF6600;
	border-left: 6px solid #f60;
	border-bottom: 1px dotted #f60;
	margin: 10px 0;
	padding: 0px 0px 0px 6px;
}
#box01{
	float: left;
	width: 444px;
	margin-right: 15px;
}
#box02{
	float: left;
	width: 200px;
}

/* 問い合わせ用 */

table.style01{
	margin-bottom: 20px;
	border-top: 1px dotted #999;
	width: 660px;
}
.style01 th{
	border-bottom: 1px dotted #999;
	font-weight: normal;
	text-align: left;
	padding: 6px;
	background-color: #F4F0E3;
}
.style01 td{
	border-bottom: 1px dotted #999;
	line-height: 130%;
	padding: 6px;
}
input[type="text"],
textarea {
	padding: 0.8em;
	outline: none;
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
}
.fildsize{
	width:80%;
}

/* 入居の流れ　引越しのいろは用 */
table.style02{
	margin-bottom: 20px;
	width: 660px;
}
.style02 th{
	border-bottom: 1px dotted #96D5FF;
	font-weight: bold;
	background: #E1E1E1;
	vertical-align: top;
	padding: 5px;
	color: #333333;
	text-align: left;
}
.style02 td{
	border-bottom: 1px dotted #96D5FF;
	line-height: 130%;
	padding: 10px 0px 10px 10px;
}
.style02 .intable{
	margin: 5px 0px 0px;
}
.style02 .intd{
	border-bottom: 1px solid #FFFFFF;
	line-height: 150%;
	padding: 3px;
}
.intable th{
	padding: 2px;
	border-right: 1px dotted #0099FF;
	border-bottom: 1px solid #0099FF;
	background: #97D4FF;
	border-top: 2px solid #0099FF;
	border-left: 1px solid #0099FF;
}
.intable td{
	padding: 2px;
	border-right: 2px solid #0099FF;
	border-bottom: 1px solid #0099FF;
	border-top: 2px solid #0099FF;
	margin: 0px;
}

/* 会社概要用 */

table.style03{
	border-top: 1px dotted #999;
	width: 444px;
	margin: 0px 5px 20px 0px;
}
.style03 th{
	border-bottom: 1px dotted #999;
	font-weight: normal;
	padding: 10px 0px;
}
.style03 td{
	border-bottom: 1px dotted #999;
	line-height: 130%;
	padding: 10px 0px 10px 10px;
}

/* オーナー様用 */

table.style04{
	width: 444px;
	margin: 0px 5px 20px 0px;
}
.style04 th{
	padding: 5px;
	border-top: 2px solid #0099FF;
	border-right: 2px solid #0099FF;
	border-bottom: 1px solid #0099FF;
	border-left: 1px solid #0099FF;
}
.style04 td{
	line-height: 150%;
	vertical-align: top;
	height: 60px;
	padding: 5px 0px 0px;
}
.style04 .in04th{
	padding: 5px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

/* 入居の流れ セル中用 */

table.style05{
	margin: 10px 0px;
	width:100%;
}
.style05 th{
	border-bottom: 1px solid #999;
	padding: 4px;
	font-weight: bold;
	text-align: left;
	background: #97D4FF;
}
.style05 .in05th{
	background: #D9D9D9;
	width: 90px;
	padding: 3px 0px 0px 4px;
}
.style05 td{
	border-bottom: 1px dotted #999;
	padding: 4px;
	line-height: 110%;
}



/* 地域情報 */
.area01{
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;	
}

		}






















































@media screen and (max-width:768px){
/* スマートフォン用のスタイル記述 */



/* wrapper */
#wrapper{
	width: 100%;
	margin: 0 auto;
	text-align: left;
}


/* header */

#header{
	background-color: #00036A;
	text-align:center;
}
#header h1{
	margin: 11px 0px 0px 0;
}
.headtxt{
	color: #fff;
	padding: 1px;
}
#header01{
	float:none;
}
#header02{
	float:none;
}
#header02 p{
	padding: 10px 0 0px 0px;
}



/* container */

#container01{
	width:100%;
	border: 1px solid #ccc;
}
.box01{
	float: left;
	width: 300px;
	height: 160px;
}

/* left */

#left{
	display:none;
}


/* main */

#main{
	float: none;

	margin: 15px 0px 0px;
}
.btbox01{
	float:none;
}
.btbox02{
	float:none;
}
.btbox02 p{
	text-align: center;
	padding: 0px 20px 20px;
}

/* footer */

#footer{
	clear: both;
	color: #fff;
	background:#0066CC;
	text-align: center;
}
#footer a{
	color: #fff;
}
#footer a:active{
	color: #fff;
}
#footer a:visited{
	color: #fff;
}
#footer a:hover{
	color: #f90;
}
.foottxt02{
	float: none;
	width: 98%;
	padding: 1%;
}
.foottxt03{
	float: none;
	width: 100%;
	padding: 10px 0px 0px;
}
#pagetop{
	margin-top: 30px;
	margin-bottom: 10px;
}
#credit{
	text-align: center;
	margin: 10px;
}


/* ナビ */

.lead{
	margin: 0px;
}
.lead2{
	margin: 0px;
}
ol{
	list-style-type: none;
	margin: 0px;
}
ul{
	list-style-type: decimal;
	margin: 0px 0px 0px 25px;
}
li{
	margin: 0px;
}

/* contents */

#content{
	padding-left: 15px;
}
#content h2{
	background: #0066CC;
	font-size: 16px;
	border-left: 6px solid #0099FF;
	border-bottom: 4px groove #0099FF;
	color: #fff;
	height: 19px;
	padding: 5px 0px 0px;
	width: 95%;
}
#content h3{
	color: #FF6600;
	border-left: 6px solid #f60;
	border-bottom: 1px dotted #f60;
	padding: 0;
	margin: 10px 0;
	width: 95%;
}
#box01{
	float:none;
}
#box02{
	float:none;
}

/* 問い合わせ用 */
table.style01{
	margin-bottom: 20px;
	border-top: 1px dotted #999;
	width:90%;
}
.style01 th{
	border-bottom: 1px dotted #999;
	font-weight: normal;
	text-align: left;
	padding: 6px;
	background-color: #F4F0E3;
}
.style01 td{
	border-bottom: 1px dotted #999;
	line-height: 130%;
	padding: 6px;
}
input[type="text"],
textarea {
	padding: 0.8em;
	outline: none;
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
}
.fildsize{
	width:95%;
}

/* 入居の流れ　引越しのいろは用 */
table.style02{
	margin-bottom: 20px;
	width:95%;
}
.style02 th{
	border-bottom: 1px dotted #96D5FF;
	font-weight: bold;
	background: #E1E1E1;
	vertical-align: top;
	padding: 5px;
	color: #333333;
	text-align: left;
}
.style02 td{
	border-bottom: 1px dotted #96D5FF;
	line-height: 130%;
	padding: 10px 0px 10px 10px;
}
.style02 .intable{
	margin: 5px 0px 0px;
}
.style02 .intd{
	border-bottom: 1px solid #FFFFFF;
	line-height: 150%;
	padding: 3px;
}
.intable th{
	padding: 2px;
	border-right: 1px dotted #0099FF;
	border-bottom: 1px solid #0099FF;
	background: #97D4FF;
	border-top: 2px solid #0099FF;
	border-left: 1px solid #0099FF;
}
.intable td{
	padding: 2px;
	border-right: 2px solid #0099FF;
	border-bottom: 1px solid #0099FF;
	border-top: 2px solid #0099FF;
	margin: 0px;
}

/* 会社概要用 */

table.style03{
	border-top: 1px dotted #999;
	width: 90%;
	margin: 0px auto 20px;
}
.style03 th{
	border-bottom: 1px dotted #999;
	font-weight: normal;
	padding: 10px 0px;
}
.style03 td{
	border-bottom: 1px dotted #999;
	line-height: 130%;
	padding: 10px 0px 10px 10px;
}

/* オーナー様用 */

table.style04{
	width: 95%;
	margin: 0px auto 20px;
}
.style04 th{
	padding: 5px;
	border-top: 2px solid #0099FF;
	border-right: 2px solid #0099FF;
	border-bottom: 1px solid #0099FF;
	border-left: 1px solid #0099FF;
}
.style04 td{
	line-height: 150%;
	vertical-align: top;
	height: 60px;
	padding: 5px 0px 0px;
}
.style04 .in04th{
	padding: 5px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

/* 入居の流れ セル中用 */

table.style05{
	margin: 10px 0px;
	width:100%;
}
.style05 th{
	border-bottom: 1px solid #999;
	padding: 4px;
	font-weight: bold;
	text-align: left;
	background: #97D4FF;
}
.style05 .in05th{
	background: #D9D9D9;
	width: 90px;
	padding: 3px 0px 0px 4px;
}
.style05 td{
	border-bottom: 1px dotted #999;
	padding: 4px;
	line-height: 110%;
}


/* 地域情報 */
.area01{
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
	text-align: center;
}












	}




/* スマホ用メニューボタン */

header .navOpen {
	width: 36px;
	height: 40px;
	float: right;
	margin-top: 7px;
	margin-right: 5%;
	margin-bottom: 5px;
	cursor: pointer;
	background:url(../images/menu.png) no-repeat 0 0;
	background-size: 72px;
}
/*スマホ用メニュー閉じるボタン*/
header .navClose {
	background-position: -36px 0; /*ボタンの画像切り替え*/
}
header .menu-sp {
	clear: both;
	position: relative;
}
header .menu-sp ul {
	width: 100%;
	position: absolute;
	top: 0px;
	background-color: rgba(255, 255, 255, 0.9) ;
	border-bottom: 3px #ccc solid;
}
header .menu-sp li {
	line-height: 1.4;
	border-top: 1px #ccc solid;
}
header .menu-sp a {
	color: #000;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}

/* メディアクエリによる切り替え */

@media only screen and (min-width: 768px) {
/* ヘッダーエリア*/
header {
	min-width: 1000px;
}
header #header-area {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
header h1 {
	text-align: right;
}
header .logo {
	width: auto;
}
/*PC用ヘッダーボタン*/
header .button {
	float: right;
	display: block;
	margin-top: 20px;
}
header .button ul {
}
header .button li {
	float: right;
	font-size: 12px;
	line-height: 1.4;
}
header .button a {
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 17px;
	padding-right: 10px;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #999;
	color: #666;
	background: url(../images/arrow1.png) no-repeat 6px center;
	background-size: 6px;
}
header .button a:hover {
	opacity: 0.7;
}
/*スマホ用メニューボタン非表示*/
header .navOpen {
	display: none;
}

			}
