body,
button,
input,
select,
textarea {
	font-family:Verdana,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

body{
	margin:0;
	padding:0;
	font-size:14px;
}

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
/* Micro clearfix */

.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

/* IE7のpadding設定 */
*:first-child+html body {
	padding-left: 1px;
}

/* IE6のpadding設定 */
*html body {
	padding-left: 1px;
}


/* PC-SP */

.boxPC,.headerPC {
	display: block;
}
.boxSP,.headerSP,.header-topSP {
	display: none;
}


/* フロート解除  */

.clear {
	clear:both;
}
/* floatの解除 */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* IE 7 */
.divclear {
	display: inline-block;
}
.clearover{
	overflow:hidden;
	clear:both;
	}

.clear {
	clear: both;
	overflow: hidden;
}
/* img */
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.border {
	border: solid 1px #ccc;
}


/*wrapper*/
#wrapper{
	width:1000px;
	max-width:100%;
	text-align: left;
	margin: 0 auto;
}
#wrapper-popup{
	width:800px;
	max-width:100%;
	text-align: left;
	margin: 0 auto;
}
/*container*/
#container{
	width:1000px;
	max-width:100%;
	background:url() no-repeat top;
	margin-bottom:5%;
}
#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* タイトル */

h1{
	color:#fff;
	background-color:#008C22;
	text-align:center;
	font-size:30px;
	font-weight:bold;
	vertical-align:middle;
	padding:1% 0 1% 0.5%;
	margin:0;
}
h2{
	color:#59B200;
	font-size:30px;
	font-weight:bold;
	margin-bottom:1%;
	border-left:#ddd solid 10px;
	padding-left:12px;
}
h3{
	color:#008C22;
	font-size:18px;
	font-weight:bold;
	margin:1.5% 0 0.5%;
}
/* PC-SP */
.boxPC,.headerPC {
	display: block;
}
.boxSP,.headerSP,.header-topSP {
	display: none;
}


@media screen and (max-width: 660px) {

.item ul {
	display:block;
	margin-bottom:20px;
}
.item ul li {
	display:block;
	float:left;
	width:100%;
	margin-bottom:10px;
}
.item ul li a {
	display:block;
	width:100%;
}

.item ul li a .img {
	float:left;
	width:70px;
	text-align: left;
}
.item ul li a .img img {
	border:#CCC solid 1px;
	text-align:center;
	margin:0 auto;
	vertical-align: middle;
}
.item ul li a .text {
	width: auto;
	line-height:1.8;
	font-size:12px;
	font-size: 1.2rem;
	color:#006fb6;
	padding-right:10px;
	padding-bottom: 10px;
}

#ENTRY2 #ENTRY2-in {
	width:100%;
	height:100%;
	padding:20px 10px;
}
.formEntry1 .narabikae {
	float:left;
	margin:10px 0 0;
}
#formEntry1 .narabikae select{
	color:#000000;
}
.formEntry1 .formEntry1-btn {
	float:left;
	width:230px;
}

}



/******************************************************************
 * 物件検索結果一覧
 *****************************************************************/

.ITEM {
	width:100%;
	border-top:#ffb4db solid 4px;
	border-left:#e9e9e9 1px solid;
	border-right:#e9e9e9 1px solid;
	border-bottom:#e9e9e9 1px solid;
	margin-bottom:20px;
}

.ITEM ul {
	display:block;
	padding:15px 10px;
	box-shadow: 1px 1px 4px 4px rgba(0,0,0,0.1);
}
.ITEM ul li {
	display:block;
	float:left;
}
.ITEM ul li div {
	display:block;
}

.ITEM ul li.style1 {
	width:329px;
	border-right:#CCC solid 1px;
}
.ITEM ul li.style1 .check {
	float:left;
	display: block;
	width:25px;
	height:75px;
}
.ITEM ul li.style1 .check .box {
	width:25px;
	height:25px;
	line-height:25px;
	background-color:#eee;
	margin-top:25px;
}
.ITEM ul li.style1 .check .box input {
	margin:5px 0 0 5px;
	height:15px;
	width:15px;
}
.ITEM ul li.style1 .img {
	float:left;
	width:88px;
	height:75px;
	line-height:75px;
	text-align:center;
}
.ITEM ul li.style1 .img img {
	border:#CCC solid 1px;
	text-align:center;
	margin:0 auto;
	vertical-align: middle;
}
.ITEM ul li.style1 .text {
	float:left;
	width:215px;
	line-height:2.0;
	font-size:12px;
	font-size: 1.2rem;
}
.ITEM ul li.style1 .text span {
	color:#006fb6;
	font-weight:bold;
	font-size:13px;
	font-size: 1.3rem;
}

.ITEM ul li.style2 {
	width:270px;
	border-right:#CCC solid 1px;
	margin-left:10px;
}
.ITEM ul li.style2 .text {
	float:left;
	line-height:2.0;
	font-size:12px;
	font-size: 1.2rem;
	padding-right:10px;
}

.ITEM ul li.style3 {
	width:325px;
	margin-left:10px;
}
.ITEM ul li.style3 .text {
	float:left;
	line-height:2.0;
	font-size:12px;
	font-size: 1.2rem;
	padding-right:0px;
}

@media screen and (max-width: 660px) {

.ITEM {
	width:320px;
	border-top:#ffb4db solid 4px;
	border-left:#e9e9e9 1px solid;
	border-right:#e9e9e9 1px solid;
	border-bottom:#e9e9e9 1px solid;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}

.ITEM ul {
	display:block;
	padding:10px;
}
.ITEM ul li {
	display:block;
	width:100%;
	float: none;
	padding:0px;
	margin-bottom:10px;
}

.ITEM ul li.style1 {
	width:100%;
	border-right: none;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:#e9e9e9 1px dotted;
}
.ITEM ul li.style1:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ITEM ul li.style1 .check {
	float:left;
	display: block;
	width:25px;
	height:75px;
}
.ITEM ul li.style1 .check .box {
	width:25px;
	height:25px;
	line-height:25px;
	background-color:#eee;
	margin-top:25px;
}
.ITEM ul li.style1 .check .box input {
	margin:5px 0 0 5px;
	height:15px;
	width:15px;
}
.ITEM ul li.style1 .img {
	float:left;
	width:88px;
	height:75px;
	line-height:75px;
	text-align:center;
}
.ITEM ul li.style1 .img img {
	border:#CCC solid 1px;
	text-align:center;
	margin:0 auto;
	vertical-align: middle;
}
.ITEM ul li.style1 .text {
	width:180px;
	float:left;
	line-height:1.7;
	font-size:12px;
	font-size: 1.2rem;
	padding-right:0px;
}
.ITEM ul li.style1 .text span {
	color:#006fb6;
	font-weight:bold;
	font-size:13px;
	font-size: 1.3rem;
	line-height:1.5;
}

.ITEM ul li.style2 {
	width:100%;
	border-right: none;
	border-bottom:#e9e9e9 1px dotted;
	margin-left:0px;
	padding-bottom:5px;
	margin-bottom:5px;
}
.ITEM ul li.style2:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ITEM ul li.style2 .text {
	float:left;
	line-height:1.7;
	font-size:12px;
	font-size: 1.2rem;
	padding-right:0px;
}

.ITEM ul li.style3 {
	width:100%;
	margin-left:0px;
}
.ITEM ul li.style3 .text {
	float:left;
	line-height:1.7;
	font-size:12px;
	font-size: 1.2rem;
	padding-right:0px;
}

}


/*=================================================================== */

@media screen and (min-width: 768px),print {
/* PC用のスタイル記述 */
.smp{
	display:none;
}
/* googlemap */
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 2px;
	width: 100%;

}

/******************************************************************
 * ヘッダー
 *****************************************************************/
header{
	width:1000px;
	max-width:100%;
	border-bottom:3px solid #008C22;
	padding:1% 0;
}

#logo{
	width:48.5%;
	float:left;
	margin-left:1.5%
}
#logo span{
	font-size:12px;
	display:block;
}
#top-banner{
	width:48.5%;
	float:left;
	margin:0.3% 1.5% 0 0;
	text-align:right;
}
#top-location{
	width:48.5%;
	float:left;
	margin-right:1.5%;
	text-align:right;
}
#top-location p{
	width:65%;
	max-width:100%;
	margin-left:35%;
	padding:3%;
	color:#008C22;
	background-color:#D3F4B2;
	font-size:26px;
	font-weight:bold;
	text-align:center;
}

/******************************************************************
 * トップページ
 *****************************************************************/
/*?@?????g?@*/
.serch{
	padding:1.5% 0 3% 0;
	background-color:#D3F4B2;
}
.serch p{
	color:#333;
	margin-bottom:3%;
	font-weight:bold;
}

select {
	color:#555;
	vertical-align:middle;
}
select::-ms-expand {
	display: none;
}
.select-box01{
	width: 80%;
	margin: 0 auto 25px;
}
.select-box02 {
	width: 80%;
	margin: 0 auto;
}

/* 01 --- */
.select-box01 .txtarea{
	width:56%;
	margin-right:1%;
	padding-left:1%;
	height:41px;
	color:#999;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #fff;
	background-size: 20px, 100%;
	}

/* 02 --- */

