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

/*



Theme Name: side-slide-respmenu

Theme URI: 

Description: developing for wp template

Version: 1.0

Author: HG

Author URI: HG

*/

/* #Import



================================================== */



@import url("css/base.css");
 @import url("css/skeleton.css");
 @import url("css/navigation.css");
 @import url("css/stuck.css");
 @import url("css/font-awesome.css");
/* #Basic Styles



================================================== */

#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;/*background-image: url('images/top_bg.png');

	background-repeat:repeat-x;*/

}
.wrapper-top {
	background: #0057c1;
	box-shadow: 1px 2px 1px rgba(0,0,0,0.3);
	width: 100%;
	height: 10px;
}
#wrapper-gray {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background-image: url('images/bottom_bg.png');
	background-repeat: repeat-x repeat-y;
}
object, video {
	height: auto;
	display: block;
}
img {
	width: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.img-responsive {
	    display: block;
	    height: auto;
	    max-width: 100%;
}
.image-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
}
.image-right {
	float: right;
	margin: 5px 0 8px 15px;
	width: 100%;
}
.box-image-left {
	float: left;
	margin-left: 50px;
	margin-bottom: 20px;
	width: 250px;
	height: 110px;/*width:210px;*/

}
.button, input[type="button"], input[type="submit"], input[type="text"], input[type="password"], input[type="email"], textarea, select {
/*font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;*/

}
/* #Header

================================================== */



#top_container {
	width: 1200px;
	display: block;
	margin: 0 auto;/*height:148px;*/

}
#top {
	width: 100%;
	display: block;
	height: 35px;
}
#globalnavi {
	width: 100%;
}
.lang-Selecter {
	float: right;
	margin: 5px 30px 0 0;
	font-family: 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'MS P Gothic', sans-serif;
}
.top-search {
	float: right;
	margin-top: 5px;
}
.top-search input {
	width: 200px;
	font-size: 11px;
	color: #888;
	border: 3px solid #094379;
	border-radius: 5px;
}
.top-search input:focus {
	width: 200px;
	font-size: 11px;
	color: #888;
	border: 3px solid #094379;
	border-radius: 5px;
}
.search-btn {
	float: right;
	position: relative;
	padding: 0;
	top: 0;
	right: 0;
	margin: 1px 0 0 -35px;
	background: url('images/search.png') center center no-repeat;
	width: 35px;
	height: 32px;
	cursor: pointer;
	border: none;
	z-index: 100;
	box-shadow: none;
}
.search-field {
	float: right;
	position: relative;
}
/* Search widget */



.search-form .search-submit {
	display: none;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
}
#header { /*min-height: 130px; */
	height: 50px;
}
.contact-details {
	float: right;
	margin: 15px 0 1px 0;
	display: block;
	color: #888;
}
.contact-details h3 {
	font-size: 26px;
	font-weight: 900;
	font-family: Arial Black, Arial Bold, Gadget, sans-serif;
	margin-bottom: 5px;
}
.contact-details h5 {
	font-size: 14px;
}
.top-links {
	float: left;
	display: block;
	font-size: 12px;
	margin-top: 5px;
	margin-left: 10px;
}
.top-links ul li:first-child {
	border: medium none;
	padding-left: 0;
}
.top-links ul li {
	float: left;
	margin: 0 11px 0 0;
	border-left: #666666 1px dotted;
	padding-left: 11px;
}
.top-links ul li a {
	color: #107AB2;
}
.top-links ul li.current_page_item {
	background: none;
}
.top-links ul li a:hover {
	color: #ACD4E6;
}
/* #Logo



================================================== */



#logo {
	margin-top: 0px;
}
#logo a img {
	float: left;
	width: 375px;/*height: 94px;*/

}
#tagline {
	margin: 5px 0 0 0;
	float: left;
	color: #ffffff;
	font-size: 11px;
}
#tagline img {
	float: left;
}
#top-right {
	float: right;
	font-size: 12px;
	margin: -5px 0 0;
}
#top-right a {
}
/* #Social Icons



================================================== */



.social-icons {
	float: left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.social-icons li {
	display: inline;
	list-style: none;
	text-indent: -9999px;
	float: left;
	margin-right: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.ie8 .social-icons li {
	background-color: #fff;
}
.social-icons li a {
	display: block;
	padding-left: 11px;
	height: 24px;
	width: 24px;
}
.social-icons li:hover {
	opacity: 1;
}
/* Icon List */



.facebook {
	background: url(images/social/facebook_l.png) no-repeat;
	width: 24px;
	height: 24px;
}
.rss {
	background: url(images/social/rss_l.png) no-repeat;
	width: 24px;
	height: 24px;
	margin-left: 8px;
}
.sm_facebook {
	background: url(images/social/facebook.png) no-repeat;
	width: 16px;
	height: 16px;
}
.sm_rss {
	background: url(images/social/rss.png) no-repeat;
	width: 16px;
	height: 16px;
	margin-left: 5px;
}
.sm_email {
	background: url(images/social/email.png) no-repeat;
	width: 16px;
	height: 16px;
	margin-left: 5px;
}
/*content*/

.spacer {
	width: 100%;
	height: 150px;
}
.spacer-10 {
	width: 100%;
	height: 10px;
}
.spacer-25 {
	width: 100%;
	height: 25px;
}
.spacer-30 {
	width: 100%;
	height: 30px;
}
#content {
	/*min-height: 300px !important; */

	padding: 0px;
}
/* Slideshow home



================================================== */



.slideshow_home {
	margin-top: 20px;
}
/* Slideshow sub page



================================================== */



.slideshow_sub {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px #cccccc solid;
	padding: 2px;
}
.slideshow_narrow {
	margin-top: 10px;
	margin-bottom: 22px;
	border: 1px #cccccc solid;
	padding: 2px;
}
/* slider style



================================================== */

.slider-box {
	padding: 5px 0 50px 0;
}
/* english menu link below the sub slider contact



================================================== */

.menu-contact-en-container {
	padding-bottom: 50px;
}
#menu-company-en {
	text-align: left;
	padding-bottom: 30px;
}
ul#menu-contact-en li {
	background-position: 7px 15px;
	background-repeat: no-repeat;
	background-color: #f5f5f5;
	padding: 10px;
	width: 100%;
}
ul#menu-contact-en li.current-menu-item {
	background-position: 7px 14px;
	background-repeat: no-repeat;
	background-color: #005baf;
}
ul#menu-contact-en li.current-menu-item a {
	color: #ffffff;
	background-color: #005baf;
}
ul#menu-contact-en li.current-menu-item a:hover {
	background-color: #005baf;
}
ul#menu-contact-en li a {
	color: #000000;
	margin-left: 3px;
	background-color: none;
	padding: 0 0 0 5px;
	text-decoration: none;
}
ul#menu-contact-en li a:hover {
	color: #1b3968;
	background-color: #f5f5f5;
}
/* #Highlights



================================================== */



