/*
Theme Name: IRO SP Theme
Theme URI: http://syedahmed.me/
Author: Underscores.me
Author URI: http://syedahmed.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: irosp
Tags:
*/


@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html, body {
	font-family: "Hiragino Kaku Gothic Pro" !important;
	font-size: 12px;
	color: #fff;
}
.p-left {
	float: left;
}
.p-right {
	float: right;
}
.p-clear {
	clear: both;
}
a:link {
	outline-style: none;
}
img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0 !important;
}
.p-container {
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
.p-container {
	width: 100%;
	position: relative;
}
}
@media only screen  and (min-device-width: 320px)  and (max-device-width: 568px)  and (-webkit-min-device-pixel-ratio: 2) {
.p-container {
	width: 100%;
	position: relative;
}
}
/** header **/
#p-header {
	overflow: hidden;
	width: 100%;
	height: 160px;
	color:#fff !important;
}
.p-sub-title {
	float: left;
	background-color: #f6ad3c;
	width: 100%;
	height: 30px;
	overflow: hidden;
}
.p-sub-title h4 {
	margin-top: 5px !important;
	margin-left: 20px !important;
	font-size: 14px;
}
.p-title {
	float: left;
	padding-top: 10px;
	width: 100%;
	height: 110px;
	background-color: #fff;
	-webkit-box-shadow: 0px 3px 3px -3px black;
	-moz-box-shadow: 0px 3px 3px -3px black;
	box-shadow: 0px 3px 3px -3px black;
}
.p-logo {
	margin-left: 20px;
	cursor: pointer;
}
.p-blue {
	background-color: #7dc3ed;
}
.p-green {
	background-color: #82ca9c;
}
.p-button p {
	margin-top: 7px;
	font-weight: bold;
}
.p-language{ background-color:#82ca9c !important; padding-top:0px !important;}
/** Menu **/
.p-button {
	float: right;
	background-color: #666;
	width: 100px;
	height:60px;
	text-align: center;
	padding-top: 10px;
	border-radius: 10px;
	margin-right:10px;
	margin-top: 25px;
	color: #fff;
}
.p-button-menu {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	padding-top: 25px;
}
.nav-menu {
	position: absolute;
	width: 100%;
	top: 150px;
	right: 0;
	bottom: 0;
	z-index: 999;
	overflow-y: scroll;
	visibility: hidden;
	transition: ease-out 0.6s;
}
.nav-menu ul {
	margin-top: 20px;
	z-index: 2;
}
.nav-back {
	background: #666;
	filter: alpha(opacity=60);
	/* IE */
	-moz-opacity: 0.6;
	/* Mozilla */
	opacity: 0.6;
	/* CSS3 */
	position: absolute;
	top: 0;
	left: 0;
	height: 600px;
	width: 100%;
	z-index: -1;
	height: 600px;
}
.navigation {
	float: right;
	list-style: outside none none;
	overflow: hidden;
	width: 90%;
}
.navigation li {
	float: right;
	clear: both;
	width: 100%;
	background-color: #f8f2dd;
	margin-bottom: 1px;
	margin-right: -100%;
	z-index: 15;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.navigation li:last-child {
	margin-top: 30px;
	background-color: #fff;
}
/*
.navigation li:nth-child(2) p{
	margin-top:5px !important;
}
.navigation li:last-child p {
	top: 25px;
}
.navigation a {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 20px 0px;
	font-size: 24px;
	text-decoration: none;
	color: #534741 !important;
}
.navigation a p, .navigation label p {
	position: absolute;
	top: 15px;
	left: 25px;
	width: 50px;
	height: 50px;
	text-align: center;
	margin:0px !important;
}
.navigation label {
	position: relative;
	padding: 20px 0;
	font-size: 24px;
	color: #534741 !important;
	width: 100% !important;
}
.navigation a span {
	margin-left: 80px;
}
.navigation label span {
	margin-left: 80px;
	margin-top: 20px;
}
*/
/* google translator compitability */
.navigation li:nth-child(2) img{
	margin-top:5px !important;
}
.navigation li:nth-child(3) img {
    margin: 0 15px -8px 40px;
}
.navigation li:nth-child(6) img,
.navigation li:nth-child(5) img,
.navigation li:nth-child(4) img {
    margin: 0 10px -8px 32px;
}
.navigation li:last-child img {
	margin: 7px 12px 0 36px;
}
.navigation a {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 20px 0px;
	font-size: 24px;
	text-decoration: none;
	color: #534741 !important;
	float: left;
}
.navigation a img, .navigation label img {
	margin: 0 6px 0 32px;
}
.navigation label {
	position: relative;
	padding: 20px 0;
	font-size: 24px;
	color: #534741 !important;
	width: 40% !important;
	float: left !important;
}
span.notranslate label {
    float: left !important;
}
.navigation a span {
	margin-left: 80px;
	color: #534741 !important;
}
.navigation label span {
	margin-left: 80px;
	color: #534741 !important;
	margin-top: 20px;
}
/* ./ google translator compitability */
label[for="nav-trigger"] {
	float: right;
	position: relative;
	z-index: 1;
	width: 60px;
	cursor: pointer;
}
.nav-trigger {
	display: none;
}
.nav-trigger:checked ~ .nav-menu {
	visibility: visible;
}
.nav-trigger:checked ~ .nav-menu .nav-back {
	visibility: visible;
	transition-delay: 0s;
}
.nav-trigger:checked ~ .nav-menu .navigation li {
	margin-right: 0%;
}
/** slider**/
.p-slider {
	margin-top: 5px;
	float: left;
	height: 530px;
	width: 100%;
}
/** nivo slider **/
.slider-wrapper {
	float: left;
	position: relative;
	width: 100%;
	height: 500px;
}
.nivo-main-image {
	width: 100% !important;

}
.nivoSlider img {
	width: 100%;
	height: 500px !important;
}
.nivo-caption{
	bottom:70px !important;
	width:100% !important;
	height:80px !important;
}
.nivo-caption p{
	height:auto;
	background:none !important;
	font-size:30px !important;
	color: #fff !important;
	font-family: "YuMincho";
	font-weight:bold !important;
	font-style:italic;
}
.nivo-caption p span{
	font-size:16px !important;
}
.nivo-controlNav {
	display: block;
	bottom: -30px !important;
	padding: 0px !important;
	/*z-index: 11 !important;*/
}
.nivo-controlNav a {
	background: none !important;
	background-color: #959595 !important;
	border-radius: 20px;
	width: 20px !important;
	height: 20px !important;
}
.nivo-controlNav a.active {
	background-color: #f1bb00 !important;
}
.nivo-nextNav {
	background-color: #fad59d !important;
	opacity: 0.8;
	background: url(images/arrow-slider.png) 55px 35px no-repeat;
	background-size: 15px;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	width: 100px;
	height: 100px;
	border-radius: 0 100px 100px 0;
	right: -45px !important;
	z-index:14;
}
.nivo-prevNav {
	background-color: #fad59d !important;
	opacity: 0.8;
	background: url(images/arrow-slider.png) 55px 35px no-repeat;
	background-size: 15px;
	width: 100px;
	height: 100px;
	border-radius: 0 100px 100px 0;
	left: -45px !important;
	z-index:14;
}
/*** contain ****/
#p-contain {
	width: 100%;
	float: left;
	overflow: hidden;
}
.p-blog-group {
	margin-top: 20px;
	float: left;
	text-align: center;
	width: 100%;
	height: 56px;
	background: url(images/title-bg.png);
	border: 2px solid #f8c16d;
	border-left: none;
	border-right: none;
}
.p-blog-group h4 {
	margin-top: 10px !important;
	font-size: 28px;
	color: #534741;
}
.p-blog {
	float: left;
	overflow: hidden;
	width: 94%;
	margin: 3%;
	margin-bottom: 0px;
	background-color: #f2868b;
	color: #534741;
	border: 1px solid #f2868b;
	box-shadow: 2px #f2868b;
	box-sizing: border-box;
	/*border: 2px solid #f2868b;*/
}
.p-blog-title {
	text-align: center;
	margin: 10px 0px !important;
	font-size: 30px;
	font-weight: bold;
}
.p-blog-info {
	position: relative;
	width: 96%;
	background-color: #fff;
	padding: 10px 15px;
	overflow: hidden;
}
.p-blog-info img {
	float: left;
}
.p-blog-text {
	display: block;
	margin-left: 265px;
}
.p-blog-text p {
	font-size: 16px !important;
	overflow: hidden;
	text-wrap: normal !important;
	word-wrap:break-word !important;
	color: #534741 !important;
	line-height:24px;
}
.p-blog-view {
	position: absolute;
	width: auto;
	bottom: 10px;
	right: 15px;
	left: 275px;
	width: auto;
}
.p-blog-button {
	overflow: hidden;
	height: 50px;
	text-align: center;
	background-color: #F2868B;
	font-size: 24px;
	color: #fff;
	 border-radius: 10px;
}
.p-blog-button h4 {
	margin-top: 7px !important;
}
.p-blog-button img {
	float: right;
	margin-top: -30px !important;
	margin-right: 20px;
}
.p-red {
	background-color: #F2868B;
	border-color: #F2868B;
	color: #fff;
}
.p-green {
	background-color: #82ca9c;
	border-color: #82ca9c;
	color: #fff;
}
.p-orange {
	background-color: #F7AE5F !important;
	border-color: #82ca9c;
	color: #fff;
}
.p-whitered {
	background-color: #F5999E;
	border-color: #82ca9c;
	color: #fff;
}
.p-blue {
	background-color: #66A7E1;
	border-color: #82ca9c;
	color: #fff;
}
.p-whiteblue {
	background-color: #87D6F5;
	border-color: #82ca9c;
	color: #fff;
}
.p-blog-media {
	float: left;
	width: 94%;
	margin: 3% 3% 0;
	padding-bottom: 15px;
	overflow: hidden;
	color: #534741 !important;
	border-bottom: 1px dashed #333;
}
.p-blog-media p {
	width:65%;
	height:auto;
	float:left;
	position:relative;
	font-size: 20px;
	word-wrap: break-word
}
.p-blog-media span {
	color: #333;
}
.p-blog-media img {
	width:30% !important;
	height:auto !important;
	float: left;
	margin: 0px 10px 10px 0px;
}
.p-blog-new {
	float: left;
	overflow: hidden;
	width: 100%;
	font-size: 24px;
	text-align: center;
	margin-top: 20px;
}
.p-blog-new a {
	position: relative;
	background-color: #f9df9d;
	padding: 15px 60px;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
}
.p-blog-new a img {
	position:absolute;
	right:15px;
	top:15px;
	border-radius: 25px !important;
	padding: 5px;
	background-color: #fff;
}
.p-blog-adv {
	float: left;
	position: relative;
	width: 100%;
}
.p-blog-adv img {
	width: 94%;
	margin: 3%;
}
.p-adv-arrow {
	position: absolute;
	top: 30%;
	right: 50px;
	background-color: #fff;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}
.p-adv-arrow img {
	margin: 15px;
	width: 40px !important;
	height: 40px;
}
.p-move-up {
	float: left;
	overflow: hidden;
	width: 100%;

}
.p-move-up p{
	font-size:12px !important;
}
.p-move-up a {
	margin: 50px 20px 10px 0px;
	float: right;
	width: 85px;
	height: 85px;
	text-align: center;
	background-color: #f9a936;
	border-radius: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #fff !important;

}
.p-move-up a:hover,.p-move-up a:active{
	text-decoration:none;
}
.p-move-up img {
	margin: 10px 0px 5px !important;
}
/** Wharehouse **/

.p-contain-info {
	background-color: #f8f4e6;
}
.p-blog-concept {
	text-align: center;
	float: left;
	width: 100%;
	background-color: #fff;
	margin: 10px 0 20px;
	color: #534741 !important;
}
.border-gradian {
	height: 5px;
	float: left;
	width: 100%;
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #f5989d 0%, #f5989d 14%, #fdc689 14%, #fdc689 28%, #fff799 28%, #fff799 42%, #c4df9b 42%, #c4df9b 56%, #6dcff6 56%, #6dcff6 70%, #7da7d9 70%, #7da7d9 85%, #bd8cbf 84%, #bd8cbf 100%) repeat scroll 0 0;
}
.p-concept-title {
	float: left;
	width: 94%;
	margin: 20px 3%;
	padding-bottom: 20px;
	border-bottom: 1px dashed #333;
}
.p-concept-title h4 {
	font-size: 30px;
}
.p-concept-title h5 {
	font-size: 18px;
	font-weight: 100;
}
.p-concept-info {
	width: 94%;
	float: left;
	margin: 3%;
}
.p-concept-info h4 {
	font-size: 30px;
	color: #e35d64;
}
.p-concept-info p {
	margin-top: 20px;
	font-size: 24px;
	line-height: 40px;
}
.p-concept-adv {
	width:100%;
	margin: 20px 0px;
	position:relative;
	overflow:hidden;
}
.p-info-group {
	float: left;
	position: relative;
	height: 60px;
	width: 100%;
	background-color: #fabc7a;
	margin: 20px 0px 0;
	text-align: center;
	border-bottom: 2px solid #f9df9d;
}
.p-info-group img {
	position: absolute;
	left: 20px;
	height: 100%;
}
.p-info-group h4 {
	font-size: 28px;
	font-weight: 300;
	margin-top: 15px !important;
}
.p-info-blog {
	float: left;
	overflow: hidden;
	width: 94%;
	margin: 3% 3% 0 3%;
	padding: 20px 0 0;
	background-color: #fff;
	text-align: center;
	-moz-box-shadow: 0 0 2px 2px #888;
	-webkit-box-shadow: 0 0 2px 2px #888;
	box-shadow: 0 0 2px 2px #888;
}
.p-group-list{
	height:80px;
	margin-top:30px !important;
}
.p-group-list img{
	left:0;
}
.p-group-list h4{
	margin-top:20px !important;
}
.p-info-blog h4 {
	font-size: 24px;
	color: #534741 !important;
}
.p-info-blog .p-info-img {
	width: 96%;
	margin: 2%;
}
.p-info-blog p {
	float: left;
	text-align: left;
	font-size: 24px;
	font-weight: 100;
	color: #534741 !important;
	width: 96%;
	margin: 2%;
}
.p-info-blog .p-info-link-1 {
	float: left;
	margin-left: 2%;
	padding: 5px 10px;
	font-size: 24px;
	color: #fff;
	background-color: #f5989d;
	text-decoration: none;
	 border-radius: 10px;
}
.p-info-blog .p-info-link-2 {
	float: right;
	background-color: #534741;
	padding: 10px 30px;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	margin: 0 2% 2%;
	 border-radius: 10px;
}
.p-info-blog .p-info-img-link-2 {
	float: right;
	
	padding: 10px 30px;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	margin: 0 2% 2%;
	 border-radius: 10px;
}
.mtb30 a img{ border-radius: 10px;}
.p-info-blog .p-info-img-link-2 img {
	/*margin: 3px -10px 0px 20px;*/
}
.p-info-blog ul {
	float: left;
	margin-left: 2%;
	margin-top: 10px;
}
.p-info-blog ul li {
	list-style: none;
	font-size: 18px;
	color: #534741 !important;
	float: left;
	margin-right: 5px;
}
.p-info-blog ul li h5 {
	margin-top: 20px !important;
}
.p-sh-list {
	float: left;
	width: 100%;
	background: url(images/title-bg.png) ;
	text-align: center;
	color: #534741 !important;
}
.p-sh-list ul {
	width: 94%;
	margin: 3%;
}
.p-sh-list ul li {
	overflow: hidden;
	width: 100%;
	height: 90px;
	background-image: linear-gradient(#ffffff 40%, #f1efea);
	border: 1px solid #CCC;
	box-shadow: 2px #CCC;
	box-sizing: border-box;
	list-style: none;
	text-align: left;
}
.p-sh-list li div {
	float: right;
	margin: 20px 0px 0px;
}
.p-sh-list li p {
	float: left;
	margin: 30px 0px 0px 20px;
	font-size: 26px;
	width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.p-sh-list li img {
	float: right;
	margin: 30px 15px 0px 20px;
}
.p-icon-smile {
	background: url(images/smile-1.png) no-repeat;
	background-position: 0px 15px;
	display: block;
	width: auto;
	float: left;
}
.p-icon-smile a {
	text-decoration: none;
	color: #e35d64 !important;
}
.p-icon-smile a span {
	display: block;
	margin-top: 5px !important;
	border: 3px solid #e35d64;
	border-radius: 10px;
	width: 110px;
	padding: 5px 0px;
	margin-left: 30px;
	text-align: center;
	font-size: 20px;
}
.p-icon-pacman {
	background: url(images/pacman.png) no-repeat;
	background-position: 0px 15px;
	display: block;
	width: auto;
	float: left;
}
.p-icon-pacman a {
	text-decoration: none;
	color: #43a8e5 !important;
}
.p-icon-pacman a span {
	display: block;
	margin-top: 5px !important;
	border: 3px solid #43a8e5;
	border-radius: 10px;
	width: 110px;
	padding: 5px 0px;
	margin-left: 30px;
	text-align: center;
	font-size: 20px;
}
/** Footer **/
#p-footer {
	float: left;
	background-color: #f8f4e6;
	width: 100%;
	height: 190px;
}
.p-blog-device {
	float: left;
	width: 100%;
	color: #534741 !important;
}
.p-device {
	float: left;
	position:relative;
	text-align: center;
	font-size: 20px;
	width: 319px;
	height: 50px;
	background-color: #f9df9d;
	border: 1px solid #d9c187;
	box-shadow: 2px #d9c187;
	box-sizing: border-box;
	border-left:none;
}
.p-device img {
	position:absolute;
	top:13px;
	left:55px;
}
.p-device-first{
	left:80px !important;
}
.p-device h4{
	margin-top:12px !important;
}
.p-sub-footer {
	float: left;
	width: 94%;
	margin: 3%;
	margin-bottom: 0px;
	color: #534741 !important;
}
.p-sub-footer h4 {
	float: left;
	font-size: 24px;
}
.p-sub-footer ul {
	list-style: none;
	float: right;
}
.p-sub-footer li {
	float: left;
	margin-left: 10px;
}
.p-sub-footer p {
	float: left;
	width: 100%;
	margin-top: 20px;
}
@media screen and (max-width:650px) {
.t_bg_whitesha{ font-size:16px;}
.p-language{    height:61px !important;    max-width:92px}
.p-language img{ width:100%; max-width:92px;}
.p-title .p-blue img{ width:100%; max-width:30px;}
.p-title .p-green img{ width:100%; max-width:24px;}
.p-logo{ width:100%; max-width:160px; margin-top:18px;}
.p-button{ height:52px;}
}

h1.entry-title{
	color: #000;
	padding:5px;
	font-size: 24px;
	margin: 5px 0px;
}
.entry-content{
	color: #000;
	font-size: 14px;
	padding: 5px;
	line-height: 26px;
	margin: 5px 0px;
}

/***MHK***/
	/*Interview list page*/
	h3.pro,
	h3.int_house {
	    font-size: 3em;
	    line-height: normal;
	    font-weight: bold;
	    color: #000;
	    position: relative;
	    display: block;
	    width: 90%;
	    padding: 15px 0;
	    border-bottom: 3px solid #CCC;
	    margin: 10px auto;
	}
	/*SNS Buttons*/
	.button-area {
		position: relative;
		display: block;
		margin: 0px auto;
		width: 80%;
	}
	.button {
		position: relative;
		display: block;
		margin: 15px;
		float: left;
	}
	.syasin {
	    border: 1px solid #ddd;
	    padding: 4px;
	}
	.main-content img{
	    max-width: 99%;
	    box-sizing: border-box;
	    height: auto;
	}
	.content-media {
	    margin-bottom: 30px;
	    width: 100%;
	}
	
	.content-media > img {
	    max-width: 100%;
	    height: auto;
	    box-sizing: border-box;
	    margin: 0 auto;
	}
	iframe {
	    margin: 0 auto;
	    position: relative;
	    display: block;
	}
	.t_bg_whitesha {
	    padding-left: 10px !important;
	    padding-right: 10px !important;
	}
	.fb-comments{margin: 30px auto;}
	.cf:before,.cf:after {content:"";display:table;}
	.sp_maps_container:after,
	.cf:after {clear:both;}
	.sp_maps_container,
	.cf {zoom:1;}
	
	/*Language SlidingDiv*/
	.slidingDiv {
		/*height:168px;*/
		background-color: #fff;
		padding:10px;
		margin-top:10px;
		border-bottom:5px solid #f1f1f1;
		position:absolute;
		z-index:100000;
		width:256px;
		box-shadow:0px 0px 5px #ccc;
	}
	.slidingDiv a{ float:left; margin:5px;}
	.slidingDiv a img{ width:75px;}
	.show_hide {
		display:none;
		cursor:pointer;
	}
	/*ShareHouse List*/
	.ttl_house {
	    padding: 10px 0;
	    font-size: 26px;
	    font-weight: bold;
	}
	.house_photo {
	    margin: 0 auto;
	    display: block;
	    position: relative;
	    width: 100%;
	}
	
	.house_photo img {
	    width: 99%;
	    margin: 0 auto;
	    display: block;
	    padding: 5px;
	    box-sizing: border-box;
	}
	
	.house_wrap {
	    text-align: center;
	    margin: 30px auto;
	    box-shadow: 0px 1px 1px 2px rgba(0, 0, 0, 0.12);
	}
	.house_text{
		margin-top: 20px;
		text-align: justify;
		padding: 0 10px;
	}
	/* contact page */
	table{
		font-size: 1.5em;
	}
	td select, td input[type="text"], td textarea {
	    width: 100%;
	    font-size: 1.5em;
	    margin: 5px auto;
	}
	
	td.l_Cel {
	    font-size: 1.2em;
	    width: 100%;
	}
	
	span.hissu {
	    color: red;
	    font-weight: bold;
	}
	td select[name="year1"],td select[name="year2"],
	td select[name="month1"], td select[name="The first hope"],
	td select[name="month2"], td select[name="The second hope"]{
		width: 20%;
		float: left;
	}
	td select[name="第一希望月"], td select[name="第一希望日"],
	td select[name="第二希望月"], td select[name="第二希望日"] {
	    width: 40%;
	    float: left;
	}
	td textarea:focus,
	td select:focus,
	td input[type="text"]:focus {
	    outline-color: #66A7E1;
	    outline-width: 4px;
	}
	td{
    border-bottom: 1px solid #CCC;
	}
	tr:first-child td.l_Cel:before {
	    content: "";
	    position: relative;
	    display: block;
	    float: left;
	    width: 100%;
	    margin: -10px;
	    height: 0px;
	    clear: both;
	}
	td.l_Cel:before {
	    content: "";
	    position: relative;
	    display: block;
	    float: left;
	    width: 100%;
	    height: 10px;
	    clear: both;
	}
	span.schm, span.schd {
	    position: relative;
	    float: left;
	    font-size: 1.5em;
	    line-height: 1.4;
	    margin: 5px 12px;
	}
	span.eschm{
		font-size: 1em;
		line-height: 2;
		margin: 3px 10px;
		font-weidth: bold;
		text-transform: capitalize;
		float: left;
	}
	
	.t_bg_whitesha {
	    padding-left: 10px !important;
	    padding-right: 10px !important;
	}
	
	#sub2,
	#sub3 {
		border: 0px none;
		width: 46%;
    	height: 70px;
		background-size: contain !important;;
		margin-right: 20px;
		cursor: pointer;
		font-size: 2em;
		font-weight: bold;
	}
	/* ./contact page*/

	/* custom */

	.room-available{
	}

	.room-available-item{
		margin:30px 0;
		border-top:1px solid #999;
	}

	.room-available-item:first-child{
		border-top:none;
	}

	.room-available-item table{
		width:100%;
		margin:30px 0;
		border-right:none;
		border-bottom:none;
		font-size: 1.3em;
		border-collapse:collapse;
	}

	.room-available-item .room-label{
		width: 140px;
		background:#f8f4e6;
		font-weight: 700;
	}

	.room-available-item td{
		border:none;
		padding: 10px;
		border-top:1px solid #f6ac3c;
		border-left:1px solid #f6ac3c;
		vertical-align: middle;
	}

	.room-available-item td:last-child{
		border-right:1px solid #f6ac3c;
	}

	.room-available-item tr:last-child td{
		border-bottom:1px solid #f6ac3c;
	}

	.room-available form.Sh_contact_form{
		width: 100%;
		margin:0;
	}

	.room-available .full,
	.room-available .empty{
		font-weight: 700;
	}
	.room-available .empty {
		color: #F00;
	}
	
	.room-btns a,
	.room-btns a img{
		width: 100%;
		display: block;
	}

	.room-btns a img{

	}
	
	.room-btns{
		margin:0 -10px 10px;
	}
	
	.room-btn{
		padding:0 10px;
		float:left;
		width: 50%;

		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}

	.room-btns:after{
		clear:both;
		content:"";
		display: block;
	}

	.accord-title{
		cursor:pointer;
		padding:10px 30px 10px;
		position:relative;
		margin:20px 0 0;
	}

	.accord-title .close {
	   width: 30px;
	   height: 30px;
	   position: absolute;
	   display: block;
	   right:15px;
	   z-index: 10;
	   top:50%;
	   margin-top:-15px;


	}

	.accord-title .close:before, .accord-title .close:after {
	  content: "";
	  position: absolute;
	  z-index: -1;
	  background: #534741;
	}
	.accord-title .close:before {
	  left: 50%;
	  width: 6px;
	  margin-left: -3px;
	  height: 100%;
	  top:0;	
	}

	.accord-title .close:after {
	  top: 50%;
	  height: 6px;
	  margin-top: -3px;
	  width: 100%;
	  left:0;
	}

	.accord-title.active .close:before {
	  height: 0%;
	}

	.accord-container{
		display: none;
		padding:15px 5px;
		border:1px solid #f6ac3c;
		border-top:none;
	}

	.accord-container .mrl20{
		margin:0 10px;
	}

.jp-relatedposts-headline{
	font-size:18px !important;
	display: block !important;
	float:none !important;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{
	width: 100% !important;
	float:none !important;
	margin:0 0 10px !important;
	font-size:16px !important;
}

.jp-relatedposts-post-context,
.jp-relatedposts-post-date{
	display: none !important;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:last-child{
	display: none !important;
}

.qa{
	padding:15px;
	background-color:#fbfbfb;
	border:1px solid #eee;
	margin-top: 5px;
	margin-bottom: 5px;
}

.film_roll_pager { max-height: 219px; }
@media screen and (max-width: 533px) {
	.film_roll_pager { max-height: auto; }
}
form.Sh_contact_form{ display: block; position: relative; margin-left: auto; margin-right: auto; padding: 0; width: 100%; }
a#housename, form.Sh_contact_form > input[type=submit]{ background-size: cover; border: 0; display: block; height: 147px; width: 90%; margin: 0 auto; position: relative; }
iframe{ max-width: 100%; }
.t_bg_whitesha{ padding-bottom:40px; }
.roomsubmit{ background-size: cover !important; height: 72px !important; width: 100% !important; }
.houseCatTitle { color: #FFF; width: 94%; margin: 10px auto !important; padding: 10px 0; }