@charset "utf-8";
/* CSS Document */


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, ol, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	
}

html {
	
	height: 100%
	
}

body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ul {
	list-style: none;
}


blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 0.9em;
	line-height: 1.3em;
}
a img {
	border: none;
}

hr {

	visibility: hidden;
	clear: both;

}

.cntre {

	text-align: center;

}

.floatL {
	
	float: left;
	
}

.floatR {
	
	float: right;
}

/* =Fonts
-------------------------------------------------------------- */

body {

	font-family: "Century Gothic",Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: small;
	color: #000;
	
}

a, a:visited, a:active {

	color: #666;
	text-decoration: none;

}

a:hover {

	color: #ff3300;
	text-decoration: underline;
}


#content a:hover img {

	opacity: 0.7;
	filter: alpha(opacity=70); /* IE6、IE7対応 */
	-moz-opacity: 0.7; /* Firefox1.5以前対応 */

}

.cls {
	
	visibility: hidden;
	clear: both;
}

/* =Text decoration
-------------------------------------------------------------- */

.textLarge {
	
	font-size: 1.2em !important;
	
}

.alignLeft {
	
	text-align: right;
}

#container a:hover img {

	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;	
}


/* =Effects
-------------------------------------------------------------- */

.fade {
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.bggray {
	
	background-color: #efefef
	
}

/* =Structure
-------------------------------------------------------------- */

body {
	background-color: #fff;

}

#wrapper {

	margin: 0 auto;
	width: 920px;
	padding: 0 9px;


}

#container {
	
	width: 966px;
	margin: 30px auto;

}

#main {

	width:680px;
	float: right;
	overflow: hidden;

}

#sub {

	
	width: 270px;
	float: right;
}

#side-bar {
    
    float: left;
    width: 230px;
    
}

/* =Header
-------------------------------------------------------------- */


#main_image {
	
	position: relative;
	height: 700px;
	margin-top: -74px;
	z-index: 1;
}

#header-info {
	
	height: 115px;
	overflow: hidden;
	background-color: #086594;
}

#header-info h1, #header-info p{

	color: #fff;
	font-size: 1em;
	text-align: center;

}

#headerName {
	
}

#logo {
	
	margin: 20px auto 0;
	text-align: center;
	
	
}

#header-contact {

	float: right;
}

#header-contact li {
	
	float: left;
}

#telNo {
	
	padding: 17px 15px 0 0;
}

#logoImage {
	
	padding: 20px;
}




#under-logo {

	position: relative;
	width: 355px;
	top: -300px;
	left: 10px;
	z-index: 15;

}

#headerPart {
	
	max-width: 966px;
	margin: 0 auto;
}

#underLogo {
	
	margin-bottom: 30px;
}

/* =Navi
-------------------------------------------------------------- */

#glovalNav {

	position: relative;
	height: 74px;
	z-index: 10;
	background-color:rgba(255,255,255,0.75)

}

#glovalNav ul {

	max-width: 966px;
	height: 74px;
	margin: 1px auto 0px;

}

#glovalNav li{

	float: left;
	border-left: #ddd 1px solid;
	width: 192px;
	height: 74px;
}

#glovalNav li.navEnd{
	
	border-right: #ddd 1px solid;
}

#glovalNav a{


	display: block;

}

#glovalNav span {
	
	display: block;
}

#glovalNav #nav-1 {
	margin: 25px 0 0 70px;
	
}

#glovalNav #nav-2 {
	margin: 25px 0 0 60px;
	
}

#glovalNav #nav-3 {
	margin: 25px 0 0 70px;
	
}

#glovalNav #nav-4 {
	margin: 25px 0 0 60px;
	
}

#glovalNav #nav-5 {
	margin: 25px 0 0 70px;
	
}

/* =Navi sub menu
-------------------------------------------------------------- */

ul.megamenu {
  display: none;
}

ul.megamenu li.mm-item {
}

ul.megamenu li {
  margin: 0px;
  padding: 0px;
}

ul.megamenu li.clear-fix {
	
	display: none;

}

ul.megamenu a.mm-item-link:link, ul.megamenu a.mm-item-link:visited {
  position: relative;
  display: inline-block;
  z-index: 10;

}
*html ul.megamenu a.mm-item-link:link, *html ul.megamenu a.mm-item-link:visited {
  border-color: pink;
  filter: chroma(color=pink);
}

ul.megamenu a.mm-item-link-hover:link, ul.megamenu a.mm-item-link-hover:visited {

}

ul.megamenu div.mm-item-content {
  background: #FFF;
  width: 380px;
  padding: 0px;
  position: absolute;
  border: 1px solid #666;
  z-index: 100;
}

