@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* HTML5 Reset
------------------------------------------------------------- */

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

video, audio, canvas {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	margin: 0;
}

p, blockquote, dl, dd, figure {
	margin: 0;
}

hr {
	color: inherit;
	height: auto;
	-moz-box-sizing: content-box;
	 box-sizing: content-box;
}

pre {
	font-family: monospace, sans-serif;
	white-space: pre-wrap;
	word-wrap: break-word;
	margin: 0;
}

ol, ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

strong, b {
	font-weight: bold;
}

small {
	font-size: 0.83em;
}

q {
	quotes: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

code, samp, kbd {
	font-family: monospace, sans-serif;
}

mark {
	color: black;
	background-color: yellow;
}

sub, sup {
	font-size: 0.83em;
	line-height: 0;
	vertical-align: baseline;
	position: relative;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

br {
	letter-spacing: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}

svg:not(:root) {
	overflow: hidden;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	padding: 0;
	text-align: left;
}

th, td {
	text-align: left;
	vertical-align: baseline;
	padding: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

legend {
	border: 0;
	*margin-left: -7px;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: 1em;
	color: inherit;
	margin: 0;
}

input, button {
	line-height: normal;
	vertical-align: inherit;
	*vertical-align: middle;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]:focus {
	outline-offset: -2px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
}

select {
	background-color: inherit;
	line-height: normal;
}

textarea {
	vertical-align: top;
	overflow: auto;
	*font-family: sans-serif;
}



/* Font Size Adjustment
------------------------------------------------------------- */

/*
YUI 3.17.2 (build 9c3c78e)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}

/*
10px	77%
11px	85%
12px	93%
13px	100%
14px	108%
15px	116%
16px	123.1%
17px	131%
18px	138.5%
19px	146.5%
20px	153.9%
21px	161.6%
22px	167%
23px	174%
24px	182%
25px	189%
26px	197%
27px	207.7%
28px	215.4%
29px	223.1%
30px	230.8%
*/


/* Global Styles
------------------------------------------------------------- */

body {
	font-family: 'Roboto Condensed','Noto Sans JP','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-feature-settings:'palt';
	letter-spacing:0.1em;
	color: #555;
	background: #fff;
}

a {
	color: #555;
}

a:hover {
	color: #ccc;
}

a:hover img{
	opacity:0.7;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

header{
	position:fixed;
	z-index:100;
	top:0;
	background:#005;
	width:100%;
	height:75px;
	box-shadow: 0 0 6px #000;
}

header .inner{
	width:1200px;
	margin:0 auto;
	position:relative;
}

header h1{
	position:absolute;
	top:10px;
	left:20px;
	width:170px;
}

header h1 img{
	width:100%;
}

header ul{
	position:absolute;
	top:17px;
	right:20px;
	display:flex;
	flex-wrap:wrap;
}

header ul li{
	margin-left:40px;
}

header ul li a{
	display:inline-block;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-size:80%;
}

header ul li a:hover{
	opacity:0.7;
}

header ul li a span{
	font-weight:400;
	font-size:200%;
	letter-spacing:0;
}

header #spBtn{
	display:none;
}

#sabaco{
	width:100%;
	background-color:#ddd;
	color:#555;
}

#sabaco:after {
	content: "";
	display: block;
	clear: both;
}

#sabaco>.inner{
	width:1160px;
	margin:0 auto;
	padding:0 20px;
}

#sabaco .txtBlock{
	width:800px;
	float:right;
	padding-top:40px;
}

#sabaco h2{
	font-size:200%;
	line-height:1em;
	font-weight:100;
	margin-bottom:20px;
}

#sabaco a:hover{
	color:#fff;
}

#sabaco h2 span{
	font-size:80%;
}

#sabaco p.address{
	font-size:131%;
	line-height:1em;
	font-weight:400;
}

#sabaco p.tel{
	font-size:131%;
	line-height:2em;
	font-weight:400;
	margin-bottom:20px;
	letter-spacing:0;
}

#sabaco p.tel span{
	font-size:160%;
	font-weight:700;
}

#sabaco p.access{
	font-size:108%;
	line-height:1.5;
}

#sabaco span.metroTozai{
	color:#00a7db;
}

#sabaco span.metroFukutoshin{
	color:#bb641d;
}

#sabaco .map{
	width:320px;
	height:320px;
	background-color:#ccc;
	float:left;
	margin:40px 0;
}

footer{
	background-color:#222;
	color:#fff;
	padding:60px 0 20px;
	width:100%;
}

