/*
Theme Name: yoshida_kaiun
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

html, body {
	width: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
	max-width: 100%;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body, button, input, select, textarea {
	color: #2b2b2b;
	/*font-family: Lato, sans-serif;*/
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
body {
/*	background: #FFFFFF;*/
}
a {
	color: #3A3A3A;
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
a:active, a:hover {
	color: #3A3A3A;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 700;/*	margin: 36px 0 12px;*/
}
h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}
h2 {
	font-size: 24px;
	line-height: 1;
}
h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}
h4 {
	font-size: 20px;
	line-height: 1.2;
}
h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}
h6 {
	font-size: 16px;
	line-height: 1.5;
}
address {
	font-style: italic;
	margin-bottom: 24px;
}
abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}
b, strong {
	font-weight: 700;
}
cite, dfn, em, i {
	font-style: italic;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
p {
/*	margin-bottom: 24px;*/
}
code, kbd, tt, var, samp, pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: 1.6;
}
pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
blockquote, q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}
blockquote cite, blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote strong, blockquote b {
	font-weight: 400;
}
small {
	font-size: smaller;
}
big {
	font-size: 125%;
}
sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
/*
dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}
*/

ul, ol {
	list-style: none;/*	margin: 0 0 24px 20px;*/
}
ul {
/*	list-style: disc;*/
}
ol {
/*	list-style: decimal;*/
}
li > ul, li > ol {
/*	margin: 0 0 0 20px;*/
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
figure {
	margin: 0;
}
fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}
legend {
	white-space: normal;
}
button, input, select, textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
button, input {
	line-height: normal;
}
input, textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
 input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table, th, td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}
td {
	border-width: 0 1px 1px 0;
}
del {
	color: #767676;
}
hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}
/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
 /*
::selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}
*/

/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input, textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}
textarea {
	width: 100%;
}
input:focus, textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}
/* Buttons */

button, .contributor-posts-link, input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #24890d;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 50px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}
button:hover, button:focus, .contributor-posts-link:hover, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #41a62a;
	color: #fff;
}
button:active, .contributor-posts-link:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	background-color: #55d737;
}
.search-field {
	width: 100%;
}
.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
 color: #939393;
}

:-moz-placeholder {
 color: #939393;
}

::-moz-placeholder {
 color: #939393;
 opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
 color: #939393;
}
/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img, .entry-content img, .entry-summary img, #site-header img, .widget img, .wp-caption {
	max-width: 100%;
}
/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height], .entry-content img, .entry-summary img, img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"], #site-header img {
	height: auto;
}
img.size-full, img.size-large, .wp-post-image, .post-thumbnail img {
	height: auto;
	max-width: 100%;
}
/* Make sure embeds and iframes fit their containers */

embed, iframe, object, video {
	margin-bottom: 24px;
	max-width: 100%;
}
p > embed, p > iframe, p > object, span > embed, span > iframe, span > object {
	margin-bottom: 0;
}
/* Alignment */

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
blockquote.alignleft, img.alignleft {
	margin: 7px 24px 7px 0;
}
.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}
blockquote.alignright, img.alignright {
	margin: 7px 0 7px 24px;
}
.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}
blockquote.aligncenter, img.aligncenter, .wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}
.site-content blockquote.alignleft, .site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}
.site-content blockquote.alignleft p, .site-content blockquote.alignright p {
	margin-bottom: 17px;
}
.wp-caption {
	margin-bottom: 24px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}
.wp-caption {
	color: #767676;
}
.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px;
}
.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	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;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
.hide {
	display: none;
}
/* Clearing floats */

.footer-sidebar:before, .footer-sidebar:after, .hentry:before, .hentry:after, .slider-direction-nav:before, .slider-direction-nav:after, .contributor-info:before, .contributor-info:after, .search-box:before, .search-box:after, [class*="content"]:before, [class*="content"]:after, [class*="site"]:before, [class*="site"]:after {
	content: "";
	display: table;
}
.footer-sidebar:after, .hentry:after, .slider-direction-nav:after, .contributor-info:after, .search-box:after, [class*="content"]:after, [class*="site"]:after {
	clear: both;
}
/* Genericons */

.bypostauthor > article .fn:before, .comment-edit-link:before, .comment-reply-link:before, .comment-reply-login:before, .comment-reply-title small a:before, .contributor-posts-link:before, .slider-direction-nav a:before, .widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}
/* Separators */

.site-content span + .entry-date:before, .full-size-link:before, .parent-post-link:before, span + .byline:before, span + .comments-link:before, span + .edit-link:before, .widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}
/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.site {
	background-color: #fff;
	/*	max-width: 1260px;*/
	width: 100%;
	position: relative;
	margin: 0 auto;
}
/*
.main-content {
	width: 100%;
}
*/

/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

/* Ensure that there is no gap between the header and
   the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
}
#site-header {
	position: relative;/*	z-index: 3;*/
}
.site-header {
	/*	background-color: #000;*/
/*	max-width: 1260px;*/
	position: relative;
	width: 100%;/*	z-index: 4;*/
}
.header-main {
	height: 77px;/* min-height: 48px;
	padding: 0 10px;*/
}
.site-title {
	float: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 48px;
	margin: 0;
}
.site-title a, .site-title a:hover {
	color: #fff;
}
/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

/*
.site-navigation ul {
	list-style: none;
	margin: 0;
}

.site-navigation li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-navigation ul ul {
	margin-left: 20px;
}

.site-navigation a {
	color: #fff;
	display: block;
	text-transform: uppercase;
}

.site-navigation a:hover {
	color: #41a62a;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #55d737;
	font-weight: 900;
}
*/



/* Primary Navigation */

/*
.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 14px;
	padding-top: 24px;
}

.primary-navigation.toggled-on {
	padding: 72px 0 36px;
}

.primary-navigation .nav-menu {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: none;
}

.primary-navigation.toggled-on .nav-menu {
	display: block;
}

.primary-navigation a {
	padding: 7px 0;
}
*/

/* Secondary Navigation */

/*
.secondary-navigation {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 12px;
	margin: 48px 0;
}

.secondary-navigation a {
	padding: 9px 0;
}
*/

/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

/*
.content-area {
	padding-top: 48px;
}
*/

.hentry {
	margin: 0 auto 50px;
	max-width: 672px;
}
.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
	margin: 0 auto;
	font-size: 13px;/*	max-width: 474px;*/
	line-height: 1.6em;
}
.page-content {
	margin-bottom: 48px;
}
/**
 * 6.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */

.post-thumbnail {
	background: #b2b2b2 url('../images/pattern-light.svg') repeat fixed;


	display: block;
	position: relative;
	width: 100%;
	z-index: 0;
}
a.post-thumbnail:hover {
	background-color: #999;
}
.full-width .post-thumbnail img {
	display: block;
	margin: 0 auto;
}
/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-header {
	position: relative;
	z-index: 1;
}
.single .entry-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
	float: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	margin-bottom: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 100%;
}
#news_archive .entry-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
	float: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	margin-bottom: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 100%;
}
.archive .entry-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
	float: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	margin-bottom: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 100%;
}
.single .entry-content {
	padding-right: 10px;
	padding-left: 10px;
}
.entry-title {
	float: right;
	display: inline-block;
	font-size: 37px;
	/*	font-weight: 300;*/
	font-weight: bold;
	line-height: 1.2;/*
	margin-bottom: 12px;
	margin: 0 0 12px 0;
*/
/*	text-transform: uppercase;*/
}
.news_entry-title {
	float: right;
	display: inline-block;
	font-size: 37px;
	/*	font-weight: 300;*/
	font-weight: bold;
	line-height: 1.2;
	color: #000;
	margin-bottom: 20px;/*
	margin-bottom: 12px;
	margin: 0 0 12px 0;
*//*	text-transform: uppercase;*/
}
.entry-title a {
	color: #2b2b2b;
}
.entry-title a:hover {
	color: #41a62a;
}
.site-content .entry-header {
	padding: 0 10px 0px;
}
.site-content .has-post-thumbnail .entry-header {
	padding-top: 24px;
}
/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	color: #767676;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}
.entry-meta a {
	color: #767676;
}
.entry-meta a:hover {
	color: #41a62a;
}
.sticky .entry-date {
	display: none;
}
.cat-links {
	font-weight: 900;
	text-transform: uppercase;
	vertical-align: middle;
}
.cat-links a {
	color: #2b2b2b;
}
.cat-links a:hover {
	color: #41a62a;
}
.byline {
	display: none;
}
.single .byline, .group-blog .byline {
	display: inline;
}
.site-content .entry-meta {
	background-color: #fff;
	margin-bottom: 8px;
}
.site-content footer.entry-meta {
	margin: 24px auto 0;
	padding: 0 10px;
}
/* Tag links style */

.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}
.entry-meta .tag-links a:hover {
	background-color: #41a62a;
	color: #fff;
}
.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}
.entry-meta .tag-links a:hover:before {
	border-right-color: #41a62a;
}
.entry-meta .tag-links a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}
/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content, .entry-summary, .page-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
/*
.site-content .entry-content,
.site-content .entry-summary,
.page-content {
	background-color: #fff;
	padding: 12px 10px 0;
}
*/


.page .entry-content {
	padding-top: 20px;
}
#news_archive .entry-content {
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
.entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child, .entry-summary h1:first-child, .entry-summary h2:first-child, .entry-summary h3:first-child, .entry-summary h4:first-child, .entry-summary h5:first-child, .entry-summary h6:first-child, .page-content h1:first-child, .page-content h2:first-child, .page-content h3:first-child, .page-content h4:first-child, .page-content h5:first-child, .page-content h6:first-child {
	margin-top: 0;
}
.entry-content a, .entry-summary a, .page-content a, .comment-content a {
	/*text-decoration: underline;*/
	text-decoration: none;
}
.entry-content a:hover, .entry-summary a:hover, .page-content a:hover, .comment-content a:hover {
	text-decoration: none;
}
.entry-content table, .comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}
.entry-content th, .comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}
.entry-content td, .comment-content td {
	padding: 8px;
}
.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}
.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}
.entry-content .edit-link a:hover {
	color: #41a62a;
}
/* Mediaelements */

.hentry .mejs-container {
	margin: 12px 0 18px;
}
.hentry .mejs-mediaelement, .hentry .mejs-container .mejs-controls {
	background: #000;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #24890d;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-total, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255,255,255,.33);
}
.hentry .mejs-container .mejs-controls .mejs-time {
	padding-top: 9px;
}
.hentry .mejs-controls .mejs-time-rail span, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}
.hentry .mejs-overlay-loading {
	background: transparent;
}
/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}
.page-links a, .page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}
.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}
.page-links a:hover {
	background: #41a62a;
	border: 1px solid #41a62a;
	color: #fff;
}
.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}
/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
}
.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width: calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width: calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width: calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}
.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}
.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.gallery-item:hover .gallery-caption {
	opacity: 1;
}
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
	display: none;
}
/**
 * 6.6 Post Formats
 * -----------------------------------------------------------------------------
 */

.format-aside .entry-content, .format-aside .entry-summary, .format-quote .entry-content, .format-quote .entry-summary, .format-link .entry-content, .format-link .entry-summary {
	padding-top: 0;
}
.site-content .format-link .entry-title, .site-content .format-aside .entry-title, .site-content .format-quote .entry-title {
	display: none;
}
/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	hyphens: auto;
	word-wrap: break-word;
}
.post-navigation, .image-navigation {
	margin: 24px auto 48px;
	/*	max-width: 474px;*/
	padding: 0 10px;
}
.post-navigation a, .image-navigation .previous-image, .image-navigation .next-image {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 0 12px;
	width: 100%;
}
.post-navigation .meta-nav {
	color: #767676;
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	text-transform: uppercase;
}
.post-navigation a, .image-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	text-transform: none;
}
.post-navigation a:hover, .image-navigation a:hover {
	color: #41a62a;
}
/* Paging Navigation */

.paging-navigation {
	border-top: 5px solid #000;
	margin: 48px 0;
}
.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}
.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}
.paging-navigation a {
	color: #2b2b2b;
}
.paging-navigation .page-numbers.current {
	border-top: 5px solid #24890d;
}
.paging-navigation a:hover {
	border-top: 5px solid #41a62a;
	color: #2b2b2b;
}
/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar, .attachment .post-thumbnail {
	display: none;
}
.attachment .entry-content {
	padding-top: 0;
}
.attachment footer.entry-meta {
	text-transform: none;
}
.entry-attachment .attachment {
	margin-bottom: 24px;
}
/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */

.archive-header, .page-header {
	margin: 24px auto;/*	max-width: 474px;*/
}
.archive-title, .page-title {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
}
.taxonomy-description, .author-description {
	color: #767676;
	font-size: 14px;
	line-height: 1.2857142857;
	padding-top: 18px;
}
.taxonomy-description p, .author-description p {
	margin-bottom: 18px;
}
.taxonomy-description p:last-child, .author-description p:last-child {
	margin-bottom: 0;
}
.taxonomy-description a, .author-description a {
	text-decoration: underline;
}
.taxonomy-description a:hover, .author-description a:hover {
	text-decoration: none;
}
/**
 * 6.10 Contributor Page
 * -----------------------------------------------------------------------------
 */

.contributor {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 48px 10px;
}
.contributor:first-of-type {
	padding-top: 24px;
}
.contributor-info {
	margin: 0 auto;/*	max-width: 474px;*/
}
.contributor-avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
	margin: 0 30px 20px 0;
	padding: 2px;
}
.contributor-name {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
}
.contributor-bio a {
	text-decoration: underline;
}
.contributor-bio a:hover {
	text-decoration: none;
}
.contributor-posts-link {
	display: inline-block;
	line-height: normal;
	padding: 10px 30px;
}
.contributor-posts-link:before {
	content: "\f443";
}
/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
	padding-top: 0;
}
.error404 .page-content .search-form {
	margin-bottom: 24px;
}
/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */

.full-width .hentry {
	max-width: 100%;
}
/**
 * 6.13 Singular
 * -----------------------------------------------------------------------------
 */

.singular .site-content .hentry.has-post-thumbnail {
	margin-top: -48px;
}
/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */

.comments-area {
	margin: 48px auto;
	/*	max-width: 474px;*/
	padding: 0 10px;
}
.comment-reply-title, .comments-title {
	font: 900 16px/1.5 Lato, sans-serif;
	margin: 0;
	text-transform: uppercase;
}
.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}
.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}
.comment-list .reply, .comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}
.comment-list .reply {
	margin-top: 24px;
}
.comment-author .fn {
	font-weight: 900;
}
.comment-author a {
	color: #2b2b2b;
}
.comment-list .trackback a, .comment-list .pingback a, .comment-metadata a {
	color: #767676;
}
.comment-author a:hover, .comment-list .pingback a:hover, .comment-list .trackback a:hover, .comment-metadata a:hover {
	color: #41a62a;
}
.comment-list article, .comment-list .pingback, .comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}
.comment-list > li:first-child > article, .comment-list > .pingback:first-child, .comment-list > .trackback:first-child {
	border-top: 0;
}
.comment-author {
	position: relative;
}
.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}
.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}
.says {
	display: none;
}
.comment-author, .comment-awaiting-moderation, .comment-content, .comment-list .reply, .comment-metadata {
	padding-left: 30px;
}
.comment-edit-link {
	margin-left: 10px;
}
.comment-edit-link:before {
	content: "\f411";
}
.comment-reply-link:before, .comment-reply-login:before {
	content: "\f412";
	margin-right: 2px;
}
.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
.comment-content ul, .comment-content ol {
	margin: 0 0 24px 22px;
}
.comment-content li > ul, .comment-content li > ol {
	margin-bottom: 0;
}
.comment-content > :last-child {
	margin-bottom: 0;
}
.comment-list .children {
	list-style: none;
	margin-left: 15px;
}
.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}
.comment .comment-respond {
	margin-top: 24px;
}
.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}
.comment-notes, .comment-awaiting-moderation, .logged-in-as, .no-comments, .form-allowed-tags, .form-allowed-tags code {
	color: #767676;
}
.comment-notes, .comment-awaiting-moderation, .logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}
.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}
.comment-form label {
	display: block;
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
	width: 100%;
}
.form-allowed-tags, .form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}
.required {
	color: #c0392b;
}
.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}
.comment-reply-title small a:hover {
	color: #41a62a;
}
.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}
.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}
.comment-navigation .nav-next, .comment-navigation .nav-previous {
	display: inline-block;
}
.comment-navigation .nav-previous a {
	margin-right: 10px;
}
#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}
/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */

/*
#secondary {
	background-color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	clear: both;
	color: rgba(255, 255, 255, 0.7);
	margin-top: -1px;
	padding: 0 10px;
	position: relative;
	z-index: 2;
}
*/

.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}
/* Primary Sidebar */

.primary-sidebar {
	padding-top: 48px;
}
/*
.secondary-navigation + .primary-sidebar {
	padding-top: 0;
}
*/

/* Content Sidebar */

.content-sidebar {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #767676;
	padding: 48px 10px 0;
}
/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */

/* Primary Sidebar, Footer Sidebar */

.widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	line-height: 1.2857142857;
	margin-bottom: 48px;
	width: 100%;
	word-wrap: break-word;
}
.widget a {
	color: #fff;
}
.widget a:hover {
	color: #41a62a;
}
.widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget h6 {
	margin: 24px 0 12px;
}
.widget h1 {
	font-size: 22px;
	line-height: 1.0909090909;
}
.widget h2 {
	font-size: 20px;
	line-height: 1.2;
}
.widget h3 {
	font-size: 18px;
	line-height: 1.3333333333;
}
.widget h4 {
	font-size: 16px;
	line-height: 1.5;
}
.widget h5 {
	font-size: 14px;
	line-height: 1.7142857142;
}
.widget h6 {
	font-size: 12px;
	line-height: 2;
}
.widget address {
	margin-bottom: 18px;
}
.widget abbr[title] {
	border-color: rgba(255, 255, 255, 0.7);
}
.widget mark, .widget ins {
	color: #000;
}
.widget pre, .widget fieldset {
	border-color: rgba(255, 255, 255, 0.2);
}
.widget code, .widget kbd, .widget tt, .widget var, .widget samp, .widget pre {
	font-size: 12px;
	line-height: 1.5;
}
.widget blockquote {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 18px;
}
.widget blockquote cite {
	color: #fff;
	font-size: 14px;
	line-height: 1.2857142857;
}
.widget dl, .widget dd {
	margin-bottom: 18px;
}
.widget ul, .widget ol {
	list-style: none;
	margin: 0;
}
.widget li > ol, .widget li > ul {
	margin-left: 10px;
}
.widget table, .widget th, .widget td {
	border-color: rgba(255, 255, 255, 0.2);
}
.widget table {
	margin-bottom: 18px;
}
.widget del {
	color: rgba(255, 255, 255, 0.4);
}
.widget hr {
	background-color: rgba(255, 255, 255, 0.2);
}
.widget p {
	margin-bottom: 18px;
}
.widget input, .widget textarea {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 16px;
	padding: 1px 2px 2px 4px;
}
.widget input:focus, .widget textarea:focus {
	border-color: rgba(255, 255, 255, 0.3);
}
.widget button, .widget input[type="button"], .widget input[type="reset"], .widget input[type="submit"] {
	background-color: #24890d;
	border: 0;
	font-size: 12px;
	padding: 5px 15px 4px;
}
.widget input[type="button"]:hover, .widget input[type="button"]:focus, .widget input[type="reset"]:hover, .widget input[type="reset"]:focus, .widget input[type="submit"]:hover, .widget input[type="submit"]:focus {
	background-color: #41a62a;
}
.widget input[type="button"]:active, .widget input[type="reset"]:active, .widget input[type="submit"]:active {
	background-color: #55d737;
}
.widget .wp-caption {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 18px;
}
.widget .widget-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	margin: 0 0 24px 0;
	text-transform: uppercase;
}
.widget-title, .widget-title a {
	color: #fff;
}
.widget-title a:hover {
	color: #41a62a;
}
/* Calendar Widget*/

.widget_calendar table {
	line-height: 2;
	margin: 0;
}
.widget_calendar caption {
	color: #fff;
	font-weight: 700;
	line-height: 1.7142857142;
	margin-bottom: 18px;
	text-align: left;
	text-transform: uppercase;
}
.widget_calendar thead th {
	background-color: rgba(255, 255, 255, 0.1);
}
.widget_calendar tbody td, .widget_calendar thead th {
	text-align: center;
}
.widget_calendar tbody a {
	background-color: #24890d;
	color: #fff;
	display: block;
}
.widget_calendar tbody a:hover {
	background-color: #41a62a;
}
.widget_calendar tbody a:hover {
	color: #fff;
}
.widget_calendar #prev {
	padding-left: 5px;
}
.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}
/* Ephemera Widget*/

.widget_twentyfourteen_ephemera > ol > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 18px;
	padding: 0;
}
.widget_twentyfourteen_ephemera .hentry {
	margin: 0;
	max-width: 100%;
}
.widget_twentyfourteen_ephemera .entry-title, .widget_twentyfourteen_ephemera .entry-meta, .widget_twentyfourteen_ephemera .wp-caption-text, .widget_twentyfourteen_ephemera .post-format-archive-link, .widget_twentyfourteen_ephemera .entry-content table {
	font-size: 12px;
	line-height: 1.5;
}
.widget_twentyfourteen_ephemera .entry-title {
	display: inline;
	font-weight: 400;
}
.widget_twentyfourteen_ephemera .entry-meta {
	margin-bottom: 18px;
}
.widget_twentyfourteen_ephemera .entry-meta a {
	color: rgba(255, 255, 255, 0.7);
}
.widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #41a62a;
}
.widget_twentyfourteen_ephemera .entry-content ul, .widget_twentyfourteen_ephemera .entry-content ol {
	margin: 0 0 18px 20px;
}
.widget_twentyfourteen_ephemera .entry-content ul {
	list-style: disc;
}
.widget_twentyfourteen_ephemera .entry-content ol {
	list-style: decimal;
}
.widget_twentyfourteen_ephemera .entry-content li > ul, .widget_twentyfourteen_ephemera .entry-content li > ol {
	margin: 0 0 0 20px;
}
.widget_twentyfourteen_ephemera .entry-content th, .widget_twentyfourteen_ephemera .entry-content td {
	padding: 6px;
}
.widget_twentyfourteen_ephemera .post-format-archive-link {
	font-weight: 700;
	text-transform: uppercase;
}
/* List Style Widgets*/

.widget_archive li, .widget_categories li, .widget_links li, .widget_meta li, .widget_nav_menu li, .widget_pages li, .widget_recent_comments li, .widget_recent_entries li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 8px 0 9px;
}
.widget_archive li:first-child, .widget_categories li:first-child, .widget_links li:first-child, .widget_meta li:first-child, .widget_nav_menu li:first-child, .widget_pages li:first-child, .widget_recent_comments li:first-child, .widget_recent_entries li:first-child {
	border-top: 0;
}
.widget_categories li ul, .widget_nav_menu li ul, .widget_pages li ul {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 9px;
}
.widget_categories li li:last-child, .widget_nav_menu li li:last-child, .widget_pages li li:last-child {
	padding-bottom: 0;
}
/* Recent Posts Widget */

.widget_recent_entries .post-date {
	display: block;
}
/* RSS Widget */

.rsswidget img {
	margin-top: -4px;
}
.rssSummary {
	margin: 9px 0;
}
.rss-date {
	display: block;
}
.widget_rss li {
	margin-bottom: 18px;
}
.widget_rss li:last-child {
	margin-bottom: 0;
}
/* Text Widget */

.widget_text > div > :last-child {
	margin-bottom: 0;
}
/**
 * 7.2 Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */

.content-sidebar .widget a {
	color: #24890d;
}
.content-sidebar .widget a:hover {
	color: #41a62a;
}
.content-sidebar .widget pre {
	border-color: rgba(0, 0, 0, 0.1);
}
.content-sidebar .widget mark, .content-sidebar .widget ins {
	color: #2b2b2b;
}
.content-sidebar .widget abbr[title] {
	border-color: #2b2b2b;
}
.content-sidebar .widget fieldset {
	border-color: rgba(0, 0, 0, 0.1);
}
.content-sidebar .widget blockquote {
	color: #767676;
}
.content-sidebar .widget blockquote cite {
	color: #2b2b2b;
}
.content-sidebar .widget li > ol, .content-sidebar .widget li > ul {
	margin-left: 18px;
}
.content-sidebar .widget table, .content-sidebar .widget th, .content-sidebar .widget td {
	border-color: rgba(0, 0, 0, 0.1);
}
.content-sidebar .widget del {
	color: #767676;
}
.content-sidebar .widget hr {
	background-color: rgba(0, 0, 0, 0.1);
}
.content-sidebar .widget input, .content-sidebar .widget textarea {
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.1);
	color: #2b2b2b;
}
.content-sidebar .widget input:focus, .content-sidebar .widget textarea:focus {
	border-color: rgba(0, 0, 0, 0.3);
}
.content-sidebar .widget input[type="button"], .content-sidebar .widget input[type="reset"], .content-sidebar .widget input[type="submit"] {
	background-color: #24890d;
	border: 0;
	color: #fff;
}
.content-sidebar .widget input[type="button"]:hover, .content-sidebar .widget input[type="button"]:focus, .content-sidebar .widget input[type="reset"]:hover, .content-sidebar .widget input[type="reset"]:focus, .content-sidebar .widget input[type="submit"]:hover, .content-sidebar .widget input[type="submit"]:focus {
	background-color: #41a62a;
}
.content-sidebar .widget input[type="button"]:active, .content-sidebar .widget input[type="reset"]:active, .content-sidebar .widget input[type="submit"]:active {
	background-color: #55d737;
}
.content-sidebar .widget .wp-caption {
	color: #767676;
}
.content-sidebar .widget .widget-title {
	border-top: 5px solid #000;
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 900;
	margin: 0 0 18px;
	padding-top: 7px;
	text-transform: uppercase;
}
.content-sidebar .widget .widget-title a {
	color: #2b2b2b;
}
.content-sidebar .widget .widget-title a:hover {
	color: #41a62a;
}
/* List Style Widgets*/

.content-sidebar .widget_archive li, .content-sidebar .widget_categories li, .content-sidebar .widget_links li, .content-sidebar .widget_meta li, .content-sidebar .widget_nav_menu li, .content-sidebar .widget_pages li, .content-sidebar .widget_recent_comments li, .content-sidebar .widget_recent_entries li, .content-sidebar .widget_categories li ul, .content-sidebar .widget_nav_menu li ul, .content-sidebar .widget_pages li ul {
	border-color: rgba(0, 0, 0, 0.1);
}
/* Calendar Widget */

.content-sidebar .widget_calendar caption {
	color: #2b2b2b;
	font-weight: 900;
}
.content-sidebar .widget_calendar thead th {
	background-color: rgba(0, 0, 0, 0.02);
}
.content-sidebar .widget_calendar tbody a, .content-sidebar .widget_calendar tbody a:hover {
	color: #fff;
}
/* Ephemera widget*/

.content-sidebar .widget_twentyfourteen_ephemera .widget-title {
	line-height: 1.2857142857;
	padding-top: 1px;
}
.content-sidebar .widget_twentyfourteen_ephemera .widget-title:before {
	background-color: #000;
	color: #fff;
	margin: -1px 9px 0 0;
	padding: 6px 0 9px;
	text-align: center;
	vertical-align: middle;
	width: 36px;
}
.content-sidebar .widget_twentyfourteen_ephemera .video.widget-title:before {
	content: "\f104";
}
.content-sidebar .widget_twentyfourteen_ephemera .audio.widget-title:before {
	content: "\f109";
}
.content-sidebar .widget_twentyfourteen_ephemera .image.widget-title:before {
	content: "\f473";
}
.content-sidebar .widget_twentyfourteen_ephemera .gallery.widget-title:before {
	content: "\f103";
}
.content-sidebar .widget_twentyfourteen_ephemera .aside.widget-title:before {
	content: "\f101";
}
.content-sidebar .widget_twentyfourteen_ephemera .quote.widget-title:before {
	content: "\f106";
}
.content-sidebar .widget_twentyfourteen_ephemera .link.widget-title:before {
	content: "\f107";
}
.content-sidebar .widget_twentyfourteen_ephemera > ol > li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.content-sidebar .widget_twentyfourteen_ephemera .entry-meta {
	color: #ccc;
}
.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a {
	color: #767676;
}
.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #41a62a;
}
.content-sidebar.widget_twentyfourteen_ephemera blockquote cite {
	font-size: 13px;
	line-height: 1.3846153846;
}
.content-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link {
	font-weight: 900;
}
/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

#supplementary {
	padding: 0 10px;
}
.site-footer, .site-info, .site-info a {
	color: rgba(255, 255, 255, 0.7);
}
.site-footer a{
	color:#525252;
}
.site-footer {
	background-color: #DFDFD0;
	font-size: 12px;
	position: relative;
	z-index: 3;
}
.footer-sidebar {
	padding-top: 48px;
}
.site-info {
	padding: 0;/*	margin-top:57px;*/
/*	padding: 15px 10px;*/
/*	min-height:555px;*/
}
#supplementary + .site-info {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.site-info a:hover {
	color: #41a62a;
}
/**
 * 9.0 Featured Content
 * -----------------------------------------------------------------------------
 */

.featured-content {
	background: #000 url('../images/pattern-dark.svg') repeat fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 100%;
}
.featured-content-inner {
	overflow: hidden;
}
.featured-content .hentry {
	color: #fff;
	margin: 0;
	max-width: 100%;
	width: 100%;
}
.featured-content .post-thumbnail, .featured-content .post-thumbnail:hover {
	background: transparent;
}
.featured-content .post-thumbnail {
	display: block;
	position: relative;
	padding-top: 55.357142857%;
	overflow: hidden;
}
.featured-content .post-thumbnail img {
	left: 0;
	position: absolute;
	top: 0;
}
.featured-content .entry-header {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 96px;
	overflow: hidden;
	padding: 24px 10px;
}
.featured-content a {
	color: #fff;
}
.featured-content a:hover {
	color: #41a62a;
}
.featured-content .entry-meta {
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.0909090909;
	margin-bottom: 12px;
}
.featured-content .cat-links {
	font-weight: 700;
}
.featured-content .entry-title {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3333333333;
	margin: 0;
	text-transform: uppercase;
}
/* Slider */

.slider .featured-content .hentry {
	-webkit-backface-visibility: hidden;
	display: none;
	position: relative;
}
.slider .featured-content .post-thumbnail {
	padding-top: 55.49132947%;
}
.slider-control-paging {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	list-style: none;
	margin: -24px 0 0 0;
	position: relative;
	width: 100%;
	z-index: 3;
}
.slider-control-paging li {
	float: left;
	margin: 2px 4px 2px 0;
}
.slider-control-paging li:last-child {
	margin-right: 0;
}
.slider-control-paging a {
	cursor: pointer;
	display: block;
	height: 44px;
	position: relative;
	text-indent: -999em;
	width: 44px;
}
.slider-control-paging a:before {
	background-color: #4d4d4d;
	content: "";
	height: 12px;
	left: 10px;
	position: absolute;
	top: 16px;
	width: 12px;
}
.slider-control-paging a:hover:before {
	background-color: #41a62a;
}
.slider-control-paging .slider-active:before, .slider-control-paging .slider-active:hover:before {
	background-color: #24890d;
}
.slider-direction-nav {
	clear: both;
	list-style: none;
	margin: 0;
	position: relative;
	width: 100%;
	z-index: 3;
}
.slider-direction-nav li {
	border-color: #fff;
	border-style: solid;
	border-width: 2px 1px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	text-align: center;
	width: 50%;
}
.slider-direction-nav li:last-child {
	border-width: 2px 0 0 1px;
}
.slider-direction-nav a {
	background-color: #000;
	display: block;
	font-size: 0;
	height: 46px;
}
.slider-direction-nav a:hover {
	background-color: #24890d;
}
.slider-direction-nav a:before {
	color: #fff;
	content: "\f430";
	font-size: 32px;
	line-height: 46px;
}
.slider-direction-nav .slider-next:before {
	content: "\f429";
}
.slider-direction-nav .slider-disabled {
	display: none;
}
/**
 * 10.0 Multisite
 * -----------------------------------------------------------------------------
 */

.site-main .widecolumn {
	padding-top: 72px;
	width: auto;
}
.site-main .mu_register, .widecolumn > h2, .widecolumn > form {
	margin: 0 auto 48px;
	/*	max-width: 474px;*/
	padding: 0 30px;
}
.site-main .mu_register #blog_title, .site-main .mu_register #user_email, .site-main .mu_register #blogname, .site-main .mu_register #user_name {
	font-size: inherit;
	width: 90%;
}
.site-main .mu_register input[type="submit"], .widecolumn #submit {
	font-size: inherit;
	width: auto;
}
.recruit_box.cont-service.clearfix .w730 .head-line {
}
.syoku_name .clearfix dd img {
	height: 55px;
	margin-bottom: 15px;
}
.recruit_box.cont-service.clearfix .w730 {
}




/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
body {
	background: none !important; /* Brute force since user agents all print differently. */
	color: #2b2b2b;
	font-size: 12pt;
}
.site,  .site-header,  .hentry,  .site-content .entry-header,  .site-content .entry-content,  .site-content .entry-summary,  .site-content .entry-meta,  .page-content,  .archive-header,  .page-header,  .contributor-info,  .comments-area,  .attachment .entry-attachment .attachment {
	max-width: 100%;
}
#site-header img,  .search-toggle,  .site-navigation,  .site-content nav,  .edit-link,  .page-links,  .widget-area,  .more-link,  .post-format-archive-link,  .comment-respond,  .comment-list .reply,  .comment-reply-login,  #secondary,  .site-footer,  .slider-control-paging,  .slider-direction-nav {
/*		display: none;*/
}
.site-title a,  .entry-meta,  .entry-meta a,  .featured-content .hentry,  .featured-content a {
	color: #2b2b2b;
}
.entry-content a,  .entry-summary a,  .page-content a,  .comment-content a {
	text-decoration: none;
}
.site-header,  .post-thumbnail,  a.post-thumbnail:hover,  .site-content .entry-header,  .site-footer,  .featured-content,  .featured-content .entry-header {
	background: transparent;
}
/*
	.header-main {
		padding: 48px 10px;
	}
*/

