@charset "UTF-8";
/*
Theme Name:     Shida Eco
Theme URI:      http://www.element-system.co.jp
Description:    信太商店専用テーマ
Tags:           custom-background,custom-header,custom-menu,editor-style,two-columns,left-sidebar
Author:         Element System
Author URI:     http://www.element-system.co.jp
License:        Element System
License URI:    http://www.element-system.co.jp
Version:        1.3.9
*/

html {
	/* font rem base */
	font-size: 62.5%; /* $rembase = 10px */
	line-height: 1.6; /* $line_height = 1.6 = 16px */
	/* END font rem base */
}
body
{
	font-size: 15px;
	font-size: 1.3rem; /* $rembase * 1.3rem = 13px */
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	line-height: 1.6;
	color: #333;
	background-color: #fff;
}

#primary {float:right;}

/**
 * # Index
 *
 * ------------------------------------------------
 *
 * - General
 * - Header
 * - Navigation
 * - Layout & Contents
 * - SideBar,Widget
 * - Footer
 * - Misc
 *
 * ------------------------------------------------
 */


/**
 * ## General
 *
 * ------------------------------------------------
 */
h1,h2,h3{line-height:26px;line-height: 2.4rem;margin: 0 0 10px;}
h1{font-size:22px;font-size: 2.2rem;}
h2{font-size:20px;font-size: 2.0rem;}
h3{font-size:18px;font-size: 1.8rem;}
h4{font-size:17.5px;}
h5{font-size:14px;}
h6{font-size:11.9px;}
h1 small{font-size:18px;}
h2 small{font-size:16px;}
h3 small{font-size:14px;}
h4 small{font-size:14px;}

section {
	margin: 0 0 10px 0;
}

/* clear float */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}
.clear:before, .clear:after,
.attachment .entry-header:before, .attachment .entry-header:after,
.site-footer .widget-area:before, .site-footer .widget-area:after,
.entry-content:before, .entry-content:after,
.page-content:before, .page-content:after,
.navigation:before, .navigation:after,
.nav-links:before, .nav-links:after,
.gallery:before, .gallery:after,
.comment-form-author:before, .comment-form-author:after,
.comment-form-email:before, .comment-form-email:after,
.comment-form-url:before, .comment-form-url:after,
.comment-body:before, .comment-body:after {
	content: "";
	display: table;
}

/* User Assistive */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	*clip: rect(1px 1px 1px 1px);
	position: absolute !important;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	opacity: 0;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
	opacity: 100;
}

.required {
	color: #c00;
}

.linkcat {
	list-style-type: none !important;
}
.linkcat a {
	display: block;
	margin-bottom: 4px;
}
.linkcat li {
	margin-bottom: 24px;
}

/* bootstrapped!! - submit button */
	#submit {display:inline-block;*display:inline;*zoom:1;padding:4px 12px;margin-bottom:0;font-size:14px;line-height:20px;text-align:center;vertical-align:middle;cursor:pointer;color:#333333;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);background-color:#f5f5f5;background-image:-moz-linear-gradient(top, #ffffff, #e6e6e6);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));background-image:-webkit-linear-gradient(top, #ffffff, #e6e6e6);background-image:-o-linear-gradient(top, #ffffff, #e6e6e6);background-image:linear-gradient(to bottom, #ffffff, #e6e6e6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border:1px solid #cccccc;*border:0;border-bottom-color:#b3b3b3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;*margin-left:.3em;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);}#submit:hover,#submit:focus,#submit:active,#submit.active,#submit.disabled,#submit[disabled]{color:#333333;background-color:#e6e6e6;*background-color:#d9d9d9;}
	#submit:active,#submit.active{background-color:#cccccc \9;}
	#submit:first-child{*margin-left:0;}
	#submit:hover,#submit:focus{color:#333333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position 0.1s linear;-moz-transition:background-position 0.1s linear;-o-transition:background-position 0.1s linear;transition:background-position 0.1s linear;}
	#submit:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
	#submit.active,#submit:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);}
	#submit.disabled,#submit[disabled]{cursor:default;background-image:none;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
	#submit,#submit{*padding-top:3px;*padding-bottom:3px;}#submit::-moz-focus-inner,#submit::-moz-focus-inner{padding:0;border:0;}


