@charset "sjis";
/*=================================================
 * ブラウザのデフォルトのスタイルをリセットする
 * ================================================= */

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
 margin: 0;
 padding: 0;
 font-size: 100%;
}

body {
 line-height: 1.0;
 -webkit-text-size-adjust: none;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
 display:block;
}

img {
 border: 0;
 vertical-align: middle;
}

ul, ol {
 list-style: none;
}

table {
 border-spacing: 0;
 empty-cells: show;
}

/*=================================================
 * サイト全体の基本スタイル
 * ================================================= */

body {
 background-color: #E6E7FC;
 background-image: -webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#FFFFFF));
 font-family: Helvetica, sans-serif;
 font-size: 14px;
 line-height: 1.6;
}

.global-header {
 padding: 3px 0 10px 0;
 text-align: center;
}

a {
 color: #333;
 text-decoration: none;
}
a:hover {
	color: blue;
	font-weight: bold;
} 
p {
 margin-bottom: 1em;
}

em {
 font-style: normal;
}

input {
 padding: 5px;
 font-size: 14px;
}






/* グローバルナビ  */
.globNav-row{
 display: table;
 width: 99.9%;
 text-align: center;
}
 
.globNav-row > a{
 font-size: 18px;
 display: table-cell;
 vertical-align: middle;

    background: #daa520;
    padding: 10px 10px;
    border-right: 1px dashed #f5f5f5;
    border-bottom: 3px double #f5f5f5;
}
.globNav-row {
    border-left: 1px dashed #f5f5f5;
    border-top: 5px double #f5f5f5;
}
.globNav-row > div.itemListBtn{
	display:block;
	padding:0;
	margin:15px 7px 0 0;
	width:100px;
	height:30px;
	line-height:20px;
	float:right;
	font-size:18px;
	font-weight:bold;
	color: #FFFF;
	border: 1px solid #858585;
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		to(#d9d9d9));
	-webkit-border-radius: 6px;
	-webkit-box-shadow:
		0px 1px 0px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
}


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

nav#itemList {
	background-color:#FFF;
}

nav#itemList > header {
	display:block;
	background: -webkit-gradient(
	linear, left top, left bottom, 
	from(#BBB),
	to(#666));
	border:none;
	-webkit-box-sizing:border-box;
	height:40px;
	width:100%;
}

nav#itemList > header > h2 {
	display:block;
	float:left;
	font-weight:bold;
	font-size:1.4em;
	padding-left:15px;
	color:#FFF;
	text-shadow:0px -1px 0px rgba(0,0,0,1.0);
}

nav#itemList > header > div.closeBtn {
	display:block;
	float:right;
	width:50px;
	margin:5px 10px 0 0;
	line-height:15px;
	padding:5px 0;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	border:2px #666 solid;
	-webkit-border-radius:6px;
	-webkit-box-sizing:border-box;
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#8f8f8f),
		to(#212121));
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
}

nav#itemList p {
	display:block;
	clear:both;
	padding:10px 0;
	margin:0;
	text-align:center;
	background-color:#CCC;
	border-right:1px solid #999;
	
    background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#DDD),
		to(#AAA));
	
	-webkit-box-shadow:
		-1px 1px 1px rgba(255, 255, 255, 0.7) inset,
		0px 3px 3px rgba(000,000,000,0.3);
		
	text-decoration:none;
	color:#444;
	font-weight:bold;
	text-shadow:0px 1px 0px rgba(255,255,255,1.0);
}

nav#itemList li {
	clear:both;
	width:100%;
    background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#EEE),
		to(#FFF));
	border-bottom:1px solid #CCC;
}

nav#itemList li a strong {
	display:table-cell;
	vertical-align:middle;
	padding-left:20px;
	width:100%;
}


nav#itemList li a:after {
	content:url(../images/arrowR.png);
	font-size:18px;
	font-weight:bold;
	padding-right:10px;
	color:#FFF;
	display:table-cell;
	vertical-align:middle;
}

nav#itemList li a {
	display:inline-block;
	line-height:40px;
	vertical-align:middle;
}










/* サイトヘッダー */