.site-title {
	float: none;
	font-size: 19pt;
}
.content-area {
	padding-top: 0;
}
.list-view .site-content .hentry {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 48px;
	padding-bottom: 24px;
}
.post-thumbnail img {
	margin: 0 10px 24px;
}
.site-content .has-post-thumbnail .entry-header {
	padding-top: 0;
}
.site-content footer.entry-meta {
	margin: 24px auto;
}
.entry-meta .tag-links a {
	color: #fff;
}
.singular .site-content .hentry.has-post-thumbnail {
	margin-top: 0;
}
.gallery-columns-1.gallery-size-medium,  .gallery-columns-1.gallery-size-thumbnail,  .gallery-columns-2.gallery-size-thumbnail,  .gallery-columns-3.gallery-size-thumbnail {
	display: block;
}
.archive-title,  .page-title {
	margin: 0 10px 48px;
}
.featured-content .hentry {
	margin-bottom: 48px;
}
.featured-content .post-thumbnail,  .slider .featured-content .post-thumbnail {
	padding-top: 0;
}
.featured-content .post-thumbnail img {
	position: relative;
}
.featured-content .entry-header {
	padding: 0 10px 24px;
}
.featured-content .entry-meta {
	font-size: 9pt;
	margin-bottom: 11px;
}
.featured-content .cat-links {
	font-weight: 900;
}
.featured-content .entry-title {
	font-size: 25pt;
	line-height: 36px;
}
}
/**
 * ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
 * 
 * ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
 */

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.w1305 {
	width: 1052px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.w970 {
	width: 970px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.w960 {
	width: 960px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.w952 {
	width: 952px;
	position: relative;
	margin: 26px auto 0;
	overflow: hidden;
}
.w906 {
	width: 906px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.w730 {
	width: 730px;
	position: relative;
	margin: 0 17px 0 23px;
}
.w760 {
	width: 760px;
	position: relative;
	margin: 0 0px 0 23px;
}
.w376l {
	width: 376px;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}
.w332r {
	width: 332px;
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
}
.w660 {
	width: 880px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.w353l {
	width: 353px;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}
.w353r {
	width: 353px;
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
}
.w340l {
	width: 340px;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}
.w386r {
	width: 386px;
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
}
.w500 {
	width: 500px;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}
.bgcolor-logistics {
	background-color: #DB2200;
}
.bgcolor-logistics1 {
	background-color: #D61F00;
}
.bgcolor-shipbuilding {
	background-color: #0055BA;
}
ul {
	list-style: none;
}
/***************************************
  ヘッダー
 ***************************************/

.header-main {
	background-image: url('../images/h_bar.png');
	background-repeat: no-repeat;
	background-position: top left;
}
h1.site-title {
	position: absolute;
	top: 3px;
	left: 200px;
}
/* グローバルナビ */
#global-nav {
	position: relative;
	float: right;
	/*width: 500px;*/
	width: 514px;/*190122*/
}
/* グローバルナビ （１行目 ）*/
.menu-global_r1-container {
	position: relative;
	float: left;
	width: 100%;
	height: 42px;
}
/* グローバルナビ （１行目-ul）*/
.menu-global_r1-container ul {
	margin-top: 9px;
	/*padding: 0 300px;*/
	padding: 0;/*190122*/
}
/* グローバルナビ （２行目）*/
.menu-global_r2-container {
	position: relative;
	float: left;
	width: 100%;
	height: 35px;
}
/* グローバルナビ （２行目-１列目）*/

.nav-title {
	position: relative;
	font-size: 12px;
	line-height: 35px;
	color: #FFFFFF;
	text-align: right;
}
/* グローバルナビ （２行目-２列目）*/
.menu-global_r2_2-container {
	display: block;
	position: relative;
	float: left;
	width: 346px;
	margin-top: 6px;
}
.com-nav li {
	margin: 0;
	display: inline;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
}
.com-nav li:nth-of-type(1) {
    padding-right: 114px;
    color: #fff;
    font-size: 1em;
}/*190122*/
.com-nav a {
	font-size: 14px;
	display: inline-block;
	line-height: 1.3;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	padding-right: 10px;
}
.nav-menu_r2_1 li {
	display: block;
	position: relative;
	float: left;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 7px;
	padding-right: 0px;
}
.nav-menu_r2_1 a {
	width: 71px;
	height: 20px;
	display: inline-block;
	line-height: 1.4;
	text-decoration: none;
	color: #C10E00;
	text-align: center;
	padding: 0;
	background-image: url('../images/h_lnk_1.png');
	background-repeat: no-repeat;
	background-position: top left;
}
.com-nav a:hover {
	color: #ECECFB;
}
.com-nav li.contact a:hover {
	color: #525252;
}
.nav-menu_r2_1 a:hover {
	color: #C10E00;
}
.sep_2 {
	border-left: solid 1px #FFFFFF;
}
/***************************************
  コンテンツ：共通
 ***************************************/
#main {
	background-color: #fff;
}
.home .main-content {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}
.home .content-area {
	position: relative;
	/*	width:100%;*/
	margin: 0;
	padding: 0;
}
.page .main-content, .single .content-area, .archive .content-area {
	background-color: #FFFFFF;
	position: relative;
	float: right;
	width: 1052px;
	margin: 0;
	padding: 0;
}
.page .content-area, .single .site-content, .archive .site-content {
	width: 100%;
	margin: 0;
	padding: 0;
}
/***************************************
  コンテンツ：ヘッダー
 ***************************************/

#h_slide {
	/*	width:100%;*/
/*	position:relative;*/
	height: 476px;
}
.sub-head {
	position: relative;
	min-height: 158px;
	background-color: #E7E7E7;
	margin-bottom: 53px;
}
.sub-head img {
	position: absolute;
	top: 0;
	left: 60px;
}
/***************************************
  コンテンツ：ページナビ
 ***************************************/

#primary-nav-bar {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: 35px;
	background-color: #DFDFCE;/*
	background-image: url('../images/b_h_bar.gif');
	background-repeat:no-repeat;
	background-position: top left;
*/
}
#primary-nav-bar p {
	margin-top: 11px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	color: #333333;
}
#primary-nav-bar ul {
	margin-top: 6px;
	float: left;
	display: block;
}
#primary-nav-bar ul li {
	display: block;
	float: left;
	margin: 0 0 0 18px;
}
#primary-nav-bar a {
	display: inline-block;
	font-size: 14px;
	/*	font-weight:bold;*/
	line-height: 1.2;
	color: #333333;
	padding-left: 18px;
	background-image: url('../images/b_h_mark.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
/***************************************
  コンテンツ：部分
 ***************************************/

#primary-wrapper {
	display: block;
	position: relative;
	width: 100%;
	padding: 0;
	float: left;
}
.primary-inner {
	display: block;
	position: relative;
	width: 770px;
	height: 100%;
	margin: 0;
	float: left;
	padding: 0;
}
/***************************************
  コンテンツ：パンくず
 ***************************************/

.breadcrumbs {
	height: 28px;
	font-size: 12px;
	line-height: 1.2;
	color: #000000;
	margin-top: 13px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
.breadcrumbs a {
	/*
	font-size:12px;
	line-height:1.2;
	color:#0054B9;
*/
	color: #000000;
	text-decoration: underline;
}
.breadcrumbs a:hover {
	color: #0054B9;
	text-decoration: none;
}
/***************************************
  TOPページ：GROUP network
 ***************************************/

#network {
	min-height: 394px;
}
.network-col {
	width: 460px;
	position: relative;
}
.fld {
	position: relative;
	width: 297px;
	height: 173px;
	overflow: visible;
}
.fld_tab {
	position: absolute;
	top: 17px;
	left: 43px;
}
.fld_img {
	position: absolute;
	top: 68px;
	left: 16px;
}
.fld_cpy {
	position: absolute;
	top: 68px;
	left: 153px;
}
.fld_lnk {
	position: absolute;
	width: 118px!important;
	height: 26px;
	top: 130px;
	left: 155px;
}
.d-title {
	height: 36px;
	display: block;
	position: relative;
}
#menu-home-l .d-title {
	width: 440px;
}
#menu-home-s .d-title {
	width: 138px;
}
.d-title .d-title_l {
	margin-top: 21px;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.2;
	color: #555555;
	text-align: right;
}
.d-title .d-title_s {
	padding-top: 19px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.41;
	color: #0053BE;
	text-align: center;
}
.line-logistics {
	border-bottom: solid 1px #444444;
}
.line-shipbuilding {
	border-bottom: solid 1px #0053BE;
}
#network dl {
	position: relative;
	width: 100%;
	/*	height:217px;*/
	margin: 0;
	padding: 0;
}
#network .menu-item-company {
	display: block;
	position: relative;
	width: 175px;
	padding: 9px 0 12px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.38;
}
#network .menu-item-company ul {
	width: 100%;
	margin: 5px auto 0 auto;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.48;
}
#network a {
	width: 100%;
	margin: 0;
	color: #333333;
	display: inline-block;
}
#network .sub-menu {
	margin-top: 6px;
}
#network #menu-home-l a:hover {
	color: #DB2200;
}
#network #menu-home-s a:hover {
	color: #0057B6;
}
.bgcolor-shipping {
	background-color: #008C8C;
}
/***************************************
  TOPページ：NEWS
 ***************************************/
#news {
	margin-top: 30px;
	margin-bottom: 20px;
}
#news-inner {
	display: block;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
}
#news-inner ul {
	float: right;
	display: block;
	width: 100%;
}
#news-inner ul .even {
	background-color: #FFFFFF;
}
#news-inner ul li {
	display: block;
	position: relative;
	width: 100%;
	min-height:14px;
	color: #535353;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.nanei_news #news #news-inner ul li {
     padding-bottom: 25px; 
}
.ie7 #news-inner ul li {
	margin-bottom: -7px;
}
#news .news_list_link {
	width: 840px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	height: 29px;
	float: left;
	text-align: right;
}
.nanei_news #news .news_list_link {
	background-image: url(../images/links_b.png);
	background-repeat: no-repeat;
	background-position: 99% 30%;
}
#news .news_list_link a {
	color: #333;
	padding-right: 30px;
}
#news .news_list_link a:hover {
	color: #069;
}
#news h2 {
	width: 120px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 23px;
	height: 29px;
	float: left;
	letter-spacing: 3pt;
	font-weight: normal;
}
#news-inner ul li .news-item {
	margin: 0 auto;
}

#news-inner ul li .news-item p {
	margin-top: 0px!important;
}

#news-inner ul li .news-kbn {
	margin-top: -5px;
	float: left;
	width: 110px;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	margin-right: 5px;
}
#news_archive .news-kbn {
	margin-top: -5px;
	float: left;
	width: 110px;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	margin-right: 5px;
}
#page .news-kbn {
	margin-top: -5px;
	float: left;
	width: 110px;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	margin-right: 5px;
}
#news_archive .news-com {
	margin-top: -2px;
}
.news_list {
	text-align: right;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 50px;
}
.news_list a {
	padding-right: 80px;
	color: #039;
	text-decoration: underline;
	padding-top: 40px;
	padding-bottom: 50px;
}
.entry-meta .news-kbn {
	float: left;
	width: 72px;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #FFFFFF;
	text-align: center;
	margin-right: 10px;
}
#news-inner ul li .news-date {
	float: left;
	width: 100px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2;
	margin-left: 6px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}
#news-inner ul li a {
	display: inline-block;
	float: left;
	width: 480px;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.2;
	color: #006699;
	text-decoration: underline;
}
.nanei_news #news-inner ul li a {
	width: 540px !important;
}
#news-inner ul li a:hover {
	color: #FF0000;
}
#news-inner ul li .news-com {
	right: 0px;
	text-align: right;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.2;
	color: #666666;
	float: right;
	width: 240px;
}
#btn-news {
	display: block;
	float: right;
	margin: 21px 22px 21px 0;
}
.bgcolor-news {
	background-color: #FF3333;
}
.bgcolor-topics {
	background-color: #FF6600;
}
.bgcolor-safety {
	background-color: #009933;
}
/***************************************
南栄用
 ***************************************/
.bgcolor-news_p {
	background-color: #FF3333;
}
.bgcolor-topics_p {
	background-color: #FF6600;
}
.bgcolor-safety_p {
	background-color: #009933;
}

.page-template-page-nanei header {
	padding-top: 0px;
}

/***************************************
  TOPページ：CONCEPT
 ***************************************/
#concept-ex {
	width: 100%;
	background-image: url('../images/logo_1.gif');
	background-repeat: no-repeat;
	background-position: 365px 29px;/*	margin-bottom:34px;*/
}
#concept-ex h2 {
	display: block;
	position: relative;
	margin: 0;
	padding: 40px 0 0 0;
}
#concept h2 {
	text-align: left;
	border-bottom: 2px solid #F01317;
	padding-bottom: 7px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 23px;
	height: 29px;
	letter-spacing: 3pt;
	font-weight: normal;
}
.tit_mr {
	padding-bottom: 13px;
}
#concept-ex .concept-inner {
	width: 100%;
	margin-top: 47px;
}
#concept-ex .concept-inner img {
	/*float:left;*/
	margin: 7px 0 0 29px;
}
.anzen_image ul {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 20px;
}
.anzen_image li {
	float: left;
	padding-left: 33px;
	padding-right: 33px;
}
#gigyou h2 {
	text-align: left;
	border-bottom: 2px solid #F01317;
	padding-bottom: 7px;
	margin-bottom: 20px;
	margin-top: 35px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 23px;
	height: 29px;
	letter-spacing: 3pt;
	font-weight: normal;
	clear: both;
}
#gigyou1 h2 {
	text-align: left;
	border-bottom: 2px solid #F01317;
	padding-bottom: 7px;
	margin-bottom: 20px;
	margin-top: 35px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 23px;
	height: 29px;
	letter-spacing: 3pt;
	font-weight: normal;
	clear: both;
}
.anzen_tit {
	margin-bottom: 15px;
	clear: both;
	padding-top: 20px;
}
.tit_mr_t {
	margin-top: 30px;
}
#concept-ex p {
	float: left;
	position: relative;
	width: 477px;
	margin-left: 15px;
	font-size: 15px;
	font-weight: normal;
	line-height: 2;
	color: #545454;
}
#concept-ex2 p {
	float: left;
	position: relative;
	font-size: 15px;
	font-weight: normal;
	line-height: 2;
	color: #545454;
	margin-top: 15px;
	margin-bottom: 15px;
}
#concept-ex2 .min {
	font-size: 22px;
	font-weight: bold;
}
#concept-ex .signature {
	display: inline-block;
	width: 190px;
	margin: 24px 0 44px 290px;
}
/***************************************
  サイドバー
 ***************************************/
#secondary {
	position: relative;
	float: left;
	width: 216px;
	margin: 0;
	padding: 0;
	color: #333333;
}
#secondary .menu-sidebar-container {
	position: relative;
	float: right;
	width: 190px;
	margin: 22px 0 0 0;
	padding: 0;
}
#secondary .menu-sidebar {
	width: 100%;
	background-color: #DFDFD0;
}
#secondary .menu-item-company {
	width: 100%;
	padding: 9px 0 12px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.38;
}
#secondary .border_top {
	border-top: solid 1px #9B9B8B;
}
#secondary .border_bottom {
	border-top: solid 1px #9B9B8B;
}
#secondary .menu-item-company p {
	width: 170px;
	margin: 0 auto;
}
#secondary .menu-item-company ul {
	width: 170px;
	margin: 5px auto 0 auto;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.48;
}
#secondary a {
	width: 100%;
	margin: 0;
	color: #333333;
	display: inline-block;
}
#secondary .sub-menu {
	margin-top: 6px;
}
/*
#secondary #menu-sidebar-logistics .menu-active {
	background-color:#DB2200;
}
*/
#secondary #menu-sidebar-logistics a:hover {
	color: #DB2200;
}
/*
#secondary #menu-sidebar-shipbuilding .menu-active {
	background-color:#0057B6;
}
*/
#secondary #menu-sidebar-shipbuilding a:hover {
	color: #0057B6;
}
/*
#secondary .menu-active li {
	color:#FFFFFF;
}

#secondary .menu-active a {
	color:#FFFFFF;
}
*/
#secondary .menu-active a:hover {
	color: #ECECFB!important;
}
#go_top_s {
	position: relative;
	width: 100%;
	/*	float:right;*/
	text-align: right;
	padding: 5px 0;
}
#go_top_s a {
	display: inline;
}
/***************************************
  フッター
 ***************************************/