/**
 * ## Header
 *
 * ------------------------------------------------
 */
#header {
	position: relative;
	z-index: 10;/* larger than #navigation-bar */
	background-color: #fff;
}
	#leader {
		border-top: 8px solid #0084ff;
	}
	#logo {
		margin: 0/*4px 0 12px*/;
	}

#header-sticky {
	position: -webkit-sticky;/* Safari */
	position: sticky;
	top: 0;
	z-index: 1000;
}
	#header-sticky .navbar {
		-webkit-box-shadow: 0 4px 5px rgba(0,0,0,0);
		box-shadow: 0 4px 5px rgba(0,0,0,0);
		transition: box-shadow 0.8s;
	}
	body.scrolled #header-sticky .navbar {
		-webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.4);
		box-shadow: 0 4px 5px rgba(0,0,0,0.4);
	}

	#header-sticky .sticked-contents {
		background: #2858cc;
		text-align: center;

		max-height: 0;
		opacity: 0;
		transition: max-height 0.2s, opacity 0.2s;
	}
	body.scrolled #header-sticky .sticked-contents {
		line-height: 2.5;

		max-height: 100px;
		opacity: 1;
		transition: max-height 0.8s 0.2s, opacity 0.2s 0.2s;
	}

	.sticked__contact a {
		display: block;
		color: #fff !important;
	}


@media (max-width: 767px) {
	#header-sticky {
		/*position: relative;*/
	}
	#header-sticky .sticked-contents {
		margin-left: -20px;
		margin-right: -20px;
	}
}

#header-sub {}
	.site-header {
		display: none;
		height: 310px;/*280px*/
		/*background: transparent url(images/bg-siteheader.jpg) 0 0 repeat-x;*/
		margin: 5px;
	}
	body.home .site-header {
		display: block;
	}
		.site-header > .container {
			height: 100%;
		}
		.site-header > .container .home-link {
			display: block;
			height: 100%;
			padding: 0 20px;
			text-decoration: none;
		}
	.site-title, .site-description {
		color: #220e10;/* default color for custom header text  */
		text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	}
	.site-title {
		font-weight: bold;
		font-size: 36px;
		font-size: 3.6rem;
		line-height: 1.0;
		margin: 0;
		padding: 48px 0 12px;
	}
	.site-description {
		font-weight: 200;
		font-style: italic;
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1.0;
		margin: 0;
		text-shadow: none;
	}
	.header-pr {
		background-color: #54bee9;
	}


/**
 * ## Navigation
 *
 * ------------------------------------------------
 */
#navigation-bar {
	position: relative;
	z-index: 5;
}
#navigation-bar .brand {
	max-width: 240px;
	color: #fff;
	text-shadow: none;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#navigation-bar .btn-navbar {
	margin-top: 8px;
	border-radius: 0;
}
#navigation-bar .btn-navbar .icon-bar+.icon-bar {
	margin-top: 4px;
}
#navigation-bar .navbar-inner {
	border-width: 0;
	background-color: #4288dc;
	background-image: none;
	background-repeat: repeat-x;
	filter: none;
	box-shadow: none;
}
body.home #navigation-bar .navbar-inner {
	/*border-width: 0 0 1px;*/
}

#navigation-bar .container {width: 960px;}
@media (max-width: 979px) {
	#navigation-bar .container {
		width: auto;
		padding: 0;
	}
}

#navigation-menu {
	margin-right: 0;
}
#navigation-menu > li {
	position: relative;
}
#navigation-menu > li > a {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 160px;
	height: 60px;
	padding: 18px 0 6px;
	/padding: 18px 0 12px;
	overflow: hidden;
	*zoom: 1;
	text-align: center;
	cursor: pointer;
	color: #eee;
	background-image: url(images/bg-header-nav-item.gif);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	background-size: cover;
}
#navigation-menu > li > a:hover,
#navigation-menu > li.active > a {
	background-position: center bottom;
	color: #4288dc;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#navigation-menu > li > a > .menu-label {
	position: relative;
	display: block;
	font-size: 1.5rem;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.4);
	z-index: 10;
}
#navigation-menu > li > a:hover > .menu-label,
#navigation-menu > li.active > a > .menu-label {
	text-shadow: 0px 0px 1px rgba(255,255,255,0.4);
}
#navigation-menu a .menu-label-deco {
	position: absolute;
	left: 0;
	bottom: 8px;
	display: block;
	width: 100%;
	font-size: 1.1rem;
	font-size: 11px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	color: #0e33ac;
	cursor: pointer;
	text-shadow: none;
	z-index: 9;
}
@media (max-width: 979px) {
	#navigation-menu > li > a {
		position: static;
		-webkit-box-sizing: padding-box;
		-moz-box-sizing: padding-box;
		box-sizing: padding-box;
		width: auto;
		height: auto;
		padding: 10px 15px 10px;
		color: #eee;
		text-align: left;
		background-image: none;
	}
}
#navigation-menu > li.menu-item-home > a > .menu-label:before,
#navigation-menu > li.menu-item-home > a > .menu-label::before {
	font-family: FontAwesome;
	content: "\f015\00a0";
}