.nav-bar {
 margin-bottom: 1em;
 height: 44px;
 line-height: 44px;
 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(193,184,143,0.8)),to(rgba(164,150,104,0.8))), url(../img/bg_header.png);
 text-align: center;
 -webkit-box-shadow: 0 1px #FFFFFF;
 box-shadow: 0 1px #FFFFFF;
}

.page-heading {
 margin: 0 auto;
 width: 140px;
 overflow: hidden;
 color: #333333;
 font-weight: bold;
 font-size: 15px;
 text-align: center;
 white-space: nowrap;
 text-shadow: 0 1px #666666;
 text-overflow: ellipsis;
}

.page-nav {
 top: 0;
 left: 0;
 width: 100%;
}

.page-nav-left {
 position: absolute;
 top: 0;
 left: 10px;
}

.page-nav-right {
 position: absolute;
 top: 0;
 right: 10px;
}

.page-nav-cart img {
 vertical-align: text-top;
}

.page-nav .btn {
 border: 1px solid rgb(164,150,104);
 -webkit-box-shadow: 0 0 2px rgba(255,255,255,0.5);
 box-shadow: 0 1px 2px rgba(255,255,255,0.5);
}

/* セクション、見出し */

.block {
 padding: 0 0 1em 0;
}

.sub-heading-t {
 height: 27px;
 line-height: 25px;
    background: #09C;
    border: 1px solid #DDD;
    color: #FFF;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.5);

 font-size: 20px;
 text-align: center;
}

.block .sub-heading-t {
 margin: 0.5em 0 1.0em 0;
}

.sub-heading-s {
 margin: 0.5em 10px 1.0em 10px;
 padding: 3px 2px;
 background: url(../img/bg_subheading.png) left bottom repeat-x;
}

.block .sub-heading-s {
 margin: 0.5em 0 1.0em 0;
}



.sub-heading-contact {
 height: 27px;
 line-height: 27px;
 color: #FF0000;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), color-stop(48%, #CCCCCC), color-stop(52%, #C5C5C5), to(#B5B5B5));
 -webkit-box-shadow: 0 0 3px #333333;
 box-shadow: 0 0 3px #333333;
 font-size: 22px;
 font-color: #FF0000;
 text-align: center;
}
.sub-heading-contact h2 {
 font-size: 22px;
 font-color: #FF0000;
 text-align: center;
}







.sub-heading-t-rent {
 height: 25px;
 line-height: 25px;
 color: #3333;
background-color: #DDF4FE;
 box-shadow: 0 0 3px #DDF4FE;
 font-size: 20px;
 text-align: center;
}

.block .sub-heading-t-rent {
 margin: 0.5em 0 1.0em 0;
}














/* 表 */

.table {
 margin-bottom: 10px;
 background-color: rgba(193,184,143,0.5);
 -webkit-border-radius: 6px;
 border-radius: 6px;
}

.table:after {
 display: block;
 clear: both;
 content: '';
}

.table dt,
.table dd {
 margin-bottom: 1px;
 padding: 4px 6px;
}

.table dt {
 float: left;
 clear: both;
 width: 44px;
 text-align: center;
}

.table dd {
 margin-left: 60px;
 background-color: rgba(255,255,255,0.8);
 text-align: left;
}

.table dd dt,
.table dd dd {
 margin: 0;
 padding: 0;
 display: inline;
 float: none;
 width: auto;
 background: none;
}

.table dd dt:after {
 content: ":"
}

.table dd:first-of-type {
 -webkit-border-top-right-radius: 6px;
 border-top-right-radius: 6px;
}

.table dd:last-of-type {
 -webkit-border-bottom-right-radius: 6px;
 border-bottom-right-radius: 6px;
}


/* サイトフッター */

.global-footer {
 margin-top: 20px;
 padding: 10px;
 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(193,184,143,0.8)),to(rgba(164,150,104,0.8)));
 font-size: 12px;
 text-align: center;
}

.global-footer li {
 display: inline;
}

.global-footer a {
 margin: 0 3px;
 color: #333;
}

.copyright {
 margin-bottom: 0;
}



/* 大見出し*/


.hlist-nav ul {
 height: 38px;
 line-height: 38px;
 margin: 0 10px 0 10px;
}