.highlight.color, .highlight.gray, .highlight.light {
	padding: 2px 6px;
	color: #fff;
	border-radius: 2px;
}
.highlight.color {
	background: #169fe6;
}
.highlight.gray {
	background: #4c4c4c;
}
.highlight.light {
	background: #aaa;
}
/* Page Title



================================================== */

.page-title {
	padding: 0 0 5px 0;
}
.page-title h3 {
	color: #1F4B78;
	font-weight: normal;
	margin-top: 10px;
}
.page-title h3 a {
	color: #013265;
	font-weight: normal;
}
.page-title h4 {
}
.page-title h2 {
	font-weight: normal;
	padding: 30px 0;
	float: left;
}
.page-sub-title h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #013265;
	font-weight: normal;
}
/**************

*************/

.wp-listings-shortcode {
	width: 100%;
	text-align: left;
}
.listing-wrap {
	width: 305px;
	float: left;
	padding-right: 13px;
	padding-left: 13px;
	margin: 0;
}
.first {
	padding-left: 0px;
	margin-left: 0px;
}
.listing-wrap h3, h4, h5 {
	text-align: left;
}
.listing-wrap p {
	padding: 0;
}
.listing-wrap a {
	text-decoration: none;
}
.rent {
	background-color: #002db2;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-weight: 600;
	line-height: 13px;
	margin-bottom: 5px;
	padding: 5px;
	text-align: center;
}
.buy {
	background-color: #006666;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-weight: 600;
	line-height: 13px;
	margin-bottom: 5px;
	padding: 5px;
	text-align: center;
}
.sell {
	background-color: #CC3300;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-weight: 600;
	line-height: 13px;
	margin-bottom: 5px;
	padding: 5px;
	text-align: center;
}
.listing-price {
	font-size: 20px;
	color: #005baf;
}
.listing-title {
	display: none;
}
ul.listing-beds-baths-sqft li {
	float: left;
	padding-right: 5px;
}
/* about page divider



================================================== */

.page-divider {
	padding: 0 15px;
	margin: 0;
	border-right: 1px solid #c2c2c2;
}
.half-box {
	width: 48%;
	padding-right: 5px;
	float: left;
}
/*for side bar left full width*/

.full-box {
	width: 100%;
	padding-right: 5px;
}
.small-filled-box {
	/*background-image: url("images/slidemenu-arrow.png");

    background-position: 10px 16px;

    background-repeat: no-repeat;*/

	background-color: #005baf;
	/*clear: both;*/

	margin: 5px;
	text-align: left;
	width: 180px;
	padding: 10px;
	float: left;
}
.small-filled-box a {
	color: #ffffff;
	font-size: 14px;
	line-height: 22px;
}
.small-filled-box h5 {
	margin-top: 10px;
	margin-bottom: 5px;
}
.small-filled-box ul {
	margin-bottom: 20px;
}
.small-filled-box ul li {
}
.small-filled-box li {
	margin-bottom: 5px;
}
/* light gray box 



================================================== */

.gray-filled-box {
	background-color: #e9e9e9;
	padding: 15px;
	height: 150px;
}
/*FAQ page*/

#acitem {
	margin-bottom: 10px;
}
#acitem dt {
	display: block;
	border-bottom: #1F4B78 1px solid;
	cursor: pointer;
	background: url(images/accordion_on_off.png) 0px -123px no-repeat;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 14px;
}
#acitem dt .q {
	line-height: 25px;
	text-align: left;
	margin-left: 30px;
}
#acitem dd {
	height: auto;
	display: none;
	text-align: left;
	margin-left: 27px;
	margin-top: 10px;
	margin-bottom: 15px;
}
#acitem dd ul.number li {
	list-style: decimal;
	margin: 0 0 5px 50px;
}
#acitem dd img {
	margin: 0 10px 10px 25px;
}
#acitem dt.active {
	background: url(images/accordion_on_off.png) 0px 9px no-repeat;
}
/* Sidebars



================================================== */



.sidebar, sidebar a {
	color: #1F4B78;
}
.floated.sidebar.right {
	margin-left: -1px;
	border-left: 1px solid #e0e0e0;
	margin-top: 30px;
}
.floated.sidebar-home.right {
	margin-left: -1px;
	border-left: 1px solid #e0e0e0;
}
.floated.sidebar.left {
	margin-right: -1px;
}
.sidebar, .page-content {
	padding: 0;
}
h4.margin {
	margin: 0 0 10px 0;
}
h3.margin {
	margin: 0 0 10px 0;
}
p.margin {
	margin: 0 0 25px 0;
}
.divline {
	height: 1px;
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: -10px;
	padding-top: 0;
	padding-right: 80px;
	padding-bottom: 0;
	padding-left: 0;
}
.widget-search {
	float: left;
}
.ie8 .widget-search, .ie8 .top-search {
	float: none;
}
.widget-search input {
	width: 200px;
	color: #888;
}
.search-btn-widget {
	float: right;
	position: relative;
	padding: 0;
	top: 0;
	right: 0;
	margin: 0 0 0 -35px;
	background: url(../images/search-2.png) 50% no-repeat;
	background-color: #169fe6;
	width: 35px;
	height: 36px;
	cursor: pointer;
	border: none;
	z-index: 100;
	border-radius: 0 2px 2px 0;
	box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.search-btn-widget:hover {
	background-color: #aaa;
	box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
}
/* Categories */



.categories a {
	color: #1F4B78;
	/*display: block;

	margin: 3px 0 5px 0;*/

	font-size: 14px;
}
body.ja .categories a {
	font-size: 14px;
}
.categories li a:hover {
	color: #107AB2;
}
.categories li:first-child a {
	padding: -6px 0 0 0;
}
.categories li span {
	color: #6E6F6F;
	line-height: 27px;
	text-indent: 3px;
}
.categories li span.veiw-all a {
	float: right;
	color: #436a94;
	margin-bottom: 20px;
}
/*.post-date{

	font-size:12px;

}*/

	

/**********************

home page news

************************/

#news {
	margin-top: 20px;
	margin-left: 10px;
	width: 100%;/* border-bottom: 1px dotted #ccc;*/

}
.news-post-link {
	/*float: left;*/

	font-size: 12px;
	width: 70px;
}
.fa-caret-right.left-side {
	float: left;
	margin-top: 5px;
}
#news .newstitle {
	height: 20px;
	width: 210px;
	margin-bottom: 10px;
	float: left;
}
#news ul {
	float: left;
	width: 100%;
}
#news li {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.newsdate {
	float: left;
	font-size: 95%;
	margin-right: 10px;
	width: 110px;
}
/* Top News



================================================== */

	