.breadcrumb {
	padding-left: 0;
	background-color: transparent;
	margin: 0 0 0px;
        padding: 3px 15px 3px 0;
}
.breadcrumb > li {
	text-shadow: none;
}
.breadcrumb > li.sub:before,
.breadcrumb > li.sub::before {
	font-family: FontAwesome;
	content: "\00a0\f105\00a0";
}
	/* 特定ページで、パンくずリストの親リンクを無しにしたい */
	.parent-pageid-48 .breadcrumb > li.level-2 a,
	.parent-pageid-50 .breadcrumb > li.level-2 a,
	.parent-pageid-52 .breadcrumb > li.level-2 a,
	.parent-pageid-54 .breadcrumb > li.level-2 a,
	.parent-pageid-2066 .breadcrumb > li.level-2 a {
		color: #333 !important;
		text-decoration: none !important;
		cursor: default;
		cursor: text;
	}

.more-link {
	clear: both;
	display: block;
	width: 80px;
	margin: 10px 0 0 auto;
	text-align: center;
}

/**
 * ## Layout & Contents
 *
 * ------------------------------------------------
 */
#container {
	position: relative;
	overflow: hidden;
}

#primary, #secondary {
	margin-top: 15px;
	padding-bottom: 48px;
}

/* White canvas */
.content_wrapper,
#comments {
	padding: 5px 10px 0px;
}
#primary .entry-wrapper,
#comments {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.95);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.hentry {
	clear: both;
	margin: 0px 0 10px;/*12px 0 24px;*/
	overflow: hidden;
}

.archive-header {
	margin-bottom: 24px;
}
.archive-title {
	padding: .5em 1em .4em 42px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #eee;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, .3);
	background: #0084ff url(images/bg-archive_title.png) 4px 8px no-repeat;
}

/* entry */
.entry-header,
.entry-wrapper {
	margin-bottom: 10px;
}
/* entry header (page [default] ) */
.entry-header h1.entry-title {
	margin-top: 4px;
	margin-bottom: 16px;
	padding: .5em 1em;
	background-color: #0084ff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #eee;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, .3);
}

