@charset "utf-8";
/* Reset
--------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, img, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
#content address {
	padding: 0 0 20px 0;
}
#content abbr, acronym {
	border-bottom: .1em dotted;
}
#content pre, code, tt {
	font-size: 1.1em;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ul,ol {
	list-style: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
}
a {outline:none;}
img {vertical-align:bottom;}

/* --------------------------------------------- */


body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:1.7em;
	color:#000;
	background:#002978;
}
a:link, a:visited { color:#002696; text-decoration:none}
a:hover, a:active { color:#002696; text-decoration:underline}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom:1em;
}
table tr td,
table tr th {
	
	padding: 3px 6px;
}

.wrapper {
	width:100%;
	margin:0 auto;
	background:#fff;
}

header {
	background:url(../images/header_bg.png) repeat-x;
}
#header {
	width:980px;
	margin:0 auto;
	padding:20px 0;
	position:relative;
}
#header #logo {
	width:300px;
	float:left;
	margin-right:30px;
}
nav {
	width:485px;
	float:left;
	margin:24px 0;
}
#name {
	width:150px;
	float:right;
	margin:25px 0;
}
#navi {
	margin:0 auto;
}
#navi ul {
	letter-spacing: -.40em;
}
#navi ul li {
	display:inline-block;
	width:120px;
	text-align:center;
	letter-spacing: normal;
	position: relative;
}
#navi ul li a {
	display:block;
	color:#fff;
	font-size:14px;
	line-height:36px;
	margin:0;
	border-left:1px solid #fff;
}
#navi ul li:last-child a {
	border-right:1px solid #fff;
}
#navi ul li a:hover {
	background:#fff;
	color:#002696;
	text-decoration:none;
}
#navi li ul {
	display:none;
	position: absolute;
	top: 36px;
	left: 0px;
	padding:0;
	z-index:100;
	width: 121px;
}
#navi ul li ul li {
	margin-bottom:1px;
	border: none;
	width: 121px;
}

#navi ul li ul li:last-child {
	border: none;
}
#navi li ul li a {
	color:#002696;
	font-size:12px;
	border:none;
	background:#fff;
	background:rgba(255,255,255,.95);
}
#navi li ul li a:hover {
	background:#fff;
}
.fixed {
    position: fixed !important;
	 width:100%;
    top: -5px;
    z-index: 9999 !important;
	 background:#fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.fixed nav {
	background-image:none;
	background:#fff !important;
}
.fixed .logo2 {
	width:200px;
	display:block !important;
	position:absolute;
	top:12px;
	left:15px;
}

/* ---------------TOP------------------*/
#visual {
	width:100%;
	background:url(../images/visual_bg.png) repeat-x;
	margin:0 auto 40px;
	text-align:center;
	border-bottom:10px solid #002696;
}
#topInfo {
	width:300px;
	float:left;
	margin-right:40px;
}
#topSale {
	width:300px;
	float:left;
	position:relative;
	overflow:hidden;
	
}
#topLease {
	width:300px;
	float:right;
	position:relative;
	overflow:hidden;
	
}
#topSale h3,
#topLease h3 {
	background:#000;
	background:rgba(0,0,0,0.90);
	display:block;
	position:absolute;
	bottom:0;
	font-size:16px;
	color:#fff;
	padding:5px 10px !important;
	width:100%;
	font-weight:normal;
	margin:0 !important;
}
#topSale a:hover h3,
#topLease a:hover h3 {
	background:#222;
	background:rgba(0,0,0,0.70);
}
#main h3 {
	font-size:18px;
	font-weight:normal;
	margin-bottom:1em;
	padding:0 0 5px;
	border-bottom:1px solid #002696;
}

#topSale h3 i,
#topLease h3 i {
	color:#fff !important;
}


/*-------------------------CONTENTS-----------------------*/
#main {
	margin:0 auto;
	padding:0 0 30px;
	width:980px;
	clear:both;
	/*background:#fff;
	background:rgba(255,255,255,0.5);*/
}
#main p {
	margin-bottom:1em;
	word-wrap: break-word;
}

