/* 画像ボーダーなし、下揃え */
img{
	border : 0px;
	line-height : 1;
	}
/* 文字の縦位置 */
.m{
	vertical-align : middle;
	}
.vm{
	vertical-align : middle;
	}
.mb10{
	margin-bottom : 10px;
	}

	
/* リンク */
a:link { color: #1598D5; text-decoration : none;} 
a:visited { color: #1598D5; text-decoration : none;} 
a:hover { color: #E10000; text-decoration : underline;} 
a:active { color: #1598D5; text-decoration : none;} 
a:focus{ outline:none;}

.hover a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
	}

/* フロート類 */
.fl{
	float : left;
	margin-right : 20px;
	}
.fr{
	float : right;
	margin-left : 10px;
	}
.cr{
	clear : both;
	}
.crr{
	clear : right;
	}
	
.clear:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clear {
  min-height: 1px;
}

* html .clear{
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* センター */
.ce{
	text-align : center;
	}
.rr{
	text-align : right;
	}
.ll{
	text-align : left;
	}
/* P　マージンなし */
p{
	margin : 0 auto;
	}
sup{
	vertical-align: baseline;
	position:relative;
	top:-2px
	}

.f10{
	font-size : 10px;
	line-height : 1.5em;
	}
.f12{
	font-size : 12px;
	}
.f14{
	font-size : 14px;
	}
.f16{
	font-size : 16px;
	}
.f18{
	font-size : 18px;
	}
.f20{
	font-size : 20px;
	}
.f24{
	font-size : 24px;
	}
.f30{
	font-size : 30px;
	line-height : 1.5;
	}
.f40{
	font-size : 40px;
	}

.ind{
	text-indent : -1em;
	margin : 0 0 0 1em;
	}
.bold{
	font-weight : bold;
	}

/* 赤文字 */
.black{
	color : #000;
	}
.red{
	color : #d0111a;
	}
.blue{
	color : #5ab8b9;
	}
.blue2{
	color : #4070a5;
	}
.green{
	color : #2f8500;
	}
.yellow{
	color : #F7BD01;
	}

.mb10{
	margin-bottom : 10px;
	}
.mb20{
	margin-bottom : 20px;
	}
.mb30{
	margin-bottom : 30px;
	}
.mb40{
	margin-bottom : 40px;
	}
.mb50{
	margin-bottom : 50px;
	}
.mb100{
	margin-bottom : 100px;
	}
.mt10{
	margin-top : 10px;
	}
.mt20{
	margin-top : 20px;
	}
.mt30{
	margin-top : 30px;
	}
.mt40{
	margin-top : 40px;
	}

/* h */

h2 a:link { color: #2BB3E6; } 
h2 a:visited { color: #2BB3E6; } 
h2 a:hover { color: #E46100; text-decoration : underline;} 
h2 a:active { color: #2BB3E6; } 
h2,h3{
	font-size : 14px;
	font-weight : normal;
	margin : 0;
	padding : 0;
	}

form{
	margin : 0;
	}
textarea{
	font-size : 12px;
	}
input,select{
	margin : 0 0 10px 0;
	}
table{
	line-height : 1.8em;
	}
.nowrap{
	white-space : nowrap;
	}

ul,ol{
	margin : 0;
	padding : 0;
	}
.margin_list li{
	margin : 0 0 10px 0;
	}

.radius{
	border-radius : 3px;
	-webkit-border-radius : 3px;
	}

/* ボディ全体 */
body{
	border-top : solid 8px #fa3c8c;
	margin : 0 auto;
	padding : 0;
	text-align : center;
	font-size : 14px;
	color : #000;
	line-height : 1.8em;
	min-width : 950px;
	font-family : 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,'メイリオ',sans-serif;
	}

/* ヘッダ */
#head{
	margin : 0 auto;
	text-align : left;
	width : 950px;
	padding : 20px 0;
	}
#head h1{
	float : left;
	width : 208px;
	margin : 0;
	padding : 0;
	}
#head #text_size{
	float : right;
	margin : 15px 0 0 0;
	}
#head #text_size li{
	list-style : none;
	float : left;
	}
#text_size li {
	padding: 0 0 0 5px;
	float: left;
}

#text_size li a {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	display: block;
	color: #ffffff;
	background: #333333;
}

#text_size li a:hover {
	text-decoration: none;
	color: #333333;
	background: #999999;
}

#text_size li a.textresizer-active {
	text-decoration: none;
	color: #fff;
	background: #fa3c8c;
}