footer a{
	color:#fff;
}

footer:after{
	content: "";
	display: block;
	clear: both;
}

footer>.inner{
	width:1160px;
	margin:0 auto;
	padding:0 20px;
	position:relative;
}

footer ul{
	float:left;
}

footer ul li{
	display:inline;
}

footer p{
	float:right;
	letter-spacing:0;
}

footer p#pageTop{
	position:absolute;
	top:-80px;
	right:20px;
	width:60px;
	height:60px;
}

footer p#pageTop a{
	display:block;
	width:60px;
	height:60px;
	text-indent:-9999px;
	line-height:0;
	overflow:hidden;
	outline:none;
	background:url(common/images/pagetop.png) no-repeat center top #222;
	border-radius:30px;
}

footer p#pageTop a:hover{
	background:url(common/images/pagetop.png) no-repeat center top #666;
}

#content{
	margin:40px 0;
	width:100%;
	background-color:#fff;
}

#content:after {
	content: "";
	display: block;
	clear: both;
}

#content>.inner{
	width:1160px;
	margin:0 auto;
	padding:0 20px;
}

#pageNav{
	width:100%;
	background-color:#fff;
	padding:20px 0;
}

#pageNav ul{
	width:1160px;
	margin:0 auto;
	padding:0 20px;
}

#pageNav ul:after {
	content: "";
	display: block;
	clear: both;
}

#pageNav ul li{
	width:200px;
	text-align:center;
}

#pageNav ul li.pageNavList{
	float:left;
	width:30%;
}

#pageNav ul li.pageNavPrev{
	float:left;
}

#pageNav ul li.pageNavNext{
	float:right;
}

#pageNav ul li a{
	display:block;
	width:100%;
	padding:10px 0;
	background:#666;
	color:#fff;
	text-decoration:none;
}

#pageNav ul li a:hover{
	background:#ccc;
}

#sns{
	width:100%;
	background-color:#fff;
	border-top:2px solid #ddd;
	padding:40px 0;
}

#sns:after {
	content: "";
	display: block;
	clear: both;
}

#sns>.inner{
	width:1160px;
	margin:0 auto;
	padding:0 20px;
}

#sns #share p{
	float:left;
	width:30%;
	margin-left:5%;
}

#sns #share p:first-child{
	margin-left:0;
}

#sns #share p a{
	display:block;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:100%;
	text-decoration:none;
}

#sns #share p a span{
	font-size:200%;
}

#sns #shareTw a{
	border:2px solid #1da1f2;
	color:#1da1f2;
}

#sns #shareTw a:hover{
	background-color:#1da1f2;
	color:#fff;
}

#sns #shareFb a{
	border:2px solid #4267b2;
	color:#4267b2;
}

#sns #shareFb a:hover{
	background-color:#4267b2;
	color:#fff;
}

#sns #shareLn a{
	border:2px solid #00b900;
	color:#00b900;
}

#sns #shareLn a:hover{
	background-color:#00b900;
	color:#fff;
}

#guide{
	width:100%;
	background:url(common/images/bg_guide.gif) #5a3a1e;
	padding:40px 0;
}

#guide:after {
	content: "";
	display: block;
	clear: both;
}

#guide ul{
	width:1160px;
	margin:0 auto;
	padding:0 20px;
}

#guide ul li{
	width:49%;
}

#guide ul li#guideInfo{
	float:left;
}

#guide ul li#guideContact{
	float:right;
}

#guide ul li a{
	display:block;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:131%;
	text-decoration:none;
	color:#fff;
	border:2px solid #fff;
}

#guide ul li a:hover{
	color:#5a3a1e;
	background-color:#fff;
}

#guide ul li a span{
	font-size:120%;
}

#calendar{
	width:100%;
	background-color:#ddd;
	border-radius:3px;
	color:#000;
	margin-bottom:20px;
}

#calendar a{
	color:#000;
}

#calendar .nav{
	padding:10px 20px;
}

#calendar .nav:after{
	content: "";
	display: block;
	clear: both;
}

#calendar .nav p{
	width:50%;
	float:left;
	font-size:153.9%;
	text-align:center;
	font-weight:700;
}

#calendar .nav p#prev{
	width:25%;
	text-align:left;
	font-weight:400;
}

#calendar .nav p#next{
	width:25%;
	float:right;
	text-align:right;
	font-weight:400;
}

#calendar .nav p a{
	text-decoration:none;
}