.site-info {
	width: 100%;
	/*	background-color: #DFDFD0;*/
	background-image: url('../images/f_bar.png');
	background-repeat: repeat-x;
	background-position: top left;
	min-height: 555px;
	margin: 0;
	padding: 0;
}
#footer-top {
	position: relative;
	height: 57px;
}
#footer-top img {
	position: absolute;
	top: 0px;
	left: 173px;
}
.menu-footer-container ul {
	list-style: none;
}
.f_frm_2 img {
	padding-left: 0px;
}
.nav-footer {
	position: relative;
	display: block;
	width: 100%;
}
.menu-footer-division {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 4px;
}
.menu-footer-division p {
	position: relative;
	display: block;
	width: 100%;
	color: #525252;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
.menu-footer-company {
	margin: 7px 0;
}
/* 白い枠 */
.menu-footer-company .menu-item {
	position: relative;
	float: left;
	width: 217px;
	margin-right: 17px;
	min-height: 199px;
}
.menu-footer-company .menu-item .f_frm_1 {
	width: 100%;
	height: 11px;
	background-image: url('../images/f_frm_1.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
.menu-footer-company .menu-item .f_frm_2 {
	width: 100%;
	background-image: url('../images/f_frm_2.gif');
	background-repeat: repeat-y;
	background-position: top left;
}
.menu-footer-company .menu-item .f_frm_3 {
	width: 100%;
	height: 11px;
	background-image: url('../images/f_frm_3.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}
.f_frm_2 .f_com_lnk {
	display: block;
	position: relative;
	width: 204px;
	margin: 0 auto;
}
.f_frm_2 .f_com_lnk img {
	display: block;
	position: relative;
	width: 186px;
	height: 74px;
	margin: 0 auto;
}
.f_frm_2 .f_com_lnk p {
	text-align: center;
	color: #444444;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2;
}
.f_frm_2 .f_address {
	width: 186px;
	margin: 6px auto 0 auto;
	color: #525252;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.31;
}
.f_address a {
	color: #333;
}
.f_frm_2 .sub-menu {
	display: block;
	width: 177px;
	height: 26px;
	margin: 6px auto 0 auto;
}
.f_frm_2 .sub-menu li {
	display: block;
	float: left;
}
.f_frm_2 .sub-menu .menu-outline {
	width: 120px;
	padding-left: 27px;
}
.f_frm_2 .sub-menu .menu-inquiry {
	width: 76px;
	padding-left: 8px;
}
.copyright {
	width: 100%;
	margin: 28px 0;
	color: #525252;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
}
/*フォーム*/
.form_box dl {
}
.form_box dt {
	font-size: 16px;
	margin-bottom: 10px;
}
.form_box dd {
	margin-bottom: 20px;
}
.form_box p {
	text-align: center;
	font-size: 20px !important;
}
/***************************************
  プライマリー
 ***************************************/
#entry-title-mark {
	margin-right: 8px;
	float: right;
	height: 39px;
	width: 200px;
}
#entry-sub-menu {
	width: 100%;
	height: 11px;
	background-image: url('../images/line_4.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
}
#gnav {
	width: 754px;
	height: 100%;
	margin: 0 auto;
}
#gnav ul {
	display: block;
	width: 100%;
	height: 100%;
}
#gnav ul li {
	display: block;
	float: left;
	margin: 0 0 0 9px;
}
#pnav {
	display: block;
	/*	width:700px;*/
	margin: 9px auto 57px auto;
	text-align: center;
}
#pnav ul li {
	position: relative;
	/*    display: inline-block;*/
	display: inline;
	font-size: 15px;
	text-align: center;
}
#pnav .pnav-nar li {
	font-size: 12px!important;
}
#pnav a {
	font-size: 14px;
	color: #000000;
	display: inline-block;
	padding: 0 0 0 21px;
	line-height: 2;
	text-decoration: none;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: center left;
}
#pnav .p_lnk_01 {
	background-image: url('../images/p_lnk_01.gif');
}
#pnav .p_lnk_02 {
	background-image: url('../images/p_lnk_02.gif');
}
#pnav .p_lnk_03 {
	background-image: url('../images/p_lnk_03.gif');
}
#pnav .p_lnk_04 {
	background-image: url('../images/p_lnk_04.gif');
}
#pnav .p_lnk_05 {
	background-image: url('../images/p_lnk_05.gif');
}
#go_top_p {
	position: relative;
	/*	width:1090px;*/
	height: 64px;
	margin: 0 auto;
}
#go_top_p a {
	position: absolute;
	display: inline-block;
	right: 0px;
	top: 18px;
}
.page-type1 h2 {
	display: inline-block;
	width: 100%;
	height: 60px;
	color: #333333;
	font-size: 31px;
	font-weight: bold;
	line-height: 1.2;
}
.page-type1 h4 {
	margin-bottom: 3px;
	color: #525252;
	font-size: 16px;
	line-height: 1.2;
}
.page-h3 {
	width: 100%;
	height: 42px;
	position: relative;
	margin-top: 43px;
	background-image: url('../images/line_4.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
}
.page-h3 h3 {
	position: relative;
	float: left;
	display: inline-block;
	color: #333333;
	font-size: 29px;
	line-height: 1.2;
	padding-left: 62px;
	background-repeat: no-repeat;
	background-position: top left;
}
.page-h3 .d-logistics {
	background-image: url('../images/b_pt_1.gif');
}
.page-h3 .d-shipbuilding {
	background-image: url('../images/b_pt_2.gif');
}
.page-h3 .page-h3-mark {
	height: 20px;
	width: 200px;
	position: absolute;
	top: 13px;
	right: 3px;
}
.page-h3 p {
	display: inline-block;
	padding-top: 12px;
	font-size: 16px;
	line-height: 1.2;
}
.font01 {
	color: #525252;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.59;
}
.font02 {
	color: #525252;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
}
.page-h5 {
	width: 100%;
	height: 23px;
	margin-top: 16px;
}
.page-h5-line {
	width: 100%;
	height: 23px;
	margin-top: 16px;
	margin-bottom: 10px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	margin-left: 15px;
}
.page-h5-line h5 {
	position: relative;
	float: left;
	display: inline-block;
	color: #E52700;
	font-size: 16px;
	line-height: 1.2;
}
.page-h5 h5 {
	position: relative;
	float: left;
	display: inline-block;
	color: #E52700;
	font-size: 16px;
	line-height: 1.2;
}
.page-h5 p {
	display: inline-block;
	padding-left: 8px;
}
.tbl01 {
	display: block;
	margin-bottom: 4px;
}
.tbl01 dt {
	float: left;
	display: inline-block;
	margin: 2px 0;
	padding: 2px 0 0 7px;
	width: 185px;
	background-color: #525252;
	color: #ffffff;
}
.tbl01 dd {
	float: left;
	display: inline-block;
	margin: 2px 0;
	padding: 2px 10px 0 7px;
	width: 125px;
	background-color: #DFDFCD;
	text-align: right;
}
.tbl02 {
	display: block;
	margin-bottom: 4px;
}
.tbl02 dt {
	float: left;
	display: inline-block;
	margin: 2px 0;
	padding: 2px 0 0 7px;
	width: 62px;
	background-color: #525252;
	color: #ffffff;
}
.tbl02 dd {
	float: left;
	display: inline-block;
	margin: 2px 0;
	padding: 2px 10px 0 7px;
	width: 264px;
	background-color: #DFDFCD;
	text-align: right;
}
.tbl03 {
	display: block;
	margin-bottom: 4px;
}
.tbl03 dt {
	float: left;
	display: inline-block;
	margin: 2px 0;
	padding: 2px 0 0 7px;
	width: 212px;
	background-color: #525252;
	color: #ffffff;
}
.tbl03 dd {
	float: left;
	display: inline-block;
	margin: 2px 0;
	padding: 2px 10px 0 7px;
	width: 114px;
	background-color: #DFDFCD;
	text-align: right;
}
.tbl04 {
	display: block;
	margin-bottom: 4px;
}
.tbl04 dt {
	float: left;
	display: inline-block;
	padding: 2px 0 0 7px;
	width: 72px;
}
.tbl04 dd {
	float: left;
	display: inline-block;
	padding: 2px 10px 0 7px;
	width: 278px;
}
.w500 .tbl04 {
	display: block;
	margin-bottom: 4px;
}
.w500 .tbl04 dt {
	float: left;
	display: inline-block;
	margin: 2px 0;
	padding: 2px 0 0 7px;
	width: 100px;
	background-color: #525252;
	color: #ffffff;
}
.w500 .tbl04 dd {
	float: left;
	display: inline-block;
	margin: 2px 0;
	padding: 2px 10px 0 7px;
	width: 300px;
	background-color: #DFDFCD;/*	text-align: right;*/
}
.tbl05 {
	display: block;
	margin-bottom: 4px;
}
.tbl05 dt {
	padding: 2px 0 0 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.93;
}
.tbl05 dd {
	display: inline-block;
	padding: 2px 0 0 25px;
	line-height: 1.93;
}
.tbl06 {
	display: inline-block;
	margin: 10px 0 0 0;
	line-height: 1.66;
}
.tbl06 dt {
	float: left;
	display: inline-block;
	padding: 2px 0 0 7px;
	width: 132px;
}
.tbl06 dd {
	float: left;
	display: inline-block;
	padding: 2px 0 0 7px;
	width: 588px;
}
.lst01 {
	display: block;
	position: relative;
	float: left;
	width: 266px;
	padding-left: 4px;
}
.lst01 li {
	line-height: 1.93;
}
.lst02 {
	display: block;
	position: relative;
	width: 400px;
	line-height: 1.66;
}
.lst02 li {
	position: relative;
	float: left;
	display: inline-block;
	width: 190px;
}
.lst03 {
	display: block;
	position: relative;
	width: 580px;
	line-height: 1.66;
}
.lst03 li.c1 {
	position: relative;
	float: left;
	display: inline-block;
	width: 82px;
}
.lst03 li.c2 {
	position: relative;
	float: left;
	display: inline-block;
	width: 490px;
}
.lst04 {
	display: block;
	position: relative;
}
.lst04 li {
	margin: 0 0 0 18px;
	position: relative;
	float: left;
	display: inline-block;
	width: 354px;
	line-height: 1.2;
	padding: 0 0 20px 0;
}
.lst05 {
	display: block;
	position: relative;
	padding: 0 16px 0 0;
}
.lst05 li {
	margin: 0 20px 0 0;
	position: relative;
	float: right;
	display: inline-block;
	width: 335px;
	padding: 0 0 24px 0;
}
.lst06 {
	display: block;
	position: relative;
	padding: 0 2px 0 0;
}
.lst06 li {
	margin: 0 20px 0 0;
	position: relative;
	float: right;
	display: inline-block;
	width: 355px;
	padding: 0 0 32px 0;
}
.img-desc {
	padding: 7px 0 0 0;
}
.b-inq {
	color: #333333;
	font-weight: bold;
	line-height: 1.2;
}
.b-inq01 {
	font-size: 22px;
	min-height: 48px;
}
.b-inq02 {
	font-size: 20px;
	min-height: 30px;
}
.b-inq03 {
	font-size: 15px;
	line-height: 1.69;
	font-weight: normal;
	padding-left: 19px;
}
.b-inq04 {
	margin-top: 6px;
	padding-bottom: 20px;
}
.b-inq04-0 {
	float: left;
	display: inline-block;
	margin: 6px 0 0 19px;
	font-size: 19px;
	line-height: 1.69;
	clear: both;
}
.b-inq04-1 {
	float: left;
	display: inline-block;
	margin: 6px 0 0 19px;
	font-size: 19px;
	line-height: 1.69;
}
.b-inq04-2 {
	float: left;
	padding: 0 5px;
	display: inline-block;
	font-size: 25px;
	line-height: 1.69;
}
.b-inq05 {
	min-height: 23px;
	paddong-top: 50px;
	font-size: 16px;
	padding-left: 47px;
	background-image: url('../images/b_inq_ico.gif');
	background-repeat: no-repeat;
	background-position: center left;
	clear: both;
}
.b-inq06 {
	display: inline-block;
	margin: 9px 0 0 45px;
}
.page_h2 {
	border-bottom: solid 1px #333333;
	height: 40px;
}
.page-type2 h2 {
	position: relative;
	float: left;
	display: inline-block;
	color: #333333;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
}
.page-type2 .h2_mark {
	position: relative;
	float: left;
	display: inline-block;
	padding: 7px 0 0 18px;
	color: #DF2500;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.2;
}
#branch {
	padding: 12px 0 47px 0;
}
#branch h2 {
	height: 46px;
	color: #333333;
	font-size: 31px;
	font-weight: bold;
	line-height: 1.2;
	margin: 25px 0 0 0;
}
#branch li {
	position: relative;
	display: block;
	background-image: url('../images/line_4.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 0 0 22px 0;
}
#branch .copy {
	line-height: 1.33;
	padding: 0 0 14px 0;
}
#branch dl {
	display: block;
}
#branch dt {
	position: relative;
	display: inline-block;
	float: left;
	width: 42px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	background-color: #525252;
	text-align: center;
	padding: 5px 0 4px 0;
}
#branch dd {
	position: relative;
	display: inline-block;
	float: left;
	width: 290px;
	color: #525252;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 0 6px;
}
#branch .adrs .adrs-r1 {
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
}
#branch .adrs .adrs-r2 {
	font-size: 14px;
	font-weight: normal;
}
#branch .adrs .adrs-r3 {
	font-size: 13px;
	font-weight: normal;
	padding: 0 0 10px 0;
}
#branch a {
	color: #0059B2;
}
.bo10 {
	padding-bottom: 10px;
}
/* ----------------------- tronsport&distribution&shipbuilding ----------------------- */

.w276l {
	width: 276px;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}
.w432r {
	width: 432px;
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
}
.cont-body {
}
.cont-body .cont-top {
	margin-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: #ccc 1px dotted;
}
.cont-body .cont-service {
	margin-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
#entry-title-mark-r {
	margin-left: 8px;
	float: left;
	height: 39px;
	width: 200px;
}
.entry-title-l {
	float: left;
	display: inline-block;
	font-size: 37px;
	font-weight: bold;
	line-height: 1.2;
	padding-left: 30px;
}
header.serviceoftransport h1 {
	background: url('../images/serviceoftransport/arrow-h.png') no-repeat left bottom;
}
header.serviceoflogistics h1 {
	background: url('.../images/serviceoflogistics/arrow-h.png') no-repeat left bottom;
}
header.serviceofshipbuilding h1 {
	background: url('../images/serviceofshipbuilding/arrow-h.png') no-repeat left bottom;
}
header.joboffer h1 {
	background: url('../images/recruit/arrow-h.png') no-repeat left bottom;
}
header.recruit h1 {
	background: url('../images/recruit/arrow-h.png') no-repeat left bottom;
}
header.recruit_fresh h1 {
	background: url('../images/recruit/arrow-h.png') no-repeat left bottom;
}
header.serviceoftransport div {
	background: url('../images/serviceoftransport/h_mark.gif') no-repeat left bottom;
}
header.serviceoflogistics div {
	background: url('../images/serviceoflogistics/h_mark.gif') no-repeat left bottom;
}
header.serviceofshipbuilding div {
	background: url('../images/serviceofshipbuilding/h_mark.gif') no-repeat left bottom;
}
header.joboffer div {
	background: url('../images/recruit/h_mark.gif') no-repeat left bottom;
}
header.recruit div ,header.recruit_fresh div {
	background: url('../images/recruit/h_mark.gif') no-repeat left bottom;
}