#topnews h3 {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 8px;
	font-weight: normal;
}
#topnews ul li {
	line-height: 1.8em;
	margin-bottom: 10px;
}
#topnews li a {
	margin-bottom: 0px;
	line-height: 1.4em;
}
#topnews span {
	font-size: 12px;
}
/*home page side menu style*/



li.smart-post-list-single-container {
	border-bottom: #E5EAEE solid 1px;
	width: 100%;
}
/*side menu left page page side menu style*/



/*.categories span.side-menu a {

	border-top:#E5EAEE solid 1px;

	color: #1F4B78;

}*/

/* left color box for resources page



================================================== */

.city-title {
	float: left;
	width: 40%;
	background-color: #00b285;
	padding: 10px 0 10px 20px;
	box-shadow: 1px 1px 5px #cccccc;
}
.city-title h4 {
	color: #ffffff;
	font-weight: 600;
}
.city-links {
	float: left;
	width: 48%;
	padding: 10px 0 10px 20px;
	border: 1px solid #cccccc;
	box-shadow: 1px 1px 5px #cccccc;
}
.city-links a {
	margin: 5px 0 5px 0;
	font-size: 15px;
}
ul.resource li a {
	font-size: 15px;
	color: #005baf;
	margin: 10px 0 0 8px;
	line-height: 1.7em;
}
.categories ul.side-menu {
	margin-left: 0px;
}
.categories ul.side-menu li {
	line-height: 27px;
	text-indent: 3px;
}
.categories ul.side-menu li a {
	border-top: #ffffff solid 1px;
	color: #000000;
	background-color: #f5f5f5;
	padding-left: 10px;
}
.categories ul.side-menu li a:hover {
	color: #107AB2;
	background: #F6F8FA
}
/* Blog Widgets */



.widget {
	margin: 0;
}
.widget-right {
	margin: 0 0 0 0;
}
.widget-right ul li {
	padding-bottom: 10px;
}
.widget h4, .widget-right h4 {
	margin: 0;
	/*color:#1f4b78;*/

	font-size: 14px;
	font-weight: bold;
}
.widget h3, .widget-right h3 {
	margin: 0;
	color: #1f4b78;
	font-size: 20px;
	font-weight: normal;
}
/* Tags */



.tags a {
	padding: 3px 10px 5px 10px;
	display: inline-block;
	color: #888;
	background-color: #f2f2f2;
	margin: 0 2px 6px 0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.05);
	border-radius: 2px;
}
.tags a:last-child {
	margin-right: 0;
}
.tags a:hover {
	background: #169fe6;
	color: #fff;
	box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.15);
}
/* Popular Posts */



.latest-post-blog {
	margin-bottom: 18px;
}
.latest-post-blog p {
	margin: 0;
	color: #666;
	line-height: 19px;
	margin-left: 75px;
}
.latest-post-blog p a {
	color: #666;
	display: block;
}
.latest-post-blog p a:hover {
	color: #888;
}
.latest-post-blog p span {
	color: #888;
	margin: 5px 0 0 0;
	display: block;
}
.latest-post-blog img {
	float: left;
	width: 56px;
	height: 56px;
	border: 1px solid #e0e0e0;
	padding: 4px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.latest-post-blog img:hover {
	background: #169fe6;
	border: 1px solid #169fe6;
}
/*sidebar indivisual styles*/



.categories .connect-us {
	clear: both;
	border: 5px solid #d8e3e5;
	display: block;
	width: 220px;
	color: #666666;
	padding: 10px 10px 0px 10px;
	display: inline-block;
}
.categories .connect-us h3 {
	color: #1f4b78;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}
.categories .connect-us p {
	font-size: 13px;
}
.categories .connect-us label {
	display: block;
	font-size: 13px;
	font-weight: normal;
	margin-top: 10px;
}
.categories .connect-us input {
	margin-bottom: 10px;
}
/* Google Maps



================================================== */



#map {
	width: 700px !important;
}
/* Blog Post



================================================== */

.news_post {
	margin-bottom: 5px;
	border-bottom: 1px solid #E0E0E0;
}
.news_post h3 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 0;
}
body.ja .news_post h3 {
	font-family: 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'MS P Gothic', sans-serif;
}
.news_post h3 a {
	/*color: #666666; */
	color: #0057c1;
	font-weight: 600;
}
.postlist-content {
	padding-bottom: 20px;
}
/* post list

================================================== */