#calendar .nav p a:hover{
	color:#fff;
}

#calendar table.nav{
	padding:0;
	width:100%;
}

#calendar table.nav td{
	float:left;
	font-size:153.9%;
	text-align:center;
	font-weight:700;
}

#calendar table.nav td#prev{
	padding:10px 20px;
	width:25%;
	text-align:left;
	font-weight:400;
}

#calendar table.nav td#next{
	padding:10px 20px;
	width:25%;
	float:right;
	text-align:right;
	font-weight:400;
}

#calendar table.nav td a{
	text-decoration:none;
}

#calendar table.nav td a:hover{
	color:#fff;
}

#calendar table.nav td a#ec3_publish{
	display:none;
}

table#dateTable{
	width:100%;
}

table#dateTable th,
table#dateTable td{
	font-size:131%;
	font-weight:400;
	text-align:center;
	line-height:2em;
}

table#dateTable td{
	padding:0 2px 2px 0;
}

table#dateTable td a{
	display:block;
	text-decoration:none;
}

table#dateTable td.ec3_eventday a{
	background-color:rgba(0,0,0,0.2);
}

table#dateTable td a:hover{
	background-color:rgba(0,0,0,0.4);
	color:#fff;
}

#calendar table:nth-child(2){
	width:100%;
}

#calendar table:nth-child(2) caption{
	font-size:153.9%;
	text-align:center;
	font-weight:700;
	line-height:2em;
	margin-top:-2.1em;
}

#calendar table:nth-child(2) caption a:hover{
	color:#fff;
}

#calendar table:nth-child(2) th,
#calendar table:nth-child(2) td{
	font-size:131%;
	font-weight:400;
	text-align:center;
	line-height:2em;
}

#calendar table:nth-child(2) td a{
	display:block;
	text-decoration:none;
	border:1px solid #ccc;
}

#calendar table:nth-child(2) td.ec3_eventday a{
	background-color:rgba(0,0,0,0.2);
}

#calendar table:nth-child(2) td a:hover{
	background-color:rgba(0,0,0,0.4);
	color:#fff;
}

#subContent{
	float:right;
	width:420px;
}

h1#contentHead{
	padding:95px 20px 20px 20px;
	background-color:#ddd;
	color:#333;
	font-size:150%;
	line-height:1em;
	font-weight:400;
}

h1#contentHead span{
	display:block;
	width:1160px;
	margin:0 auto;
}

h1#contentHeadInfo{
	padding:95px 20px 20px 20px;
	background-color:#000;
	color:#fff;
	font-size:150%;
	line-height:1em;
	font-weight:400;
}

h1#contentHeadInfo span{
	display:block;
	width:1160px;
	margin:0 auto;
}

.hdStyle1{
	font-weight:100;
	font-size:300%;
	line-height:1em;
	margin-bottom:40px;
	letter-spacing:0;
}

#twitter iframe{
	width:100%!important;
}



/* Events Detail
------------------------------------------------------------- */

#eventDetail{
	padding-top:75px;
}

#eventDetail .txtBlock{
	float:left;
	width:700px;
}

#eventDetail .txtBlock h1{
	font-size:300%;
	line-height:1em;
	font-weight:100;
	letter-spacing:0;
}

#eventDetail .txtBlock p.date{
	font-size:300%;
	line-height:1em;
	font-weight:100;
	text-align:right;
	letter-spacing:0;
}

#eventDetail .txtBlock p.date span{
	font-size:50%;
}

#eventDetail .txtBlock p.time{
	font-size:131%;
	line-height:1em;
	font-weight:700;
	text-align:right;
	margin-bottom:20px;
	letter-spacing:0;
}

#eventDetail .txtBlock div.txt>div,
#eventDetail .txtBlock div.txt p,
#eventDetail .txtBlock div.txt th,
#eventDetail .txtBlock div.txt td,
#eventDetail .txtBlock div.txt li,
#eventDetail .txtBlock div.txt dt,
#eventDetail .txtBlock div.txt dd{
	font-size:108%;
	line-height:1.7em;
	font-weight:400;
}

#eventDetail .txtBlock div.txt>div,
#eventDetail .txtBlock div.txt p,
#eventDetail .txtBlock div.txt table,
#eventDetail .txtBlock div.txt ul,
#eventDetail .txtBlock div.txt ol,
#eventDetail .txtBlock div.txt dl{
	margin-bottom:1.7em;
}

#eventDetail .txtBlock div.txt table.ec3_schedule{
	display:none;
}