.hlist-nav ul:after {
 display: block;
 clear: both;
 content: '';
}

.hlist-nav li {
 float: left;
 width: 150px;
 font-size: 16px;
 font-weight: bold;
 text-align: center;
}

.hlist-nav li a {
 display: block; 
 color: #FFFFFF;
 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(1,103,1)),to(rgb(1,148,9)));
 -webkit-box-shadow: 0 0 3px #FFFFFF;
 box-shadow: 0 0 3px #FFFFFF;
}

.hlist-nav li a.selected {
 color: #FFFFFF;
 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(102,154,204)),to(rgb(191,213,234)));
}

.hlist-nav li:first-child a {
 -webkit-border-top-left-radius: 8px;
 -webkit-border-bottom-left-radius: 8px;
 border-top-left-radius: 8px;
 border-bottom-left-radius: 8px;
}

.hlist-nav li:last-child a {
 -webkit-border-top-right-radius: 8px;
 -webkit-border-bottom-right-radius: 8px;
 border-top-right-radius: 8px;
 border-bottom-right-radius: 8px;
}


/* picupナビゲーション */

.category-nav li {
 margin: 5px 0 0 5px;
 float: left;
 width: 153px;
 text-align: left;
 background-color: rgb(213,214,255);
 background-image: -webkit-gradient(linear,left top,left bottom,from(#E6E7FC),to(#E6E7FC));
}

.category-nav ul:after {
 display: block;
 clear: left;
 content: '';
}

.category-nav img {
 margin: 5px 5px;
 width: 60px;
 background-color: rgb(164,150,104);
 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(193,184,143)),to(rgb(164,150,104)));
 -webkit-border-radius: 8px;
 border-radius: 8px;
 -webkit-box-shadow: 0 0 3px #666666;
 box-shadow: 0 0 3px #666666;
}

.category-nav a {
 display: block;
 font-size: 16px;
 #font-weight: bold;
}

.category-nav a:after {
 font-size: 20px;
 text-align: right;
 white-space: nowrap;
 padding: 0 5px 0 10px;
 display: block;
 text-overflow: ellipsis;
}


/* ナビゲーション */

.vlist-nav ul {
 -webkit-border-radius: 8px;
 border-radius: 8px;
 -webkit-box-shadow: 0 0 3px #FFFFFF;
 box-shadow: 0 0 3px #FFFFFF;
}

.vlist-nav li {
 height: 44px;
 line-height: 44px;
 border: 1px solid #FFFFFF;
 background-color: #ececec;
 background-image: -webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#ECECEC));
 -webkit-box-shadow: 0 0 3px #333333;
 box-shadow: 0 0 3px #333333;
}

.vlist-nav a {
 font-size: 20px;
 padding: 0 24px 0 14px;
 display: block;
 overflow: hidden;
 color: #333333;
 background: url(../img/nav_list.png) right center no-repeat;
 white-space: nowrap;
 text-overflow: ellipsis;
}
/* ナビゲーション(ピックアップ) */

.pickup-nav ul {
 -webkit-border-radius: 8px;
 border-radius: 8px;
 -webkit-box-shadow: 0 0 3px #FFFFFF;
 box-shadow: 0 0 3px #FFFFFF;
}

.pickup-nav li {
 height: 44px;
 line-height: 44px;
 border: 1px solid #FFFFFF;
 background-color: #ececec;
 background-image: -webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#B9D9F9));
 -webkit-box-shadow: 0 0 3px #333333;
 box-shadow: 0 0 3px #333333;
}

.pickup-nav a {
 font-size: 20px;
 padding: 0 24px 0 14px;
 display: block;
 overflow: hidden;
 color: #333333;
 background: url(../img/nav_list.png) right center no-repeat;
 white-space: nowrap;
 text-overflow: ellipsis;
}