.cont-body .head-line {
	color: #fff;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-left: 8px;
	margin-bottom: 20px;
}
.transport .head-line {
	background-color: #d11c00;
}
.logistics .head-line {
	background-color: #529C98;
}
.shipbuild .head-line {
	background-color: #2D4B8C;
}
.cont-body h2.page-h2-mark-2 {
	padding-left: 46px;
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
.transport .page-h2-mark-2 {
	color: #e02500;
}
.logistics .page-h2-mark-2 {
	color: #008C8C;
}
.shipbuild .page-h2-mark-2 {
	color: #00468C;
}
.cont-body ul.service-info {
	margin-bottom: 50px;
}
.cont-body ul.service-info li {
	padding-left: 20px;
	background: url('../images/arrow-sb.png') no-repeat 0 5px;
	font-size: 14px;
	line-height: 1.7;
}
.cont-body p.r-btn {
	display: block;
	overflow: hidden;
	width: 102px;
	padding-right: 30px;
	float: right;
}
/* 詳細 */

.cont-body h3.page-h3-mark-2 {
	width: 100%;
	padding-left: 26px;
	margin: 20px 0 30px 0px;
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
.transport .page-h3-mark-2 {
	color: #e02500;
}
.logistics .page-h3-mark-2 {
	color: #008C8C;
}
.shipbuild .page-h3-mark-2 {
	color: #00468C;
}
.cont-body .d-info-01 {
	margin-bottom: 10px;
}
.min {
	margin-bottom: 10px;
	font-size: 21px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.cont-body .d-box-01 {
	margin-bottom: 40px;
}
.cont-body .d-box-01 .catch-01 {
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 10px;
}
.cont-body .d-box-01 .detail-01 {
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 10px;
}
.cont-body .left {
	float: left;
}
.cont-body .right {
	float: right;
}
.cont-body .d-tbl01 {
	display: block;
	width: 710px;
	margin-bottom: 4px;
}
.cont-body .d-tbl01 dt {
	float: left;
	display: inline-block;
	text-align: center;
	margin: 2px 0;
	padding: 12px 0 12px 0;
	width: 130px;
	background-color: #525252;
	color: #ffffff;
}
.cont-body .d-tbl01 dd {
	float: left;
	display: inline-block;
	margin: 2px 0;
	padding: 12px 0 12px 12px;
	width: 550px;
	background-color: #f7f7f2;
}
.cont-body .d-tbl02 {
	display: block;
	width: 350px;
	margin-bottom: 4px;
	margin-right: 10px;
}
.cont-body .d-tbl02 dt {
	float: left;
	display: inline-block;
	margin: 2px 0;
	padding: 2px 0 0 12px;
	width: 240px;
	background-color: #525252;
	color: #ffffff;
}
.cont-body .d-tbl02 dd {
	float: left;
	display: inline-block;
	margin: 2px 0;
	padding: 2px 10px 0 8px;
	width: 70px;
	background-color: #DFDFCD;
	text-align: right;
}
.cont-body .d-imgg02-1 {
	margin-top: 10px;
	margin-right: 45px;
}
.cont-body .d-tbl03 {
	display: block;
	width: 710px;
	margin-bottom: 4px;
	border-bottom: #ccc 1px dotted;
}
.cont-body dl.d-tbl03 {
	display: block;
	overflow: hidden;
	margin-bottom: 40px;
	border-bottom: #ccc 1px dotted;
}
.cont-body .d-tbl03 dt {
	float: left;
	display: inline-block;
	text-align: center;
	margin: 2px 0 10px;
	padding: 12px 0 12px 0;
	width: 130px;
	background-color: #000;
	color: #ffffff;
}
.cont-body .d-tbl03 dd {
	float: left;
	display: inline-block;
	margin: 2px 0;
	padding: 0 0 12px 12px;
	width: 550px;
	background-color: #fff;
}
.contact a {
	width: 178px;
	height: 20px;
	display: inline-block;
	line-height: 1.5;
	text-decoration: none;
	color: #C10E00;
	text-align: center;
	background-color: #FFF;
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
	background-image: url("../images/mail_icon.png");
	background-position: 5% 30%;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 22px;
}
#network .col_l {
	width: 297px;
	float: left;
	margin: 0 30px 0 0;
}
#network .col_l ul {
	margin: 13px 0 0 0;
}
#network .col_l li {
	background-image: url("../images/col_left_line.gif");
	background-position: left bottom;
	background-repeat: repeat-x;
	display: block;
	position: relative;
	width: 269px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 7px;
	padding-bottom: 7px;
}
#network .col_l a {
	background-image: url("../images/col_left_arrow.gif");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	font-size: 14px;
	line-height: 31px;
}
#network .col_l a:hover {
	color: #DB2200;
}
#network .col_c a:hover {
	color: #008C8C;
}
#network .col_r a:hover {
	color: #0057B6;
}
#network .col_l li.line_end {
	background-image: none;
}
#network .col_c {
	width: 297px;
	float: left;
	margin: 0 30px 0 0;
}
#network .col_c ul {
	margin: 13px 0 0 0;
}
#network .col_c li {
	background-image: url("../images/col_center_line.gif");
	background-position: left bottom;
	background-repeat: repeat-x;
	display: block;
	margin: 0 auto;
	position: relative;
	width: 269px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#network .col_c a {
	background-image: url("../images/col_center_arrow.gif");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	font-size: 14px;
	line-height: 31px;
}
#network .col_c li.line_end {
	background-image: none;
}
#network .col_r {
	width: 297px;
	float: left;
}
#network .col_r ul {
	margin: 13px 0 0 0;
}
#network .col_r li {
	background-image: url("../images/col_right_line.gif");
	background-position: left bottom;
	background-repeat: repeat-x;
	display: block;
	margin: 0 auto;
	position: relative;
	width: 269px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#network .col_r a {
	background-image: url("../images/col_right_arrow.gif");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	font-size: 14px;
	line-height: 31px;
}
#network .col_r li.line_end {
	background-image: none;
}
#group-home {
	margin: 42px auto 35px;
}
#group-home .d-title {
	background-color: #DA2100;
}
#group-home .d-title .d-title-r {
	font-size: 14px;
	color: #FFFFFF;
	padding: 9px 0 0 12px;
}
#group-l {
	width: 610px;
}
#group-l .group-title {
	margin: 32px 0 0 60px;
}
#group-r {
	width: 300px;
}
#group-r .group-title {
	margin: 32px 0 0 0;
}
#group-r .menu-item-company {
	display: block;
	position: relative;
	width: 230px;
	padding: 9px 0 12px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.38;
}
#network #group-l a:hover {
	color: #DB2200;
}
#network #group-r a:hover {
	color: #0057B6;
}
#secondary .side-shipping ul {
	margin: 5px 0 14px 0;
}
#secondary .side-shipping li {
	background-image: url("../images/col_left_line.gif");
	background-position: left bottom;
	background-repeat: repeat-x;
	display: block;
	margin: 0 auto;
	position: relative;
	width: 190px;
	height: 32px;
}
#secondary .side-shipping a {
	background-image: url("../images/col_left_arrow.gif");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	font-size: 14px;
	line-height: 31px;
}
#secondary .side-shipping li.line_end {
	background-image: none;
}
#secondary .side-logistics ul {
	margin: 5px 0 14px 0;
}
#secondary .side-logistics li {
	background-image: url("../images/col_center_line.gif");
	background-position: left bottom;
	background-repeat: repeat-x;
	display: block;
	margin: 0 auto;
	position: relative;
	width: 190px;
	height: 32px;
}
#secondary .side-logistics a {
	background-image: url("../images/col_center_arrow.gif");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	font-size: 14px;
	line-height: 31px;
}
#secondary .side-logistics li.line_end {
	background-image: none;
}
#secondary .side-shipbuilding ul {
	margin: 5px 0 14px 0;
}
#secondary .side-shipbuilding li {
	background-image: url("../images/col_right_line.gif");
	background-position: left bottom;
	background-repeat: repeat-x;
	display: block;
	margin: 0 auto;
	position: relative;
	width: 190px;
	height: 32px;
}
#secondary .side-shipbuilding a {
	background-image: url("../images/col_right_arrow.gif");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	font-size: 14px;
	line-height: 31px;
}
#secondary .side-shipbuilding li.line_end {
	background-image: none;
}
#secondary .menu-sidebar .d-title {
	background-color: #DA2100;
	height: 36px;
}
#secondary .menu-sidebar .d-title p {
	font-size: 14px;
	color: #FFFFFF;
	padding: 9px 0 0 12px;
}
#secondary .menu-sidebar .group-title {
	height: 31px;
}
#secondary .menu-sidebar .group-title p {
	padding: 9px 0 0 12px;
}
#secondary #menu-sidebar-logistics .border_bottom {
	border-bottom: solid 1px #9B9B8B;
}
#h_top {
	position: relative;
}
.menu-global-nav-container {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 53px;
	width: 1305px;
	background-image: url('../images/global_bg.png');
	background-repeat: repeat-x;
	background-position: left top;
}
.menu-global-nav-container ul {
	display: block;
	width: 970px;
	height: 53px;
	margin: 0 auto;
	padding: 0;
	border: 0;
}
.menu-global-nav-container ul li {
	display: inline-block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}
/* ++++++++++++++++++++++++++++++++++++++ */

.header-main-wrapper {

	background-repeat: repeat-x;
	background-position: top left;
	height: auto;
	background-color: #b63626;
}
.header-main {
	background-image: none;
}
h1.site-title {
	left: 50px;
	top: 0px;
}
#h_top {
	width: 100%;
	min-width: 1052px;
}
.bgsw {
	width: 100%;
	min-width: 1052px;
	margin: 0 auto;
	height: 395px;
	background-position: center top!important;
}
.menu-global-nav-container {
	position: relative;
	height: 53px;
	width: 100%;
	background-image: url('../images/global_bg.png');
	background-repeat: repeat-x;
	background-position: left top;
}
.site-footer {
	background-image: url("../images/f_bar.png");
	background-position: left top;
	background-repeat: repeat-x;
}
.site-info {
	margin: 0 auto;
	background-image: none;
}
/***************************************
  採用情報
 ***************************************/
.rct_attention {
	margin-left: 30px;
	margin-right: 30px;
	border-top: 1px dotted #757575;
}
.rct_attention ul {
	margin-top: 15px;
}
.rct_attention li {
	font-size: 12px;
}
.recruit_box {
}
.syokusyubox.clearfix .w760 .head-line {
	background-image: url(../images/recruit/mark_w.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 21px;
	border-bottom: 3px solid #DA1F00;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 20px;
}
.syokusyubox h3 {
	position: relative;
	float: left;
	display: inline-block;
	color: #333333;
	font-size: 29px;
	line-height: 1.2;
	padding-left: 62px;
	background-repeat: no-repeat;
	background-position: top left;
}
.syoku_type dl {
	width: 760px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
}
.syoku_type dt {
	float: left;
	clear: left;
	width: 235px;
}
.syoku_type dd {
	float: left;
	width: 510px;
}
.rct_icon {
	float: left;
	width: 75px;
}
.syoku_name h2 {
	font-size: 50px;
	color: #E8080B;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	clear: none;
}
.syoku_name p {
	clear: both;
}
.syoku_type h4 {
	clear: both;
	margin-top: 43px;
}
.syoku_type ul li {
	border-bottom: #ccc 1px dotted;
	padding: 20px 10px;
}
.syoku_type ul li .clearfix dt p {
	color: #000000;
	background-image: url('../images/arrow-sb.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 14px;
	line-height: 1.7em;
}
.syoku_type ul li .clearfix dd p {
	line-height: 2em;
}
.syoku_type ul li dl dd p a {
	color: #006699;
}
.red-t {
	color: #DA1F00;
}

.recruit_box .green-btn_end {
        display: block;
    padding: 7px 10px 10px;
    color: #FFF;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
	background: #16b6ba;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    width: 41%;
    margin-left: auto;
    margin-right: 28px;
	margin-top: 1.5em;
}


.recruit_box .green-btn {
        background: #16b6ba;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    width: 41%;
    margin-left: auto;
    margin-right: 28px;
	margin-top: 1.5em;
}
.recruit_box .green-btn a {
    display: block;
    padding: 7px 10px 10px;
    color: #FFF;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
}
.recruit_box .green-btn a:after {
    background-repeat: no-repeat;
    background-position: 0 0 no-repeat;
    background-image: url(../images/recruit_fresh/wh-arrow.png);
    -webkit-background-size: 12px 26px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 26px;
    padding-left: 5px;
    position: relative;
    top: 6px;
    left: 6px;
}
/***************************************
  採用情報　詳細
 ***************************************/
.syoku_name {
	width: 770px;
}
.syoku_name dl {
 width:770px;
}
.syoku_name dt {
	float: left;
	clear: left;
	width: 200px;
}
.syoku_name dd {
	float: left;
	width: 570px;
	padding-top: 0px;
}
.syoku_name dl .clearfix dd p {
 padding-top: 50px;
}
.bosyu_youko {
	width: 770px;
	padding-top: 50px;
	font-size: 15px;
}
.bosyu_youko .bosyu_box {
	border: 1px solid #141313;
}
.kinmuchi {
	height: 39px;
	border-bottom: 1px solid #141313;
}
.bosyu_box .kinmuchi dl {
	width: 768px;
}
.bosyu_box .kinmuchi dt {
	float: left;
	clear: left;
	width: 138px;
	background-color: #000;
	color: #FFFFFF;
	padding: 9px 0px 9px 42px;
}
.bosyu_box .kinmuchi dd {
	float: left;
	width: 568px;
	color: #D61E00;
	padding: 9px 0px 0px 10px;
	font-size: 18px;
}
.jobname {
	height: 39px;
	border-bottom: 1px solid #141313;
}
.bosyu_box .place {
	clear: both;
	padding-top: 20px;
	margin-left: 15px;
	margin-bottom: 20px;
}
.bosyu_box .jobname dl {
	width: 768px;
}
.bosyu_box .jobname dt {
	float: left;
	clear: left;
	width: 118px;
	background-color: #000;
	color: #FFFFFF;
	padding: 9px 0px 9px 62px;
	border-top: 1px solid #FFFFFF;
}
.bosyu_box .jobname dd {
	float: left;
	width: 568px;
	color: #D61E00;
	padding: 9px 0px 0px 10px;
	font-size: 18px;
}
.d_tit {
	font-size: 60px;
	font-weight: bold;
	color: #E91619;
}
.bosyu_youko p {
}
.bosyu_box {
	margin-top: 20px;
	margin-top: 9px;
	margin-bottom: 15px;
}
.bosyu_youko .bosyu_box .naiyou {
	margin-top: 20px;
	clear: both;
	padding: 25px;
}
.naiyou dl dt {
	font-weight: bold;
	background-color: #DFDFD0;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.bosyu_box .Inquiry {
	padding: 25px;
}
.bosyu_box .Inquiry p {
/*	width:500px;*/
}
.bosyu_box .Inquiry .inquiry-btn {
	color: #FFFFFF;
	font-size: 20px;
	background-color: #000000;
	text-decoration: none;
	width: 250px;
	padding: 6px;
	display: block;
}
.bosyu_box .Inquiry .inquiry-btn {
	padding-bottom: 0px;
}
.bosyu_youko .bosyudate {
	font-size: 13px;
	text-align: right;
	min-height: 0px;
}
.bosyu_box .Inquiry .b-inq02 {
	margin-top: 20px;
}
.bosyu_box .Inquiry .b-inq02 {
	margin-top: 10px;
}
.bl-t a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid;
	padding-bottom: 1px;
	/*   text-align: right;*/
	margin-bottom: 50px;
}
/*レスポンシブ用PC調整CSS*/


.m_topinfo {
	display: none;
}
.pickup {
	display: none;
}
.anzen_text {
	display: none;
}
.keiei_link {
	display: none;
}

.h380 {
	padding-top: 0px !important;
	width: 1052px !important;
	position: relative;
	margin: 0 auto !important;
/*	overflow: hidden !important;*/
}

.rogotop {
	display:none;
	padding-top: 0px !important;
	width: 1052px !important;
	position: relative;
	margin: 0 auto !important;
	overflow: hidden !important;
}
.sougyo_red {
    display: none;
}

.sb-toggle-right {
	display: none;
	}
	
.networkbtn {
	display: none;
	}

.btn_pc-sp {
	margin-top: 40px;
}
ul.switch {
	text-align: center;
　/*ulの中身を中央揃え*/
}
ul.switch li {
	display: inline-block; /*インラインブロック表示*/
 /display:inline; /*IE対策*/
 /zoom:1; /*IE対策*/
	padding: 0;
}
.switch li {
	list-style: none;
	width: 45%;
}
#btnPC {
/*width:325px;*/
}
#btnSP {
/* width:325px;*/
}
/*news_list finish*/
#go_top_p a .sp{
	display:none;
}
.office_area{
	display:none;
}
/***************************************
  車両情報
 ***************************************/
 .w490l {
	width: 490px;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}
.w440r {
	width: 440px;
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
}
#news .news_list_link {
    width: 370px;
}
#news .left{
	float:left;
	width: 223px;
}
#news .right{
	float:left;
	width:264px;
}
#news #news-inner ul li .news-com {
	float:none;
	text-align:left;
	width: 212px;
/*	line-height: 2;*/
	font-size: 11px;
	margin-top:20px;

}
#news #news-inner ul li a {
	width:255px;
}
#news #news-inner ul li a {
	line-height: 1.4;
}
#news #news-inner ul li {
	padding-bottom: 12px;
}
#news .news_list_link {
    background-image: none;
}
#news .news_list_link_bottom {
    width: 466px;
    height: 29px;
    text-align: right;
	padding-right: 23px;
    background-image: url(../images/links_b.png);
    background-repeat: no-repeat;
    background-position: 99% 30%;
	margin-top: 11px;
}
#cars {
    margin-top: 30px;
    margin-bottom: 20px;
	 min-height: 406px;

}
#cars h2{
	font-size:20px;
	margin-bottom: 9px;
}
#cars .left dl {
  	width:210px;
	/*display: inline-block;*/
	font-size: 13px;
}
#cars .left dt {
  	float:left;
  	clear:left;
  	width:165px;
}
#cars .left dd {
 	 float:left;
 	 width:45px;
	 text-align: right;
	 font-weight: bold;
}

#cars .left dl dt , #cars .left dl dd {
     border-bottom: 1px solid #999;
	 margin-bottom: 3px;
}
#cars dt.end, #cars dd.end, dl .cars_title1, #cars li.end {
    border-bottom: none !important;
}

#cars .left{
	width:210px;
	margin-right:10px;
	float:left;
}
#cars .right{
	width:220px;
	float:left;
}
#cars .left dl .cars_title1{
	background-color:#229AEA;
	color:#FFFFFF;
	font-size: 14px;
    text-align: center;
    padding: 3px 0;
}
#cars dt.cars_title1 {
    width: 163px !important;
    margin-right: 2px;
}
#cars dl.unpan {
    padding-bottom: 7px;
}
#cars .right .cars_title2{
	background-color:#E0070B;
	color:#FFFFFF;
	font-size: 14px;
    text-align: center;
    padding: 3px 0;
	margin-bottom: 7px;
}
#cars .right li{
	border-bottom:1px solid #999;
	padding-bottom:8px;
	padding-top: 3px;
}
#cars .right .img, #cars .right new_point{
	float:left;
}
#cars .right .img{
	margin-right:12px;
}
#cars .right .new_point{
	color:#FD0004;
	font-weight:bolder;
	font-style:italic;
}
#cars .right .date{
	font-weight:bold;
	font-size:14px;
}
#cars .right a{
	text-decoration:underline;
	color: #006699;
}
#cars .right .text1{
	clear:left;
	padding-top: 6px;
	}
#cars .right .text1, #cars .right .text{
	font-size:13px;
}
#cars .cars_list_link_bottom {
    width: 197px;
    height: 29px;
    text-align: right;
	padding-right: 23px;
    background-image: url(../images/links_red.png);
    background-repeat: no-repeat;
    background-position: 99% 30%;
	margin-top: 21px;
}
#cars .cars_list_link_bottom a {
	color:#000000;
	text-decoration:none;
}
#news .news_list_link a{
	display:none;
}
/*車両情報一覧*/
.archive-title {
	float: right;
	display: inline-block;
	font-size: 30px;
	/* font-weight: 300; */
	font-weight: bold;
	line-height: 1.2;
	color: #3E3E3E;
	margin-bottom: 20px;    /* text-transform: uppercase; */
}
#update_archive .entry-content p{
	font-size: 1.3em;
	line-height:1.5em;
}
#update_archive .entry-content img{
	width: 30%;
    float: left;
    margin-right: 25px;
}
#update_archive .entry-content{
	padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
}
/*end車両情報一覧*/
 /***************************************
  end 車両情報
 ***************************************/
.ad_area_s {
	display:none;
}
.ad_area {
    width: 1052px;
    position: relative;
    z-index: 400;
	margin-left: auto;
    margin-right: auto;
}

.ad_area_sub {
    width: 1052px;
    position: relative;
    z-index: 400;
	margin-left: auto;
    margin-right: auto;
}

.ad_area_subn {
	width: 1052px;
	position: relative;
	z-index: 400;
	margin-left: auto;
	margin-right: auto;
	top: 52px;
}

#h_top {
    z-index: 300;
    position: relative;
}

.bx-viewport{
	top:46px;	
	border:none;
	left:0px; 
}

.bxslider li {
    /* text-align: center; */
    padding-left: 13px;
	padding-bottom:16px;
}

.ad_area_sub .bx-wrapper {
    height: 159px !important;
}