.postlist-content ul, .postlist-content ol {
	margin: 8px 0;
}
.postlist-content ul li {
	list-style-type: disc;
	margin-left: 15px;
}
.postlist-content ol li {
	list-style: decimal outside;
	margin-left: 15px;
}
.postlist-content p {
	margin-bottom: 0.5em; /* 20px */
	line-height: 1.4em;
}
.comments-sec {
	float: left;
	width: 100%;
	margin: 30px 0 25px 0;
}
ol.commentlist {
	float: left;
	width: 100%;
	margin: 0;
}
ol.commentlist li {
	float: left;
	padding: 10px 0 15px 0;
}
ol.commentlist li:first-child {
	border: none;
	padding: 25px 0 0px 0;
}
ol.commentlist li {
	list-style: none;
}
ol li ol.childlist {
	float: right;
	width: 86%;
	margin: 0px;
}
ol.commentlist li ol.childlist li:first-child {
	padding: 25px 0 0 0;
}
ol.commentlist li ol.childlist li {
	margin: 0px 0 15px 0;
}
.comments-amount {
	color: #888;
}
ol li ol.childlist .comment-des {
	float: left;
	width: 78%;
}
.avatar {
	float: left;
}
.avatar img {
	float: left;
	border-radius: 2px;
}
.comment-des p {
	margin: 0;
}
.comment-des {
	float: left;
	margin: -60px 0 0 81px;
	width: 81%;
	background: #f6f6f6;
	color: #888;
	border-radius: 2px;
	-webkit-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.06);
	box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.06);
	padding: 17px 20px 20px 20px;
}
.arrow-comment {
	width: 10px;
	height: 20px;
	position: relative;
	float: left;
	background: url(../images/comment-arrow.png) no-repeat;
	margin-left: -30px;
}
.comment-des strong {
	float: left;
	padding-right: 5px;
	font-size: 13px;
}
.comment-des span {
	float: left;
	color: #888;
}
.comment-by {
	float: left;
	width: 100%;
	padding-bottom: 8px;
	padding-top: 5px;
}
.comment-by span.reply {
	color: #888;
	float: right;
	display: inline;
}
.comment-by span.reply a {
	float: right;
	height: 17px;
	margin-left: 5px;
	font-weight: normal;
	float: right;
}
.comment-by span.date {
	color: #999;
	padding-right: 7px;
	float: right;
}

/* Pagination

====================================*/

.pagination {
	margin: 30px 0;
}
.pagination ul li a {
	padding: 6px 10px;
	border-bottom: none;
	display: inline-block;
	color: #888;
	float: left;
	margin-right: 4px;
	background-color: #f4f4f4;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	box-shadow:  inset 0px -1px 0px 0px rgba(0, 0, 0, 0.07);
	border-radius: 2px;
}
.pagination .current {
	background: #169fe6 !important;
	color: #fff;
	box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.15);
}
.pagination ul li a:hover {
	background-color: #ccc;
	color: #fff;
	box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
}


/* Buttons



====================================*/



.button, input[type="button"], input[type="submit"] {
	padding: 5px 14px 7px 14px;
	display: inline-block;
	border: 0px;
	font-weight: 500;
	outline: none;
	font-size: 13px;
	cursor: pointer;
	width: auto;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	border-radius: 2px;
	box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.2);
	letter-spacing: -0.2px;
}
input[type="button"], input[type="submit"] {
	float: left;
}
.button i {
	margin: 0 2px 0 -1px;
	height: 14px;
}
.button i.halflings {
	margin: 2px 0px 0 -1px;
}
.button.medium {
	padding: 9px 18px;
	font-size: 14px;
}
.button.gray {
	color: #fff;
	background: #4c4c4c;
	box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.4);
}
.button.gray:hover {
	background: #169fe6;
	box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.2);
}
.button.light {
	color: #fff;
	background: #aaa;
	box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.15);
}
.button.light:hover {
	background: #169fe6;
	box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.2);
}
.button.color {
	color: #fff;
	background: #169fe6;
	box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.15);
}
.button.color:hover {
	background: #aaa;
	box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.15);
}
/* Input Button */



input[type="button"], input[type="submit"], input[type="button"]:focus, input[type="submit"]:focus {
	background: none repeat scroll 0 0 #2EA2CC;
	border-color: #0074A2;
	box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
	color: #FFFFFF;
	text-decoration: none;
}
ininput[type="button"]:hover, input[type="submit"]:hover {
	background: none repeat scroll 0 0 #0074A2;
	color: #FFFFFF;
	text-decoration: none;
}
/* Tabs



====================================*/



.tabs-nav {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
.tabs-nav li {
	float: left;
	line-height: 45px;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.tabs-nav li a {
	background-color: #005baf;
	border: 1px solid #e0e0e0;
	border-right: none;
	color: #ffffff;
	font-weight: 500;
	display: block;
	letter-spacing: 0;
	outline: none;
	padding: 0 30px;
	text-decoration: none;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.tabs-nav li:first-child a {
	border-left: 1px solid #e0e0e0;
}
.tabs-nav li:last-child a {
	border-right: 1px solid #e0e0e0;
}
.tabs-nav li.active a {
	color: #333;
	font-weight: 500;
}
.tabs-nav li.active i:before {
	color: #555;
}
.tabs-nav li i:before {
	color: #909090;
}
.tabs-nav li span {
	margin-left: -7px;
}
.tabs-nav li.active a i {
	opacity: 1;
	filter: alpha(opacity=100);
}
.tabs-nav li i {
	opacity: 0.64;
	filter: alpha(opacity=64);
	margin: 10px 0 0 0;
}
.tabs-nav li a:hover {
	background: #1b3968;
}
.tabs-nav li.active a {
	background: #1b3968;
	border-bottom: 1px solid #fff;
	/*border-top: 1px solid #169fe6;*/

	color: #ffffff;
}
.tab-content {
	padding: 20px;
}
.tabs-container {
	border: 1px solid #e0e0e0;
	;
	margin: -1px 0 20px;
	overflow: hidden;
	width: 100%;
	line-height: 21px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	padding-bottom: 5px;
}
/*page banner link button



====================================*/





#banner-button {
	/*height: 144px;

    width: 312px;

    float: left;

    background-repeat: no-repeat;

    background-position: left top;

    border: 1px solid #CCC;*/

	display: block;
	padding-bottom: 10px;
}
#banner-button img {
/*height: 144px;

    width: 312px;

    float: left;

    background-repeat: no-repeat;

    background-position: left top;

    border: 1px solid #CCC;*/

	

}
#banner-button .more {
	margin-top: -55px;
	margin-left: 20px;
	width: 100%;
}
#banner-button .more a {
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	line-height: 22px;
}
/* Accordions & Toggles

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

.ui-accordion .ui-accordion-header,  .trigger a {
	display: block;
	cursor: pointer;
	position: relative;
	padding: 0;
	line-height: 24px;
	outline: none;
	color: #005baf;
	font-size: 15px;
	font-weight: 600;
	background-color: #ffffff;
	border-bottom: #c2c2c2 1px solid;
	-webkit-transition: background-color 200ms ease-in-out;
	-moz-transition: background-color 200ms ease-in-out;
	-o-transition: background-color 200ms ease-in-out;
	-ms-transition: background-color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out;
	padding: 7px 0px;
	margin-bottom: 10px;
	text-indent: 5px;
}
.ui-accordion .ui-accordion-header-active:hover,  .ui-accordion .ui-accordion-header-active,  .trigger.active a,  .trigger.active a:hover {
	background: #ffffff;
	color: #005baf;
}
.ui-accordion .ui-accordion-header i,  .trigger a i {
	margin: 0 4px 0 0;
	position: relative;
}
.ui-accordion .ui-accordion-content,  .toggle-container {
	padding: 0 16px 10px 16px;
}
.ui-accordion .ui-accordion-content p {
	margin: 0 0 0 20px;
}
.ui-accordion .ui-accordion-content {
}
.ui-accordion-icon:before,  .ui-accordion-icon-active:before,  .toggle-icon:before {
	/*background-image: url("images/slidemenu-arrow-blue.png");*/

	font-family: "FontAwesome";
	content: "\f0d7";
	color: #003040;
	font-size: 20px;
	font-weight: 400;
	display: block;
	float: left;
	line-height: 22px;
	margin: 2px 10px 0 0;
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	text-indent: 5px;
}
.toggle-container p {
	margin: 0;
}
.ui-accordion a {
	color: #00397f;
}
.ui-accordion-icon-active:before,  .trigger.active .toggle-icon:before {
	/*content:"";

	color: #fff;*/

	font-family: "FontAwesome";
	content: "\f0da";
	color: #003040;
	font-size: 20px;
	font-weight: 400;
	display: block;
	float: left;
	line-height: 22px;
	margin: 2px 10px 0 0;
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	text-indent: 5px;
}
.faq .toggle-icon:before,  .faq .trigger.active .toggle-icon:before {
	content: "";
}
/* Toggle



====================================*/