#pagehead {
	width:100%;
	background:url(../images/pagehead_bg.png) repeat-x;
	margin:0 auto 40px;
	border-bottom:10px solid #002696;
}
#pagehead h1 {
	font-size:32px;
	color:#002696;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-shadow:0 1px 1px #FFF;
	width:980px;
	margin:0 auto;
	line-height:100px;
	position:relative;
}
#pagehead .catalog {
	display:none;
	width:300px;
	position:absolute;
	right:0;
	top:28px;
}
#pagehead .catalog a {
	color:#fff;
	background:#002696;
	padding:10px 10px;
	text-align:center;
	display:block;
	font-size:13px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-shadow:none;
	line-height:1em;
	border-radius:6px;
}
#main h2 {
	border-bottom:3px solid #002696;
	font-size:22px;
	font-weight:normal;
	padding:0 0 5px;
	margin-bottom:1em;
}
#main h2 i {
	color:#002696;
}
#main h3 {
	font-size:18px;
	font-weight:normal;
	margin-bottom:1em;
	padding:0 0 5px;
	border-bottom:1px solid #002696;
}
#main h3 i {
	color:#002696;
}
.alignright {
	text-align:right;
}

#companyLeft {
	width:530px;
	float:left;
}
#companyRight {
	width:380px;
	float:right;
}
#companyRight img {
	width:100%;
	max-width:100%;
}
.emphasis {
	background:#002696;
	color:#fff;
	border-radius: 12px;
	padding:2px 12px;
	margin-right:.5em;
}
.m40 {margin-bottom:40px !important;}

dl.profile {
}
dl.profile dt {
	width:7em;
	float:left;
	display:block;
	padding:5px 0;
}
dl.profile dd {
	padding:5px 0 5px 8em;
	display:block;
	border-bottom:1px dotted #666;
}
#gmap {
	width:100%;
	height:400px;
}
#recruit p {
	float:left;
}
#recruit a {
	display:block;
	color:#002696;
	width:310px;
	float:right;
	font-size:20px;
	border:4px solid #002696;
	border-radius:16px;
	line-height:80px;
	text-align:center;
	text-decoration:none;
}
#recruit a:hover {
	color:#fff;
	background:#002696;
}

.box {
	overflow:hidden;
	position:relative;
	margin-right:-4%;
}
.box4 {
	width:23%;
	float:left;
	margin-right:1%;
	text-align:center;
	margin-bottom:20px;
}
.box3 {
	width:28%;
	float:left;
	margin-right:5%;
	text-align:center;
	margin-bottom:20px;
}
.box2 {
	width:45.5%;
	float:left;
	margin-right:4%;
	margin-bottom:20px;
	text-align:center;
}
.box2 img,
.box3 img,
.box4 img {
	max-width:100%;
}
.privacy {
	padding:20px;
	height:400px;
	overflow:auto;
	border:1px solid #ddd;
	background:#f5f5f5;
}
.privacy h3 {
	font-size:14px;
	margin-bottom:1em;
}
.privacy h4 {
	margin-bottom:1em;
	margin-left:1em;
}
.privacy p {
	margin-left:1em;
}
/*-------------------------FOOTER-----------------------*/




.footerWrapper {
	background:url(../images/header_bg.png) center bottom;
}
#footer {
	width:980px;
	margin:0 auto;
}
#footerWrapper p {
	font-size:12px;
}
#profile {
	padding:15px 0;
}
#profile h3 {
	float:left;
	color:#fff;
	font-size:16px;
	font-weight: normal;
	margin-right:40px;
}
#profile dl dt {
	color:#fff;
	border:1px solid #fff;
	padding:3px;
	float:left;
	width:5em;
	margin-right:20px;
	text-align:center;
}
#profile dl dd {
	float:left;
	color:#fff;
	margin-right:20px;
}
#copyright {
	text-align:center;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	padding:30px 0 30px;
}
#pagetop {
	clear:both;
	width:141px;
	position:fixed;
	margin:0 0 0;
	right:20px;
	bottom:30px;
}
/* Clearing Floats
--------------------------------------------- */
.clear {
	clear:both;
}
.block:after,
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}