.mm-content-base {
  background: #FFF;
  position: relative;
  z-index: 60;
  padding: 10px;
}
.mm-js-shadow {
  background: #666;
  position: absolute;
  z-index: 1;
}


/* =Footer
-------------------------------------------------------------- */

#footer {

	background-color: #086594;
	color: #fff;

}

#footer a {
	
	color: #fff;
	
}

#footer a:hover {
	
	color: #ffe100;
	
}

#footer-inner {

	max-width: 980px;
	margin: 0 auto;
	padding :15px 5px;

}

.footerMenu {
	
	float: left;
	margin-right: 30px;
	
}

.footerMenu li {
	
	background: url("images/top_90.png") no-repeat 0 center;
	padding-left: 11px;
	margin-bottom: 12px;
	
}

#footerLeft {
	
	float: left;
}

#footerRight {
	
	float: right;
}

#footer-inner p {

	font-size: 0.9em;
	line-height: 1.6em;

}

/* =Top Content
-------------------------------------------------------------- */

.tListLdk {
	
	margin: 7px 0;
	
}

.topi {
	
	padding-right:8px;
	
}

#bSelect {
	
	padding-top: 560px;
	max-width: 980px;
	margin: 0 auto;
	
}

#bSelect h2 {
	
	text-align: center;
	
}

#bSelect ul {
	
	padding-top: 10px;
}

#bSelect li {
	
	float:left;
	margin-right: 20px;
}

#messageBox {
	
	margin-top: 2px;
	background-color: #F2EEEB;
	height: 200px;
	
}

#mesInner {
	
	width: 966px;
	margin: 0 auto;
}

.mesSq {
	
	width: 240px;
	height: 200px;
	float: left;
	cursor: pointer;
}

.mesSq a:hover {
	
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	
}

.mBox1, .mBox2, .mBox3 {
	
	margin-right: 2px;
	
}

.mBox1 a img, .mBox3 a img{
	
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	
}

.mBox2 a img, .mBox4 a img{
	
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	
}

.mBox1 a:hover img, .mBox3 a:hover img{
	
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	
}

.mBox2 a:hover img, .mBox4 a:hover img{
	
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	
}

#topBukken {
	
	width: 966px;
	margin: 110px auto 30px;
}

#topBukken h2 {
	
	text-align: center;
	
}

#topBukken ul {
	
	margin: 20px 20px;
}


#topBukken li {
	
	float:left;
	width: 440px;
	height: 185px;
	border-bottom: #ddd 1px dotted;
	margin-bottom: 20px;
	margin-left: 20px;
}

.bImageThumb {
	
	float: left;
}

.bName {
	
	margin-left: 160px;
	margin-top: 10px;
}

.bName p{
	
	line-height: 1.6em;
	
}

.shozai {
	
	color: #086594;
	font-size: 1.1em;
	padding: 3px;
}

.cinryo {
	
	background-color: #086594;
	color: #fff;
	padding: 3px;
	
}

.pricem {
	
	font-size: 2em;
	font-weight: bold;
	color: #cc0000;
	padding-left: 8px;
	
}

.bTitle {
	
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	margin-top: 15px;
	
}


.bTitle p {
	
	font-size: 1.1em;
}

#topSiyou {
	margin: 20px auto 0;
	text-align: center;
}

#topIcons {
	
	margin: 10px 0;

	
}

.iconLIst {
	
	padding-right: 30px;
}

.siyouBanner {
	
	float: left;
}

#topNews {
	
	max-width: 966px;
	margin: 20px auto;
	
}

#topNews h2 {
	
	text-align: center;
}

#topNews ul {
	
	margin: 10px 20px;
}


#topNews li{
	
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: #ddd 1px dotted;
	
}

#topBanner {
	
	max-width: 966px;
	margin: 20px auto;
	
}

.goNews {
	
	display: block;
	text-align: right;
	margin-top: -15px;
}

#topShiyou2 {
	
	width: 966px;
	margin: 20px auto;
}

#topShiyou2 a img{
	
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	
}

#topShiyou2 a:hover img{
	
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	
}


/* =under Content
-------------------------------------------------------------- */

.docsLink {
    height: 35px;
    width: 260px;
    float: left;
    margin-right: 20px;
    border-radius: 6px;        /* CSS3草案 */  
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */
    border: #ddd 1px solid;
    background-color: #086594;
}

.docsLink a {
    padding: 10px 0 0 10px;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;

}

#outLinks dl {
	
}

#outLinks dt {

	font-size: 1.4em;
	padding-bottom: 6px;
	margin-bottom: 10px;
	border-bottom: #ddd 1px dotted;
	
}

#outLinks dt a{

	color: #39b04a;
	
}