.toggle-wrap {
	float: left;
	width: 100%;
	border: 1px solid #e0e0e0;
	margin-bottom: 15px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}
.trigger a {
	display: block;
	cursor: pointer;
	position: relative;
	font-size: 13px;
	padding: 14px 0 15px 20px;
	line-height: 26px;
	color: #707070;
	font-weight: 500;
	-webkit-transition: background-color 200ms ease-in-out;
	-moz-transition: background-color 200ms ease-in-out;
	-o-transition: background-color 200ms ease-in-out;
	-ms-transition: background-color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out;
}
.trigger a {
	background-color: #fcfcfc;
}
.trigger a:hover, .trigger.active a, .trigger.active a:hover {
	background: #fff;
}
.trigger.active a {
	color: #169fe6;
}
.toggle-icon {
	width: 18px;
	height: 18px;
	display: inline-block;
	background-color: #ccc;
	border-radius: 2px;
	background-image: url(../images/accordion-plus.png);
	background-repeat: no-repeat;
	background-position: 50%;
	float: left;
	margin: 5px 10px 0 0;
	box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
	-webkit-transition: background-color 200ms ease-in-out;
	-moz-transition: background-color 200ms ease-in-out;
	-o-transition: background-color 200ms ease-in-out;
	-ms-transition: background-color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out;
}
.trigger.active .toggle-icon {
	background-color: #169fe6;
	box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.15);
	background-image: url(../images/accordion-minus.png);
}
.toggle-container p {
	margin: 0;
}
.toggle-container {
	padding: 0 20px 17px 20px;
}
/* Notice



====================================*/



.large-notice {
	background-color: #fcfcfc;
	border: 1px solid #e0e0e0;
	padding: 32px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}
.large-notice h2 {
	margin-bottom: 10px;
}
.large-notice p {
	font-size: 14px;
	color: #888;
	line-height: 22px;
}
/* List Styles



====================================*/



.sign-list li, .plus-list li, .star-list li, .check-list li {
	list-style: none;
	margin: 5px 0;
}
.sign-list li:first-child, .plus-list li:first-child, .star-list li:first-child, .check-list li:first-child {
	margin-top: 0;
}
.check-list li {
	background: url(../images/icon-list-check.png) no-repeat 0% 3px;
	padding: 0 0 0 18px;
}
.sign-list li {
	background: url(../images/icon-list-sign.png) no-repeat 0% 3px;
	padding: 0 0 0 18px;
}
.plus-list li {
	background: url(../images/icon-list-plus.png) no-repeat 0% 3px;
	padding: 0 0 0 18px;
}
.star-list li {
	background: url(../images/icon-list-star.png) no-repeat 0% 3px;
	padding: 0 0 0 18px;
}
/* Table



====================================*/



table.standard-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: none;
	margin-bottom: 15px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}
table.standard-table th {
	border: 1px solid #e0e0e0;
	border-right: none;
	background-color: #fafafa;
	text-align: left;
	padding: 10px 15px;
	color: #444;
	vertical-align: top;
	font-size: 14px;
	font-weight: 600;
}
table.standard-table td:last-child {
	border-right: 1px solid #e0e0e0;
}
table.standard-table th:last-child {
	border-right: 1px solid #e0e0e0;
}
table.standard-table td {
	padding: 10px 15px;
	border: #e0e0e0 1px solid;
	border-top: none;
	border-right: none;
}
table.standard-table tr:hover td {
	background-color: #fafafa;
}
/* Contact form



====================================*/

.contact-form {
	border: 1px solid #cccccc;
	width: 100%;
	padding: 20px;
}
/* Tooltip



====================================*/