/* ナビゲーション */

#navi{
	margin : 0 auto;
	text-align : left;
	border-top : solid 2px #e3e3e3;
	border-bottom : solid 2px #e3e3e3;
	background : url('../images/common/navi_bg.jpg') repeat-x;
	}
	
#navi ul{
	width : 950px;
	list-style-type : none;
	margin : 0 auto;
	padding : 0;
	background : url('../images/common/navi_li_bg.jpg') no-repeat right;
	}
#navi li{
	background : url('../images/common/navi_li_bg.jpg') no-repeat left;
	float : left;
	line-height : 0;
	padding : 0 0 0 1px;
	}





/* メイン部分 */

#page_main{
	background : url('../images/common/page_main_bg.jpg') no-repeat top center;
	height : 130px;
	}
#page_main h2{
	margin : 0 auto;
	width : 950px;
	text-align : left;
	padding : 60px 0 0 0;
	font-size : 30px;
	}
#page_main h2 span{
	margin : 0 0 0 10px;
	font-size : 18px;
	color : #fa3c8c;
	}
#all{
	margin : 0 auto;
	text-align : left;
	padding : 80px 0 0 0;
	}
	
	.contents{
		width : 950px;
		margin : 0 auto 120px;
		}
	.contents h3{
		font-size : 26px;
		text-align : center;
		margin : 0 0 50px 0;
		padding : 0 0 20px 0;
		background : url('../images/common/title_line.jpg') no-repeat bottom;
		}
	.contents h3.title{
		font-size : 22px;
		text-align : left;
		margin : 0 0 30px 0;
		padding : 0;
		background : none;
		border-bottom : solid 1px #000;
		}
	.gray_box{
		background : #f7f7f7;
		border-top : solid 1px #dcdcdc;
		border-bottom : solid 1px #dcdcdc;
		}
	.gray_box .content{
		width : 950px;
		margin : 0 auto;
		padding : 70px 0;
		}


/* ページトップへ */
#scrollUp {
	bottom: 20px;
	right: 20px;
	height: 55px;  /* Height of image */
	width: 47px; /* Width of image */
	background: url(../images/common/top.png) no-repeat;
	}







/* フッター */
	
#foot{
	border-top : solid 1px #dcdcdc;
	text-align : left;
	padding : 0 0 20px 0;
	line-height : 1.5;
	padding : 20px 0;
	}
#foot_content{
	width : 950px;
	margin : 0 auto;
	}
#foot #foot_logo{
	float : left;
	width : 400px;
	}
#foot_navi{
	float : right;
	text-align : right;
	list-style-type : none;
	margin : 30px 0 0 0;
	}
#foot_navi li{
	background : url('../images/common/arrow.png') no-repeat left center;
	padding : 0 0 0 12px;
	margin : 0 0 0 20px;
	float : left;
	}
#foot_navi li a{
	color : #000;
	}
#copy{
	background : #e9e9e9;
	text-align : center;
	padding : 5px 0;
	font-size : 12px;
	}













/* index.html */
#main{
	line-height : 0;
	border-bottom : solid 2px #e3e3e3;
	position : relative;
	height : 536px;
	}
#main img{
	position : absolute;
	left : 50%;
	margin : 0 0 0 -750px;
	}