#eventDetail .txtBlock img{
	max-width:100%;
}

#eventDetail p.img{
	float:right;
	width:420px;
}

#eventDetail p.img img{
	width:100%;
}



/* Events List
------------------------------------------------------------- */

#eventList{
	float:left;
	width:700px;
}

#eventList .entry{
	border-bottom:1px solid #ddd;
	padding-bottom:40px;
	margin-bottom:40px;
}

#eventList .entry:last-child{
	border-bottom:0;
	margin-bottom:0;
	padding-bottom:0;
}

#eventList .entry:after{
	content: "";
	display: block;
	clear: both;
}

#eventList .txtBlock h2{
	font-size:300%;
	line-height:1em;
	font-weight:100;
	letter-spacing:0;
}

#eventList .txtBlock p.date{
	font-size:300%;
	line-height:1em;
	font-weight:100;
	text-align:right;
	letter-spacing:0;
}

#eventList .txtBlock p.date span{
	font-size:50%;
}

#eventList .txtBlock p.time{
	font-size:131%;
	line-height:1em;
	font-weight:700;
	text-align:right;
	margin-bottom:20px;
	letter-spacing:0;
}

#eventList .txtBlock div.txt p{
	font-size:108%;
	line-height:1.7em;
	font-weight:400;
	margin-bottom:1.7em;
}



/* Top
------------------------------------------------------------- */

#topSchedule{
	padding-top:75px;
	position:relative;
	background:#000;
	width:100%;
}

#topSchedule>.inner{
	width:1200px;
	margin:0 auto;
}

ul#slides{

}

ul#slides li{
	height:500px;
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top;
}

ul#slides li a{
	text-decoration:none;
	outline:none;
}

ul#slides li>.inner{
	height:100%;
	background:url(common/images/bg_meshg.png) 0 0 repeat-x rgba(0,0,0,0.2);
	position:relative;
}

ul#slides li .txtBlock{
	width:700px;
	height:100%;
	margin-left:480px;
	text-align:right;
}

ul#slides li .txtBlock h2{
	color:#fff;
	font-size:300%;
	line-height:1em;
	font-weight:100;
	padding-top:40px;
	margin-bottom:20px;
	letter-spacing:0;
}

ul#slides li .txtBlock p{
	color:#fff;
}

ul#slides li .txtBlock p.date{
	font-size:300%;
	line-height:1em;
	font-weight:100;
	letter-spacing:0;
}

ul#slides li .txtBlock p.time{
	font-size:131%;
	line-height:1em;
	font-weight:700;
	margin-bottom:40px;
}

ul#slides li .txtBlock div.txt p{
	font-size:108%;
	line-height:1.7em;
	font-weight:400;
	text-align:left;
	border-radius:3px;
	background-color:rgba(0,0,0,0.6);
	padding:20px;
}

#topSchedule #calendar{
	position:absolute;
	top:180px;
	margin-left:20px;
	z-index:10;
	width:420px;
	background-color:rgba(255,255,255,0.8);
	margin-bottom:0;
}

#topContent{
	width:100%;
	background-color:#fff;
	padding:40px 0;
}

#topContent:after {
	content: "";
	display: block;
	clear: both;
}

#topContent>.inner{
	width:1160px;
	margin:0 auto;
	padding:0 20px;
}

#topContent #news{
	width:800px;
	float:right;
}

#topContent #news h2{
	font-size:250%;
	font-weight:100;
	line-height:1em;
	margin-bottom:40px;
	letter-spacing:0;
}

#topContent #news .entry{
	padding-bottom:40px;
	border-bottom:1px solid #ddd;
	margin-bottom:40px;
}

#topContent #news .entry:last-child{
	padding-bottom:0;
	border-bottom:0;
	margin-bottom:0;
}

#topContent #news .entry .entryHead{
	margin-bottom:20px;
}

#topContent #news .entry .entryHead:after{
	content: "";
	display: block;
	clear: both;
}

#topContent #news .entry h3{
	float:left;
	font-size:146.5%;
	font-weight:700;
	line-height:1em;
}

#topContent #news .entry p.date{
	float:right;
	font-size:116%;
	font-weight:400;
	line-height:1em;
}

#topContent #news .entry div.txt p{
	font-size:108%;
	font-weight:400;
	line-height:1.7;
	margin-bottom:1.7em;
}

#topContent aside{
	width:320px;
	float:left;
}