.ui-tooltip, .arrow:after {
	background: #444;
}
.ui-tooltip {
	color: #fff;
	padding: 1px 8px;
	position: absolute;
	z-index: 9999;
	font-size: 11px;
	max-width: 300px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.fade {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 100ms ease-in-out;
	-moz-transition: opacity 100ms ease-in-out;
	-o-transition: opacity 100ms ease-in-out;
	-ms-transition: opacity 100ms ease-in-out;
	transition: opacity 100ms ease-in-out;
}
.fade.in {
	opacity: 1;
	filter: alpha(opacity=100);
}
.ie8 .arrow {
	display: none;
}
.arrow {
	width: 70px;
	height: 5px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -5px;
}
.arrow.top {
	top: -16px;
	bottom: auto;
}
.arrow.left {
	left: 20%;
}
.arrow:after {
	content: "";
	position: absolute;
	left: 23px;
	top: -20px;
	width: 21px;
	height: 21px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	tranform: rotate(45deg);
}
.arrow.top:after {
	top: auto;
}
/* Posts



====================================*/



.post {
	margin: 0;
	margin-bottom: 20px;
}
.post-content {
	font-size: 16px;
	line-height: 25px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.post-content p {
}
/*.post-content p {

	margin-bottom: 0px;　p <p>tagは改行する時勝手につくので、margin/paddingはナシ

}*/



.post-content p {
	margin-bottom: 0.5;
}
/* Post-content Table ====*/






/* Post-content Table ====*/





.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
	margin: 5px 0 8px 15px;
}
.alignleft {
	float: left;
	margin: 5px 15px 8px 0;
}
.post-content div.wp-caption {
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
}
.post-content div.wp-caption img {
	margin-bottom: 5px;
}
img.attachment-post-thumbnail {
	float: left;
	margin: 0 15px 0 0 !important;
}
.post-img a img {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	margin: 0 0 23px 0;
}
.post-img a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
/* Tags */



.meta {
	color: #888;/*margin-bottom: 20px;*/
}
.meta a {
	color: #169FE6;
	text-decoration: none;
}
.meta time {
	margin: 0 0 0 -2px;
}
.meta a:hover {
	color: #666;
}
.meta i.halflings {
	display: inline-block;
	opacity: 0.53;
	filter: alpha(opacity=53);
	margin: 2px 5px 0 0;
}
.meta:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.meta i.halflings:before {
	color: #a5a5a5;
}
.meta span {
	margin-right: 12px;
	float: left;
}
/* Title */



.meta h2 {
	line-height: 26px;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 2px 0;
}
.meta h2 a {
	color: #444;
}
.meta h2 a:hover {
	color: #666;
}
/* Pagination



====================================*/



.pagination {
	margin: 30px 0;
}
.pagination ul li a {
	padding: 6px 10px;
	border-bottom: none;
	display: inline-block;
	color: #888;
	float: left;
	margin-right: 4px;
	background-color: #f4f4f4;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.07);
	border-radius: 2px;
}
.pagination .current {
	background: #169fe6 !important;
	color: #fff;
	box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.15);
}
.pagination ul li a:hover {
	background-color: #ccc;
	color: #fff;
	box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
}
/* About Author



====================================*/



.about-author {
	margin-bottom: 40px;
	padding: 20px;
	background: #f6f6f6;
	color: #888;
	border-radius: 2px;
	-webkit-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.06);
	box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.06);
}
.about-author p {
	margin: 0 0 2px 0;
}
.about-author img {
	float: left;
	margin: 7px 5px 5px 5px;
	width: 65px;
	height: 65px;
	border-radius: 2px;
}
.about-description {
	margin: -2px 0 0 90px;
}
/* =================================================================== */



/* Footer



====================================================================== */
.footer-divider {
	background: #0056b5;
	height: 2px;
	margin-top: 20px;
}
#footer-top {
	background: #ffffff;
	margin-top: 8px;
}
#footer-top p {
	font-size: 13px;
	line-height: 1.4em;
	font-family: 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'MS P Gothic', sans-serif;
}
#footer-top img {
	width: 270px;
	padding: 10px 0 10px 0;
	display: block;
}
.footer-menu {
}
.footer-menu li {
	float: left;
	padding: 0 15px 0 0;
}
.footer-menu li a {
	color: #ffffff;
}
.footer-menu li a:hover {
	color: #0057c1;
}
#footer {
	background: #0058bb;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}
#footer-bottom {
	background: #ffffff;
	width: 100%;
	padding: 15px 0;
	margin: 0 auto;
	font-size: 12px;
}
.bottom-logos {
	margin: auto;
	width: 500px;
}
#footer-bottom img {
	float: left;
}
#footer, #footer p, #footer a {
	color: #ffffff;
	font-size: 12px;
	font-family: 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'MS P Gothic', sans-serif;
}
#footer a:hover {
	color: #107AB2;
}
#footer h4 {
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 15px;
	color: #1F4B78;
	font-weight: bold;
}
.copy-info {
	text-align: center;
	color: #cccccc;
	font-size: 11px;
}
.copyright {
	padding-right: 5px;
}
.privacy {
	padding-right: 5px;
}
.privacy a {
	color: #cccccc;
}
.designby {
	padding-right: 5px;
}
.designby a {
	color: #cccccc;
}
.designby a:hover {
	color: #1176ab;
}
/* Contact Details



====================================*/



.contact-details-alt li p strong {
	color: #fff;
	float: left;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0;
}
.contact-details li p strong {
	color: #666;
	float: left;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0;
}
span.hours {
	float: right;
}
.contact-informations.second {
	margin: 15px 0 0 0
}
.address {
	line-height: 21px;
}
.contact-details-alt li {
	margin: 0 0 5px 0;
}
.contact-details p, .contact-details li, .contact-details a {
	color: #1F4B78;
}
.contact-informations p {
	margin: 0;
}
.contact-informations.hours i {
	float: left;
	margin: 0 5px 0 0;
}
.contact-details-alt p {
	margin: -2px 0 0 0px;
	line-height: 18px;
}
.contact-informations li i {
	float: left;
	margin: 3px 5px 0 0;
}
.contact-details-alt li i {
	float: left;
	margin: 1px 0 0 0;
}
/*footer widgit menu list style*/



.textwidget {
	padding: 10px 0 5px 0;
	line-height: 24px;
}
/*.categories span.side-menu a:hover {

	color: #107AB2;

	background: #F6F8FA

}*/



.textwidget ul li {
}
.textwidget ul.footer_list {
	margin-left: 2px;
}
.textwidget ul.footer_list li {
	color: #6E6F6F;
	/*border-bottom:#E5EAEE solid 1px;*/

	line-height: 20px;/*text-indent: 2px;*/

}
.textwidget ul.sub_list {
	margin-left: 10px;
}
/* Sidebar widgit*/