#news{
	width : 950px;
	margin : 0 auto 80px;
	text-align : center;
	}
#news .title{
	font-size : 30px;
	color : #fa3c8c;
	margin : 0 0 20px 0;
	}
#news ul{
	list-style : none;
	}

	.index_box{
		width : 445px;
		float : left;
		text-align : center;
		}
	.index_box.last{
		margin : 0 0 0 60px;
		}
	.index_box .box{
		background : #fff;
		padding : 30px;
		margin : 0 0 50px 0;
		border : solid 1px #eee;
		}
	.index_box .title{
		font-size : 28px;
		margin : 0 0 30px 0;
		line-height : 1.3;
		}
	.index_box .image{
		margin : 0 0 30px 0;
		}
	.index_box .text{
		text-align : left;
		}
	.index_box span{
		font-weight : bold;
		font-size : 16px;
		}
	.index_box span a{
		background : url('../images/common/arrow2.png') no-repeat 90% center;
		text-decoration : none;
		color : #fa3c8c;
		font-size : 16px;
		padding : 10px 70px;
		border : solid 2px #fa3c8c;
		}




/* realestate.html */
	.image_list{
		list-style : none;
		margin : 0 0 30px 0;
		}
	.image_list li{
		float : left;
		margin : 0 0 0 25px;
		}
	.image_list li.first{
		float : left;
		margin : 0;
		}
	.realestate_table{
		border : solid 1px #c3c3c3;
		border-collapse : collapse;
		width : 680px;
		}
	.realestate_table th{
		font-weight : normal;
		white-space : nowrap;
		text-align : left;
		vertical-align : top;
		border : solid 1px #c3c3c3;
		background : #ececec;
		padding : 10px 15px;
		width : 200px;
		}
	.realestate_table td{
		border : solid 1px #c3c3c3;
		vertical-align : top;
		padding : 10px 15px;
		}



/* item */
	.item{
		margin : 0 0 50px 0;
		padding : 0 0 30px 0;
		border-bottom : solid 1px #000;
		}
	.item .item_main_image{
		float : left;
		width : 350px;
		}
	.item .item_data{
		float : left;
		width : 520px;
		margin : 0 0 0 80px;
		}
	.item .item_data .item_name{
		font-size : 22px;
		font-weight : bold;
		margin : 0 0 20px 0;
		border-bottom : solid 1px #000;
		}
	.item .item_data table{
		width : 100%;
		}
	.item .item_data th,
	.item .item_data td{
		border-bottom : dotted 2px #000
		padding : 0 20px 0 0;
		}
	.item ul{
		margin : 0 0 0 1em;
		}


/* item2 */
	.makyu_step{
		background : url('../images/item2/bg.jpg') no-repeat;
		position : relative;
		height : 150px;
		line-height : 1.2;
		font-size : 12px;
		}
	.makyu_step .step1{
		width : 160px;
		position : absolute;
		top : 40px;
		left : 10px;
		}
	.makyu_step .step2{
		width : 160px;
		position : absolute;
		top : 40px;
		left : 190px;
		}
	.makyu_step .step3{
		width : 160px;
		position : absolute;
		top : 40px;
		left : 373px;
		}
	
	.makyu_point{
		margin : 0 !important;
		padding : 0;
		}
	.makyu_point li{
		height : 64px;
		width : 200px;
		padding : 0 0 0 90px;
		float : left;
		list-style : none;
		line-height : 1.5;
		}
	.makyu_point .point1{
		background : url('../images/item2/icon1.jpg') no-repeat left center;
		}
	.makyu_point .point2{
		background : url('../images/item2/icon2.jpg') no-repeat left center;
		margin : 0 0 30px 30px;
		}
	.makyu_point .point3{
		background : url('../images/item2/icon3.jpg') no-repeat left center;
		margin : 0 0 30px 30px;
		}
	.makyu_point .point4{
		background : url('../images/item2/icon4.jpg') no-repeat left center;
		}
	.makyu_point .point5{
		background : url('../images/item2/icon5.jpg') no-repeat left center;
		margin : 0 0 30px 30px;
		}
	