/* チェックボックスを大きく*/
input[type="checkbox"] {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    margin-right:0.5em;
  -webkit-appearance: none;
  width:15px;
  height:15px;
  border:2px solid #19283C;
  border-radius:2px;
  background:transparent;
  opacity:0.5;
}
input[type="checkbox"]:checked{
     background:#00f;
  	opacity:1;
}
/* ラジオボタンを大きく*/
input[type="radio"] {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    margin-right:0.5em;
    margin-bottom:0.5em;
  -webkit-appearance: none;
  width:15px;
  height:15px;
  border:2px solid #19283C;
  border-radius:15px;
  background:transparent;
  opacity:0.5;
  width:100%;
}
/* ラジオボタンを大きく*/
input[type="radio"]:checked{
  background:#00f;
  opacity:1;
}

#box_list { width:200px;height:25px;float:left; } 


.box_image { float:left; }  
.box_txt { float:left; }  

/*=================================================
 * お問い合わせ
 * ================================================= */

.section-heading {
 margin-bottom: 5px;
 padding: 3px 24px 3px 30px;
 background-color: #6699CC;
 background-image: url(../img/nav_list.png) ;
 background-repeat: no-repeat;
 background-position: 10px center;
 font-size: 16px;
 color: #FFFFFF;
 border-radius: 4px;
}

.introduction {
 margin-bottom: 20px;
 font-size: 12px;
}

.require {
 padding: 3px;
 vertical-align: text-bottom;
 color: #FFFFFF;
 background-color: #CC0000;
 font-weight: bold;
 font-size: 11px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
}

.contact-form {
 margin: 10px 10px 10px 10px;
 padding: 10px;
 border: 1px solid #FFFFFF;
 background-color: #ececec;
 background-image: -webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#ECECEC));
 -webkit-border-radius: 8px;
 border-radius: 8px;
 -webkit-box-shadow: 0 0 3px #333333;
 box-shadow: 0 0 3px #333333;
witdth:100%;
}

.contact-form dl {
 margin-bottom: 20px;
}

.contact-form dt {
 font-weight: bold;
}

.contact-form dd {
 margin-bottom: 10px;
}

input {
 padding: 5px;
 width: auto;
 font-size: 14px;
}

input[type="email"],
input[type="url"] {
 width: auto;
}

input[type="radio"] {
 width: auto;
}

input[type="submit"] {
 padding: 7px 20px;
 border: 1px solid #FFFFFF;
 color: #333333;
 background-color: #D9F5F3;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), color-stop(48%, #CCCCCC), color-stop(52%, #C5C5C5), to(#B5B5B5));
 font-size: 16px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
 -webkit-box-shadow: 0 0 3px #333333;
 box-shadow: 0 0 3px #333333;

}

.submit {
 text-align: center;
 margin-bottom: 5px;
}

.contact-call {
 margin: 10px 0 20px 0;
 color: #fff;
 font-size: 16px;
 text-align: center;
}

.contact-call dl {
 margin-bottom: 10px;
}

.contact-call dt,
.contact-call dd {
 display: inline; 
}

.contact-call time {
 margin: 0 2px;
}

.call a {
 padding: 5px 10px;
 border: 1px solid #FFFFFF;
 display: inline-block;
 color: #FFFFFF;
 background-color: #006699;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#66CC00), color-stop(48%, #66B400), color-stop(52%, #66A700), to(#669900));
 font-size: 16px;
 text-align: center;
 -webkit-border-radius: 4px;
 border-radius: 4px;
 -webkit-box-shadow: 0 0 3px #333333;
 box-shadow: 0 0 3px #333333;
}



/* 問い合わせetc*/


.contact-nav ul {
 height: 38px;
 line-height: 25px;
 margin: 0 10px 0 10px;
}

.contact-nav ul:after {
 display: block;
 clear: both;
 content: '';
}

.contact-nav li {
 float: left;
 width: 150px;
 font-size: 14px;

 text-align: center;
}

.contact-nav li a {
 display: block; 
 color: #000000;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#FF3300),to(#FFBBBB));
 -webkit-box-shadow: 0 0 3px #FFFFFF;
 box-shadow: 0 0 3px #FFFFFF;
}

.contact-nav li a.selected {
 color: #0000;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#CCFF00),to(#F0FFB5));
}

.contact-nav li:first-child a {
 -webkit-border-top-left-radius: 8px;
 -webkit-border-bottom-left-radius: 8px;
 border-top-left-radius: 8px;
 border-bottom-left-radius: 8px;
}