.page .entry-header h1.entry-title {
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 10px 0;
    background-color: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
    color: #4288dc;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    border-bottom: 4px double #4288dc;
}

	/* 固定ページでアイキャッチをH1とする場合 */
	.page .entry-header h1.entry-thumbnail {
		padding: 0;
		background-color: transparent;
		text-shadow: none;
	}
	.page .entry-header h1.entry-thumbnail,
	h1.entry-thumbnail img {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
/* entry header (single) */
.single .entry-header {
	padding: 6px 0;
	border-left: 4px solid #0084ff;
}
	.single .entry-header h1.entry-title {
		padding: 0 .5em;
		background-color: transparent;
		color: #0084ff;
		text-shadow: none;
	}

/* entry header (archive) */
.is_archive .entry-header {
	padding: 6px 0;
	border-left: 4px solid #0084ff;
}
	.is_archive .entry-header h1.entry-title ,
	.is_archive .entry-header h2.entry-title {
		padding: 0 .5em;
		background-color: transparent;
		color: #0084ff;
		text-shadow: none;
	}
	.is_archive .entry-header h1.entry-title a ,
	.is_archive .entry-header h2.entry-title a {
		color: #0084ff;
	}

/* eyecatch image */
.entry-summary .entry-thumbnail {
	float: left;
	margin-right: 10px;
}
.entry-content .entry-eyecatch {
	margin: 12px 0;
}
.attachment-post-thumbnail, .wp-post-image {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* entry-content */
.entry-content .wp_social_bookmarking_light {
	overflow: hidden;
	/zoom: 1;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	clear: both;
}
.entry-content h2 {
	margin: 24px 0 10px;
	margin: 2.4rem 0 1.0rem;
	padding: 0.4em 1em 0.5em 54px;
	background: transparent url(images/bg-content_h2.png) 4px 0px no-repeat;
	color: #0084ff;
}
.entry-content h2:first-child {
	margin-top: 10px;
}
.entry-content h3 {
	margin: 24px 0 12px;
	margin: 2.4rem 0 1.2rem;
	padding: .15em 0 .15em 36px;
	line-height: 24px;
	font-size: 16px;
	border-bottom: 1px dotted #3d89e1;
	background: transparent url(images/bg-content_h3.png) 4px 2px no-repeat;
}
.entry-content h3:first-child {
	margin-top: 12px;
}
.entry-content > p {
	margin-bottom: 12px;
}

.entry-meta {
	margin-left: 8px;
}
.entry-meta [class^="icon-"] { color: #666; }
.entry-meta .icon-star { color: gold; }
.entry-meta .featured-post {
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
	color: gold;
	text-shadow: 1px 0px 0px #999,
	             0px 1px 0px #999,
	             -1px 0px 0px #999,
	             0px -1px 0px #999;
}
.entry-meta .date{
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
}
.entry-meta .entry-date{
	display: inline-block;
}
.entry-meta .categories-links{
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
}
.entry-meta .tags-links{
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
}


/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}
img.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}
img.aligncenter {
	margin: 5px auto;
}
img.alignnone {
	margin: 5px 0;
}
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #909090;
	font-size: 13px;
	font-size: 1.3rem;
	font-style: italic;
	font-weight: 300;
}

/* comments */
#comments {
	margin: 24px 0;
	margin: 2.4rem -0px;
}
#comment {
	width: 90%;
}
.form-allowed-tags code {
	display: block;
	white-space: normal;
}
.comment-list {
	list-style-type: none;
	margin-bottom: 0;
}
.comment-list ol {
	list-style-type: none;
}
.comment-body {
	padding: 12px 0;
	padding: 1.2rem 0;
}
.comment-list li {
	border-top: 1px dotted #d5d5d5;
}
.comment-list .pingback {
	font-size: 10px;
}
.bypostauthor, .sticky {
	background-color: aliceblue;
}
.reply a:before,
.reply a::before {
	font-family: FontAwesome;
	content: "\f112\00a0";
}

#respond-wrapper {
	position: relative;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}
#respond {
	position: relative;
}
.comment #respond {
	margin: 12px 0 24px;
	padding: 24px;
	border: solid 0px #d5d5d5;
	border-width: 0 1px 1px 0;
	*border-width: 1px;
	-webkit-border-radius: 0px 0px 48px 0px;
	-moz-border-radius: 0px 0px 48px 0px;
	border-radius: 0px 0px 48px 0px;
	background-color: #f7f5e7;
	-webkit-box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, .03);
	-moz-box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, .03);
	box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, .03);
}
.comment #respond:after, .comment #respond::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 24px solid #f7f5e7;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	top: -24px;
	left: 5px;
}
	/* shadow for ':after content'  */
	.comment #respond:before, .comment #respond::before {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-bottom: 24px solid #d5d5d5;
		border-right: 12px solid transparent;
		border-left: 12px solid transparent;
		top: -24px;
		left: 6px;
	}
#cancel-comment-reply-link {
	float: right;
	display: block;
	width: 24px;
	height: 24px;
	overflow: hidden;
}
#cancel-comment-reply-link:before,
#cancel-comment-reply-link::before {
	font-family: FontAwesome;
	content: "\f00d";
	font-size: 24px;
	line-height: 1;
	color: #c00;
}