a.smart-post-list-title {
	color: #004650;
	font-size: 15px;
}
.smart-post-list-date {
	color: #004650;
	font-size: 12px;
}
.smart-post-list-excerpt {
	color: #666666;
	font-size: 12px;
}
/* #Board of Staff Page Style



================================================== */



.b-and-s ul {
}
.b-and-s ul li {
	line-height: 22px;
}
.b-and-s li {
	margin-bottom: 15px;
}
.b-and-s h4 {
}
body.ja .b-and-s h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}
.b-and-s h5 {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}
body.ja .b-and-s h5 {
	font-size: 12px;
}
.b-and-s h6 {
	font-size: 12px;
	line-height: 21px;
	font-weight: bold;
}
.b-and-s span {
	font-style: normal; /* italic*/
	font-size: 90%;
}
body.ja .b-and-s span {
	font-style: normal;
}







/* =================================================================== */



/* Media Queries

====================================================================== */



/* Higher than standard 1024 (desktop devices)



====================================================================== */



@media only screen and (max-width: 1024px) {
#top_container {
	width: 1000px;
}
img {
	width: 100%;
}
}





/* Higher than standard 960 (desktop devices)



====================================================================== */



@media only screen and (max-width: 960px) {
#top_container {
	width: 940px;
}
}



/* Tablet Portrait size to standard 960 (devices and browsers)

ipad 縦サイズ

====================================================================== */



@media only screen and (min-width: 768px) and (max-width: 959px) {
img {
	padding-top: 5px;
	width: 100%;
}
#top_container {
	width: 750px;
}
ul.main-menu li a {
	font-size: 14px;
	transition: background-color 80ms ease-in-out 0s;
}
.widget-search input {
	width: 134px;
}
.sidebar {
	padding: 0;
}
.post {
/*margin: 24px 0;*/

}
#not-found h2 {
	font-size: 160px;
	line-height: 160px;
}
#not-found i {
	font-size: 155px;
}
#not-found p {
	font-size: 22px;
	line-height: 32px;
}
/*HG style home */

#logo a img {
	float: none;
	margin-left: 180px;
}
#footer-top img {
	margin-left: 220px;
}
}



/* All Mobile Sizes (devices and browsers)

iphone 横

====================================================================== */



@media only screen and (max-width: 767px) {
#tagline {
	display: none;
}
#logo a img {
	text-align: center;
}
.contact-details, .slide-caption, .js #responsive, .left-corner, .right-corner {
}
.portfolio-item, .recent-blog {
	margin: 0 0 40px 0;
}
#footer h4 {
	margin-top: 20px;
}
#footer {
	padding-top: 20px;
}
.page-title {
	padding-bottom: 0 !important;
}
.icon-box-container {
	margin: 30px 0 20px 0;
}
.icon-box {
	margin-bottom: 20px;
}
.page-title h2 {
	padding: 0;
	position: relative;
}
.post {
/*margin: 24px 0;*/

}
.meta span {
	display: none;
}
.line {
	margin: 0 0 0 -30px;
	padding: 0 60px 0 0;
}
.floated.sidebar.left, .floated.sidebar.right {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-bottom: 0;
	margin: 0;
	border: none;
}
.floated.sidebar.left {
/*border-bottom: 1px solid #e0e0e0;*/

}
.floated.sidebar.right {
	border-top: 1px solid #e0e0e0;
}
#portfolio-navi {
	float: left;
	margin-left: 0;
}
#not-found h2 {
	font-size: 110px;
	line-height: 120px;
}
#not-found i {
	font-size: 105px;
}
#not-found p {
	font-size: 22px;
	line-height: 32px;
}
body .container .columns.carousel-intro {
	float: none !important;
}
.comment-by {
	margin-bottom: 20px;
}
.caption-gray, .caption-color, .caption-transparent {
	display: none !important;
}
.post.postlist {
/*margin: 40px 0;*/

}
#logo-footer {
	margin: 20px 0;
}
.pricing-table {
	margin-bottom: 20px;
}
.pricing-table.featured {
	margin-top: 12px;
}
}



/* Mobile Landscape Size to Tablet Portrait (devices and browsers)

iphone 横

====================================================================== */



@media only screen and (min-width: 480px) and (max-width: 767px) {
h3 {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 3px;
}
#top_container {
	width: 500px;
}
.top-search {
	display: none;
}
#logo {
	width: 350px;
	margin: auto;
}
#tagline {
	font-weight: 400;
	margin: 10px 0 0 -20px;
	;
}
.contact-details {
	float: none;
	text-align: center;
}
label:after {
	background-image: url('images/select_arrow.png');
	background-position: top right;
	width: 33px;
	height: 33px;
}
/*kohtoku style home */

	

img.box-image-left {
	width: 200px;
	margin-left: 0px;
}
.listing-wrap {
	width: 220px;
}
.blue-filled-box {
/*height: 180px;*/

}
/*end kohtoku style home */

.selectnav {
	width: 500px;
	padding: 8px;
}
.container.floated {
	width: 420px;
	padding: 0;
}
#sub-banner-menu {
	display: none;
}
.fw-btn {
	float: right;
	width: 100%;
}
.floated.sidebar.left {
/*display:none;*/

}
.blank.floated {
	width: 360px;
	padding: 0 30px;
}
ol li ol.childlist .comment-des {
	float: right;
	width: 61%;
}
.comment-des {
	float: right;
	width: 67%;
}
#contact textarea {
	max-width: 340px;
	min-width: 340px;
}
.footer-nav {
	text-align: center;
	padding: 15px;
	background-color: #09122b;
	display: block;
	line-height: 30px;
	margin: 1px;
}
.footer-nav-sub {
	display: none;
}
#logo-footer {
	display: none;
}
.client-list img {
	width: 179px;
	height: auto;
}
.copyright {
	margin-top: -45px;
}
.blue-filled-box h5 {
	font-size: 16px;
}
.blue-filled-box h3 {
	font-size: 20px;
}
}



/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)

iphone縦

====================================================================== */