.select-box02 select {
	width: 100%;
	padding: 9px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color:#555;
	border: 1px solid #999;
	background: #eee;
	background: url(../_img/arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#fff 100%);
	background: url(../_img/arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#fff 100%);
	background-size: 20px, 100%;
}

.select-box02 .todofuken{
	width:27.3%;
	margin-right:1%;
}
.select-box02 .school{
	width:27.3%;
}

#search-prefecture select {
	width: 20%;
	padding: 5px;
	margin-left:2%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color:#555;
	border: 1px solid #999;
	background: #eee;
	background: url(../_img/arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#fff 100%);
	background: url(../_img/arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#fff 100%);
	background-size: 20px, 100%;
}

/* 役に立つ情報 */
.useful-info{
	}

.useful-info:after{
	content:".";
	display:block;
	visibility:hidden;
	font-size:0.1em;
	line-height:0;
	clear: both;
}
.useful-info .menu01{
	width:182px;
	height:182px;
	margin-left:15px;
	float:left;
	position:relative;
	}

.useful-info .menu01 p{
	position:absolute;
	top:65%;
	right:10%;
	left:10%;
	font-size:18px;
	font-weight:bold;
	color:#008C20;
	line-height:120%;
	text-align:center;
}
.useful-info a:hover{
	opacity:0.6;
}

/* ランキング */
#lanking-area{
	width:100%;
	max-width:970px;
	margin:0 auto 30px;
}
#lanking-area #title-tokyo{
	width:50%;
	float:left;
	font-size:30px;
	color:#008C1F;
	font-weight:bold;
}
#lanking-area #search-prefecture{
	width:50%;
	float:left;
	text-align:right;
}
#lanking-list{
	border-top:1px dotted #008C22;
}
#lanking-list:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
dl,dt,dd #lanking-list{
	margin:0;
	padding:0;
}
dl#lanking-list{
	width:970px;
	max-width:100%;
	margin-top:3%;
	clear:both;
}
#lanking-list dt{
	float:left;
	width:320px;
	height: 50px;
	color:#0059B2;
	font-size:15px;
	font-weight:bold;
	border-bottom:1px dotted #008C22;
	line-height:3.1em;
	clear:left;
}

#lanking-list dd{
	height: 50px;
	margin-left:320px;
	border-bottom:1px dotted #008C22;
	line-height:3.3em;
}
#circle{
  color: #fff;
  background-color:#BBB;
  margin:0 2% 0 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;

}

/* 3カラム 部分*/
.colum1-outline{
	display:table;
	width:1010px;
	margin:5px -10px 0 0;
	border-bottom:50px solid #fff;
}
.colum1-outline h1{
	padding:3% 0 2% 0;

}
.colum1-outline ul,li{
	margin:0;
	padding:0;
	list-style:disc;
}
.colum1-outline li{
	margin-bottom:5%;
}
.colum1{
	display:table-cell;
	width:32%;
	background-color:#EEE;
	border-right:10px #fff solid;
}
.colum2{
	display:table-cell;
	width:32%;
	background-color:#E5F3E8;
	border-right:10px #fff solid;
}
.colum-list1{
	padding:5% 15%;
}


/******************************************************************
 *キーワード検索結果&大学一覧ページ系
 *****************************************************************/
#kw-searchbox{
	font-size: large;
	width: 100%;
	margin: 0px;
}
#kw-searchbox dt{
	float: left;
	font-weight: bold;
	padding: 15px 50px;
	height:100%;
}
#kw-searchbox dd{
	float:left;
	padding: 15px;
}
#kw-searchbox table{
	border-top: 1px solid #A3E85E;
	width: 100%;
}
#kw-searchbox table th{
	width:16%;
	background-color: #D3F4B2;
	border-bottom: 1px solid #A3E85E;
	padding: 15px;
	text-align:center;
}
#kw-searchbox table td{
	border-bottom: 1px solid #A3E85E;
	padding: 15px;
	line-height: 150%;
}
.kw-txt{
	font-size: 14px;
	margin: 30px 0px 0px;
	line-height: 150%;
}
#kw-searchlist{
	width: 90%;
	border-top: 1px solid #A3E85E;
	margin: 30px 0px 50px 50px;
}
#kw-searchlist ul{
}
#kw-searchlist li{
	list-style-type: none;
	padding: 15px;
	border-bottom: 1px solid #A3E85E;
}


/******************************************************************
 * 学校詳細、学校検索結果一覧
 *****************************************************************/
#schoolbox01{
}
.school-name{
	font-size: 26px;
	padding: 10px 0 3px;
	font-weight: bold;
	color:#005B17;
}
.school-info{
	padding-top:5px;
}
.school-item{
	font-size: 20px;
	padding: 18px;
	margin: 20px 0 20px 0;
	border:#A3E85E solid 1px;
}
.school-pr{
	padding: 5px;
}
.school-pr2{
	width: 100%;
	padding: 5px;
	overflow: hidden;
    position: relative;
    zoom:1;
}
.school-pr2 ul li.left {
	display: block;
	float: left;
	width: auto;
	padding-right: 20px;
	line-height: 1.4em;
	list-style: none;
	text-indent: 25px;
	background: url(../img/bg_arrow3.png) no-repeat 8px 5px;
	margin-bottom: 10px;
}
.school-pr2 ul li.right {
	display: block;
	float: left;
	width: auto;
	line-height: 1.4em;
	list-style: none;
	text-indent: 25px;
	background: url(../img/bg_arrow2.png) no-repeat 8px 5px;
	margin-bottom: 10px;
}
.school-pr2 ul li.right2 {
	display: block;
	float: left;
	width: 62%;
	line-height: 1.4em;
	list-style: none;
	text-indent: 25px;
	margin-bottom: 10px;
}
.school-ads{
	margin: 15px 0 0 0;
}
.school-condition{
	font-size: 16px;
	padding: 15px;
	margin: 25px 0;
	border: 10px solid #A3E85E;
	text-align: center;
	background-color: #D5F4B5;
}
.btn-school-req{
	width: 100%;
	padding: 15px;
	text-align: center;
}
.btn-school-req img{
	width: 450px;
}
table.school1{
	border-top: 1px solid #B4B4B4;
	border-collapse: collapse;
	width: 100%;
	margin: 15px 0px;
}
.school1 th{
	padding: 6px;
	border-bottom: 1px solid #B4B4B4;
	background-color: #e7e7e7;
	font-weight: normal;
	text-align: center;
}
.school1 td{
	padding: 6px;
	border-bottom: 1px solid #B4B4B4;
}
.school1 td:hover {
	cursor:pointer;
}
input {
	margin-right:3px;
	vertical-align:middle;
	cursor:pointer;
}
label {
	cursor:pointer;
}
pre {
	overflow:auto;
	border:1px solid #999999;
	background: #eeeeee;
	padding:10px;
}
.school-okuri{
	font-size: 12px;
	text-align: right;
	width: 100%;
}
#ENTRY1 {
	width:100%;
	background: url(../_img/bg_entry1.png);
	margin: 12px 0px 30px;
}
#ENTRY1 #ENTRY1-in {
	width:100%;
	height:100%;
	padding:10px;
}

#ENTRY2 {
	width:100%;
	background-color: #D5F4B5;
}
#ENTRY2 #ENTRY2-in {
	width:100%;
	height:100%;
	padding:20px 30px;
}
#ENTRY3 {
	width:100%;
	background: url(../_img/bg_entry1.png);
	margin-bottom:10px;
}
#ENTRY3 #ENTRY1-in {
	width:100%;
	height:100%;
	padding:10px;
}
.formEntry1 .narabikae {
	float:left;
	width:300px;
	background:url(../_img/bg_entry.png) no-repeat;
}
.formEntry1 .narabikae span {
	display:block;
	float:left;
	margin-top:5px;
	margin-right:15px;
	text-indent:10px;
	background:url(../_img/bg_narabikae.png) no-repeat;
	background-position:0 50%;
	line-height:13px;
}
.formEntry1 .formEntry1-btn {
	float:right;
	width:221px;
	height:32px;
}
#formEntry1 .narabikae select{
	color:#000000;
}
.formEntry2 {
}
table.formEntry2 {
	width:100%;
	border-spacing:0;
	border: none;
}
.formEntry2 th {
	padding: 12px;
	background-color: #67c900;
	color: #FFF;
	line-height: 1.4;
	font-weight: normal;
	border: #c6c692 solid 1px;
	text-align:center;
	font-size:15px;
}
.formEntry2 td {
	background-color:#fff;
	padding:8px;
	border:#c6c692 solid 1px;
	line-height:1.6;
	text-align: left;
}
.formEntry2 table td div {
	float: left;
	margin-left: 10px;
}
.formEntry2 table td.style1 {
	text-align:center;
	color:#585536;
	width:80px;
}
.formEntry2 table td.style2 {
	line-height:1.0;
	text-align:center;
	padding:12px;
}
.formEntry2-btn {
	display:inline;
	float:right;
	width:98px;
	height:32px;
	margin-bottom:30px;
}
.formEntry2 select{
	color:#000000;
}

/******************************************************************
 * 資料一括請求フォーム
 *****************************************************************/
table.form1{
	border-top: 1px solid #B4B4B4;
	border-collapse: collapse;
	width: 100%;
	margin: 15px 0px;
}
.form1 th{
	padding:10px;
	border-bottom: 1px solid #B4B4B4;
	background-color: #e7e7e7;
	font-weight: normal;
	text-align:left;
}
.form1 td{
	padding: 10px;
	border-bottom: 1px solid #B4B4B4;
	line-height: 150%;
}
table.form1yoko{
	border-top: 1px solid #B4B4B4;
	border-collapse: collapse;
	width: 100%;
	margin: 15px 0px;
}
.form1yoko th{
	padding:10px;
	border-bottom: 1px solid #B4B4B4;
	background-color: #e7e7e7;
	font-weight: normal;
	text-align:center;
}
.form1yoko td{
	padding: 10px;
	border-bottom: 1px solid #B4B4B4;
	line-height: 150%;
}
#form-presentbox{
	padding:10px;
}