/* page-links pagination nav */
.page-links {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}
.page-links .inner {
	display: inline-block;
	line-height: 20px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.page-links .pagenum {
	float: left;
	display: block;
	padding: 4px 12px;
	line-height: 20px;
	border: 0px solid #ddd;
	border-left-width: 1px;
	text-decoration: none;
}
.page-links a:hover .pagenum,
.page-links .inner > .pagenum {
	background-color: #f5f5f5;
}
/* previous/next post link nav */
.pager li>a {
	max-width: 40%;
}

.decorated-heading {
	padding: 12px 0 12px 60px;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #2854c4;
}
	#dh-movie {background-image: url(images/t-movie.gif);}
	#dh-results {background-image: url(images/t-results.gif);}
	#dh-news {background-image: url(images/t-news.gif);}

#news-headline {
	min-height: 180px;
	background: transparent url(images/bg-news.png) right bottom no-repeat;
}

#results-headline {
	}
#results-headline .thumbnail .caption {
	position: relative;
	padding: 4px 8px;
}
#results-headline .thumbnail .caption .label {
	position: absolute;
	top: -18px;
	right: 0px;
	font-weight: normal;
	text-align: center;
	text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#results-headline .thumbnail .caption .date,
#results-headline .thumbnail .caption h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 1.2;
	overflow: hidden;
}
#results-headline .thumbnail .caption .date {
	font-size: 11px;
	font-size: 1.1rem;
}
#results-headline .thumbnail .caption h3 {
	font-size: 12px;
	font-size: 1.2rem;
}

/*-----実績紹介-----*/
.thumbnails > li {
    margin-bottom: 10px;
}

/*-----メディアギャラリー-----*/
.gallery img {
    border: none !important;
}

.gallery-item {
	margin: 0px;
    padding-right: 5px;
    box-sizing: border-box;
}

/*.gallery-item:nth-child(4n) {
    padding-right: 0px;
}*/

.gallery {
	margin-bottom: 20px !important;
}

@media (max-width: 979px) {
.grid-headliner .thumbnails > li {
    margin-left: 0 !important;
}
}


/*-----求人情報リンク-----*/

.link-btn-recruit {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 30px;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 2.8rem;
}
.link-btn-recruit a {
    background-color: #2958cc;
    color: #fff;
    border: 5px solid #58bf3f;
    height: 70px;
    text-align: center;
    width: 600px;
    margin: 0 0px 0 auto;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    border-radius: 10px;
	transition-duration: 1s;
	text-decoration:none;
}
/*
.link-btn-recruit a:hover,
.link-btn-recruit a:focus {
    border: 2px solid #2958cc;
    background-color: #fff;
    color: #2958cc;
}
*/
.link-btn-recruit span {
	display: block;
    font-size: 1.4rem;
    line-height: 1.8rem;
	font-weight: normal !important;
}



/*-----MOVIE-----*/
.movie-menu {
	background: #54bee9;
	padding: 20px 20px 10px;
	border-radius: 10px;
	margin-bottom: 50px;
}

.link-btn-movie {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 10px;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 2.0rem;
}

.link-btn-movie a {
    background-color: #fff;
    color: #2958cc;
    border: 1px solid #fff;
    height: 40px;
    text-align: center;
    width: 600px;
    margin: 0 0px 0 auto;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    border-radius: 10px;
	transition-duration: 1s;
	text-decoration:none;
}

.link-btn-movie a:hover,
.link-btn-movie a:focus {
    border: 1px solid #2958cc;
    background-color: #2958cc;
    color: #fff;
}

.link-btn-movie span {
	display: block;
    font-size: 1.4rem;
    line-height: 1.8rem;
	font-weight: normal !important;
}

.movie-area {
	border-bottom: 1px dotted #cccccc;
	padding: 0 0 30px;
	margin-bottom: 80px;
}


/* Youtube Headline */
.youtube-headline__items .yrc-item .yrc-thumb {
	margin-bottom: 4px;
}
.youtube-headline__items .yrc-item-title {
	font-size: 1.3rem;
	line-height: 1.2;
}
.youtube-headline__items .yrc-video-date,
.youtube-headline__items .yrc-video-views {
	color: #a3a3a3;
}



/*-----船の引き揚げと処分-----*/


.flex-container { display: flex;}
.flex-container-wrap { flex-wrap: wrap; }

.contents-fune-right {
	order: 2;
	width: 50%;
	padding: 0 0px 0 0;
	margin: 0;
    margin-top: 0px;
}

.contents-fune-left {
	order: 1;
	width: 50%;
	border-radius: 30px 0 0 30px;
}