.contact-nav li:last-child a {
 -webkit-border-top-right-radius: 8px;
 -webkit-border-bottom-right-radius: 8px;
 border-top-right-radius: 8px;
 border-bottom-right-radius: 8px;
}


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, del, dfn, em, img, ins, kbd, q, samp, small, strong, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, footer, header, nav, section {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
body {
  -webkit-text-size-adjust:none;
  font-family:sans-serif;
}
h1 {
  font-size:36px;
  margin:15px;
  text-align:center;
  color:#666;
}
h2 {
  font-size:12px;
  font-weight:bold;
  color:#3c3c3c;
  margin:20px 10px 10px;
}
small {
  margin:0 10px 30px;
  display:block;
  font-size:12px;
}
a {
  margin:0 0 0 10px;
  font-size:12px;
  color:#3c3c3c;
}
.swipe {
  padding-bottom:20px;
}
.swipe li div, .swipe div div div {
  margin:0 10px;
  padding:50px 10px;
  background:#1db1ff;
  font-weight:bold;
  color:#fff;
  font-size:20px;
  text-align:center;
}




table.table_bukken {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #999;
  font-size: 100%;
}

table.table_bukken caption {
  margin-top: 1em;
  text-align: left;
 font-size: 16px;
}


table.table_bukken .kingaku {
 font-weight: bold;
 font-size: 18px;
}


table.table_bukken .item {
 font-weight: bold;
 font-size: 18px;
}

table.table_bukken .item_data {
 font-weight: bold;
 font-size: 18px;
}

table.table_bukken th,
table.table_bukken td {
  border: solid 1px #999;
  padding: 4px 6px;
 font-size: 18px;
}

table.table_bukken th {
  background: #E6E6E6;
  text-align: center;
  white-space: nowrap;
  color: #666;
}

table.table_bukken td.course {
  text-align: center;
  font-size: 200%;
  font-weight: bolder;
}
table.table_bukken td.comment {
 font-size: 18px;
}

table.table_bukken td.time,
table.table_bukken td.fee {
  text-align: right;
  white-space: nowrap;
}
table.table_bukken  a{
 font-weight: bold;
 font-size: 18px;
 color: #FF0000;
}
table.table_bukken  a:hover{
 font-weight: bold;
 font-size: 18px;
 color: #0000FF;
}



/*=================================================
 * 問合せのTable
 * ================================================= */
table.table_contact {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #999;
  font-size: 100%;
background-color: #e6e6fa;
}

table.table_contact caption {
  margin-top: 1em;
  text-align: left;
 font-size: 16px;
}


table.table_contact .kingaku {
 font-weight: bold;
 font-size: 18px;
}


table.table_contact .item {
 font-weight: bold;
 font-size: 18px;
}

table.table_contact .item_data {
 font-weight: bold;
 font-size: 18px;
}

table.table_contact th,
table.table_contact td {
  border: solid 1px #999;
  padding: 4px 6px;
 font-size: 18px;
}

table.table_contact th {
  background: #E6E6E6;
  text-align: center;
  white-space: nowrap;
  color: #666;
}

table.table_contact td.course {
  text-align: center;
  font-size: 200%;
  font-weight: bolder;
}
table.table_contact td.comment {
 font-size: 18px;
}

table.table_contact td.time,
table.table_contact td.fee {
  text-align: right;
  white-space: nowrap;
}
table.table_contact  a{
 font-weight: bold;
 font-size: 18px;
 color: #FF0000;
}
table.table_contact  a:hover{
 font-weight: bold;
 font-size: 18px;
 color: #0000FF;
}








table.table_com {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #999;
  font-size: 100%;
}

table.table_com caption {
  margin-top: 1em;
  text-align: left;
 font-size: 20px;
}


table.table_com .koumoku_name {
 font-weight: bold;
 font-size: 20px;
}
table.table_com .koumoku {
 font-weight: bold;
 font-size: 14px;
}




table.table_com .koumoku a{
 font-weight: bold;
 font-size: 14px;
 color: #FF0000;
}
table.table_com .koumokua:hover{
 font-weight: bold;
 font-size: 14px;
 color: #0000FF;
}

table.table_com th,
table.table_com td {
  border: solid 1px #999;
  padding: 4px 6px;
 font-size: 14px;
}

table.table_com th {
  background: #E6E6E6;
  text-align: center;
  white-space: nowrap;
  color: #666;
}

table.table_com td.course {
  text-align: center;
  font-size: 200%;
  font-weight: bolder;
}

table.table_com td.time,
table.table_com td.fee {
  text-align: right;
  white-space: nowrap;
}

/*=================================================
 * ボタンを作る
 * ================================================= */
section.wayToInquire p a {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #050505;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 50%,
		#dbdbdb 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ebebeb),
		color-stop(0.50, #dbdbdb),
		to(#b5b5b5));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #949494;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}
/*=================================================
 * 地図を表示するボタンを作る
 * ================================================= */
section.wayMap p a {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #050505;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 50%,
		#dbdbdb 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ebebeb),
		color-stop(0.50, #dbdbdb),
		to(#b5b5b5));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #949494;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}

/*=================================================
 * お問い合わせ送信ボタンを作る
 * ================================================= */
button.Shosai {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #ffffff;
	padding: 18px 28px;
	background: -moz-linear-gradient(
		top,
		#0091ff 0%,
		#0d3dff);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#0091ff),
		to(#0d3dff));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0px solid #6287f5;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(000,051,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(000,051,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(000,051,255,1);
	text-shadow:
		0px -1px 0px rgba(255,255,255,0.2),
		0px 1px 0px rgba(255,255,255,1);
}


/*=================================================
 * タイトルを作る
 * ================================================= */
 /**  http://css3button.net/126549  **/
section.wayShosaiTitle p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #123d54;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#afd9fa 0%,
		#ffffff 22%,
		#588fad);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#afd9fa),
		color-stop(0.22, #ffffff),
		to(#588fad));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #003366;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
}
/*=================================================
 * 詳細ボタンを作る
 * ================================================= */
 /**  http://css3button.net/126549  **/
section.wayShosai p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #123d54;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#afd9fa 0%,
		#ffffff 22%,
		#588fad);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#afd9fa),
		color-stop(0.22, #ffffff),
		to(#588fad));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #003366;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
}

button.Shosai {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #ffffff;
	padding: 18px 28px;
	background: -moz-linear-gradient(
		top,
		#0091ff 0%,
		#0d3dff);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#0091ff),
		to(#0d3dff));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0px solid #6287f5;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(000,051,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(000,051,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(000,051,255,1);
	text-shadow:
		0px -1px 0px rgba(255,255,255,0.2),
		0px 1px 0px rgba(255,255,255,1);
}
/*=================================================
 * ブックマークボタンを作る
 * ================================================= */
button.Bookmark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #050505;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffc800 50%,
		#ffc800 50%,
		#ffc800);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ffc800),
		color-stop(0.50, #ffc800),
		to(#ffc800));
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	border: 1px solid #0e177d;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.4);
}


/*=================================================
 * ブックマーク削除ボタンを作る
 * ================================================= */
button.BookmarkDel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #050505;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ff000d 50%,
		#ff0000 50%,
		#ff0000);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ff000d),
		color-stop(0.50, #ff0000),
		to(#ff0000));
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	border: 1px solid #0e177d;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.4);
}


/*=================================================
 * 最新の物件表示ボタンを作る
 * ================================================= */
button.BukkenButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #050505;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 50%,
		#dbdbdb 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ebebeb),
		color-stop(0.50, #dbdbdb),
		to(#b5b5b5));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #949494;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}


/*=================================================
 * 検索リスト
 * ================================================= */
#SearchList {
	float:left;
	padding: 10px 0px 0px;
}
#SearchList2 {
	padding: 10px 10px 10px 0px;
	text-align: right;
}
#SearchListBukkenNo {
	font-size: 16px;
	padding: 0px 5px 0px;
}
#SearchListCopy {
	padding: 0px 0px 0px;
}
#SearchListImage {
	float:left;
	padding: 10px 0px 10px;
}
#SearchListComment {
	float:left;
	padding: 5px 5px 0px;
}

.SearchListClear { clear: left; }

#img_mask a:hover img {
	filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;
}


.SearchList_title	{font-size: 14px;
        font-weight: bold;
        color: #000000;
	margin: 10;
	padding: 10px 10px 0px;
}
.SearchList_kakaku	{font-size: 24px;
        color: #ff0000;
	margin: 0;
	padding: 10px 0px 0px;
}
.SearchList_kakaku2	{font-size: 14px;
        color: #000000;
	margin: 0;
	padding: 10px 0px 0px;
}
.SearchList_madori	{font-size: 18px;
        color: #000000;
	margin: 0;
	padding: 10px 0px 0px;
}
.SearchList_madori2	{
	font-size: 12px;
    color: #000000;
	margin: 0;
	padding: 0px 0px 0px;
}
.SearchList_comment	{
	font-size: 18px;
    color: #000000;
	margin: 0;
	padding: 0px 0px 0px;
}
.SearchList_comment2{
	font-size: 14px;
	line-height:150%;
    color: #000000;
	margin: 0;
	padding: 0px 10px 0px 0px;
}
.SearchList_name	{
	font-size: 12px;
	line-height:100%;
    color: #000000;
	margin: 0;
	padding: 10px 0px 0px;
}
.SearchList_shop	{
  width:100%;
	text-align: right;
	font-size: 14px;
	line-height:100%;
    color: #000000;
	margin: 0;
	padding: 10px 0px 0px;
}
.SearchList_copy	{font-size: 16px;
        font-weight: bold;
        color: #ff0000;
	margin: 0;
	padding: 10px 5px 0px;
}



/*=================================================
 * 戻る　次へ　ボタン
 * ================================================= */
button.NextButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #050505;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 50%,
		#dbdbdb 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ebebeb),
		color-stop(0.50, #dbdbdb),
		to(#b5b5b5));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #949494;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 2px rgba(255,255,255,0);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 2px rgba(255,255,255,0);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 2px rgba(255,255,255,0);
	text-shadow:
		0px 0px 0px rgba(000,000,000,0),
		0px 0px 0px rgba(255,255,255,0);
}
/*=================================================
 * 検索ページ　ボタン
 * ================================================= */
button.NextSearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #050505;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 50%,
		#dbdbdb 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ebebeb),
		color-stop(0.50, #dbdbdb),
		to(#b5b5b5));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #949494;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 2px rgba(255,255,255,0);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 2px rgba(255,255,255,0);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 2px rgba(255,255,255,0);
	text-shadow:
		0px 0px 0px rgba(000,000,000,0),
		0px 0px 0px rgba(255,255,255,0);
}

/*=================================================
 * 検索ページ(下スクロール)　ボタン
 * ================================================= */
button.DownScrol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #050505;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ebebeb),
		to(#b5b5b5));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 0px solid #949494;
	-moz-box-shadow:
		0px 1px 2px rgba(000,000,000,0.3),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 2px rgba(000,000,000,0.3),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 2px rgba(000,000,000,0.3),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0),
		0px 1px 0px rgba(255,255,255,0.5);
}

/*=================================================
 * 上に戻る　ボタン
 * ================================================= */
button.UpButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #050505;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 50%,
		#dbdbdb 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ebebeb),
		color-stop(0.50, #dbdbdb),
		to(#b5b5b5));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #949494;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 2px rgba(255,255,255,0);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 2px rgba(255,255,255,0);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 2px rgba(255,255,255,0);
	text-shadow:
		0px 0px 0px rgba(000,000,000,0),
		0px 0px 0px rgba(255,255,255,0);
}
/*=================================================
 * 検索ページ　ボタン
 * ================================================= */
button.NextSearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #050505;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 50%,
		#dbdbdb 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ebebeb),
		color-stop(0.50, #dbdbdb),
		to(#b5b5b5));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #949494;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 2px rgba(255,255,255,0);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 2px rgba(255,255,255,0);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 2px rgba(255,255,255,0);
	text-shadow:
		0px 0px 0px rgba(000,000,000,0),
		0px 0px 0px rgba(255,255,255,0);
}