.form-field {
	border: 1px solid #b8aea2;
	background: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #1f1509;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	padding:8px;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
	cursor:text;
}
.form-field2 {
	border: 1px solid #b8aea2;
	background: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #1f1509;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	padding:8px;
	width:50%;
	margin-top: 2px;
	margin-bottom: 2px;
}
.form-field3 {
	border: 1px solid #b8aea2;
	background: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #1f1509;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	padding:8px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.len20 {width: 20%;}
.len30 {width: 30%;}
.submit-button {
	border: 1px solid #878c82;
	background: #008C23;
	background: -webkit-gradient(linear, left top, left bottom, from(#005B17), to(#008C23));
	background: -webkit-linear-gradient(top, #005B17, #008C23);
	background: -moz-linear-gradient(top, #005B17, #008C23);
	background: -ms-linear-gradient(top, #005B17, #008C23);
	background: -o-linear-gradient(top, #005B17, #008C23);
	background-image: -ms-linear-gradient(top, #005B17 0%, #008C23 100%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	color: #fff;
	font-family: "???C???I";
	padding: 13px 80px;
	font-size: 28px;
	text-decoration: none;
	vertical-align: middle;
}
.submit-container {
	margin:15px 0 30px;
	text-align:center;
	font-family: "???C???I";
}
.submit-button:hover {
	border: 1px solid #447314;
	text-shadow: #31540c 0 1px 0;
	background: #6aa436;
	background: -webkit-gradient(linear, left top, left bottom, from(#005B17), to(#6aa436));
	background: -webkit-linear-gradient(top, #005B17, #6aa436);
	background: -moz-linear-gradient(top, #005B17, #6aa436);
	background: -ms-linear-gradient(top, #005B17, #6aa436);
	background: -o-linear-gradient(top, #005B17, #6aa436);
	background-image: -ms-linear-gradient(top, #005B17 0%, #6aa436 100%);
	color: #fff;
}
.submit-button:active {
	text-shadow: #31540c 0 1px 0;
	border: 1px solid #447314;
	background: #005B17;
	background: -webkit-gradient(linear, left top, left bottom, from(#6aa436), to(#6aa436));
	background: -webkit-linear-gradient(top, #6aa436, #005B17);
	background: -moz-linear-gradient(top, #6aa436, #005B17);
	background: -ms-linear-gradient(top, #6aa436, #005B17);
	background: -o-linear-gradient(top, #6aa436, #005B17);
	background-image: -ms-linear-gradient(top, #6aa436 0%, #005B17 100%);
	color: #fff;
}
/*　サンキューページ　*/
.panf03{
	width:674px;
	margin:0 auto;
}

/******************************************************************
 * 物件詳細ページ
 *****************************************************************/
#container-bukken{
	width:970px;
	max-width:100%;
	background:url() no-repeat top;
	margin:0 auto 5%;
}
#container-bukken h2{
	margin-top:3%;
	border-left:#ddd solid 10px;
}
#title-bukken{
	text-align:left;
	padding-left:1%;
	position:relative;
}
#title-bukken .unisex{
	position:absolute;
	display:block;
	float:right;
	padding:1% 2%;
	top:6px;
	right:1%;
	border-radius:5px;
	background-color:#FFF;
	color:#339966;
	font-size:18px;
	text-align:center;
}
#title-bukken .male{
	position:absolute;
	display:block;
	float:right;
	padding:1% 2%;
	top:6px;
	right:1%;
	border-radius:5px;
	background-color:#FFF;
	color:#3366FF;
	font-size:18px;
	text-align:center;
}
#title-bukken .female{
	position:absolute;
	display:block;
	float:right;
	padding:1% 2%;
	top:6px;
	right:1%;
	border-radius:5px;
	background-color:#FFF;
	color:#FF0000;
	font-size:18px;
	text-align:center;
}
#page_index{
	text-align:center;
	margin:2% 0 2.5%;
}
#page_index span{
	color:#ccc;
	padding-left:2%;
}
table.style_bukken{
	width:100%;
	margin:0 0 5% 0;
	padding:0;
	border-top:#008C22 solid 1px;
}
.style_bukken th{
	width:18%;
	padding:1%;
	background-color:#D3F4B2;
	border-bottom:#008C22 solid 1px;
}
.style_bukken td{
	padding:1%;
	border-bottom:#008C22 solid 1px;
}
.style_bukken strong{
	font-weight:bold;
}
ul.nearest_station{
	margin:1% 0 5% 0;
	padding:0;
}
.nearest_station li{
	line-height:1.5em;
	list-style-type:none;
}
ul.nearest_school{
	margin:0 0 5% 0;
	padding:0;
}
.nearest_school li{
	line-height:1.5em;
	list-style-type:none;
}

/******************************************************************
 * 編集・情報ページ
 *****************************************************************/
#data-main{
	float:left;
	width:680px;
	max-width:100%;
}
.read-text{
	margin:2%;
	line-height:160%;
}
.read-text em{
	color:#008C22;
	font-weight:bold;
	font-size:15px;
	padding-right:12px;
}
.read-text dl,dt,dd{
	margin:0;
	padding:0;
}
.read-text dl{
	margin:1% 0;
}
.read-text dt{
	color:#333;
	font-weight:bold;
	border-bottom:#008C22 solid 1px;
	margin-top:2%;
}
.read-text dd{
	line-height:150%;
	text-indent:-2em;
	margin-left:32px;
}
#data-main h2{
	margin-top:5%;
}
#data-main section{
	background-color:#F9F9F9;
}
#data-side{
	float:right;
	width:300px;
	max-width:100%;
}

/*　基礎知識　不動産用語集*/
#cate-outline{
	width:680px;
	max-width:100%;
	background-color:#F9F9F9;
}
#cate-outline strong{
	display:block;
	font-size:16px;
	color:#FFF;
	padding:2%;
	border-top:#FFF solid 15px;
	background-color:#59B200;
}
#cate-outline strong a:link{
	color:#fff;
}
#cate-outline strong a:visited{
	color:#fff;
}
#cate-outline em{
	color:#59B200;
	font-weight:bold;
	font-style:normal;
	font-size:16px;
	padding-left:1%;
	border-left:#59B200 solid 7px;
}
#cate-outline ul{
	margin:1% 0 1% 7%;
}
#cate-outline li{
	list-style-position:outside;
	line-height:1.6em;
	list-style:url(../_img/bg_chie.png);
	padding-bottom:1%;
}
#cate-outline ol{
	margin:1% 0 1% 7%;
}
#cate-outline ol li{
	list-style:decimal;
	padding-bottom:1%;
}
#cate-outline dl{
	border-top: 1px solid #A3E85E;
	background-color:#FFF;
}
#cate-outline dl:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
#cate-outline dt{
	float:left;
	width:180px;
	height:150px;
	padding:2%;
	border-bottom: 1px solid #A3E85E;
}
#cate-outline dt img{
	width:100%;

}
#cate-outline dd{
	width:480px;
	height:150px;
	padding:2%;
	margin-left:180px;
	border-bottom: 1px solid #A3E85E;
}
.cate-index01:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.indexlist-left{
	width:290px;
	max-width:100%;
	float:left;
}
.indexlist-right{
	width:290px;
	max-width:100%;
	float:left;
}
.indexlist-wide{
	width:600px;
	max-width:100%;
}
.cate-index01 section{
	padding:2%;
	line-height:150%;
}
#cate-outline table{
	margin:1% 0 2%;
	border-top: 1px solid #A3E85E;
	width: 100%;
}
#cate-outline th{
	width:15%;
	background-color: #D3F4B2;
	border-bottom: 1px solid #A3E85E;
	padding: 1%;
	text-align:left;
	font-size:13px;
	line-height:130%;
}
#cate-outline td{
	background-color: #FFF;
	border-bottom: 1px solid #A3E85E;
	padding: 1%;
	line-height: 120%;
}

#cate-outline .table-style2{
	margin-top:2%;
	border-top: 1px solid #A3E85E;
	width: 100%;
}
#cate-outline .table-style2 th{
	width:15%;
	background-color: #D3F4B2;
	border-bottom: 1px solid #A3E85E;
	border-left: 1px solid #A3E85E;
	padding: 1%;
	text-align:center;
	font-size:13px;
	line-height:130%;
}
#cate-outline .table-style2 td{
	text-align:center;
	background-color: #FFF;
	border-bottom: 1px solid #A3E85E;
	border-right: 1px solid #A3E85E;
	padding: 1%;
	line-height: 120%;
}
#cate-outline .table-style2  tr:nth-child(1) td{ background: #e7e7e7; }

#cate-outline .table-style3{
	margin-top:2%;
	border-top: 1px solid #A3E85E;
	width: 100%;
}
#cate-outline .table-style3 th{
	width:30%;
	border-bottom: 1px solid #A3E85E;
	border-left: 1px solid #FFF;
	background-color: #FFF;
	padding: 1%;
	text-align:left;
	font-size:14px;
	line-height:130%;
}
#cate-outline .table-style3 td{
	text-align:left;
	background-color: #FFF;
	border-bottom: 1px solid #A3E85E;
	padding: 2%;
	line-height: 120%;
}
.cate-index01 b{
	margin-top:1.5%;
	display:block;
	color:#333;
}