.fune-contact {
	background: #e4f6f4;
	padding: 20px 10px;
}

.fune-contact-btn-area {
	width: 50%;
	text-align: center;
	padding: 0 5px;
}

.fune-contact-text {
	text-align: center;
}

.button, a.button, button.button {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
	width: 100%;
  max-width: 320px;
  margin: 0px auto 10px;
  box-sizing: border-box;
}

.btn-fune-contact,
a.btn-fune-contact {
	color: #fff;
	background-color: #4288dc !important;
}

.btn-fune-contact:hover,
a.btn-fune-contact:hover {
	color: #fff;
	background: #4288dc !important;
}

p.fune-contact-attention {
	margin: 0 !important;
	font-weight: 410;
}

@media screen and (max-width:480px){
	.flex-container { display: inherit; }
	.contents-fune-right,.contents-fune-left { width: 100%;}
	
	.fune-contact .flex-container {
		display: flex;
	}
	
	.fune-contact {
		display: inherit;
	}
	
	.fune-contact p {
		font-weight: 910;
	}
}












/**
 * ## SideBar,Widget
 *
 * ------------------------------------------------
 */
#secondary {
	/*background-color: #fff;*/
}
/* sidebar background filling */
/*	#container {
		background-image: url(images/bg-sidebar.gif);
		background-repeat: repeat-y;
		background-position: top right;
	}
	@media (max-width: 979px) {
		#container {
			background-image: none;
			background-repeat: initial;
			background-position: initial;
		}
	}
*/
.widget {
	margin-bottom: 0;/*24px;*/
	margin-bottom: 0;/*2.4rem;*/
}

/* search widget */
	/* bootstraped!! */
	#searchsubmit {display:inline-block;*display:inline;*zoom:1;padding:4px 12px;margin-bottom:0;font-size:14px;line-height:20px;text-align:center;vertical-align:middle;cursor:pointer;color:#333333;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);background-color:#f5f5f5;background-image:-moz-linear-gradient(top, #ffffff, #e6e6e6);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));background-image:-webkit-linear-gradient(top, #ffffff, #e6e6e6);background-image:-o-linear-gradient(top, #ffffff, #e6e6e6);background-image:linear-gradient(to bottom, #ffffff, #e6e6e6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border:1px solid #cccccc;*border:0;border-bottom-color:#b3b3b3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;*margin-left:.3em;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);}#searchsubmit:hover,#searchsubmit:focus,#searchsubmit:active,#searchsubmit.active,#searchsubmit.disabled,#searchsubmit[disabled]{color:#333333;background-color:#e6e6e6;*background-color:#d9d9d9;}
	#searchsubmit:active,#searchsubmit.active{background-color:#cccccc \9;}
	#searchsubmit:first-child{*margin-left:0;}
	#searchsubmit:hover,#searchsubmit:focus{color:#333333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position 0.1s linear;-moz-transition:background-position 0.1s linear;-o-transition:background-position 0.1s linear;transition:background-position 0.1s linear;}
	#searchsubmit:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
	#searchsubmit.active,#searchsubmit:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);}
	#searchsubmit.disabled,#searchsubmit[disabled]{cursor:default;background-image:none;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
	#searchsubmit,#searchsubmit{*padding-top:3px;*padding-bottom:3px;}#searchsubmit::-moz-focus-inner,#searchsubmit::-moz-focus-inner{padding:0;border:0;}
	#s{padding-right:14px;padding-right:4px \9;padding-left:14px;padding-left:4px \9;margin-bottom:0;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;}
	/* - instead button search */
	#s, #searchsubmit {display: inline-block;margin-bottom: 0;vertical-align: middle;}
	#searchsubmit{-webkit-border-radius: 0 14px 14px 0;-moz-border-radius: 0 14px 14px 0;border-radius: 0 14px 14px 0;}
	#s{-webkit-border-radius: 14px 0 0 14px;-moz-border-radius: 14px 0 0 14px;border-radius: 14px 0 0 14px;}
	#s{position: relative;}
	#searchsubmit{margin-left: -5px;}
	/* !!departstoob */
	#s { width: 40%; }

/* Calendar Widget */
.widget_calendar table {
	width: 100%;
}
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}
.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}
.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}
.widget_calendar a {
	display: block;
}
.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}
.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}
.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}
.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}