@media only screen and (max-width: 479px) {
.slider-box {
	padding: 10px 0 20px 0;
}
#map {
	width: 300px !important;
}
.spacer-25 {
	width: 100%;
	height: 0px;/*margin-top:-10px;*/

}
#top_container {
	width: 280px;
}
.top-links {
	display: block;
	float: left;
	font-size: 10px;
	margin-left: -5px;
	margin-top: 5px;
}
.lang-Selecter {
	float: right;
	margin: 5px 30px 0 0;
}
#logo {
	margin-left: 10px;
}
h4.media-left {
	text-align: left;
}
.listing-wrap h3, h4, h5 {
	text-align: left;
}
.contact-details h3, h4 {
	font-size: 16px;
	float: none;
	padding: 0;
}
.contact-details h4 a {
	font-size: 14px;
}
.menu-contact-jp-container {
	padding-bottom: 0px;
}
ul.categories h4 {
	width: 250px;
}
option {
	width: 240px;
}
.footer-nav {
	text-align: center;
	padding: 5px;
	background-color: #09122b;
	display: block;
	line-height: 20px;
	margin: 1px;
	font-size: 10px;
}
.footer-nav-sub {
	display: none;
}
#logo-footer {
	display: none;
}
.container.floated {
	width: 320px;
	padding: 0;
}
.page-title h3 a {
	font-size: 80%;
}
.post.postlist {
/*margin: 10px 0;*/

}
.page-title {
	padding-bottom: 5px !important;
}
.tabs-nav li {
	float: none;
	line-height: 28px;
}
.home-btn-container {
	width: 250px;
	height: auto;
}
.home-btn-container img {
	width: 160px;
}
.blue-square {
	font-size: 13px;
	width: 70px;
}
.box-float-left {
	margin: 5px 0 0 0;
	width: 220px;
}
.box-center {
	width: 220px;
	padding: 0;
}
#report ul li {
	line-height: 18px;
	margin: 0;
	padding: 0;
	display: block;
	border: none;
}
.fw-btn {
	float: right;
	width: 100%;
	text-align: right;
}
.back-btn {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}
.blue-filled-box {
	height: 280px;
}
.gray-filled-box {
	height: 240px;
}
/*FAQ Accordion*/

/*#acitem dt{

	height:130px;

	

}

#acitem dd p {



    width: 220px;

}*/

.widget {
	margin: 0;
}
.blank.floated {
	width: 260px;
	padding: 0 30px;
}
ol li ol.childlist .comment-des {
	float: right;
	width: 47%;
}
.comment-des {
	float: right;
	width: 54%;
}
#contact textarea {
	max-width: 240px;
	min-width: 240px;
}
/*.postlist-image {

    margin: 0 25px 0 0;

    width: 100%;

}

.postlist-content {

    width: 80%;

}*/

.client-list img {
	width: 260px;
	height: auto;
}
.image-right {
	margin-top: 5px;
	margin-bottom: 8px;
	width: 100%;
}
.image-left {
	margin-top: 5px;
	margin-bottom: 8px;
	width: 100%;
}
/*HG style on home*/

.blue-filled-box {
	height: auto;
}
.half-box {
	width: 100%;
	clear: both;
}
#logo a img {
	float: left;
	width: 270px;
	height: auto;
}
.contact-details {
	float: none;
	margin-top: 5px;
}
.city-title {
	width: 80%;
	text-align: left;
}
.city-links {
	width: 80%;
}
}



/* Retina Images (High Resolution)



====================================================================== */



@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {



/* Miscellaneous */



#breadcrumbs ul li {
 background: url(../images/breadcrumbs@2x.png) no-repeat 100% 50%;
 background-size: 3px auto;
}
 .categories a {
/*background: url(../images/categories@2x.png) no-repeat left 47%;

    background-size: 5px auto;*/

}
 .search-btn {
 background: url('../images/search@2x.png') center center no-repeat;
 background-size: 13px auto;
}
 .search-btn-widget {
 background: url(../images/search-2@2x.png) 50% no-repeat;
 background-color: #169fe6;
 background-size: 13px auto;
}
 .flex-direction-nav .flex-next {
 background: url(../images/slider-right@2x.png) no-repeat 50%;
 background-color: #4c4c4c;
 right: 0;
 background-size: 25%;
}
 .flex-direction-nav .flex-prev {
 background: url(../images/slider-left@2x.png) no-repeat 50%;
 background-color: #4c4c4c;
 left:0;
 background-size: 25%;
}
 .ls-fullwidth .ls-nav-prev {
 background: url(../images/slider-left@2x.png) no-repeat 50%;
 background-color: #4c4c4c;
 left: 0;
 background-size: 25%;
}
 .ls-fullwidth .ls-nav-next {
 background: url(../images/slider-right@2x.png) no-repeat 50%;
 background-color: #4c4c4c;
 right: 0;
 background-size: 25%;
}
 .ui-accordion-icon, .ui-accordion-icon-active {

    /*background-image: url(../images/accordion-plus@2x.png);*/

    background-repeat: no-repeat;
 background-position: 50%;
 background-size: 12px;
}
 .ui-accordion-icon-active {
/*background-image: url(../images/accordion-minus@2x.png);*/

}
 .toggle-icon {
 background-image: url(../images/accordion-plus@2x.png);
 background-repeat: no-repeat;
 background-position: 50%;
 background-size: 12px;
}
 .trigger.active .toggle-icon {
 background-image: url(../images/accordion-minus@2x.png);
 background-size: 12px;
}
 .check-list li {
 background: url(../images/icon-list-check@2x.png) no-repeat 0% 3px;
 padding: 0 0 0 18px;
 background-size: 13px 11px;
}
 .sign-list li {
 background: url(../images/icon-list-sign@2x.png) no-repeat 0% 3px;
 padding: 0 0 0 18px;
 background-size: 12px;
}
 .plus-list li {
 background: url(../images/icon-list-plus@2x.png) no-repeat 0% 3px;
 padding: 0 0 0 18px;
 background-size: 12px;
}
 .star-list li {
 background: url(../images/icon-list-star@2x.png) no-repeat 0% 3px;
 padding: 0 0 0 18px;
 background-size: 12px;
}



/* Social Icons */



.facebook {
 background: url(images/social/facebook_l.png) no-repeat 50%;
 margin: 0 -4px;
 background-size: 50%;
}
 .rss {
 background: url(images/social/rss_l.png) no-repeat 50%;
 margin: 0 -5px 0 0;
 background-size: 50%;
}
}