ul.link-list-type02{
	width:80%;
	margin:0 auto 1%;
	padding:0;
}
.link-list-type02:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.link-list-type02 li{
	width:30%;
	list-style-position:outside;
	line-height:1.6em;
	list-style:url(../_img/bg_chie.png);
	float:left;
}
.link-list-type02 li:nth-child(even){
	width:18%;
}
/*　右サイド　*/
.fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
}
.back-home{
	margin-bottom:10px;
}
.back-home a{
	color:#FFF;
	display:block;
	text-decoration:none;
}
.back-home a:link{
	display:block;
	width:300px;
	border:#FF732F solid 5px;
	background:#FF732F;
	color:#FFF;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	padding:10px 0;
}
.back-home a:visited{
	display:block;
	width:300px;
	border:#FF732F solid 5px;
	background:#FF732F;
	color:#FFF;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	padding:10px 0;
}
.back-home a:hover{
	display:block;
	width:300px;
	border:#F45000 solid 5px;
	background:#FF732F;
	color:#FFF;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	padding:10px 0;
	text-decoration:none;
}
.back-home a:active{
	display:block;
	width:300px;
	border:#F45000 solid 5px;
	background:#FF732F;
	color:#FFF;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	padding:10px 0;
	text-decoration:none;
}


.subnavi-title{
	width:300px;
	background:#008C22;
	color:#FFF;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	padding:3% 0;
}
ul#subnavi-useful{
	margin:0 0 3% 0;
	padding:0;
}
#subnavi-useful li{
	margin:0;
	padding:0;
	list-style-position:inside;
	list-style-type:none;
}
#subnavi-useful a{
	color:#008C21;
	font-size:16px;
}

#subnavi-useful .navi01{
	width:300px;
	height:40px;
	border-bottom:#fff solid 1px;
	background-image:url(../_img/nav_side01.jpg);
	background-repeat:no-repeat;
	padding:3.5% 0 0 18%;
}
#subnavi-useful .navi02{
	width:300px;
	height:40px;
	border-bottom:#fff solid 1px;
	background-image:url(../_img/nav_side02.jpg);
	background-repeat:no-repeat;
	padding:3.5% 0 0 18%;
}
#subnavi-useful .navi03{
	width:300px;
	height:40px;
	border-bottom:#fff solid 1px;
	background-image:url(../_img/nav_side03.jpg);
	background-repeat:no-repeat;
	padding:3.5% 0 0 18%;
}
#subnavi-useful .navi04{
	width:300px;
	height:40px;
	border-bottom:#fff solid 1px;
	background-image:url(../_img/nav_side04.jpg);
	background-repeat:no-repeat;
	padding:3.5% 0 0 18%;
}
#subnavi-useful .navi05{
	width:300px;
	height:40px;
	border-bottom:#fff solid 1px;
	background-image:url(../_img/nav_side05.jpg);
	background-repeat:no-repeat;
	padding:3.5% 0 0 18%;
}
#recomend-link-board{
	width:300px;
	height:250px;
	background-image:url(../_img/bg_recomend_link.jpg);
	background-repeat:no-repeat;
	margin:20px 0;
}
#recomend-link-board p{
	width:300px;
	color:#FF4000;
	font-size:24px;
	font-weight:bold;
	padding:8% 0 6% 0;
	text-align:center;
	line-height:110%;
}
#recomend-link-board ul{
	width:260px;
	margin:0 auto;
}
#recomend-link-board li{
	list-style:none;
	margin:0 0 3% 0;
}

#recomend-link-board li:nth-child(odd){
	margin-right:3%;
	float:left;
}

#recomend-link-board li a:hover{
	opacity:0.6;
}
/******************************************************************
 * 物件登録について
 *****************************************************************/