#footer-widgets .widget_nav_menu {
	float: left;
	width: 210px;
	height: 170px;
	max-width: 100%;
}

#footer-logo {
	margin-top:10px;
}

/**
 * ## Footer
 *
 * ------------------------------------------------
 */
#footer-content {
	margin: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #eee;
	background: #4288dc;
	background-image: none;
	/*text-shadow: 1px 1px 0px rgba(0, 0, 0, .3);*/
	text-shadow: none;
}
#footer-content a {color: #eee;}
#copyright {
	padding: 12px 0;
	text-align: center;
	font-size: 11px;
	font-size: 1.1rem;
}
#footer .widget-title {
	font-size: 1.5rem;
	line-height: 2.4rem;
	margin-top: 4px;
	border-bottom: 1px solid #fff;
	margin: 0 0 10px;
	font-weight: 910;
}

h3.widget-title{
	font-size: 1.5rem;
}

#footer hr {
	border-top-color: #1d56c5;
	border-top-color: rgba(0,0,0,0.4);
	border-bottom-color: #a1c4ee;
	border-bottom-color: rgba(255,255,255,0.6);
}

hr {
	margin: 10px 0;
}

#footer .foot-header+hr {
	margin-top: 0;
}
.page-header.foot-header {
	border: none !important;
	margin: 0px 0 0px;
}


/* footer banner */

.footer-banner-area {
	margin-bottom: 20px;
}






/**
 * ## Misc
 *
 * ------------------------------------------------
 */

/* PageTop Link */
	#goto-pagetop, #goto-pagetop ._inner {
		padding: 0 0 8px;
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0;
		-webkit-transition: all .6s ease-out;
		-moz-transition: all .6s ease-out;
		-ms-transition: all .6s ease-out;
		-o-transition: all .6s ease-out;
		transition: all .6s ease-out;
	}
	#goto-pagetop {
		position: absolute;
		display: block;
		width: 48px;
		height: 40px;
		margin: 0;
		bottom: -8px;/* = padding-bottom */
		right: 0;
		line-height: 40px;
		text-align: center;
		color: #fff;
		text-shadow: 0 0 1px rgba(0, 0, 0, .3);
		text-decoration: none !important;
		background-color: transparent;
	}
	#goto-pagetop ._inner {
		background-color: #4288dc;
	}
	#goto-pagetop:hover {
		bottom: 0;
		text-shadow: 0 0 6px rgba(255, 255, 255, .8);
	}
	#goto-pagetop:hover ._inner {
		-webkit-transform: rotateY(360deg);
		-moz-transform: rotateY(360deg);
		-ms-transform: rotateY(360deg);
		-otransform: rotateY(360deg);
		transform: rotateY(360deg);
	}

.form-horizontal .control-group {
	padding-top: 12px;
	border-top: 1px solid #dfdfdf;
}
.form-horizontal .control-group:first-child {
	border-top: none;
}

/*merit*/
.merit {
	border: 1px dashed #54bee8;
	border-radius: 4px;
	padding:10px;
}




/* Q&A アコーディオン廃止 */

#faq-block #faq-accordion .single-faq .collapse {
	height: inherit !important;
}

/* 2025.2.20ご依頼分修正 */
.grid-headliner .thumbnails .thumbnail{
	height:221px!important;
	padding:10px 10px 15px 15px;
	margin: 0 0 10px;
}
.grid-headliner .thumbnails a img {
	width: 140px;
	height: 150px;
	object-fit: cover;
	float: left;
}
.grid-headliner .thumbnails .headliner-item-excerpt{
	display: block;
	margin-left: 150px;
	line-height: 1.35;
	letter-spacing: -.5px;
}
.grid-headliner .headliner-link {
   margin-bottom: 9px;
	font-size: 1.1em;
}
.more-link {
	margin: 5px 0 0 auto;
}

@media (max-width:768px){
img.alignleft{
	display:block;
	float:none;
	margin: 5px 20px 5px 0;
}
.site-header {
	height: 245px;
	margin: 5px 5px 17px;
}
.site-header > .container {
	background-size: 740px auto!important;
	margin: 0 -20px;
	background-position: 60% center!important;
}
}