.ad_area_sub .bx-viewport{
	top:11px;	
	border:none;
	left:0px; 
}

.ad_area_subn .bx-wrapper {
    height: 159px !important;
}

.ad_area_subn .bx-viewport{
	top:11px;	
	border:none;
	left:0px; 
}
/***************************************
  出島物流
 ***************************************/
 #branch .dejima dd  {
     width: 480px; 
}
 
#branch .dejima h2 p {
    display: inline-block;
    font-size: 0.7em;
    font-weight: normal;
}
#branch  .dejima {
	border-bottom: black dotted 1px;
	background-image: none;
}
 
 /***************************************
  end 車両情報
 ***************************************/


@media screen and (max-width:1024px) {
/*@media (max-width:1024px) {*/
/*header{
	display:none;
}*/

#concept-ex .signature {
	width: 100%;
	margin: 0px 0 0px 0px;
}
#sb-site img {
	width: 100%;
	height: auto;
}
.menu-global-nav-container {
	display: none;
}
.w1305 {
	/*display:none;*/
	width: auto;
	margin: 0 10px;
}

footer .w1305 {
	display:block;
}
.w960 {
	width: 100%;
}
.w730 {
	width: 100%;
	margin: 0px 0px 0px 0px;
}
.w376l {
	width: 100%;
	float: none;
}
.w332r {
	width: 100%;
	float: none;
}
.w970 {
	width: 100%;
}
.w952 {
	width: 100%;
}
#secondary {
	display: none;
}

.mob_menu {
	margin:0px;
	padding:0px;
	}

.mob_menu_tit {
	padding: 9px;
	background-color: #CB0900;
}
ul.accordion li p {
	background-image: url(../images/sp/common/menu_arrow.png);
	background-repeat: no-repeat;
	background-position: 88% center;
	background-size: 18px;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;/*カーソルを通常の物に*/
	color: #000000;
	border-bottom: 1px solid #A1A1A1;
}
ul.accordion li p a {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 15px;
	text-decoration: none;
	color: #000000;
	width: 100%;
	display: block;
}
.mob_menu ul {
	padding-left: 20px;
}
div.sb-slidebar {
	background-color: #FEF6F7;
}
/*　top page　start*/

.concept-inner {
	display: none;
}
.anzen_image {
	display: none;
}
.header-main-wrapper {
	background-image: none;
	height: px;
}
.header-main {
	height: auto;
	background-image: url(../images/sp/under_b.png);
	background-position: 0% bottom;
	background-repeat: repeat-x;
	 display: none;
}
h1.h_left {
	float: left;
    width:60%;
	max-width:50%;
}

h1.h_left img {
	max-height: 54px !important;
	max-width: 184px !important;
}
h1.h_left img {
	max-width: 215px !important;
}	
h1.h_left {
	max-width:56%;
}


#header {
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 4;
	display: inherit;
	right: 0px;
}
#header .sb-toggle-right {
	display:block;
	float: right;
	margin-bottom: 8px;
	width:40%;
	max-width:65px !important;
}

#header .sb-toggle-right img {
	max-width:65px !important;
	}

#h_top {
	display: none;
}
.h_top_sp img {
	width: 100% !important;  /*画像の最大幅*/
	height: auto;
	vertical-align: bottom;
}
.inquiry .btn_tel img {
	max-width: 97%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	padding-top: 20px;
}
.inquiry .mail img {
	max-width: 85%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.inquiry .mail {
	width: 95%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 3px solid #F60307;
	border-radius: 5px;
}
#gigyou1, #network {
	display: none;
}
#concept-ex {
	background-image: none;
}
.tit_mr_t {
	margin-top: 0px;
	width: 80% !important;
}
.anzen_image img {
	display: none;
}
#concept-ex p.keiei_link {
	display: block;
	width: 95%;
	text-align: right;
	padding-right: 20px;
}
#concept-ex p.keiei_link a {
	color: #666666;
	text-decoration: underline;
}
.anzen_text ul li {
	list-style: none;
	background-image: url(../images/sp/circ_gry.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	padding-left: 32px;
	padding-top: 5px;
}
#concept-ex2 .min {
	line-height: 1.5;
}
/*　top page　finish*/
/*　footer　start*/
#footer-top img {
	position: absolute;
	top: 0px;
	left: 15px;
}
.f_frm_2 .f_address, .f_frm_2 .sub-menu {
	display: none;
}
.menu-footer-company .menu-item .f_frm_1, .menu-footer-company .menu-item .f_frm_2, .menu-footer-company .menu-item .f_frm_3 {
	background-image: none;
}
.menu-footer-company .menu-item {
	width: 50%;
	margin-right: 0px;
	min-height: auto;
}
/*.f_frm_2 .f_com_lnk img{
	display:none;
}*/
.f_frm_2 .f_com_lnk {
	width: 100%;
}
.f_frm_2 .f_com_lnk p {
	border: none;
}
.nav-footer {
	background-color: #ffffff;
	border-radius: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.menu-footer-division p {
	font-size: 22px;
	font-weight: normal;
	border-bottom: 1px solid #393737;
	margin-left: 8px;
	margin-right: 8px;
	width: auto;
	padding-top: 5px;
}
.menu-footer-company .menu-item {
	min-height: 100px;
}
.left {
	float: left;
	width: 35%;
}
.right {
	width: 60%;
	float: right;
}
div.pickup.clearfix {
	border-bottom: 1px solid #999;
	padding-bottom: 13px;
	margin-bottom: 60px;
	display:block;
}
.right .min {
	margin-bottom: 10px;
	font-size: 18px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.pickup h2 {
	padding-top: 35px;
}
/*　footer　finish*/
#news .news_list_link {
	width: 100%;
	float: none;
}
.site-content .entry-header {
	padding: 10px 10px 12px;
	display: block;
}
#news-inner ul li {
	padding-top: 12px;
	padding-bottom: 12px;
}
#news-inner ul li a {
	padding-top: 5px;
	padding-bottom: 3px;
	width: 100% !important;
}
#news-inner ul li .news-com {
	line-height: 1.5;
	/* padding-bottom: 5px; */
	width: auto;
	text-align: left !important;
}
.anzen_tit {
	margin-bottom: 0px;
}
.anzen_tit img {
	width: 60% !important;
}
#concept-ex2 #news-inner ul li a {
	width: 100%;
	padding-top: 2px;
	padding-bottom: 5px;
}
#concept-ex2 #news-inner ul li .news-kbn {
	display: none;
}
#concept-ex2 p {
	margin-bottom: 2px;
}
ul.switch {
	text-align: center;
　/*ulの中身を中央揃え*/
}
ul.switch li {
	display: inline-block; /*インラインブロック表示*/
 /display:inline; /*IE対策*/
 /zoom:1; /*IE対策*/
	padding: 0;
}
.switch li {
	list-style: none;
	width: 45%;
}
#btnPC {
/*width:325px;*/
}
#btnSP {
/* width:325px;*/
}
/*news_list finish*/

.page .main-content {
	float: none;
}
#primary {
}
.h380 {
	/*padding-top: 65px !important;*/
	padding-top: 92px !important;/*190122*/
	width: 100% !important;
}
.h65 {
	padding-top: 0px !important;
}
#sb-site {
	padding-left: 10px !important;
	padding-right: 10px !important;
	clear: both;
}
.page .main-content, .single .content-area {
	float: none;
	width: 100%;
}
.page .content-area, .single .site-content {
	float: none;
	width: 100%;
}
.primary-inner {
	width: 100%;
}
.breadcrumbs {
	margin-bottom: 0px;
}
.page .entry-content {
	padding-top: 0px;
}
#page .news-kbn {
	margin-top: 0px;
}
/*採用情報*/
header.recruit h1 {
	font-size: 37px;
	font-weight: bold;
	line-height: 1.2;
	text-align: right;
	background: none;
}
#entry-title-mark-r {
	display: none;
}
header.recruit .entry-title-l {
	float: none;
	display: block;
}
#entry-title-mark-r {
	margin-left: 60%;
	float: none;
	height: 39px;
	width: 100%;
}
#entry-sub-menu {
	background-image: none;
}
.jobcon_img img {
	width: 100% !important;
	margin-left: 0px !important;
	margin-top: 15px !important;
}
.syoku_type dt {
	float: none;
}
.syoku_type dd {
	float: none;
	width: 100%;
}
.w760 {
	width: 100%;
	margin: 0 0px 0 0px;
}
.syoku_type dl {
	width: 100%;
}
.syoku_type ul li .clearfix dd p {
	margin-bottom: 1.7em;
	line-height: 1.3;
}
.syoku_type ul li .clearfix dd p a {
	font-size: 16px;
}
/*採用情報　詳細*/
.syoku_name {
	margin-top: 1.5em;
	width: 100%;
}
.syoku_name dt {
	display: none;
}
.syoku_name dd {
	width: auto;
}
.syoku_name img {
	width: 50px !important;
	height: auto;
}
.syoku_name p {
	margin-top: -15px;
}
.d_tit {
	font-size: 40px;
}
.bosyu_youko {
	width: 100%;
	padding-top: 20px;
	font-size: 15px;
}
.bosyu_youko .bosyudate {
	padding-right: 10px;
}
.kinmuchi {
	height: auto;
	border-bottom: none;
}
.bosyu_box .kinmuchi dl {
	width: 100%;
}
.bosyu_box .kinmuchi dt {
	float: none;
}
.bosyu_box .kinmuchi dd {
	width: auto;
	float: none;
	border-top: 1px solid #141313;
	border-bottom: 1px solid #141313;
	padding-bottom: 9px;
}
.jobname {
	height: auto;
	border-bottom: none;
}
.bosyu_box .jobname dl {
	width: 100%;
}
.bosyu_box .jobname dt {
	float: none;
	border-top: none;
}
.bosyu_box .jobname dd {
	float: none;
	width: auto;
	border-top: 1px solid #141313;
}
.bosyu_box .place {
	margin-bottom: 0px;
	margin-left: 0;
}
.bosyu_youko .bosyu_box .naiyou {
	margin-top: 0px;
	padding: 10px;
}
.naiyou dl dd {
	padding-left: 10px;
	padding-right: 10px;
}
/*会社概要*/
.lst02 li {
	position: relative;
	float: none;
	display: list-item;
	width: 100%;
}
.tbl06 dt {
	font-weight: bold;
	width: 100%;
}
.tbl06 dd {
	padding: 2px 0 0 20px;
	width: 100%;
}
.btn_pc-sp {
	margin-top: 20px;
}
/*事業内容　*/
#network-sp .col_l, #network-sp .col_c, #network-sp .col_r {
	width: 305px !important;
}
header.serviceoftransport h1 {
	background-position: left center;
	background-size: auto 80%;
}
header.serviceoflogistics h1 {
	background-position: left center;
	background-size: auto 80%;
}
header.serviceofshipbuilding h1 {
	background-position: left center;
	background-size: auto 80%;
}
.w376l {
	margin-bottom: 15px;
}
.cont-body p.r-btn {
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0;
}
.cont-body ul.service-info {
	margin-bottom: 20px;
}
.cont-body .d-box-01 {
	margin-bottom: 0;
}
.cont-body .d-box-01 div {
	width: 50%;
}
.cont-body .d-box-01 div p {
	margin-bottom: 0 !important;
}
.cont-body h2.page-h2-mark-2 {
	padding-left: 25px;
	background-position: left center;
	background-size: auto 20px;
}
.page-type1 h2 {
	font-size: 28px;
	height: auto;
	margin-bottom: 10px;
}
.page-id-441 .cont-body .d-box-01 div.w432r {
	width: 100%;
	margin-bottom: 20px;
}
/*事業内容 > 造船サービス　*/
.entry-title {
	font-size: 25px;
}
#entry-title-mark {
	height: 20px;
}
#gnav {
	width: 100%;
}
#gnav ul li {
	width: 33%;
	max-width: 129px;
}
#gnav ul li {
	margin: 0;
}
#pnav .pnav-nar li {
	font-size: 15px !important;
}
.page-h3 .d-shipbuilding {
	background-size: auto 30px;
	background-position: left -10px center;
}
.page-h3 h3 {
	font-size: 29px;
	line-height: 1;
	padding-left: 45px;
	padding-bottom: 8px;
}
.page-h3 .page-h3-mark {
	display: none;
}
.page-h3 p {
	padding-top: 8px;
}
.lst04 {
	margin-right: 15px;
}
.lst04 li {
	margin: 0px 0px 0px 18px;
	width: auto;
	line-height: 1.2;
	padding: 0px 0px 20px;
}
.b-inq04-1 {
	clear: left;
}
.w500 {
	width: 100%;
}
.w500 .tbl04 dt {
	width: 20%;
}
.w500 .tbl04 dd {
	width: 70%;
}
.w660 {
	width: 100%;
}
.lst05 li {
	float: none;
	width: auto;
}
.tbl02 dd {
	width: 240px;
}
.w353r {
	float: none;
}
.tbl03 dd {
	width: 80px;
}
/*営業拠点位置設定*/
.m_topinfo {
	display: block;
	position: relative;
	margin-left: -10px;
	margin-right: -10px;
}
.networkbtn {
	display:none;
}
	
/*.networkbtn {
	display:block;
	padding-top: 13px;
	margin-right: 7px;
	float:right;
	width:50%;
	max-width:84px;
}*/

.networkbtn img {
	max-width:84px !important;
}

.page-id-45 #gnav ul li, .parent-pageid-45 #gnav ul li, .page-id-654 #gnav ul li, .parent-pageid-654 #gnav ul li{
	width: auto;
	height: auto;
	max-width: 160px;
	margin-bottom: 20px;
}
 .page-id-66 #gnav ul li, .parent-pageid-66 #gnav ul li {
	 margin-bottom: 20px;
 }
.page-id-45 #gnav ul li img, .parent-pageid-45 #gnav ul li img {
	width: auto;
}

#pnav {
	clear: both;
}
.page .entry-content {
	clear: both;
}

.rogotop {
	display:block;
	padding-top: 0px !important;
	width: 100% !important;
	position: relative;
	margin: 0 auto !important;
	overflow: hidden !important;
}
.sougyo_red{
	display: block;
	background-color: #E0070B;
	text-align: center;
	padding: 2px 0;
	color: #fff;
}/*190122*/

/*各会社*/
.page-h3 .d-logistics{
	background-image: url('../images/sp/b_pt_1_sp.gif');
}
.page-type1.font01 img{
	padding:15px 0px;
	box-sizing:border-box;
	
}
.page-type1 div{
	float:none !important;
	width:100% !important;
	}
.page-type1.font01  .lst04{
	margin-right:0px;
	}
.page-type1.font01 .lst04 li img{
	padding:0px !important;
}
.page-type1.font01 .lst04 li{
	float:none;
	display:block;
	margin: 0px;
	padding:0 0 20px 0;
}
.page-type1.font01 .w730 p iframe{
	padding:20px;
	box-sizing: border-box;
	
}
.page-type1.font01 .w386r p {
    width: 100%;
    letter-spacing: -1em;
}
.page-type1.font01 .w386r p img {
    width: 50% !important;
    padding: 0px;
    display: inline-block;
	padding-top: 15px;
}
.page-type1.font01 .w386r{
	clear:both;
}

.page-type1.font01 .page-h3 h3{
	line-height:1.2;
}

#branch .adrs .adrs-r3{
	font-size: 16px;
	float: right;
}
#branch dt{
	width:15%;
}
#branch dd{
	width:83%;
}
#branch li .w340l{
	line-height: 1.9;
	}
.page-type1.font01  #pnav ul li{
	margin-bottom:12px;
	display: inline-block;
}
#concept-ex p{
	width: 100%;
}
/*パシフィックベースン*/
.page-type1.font01  .w660.b-inq.clearfix div {
	height:auto !important;
}
.page-type1.font01  .w660.b-inq.clearfix div a{
	padding: 2px 0 0px 45px;
	display: inline-block;
}

.page-type1.font01  .w660.b-inq.clearfix div a img{
	display: inline-block;
/*margin: 9px 0 0 45px;*/
}
.page-type1.font01  .w660.b-inq.clearfix div .clearfix{
	padding:0 0 55px 0;
}
.page-type1.font01  .w660.b-inq.clearfix{
	padding:0 0 55px 0;
	margin-bottom: 50px;
}
div.b-inq04.clearfix{
	padding-bottom: 10px !important;
}
.page-type1.font01  .lst05{
	padding-right:0px;
	}
.page-type1.font01 .lst05 li img{
	padding:0px !important;
}
.page-type1.font01 .lst05 li{
	float:none;
	display:block;
	margin: 0px;
	padding:0 0 20px 0;
	width: 100%;
}
/*ワイエフエフ*/
.page-type1 h4.min{
	margin-bottom: 10px;
	font-size: 21px;
	font-weight: inherit;
	line-height: 1.59;
}
.page-type1.font01  .lst06{
	margin-right:0px;
	}
.page-type1.font01 .lst06 li img{
	padding:0px !important;
}
.page-type1.font01 .lst06 li{
	float:none;
	display:block;
	margin: 0px;
	padding:0 0 20px 0;
	width: 100%;
}
.page-type1.font01 .w660 .b-inq04-2{
	display: block;
}
#go_top_p a .pc{
	display:none;
}
#go_top_p a .sp{
	display:block;
	margin-top: 20px;
}
#go_top_p{
	min-height: 100px;
}
.page-type1.font01 .w660 .b-inq04-2 a{
	padding-left:0px !important;
	margin-left:0px !important;
}

.more {
	width: 30% !important;
	display: block !important;
	margin-top: 7px !important;
	text-align: center !important;
	padding: 7px !important;
	font-size: 14px !important;
	background-color: #CBE2FC !important;
	float: right;
	border-radius: 4px;
	}