.butn-moushikomi{
	text-align:center;
	margin-bottom:2%;
}
#FORM7 {
    width: 100%;
	margin:0 auto 30px;
}
.formTable7 {
}
.formTable7 table {
	margin:0;
	padding:0;
	border-spacing:0;
	border: none;
	width:100%;
	margin-bottom:30px;
	border-top:#cccccc 2px solid;
	border-right:#cccccc 2px solid;
	border-left:#cccccc 2px solid;
	border-bottom:#cccccc 2px solid;
	background-color:#FFF;
}
.formTable7 table th {
	font-size:15px;
	line-height:140%;
	padding:8px;
	color:#666666;
	text-align: left;
	text-indent:10px;
	font-weight:normal;
	border-right:#cccccc 1px solid;
	border-bottom:#cccccc 1px solid;
}
.formTable7 table th.style1 {
	text-align:left;
	width:200px;
	background-color:#FFF;
}
.formTable7 table th.style2 {
	text-align:left;
	width:180px;
	background-color:#FFF;
}
.formTable7 table th img {
	vertical-align: middle;
	float: right;
}
.formTable7 table td {
	font-size:15px;
	line-height:150%;
	border: none;
	padding:8px;
	border-bottom:#cccccc 1px solid;
}
.formTable7 table td input{
	cursor:text;
}
.formTable7 table td.bg {
	background:#fffacf;
}
.formTable7 table td div {
	height:24px;
}
.formTable7 table td div img {
	float:left;
	margin-right:5px;
}
.formTable7 table td div span {
	float:left;
	display:block;
	font-size:15px;
	font-size: 1.5rem;
	line-height:24px;
	height:24px;
	font-weight:bold;
}
.formTable7 table td ul li {
	float:left;
	display:block;
	line-height:2.0;
	margin-right:15px;
	color:#666666;
}
#submit-button{
	border: 1px solid #878c82;
	background: #008C23;
	background: -webkit-gradient(linear, left top, left bottom, from(#005B17), to(#008C23));
	background: -webkit-linear-gradient(top, #005B17, #008C23);
	background: -moz-linear-gradient(top, #005B17, #008C23);
	background: -ms-linear-gradient(top, #005B17, #008C23);
	background: -o-linear-gradient(top, #005B17, #008C23);
	background-image: -ms-linear-gradient(top, #005B17 0%, #008C23 100%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	color: #fff;
	font-family: "???C???I";
	padding: 10px 50px;
	font-size: 22px;
	text-decoration: none;
	vertical-align: middle;
}
#submit-button-cancel{
	border: 1px solid #878c82;
	background: #008C23;
	background: -webkit-gradient(linear, left top, left bottom, from(#D90000), to(#FF4D4D));
	background: -webkit-linear-gradient(top, #D90000, #FF4D4D);
	background: -moz-linear-gradient(top, #D90000, #FF4D4D);
	background: -ms-linear-gradient(top, #D90000, #FF4D4D);
	background: -o-linear-gradient(top, #D90000, #FF4D4D);
	background-image: -ms-linear-gradient(top, #D90000 0%, #FF4D4D 100%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	color: #fff;
	font-family: "???C???I";
	padding: 10px 50px;
	font-size: 22px;
	text-decoration: none;
	vertical-align: middle;
}

/*???M?{?^??*/
.soushinBtn {
	text-align:center;
	margin-bottom:20px;
}
.soushinBtn .btn {
	border: 0px;
	width: 196px;
	height: 43px;
	margin:0 auto;
	background-image: url(../img/btn_soushin.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
}
.soushinBtn .btn:hover {
	background-position: 0px -43px;
}

/*?m?F?{?^??*/
.kakuninBtn {
	text-align:center;
	margin-bottom:20px;
}
.kakuninBtn .btn {
	border: 0px;
	width: 349px;
	height: 43px;
	margin:0 auto;
	background-image: url(../img/btn_naiyou-kakunin.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
}
.kakuninBtn .btn:hover {
	background-position: 0px -43px;
}
/******************************************************************
 * 会員ログイン
 *****************************************************************/
dl#login{
	width:70%;
	margin:5% auto;
}
#login dt{
	width:20%;
	height:32px;
	float:left;
	clear:left;
	text-align:center;
	margin:0 2% 10px 0;
	background-color:#ddd;
	color:#666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight:bold;
}
#login dt span{
	padding:6% 0;
	font-size:14px;
	vertical-align:middle;
	display:block;
}
#login dl dd{
	width:60%;
	height:32px;
}
.login-button {
	border: 1px solid #878c82;
	background: #008C23;
	background: -webkit-gradient(linear, left top, left bottom, from(#005B17), to(#008C23));
	background: -webkit-linear-gradient(top, #005B17, #008C23);
	background: -moz-linear-gradient(top, #005B17, #008C23);
	background: -ms-linear-gradient(top, #005B17, #008C23);
	background: -o-linear-gradient(top, #005B17, #008C23);
	background-image: -ms-linear-gradient(top, #005B17 0%, #008C23 100%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	color: #fff;
	font-family: "メイリオ";
	padding: 6px 30px;
	font-size: 18px;
	text-decoration: none;
	vertical-align: middle;
}
/******************************************************************
 * フッター
 *****************************************************************/
.ta1a {
 	width: 100%;
 	max-width: 300px;
 	border-collapse: collapse;
 	line-height: 160%;
 	margin-bottom: 20px;
 }
.ta1a th {
	padding: 5px;
	border: 1px solid #9BE960;
 	background-color: #CFF5B1;
 	line-height: 160%;
}
.ta1a td {
	padding: 5px;
 	border: 1px solid #9BE960;
}

.ta1b {
 	width: 100%;
 }
.ta1b th {
	padding: 5px;
	border: 1px solid #9BE960;
 	background-color: #CFF5B1;
 	line-height: 160%;
}
.ta1b td {
	padding: 5px;
 	border: 1px solid #9BE960;
}

.ta2 {
 	width: 100%;
 	border-collapse: collapse;
 	line-height: 160%;
 	margin-bottom: 20px;
 }
.ta2 th {
	width: 20%;
 	padding: 5px;
 	vertical-align: top;
 	border: 1px solid #9BE960;
 	background-color: #CFF5B1;
 	line-height: 160%;
 }
 .ta2 td {
 	padding: 5px;
 	border: 1px solid #9BE960;
 }
.ta2b {
 	width: 100%;
 	border-collapse: collapse;
 	line-height: 160%;
 	margin-bottom: 20px;
 }
.ta2b th {
	width: 20px;
 	padding: 5px;
 	vertical-align: top;
 	border: 1px solid #9BE960;
 	background-color: #CFF5B1;
 	line-height: 160%;
 }
 .ta2b td {
 	padding: 5px;
 	border: 1px solid #9BE960;
 }
table.text tr {
	vertical-align: top;
}


.wrap {
	width: 80%;
	margin: 0 auto;
}
.title {
    font-size: 16px;
	margin-top: 30px;
	margin-bottom: 8px;
	padding: 2%;
	width: 100%;
	text-align: left;
	color: rgb(255, 255, 255);
    background-color: rgb(89, 178, 0);
}
.text {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	line-height: 160%;
}
.text2 {
	width: 100%;
	line-height: 160%;
}

.center {
	text-align: center;
}

.center img {
	padding-bottom: 2px;
}

/******************************************************************
 * google adsence
 *****************************************************************/
 /*   @google adsence   */
.ad-banner{
	width:970px;
	max-width:100%;
	margin:0 auto 2%;
}

footer{
	width:100%;
	max-width:1000px;
	margin:0;
	background-color:#999;
	color:#fff;
	text-align:center;
	font-size:16px;
	padding:2% 0;
}

footer a:link {
	color:#fff;
	text-decoration:none;
}
footer a:active {
	color:#fff;
	text-decoration:underline;
}
footer a:visited {
	color:#fff;
	text-decoration:none;
}
footer a:hover {
	color:#fff;
	text-decoration:underline;
}

#credit{
	margin:0.5% 0 3%;
	display:block;
	width:1000px;
	max-width:100%;
	text-align:center;
	font-size:14px;
	color:#212121;
}
/* PC用のパンくず */

#pankuzu{
	padding:1% 0 3%;
	font-size:12px;
}

}









@media screen and (max-width: 767px) {
/* スマートフォン用のスタイル記述 */
.pc{
	display:none;
}

.scroll{
overflow: auto;
white-space: nowrap;
}
.scroll::-webkit-scrollbar{?@?@/*table?ɃX?N???[???o?[????*/
 height: 7px;
}
.scroll::-webkit-scrollbar-track{?@?@/*table?ɃX?N???[???o?[????*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {?@?@/*table?ɃX?N???[???o?[????*/
 background: #BCBCBC;
}
/*container*/
#container{
	width:96%;
	margin:0 auto;
}

/* googlemap */
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 2px;
	width: 100%;
	height:330px;

}
/* タイトル */
h1{
	color:#fff;
	background-color:#008C22;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	vertical-align:middle;
	padding:2% 2% 1.5%;
	margin:0;
}
h2{
	color:#59B200;
	font-size:22px;
	font-weight:bold;
	margin-bottom:1%;
	padding-left:12px;
	border-left:none;
}


/******************************************************************
 * トップページ
 *****************************************************************/
header{
	width:100%;
	max-width:100%;
	border-bottom:3px solid #008C22;
	padding:1% 0;
}

#logo{
	width:96%;
	float:left;
	margin:3%;
}
#logo img{
	width:100%;
}
#logo span{
	font-size:12px;
	display:block;
}
#top-banner{
	display:none;
}
#top-location{
	display:none;
}

/* 検索部分記述 */
.serch{
	padding:3% 0 4% 0;
	background-color:#D3F4B2;
}
.serch h2{
	background-color:#59B202;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	padding:2%;
	margin-bottom:1%;
}

.serch p{
	color:#333;
	margin-bottom:3%;
	font-weight:bold;
}
select {
	vertical-align:middle;
}
select::-ms-expand {
	display: none;
}
.select-box01{
	width: 96%;
	margin: 0 auto 4%;
	text-align:center;
}
.select-box02 {
	width: 96%;
	margin: 0 auto;
	text-align:center;
}

/* 01 --- */
.select-box01 .txtarea{
	width:98.6%;
	margin-bottom:2%;
	padding-left:1%;
	height:40px;
	color:#999;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #fff;
	background-size: 20px, 100%;
	}

/* 02 --- */
.select-box02 select {
	width: 100%;
	margin-bottom:2%;
	padding: 9px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color:#555;
	border: 1px solid #999;
	background: #eee;
	background: url(../_img/arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#fff 100%);
	background: url(../_img/arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#fff 100%);
	background-size: 20px, 100%;
}
.select-box02 .todofuken{
	width:100%;
}
.select-box02 .school{
	width:100%;
}
#search-prefecture select {
	width: 50%;
	padding: 5px;
	margin-left:2%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color:#555;
	border: 1px solid #999;
	background: #eee;
	background: url(../_img/arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#fff 100%);
	background: url(../_img/arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#fff 100%);
	background-size: 20px, 100%;
}
/* 役に立つ情報 */
.useful-info{
	margin-bottom:7%;
	}

.useful-info:after{
	content:".";
	display:block;
	visibility:hidden;
	font-size:0.1em;
	line-height:0;
	clear: both;
}
.useful-info .menu01{
	width:90%;
	height:30%;
	margin:3% auto 0;
	}

.useful-info .menu01 p{
	padding:3%;
	font-size:18px;
	font-weight:bold;
	color:#008C20;
	line-height:120%;
	text-align:center;
	background-color:#E6F3E9;
	border-right:#008C22 solid 1px;
	border-bottom:#008C22 solid 2px;
}
.useful-info a:hover{
	opacity:0.6;
}
/* ランキング */
#lanking-area{
	width:100%;
	max-width:970px;
	margin:0 auto 30px;
}
#lanking-area #title-tokyo{
	width:98%;
	padding-bottom:2%;
	font-size:30px;
	color:#008C1F;
	font-weight:bold;
	text-align:center;
}
#lanking-area #search-prefecture{
	width:98%;
	text-align:center;
}
#lanking-list{
	border-top:1px dotted #008C22;
}
#lanking-list:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
dl,dt,dd #lanking-list{
	margin:0 2%;
	padding:0;
}
#lanking-list{
	margin-top:3%;
}
#lanking-list dt{
	width:96%;
	color:#0059B2;
	font-size:15px;
	font-weight:bold;
	line-height:2.8em;
}
#circle{
  color: #fff;
  background-color:#BBB;
  padding: 0;
  margin:0 2% 0 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;

}
#lanking-list dd{
	border-bottom:1px dotted #008C22;
	line-height:130%;
	padding-left:35px;
}
/* 3カラム部分*/
.colum1-outline{
	width:1010px;
	max-width:100%;
	margin:5px -10 0 0;
	border-bottom:50px solid #fff;
}
.colum1-outline ul,li{
	margin:0;
	padding:0;
	list-style:disc;
}
.colum1-outline li{
	margin-bottom:5%;
}
.colum1{
	width:98%;
	margin:0 auto;
	background-color:#EEE;
	border-bottom:10px #fff solid;
}
.colum2{
	width:98%;
	margin:0 auto;
	background-color:#E5F3E8;
	border-bottom:10px #fff solid;
}
.colum-list1{
	padding:5% 15%;
}

/******************************************************************
 * キーワード検索結果&大学一覧ページ系
 *****************************************************************/
#kw-searchbox{
	font-size: large;
	width:94%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0px auto;
}
#kw-searchbox dt{
	float: none;
	font-weight: bold;
	background-color: #D3F4B2;
	padding: 15px 50px;
	text-align: center;
}
#kw-searchbox dd{
	float: none;
	padding: 15px;
	text-align: center;
}
#kw-searchbox table{
	border-top: 1px solid #A3E85E;
	width: 100%;
}
#kw-searchbox table th{
	background-color: #D3F4B2;
	border-bottom: 1px solid #A3E85E;
	padding: 15px;
}
#kw-searchbox table td{
	border-bottom: 1px solid #A3E85E;
	padding: 15px;
	line-height: 150%;
}
.kw-txt{
	font-size:14px;
	text-align: left;
	margin: 30px 0px 0px;
	line-height: 150%;
}
#kw-searchlist{
	width: 96%;
	border-top: 1px solid #A3E85E;
	margin: 30px auto 50px auto;
}
#kw-searchlist ul{
}
#kw-searchlist li{
	list-style-type: none;
	padding: 15px;
	border-bottom: 1px solid #A3E85E;
}

/******************************************************************
 * 学校詳細、学校検索結果一覧
 *****************************************************************/