#outLinks dd {
	
	margin-bottom: 40px;
	font-size: 1.1em;
}


.imageList {
	
	float: left;
	margin-right: 15px;
	padding-bottom: 15px;
	
}

h1.page-titile {
	
	border-bottom: #086594 1px solid;
	padding-bottom: 8px;
	margin-bottom: 40px;
	
}

.up-date {
	
	display: block;
	font-size: 0.5em;
	color: #cc0000;
	text-align: right;
}

.list-upd {
	
	display: block;
	padding-top: 0.5em;
	font-size: 0.9em;
	color: #cc0000;
	text-align: right;
}

.list-up-date {
	
	display: block;
	padding-top: 1em;
	color: #cc0000;
	text-align: right;
}

.post-type-archive-photo h2{
	
	border-bottom: #086594 1px solid;
	padding-bottom: 8px;
	margin-bottom: 20px;

	
}

.post-type-archive-menu h2{
	
	border-bottom: #BFAA99 1px solid;
	text-indent: -9999px;
	height: 32px;
	background:url("images/title_08.png") no-repeat;
	padding-bottom: 5px;
	margin-bottom: 40px;
	
}

.category-1 h2{
	
	border-bottom: #BFAA99 1px solid;
	text-indent: -9999px;
	height: 32px;
	background:url("images/title_33.png") no-repeat;
	padding-bottom: 5px;
	margin-bottom: 40px;
	
}

h1.page-title {
	
	border-bottom: #BFAA99 1px solid;
	padding: 5px 0;
	margin-bottom: 40px;
	color: #7F5533;
	font-size: 1.4em;
	
    
}

h2.content-title{
	
	border-bottom: #BFAA99 1px solid;
	padding: 5px 0;
	margin-bottom: 40px;
	color: #7F5533;
	font-size: 1.4em;
	
    
}

.entry-content {
    
    padding-left: 10px;
    
}


#side-bar p {
    
    margin-bottom: 10px;
    
}

p.archive-list {
    
    margin: 0 0 18px 8px;
    padding-bottom: 3px;
    border-bottom: #ddd 1px dotted;
    
}

.date {
    
    font-weight: bold;
    
}

#entry table {
    
    border:1px solid #ddd;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
    font-size: 1em;
    
}

#entry th{
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    color:000;
    background-color:#fff;
    padding:1.5em;
    text-align:center;
    vertical-align: top;
}
#entry  td{
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    padding:1.5em;
}

#zumenDl a{
	
	padding: 3px;
	background-color: #7F5533;
	color: #fff;
	
}

.wp-image-71 {
	
	margin-right: 10px;
}

.submit {
    
    padding: 10px 0;
    
}

.entry-content h2{
    
	margin:40px 0 20px;
	padding:6px;
	background: #ddd;
	color:#086594;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
    
}

.entry-content p {
    
    line-height: 1.8em;
    margin-bottom: 1em;
    font-size: 1.1em;
    
}

.entry-content h3 {
    
    font-weight: bold;
    margin: 10px 0 5px;
    
}

.entry-content h4 {
    
    font-weight: bold;
    margin: 8px 0 3px;
}

#entry p{
	
	line-height: 1.6em;
	
}

.contentBlock {
	
	margin-bottom: 30px;
	
}

.entry-content ul, .entry-content ol{
    
    padding-left: 30px;
    margin: 10px 0;
    line-height: 1.3em;
}

.post-38 table {
    
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
    
}

.post-38 th{
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    color:#570615;
    background-color:#ddd;
    padding:0.3em 1em;
    text-align:center;
    vertical-align: top;
}
.post-38 td{
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding:0.3em 1em;
}

.prev {
    
    float: left;
}

.next {
    
    froat: right;
    text-align: right;
}

.propLists {
	
	border-left: #086594 5px solid;
	border-top: #ddd 1px solid;
	border-right: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
	padding: 10px;
	margin-bottom: 30px;
	
}

.propLists h3 {
	
	margin-bottom: 20px;
	
}

.propLists h3 a{

	color: #086594 !important;
	font-size: 1.2em;
	padding: 5px;
}

.bukkenName {
	
	padding-right: 1em;
}

.bukkenImage {
	
	float: left;
	width: 320px;
}

.imagesThum {
	
	margin-right: 10px;
}

.pointTitle {
	
	color: #008d45;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: #008d45 1px dotted;
	
}

.intro {
	
	color: #333;
	line-height: 1.6em;
}

.pointText {
	float: right;
	width: 320px;
	
}

.bukkenInfo {
	
	background-color: #ddd;
	padding: 5px;
}

.infos {
	
	float: left;
}