.spmenu_set {
	width:40%;
	float:right;
	}
	
	
	
/*事業内容*/

#gigyou1-sp h2 {
	text-align: left;
	border-bottom: 2px solid #F01317;
	padding-bottom: 7px;
	margin-bottom: 20px;
	margin-top: 35px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 23px;
	height: 29px;
	letter-spacing: 3pt;
	font-weight: normal;
	clear: both;
	}
#network-sp{
	margin-top: 20px
}

#network-sp .w952 .clearfix{
	
}

img.fld_img{
	width:40% !important;
}
img.fld_tab{
	width:90% !important;
}
#network-sp .fld{
	width:100%;
	min-height:200px;
}
#network-sp .fld_tab{
	margin:12px 10px;
	position:static;
}


#network-sp .col_l, #network-sp .col_c, #network-sp .col_r{
	padding-bottom:20px;
}
/*.col_l*/
#network-sp .col_l{
	width:90%;
	margin: auto;
}
#network-sp .col_l ul{
	margin: 13px 0 0 0;
}
#network-sp .fld_cpy{
	margin-left:15px;
}
#network-sp .col_l li{
	background-image: url("../images/col_left_line.gif");
background-position: left bottom;
background-repeat: repeat-x;
display: block;
position: relative;
width: 85%;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
padding-top: 7px;
padding-bottom: 7px;
}

/*.col_c*/
#network-sp .col_c{
	width:90%;
	margin: auto;
}
#network-sp .col_c ul{
	margin: 13px 0 0 0;
}

#network-sp .col_c li{
	background-image: url("../images/col_center_line.gif");
background-position: left bottom;
background-repeat: repeat-x;
display: block;
position: relative;
width: 85%;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
padding-top: 7px;
padding-bottom: 7px;
}

/*.col_r*/
#network-sp .col_r{
	width:90%;
	margin: auto;
}
#network-sp .col_r ul{
	margin: 13px 0 0 0;
}

#network-sp .col_r li{
	background-image: url("../images/col_right_line.gif");
background-position: left bottom;
background-repeat: repeat-x;
display: block;
position: relative;
width: 85%;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
padding-top: 7px;
padding-bottom: 7px;
}


/*経営理念*/
.concept-inner_sp{
	display:block;
}
#concept-ex p{
	width:auto;
	margin-left:0;
}
#concept-ex .signature{
	display:inline-block;
width:100%;
margin:24px 0 44px 0px;
}
#concept-ex .concept-inner_sp img{
	margin:0px;
}


/*営業拠点*/
.pc{
	display:none;
	}
.office_area{
	display:block;
}
.office_area h3{
	padding-top: 20px;
}

.office_area .pref{
		font-size: 1.5em;
	color: #fff;
	margin-top: 20px;
padding-left: 10px;
    line-height: 1.7;
	background-color: #666;
}
.office a{
	display:block;
	font-size: 1.3em;
background-image: url("../images/sp/col_base_arrow.gif");
background-position: right  center;
background-repeat: no-repeat;
margin: 6px 10px;
border-bottom: 1px dashed #3A3A3A;
padding: 15px 25px 15px 0px;
}
.office .yoshida a{
	background-image: url("../images/col_left_arrow.gif");
}
.office .nagasaki a{
	background-image: url("../images/sp/col_nagasaki_arrow.gif");
}
.office .fukuoka a{
	background-image: url("../images/sp/col_fuku_arrow.gif");
}
.office .nanei a{
	background-image: url("../images/sp/col_nanei_arrow.gif");
}
.office .dejima a{
	background-image: url("../images/sp/col_deji_arrow.gif");
}
.office .maruko a{
	background-image: url("../images/sp/col_maru_arrow.gif");
}
.office .with a{
	background-image: url("../images/sp/col_with_arrow.gif");
}
.office .vietnam a{
	background-image: url("../images/sp/col_vietnam_arrow.gif");
}
div.wpcf7 img.ajax-loader{
	    width: 16px !important;
}
/*南栄運輸分岐スマホ用*/
.nanei_menu ul{
	width: 100% !important;
	margin:0 auto;
}
div.nanei_menu li{
	width: 30%;
	margin: 5px 4px;
	
}
.nanei_menu li.honsya a, .nanei_menu li.eigyou a, .nanei_menu li.yusou a,
.nanei_menu li.honsya.on a, .nanei_menu li.eigyou.on a, .nanei_menu li.yusou.on a{
	    width: 100% !important;
}

.header-main-wrapper_nanei {
	background-image: none !important;
}
.nanei_menu {
    margin-top: 20px;
}

.h_top_sp_n img {
	width: 100% !important;  /*画像の最大幅*/
	height: auto;
	vertical-align: bottom;
}
.h_top_sp_n{
	display:block !important;
}
#nanei {
	width:100%;
    margin-bottom: 20px;
}
#nanei p.min {
    line-height: 1.2;
}
#nanei p .min {
	    font-size: 24px !important;
}
dl.tbl06.nanei dt {
	font-weight: bold;
	width: 100%;
}

dl.tbl06.nanei dd {
	padding: 2px 0 0 20px;
	width: auto;
}
.yusou-dl dl.tbl06.nanei dt, .yusou-dl dl.tbl06.nanei dd {
    width: 100% !important;
}
.n_saiyou ul li {
    background-position: left 4px !important;
    margin-top: 22px;
    margin-right: 23px;
}
.nanei_news #news .news_list_link {
	width: 100% !important;
	background-position: 97% 30%;
}
.nanei_news #news-inner ul li a {
	width: auto !important;
}
.nanei_news #news #news-inner ul li a{
	float:none;
}
.nanei_news #news #news-inner ul li {
    padding-bottom: 10px;
}

/*南栄運輸分岐*/

/*車両情報*/

#news .news-item .left{
	width:auto !important;
}
#news .news-item .right{
	float:none;
	width: 100%;
}
.w440r{
	width: 100%;
	    float: none;
}
.anzen #news-inner ul li .news-com {
	float:none !important;
	width: 100% !important;
	text-align:left;
}
#concept-ex2 p {
	float:none !important;
}
#concept-ex2 #news-inner ul li a {
    padding-bottom: 9px;
}
.w490l{
	width: 100%;
	    float: none;

}
#news #news-inner ul li .news-com {
    width: auto !important;
}

#cars .left dt {
    /*float: left;
    clear: left;*/
    width: 79%;
}
#cars .left dd {
    /*float: left;*/
    width: 20%;
   /* text-align: right;
    font-weight: bold;*/
}
#cars dt.cars_title1 {
    width: 79% !important;
}
#cars .left dd {
    width: 20%;
}
#cars .left dl {
    width: 100%;
}
#cars .left {
    width: 100%;
	margin-bottom: 22px;
}
#cars .right {
    width: 100%;
	}
#cars .right .img {
    margin-right: 10px;
    width: 54%;
}
#news .news_list_link a{
	display:block;
	/*background-image: url(../images/links_b.png);*/
	background-repeat: no-repeat;
    background-position: 99% 30%;
}
#news .news_list_link_bottom{
	display:none;
}
#cars .right li {
    padding-bottom: 18px;
    padding-top: 12px;
}

/*end 車両情報*/

.ad_area_s {
	display:block;
    width: 225px;
	margin-left:auto;
	margin-right:auto;
}

.ad_area_s .bx-wrapper {
	position: relative;
	height: 170px;
	background-color: rgba(255,255,255,0.18);
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
}
.bx-viewport{
	top:0px;	
	border:none;
	left:0px; 
}

.ad_area {
	display:none;
}

.bxslider li {
	/* text-align: center; */
	padding-left: 0px;
	padding-bottom: 0px;
	border: 1px solid #686868;
	border-radius: 5px;
}

.bxslider li  img {
	/* text-align: center; */
	width:100%;
	height:auto !important;
}

#update_archive .site-content,.content-area {
	width: 100% !important;
}

#update_archive .site-content .entry-meta {
	margin-bottom: 0px;
}
#concept{
	display:none;
}

.pickup{
	display:none;
}
/*	フッター改訂*/
ul.foot-menu li.foot-menuitem {
    width: 46%;
	padding: 0 !important;
	margin: 0;
	margin: 0 5px 0 5px;
}
.footmenu-address .f-add{
	display:none;
}
.footmenu-address .name-btn a{
	display:none;
}
.footmenu-address .name-btn{
	font-size: 13px;
	border: none;
	width: 100%;
	margin-left:0px;
	font-weight: bold;
	margin-bottom: 14px !important;
}
.foot-menuitem .footmenu-address{
	width:auto !important;
	float:none !important;
}
.nav-footer {
    margin-left: 0px !important;
}
div.footmenu-address p {
    text-align: center;
}
.foot-menuitem .logo{
	float:none !important;
	margin-right: auto !important;
    margin-left: auto;
	padding: 0;
}
margin-right: auto;
    margin-left: auto;{
	margin-left: auto !important;
    margin-right: auto !important;
	}
.menu-footer-division{
	margin-bottom: 15px;
}
ul.foot-menu{
	margin-top: 15px !important;
}
.menu-footer-container.w960 {
    margin-top: 5px;
}
/*	end  フッター改訂*/

/*出島物流*/
#branch .dejima dd {
    width: 83%;
}

/*	end  出島物流*/



}


/*max-width: 1024px*/

@media (max-width:330px) {

.f_frm_2 .f_com_lnk img{
	    margin: 0 auto 0 -13px;
}
.nanei_news #news .news_list_link a {
	font-size: 10px !important;
	    padding-right: 27px;

}
.nanei_news #news .news_list_link {
	    padding-top: 1px !important;
	    height: 28px !important;
}
div.nanei_menu li {
    width: 29%;
}
}
/*max-width: 330px*/


/*南栄運輸分岐PC用*/

.header-main-wrapper_nanei {
	background-image: url('../images/hd_bg_green.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	height: auto;
	background-color: #FFFFFF;
}

.w997 {
    width: 992px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
#nanei{
	margin-top:30px;
	margin-bottom:20px;
}

h1.nanei {
    display: inline-block;
    width: 100%;
    color: #333333;
    font-size: 31px;
    font-weight: bold;
    line-height: 1.2;
}
 .page-id-66 .w500 {
    width: 424px;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
}
 .page-id-66 .w332r {
    width: 276px;
    position: relative;
    float: right;
    margin: 24px 0 0 0;
    padding: 0;
    border: 0;
}
.nanei_menu ul{
	width: 1000px;
	margin:0 auto;
}
.nanei_menu li{
	display:inline-block;
	width: 224px;
	margin:0 9px;
	
}
.nanei_menu {
    margin-bottom: 40px;
}

.nanei_menu li.honsya.on a, .nanei_menu li.eigyou.on a, .nanei_menu li.yusou.on a {
	display:block;
    background-color: rgb(74,156,71);
    width: 224px;
    height: 50px;
    border-color: rgb(65,158,66);
    border-width: 2px;
    -moz-border-radius: 5%;
    -webkit-border-radius: 10px/10px;
    border-radius: 10px/10px;
    border-style: solid;
    font-size: 18px;
    line-height: 280%;
    color: rgb(255,255,255);
    text-align: center;
}


.nanei_menu li.honsya a, .nanei_menu li.eigyou a, .nanei_menu li.yusou a{
	display:block;
    background-color: rgb(255,255,255);
    width: 224px;
    height: 50px;
    border-color: rgb(65,158,66);
    border-width: 2px;
    -moz-border-radius: 5%;
    -webkit-border-radius: 10px/10px;
    border-radius: 10px/10px;
    border-style: solid;
    font-size: 18px;
    line-height: 280%;
    color: rgb(64,158,65);
    text-align: center;
}

.group_service{
	margin-top:30px;
	margin-bottom:15px;
}

 .page-type1 .yusou h2{
	     height: auto;
}
.h_top_sp_n{
	display:none;
}
#nanei p .min {
	    font-size: 36px !important;
}
dl.tbl06.nanei dt {
    float: left;
    display: inline-block;
    padding: 2px 0 0 7px;
    width: 152px;
}
.yusou-dl dl.tbl06.nanei dt {
    width: 30%;
}
.yusou-dl dl.tbl06.nanei dd {
    width: 40%;
}

.nanei span.bold {
    font-weight: bold;
	color:#D60004;
}

#secondary .sidebar-nanei .border_top {
    border-top: none;
}
#secondary .sidebar-nanei .menu-item-company {
        padding: 0px 0 11px 0;
}


#secondary .sidebar-nanei .group-title {
    height: 40px;
}
.yusou .page-h5 {
    margin-top: 0px;
}
.yusou .w353r {
	margin: 25px 0 0 0;
}
.n_saiyou h3 {
	padding-left: 10px;
	padding-bottom: 8px;
	border-bottom: 3px solid #479D42;
	width: auto;
	margin: 0 10px 20px 10px;
}
.n_saiyou ul li {
    color: #000000;
    background-image: url('../images/arrow-sb.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.7em;
	margin-left: 22px;
}
.n_saiyou {
    margin: 60px 0 60px 0px !important;
    background-color: rgba(238, 238, 238, 0.58);
    padding: 30px 0px 23px;
}
.n_saiyou ul li a {
    color: #006699;
}

.nanei_news #news .news_list_link {
    width: 1000px;
    float: none;
    padding-top: 2px;
    height: 27px;
}
.nanei_news .w730{
    width: 730px;
    position: relative;
    margin: 0;
	
}
.nanei_news .w960{
    width: 1000px;
	
}
p.sai_list {
    background-color: rgb(204,204,204);
    width: 269px;
    -moz-border-radius: 2%;
    -webkit-border-radius: 2%/22%;
    border-radius: 2%/22%;
    font-family: ShinGoPro;
    font-size: 13px;
    color: rgb(44,44,44);
    text-align: center;
    padding: 6px;
    float: right;
    margin-right: 10px;
	margin-top: 20px;
}
p.sai_list a:hover{
	color: #005EB4;
}
.nanei_news #news .news_list_link a{
	display:block;
}

/*end 南栄運輸分岐*/

/*PRバナー*/
.ad_banner {
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	max-width:959px;
	margin-left:auto;
	margin-right:auto;
	}
.ad_banner img {
	width:100%;
	}
	
	/*PRスライドバナー*/
	
/*	フッター改訂*/
ul.foot-menu {
    margin-top: 7px;
}
ul.foot-menu .foot-menuitem{
	background-color: #FFFFFF;
    float: left;
    padding: 16px 22px 16px 12px;
    border-radius: 10px;
    margin-right: 20px;
	margin-bottom: 20px;
	}
.footmenu-address .f-add{
	font-size: 13px;
    font-weight: normal;
    line-height: 1.31;
}
.foot-menuitem .logo {
    width: 58px;
    margin-right: 14px;
    float: left;
    padding-left: 12px;
}
.foot-menuitem .deji {
    padding-left: 6px;
    margin-right: 20px;
}
 .foot-menuitem .footmenu-address {
    width: 336px;
    float: left;
	margin-top: 5px;
}
.footmenu-address p {
    text-align: left;
}
.footmenu-address  .name-btn {
	margin-bottom: 7px;
	width:100%;
}
.footmenu-address  .name-btn img {
    float: right;
    margin-top: -6px;
}
.nav-footer{
	    margin-left: 16px;
}
.menu-footer-division p{
	    width: 96%;
}
/*	end  フッター改訂*/



/**
 * 物流関係ページ
 * -----------------------------------------------------------------------------
 */

.mainbg {
    background-image: url("../images/logistic/tp__03.jpg") ;
	background-position: center;
	background-repeat: no-repeat;
    color: #FFFFFF;
    margin: 0em calc(50% - 50vw);
    height: 549px;
    background-color: #D63C0F;
}
.network .mainbg h2{
	display: none;
}

.mapin ul {
	width: 992px;
}
.mapin li {
	position: absolute;
}
.mapin li img {
	width: 100%;
	height: auto;
}

.mapin .kyu {
	top:390px;
	left: 220px;
	width: 87px;
}

.mapin .chu {
	top:320px;
	left: 310px;
	width: 87px;
}

.mapin .cyu {
	top:250px;
	left: 460px;
	width: 87px;
}

.mapin .kin {
	top:425px;
	left: 480px;
	width: 87px;
}

.mapin .kan {
	top:380px;
	left: 600px;
	width: 87px;
}
.mapin .touhoku {
	top:280px;
	left: 620px;
	width: 87px;
}

.mapin .kai {
	top:180px;
	left: 50px;
	width: 152px;
}
.mapin .souko {
	top: 460px;
    left: 830px;
}

.soukobtn {
	display: none;
}

/**
 * 倉庫関係ページ
 * -----------------------------------------------------------------------------
 */

.mainbg_wh {
    background-image: url("../images/logistic/wh__03.jpg") ;
	background-position: center;
	background-repeat: no-repeat;
    color: #FFFFFF;
    margin: 0em calc(50% - 50vw);
    height: 549px;
    background-color: #D63C0F;
}




/***************************************
  運輸営業拠点
 ***************************************/
.network .visualbox{
	width: 100vw;
margin-left: calc(50% - 50vw);

}
.network .visualbox img{
	width: 100%;
	height: auto;
}
.network .info_wrap{
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;

}
.network .info_wrap .l_info {
	font-size: 15px;
}
.network .info_wrap .r_info {
	width: 160px;
}
.network .info_wrap .r_info ul{
	letter-spacing: -.4em; 
}
.network .info_wrap .r_info li{
	width: 30px;
	margin-right: 10px;
	display: inline-block;
	letter-spacing: normal;
}
.network .info_wrap .r_info li img{
	width: 100%;
}
.network .info_wrap .r_info .gmap{
	width: 150px;
	font-size: 14px;
	border: solid #000000 1px;
	text-align: center;
	margin: 10px 0 0;
}
.network .list_wrap{
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
	-ms-flex-wrap: wrap;
flex-wrap: wrap;
	clear: both;
}
/*.gmap {
	padding: 0.2em;
	padding-left: 1em;
	padding-right: 1em;
	border: solid #000000 1px;
	margin-top: 0.3em;
	display: inline-block; 
}*/
.concept::after {
  content: "";
  display: block;
  clear: both;
}