#schoolbox01{
	width:96%;
	margin:0 auto;
}
.school-name{
	font-size: 24px;
	padding: 10px 0 3px;
	font-weight: bold;
	color:#005B17;
}
.school-info{
	padding-top:5px;
}
.school-item{
	font-size: 20px;
	padding: 18px;
	margin: 10px 0 10px 0;
	border:#A3E85E solid 1px;
}
.school-pr{
	padding: 5px;
}
.school-pr2{
	width: 100%;
	padding: 5px;
}
.school-pr2 ul li.left {
	display: block;
	clear: both;
	width: 100%;
	line-height: 1.4em;
	list-style: none;
	text-indent: 25px;
	background: url(../img/bg_arrow3.png) no-repeat 8px 5px;
	margin-bottom: 10px;
}
.school-pr2 ul li.right {
	display: block;
	clear: both;
	width: 100%;
	line-height: 1.4em;
	list-style: none;
	text-indent: 25px;
	background: url(../img/bg_arrow2.png) no-repeat 8px 5px;
	margin-bottom: 10px;
}
.school-pr2 ul li.right2 {
	display: block;
	clear: both;
	width: 100%;
	line-height: 1.4em;
	list-style: none;
	text-indent: 25px;
	background: url(../img/bg_arrow2.png) no-repeat 8px 5px;
	margin-bottom: 10px;
}
.school-ads{
	margin: 15px 0 0 0;
}
.school-condition{
	font-size: 16px;
	padding: 15px;
	margin: 25px 0;
	border: 10px solid #A3E85E;
	text-align: center;
	background-color: #D5F4B5;
}
.btn-school-req{
	width: 100%;
	padding: 15px;
	text-align: center;
}

.btn-school-req img{
	width: 100%;
}

table.school1{
	border-top: 1px solid #B4B4B4;
	border-collapse: collapse;
	width: 100%;
	margin: 15px 0px;
}
.school1 th{
	padding: 6px;
	border-bottom: 1px solid #B4B4B4;
	background-color: #e7e7e7;
	font-weight: normal;
	text-align: center;
}
.school1 td{
	padding: 6px;
	border-bottom: 1px solid #B4B4B4;
}
.school-okuri{
	font-size: 12px;
	text-align: right;
	width: 100%;
}
#ENTRY1 {
	width:100%;
	background: url(../_img/bg_entry1.png);
	margin: 15px 0px 30px;
}
#ENTRY1 #ENTRY1-in {
	width:100%;
	height:100%;
	padding:10px;
}

#ENTRY2 {
	width:100%;
	background-color: #D5F4B5;
}
#ENTRY2 #ENTRY2-in {
	width:100%;
	height:100%;
	padding:20px 30px;
}
#ENTRY3 {
	width:100%;
	background: url(../_img/bg_entry1.png);
	margin-bottom:10px;
}
#ENTRY3 #ENTRY1-in {
	width:100%;
	height:100%;
	padding:10px;
}
.formEntry1 .narabikae {
	float:left;
	width:300px;
	background:url(../_img/bg_entry.png) no-repeat;
}
.formEntry1 .narabikae span {
	display:block;
	float:left;
	margin-top:5px;
	margin-right:15px;
	text-indent:10px;
	background:url(../_img/bg_narabikae.png) no-repeat;
	background-position:0 50%;
	line-height:13px;
}
.formEntry1 .formEntry1-btn {
	float:right;
	width:221px;
	height:32px;
}
.formEntry2 {
}
table.formEntry2 {
	width:100%;
	border-spacing:0;
	border: none;
}
.formEntry2 th {
	padding: 12px;
	background-color: #67c900;
	color: #FFF;
	line-height: 1.4;
	font-weight: normal;
	border: #c6c692 solid 1px;
}
.formEntry2 td {
	background-color:#fff;
	padding:8px;
	border:#c6c692 solid 1px;
	line-height:1.6;
	text-align: left;
}
.formEntry2 table td div {
	float: left;
	margin-left: 10px;
}
.formEntry2 table td.style1 {
	text-align:center;
	color:#585536;
	width:80px;
}
.formEntry2 table td.style2 {
	line-height:1.0;
	text-align:center;
	padding:12px;
}
.formEntry2-btn {
	display:inline;
	float:right;
	width:98px;
	height:32px;
	margin-bottom:30px;
}
#ENTRY2 #ENTRY2-in {
	width:100%;
	height:100%;
	padding:20px 10px;
}
.formEntry1 .narabikae {
	float:none;
	width:96%;
	text-align:center;
	margin:10px auto 0;
}
.formEntry1 .formEntry1-btn {
	float:none;
	text-align:center;
	width:230px;
	margin:10px auto 0;
}

/******************************************************************
 * 資料一括請求フォーム
 *****************************************************************/
table.form1{
	border-top: 1px solid #B4B4B4;
	border-collapse: collapse;
	width: 94%;
	margin: 15px auto;
}
.form1 th{
	padding:10px;
	border-bottom: 1px solid #B4B4B4;
	background-color: #e7e7e7;
	font-weight: normal;
	text-align:left;
}
.form1 td{
	padding:10px;
	border-bottom: 1px solid #B4B4B4;
}
table.form1yoko{
	border-top: 1px solid #B4B4B4;
	border-collapse: collapse;
	width: 94%;
	margin: 15px auto;
}
.form1yoko th{
	padding:10px;
	border-bottom: 1px solid #B4B4B4;
	background-color: #e7e7e7;
	font-weight: normal;
	text-align:center;
}
.form1yoko td{
	padding:10px;
	border-bottom: 1px solid #B4B4B4;
}
#form-presentbox{
	padding:10px;
}
.form-field {
	border: 1px solid #b8aea2;
	background: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #1f1509;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	padding:8px;
	width:100%;
	margin-top: 2px;
	margin-bottom: 2px;
	cursor:text;
}
.form-field2 {
	border: 1px solid #b8aea2;
	background: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #1f1509;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	padding:8px;
	width:100%;
	margin-top: 2px;
	margin-bottom: 2px;
}
.len20 {width: 40%;}
.len30 {width: 60%;}
.submit-button {
	border: 1px solid #878c82;
	background: #008C23;
	background: -webkit-gradient(linear, left top, left bottom, from(#005B17), to(#008C23));
	background: -webkit-linear-gradient(top, #005B17, #008C23);
	background: -moz-linear-gradient(top, #005B17, #008C23);
	background: -ms-linear-gradient(top, #005B17, #008C23);
	background: -o-linear-gradient(top, #005B17, #008C23);
	background-image: -ms-linear-gradient(top, #005B17 0%, #008C23 100%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	color: #fff;
	font-family: "???C???I";
	padding: 8.5px 50px;
	font-size: 20px;
	text-decoration: none;
	vertical-align: middle;
}
.submit-container {
	margin:15px 0 30px;
	text-align:center;
	font-family: "???C???I";
}
.submit-button:hover {
	border: 1px solid #447314;
	text-shadow: #31540c 0 1px 0;
	background: #6aa436;
	background: -webkit-gradient(linear, left top, left bottom, from(#005B17), to(#6aa436));
	background: -webkit-linear-gradient(top, #005B17, #6aa436);
	background: -moz-linear-gradient(top, #005B17, #6aa436);
	background: -ms-linear-gradient(top, #005B17, #6aa436);
	background: -o-linear-gradient(top, #005B17, #6aa436);
	background-image: -ms-linear-gradient(top, #005B17 0%, #6aa436 100%);
	color: #fff;
}
.submit-button:active {
	text-shadow: #31540c 0 1px 0;
	border: 1px solid #447314;
	background: #005B17;
	background: -webkit-gradient(linear, left top, left bottom, from(#6aa436), to(#6aa436));
	background: -webkit-linear-gradient(top, #6aa436, #005B17);
	background: -moz-linear-gradient(top, #6aa436, #005B17);
	background: -ms-linear-gradient(top, #6aa436, #005B17);
	background: -o-linear-gradient(top, #6aa436, #005B17);
	background-image: -ms-linear-gradient(top, #6aa436 0%, #005B17 100%);
	color: #fff;
}
/*　サンキューページ　*/
.panf03{
	width:100%;
	margin:0 auto;
}
.panf03 h2{
	background:#008C22;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	padding:3% 0;
	margin-bottom:15px;
	border-left:none;
}
.panf03 img{
	width:100%;
	height:auto;
}


/******************************************************************
 * 物件詳細ページ
 *****************************************************************/
#container-bukken{
	width:96%;
	background:url() no-repeat top;
	margin:0 auto 5%;
}
#container-bukken h2{
	margin-top:3%;
	border-left:#ddd solid 10px;
}
#title-bukken{
	font-size:18px;
	padding-bottom:1%;
	text-align:left;
	position:relative;
}
#title-bukken .unisex{
	position:absolute;
	display:block;
	float:right;
	padding:1% 2% 3%;
	top:4px;
	right:1%;
	bottom:4px;
	border-radius:5px;
	background-color:#FFF;
	color:#339966;
	font-size:16px;
	text-align:center;
}
#title-bukken .male{
	position:absolute;
	display:block;
	float:right;
	padding:1% 2%;
	top:6px;
	right:1%;
	border-radius:5px;
	background-color:#FFF;
	color:#3366FF;
	font-size:18px;
	text-align:center;
}
#title-bukken .female{
	position:absolute;
	display:block;
	float:right;
	padding:1% 2%;
	top:6px;
	right:1%;
	border-radius:5px;
	background-color:#FFF;
	color:#FF0000;
	font-size:18px;
	text-align:center;
}
#page_index{
	text-align:center;
	margin:2% 0 2.5%;
	line-height:1.2em;
}
#page_index span{
	color:#ccc;
	padding-left:2%;
}
table.style_bukken{
	width:100%;
	margin:0 0 5% 0;
	padding:0;
	border-top:#008C22 solid 1px;
}
.style_bukken th{
	width:18%;
	padding:1%;
	background-color:#D3F4B2;
	border-bottom:#008C22 solid 1px;
}
.style_bukken td{
	padding:1%;
	border-bottom:#008C22 solid 1px;
}
.style_bukken strong{
	font-weight:bold;
}
ul.nearest_station{
	margin:1% 0 5% 0;
	padding:0;
}
.nearest_station li{
	line-height:1.5em;
	list-style-type:none;
}
ul.nearest_school{
	margin:0 0 5% 0;
	padding:0;
}
.nearest_school li{
	line-height:1.5em;
	list-style-type:none;
}
/******************************************************************
 * 編集・情報ページ
 *****************************************************************/
#data-main{
	width:100%;
	margin:0 auto 5%;
}
.read-text{
	margin:2%;
	line-height:160%;
}
.read-text dl,dt,dd{
	margin:0;
	padding:0;
}
.read-text dl{
	margin:1% 0;
}
.read-text dt{
	color:#333;
	font-weight:bold;
	border-bottom:#008C22 solid 1px;
	margin-top:2%;
}
.read-text dd{
	line-height:150%;
	text-indent:-2em;
	margin-left:32px;
}

.read-text em{
	color:#008C22;
	font-weight:bold;
	font-size:15px;
	padding-right:12px;
}
#data-main h2{
	margin-top:3%;
	border-left:#ddd solid 10px;
}
#data-main section{
	background-color:#F9F9F9;
	padding:2%;
}
#data-side{
	width:100%;
	margin:0 auto;
}
#data-side .banner{
	width:100%;
}
/*　基礎知識　不動産用語集*/
#cate-outline{
}
#cate-outline:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#cate-outline strong{
	display:block;
	font-size:16px;
	color:#FFF;
	padding:2%;
	border-top:#FFF solid 15px;
	background-color:#59B200;
}
#cate-outline strong a:link{
	color:#fff;
}
#cate-outline strong a:visited{
	color:#fff;
}
#cate-outline em{
	color:#59B200;
	font-weight:bold;
	font-style:normal;
	font-size:16px;
	padding-left:1%;
	border-left:#59B200 solid 7px;
}
#cate-outline ul{
	width:88%;
	margin:1% 0 1% 7%;
}
#cate-outline li{
	list-style-position:outside;
	line-height:1.6em;
	list-style:url(../_img/bg_chie.png);
}



#cate-outline ol{
	margin:1% 3% 1% 10%;
}
#cate-outline ol li{
	list-style:decimal;
	padding-bottom:1%;
}
#cate-outline dl{
	width:96%;
	border-top: 1px solid #A3E85E;
	background-color:#FFF;
	margin:0 auto;
}
#cate-outline dl:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
#cate-outline dt{
	padding:3% 0;
}
#cate-outline dt img{
	width:60%;
	margin:0 auto;
}
#cate-outline dd{
	width:96%;
	padding:3% 0;
	line-height:180%;
	border-bottom: 1px solid #A3E85E;
}