/* 会社概要 */
	.company_table{
		border : solid 1px #c3c3c3;
		border-collapse : collapse;
		width : 100%;
		}
	.company_table th{
		font-weight : normal;
		white-space : nowrap;
		text-align : left;
		vertical-align : top;
		border : solid 1px #c3c3c3;
		background : #ececec;
		padding : 10px 15px;
		width : 200px;
		}
	.company_table td{
		border : solid 1px #c3c3c3;
		vertical-align : top;
		padding : 10px 15px;
		}



/* お問い合わせ・申し込み */
	.contact_table{
		border : solid 3px #c3c3c3;
		border-collapse : collapse;
		margin : 10px 0 30px 0;
		width : 100%;
		}
	.contact_table th{
		font-weight : normal;
		white-space : nowrap;
		width : 180px;
		text-align : left;
		vertical-align : top;
		border : solid 1px #c3c3c3;
		background : #ececec;
		padding : 15px;
		}
	.contact_table td{
		padding : 15px 0 15px 15px;
		border : solid 1px #c3c3c3;
		vertical-align : top;
		}
	.contact_table .mark{
		background : #ff6600;
		padding : 2px 5px;
		font-size : 10px;
		color : #fff;
		}
	.contact_table input,
	.contact_table textarea{
		padding : 10px;
		border : solid 1px #ccc;
		border-radius : 3px;
		background:none;
		}
	.contact_table input[type=text]{
		width : 500px;
		}
	.contact_table .zip{
		width : 100px !important;
		}
	.contact_table .number{
		width : 30px !important;
		}
	.contact_table textarea{
		width : 600px;
		}
	.red12{
		font-size : 12px;
		color : #d0111a;
		}
	.kiyaku_box{
		overflow : auto;
		height : 200px;
		border : solid 1px #cdcdcd;
		margin : 0 0 30px 0;
		background : #fff;
		}
	.kiyaku_box .text{
		padding : 25px;
		}
	.kiyaku_box .text ol{
		list-style : decimal;
		padding : 0 0 0 15px;
		}
	.kiyaku_box .text ol li{
		margin : 0 0 10px 0;
		}
	.kiyaku_box .text .title{
		font-size : 120%;
		border-bottom : solid 1px #cdcdcd;
		}
	.kiyaku_box .text p{
		margin : 0 0 15px 0;
		}

	.btn01{
		background : #ff811b;
		border : none;
		color : #fff;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
		padding : 15px 0;
		width : 300px;
		font-size : 16px;
		cursor : pointer;
		}
	.btn01:hover{
		background : #ffad6a;
		}
	.btn02{
		background : #a4a4a4;
		border : none;
		color : #fff;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
		padding : 10px 0;
		width : 200px;
		font-size : 12px;
		cursor : pointer;
		}
	.btn02:hover{
		background : #cecece;
		}
		
	#input a{
		text-decoration : none;
		}




table.data2 td {
    padding: 5px;
    font-size : 12px;
    line-height : 1.4;
    vertical-align : middle;
}
table.data2 td.h1 {
    background : #ececec;
}

table.data,
table.data2{
	width : 100%;
	margin : 0 0 30px 0;
}
table.data th {
    padding: 10px 12px;
    font-size : 12px;
}
table.data th {
    font-weight: bold;
    text-align: center;
}
th.slant .top {
    position: absolute;
    right: 4px;
    top: 4px;
    line-height: 110% !important;
}
th.slant .btm {
    position: absolute;
    bottom: 4px;
    left: 4px;
}
th.slant {
    position: relative;
}
th.slant .inner {
    position: absolute;
    transform: rotate(30deg);
    width: 100%;
    border-top: 1px solid #000;
    left: 0px;
    top: 50px;
}