/* 2025.5.2 固定フッターメニュー全体のスタイル */
.fixed-footer-menu {
  position: fixed; /* 画面に固定 */
  bottom: 0; /* 画面の一番下に配置 */
  left: 0;
  width: 100%;
  background-color: transparent; /* 背景色 */
  display: flex; /* 横並びにする */
  justify-content: space-around; /* 要素を均等に配置 */
  align-items: center; /* 縦方向中央揃え */
  padding: 1px 0; /* 上下の余白 */
  z-index: 999; /* 他の要素より前面に表示 */
}

/* 個々のメニュー項目のスタイル */
.fixed-footer-menu .footer-item {
  display: flex;
  flex-direction: column; /* 縦に並べる（画像とテキスト） */
  align-items: center; /* 中央揃え */
}

.fixed-footer-menu .footer-item a {
  text-decoration: none; /* リンクの下線を消す */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fixed-footer-menu .footer-item img {
  max-width: auto; /* 画像の最大幅 */
  height: auto;
}

/* スマートフォンのみ表示（最大幅767pxまで） */
@media screen and (max-width: 767px) {
  .fixed-footer-menu {
    display: flex !important;
  }
}

/* タブレット以上非表示（768px以上） */
@media screen and (min-width: 768px) {
  .fixed-footer-menu {
    display: none !important; /* 非表示にする */
  }
}

/* 2025.5.20 ヘッダーメニュー */
/* 2025.5.28 ロゴバナー部分追加 */
/* スマートフォン・タブレット非表示（最大幅979pxまで） */
@media screen and (max-width: 978px) {
  /* ロゴバナー部分 */
  #logo {
    display: none;
  }
  /* 電話問い合わせバナー部分 */
  .text-right {
    display: none;
  }
  /* PRバナー部分 */
  .header-pr {
    display: none;
  }
}

/* 2025.7.24 CTAボタン */
/* 「船の引き揚げと処分」より(l.1044) */

.cta-contents-right {
	order: 2;
	width: 50%;
	padding: 0 0px 0 0;
	margin: 0;
    margin-top: 0px;
}

.cta-contents-left {
	order: 1;
	width: 50%;
	border-radius: 30px 0 0 30px;
}

.cta-contact {
	background: #e4f6f4;
	padding: 20px 10px;
}

.cta-contact-btn-area {
	width: 50%;
	text-align: center;
	padding: 0 5px;
}

.cta-contact-text {
	text-align: center;
}
	
p.cta-contact-attention {
	margin: 0 !important;
	font-weight: 410;
}

@media screen and (max-width:480px){
	.flex-container { display: inherit; }
	.cta-contents-right,.cta-contents-left { width: 100%;}
	
	.cta-contact .flex-container {
		display: flex;
	}
	
	.cta-contact {
		display: inherit;
	}
	
	.cta-contact p {
		font-weight: 910;
	}
}

/* 電話 */
.cta-tel-btn-contact,
a.cta-tel-btn-contact {
	color: #fff;
	background-color: #4288dc !important;
}

.cta-tel-btn-contact:hover,
a.cta-tel-btn-contact:hover {
	color: #fff;
	background: #4288dc !important;
}

/* メール */
.cta-mail-btn-contact,
a.cta-mail-btn-contact {
	color: #fff;
	background-color: #fa8a39 !important;
}

.cta-mail-btn-contact:hover,
a.cta-mail-btn-contact:hover {
	color: #fff;
	background: #fa8a39 !important;
}

/* LINE */
.cta-line-btn-contact,
a.cta-line-btn-contact {
	color: #fff;
	background-color: #00B900 !important;
}

.cta-line-btn-contact:hover,
a.cta-line-btn-contact:hover {
	color: #fff;
	background: #00B900 !important;
}


/* 2025.8.14 */
/*-----トップ用特殊お知らせボタン-----*/

.link-btn-notice {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 30px;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 2.8rem;
}
.link-btn-notice a {
    background-color: #58bf3f;
    color: #fff;
    border: 2px solid #fff;
    height: 70px;
    text-align: center;
    width: 600px;
    margin: 0 0px 0 auto;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    border-radius: 10px;
	transition-duration: 1s;
	text-decoration:none;
}

.link-btn-notice span {
	display: block;
    font-size: 1.4rem;
    line-height: 1.8rem;
	font-weight: normal !important;
}