.cate-index01{
	width:98%;
	margin:0 auto;
	background-color:#F9F9F9;
}
.cate-index01:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cate-index02{
	width:98%;
	margin:0 auto;
	background-color:#F9F9F9;
}
.cate-index02:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

ul.indexlist-left{
	width:96%;
	margin:0 5px 0 0;
}
ul.indexlist-right{
	width:96%;
}
.cate-index01 section{
	padding:2%;
	line-height:150%;
}
.cate-index01 b{
	margin-top:1%;
	display:block;
	color:#333;
}
ul.link-list-type02{
	width:90%;
	margin:0 auto;
	padding:0;
}

.link-list-type02:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.link-list-type02 li{
	width:90%;
	list-style:url(../_img/bg_chie.png);
	line-height:1.6em;
}
.link-list-type02 li:nth-child(even){
}

/*?@???m???@?s???Y?p?? table */
#cate-outline table{
	margin:1% 0 2%;
	border-top: 1px solid #A3E85E;
	width: 100%;
}
#cate-outline th{
	width:15%;
	background-color: #D3F4B2;
	border-bottom: 1px solid #A3E85E;
	padding: 1%;
	text-align:left;
	font-size:13px;
	line-height:130%;
}
#cate-outline td{
	background-color: #FFF;
	border-bottom: 1px solid #A3E85E;
	padding: 1%;
	line-height: 120%;
}

#cate-outline .table-style2{
	margin-top:2%;
	border-top: 1px solid #A3E85E;
	width: 100%;
}
#cate-outline .table-style2 th{
	width:15%;
	background-color: #D3F4B2;
	border-bottom: 1px solid #A3E85E;
	border-left: 1px solid #A3E85E;
	padding: 1%;
	text-align:center;
	font-size:13px;
	line-height:130%;
}
#cate-outline .table-style2 td{
	text-align:center;
	background-color: #FFF;
	border-bottom: 1px solid #A3E85E;
	border-right: 1px solid #A3E85E;
	padding: 1%;
	line-height: 120%;
}
#cate-outline .table-style2  tr:nth-child(1) td{
	 background: #e7e7e7;
}

#cate-outline .table-style3{
	margin-top:2%;
	border-top: 1px solid #A3E85E;
	width: 100%;
}
#cate-outline .table-style3 th{
	width:30%;
	border-bottom: 1px solid #A3E85E;
	border-left: 1px solid #FFF;
	background-color: #FFF;
	padding: 1%;
	text-align:left;
	font-size:14px;
	line-height:130%;
}
#cate-outline .table-style3 td{
	text-align:left;
	background-color: #FFF;
	border-bottom: 1px solid #A3E85E;
	padding: 2%;
	line-height: 120%;
}









/*　右サイド　*/
.back-home{
	margin-bottom:10px;
}
.back-home a:link{
	display:block;
	width:100%;
	border:#FF732F solid 5px;
	background:#FF732F;
	color:#FFF;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	padding:3% 0;
}
.back-home a:visited{
	display:block;
	width:100%;
	border:#FF732F solid 5px;
	background:#FF732F;
	color:#FFF;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	padding:3% 0;
}
.back-home a:hover{
	display:block;
	width:100%;
	border:#F45000 solid 5px;
	background:#FF732F;
	color:#FFF;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	padding:3% 0;
	text-decoration:none;
}
.back-home a:active{
	display:block;
	width:100%;
	border:#F45000 solid 5px;
	background:#FF732F;
	color:#FFF;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	padding:3% 0;
	text-decoration:none;
}

.subnavi-title{
	width:100%;
	background:#008C22;
	color:#FFF;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	padding:3% 0;
}
ul#subnavi-useful{
	margin:0 0 3% 0;
	padding:0;
}
#subnavi-useful li{
	margin:0;
	padding:0;
	list-style-position:inside;
	list-style-type:none;
}
#subnavi-useful a{
	color:#008C21;
	font-size:18px;
}

#subnavi-useful .navi01{
	width:100%;
	height:40px;
	border-bottom:#fff solid 1px;
	background-image:url(../_img/nav_side01.jpg);
	background-repeat:no-repeat;
	background-color:#E5F3E8;
	padding:2.5% 0 0 12%;
}
#subnavi-useful .navi02{
	width:100%;
	height:40px;
	border-bottom:#fff solid 1px;
	background-image:url(../_img/nav_side02.jpg);
	background-repeat:no-repeat;
	background-color:#E5F3E8;
	padding:2.5% 0 0 12%;
}
#subnavi-useful .navi03{
	width:100%;
	height:40px;
	border-bottom:#fff solid 1px;
	background-image:url(../_img/nav_side03.jpg);
	background-repeat:no-repeat;
	background-color:#E5F3E8;
	padding:2.5% 0 0 12%;
}
#subnavi-useful .navi04{
	width:100%;
	height:40px;
	border-bottom:#fff solid 1px;
	background-image:url(../_img/nav_side04.jpg);
	background-repeat:no-repeat;
	background-color:#E5F3E8;
	padding:2.5% 0 0 12%;
}
#subnavi-useful .navi05{
	width:100%;
	height:40px;
	border-bottom:#fff solid 1px;
	background-image:url(../_img/nav_side05.jpg);
	background-repeat:no-repeat;
	background-color:#E5F3E8;
	padding:2.5% 0 0 12%;
}
#recomend-link-board{
	width:300px;
	height:250px;
	background-image:url(../_img/bg_recomend_link.jpg);
	background-repeat:no-repeat;
	margin:5% auto 5%;
}
#recomend-link-board p{
	width:300px;
	color:#FF4000;
	font-size:24px;
	font-weight:bold;
	padding:8% 0 6% 0;
	text-align:center;
	line-height:110%;
}
#recomend-link-board ul{
	width:260px;
	margin:0 auto;
}
#recomend-link-board li{
	list-style:none;
	margin:0 0 3% 0;
}

#recomend-link-board li:nth-child(odd){
	margin-right:3%;
	float:left;
}

#recomend-link-board li a:hover{
	opacity:0.6;

}
/******************************************************************
 * 物件登録について
 *****************************************************************/