#topContent #twitter{
	width:320px;
	height:600px;
	margin-bottom:40px;
}

#topContent #share{
	width:320px;
}

#topContent #share p{
	margin-bottom:20px;
}

#topContent #share p a{
	display:block;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:100%;
	text-decoration:none;
}

#topContent #share p a span{
	font-size:200%;
}

#topContent #shareTw a{
	border:2px solid #1da1f2;
	color:#1da1f2;
}

#topContent #shareTw a:hover{
	background-color:#1da1f2;
	color:#fff;
}

#topContent #shareFb a{
	border:2px solid #4267b2;
	color:#4267b2;
}

#topContent #shareFb a:hover{
	background-color:#4267b2;
	color:#fff;
}

#topContent #shareLn a{
	border:2px solid #00b900;
	color:#00b900;
}

#topContent #shareLn a:hover{
	background-color:#00b900;
	color:#fff;
}



/* Policy
------------------------------------------------------------- */

#policy h2{
	font-size:131%;
	font-weight:700;
	line-height:1em;
	margin-bottom:20px;
}

#policy p{
	font-size:108%;
	line-height:1.7em;
	margin-bottom:1.7em;
}



/* Info
------------------------------------------------------------- */

#infoLead{
	background:url(common/images/img_photo_interior01bg.jpg) no-repeat center bottom;
	background-size:cover;
	color:#fff;
	width:100%;
}

#infoLead:after {
	content: "";
	display: block;
	clear: both;
}

#infoLead>.inner{
	width:1160px;
	margin:0 auto;
	padding:200px 0 50px;
}

#infoLead h2{
	font-size:400%;
	font-weight:100;
	text-align:right;
	text-shadow: 0 0 8px #000;
	line-height:1em;
	margin-bottom:20px;
	letter-spacing:0;
}

#infoLead div.copy p{
	text-align:right;
	margin-bottom:100px;
}

#infoLead div.copy p span{
	display:inline-block;
	background:rgba(0,0,0,0.7);
	padding:10px;
	font-weight:bold;
}

#infoLead div.txt{
	background:rgba(0,0,0,0.5);
	padding:30px;
	width:65%;
}

#infoLead p{
	text-indent:1em;
	font-size:116%;
	font-weight:400;
	line-height:1.7em;
	margin-bottom:2em;
	text-shadow: 0 0 5px #000;
}

#infoLead p.lead{
	font-weight:900;
	text-indent:0;
}

#infoLead p:last-child{
	margin-bottom:0;
}

#infoSpec{
	background-color:#000;
	color:#fff;
}

#infoSpec:after {
	content: "";
	display: block;
	clear: both;
}

#infoSpec>.inner{
	width:1160px;
	margin:0 auto;
	padding:40px 0;
}

#infoSpec h2{
	font-size:300%;
	font-weight:100;
	line-height:1em;
	margin-bottom:40px;
}

#infoSpec .txtBlockL{
	width:45%;
	float:left;
	margin-bottom:50px;
}

#infoSpec .txtBlockR{
	width:45%;
	padding-left:5%;
	border-left:1px solid #fff;
	float:right;
	margin-bottom:50px;
}

#infoSpec h3{
	font-size:131%;
	margin-bottom:20px;
}

#infoSpec p{
	font-size:116%;
	line-height:1.7em;
}

#infoPhotoArea{
	background-color:#000;
}

#infoSlides{
	width:800px;
	margin:0 auto;
}

#infoSlides img{
	width:100%;
}

ul#infoSlidesPager img{
	width:100%;
}

ul#infoSlidesPager li{
	cursor:pointer;
}

ul#infoSlidesPager li.slick-current{
	opacity:0.7;
}

#infoSlides .slick-prev{
	left:-60px;
}

#infoSlides .slick-next{
	right:-60px;
}



/* Contact
------------------------------------------------------------- */

#contactFlow,
#contactFaq,
#contactRentalForm,
#contactInquiryForm{
	padding-top:80px;
	margin-top:-80px;
}

#contactRental{
	padding-bottom:40px;
	border-bottom:1px solid #ddd;
	margin-bottom:40px;
}

#contactRental:after{
	content:"";
	display:block;
	clear:both;
}

#contactRental h3{
	font-size:131%;
	font-weight:700;
	line-height:1em;
	margin-bottom:20px;
}

#contactRental h4{
	font-size:108%;
	line-height:1.7em;
	margin-bottom:0;
	margin-left:20px;
}