@media (max-width: 640px) {

	header {
	background: rgb(0,59,142); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,59,142,1) 0%, rgba(0,44,124,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,59,142,1) 0%,rgba(0,44,124,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,59,142,1) 0%,rgba(0,44,124,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
	#header {
		width:100%;
		padding:10px 0 0;
		position:relative;
	}
	#header #logo {
		width:55%;
		float:none;
		margin-right:0;
	}
	#header #logo img {
		max-width:100%;
	}
	nav {
		display:block;
		width:auto;
		float:none;
		margin:10px 0 0;
	}
	#name {
		width:30%;
		position:absolute;
		top:25%;
		right:3%;
		margin:0;
		text-align:right;
	}
	#name img {
		max-width:100%;
	}
	#navi ul {
		letter-spacing: -.40em;
	}
	#navi ul li {
		display: inline-block;
		width:25%;
		border:none;
	}
	#navi ul li:last-child {
		border-right:none;
	}
	#navi ul li a {
		font-size:12px;
		line-height:40px;
		border-top:1px solid #fff;
		border-left:1px solid #fff;
		border-bottom:1px solid #fff;
	}
	#navi li ul {
		display:none;
		position: absolute;
		top: 40px;
		left: 0px;
		padding:0;
		width: 100%;
		z-index:100;
	}
	#navi li ul li {
		width:200px;
	}
	
	#visual {
		width:100%;
		background:url(../images/visual_bg.png) repeat-x;
		margin:0 auto 40px;
		text-align:center;
		border-bottom:10px solid #002696;
	}
	#visual img {
		width:100%;
	}
	#topInfo {
		width:auto;
		float:none;
		margin-right:0;
	}
	#topSale {
		width:48%;
		float:left;
		position:relative;
		overflow:hidden;
		
	}
	#topLease {
		width:48%;
		float:right;
		position:relative;
		overflow:hidden;
		
	}
	#topSale img,
	#topLease img {
		width:100%;
	}
	#topSale h3,
	#topLease h3 {
		font-size:13px;
	}
	#main {
		width:auto;
		margin:0 10px 0;
	}
	#main img {
		max-width:100%;
	}
	#pagehead {
		margin:0 auto 20px;
	background: rgb(242, 242, 236); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(242, 242, 236,1) 0%, rgba(197, 206, 212,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(242, 242, 236,1) 0%,rgba(197, 206, 212,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(242, 242, 236,1) 0%,rgba(197, 206, 212,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
	#pagehead h1 {
		width:auto;
	}
	
	#pagehead h1 {
		font-size:24px;
		color:#002696;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		text-shadow:0 1px 1px #FFF;
		width:auto;
		margin:0 auto;
		line-height:1;
		padding:20px 10px ;
		position:relative;
	}
	#pagehead .catalog {
		width:100%;
		position:static;
		margin:10px 0 0;
	}
	
	#companyLeft {
		width:auto;
		float:none;
		margin-bottom:20px;
	}
	#companyRight {
		width:auto;
		float:none;
		margin-bottom:20px;
	}
	
	#gmap {
		width:100%;
		height:300px;
	}
	#recruit p {
		float:none;
	}
	#recruit a {
		display:block;
		color:#002696;
		width:auto;
		float:none;
		font-size:18px;
		border:4px solid #002696;
		border-radius:10px;
		line-height:50px;
		text-align:center;
		text-decoration:none;
	}
	
	.privacy {
		height:200px;
		margin:0 10px;
		padding:10px;
	}
	.footerWrapper {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003b8e+0,002c7c+100 */
	background: rgb(0,59,142); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,59,142,1) 0%, rgba(0,44,124,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,59,142,1) 0%,rgba(0,44,124,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,59,142,1) 0%,rgba(0,44,124,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	
	}
	.box {
		font-size:12px;
		line-height:1.5;
	}
	.box4 {
	}
	.box4 {
		font-size:11px;
	}
	dl.profile dt {
		width:6em;
		float:left;
		display:block;
		padding:5px 0;
	}
	dl.profile dd {
		padding:5px 0 5px 6em;
		display:block;
		border-bottom:1px dotted #666;
	}
	#footer {
		width:auto;
		margin:0 auto;
		padding:0 10px;
	}
	
	#profile h3 {
		float:none;
		color:#fff;
		font-size:16px;
		font-weight: normal;
		margin-right:0;
		margin-bottom:10px;
	}
	#profile dl dt {
		color:#fff;
		border:1px solid #fff;
		padding:3px 0;
		float:left;
		width:5em;
		margin-right:0;
		text-align:center;
		font-size:11px;
	}
	#profile dl dd {
		float:none;
		color:#fff;
		margin-left:6em;
		margin-bottom:10px;
		font-size:11px;
		line-height:1.5;
		padding:0;
	}
	#copyright {
		text-align:center;
		color:#fff;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:11px;
		padding:30px 0 30px;
	}
}