.butn-moushikomi{
	text-align:center;
	margin-bottom:3%;
}
#FORM7 {
    width: 100%;
	margin:0 auto 15px;
}
.formTable7 {
}
.formTable7 table {
	margin:0;
	padding:0;
	border-spacing:0;
	border: none;
	width:100%;
    width: 100%;
	margin-bottom:30px;
	border-top:#cccccc 2px solid;
	border-right:#cccccc 2px solid;
	border-left:#cccccc 2px solid;
	border-bottom:#cccccc 2px solid;
	background-color:#FFF;
}
.formTable7 table th {
	font-size:15px;
	line-height:140%;
	padding:1% 2%;
	color:#666666;
	text-align: left;
	font-weight:normal;
	border-right:#cccccc 1px solid;
	border-bottom:#cccccc 1px solid;
}
.formTable7 table th.style1 {
	width:28%;
	text-align:left;
	padding:1%;
	background-color:#FFF;
}
.formTable7 table th.style2 {
	width:28%;
	text-align:left;
	padding:1%;
}
.formTable7 table th img {
	vertical-align: middle;
	margin-top:1px;
	display:block;
}
.formTable7 table td {
	font-size:15px;
	line-height:150%;
	border: none;
	padding:8px;
	border-bottom:#cccccc 1px solid;
}
.formTable7 table td.bg {
	background:#fffacf;
}
.formTable7 table td div {
	height:24px;
}
.formTable7 table td div img {
	float:left;
	margin-right:5px;
}
.formTable7 table td div span {
	float:left;
	display:block;
	font-size:15px;
	font-size: 1.5rem;
	line-height:24px;
	height:24px;
	font-weight:bold;
}
.formTable7 table td ul li {
	float:left;
	display:block;
	line-height:2.0;
	margin-right:15px;
	color:#666666;
}
#submit-button{
	border: 1px solid #878c82;
	background: #008C23;
	background: -webkit-gradient(linear, left top, left bottom, from(#005B17), to(#008C23));
	background: -webkit-linear-gradient(top, #005B17, #008C23);
	background: -moz-linear-gradient(top, #005B17, #008C23);
	background: -ms-linear-gradient(top, #005B17, #008C23);
	background: -o-linear-gradient(top, #005B17, #008C23);
	background-image: -ms-linear-gradient(top, #005B17 0%, #008C23 100%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	color: #fff;
	font-family: "???C???I";
	padding: 6px 30px;
	font-size: 20px;
	text-decoration: none;
	vertical-align: middle;
}
#submit-button-cancel{
	border: 1px solid #878c82;
	background: #008C23;
	background: -webkit-gradient(linear, left top, left bottom, from(#D90000), to(#FF4D4D));
	background: -webkit-linear-gradient(top, #D90000, #FF4D4D);
	background: -moz-linear-gradient(top, #D90000, #FF4D4D);
	background: -ms-linear-gradient(top, #D90000, #FF4D4D);
	background: -o-linear-gradient(top, #D90000, #FF4D4D);
	background-image: -ms-linear-gradient(top, #D90000 0%, #FF4D4D 100%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	color: #fff;
	font-family: "???C???I";
	padding: 6px 30px;
	font-size: 20px;
	text-decoration: none;
	vertical-align: middle;
}

/*送信ボタン*/
.soushinBtn {
	text-align:center;
	margin-bottom:20px;
}
.soushinBtn .btn {
	border: 0px;
	width: 196px;
	height: 43px;
	margin:0 auto;
	background-image: url(../img/btn_soushin.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
}
.soushinBtn .btn:hover {
	background-position: 0px -43px;
}

/*確認ボタン*/
.kakuninBtn {
	text-align:center;
	margin-bottom:20px;
}
.kakuninBtn .btn {
	border: 0px;
	width: 349px;
	height: 43px;
	margin:0 auto;
	background-image: url(../img/btn_naiyou-kakunin.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
}
.kakuninBtn .btn:hover {
	background-position: 0px -43px;
}
/******************************************************************
 * 会員ログイン
 *****************************************************************/
dl#login{
	width:90%;
	margin:2% auto 5%;
}
#login dt{
	width:96%;
	height:32px;
	float:left;
	clear:left;
	text-align:center;
	margin:5% 2% 3px 0;
	background-color:#ddd;
	color:#666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight:bold;
}
#login dt span{
	padding:3% 0;
	font-size:14px;
	vertical-align:middle;
	display:block;
}
#login dl dd{
	width:100%;
	height:32px;
}
.login-button {
	border: 1px solid #878c82;
	background: #008C23;
	background: -webkit-gradient(linear, left top, left bottom, from(#005B17), to(#008C23));
	background: -webkit-linear-gradient(top, #005B17, #008C23);
	background: -moz-linear-gradient(top, #005B17, #008C23);
	background: -ms-linear-gradient(top, #005B17, #008C23);
	background: -o-linear-gradient(top, #005B17, #008C23);
	background-image: -ms-linear-gradient(top, #005B17 0%, #008C23 100%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	color: #fff;
	font-family: "???C???I";
	padding: 6px 30px;
	font-size: 18px;
	text-decoration: none;
	vertical-align: middle;
}

/******************************************************************
 * フッター情報
 *****************************************************************/
.ad-banner{
	width:970px;
	max-width:100%;
	margin:2% auto ;
}

footer{
	width:100%;
	max-width:1000px;
	margin:0;
	background-color:#999;
	color:#fff;
	text-align:center;
	font-size:14px;
	line-height:130%;
	padding:2% 0;
}

footer a:link {
	color:#fff;
	text-decoration:none;
}
footer a:active {
	color:#fff;
	text-decoration:underline;
}
footer a:visited {
	color:#fff;
	text-decoration:none;
}
footer a:hover {
	color:#fff;
	text-decoration:underline;
}

/* スマホ用のパンくず */

#pankuzu{
	padding:1% 0 3%;
	font-size:12px;
}

#credit{
	margin:1% 0 3%;
	display:block;
	width:1000px;
	max-width:100%;
	text-align:center;
	font-size:11px;
	color:#212121;
}


/******************************************************************
 * rule
 *****************************************************************/
.ta1a {
 	width: 100%;
 	max-width: 300px;
 	border-collapse: collapse;
 	line-height: 160%;
 	margin-bottom: 20px;
 }
.ta1a th {
	padding: 5px;
	border: 1px solid #9BE960;
 	background-color: #CFF5B1;
 	line-height: 160%;
}
.ta1a td {
	padding: 5px;
 	border: 1px solid #9BE960;
}

.ta1b {
 	width: 100%;
 }
.ta1b th {
	padding: 5px;
	border: 1px solid #9BE960;
 	background-color: #CFF5B1;
 	line-height: 160%;
}
.ta1b td {
	padding: 5px;
 	border: 1px solid #9BE960;
}

.ta2 {
 	width: 100%;
 	border-collapse: collapse;
 	line-height: 160%;
 	margin-bottom: 20px;
 }
.ta2 th {
	width: 20%;
 	padding: 5px;
 	vertical-align: top;
 	border: 1px solid #9BE960;
 	background-color: #CFF5B1;
 	line-height: 160%;
 }
 .ta2 td {
 	padding: 5px;
 	border: 1px solid #9BE960;
 }
.ta2b {
 	width: 100%;
 	border-collapse: collapse;
 	line-height: 160%;
 	margin-bottom: 20px;
 }
.ta2b th {
	width: 20px;
 	padding: 5px;
 	vertical-align: top;
 	border: 1px solid #9BE960;
 	background-color: #CFF5B1;
 	line-height: 160%;
 }
 .ta2b td {
 	padding: 5px;
 	border: 1px solid #9BE960;
 }
table.text tr {
	vertical-align: top;
}

.wrap {
	width: 100%;
	margin: 0 auto;
}
.title {
    font-size: 16px;
	margin-top: 30px;
	margin-bottom: 8px;
	padding: 2%;
	width: 100%;
	text-align: left;
	color: rgb(255, 255, 255);
    background-color: rgb(89, 178, 0);
}
.text {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	line-height: 160%;
}
.center {
	text-align: center;
	line-height: 160%;
}
.center img {
	padding-bottom: 6px;
}
.red {
	color: #FF0000;
}


}

/******************************************************************
 * ?q???i?[?L??/???X?|???V?u?ݒ?2?p?^?[??)
 *****************************************************************/
#BNw640 {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

#BNw320 {
	display: none;
}

@media (max-width:660px){
	#BNw320 {
		display: block;
		text-align: center;
	}
	#BNw640 {
		display: none;
	}
}


/******************************************************************
 * ?q???i?[?L??/???X?|???V?u?ݒ?4?p?^?[??)
 *****************************************************************/

#BN4w970 {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
#BN4w728,#BN4w468,#BN4w320 {
	display: none;
}
@media(max-width:970px) {
	#BN4w728 {
		display: block;
		text-align: center;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#BN4w970,#BN4w468,#BN4w320 {
		display: none;
	}

}
@media(max-width:736px){
	#BN4w468 {
		display: block;
		text-align: center;
	}
	#BN4w970,#BN4w728,#BN4w320 {
		display: none;
	}
}
@media (max-width:468px){
	#BN4w320 {
		display: block;
		text-align: center;
	}
	#BN4w970,#BN4w728,#BN4w468 {
		display: none;
	}
}


/******************************************************************
 * ?A?h?G?C?g/???X?|???V?u?L???ݒ?
 *****************************************************************/
 #ADw970 {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
#ADw728, #ADw468, #ADw320 {
	display: none;
}

@media (min-width:728px) and (max-width:969px){
	#ADw728 {
		display: block;
		text-align: center;
		padding-bottom: 25px;
	}
	#ADw970 {
		display: none;
	}
}

@media (min-width:468px) and (max-width:727px){
	#ADw468 {
		display: block;
		text-align: center;
		padding-bottom: 25px;
	}
	#ADw728, #ADw970 {
		display: none;
	}
}

@media (max-width:467px){
	#ADw320 {
		display: block;
		text-align: center;
		padding-bottom: 20px;
	}
	#ADw970, #ADw728, #ADw468 {
		display: none;
	}
}

@media (max-width : 480px){
    .ad1 {
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .ad3 {
        padding-top: 0px;
        padding-bottom: 20px;
    }
	.ad4 {
		display: block;
		text-align: center;
		padding-top: 0px;
		padding-bottom: 15px;
	}
    .sp_none {
        display: none;
    }

}