#contactRental p{
	font-size:108%;
	line-height:1.7em;
	margin-bottom:1.7em;
	margin-left:20px;
}

#contactRental p:last-child{
	margin-bottom:0;
}

#contactRental .txtBlockL{
	float:left;
	width:60%;
}

#contactRental .txtBlockR{
	float:right;
	width:30%;
	border:5px solid #ccc;
	padding:20px;
}

#contactRental .txtBlockR h4,
#contactRental .txtBlockR p{
	margin-left:0;
}

#contactFlow{
	padding-bottom:40px;
	border-bottom:1px solid #ddd;
	margin-bottom:40px;
}

#contactFlow ol li{
	background-color:#eee;
	border-radius:10px;
	padding:15px;
	list-style:decimal inside;
	text-align:center;
	margin-bottom:30px;
	font-size:131%;
	line-height:1.5em;
	font-weight:700;
	position:relative;
}

#contactFlow ol li span.label{
	font-size:80%;
	margin-left:20px;
	padding:2px 10px;
}

#contactFlow ol li span.sabaco{
	background-color:#cce;
}

#contactFlow ol li span.user{
	background-color:#ecc;
}

#contactFlow ol li span.note{
	font-size:80%;
	font-weight:400;
}

#contactFlow ol li span.next{
	display:block;
	background:url(common/images/bg_next.gif) no-repeat center bottom;
	background-color:#ecc;
	width:100px;
	height:30px;
	margin:15px auto -45px;
}

#contactFaq{
	padding-bottom:40px;
	border-bottom:1px solid #ddd;
	margin-bottom:40px;
}

#contactFaq .imgBlock{
	width:40%;
	float:right;
	margin:0 0 40px 40px;
}

#contactFaq .imgBlock img{
	width:100%;
}

#contactFaq h3{
	font-size:131%;
	font-weight:700;
	line-height:1em;
	margin-bottom:20px;
}

#contactFaq p{
	font-size:108%;
	line-height:1.7em;
	margin-bottom:1.7em;
	margin-left:20px;
}

#contactFaq p:last-child{
	margin-bottom:0;
}

#contactRentalForm{
	padding-bottom:40px;
	border-bottom:1px solid #ddd;
	margin-bottom:40px;
}

#contactRentalForm iframe{
	margin-bottom:20px;
}

#contactRentalForm .subBlock,
#contactInquiryForm .subBlock{
	background-color:#f0f0f0;
	padding:2%;
}

#contactRentalForm dl,
#contactInquiryForm dl{
	margin-bottom:20px;
}

#contactRentalForm dt,
#contactInquiryForm dt{
	width:20%;
	float:left;
	clear:both;
	font-weight:700;
	padding-top:10px;
}

#contactRentalForm dd,
#contactInquiryForm dd{
	width:75%;
	float:right;
	margin-bottom:10px;
}

#contactRentalForm .subBlock dd,
#contactInquiryForm .subBlock dd{
	width:76%;
}

#contactRentalForm p,
#contactInquiryForm p,
#contactRentalForm dt,
#contactInquiryForm dt,
#contactRentalForm dd,
#contactInquiryForm dd{
	font-size:108%;
	line-height:1.7em;
}

#contactRentalForm p,
#contactInquiryForm p{
	margin-bottom:1.7em;
}

#contactRentalForm em,
#contactInquiryForm em{
	font-weight:700;
	color:#c00;
	font-style:normal;
}

#contactRentalForm input,
#contactInquiryForm input{
	border:1px solid #999;
	padding:10px;
	border-radius:5px;
	width:50%;
}

#contactRentalForm textarea,
#contactInquiryForm textarea{
	border:1px solid #999;
	padding:10px;
	border-radius:5px;
	width:90%;
}

#contactRentalForm p.btn,
#contactInquiryForm p.btn{
	text-align:center;
}

#contactRentalForm p.btn input,
#contactInquiryForm p.btn input{
	border:0;
	background-color:#f93;
	color:#fff;
	font-size:146%;
	font-weight:700;
	padding:10px;
	border-radius:5px;
	width:300px;
}

#contactRentalForm p.btn input:hover,
#contactInquiryForm p.btn input:hover{
	opacity:0.7;
}

div.wpcf7-response-output,
div.wpcf7-mail-sent-ok{
	font-size:108%;
	line-height:1.7em;
	margin-bottom:1.7em;
	font-weight:700;
	color:#c00;
}

span.wpcf7-not-valid-tip{
	margin-left:1em;
	color:#c00;
}