.infos li{
	
	line-height: 1.6em;
}

.contactButton {
	
	float: right;
	line-height: 1.6em;
}



.propLists table {
    
    border:1px solid #D8CCC1;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
    font-size: 1em;
    width: 100%;
    
}

.propLists th{
    border-right:1px solid #D8CCC1;
    border-bottom:1px solid #D8CCC1;
    color:#570615;
    background-color:#fff;
    padding:8px;
    text-align:center;

}
.propLists  td{
    border-right:1px solid #D8CCC1;
    border-bottom:1px solid #D8CCC1;
    padding:8px;
    vertical-align: top;
}

.entry-list {
	
	padding: 0 0 3em 1em;
	border-bottom: #ccc 1px dotted;
	
}

h3.entry-list-title {
	
	font-size: 1.3em;
	margin-bottom: 15px;
	
}

.bukkenStatus {
	
	background-color:#7f5533;
	padding: 3px;
	margin-right: 5px;
	color: #fff;
	
}

.lineTitle {
	
	border: #086594 1px solid;
	padding: 4px;
	font-size: 0.9em;
	color: #086594;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.pricePri {
	
	font-size: 1.8em;
	color: #cc0000;
	vertical-align: bottom;
	padding-left: 10px;
}

.kanrihi {
	
	padding-right: 35px;
}

.sikiRei {
	
	padding-left: 10px; 
}

#singleContactButton {
	
	text-align: center;
	
}

.propDitailList li{
	
	margin-bottom: 8px;
	padding-bottom: 4px;
	border-bottom: #ddd 1px dotted;
	
}

.tenpoImage {
	
	margin: 20px 0;
	display: table;
	width: 100%
	
}

.timgBlock {
	
	display: table-cell;
	padding: 6px;
	
}

.timgBlock img {
	
	width: 100%;
	height: auto;
}

#infoTable table{
	
	width: 98%;
	margin: 6px;
	
}

#listSiyou {
	
	margin-top: 20px;
	
}

#listSiyou p{
	
	width: 50%;
	
}

#listSiyou img{
	
	width: 100%;
	
}



/* =Side content
-------------------------------------------------------------- */

#sideBukken {
	
	margin: 0 0 40px;
	
}

#sideNews {
	
	margin-top: 40px;
	
}

#sideNews h3 {
	
	text-align: center;
	
}

#sideBukken h3 {
	
	margin-bottom: 30px;
	
}

#sideBukken li{
	
	background:url("images/top_90.png") no-repeat 0 center;
	padding-bottom: 10px;
	padding-left: 13px;
	margin-bottom: 15px;
	border-bottom: #ddd 1px dotted;
	
}

#sideNews ul {
	
	margin: 20px 0;
	
}


#sideNews li {
	
	padding-bottom: 5px;
	maregin-bottom: 8px;
	border-bottom: #ddd 1px dotted;	
}

.stuffImage{
	
	float: left;
}


.stuffImage img {
	
	padding: 5px;
	background-color: #CCBBAD;
}

.stuffText {
	
	margin-left: 270px;
}

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
	
	}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

.nivo-main-image img {
	

	
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}

.nivo-controlNav img {
	
	margin: 0 5px;
	
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.post-4093 p{
	
	font-size: 1.3em;
	
}

.noteice {
	
	color: red;
	
}

#contact-form table {
	
	width: 100%;
}


.komoku {
	
	margin-top: 2em;
	font-size: 1.2em;
	font-weight: bold;
	
}

#contact-form th{
	
	width: 30%;
	
}

#searchForm {
	
	margin-top: 1em;
}

#singleContactButton{
	
	border: #ddd 3px solid;
	width: 220px;
	padding: 2em 0;
	text-align: center;
	float: left;
	background-color: #39b04a;
	
}

#singleSearchButton{
	
	border: #ddd 3px solid;
	width: 220px;
	padding: 1.5em 0;
	text-align: center;
	float: right;
	background-color: #086594;
}

a #singleContactButton ,a #singleSearchButton{

	color: #fff;

	
}

.zumen-dld {
    font-size: 1.2em;
    padding: 1em;
    border: 1px solid #cc0005;
    display: inline-block;
    border-radius: .5em;
    margin-bottom: .5em;
}

.zumen-dld a {
	color: #cc0005;
}

#swipebox-top-bar.visible-bars {
	top: 0px !important;
	-webkit-transform: translate3d(0,50px,0) !important;
    transform: translate3d(0,50px,0) !important;
}

#swipebox-bottom-bar.visible-bars {
	bottom: -50px !important;
	-webkit-transform: translate3d(0,-50px,0) !important;
    transform: translate3d(0,-50px,0) !important;
}