.concept .l_pic {
	float: left;
	width: 25%;
}

.concept dl {
	float:right;
	width: 72%;
}

.concept dl dt {
	font-weight: bold;
	padding-bottom: 1em;
}

.concept dl dd {
	font-size: 14px;
}

.honsya h3 {
	padding-bottom: 0.2em;
	border-bottom: solid 1px #000000; 
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}

.honsya dl {
	width: 31%;
	float: left;
	margin-bottom: 2em;
	
}

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

.honsya dl dt {
	font-weight: bold;
	padding-bottom: 0.2em;
	font-size: 18px;
	
}
.honsya dl dd {
	font-size: 15px;
}

.honsya dl dd .gmap{
	width: 150px;
	font-size: 14px;
	border: solid #000000 1px;
	text-align: center;
	margin: 10px 0 0;
}
.redbox_tit {
	width: 40%;
	background-color: #E20202;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3em;
	margin-bottom: 3em;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
	color: #FFFFFF;
}


.hanrei_wh {
	text-align: center;
	}

.hanrei_wh img {
	width: 100%;
}

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

.hanrei_wh dl {
	margin-bottom: 10px;
	display: inline-block;
	}

.hanrei_wh dl dt {
	float: left;
	display: inline-block;
	width: 37px;
	height: 37px!important;
	padding-right: 0.5em;
	
}

.hanrei_wh dl dt img {
	height: 37px!important;
}

.hanrei_wh dl dd {
	float: left;
	display: inline-block;
	margin-right: 1em;
	padding-top: 0.3em;
}


.hanrei {
	text-align: center;
	}

.hanrei img {
	width: 100%;
}

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

.hanrei dl {
	margin-bottom: 10px;
	display: inline-block;
	}

.hanrei dl dt {
	float: left;
	display: inline-block;
	width: 44px;
	height: 37px!important;
	padding-right: 0.5em;
	
}

.hanrei dl dd {
	float: left;
	display: inline-block;
	margin-right: 2em;
	padding-top: 0.3em;
}

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

.spotolist h2 {
	margin-top: 3em;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border: solid #F3171B 1px!important;
	display: inline-block; 
	color: #F01619;
	clear: both;
	
}

.h2c {
	text-align: center;
	clear: both;
}


.spotolist h3 {
	font-size: 2em;
	color: #F01619;
	border-bottom: solid 2px #F01619; 
	padding-bottom: 0.3em;
	margin-bottom: 1em;
	clear: both;
	
}


.comp_listbox {
	width:  43%;
	margin: 2em;
}

.comp_listbox .comp_name_tit {
	border-bottom: solid 1px #000000; 
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	
}

.comp_listbox .comicon {
	float: left;
	margin-right: 10px;
}

.comp_listbox .comp_name {
	font-size: 1.5em;
/*	font-weight: bold;*/
	padding-left:76px;
	
}

.comp_listbox  .t_small {
	font-size: 70%!important;
}


.comp_listbox .infobox .wh_img img {
	width: 100%;
	
}

.comp_listbox .infobox .wh_img {
	width: 40%;
	float: left;
	padding-right: 8px;
	padding-bottom: 8px;
	
}

.comp_listbox .infobox .wh_spec {
	width: 100%;
	display: flex;
	padding-bottom: 10px;
	
}
.comp_listbox .infobox .wh_spec li {
	padding-right: 8px;
	width: 35px;
}
.comp_listbox .infobox .wh_spec li img {
	width: 100%;
}

.comp_listbox .wh_ibox {
	width: 56%;
	float: right;
	padding-top: 8px;
}

.comp_listbox .wh_ibox .gmap {
	width: 120px;
font-size: 14px;
border: solid #000000 1px;
text-align: center;
margin: 10px 0 0;
}

.comp {
	padding-left: 76px;
}

.netsp {display: none;}


@media (max-width:1024px) {
	
.netsp {display: block;}
	
.mapin ul {

	display: none;

}
	
.soukobtn  {

	display: block;
	text-align: center;
}
	
.soukobtn a  {

	display: block;
	background-color: #D33321;
	margin-left: calc(50% - 50vw);
	width: 100vw;
}
.soukobtn img {
	width: 40%!important;
	margin-bottom: 20px!important;
}
	
	
	
.mainbg {
    background-image: url("../images/logistic/nt_sp_tpp.png") ;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #D23321;
    color: #FFFFFF;
    margin: 0em calc(50% - 50vw);
}
	
.mainbg_wh {
    background-image: url("../images/logistic/nt_sp_whh.png") ;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #D23321;
    color: #FFFFFF;
    margin: 0em calc(50% - 50vw);
}
	
	
	.network .mainbg{
		background-size:80% auto;
		height: 20%;
	}
	.network .mainbg_wh{
		background-size:80% auto;
		height: 20%;
	}
	.concept .l_pic {
	float: none;
	width: 80%;
	margin: 0 auto;
}
.concept dl {
    float:none;
    width: 90%;
	margin: 0.5em auto;
}
	.concept dl dt br {
   display: none;
}
	.honsya h3 img {
    width: 57px !important;
}
	.honsya dl {
    width: 1001%;
    float: none;
    margin: 0 0 2em 57px;
}
	.redbox_tit {
		width: 110%;
		margin-left: -5%;
		margin-bottom: 0.5em;
	}
	.spotolist h3 {
    font-size: 1.5em;
    margin-left: -10px;
		margin-right: -10px;
		padding-left: 0.8em;
}
	.hanrei dl {
    margin-bottom: 0px;
    display: flex;
    width: 95%;
    margin: auto;
	-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
	.hanrei dl dt {
    float: left;
    display: inline-block;
	width: 8%;
    text-align: right;
    padding-right: 1%;
}
	.hanrei dl dt img{
		max-width: 37px;
	}
	.hanrei dl dd {
    float: left;
    display: inline-block;
    margin-right: 4%;
    padding-top: 0.2em;
		width: 37%;
		text-align: left;
		font-size: 3.2vmin;
}
	.network .info_wrap .r_info ul {
    margin-left: 8%;
}
	.hanrei img {
    width: 100%;
    height: auto;
}
.comp_listbox {
    width: 90%;
    margin: 0 auto 2em;
}
	.network .info_wrap {
    display: flex;
-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
}
	.network .info_wrap .r_info {
    width: 90%;
		margin: 0.5em auto;
}
	.network .info_wrap .r_info .gmap {
    width: 80%;
    font-size: 14px;
    border: solid #000000 1px;
    text-align: center;
    margin: 10px auto 0;
		padding: 0.5em;
}
	.comp_listbox .comicon {
    width: 40px;
}
	.comp_listbox .comp_name {
    font-size: 1.3em;
    padding-left: 2.4em;
}
}



/*新卒採用情報*/


.recruit_fresh-area #pnav {
    display: block;
    width: 700px;
    margin: 9px 0 57px auto;
    text-align: right;
}
.recruit_fresh-area #pnav ul li {
    position: relative;
    /* display: inline-block; */
    display: inline;
    font-size: 15px;
    text-align: center;
}
.recruit_fresh-area #pnav a {
    font-size: 14px;
    color: #000000;
    display: inline-block;
    padding: 0px;
    line-height: 2;
    text-decoration: none;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: center left;
}

.recruit_fresh-area .orange-btn{
	background:#ea510a;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
	width: 30%;
	margin-left: auto;
    margin-right: 0px;
}
.recruit_fresh-area .orange-btn a {
    display:block;
    padding: 7px 10px 10px;
    color:#FFF;
    font-size:16px;
    line-height:1.4;
    text-align:center;
}
.recruit_fresh-area .orange-btn a:after {
	background-repeat: no-repeat;
	background-position: 0 0 no-repeat;
	background-image: url(../images/recruit_fresh/wh-arrow.png);
	-webkit-background-size: 12px 26px;
	content: "";
	display: inline-block;
	width: 12px;
	height: 26px;
	padding-left: 5px;
	position:relative;
    top: 6px;
    left: 6px;
}

.recruit_fresh-area .titlebox {
	width: 100%;
	display: -webkit-flex; /* Safari */
	display: flex;
	background-color:#16b6ba;
	margin-top: 2em;
	color: #fff;
}
.recruit_fresh-area .titlebox .l_box{
	background-image: url(../images/recruit_fresh/midashi-h2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 83px;
    width: 50%;
    padding-top: 1em;
    padding-left: 1em;
    font-size: 17px;
    font-weight: bold;
}
.recruit_fresh-area .titlebox .r_box{
	width: 70%;
    padding-top: 1.3em;
    /* padding-left: 2em; */
    margin-left: 0.5em;
    font-size: 39px;
    font-weight: bold;
	
}
 
.recruit_fresh-area .c-style .title ,.recruit_fresh-area .b-style .title{
	font-size:23px;
	font-weight:bold;
	margin-bottom: 1em;
}
.recruit_fresh-area .c-style .title .blue-t ,.recruit_fresh-area .b-style .title .blue-t{
	color:#16b6ba;
	font-size:14px;
	font-weight:normal;
	margin-left: 5px;
}
.recruit_fresh-area .c-style .text{
	line-height: 2em;
}
.recruit_fresh-area .c-style {
    margin-bottom: 4em;
}
.recruit_fresh-area .flex-container {
  display: -webkit-flex; /* Safari */
  display: flex;
}
.recruit_fresh-area .c-style .flex-container .l-box{
	width: 70%;
    margin-right: 1em;
}
.recruit_fresh-area .c-style .flex-container .r-box{
	width:28%;
}
.recruit_fresh-area #movie .video{
	position: relative;
    width: 100%;
    margin: 10px auto;
    padding-top: 56.25%;
}
.recruit_fresh-area #movie .video iframe{
	position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.recruit_fresh-area #movie {
    width: 74%;
    margin-left: auto;
    margin-right: auto;
}

.recruit_fresh-area .b-style .number {
    background-color: #f7e22b;
	width: 25%;
	    padding: 0.9em 0.5em 0.7em 0.6em;
	    text-align: right;
}
.recruit_fresh-area .b-style .name {
    background-color: #16b6ba;
	width: 75%;
	    padding: 0.8em 0.5em 0.7em 2em;
	color:#FFFFFF;
	font-size:21px;
}
.recruit_fresh-area .b-style .photo {
    width: 25%;
	font-size: 15px;
}
.recruit_fresh-area .b-style .spec {
	float:left;
	clear:both;
}
.recruit_fresh-area .b-style .q-a {
	width: 71.5%;
	padding: 2em 0.5em 0.5em 2.5em;
}
.recruit_fresh-area .b-style .q-a .last {
	border-bottom: 1px dotted #909090;
	padding-bottom:0px;
	margin-bottom:15px;
}
.recruit_fresh-area .d-style .title{
	background-image: url(../images/recruit_fresh/daytime.png);
	background-repeat: no-repeat;
	    font-size: 18px;
    font-weight: bold;
    background-size: 36px 35px;
    height: 36px;
	line-height: 25px;
    padding-left: 2.3em;
    padding-top: 0.2em;
}
.recruit_fresh-area .ad-style .head-line {
    background-image: url(../images/recruit/mark_w.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 21px;
	padding-bottom:0.2em;
    border-bottom: 3px solid #16b6ba;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
}
.recruit_fresh-area .ad-style{
	margin-bottom:4em;
}
.recruit_fresh-area .grn-btn {
    background: #16b6ba;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 4em;
}
.recruit_fresh-area .grn-btn a {
    display: block;
    padding: 7px 10px 16px 10px;
    color: #FFF;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
	text-decoration: underline;
}
.recruit_fresh-area .grn-btn a:before {
	background-repeat: no-repeat;
	background-position: 0 0 no-repeat;
	background-image: url(../images/recruit_fresh/enpitu.png);
	-webkit-background-size: 30px 29px;
	content: "";
	display: inline-block;
	width: 30px;
	height: 29px;
	padding-right: 0.8em;
	position: relative;
	top: 6px;
	left: 6px;
}
.recruit_fresh-area .mynavi{
	text-align:right;
	 margin-top: 1.5em;
}
.recruit_fresh-area .mynavi a{
	font-size:15px;
	text-decoration: underline;
    color: #004da1;
}
.recruit_fresh-area .mynavi a:after{
	background-repeat: no-repeat;
	background-position: 0 0 no-repeat;
	background-image: url(../images/recruit_fresh/bl-arrow.png);
	-webkit-background-size: 10px 15px;
	content: "";
	display: inline-block;
	width: 10px;
	height: 15px;
	padding-right: 0.8em;
	position: relative;
	top: 2px;
	left: 6px;	
}
.recruit_fresh-area .b-style .flex-container .photo dl{
	margin-top: 1em;
	
}
.recruit_fresh-area .b-style .flex-container .photo dl dt{
	width:25%;
	float:left;
 	 clear:left;
	 text-align: right;
}
.recruit_fresh-area .b-style .flex-container .photo dl dd{
	width:75%;
	float:left;
}

.recruit_fresh-area .b-style .flex-container .q-a dl dt{
	font-weight:bold;
	margin-bottom: 0.3em;
	    font-size: 16px;
}
.recruit_fresh-area .b-style .flex-container .q-a dl dd{
	margin-bottom: 1em;
}
.recruit_fresh-area .b-style , .recruit_fresh-area .d-style{
	margin-bottom: 1em;
}

.recruit_fresh-area  .b-style .b_case {
	margin-bottom:45px;
	}
	
.recruit_fresh-area .d-style dl {
	width: 100%;
    /* border: 1px solid #999; */
    border-bottom: 1px solid #999;
    border-top: 0;
    line-height: 1.5;
    /* background-color: #666; */
    overflow: hidden;
}
.recruit_fresh-area .d-style dt {
	float: left;
    width: 15%;
    padding: 10px;
    border-top: 1px solid #999;
    font-weight: bold;
}
.recruit_fresh-area .d-style dd {
	margin-left: 17%;
    padding: 10px;
    border-top: 1px solid #999;
    /* border-left: 1px solid #999; */
    /* background-color: #ccc; */
}
.recruit_fresh-area .ad-style .syoku{
	font-size:17px;
	font-weight:bold;
	    margin-bottom: 0.5em;
}
.recruit_fresh-area .ad-style .back-bl {
    background-color: black;
    display: inline-block;
    padding: 0.2em 0.5em;
    color: #fff;
    margin-top: 0.5em;
    margin-bottom: 0.4em;
}
.recruit_fresh-area .hedline-text{
	line-height:2em;
}
.recruit_fresh-area .mirai-img{
	display:none;
}

/*end  新卒採用情報*/
@media (max-width:1024px) {
	/*新卒採用情報*/
.recruit_fresh-area .orange-btn {
	width: 60%;
}
.recruit_fresh-area .titlebox .l_box {
	padding-top: 0.5em;
	font-size: 11px;
	line-height: 1.2em;
	height: 6em;
}
.recruit_fresh-area .titlebox .r_box{
	width: 90%;
	padding-left: 0em;
	font-size: 22px;
}
.recruit_fresh-area #pnav{
	width: auto;
}
.recruit_fresh-area .flex-container{
	display: inline;
}
.recruit_fresh-area .c-style .flex-container .l-box{
	width: 100%;
}
.recruit_fresh-area .c-style .flex-container .r-box{
	display:none;
}
.recruit_fresh-area .mirai-img{
	display:block;
	margin-bottom: 1.5em;
}
.recruit_fresh-area .c-style .title, .recruit_fresh-area .b-style .title{
	line-height: 1.3em;
}
.recruit_fresh-area .b-style .number ,
.recruit_fresh-area .b-style .name ,
.recruit_fresh-area .b-style .photo,
.recruit_fresh-area .b-style .q-a{
	width: auto;
}
.recruit_fresh-area .b-style .number{
	text-align:left;
}
.recruit_fresh-area .b-style .number img{
	width: auto !important;
}
.recruit_fresh-area .b-style .name{
	text-align: right;
}
.recruit_fresh-area .b-style .q-a{
	padding: 3em 0.5em;
}
.recruit_fresh-area .d-style dt{
	width: 34%;
}
.recruit_fresh-area .d-style dd{
	margin-left: 39%;
}
.recruit_fresh-area .ad-style .back-bl{
	display: block;
	padding: 0.5em;
	font-size: 1.2em;
}
.recruit_fresh-area .grn-btn{
	width: auto;
}
/*end  新卒採用情報*/


}
/*max-width: 330px*/

/*新規企業ページ追加1708*/

.gaiyou-list {
    width: 85%;
}
.gaiyou-list dl{
	width: 100%;
    overflow: hidden;
    /* border: 1px solid #ccc; */
    border-top: none;
    /* background: #ddd; */
    background-color: #525252;
}
.gaiyou-list dt{
	    width: 20%;
    float: left;
    padding: 10px;
    border-top: 4px solid #fff;
    border-right: 2px solid #525252;
    color: #fff;
}
.gaiyou-list dd {
    width: 72%;
    float: left;
    margin: 0;
    padding: 5px;
    border-left: 2px solid #fff;
    border-top: 4px solid #fff;
    background: #fff;
    background-color: #DFDFCD;
}
.gaiyou-list dd:after{
	clear: both;
}

/*end  新規企業ページ追加1708*/
