@charset "UTF-8";

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	position:static;
}
.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
.mb40{
	margin-bottom:40px;
}
.mb50{
	margin-bottom:50px;
}
.mb60{
	margin-bottom:60px;
}
.mb70{
	margin-bottom:70px;
}
.mb80{
	margin-bottom:80px;
}
.mb90{
	margin-bottom:90px;
}
.mb100{
	margin-bottom:100px;
}

.heightdiv{
	clear:both;
	height:0px;
}

blockquote p {
	font-size:1.28571em;
}
.form-control, .btn, .navbar, .alert, .list-group {
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
}
.form-control:focus {
	border-color:#69B980;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #69b980;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #69b980;
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #69b980;
}
.btn-default, .btn-primary, .btn-secondary, .btn-success, .btn-info, .btn-warning, .btn-danger {
	box-shadow:none!important;
	-webkit-box-shadow:none!important;
	-moz-box-shadow:none!important;
}
.btn:active, .btn.active {
	background-image:none;
}
.btn-default, [type="button"], button, .button, [type="submit"].btn-default {
background-color:#fafafa;
color:#777777;
border-color:#efeff0;
border-color:rgba(54, 59, 63, 0.08);
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, [type="button"]:hover, [type="button"]:focus, [type="button"]:active, [type="button"].active, button:hover, button:focus, button:active, button.active, .button:hover, .button:focus, .button:active, .button.active, [type="submit"].btn-default:hover, [type="submit"].btn-default:focus, [type="submit"].btn-default:active, [type="submit"].btn-default.active {
	background-color:#ffffff;
	border-color:#efeff0;
	border-color:rgba(54, 59, 63, 0.08);
	color:#777777;
}
.btn-primary, [type="submit"] {
background-repeat:repeat-x;
background-color:#69B980;
border-color:#69B980;
color:#ffffff!important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, [type="submit"]:hover, [type="submit"]:focus, [type="submit"]:active, [type="submit"].active {
	background-color:#5fa773;
	border-color:#5fa773;
}
.btn-secondary, [type="reset"] {
background-repeat:repeat-x;
background-color:#363b3f;
border-color:#363b3f;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, [type="reset"]:hover, [type="reset"]:focus, [type="reset"]:active, [type="reset"].active {
	background-color:#313539;
	border-color:#313539;
}
.btn-success {
	background-repeat:repeat-x;
	background-color:#5cb85c;
	border-color:#5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
	background-color:#53a653;
	border-color:#53a653;
}
.btn-info {
	background-repeat:repeat-x;
	background-color:#ECB935;
	border-color:#ECB935;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
	background-color:#6a91c8;
	border-color:#6a91c8;
}
.btn-warning {
	background-repeat:repeat-x;
	background-color:#f0ad4e;
	border-color:#f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
	background-color:#d89c46;
	border-color:#d89c46;
}
.btn-danger {
	background-repeat:repeat-x;
	background-color:#f27398;
	border-color:#f27398;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
	background-color:#f49eb7;
	border-color:#f49eb7;
}
.btn-link {
	color:#69B980!important;
	background:none;
	border-color:transparent;
}
.btn-link:hover {
	color:#363b3f!important;
}
.btn-primary, [type="submit"], .btn-secondary, [type="reset"], .btn-success, .btn-info, .btn-warning, .btn-danger {
color:#ffffff!important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, [type="submit"]:hover, [type="submit"]:focus, [type="submit"]:active, [type="submit"].active, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, [type="reset"]:hover, [type="reset"]:focus, [type="reset"]:active, [type="reset"].active, .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
	color:#ffffff!important;
}
input.btn-xs[type="submit"], input.btn-xs[type="reset"], button.btn-xs[type="submit"], button.btn-xs[type="reset"] {
	padding:1px 5px;
	font-size:0.85714em;
	line-height:1.5;
}
input.btn-sm[type="submit"], input.btn-sm[type="reset"], button.btn-sm[type="submit"], button.btn-sm[type="reset"] {
	padding:5px 10px;
	font-size:0.85714em;
	line-height:1.5;
}
input.btn-lg[type="reset"], button.btn-lg[type="reset"] {
	padding:10px 16px;
	font-size:1.28571em;
	line-height:1.33;
}
.label-primary {
	background:#69B980;
}
.label-success {
	background:#5cb85c;
}
.label-info {
	background:#5bc0de;
}
.label-warning {
	background:#f0ad4e;
}
.label-danger {
	background:#d9534f;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background:#fafafa;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background:#69B980;
}
.form-group .control-label {
	color:#333333;
}
.has-success .form-control {
	border-color:#aedcae;
}
.has-success .form-control:focus {
	border-color:#5cb85c;
	-webkit-box-shadow:0 0 6px #5cb85c;
}
.has-info .form-control {
	border-color:#ade0ef;
}
.has-info .form-control:focus {
	border-color:#5bc0de;
	-webkit-box-shadow:0 0 6px #5bc0de;
}
.has-error .form-control {
	border-color:#eca9a7;
}
.has-error .form-control:focus {
	border-color:#d9534f;
	-webkit-box-shadow:0 0 6px #d9534f;
}
.has-warning .form-control {
	border-color:#f2b969;
}
.has-warning .form-control:focus {
	border-color:#f0ad4e;
	-webkit-box-shadow:0 0 6px #f0ad4e;
}
.navbar-default {
	background:#fafafa;
	border-color:#efeff0;
	border-color:rgba(54, 59, 63, 0.08);
}
.navbar-default .navbar-nav>.active>a {
	background:#eeeeee;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
.navbar-inverse {
	background:#363b3f;
	border-color:#363b3f;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	background:#69B980;
}
.alert {
	background-color:#fafafa;
	border-color:#ddd;
	color:#777777;
}
.alert-success {
	background-color:#e7f4e7;
	border-color:#aedcae;
}
.alert-info {
	background-color:#e6f6fa;
	border-color:#ade0ef;
}
.alert-warning {
	background-color:#fdf3e4;
	border-color:#f8d6a7;
}
.alert-danger {
	background-color:#f9e5e5;
	border-color:#eca9a7;
}
.text-muted {
	color:#aaaaaa;
}
.text-primary {
	color:#69B980;
}
.text-secondary {
	color:#363b3f;
}
.text-success {
	color:#5cb85c;
}
.text-info {
	color:#5bc0de;
}
.text-warning {
	color:#f0ad4e;
}
.text-danger {
	color:#d9534f;
}
.progress {
	background:#fafafa;
}
.progress-bar {
	background:#69B980;
}
.progress-bar-secondary {
	background:#363b3f;
}
.progress-bar-success {
	background:#5cb85c;
}
.progress-bar-info {
	background:#5bc0de;
}
.progress-bar-warning {
	background:#f0ad4e;
}
.progress-bar-danger {
	background:#d9534f;
}
.list-group-item p:last-child {
	margin-bottom:5px;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
	background-color:#69B980;
	border-color:#69B980;
	color:#ffffff;
}
.list-group-item {
	border-color:#efeff0;
	border-color:rgba(54, 59, 63, 0.08);
}
.list-group-item:first-child {
	-webkit-border-radius:2px 2px 0 0;
	-moz-border-radius:2px 2px 0 0;
	-ms-border-radius:2px 2px 0 0;
	-o-border-radius:2px 2px 0 0;
	border-radius:2px 2px 0 0;
}
.list-group-item:last-child {
	-webkit-border-radius:0 0 2px 2px;
	-moz-border-radius:0 0 2px 2px;
	-ms-border-radius:0 0 2px 2px;
	-o-border-radius:0 0 2px 2px;
	border-radius:0 0 2px 2px;
}
.panel-footer {
	background:#fafafa;
	border-color:#efeff0;
	border-color:rgba(54, 59, 63, 0.08);
}
.panel-default {
	border-color:#efeff0;
	border-color:rgba(54, 59, 63, 0.08);
}
.panel-default>.panel-heading {
	background-color:#fafafa;
	border-color:#efeff0;
	border-color:rgba(54, 59, 63, 0.08);
}
.panel-primary {
	border-color:#69B980;
}
.panel-primary>.panel-heading {
	background:#69B980;
	border-color:#69B980;
}
.panel-secondary {
	border-color:#363b3f;
}
.panel-secondary>.panel-heading {
	background:#363b3f;
	border-color:#363b3f;
}
.panel-success {
	border-color:#aedcae;
}
.panel-success>.panel-heading {
	background-color:#e7f4e7;
	border-color:#aedcae;
}
.panel-info {
	border-color:#ade0ef;
}
.panel-info>.panel-heading {
	background-color:#e6f6fa;
	border-color:#ade0ef;
}
.panel-warning {
	border-color:#f8d6a7;
}
.panel-warning>.panel-heading {
	background-color:#fdf3e4;
	border-color:#f8d6a7;
}
.panel-danger {
	border-color:#eca9a7;
}
.panel-danger>.panel-heading {
	background-color:#f9e5e5;
	border-color:#eca9a7;
}
.well {
	background:#fafafa;
	border-color:#efeff0;
	border-color:rgba(54, 59, 63, 0.08);
}
::selection {
background-color:#69B980;
color:#ffffff;
}
::-moz-selection {
background-color:#69B980;
color:#ffffff;
}
body {
	font-family:メイリオ, Meiryo, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:1.75;
	color:#343434;
	font-weight:normal;
	font-style:normal;
	letter-spacing:0px;
	text-transform:none;
}
a {
	color:#454545;
}
a:hover {
	color:#898989;
}
a.active, .active a {
	color:#898989;
}
b, strong {
	color:#363b3f;
}
h1, h2, h3, h4, h5, h6 {
	color:#363b3f;
}
pre {
	background-color:#f5f5f5;
	background-color:rgba(0, 0, 0, 0.035);
}
.divider, .list-with-separator li, .border-top, .border-right, .border-bottom, .border-left {
	border-color:#efeff0;
	border-color:rgba(54, 59, 63, 0.08);
}
select:focus, select:active {
	border-color:#69B980;
	box-shadow:0 0 5px #69B980;
	-webkit-box-shadow:0 0 5px #69B980;
	-moz-box-shadow:0 0 5px #69B980;
}
input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea, textarea.form-control {
	line-height:1.75;
	font-size:1em;
}
input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus, textarea.form-control:focus {
	border-color:#69B980;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #69b980;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #69b980;
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #69b980;
}
#page .wp-video {
	min-width:100%;
}
#page .mejs-container, #page #page .mejs-embed, #page #page .mejs-embed body {
	background:none;
}
#page .mejs-container .mejs-mediaelement {
	background-color:#000;
	overflow:hidden;
}
#page .mejs-container .mejs-controls {
	background-color:#363b3f;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	background-image:-moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 51%);
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.1)), color-stop(51%, rgba(255, 255, 255, 0)));
	background-image:-webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 51%);
	background-image:-o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 51%);
	background-image:-ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 51%);
	background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 51%);
}

#page .mejs-container .mejs-controls .mejs-time-rail span, #page .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
}
#page .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total, #page .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background:#4a4f52;
}
#page .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background:#5e6265;
}
#page .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current, #page .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background:#69B980;
}
#page .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
	border-color:#CCC;
	border-color:rgba(0, 0, 0, 0.2);
	-moz-background-clip:padding;
	-webkit-background-clip:padding;
	background-clip:padding-box;
}
#page .mejs-container.mejs-audio .mejs-mediaelement {
	visibility:hidden;
}
#page .mejs-container.mejs-video .mejs-controls {
	left:15px;
	right:15px;
	bottom:15px;
	width:auto;
	opacity:.95;
}
#page .mejs-container .mejs-poster {
	display:none!important;
}
#page .wp-playlist {
	padding:0;
	border-width:0;
	background:none!important;
	margin-bottom:30px;
}
#page .wp-playlist-item {
	padding:8px 0;
	border-color:#efeff0;
	border-color:rgba(54, 59, 63, 0.08);
}
#page .wp-playlist-light {
	color:#777777;
}
#page .wp-playlist-item .wp-playlist-caption {
	color:#777777;
	width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	display:block;
}
#page .wp-playlist-item.wp-playlist-playing .wp-playlist-caption {
	color:#69B980;
}
#page .wp-playlist-item-length {
	top:8px;
}
#page .wp-playlist .wp-playlist-current-item img {
	margin-right:15px;
}
#page .wp-playlist-current-item {
	margin-bottom:15px;
}
.site-mobile-navigation {
	background-color:#fff;
}
.site-mobile-navigation ul li a {
	color:#9b9d9f;
}
.site-mobile-navigation ul li a:hover {
	color:#ffffff;
}
.site-header .site-top-menu {
	color:#fff;
	background-color:#ECB935;
}
.site-top-menu-left h1{
	font-size:12px;
	color:#fff;
	margin:0px;
	padding:0px;
}

.header-right-wrapper{
	padding-right:0px;
}
body.front .site-header .site-top-menu {
	color:#343434;
	background-color:#fff;
}
body.front .site-top-menu-left h1{
	font-size:12px;
	color:#343434;
	margin:0px;
	padding:0px;
}




.site-top-menu-right ul{
	list-style:none;
	padding:0;
}
.site-top-menu-right ul li{
	float:right;
}
.site-top-menu-right ul li a{
	color:#fff;
}


body.front .site-top-menu-right ul li a{
	color:#e9c700;
}

.site-header .site-banner {
}
.site-header .site-banner.fixed-site-banner {
	opacity:.95;
	filter:alpha(opacity=95);
}
.site-header .main-navigation .menu>li.menu-item:hover, .site-header .main-navigation .menu>li.current-menu-item,
.main-navigation .menu li.active
{
	background-color:#ffffff;
}
.site-header .main-navigation .menu>li>a {
	color:#272727;
}
.site-header .main-navigation .menu li.current>a {
	color:#69B980;
}
.site-header .main-navigation .menu li.current-menu-item>a {
	color:#69B980;
}
.site-header .main-navigation .menu li.menu-item:hover>a {
	color:#363b3f;
}
.site-header .main-navigation .menu ul li a {
	color:#777777;
}
.site-header .main-navigation .menu ul li a:hover, .site-header .main-navigation .menu ul li:hover>a {
	color:#69B980;
}
.site-hero a, .site-hero .entry-meta, .site-hero .entry-meta * {
	color:#ffffff;
}
.site-hero.style-color-gradient article .entry-thumbnail:before {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(45deg, #2cae8c 0%, rgba(44, 174, 140, 0) 100%);
	background-image:linear-gradient(45deg, #2cae8c 0%, rgba(44, 174, 140, 0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.site-hero.style-mixed-color-gradient .goverlay-shamrock-skyblue:before {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(45deg, #2ecc71 0%, #3498db 100%)!important;
	background-image:linear-gradient(45deg, #2ecc71 0%, #3498db 100%)!important;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.site-hero.style-mixed-color-gradient .goverlay-cerise-yellow:before {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(45deg, #E73C91 0%, #f4cb0d 100%)!important;
	background-image:linear-gradient(45deg, #E73C91 0%, #f4cb0d 100%)!important;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.site-hero.style-mixed-color-gradient .goverlay-yellow-skyblue:before {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(45deg, #f4cb0d 0%, #3498db 100%)!important;
	background-image:linear-gradient(45deg, #f4cb0d 0%, #3498db 100%)!important;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.site-hero.style-mixed-color-gradient .goverlay-shamrock-yellow:before {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(45deg, #2ecc71 0%, #f4cb0d 100%)!important;
	background-image:linear-gradient(45deg, #2ecc71 0%, #f4cb0d 100%)!important;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.site-hero.style-mixed-color-gradient .goverlay-waikawagray-cerise:before {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(45deg, #566090 0%, #E73C91 100%)!important;
	background-image:linear-gradient(45deg, #566090 0%, #E73C91 100%)!important;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.site-hero.style-mixed-color-gradient .goverlay-pictonblue-purple:before {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(45deg, #2AB5D8 0%, #9b59b6 100%)!important;
	background-image:linear-gradient(45deg, #2AB5D8 0%, #9b59b6 100%)!important;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
#secondary a, #tertiary a {
	color:#69B980;
}
#secondary a:hover, #tertiary a:hover {
	color:#363b3f;
}
#secondary a.active, #secondary .active>a, #tertiary a.active, #tertiary .active>a {
	color:#69B980;
}
#secondary ul li.current-cat>a, #secondary ul li.current_page_item>a, #tertiary ul li.current-cat>a, #tertiary ul li.current_page_item>a {
	color:#69B980;
}
#secondary ul li a, #tertiary ul li a {
	color:#363b3f;
}
#secondary ul li a:hover, #tertiary ul li a:hover {
	color:#69B980;
}
.footer-widgets {
	color:#777777;
}
.footer-widgets a {
	color:#69B980;
}
.footer-widgets a:hover {
	color:#363b3f;
}
.footer-widgets a.active, .footer-widgets .active>a {
	color:#69B980;
}
.footer-widgets ul li.current-cat a, .footer-widgets ul li.current_page_item a {
	color:#69B980;
}
.footer-widgets ul li a {
	color:#777777;
}
.footer-widgets ul li a:hover {
	color:#2b2b2b;
}
.cat-tag {
	color:#ffffff;
	background-color:#69B980;
	background-color:rgba(105, 185, 128, 0.9);
}
.cat-tag:hover {
	color:#ffffff;
}
.entry-tags a {
	color:#777777;
}
.entry-tags a:hover {
	color:#ffffff;
}
.site-banner .site-logo a, .main-navigation ul.menu>li.site-mobile-menu-toggle {
	color:#d7d8d9;
}
.primary-2-secondary a, .secondary-2-primary a:hover, .secondary-2-primary a:hover>*, .gray-2-primary:hover, .gray-2-primary a:hover, .gray-2-primary a:hover *, .current-cat a, .current_page_item a, .pagination-nav .page-numbers.current {
	color:#69B980;
}
.secondary-2-primary a, .primary-2-secondary a:hover, .primary-2-secondary a:hover *, .gray-2-secondary:hover, .gray-2-secondary a:hover, .gray-2-secondary a:hover *, .form-allowed-tags code, .pagination-nav a.page-numbers:hover {
	color:#363b3f;
}
.gray-2-secondary a, .gray-2-primary, .gray-2-primary a, .gray-icon, .gray-icon i, time, .pagination-nav a.page-numbers, .yt-social-sharing span.show-all-social-services i {
	color:#aaaaaa;
}
.inner-wrapper {
	background-color:#ffffff;
}
.yt-social-sharing span.show-all-social-services, .entry-tags a {
	background-color:#fafafa;
}
.yeahslider .slides li .caption, .yeahslider .yeahslider-direction-nav a, .yeahslider .yeahslider-pauseplay a {
	background-color:#363b3f;
}
.entry-tags a:hover {
	background-color:#69B980;
}
.yt-sliding-tabs-header-trigger>span:before {
	border-color:#ffffff;
}
fieldset legend, .wp-caption:before, .boundary-column:before, .site-content[role="main"] article.post, .widget:before, .yt-twitter-profile-wrapper .yt-twitter-profile-body, .slashes-navigation, .slashes-navigation li:before, .pagination-nav .page-numbers:before, .yt-sliding-tabs-header-trigger>span, .post-list-with-thumbnail.vertical li:before, .post-list-with-thumbnail li a span.number:before, .post-page-navigation, .post-page-navigation:before, .comments-area, .comment-body, .yt-font-size-changer span, .yt-impressive-like-button .yt-il-symbol, .yt-impressive-like-button .yt-il-symbol>span, .infinite-scroll #infinite-handle span {
	border-color:#efeff0;
	border-color:rgba(54, 59, 63, 0.08);
}
.cat-tag.advertising {
	background-color:#d64343;
}
.site-hero.style-color-gradient article.category-advertising .entry-thumbnail:before {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(45deg, #d64343 0%, rgba(214, 67, 67, 0) 100%);
	background-image:linear-gradient(45deg, #d64343 0%, rgba(214, 67, 67, 0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.business {
	background-color:#33b3d3;
}
.site-hero.style-color-gradient article.category-business .entry-thumbnail:before {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(45deg, #33b3d3 0%, rgba(51, 179, 211, 0) 100%);
	background-image:linear-gradient(45deg, #33b3d3 0%, rgba(51, 179, 211, 0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.crime-justice {
	background-color:#0e3159;
}
.site-hero.style-color-gradient article.category-crime-justice .entry-thumbnail:before {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(45deg, #0e3159 0%, rgba(14, 49, 89, 0) 100%);
	background-image:linear-gradient(45deg, #0e3159 0%, rgba(14, 49, 89, 0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.decor {
	background-color:#766ce4;
}
.site-hero.style-color-gradient article.category-decor .entry-thumbnail:before {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(45deg, #766ce4 0%, rgba(118, 108, 228, 0) 100%);
	background-image:linear-gradient(45deg, #766ce4 0%, rgba(118, 108, 228, 0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.entertainment {
	background-color:#25ae5f;
}
.site-hero.style-color-gradient article.category-entertainment .entry-thumbnail:before {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(45deg, #25ae5f 0%, rgba(37, 174, 95, 0) 100%);
	background-image:linear-gradient(45deg, #25ae5f 0%, rgba(37, 174, 95, 0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.facebook {
	background-color:#4c66a4;
}
.site-hero.style-color-gradient article.category-facebook .entry-thumbnail:before {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(45deg, #4c66a4 0%, rgba(76, 102, 164, 0) 100%);
	background-image:linear-gradient(45deg, #4c66a4 0%, rgba(76, 102, 164, 0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.family {
	background-color:#78559b;
}
.site-hero.style-color-gradient article.category-family .entry-thumbnail:before {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(45deg, #78559b 0%, rgba(120, 85, 155, 0) 100%);
	background-image:linear-gradient(45deg, #78559b 0%, rgba(120, 85, 155, 0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.film {
	background-color:#7cc576;
}
.site-hero.style-color-gradient article.category-film .entry-thumbnail:before {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(45deg, #7cc576 0%, rgba(124, 197, 118, 0) 100%);
	background-image:linear-gradient(45deg, #7cc576 0%, rgba(124, 197, 118, 0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.food {
	background-color:#6fa021;
}
.site-hero.style-color-gradient article.category-food .entry-thumbnail:before {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(45deg, #6fa021 0%, rgba(111, 160, 33, 0) 100%);
	background-image:linear-gradient(45deg, #6fa021 0%, rgba(111, 160, 33, 0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.gaming {
	background-color:#f39c12;
}
.site-hero.style-color-gradient article.category-gaming .entry-thumbnail:before {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(45deg, #f39c12 0%, rgba(243, 156, 18, 0) 100%);
	background-image:linear-gradient(45deg, #f39c12 0%, rgba(243, 156, 18, 0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.google {
	background-color:#dd4b39;
}
.site-hero.style-color-gradient article.category-google .entry-thumbnail:before {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(45deg, #dd4b39 0%, rgba(221, 75, 57, 0) 100%);
	background-image:linear-gradient(45deg, #dd4b39 0%, rgba(221, 75, 57, 0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.health {
	background-color:#d82271;
}
.site-hero.style-color-gradient article.category-health .entry-thumbnail:before {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(45deg, #d82271 0%, rgba(216, 34, 113, 0) 100%);
	background-image:linear-gradient(45deg, #d82271 0%, rgba(216, 34, 113, 0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.inspire {
	background-color:#7a997b;
}
.site-hero.style-color-gradient article.category-inspire .entry-thumbnail:before {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(45deg, #7a997b 0%, rgba(122, 153, 123, 0) 100%);
	background-image:linear-gradient(45deg, #7a997b 0%, rgba(122, 153, 123, 0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.jobs {
	background-color:#63b9d3;
}
.site-hero.style-color-gradient article.category-jobs .entry-thumbnail:before {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(45deg, #63b9d3 0%, rgba(99, 185, 211, 0) 100%);
	background-image:linear-gradient(45deg, #63b9d3 0%, rgba(99, 185, 211, 0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.life-living {
	background-color:#00a3d3;
}
.site-hero.style-color-gradient article.category-life-living .entry-thumbnail:before {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(45deg, #00a3d3 0%, rgba(0, 163, 211, 0) 100%);
	background-image:linear-gradient(45deg, #00a3d3 0%, rgba(0, 163, 211, 0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.marketing {
	background-color:#516899;
}
.site-hero.style-color-gradient article.category-marketing .entry-thumbnail:before {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(45deg, #516899 0%, rgba(81, 104, 153, 0) 100%);
	background-image:linear-gradient(45deg, #516899 0%, rgba(81, 104, 153, 0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.media {
	background-color:#77cc33;
}
.site-hero.style-color-gradient article.category-media .entry-thumbnail:before {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(45deg, #77cc33 0%, rgba(119, 204, 51, 0) 100%);
	background-image:linear-gradient(45deg, #77cc33 0%, rgba(119, 204, 51, 0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.misc {
	background-color:#000000;
}
.site-hero.style-color-gradient article.category-misc .entry-thumbnail:before {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(45deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	background-image:linear-gradient(45deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.music {
	background-color:#ea4c89;
}
.site-hero.style-color-gradient article.category-music .entry-thumbnail:before {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(45deg, #ea4c89 0%, rgba(234, 76, 137, 0) 100%);
	background-image:linear-gradient(45deg, #ea4c89 0%, rgba(234, 76, 137, 0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.science-tech {
	background-color:#7cc576;
}
.site-hero.style-color-gradient article.category-science-tech .entry-thumbnail:before {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(45deg, #7cc576 0%, rgba(124, 197, 118, 0) 100%);
	background-image:linear-gradient(45deg, #7cc576 0%, rgba(124, 197, 118, 0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.sports {
	background-color:#a252b1;
}
.site-hero.style-color-gradient article.category-sports .entry-thumbnail:before {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(45deg, #a252b1 0%, rgba(162, 82, 177, 0) 100%);
	background-image:linear-gradient(45deg, #a252b1 0%, rgba(162, 82, 177, 0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.startups {
	background-color:#7870cc;
}
.site-hero.style-color-gradient article.category-startups .entry-thumbnail:before {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(45deg, #7870cc 0%, rgba(120, 112, 204, 0) 100%);
	background-image:linear-gradient(45deg, #7870cc 0%, rgba(120, 112, 204, 0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.style {
	background-color:#e07798;
}
.site-hero.style-color-gradient article.category-style .entry-thumbnail:before {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(45deg, #e07798 0%, rgba(224, 119, 152, 0) 100%);
	background-image:linear-gradient(45deg, #e07798 0%, rgba(224, 119, 152, 0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.television {
	background-color:#58cb8e;
}
.site-hero.style-color-gradient article.category-television .entry-thumbnail:before {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(45deg, #58cb8e 0%, rgba(88, 203, 142, 0) 100%);
	background-image:linear-gradient(45deg, #58cb8e 0%, rgba(88, 203, 142, 0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.twitter {
	background-color:#55acee;
}
.site-hero.style-color-gradient article.category-twitter .entry-thumbnail:before {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(45deg, #55acee 0%, rgba(85, 172, 238, 0) 100%);
	background-image:linear-gradient(45deg, #55acee 0%, rgba(85, 172, 238, 0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.us-world {
	background-color:#e02154;
}
.site-hero.style-color-gradient article.category-us-world .entry-thumbnail:before {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(45deg, #e02154 0%, rgba(224, 33, 84, 0) 100%);
	background-image:linear-gradient(45deg, #e02154 0%, rgba(224, 33, 84, 0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.vine {
	background-color:#00bf8f;
}
.site-hero.style-color-gradient article.category-vine .entry-thumbnail:before {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(45deg, #00bf8f 0%, rgba(0, 191, 143, 0) 100%);
	background-image:linear-gradient(45deg, #00bf8f 0%, rgba(0, 191, 143, 0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.youtube {
	background-color:#cc181e;
}
.site-hero.style-color-gradient article.category-youtube .entry-thumbnail:before {
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(45deg, #cc181e 0%, rgba(204, 24, 30, 0) 100%);
	background-image:linear-gradient(45deg, #cc181e 0%, rgba(204, 24, 30, 0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}

.site-footer .yt-categories-descendants-widget ul {
	text-transform:uppercase;
}
@media (max-width: 991px) {
	body {
		font-size:13px;
	}
}

.fixed-site-banner .site-banner {
	opacity:.95;
}


h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {

	font-weight:700;
	font-style:normal;
}

.inner-wrapper {
}
#site-slogan{
	display:none;
}

.site-header .site-banner {
	background:#fff;
	border-bottom: 1px solid #ddd;

}
.main-navigation ul.menu>li>a, .site-mobile-navigation ul.menu>li {
	display: block;
	height: 100%;
	width: 100%;
	font-size:14px;
	font-weight:400;

}
.main-navigation ul.menu > li >a > span.fa:before, .site-mobile-navigation ul.menu>li a.fa:before {
	margin-top: 0.6em;
	margin-right: 0.3em;
	color:#ECB935;
	font-size:110%;

}
.main-navigation ul ul.sub-menu>li, .site-mobile-navigation ul ul.sub-menu>li {

	font-size:12px;
	font-weight:normal;
	font-style:normal;
	letter-spacing:0px;
	text-transform:uppercase;
}
.main-navigation{
	min-height:63px;
	
}
h2.entry-title {

	font-size:36px;
	font-weight:700;
	font-style:normal;
	line-height:1.35;
	letter-spacing:0px;
	text-transform:none;
}
h1.page-title, h1.entry-title {

	font-size:40px;
	font-weight:700;
	font-style:normal;
	line-height:1.35;
	letter-spacing:0px;
	text-transform:none;
}
.widget-title {

	font-size:16px;
	font-weight:700;
	font-style:normal;
	line-height:1.75;
	letter-spacing:0px;
	text-transform:none;
	margin-bottom:15px;
}
#site-hero h2.entry-title {

	font-weight:700;
	font-style:normal;
	line-height:1.25;
	letter-spacing:0px;
	text-transform:none;
	max-height:2.5em;
}
.footer-widgets {

	font-size:13px;
	font-weight:normal;
	font-style:normal;
	line-height:1.75;
	letter-spacing:0px;
	text-transform:none;
}
.footer-widgets h1, .footer-widgets h2, .footer-widgets h3, .footer-widgets h4, .footer-widgets h5, .footer-widgets h6 {

	font-size:14px;
	font-weight:700;
	font-style:normal;
	line-height:1.75;
	letter-spacing:0px;
	text-transform:none;
	margin-bottom:10px;
}
.slogan{
	padding-top:3.7em;
	font-size:12px;
}
#block-block-8{
	text-align:right;
}
a.register{
	display:inline-block;

	border-radius:5px;
	color:#fff;
	font-size:13px;
	font-weight:400;
	width:130px;
	height:35px;
	padding-top:8px;
	text-align:center;
	margin-top:0.3em;
    background: #e02413 url('../images/menu/spm8.png') no-repeat 10px 9px;	
    padding-left:13px;
}
a.register:hover{
	background-color:#b30d12;
}

body.logoutpage .mean-nav li:nth-last-child(2) a{
	display:inline-block;

	border-radius:5px;
	color:#fff;
	font-size:13px;
	font-weight:400;
	width:81%;
	margin-left:15px;
    margin-right:15px;
	text-align:center;
	margin-top:0.3em;
    background: #e02413 url('../images/menu/spm8.png') no-repeat 20px 14px;	
    
}

#menu-main-menu,
#block-menu-menu-kyushimenu{
	margin-top:30px;
}
#block-menu-menu-usermenulogin {
    margin-top: 30px;
}
span.logotxt{
	font-size:12px;
	font-weight:400;
}
/*****カルーセル*****/
.jcarousel-container-horizontal {

width:100%;
}
.jcarousel-item-horizontal {

    float: left;
    list-style: outside none none;

}
.jcarousel-item-horizontal {


}
.jcarousel-item.jcarousel-item-horizontal {

    padding: 0;
    width: 100px;
    overflow: hidden;
    list-style: none;
}
	
@media (max-width: 767px) {
    #block-menu-menu-spmenu .menu{
        margin-right:30px;
    }
    .site-logo.image-logo{
        margin-top:20px;
    }
	header .site-banner .header-right-wrapper a.register span {
	  display: none;
	}

	header .site-banner .header-right-wrapper a.register:before {
	  content:'会員登録(無料)';
	  width:120px;
	}

	header .site-banner .header-right-wrapper a.register {
	  content:'会員登録(無料)';
	  width:120px;
	}

	header .site-banner .header-right-wrapper a{
	   width:100px;
	} 
    .responsive-menus.responsified {
        text-align:right;
    }
    .responsive-menus.responsified span.toggler {
        position:absolute;
        right:5px;
        top:15px;
        padding: 1px;
        display: block;
        background: #fff;
        color: #343434;
        box-shadow: none;
        font-size: 1.35em;
        text-align: center;
        cursor: pointer;
        outline: none;
        width:80px;

    }
    .responsive-menus.responsified.responsive-toggled.absolute .responsive-menus-simple{
        top:70px;
    }
    .responsive-menus.responsified .responsive-menus-simple {

        display: none;
        width: 100%;
        background: #fff;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        box-shadow: none;

    }
    .responsive-menus.responsified.responsive-toggled span.toggler{
        border:none;

    }
    .responsive-menus.responsified .responsive-menus-simple li a {

    color: #343434;
    display: block;
    padding: 15px;
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #bbb;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    text-decoration: none;
    text-transform: uppercase;
    }
    #sidr-1-button{
        
        display:block;
        display: block;
        width: 60px;
        height: 60px;
        font-size: 30px;
        text-align: center;
        position: absolute;
        right: 0px;
    }
    .mean-container .mean-bar {

        float: right;
        width: 100%;
        position: relative;
        background: none;
        padding: 0px;
        min-height: 0px !important;
        height: 0px !important;
        z-index: 999999;
    }
    .mean-container a.meanmenu-reveal{
        top:10px;
        right:10px !important;
    }
    .mean-container a.meanmenu-reveal span{
        background:#343434;
    }
    .mean-container .mean-nav{margin-top:80px;}
    .meanmenu-reveal.meanclose{background:#fabe00;}
    .mean-container .mean-nav{background:#fff;}
    .mean-container .mean-nav ul{
        background:#fff;
        padding-bottom: 20px;
        box-shadow: 2px 2px 4px gray;
        overflow:auto;
    }
    .mean-container .mean-nav ul li a {
        display: block;
        float: left;
        width: 90%;
        padding: 1em 5%;
        margin: 0;
        text-align: left;
        color: #454545;
        border-top: 1px solid #383838;
        border-top: 1px solid rgba(0,0,0,.2);
        text-decoration: none;
        text-transform: uppercase;
    }
    
}





@media only screen and (max-width : 479px ) { 
	/*ボタン調整*/
	.header-right-wrapper a{
	  width:30%!important;
	  float:left;
	  margin-right:10px!important;
	  margin-bottom:10px;
	  font-size:12px!important;
	  line-height:2.5;
	}
    #mlpm-menu{
        padding-left:0px;
    }
}


a.register span.point{
	background:#fff;
	padding:6px;
	border-radius:40px;
	color:#f27398;
	margin-right:3px;
	
}
body.loginpage .mean-nav li.mean-last,
body.logoutpage .mean-nav li.mean-last{
    text-align:center;
}
body.loginpage .mean-nav li.mean-last a,
body.logoutpage .mean-nav li.mean-last a{
    display:block;
	background:#fff;
	border-radius:5px;
	border:2px solid #afafaf;
	color:#232323;
	font-size:15px;
	font-weight:400;
	width:80%;
	
	text-align:center;
	margin-top:0.3em;
    margin-left:15px;
    margin-right:15px;

}
.mean-nav li a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    color: #454545;
    position: absolute;
    right: 10px;
    font-weight:900;
}
body.loginpage .mean-nav li.mean-last a:after,
body.logoutpage .mean-nav li.mean-last a:after,
body.logoutpage .mean-nav li:nth-last-child(2) a:after{
    display:none;
}
a.login,a.logout{
	display:inline-block;
	background:#fff;
	border-radius:5px;
	border:2px solid #afafaf;
	color:#232323;
	font-size:13px;
	font-weight:400;
	width:130px;
	height:35px;
	padding-top:6px;
	text-align:center;
	margin-top:0.3em;
    background: url('../images/menu/spm7.png') no-repeat 10px 9px;	
    padding-left:10px;
}
a.login:hover,a.logout:hover{
    background: url('../images/menu/spm7.png') no-repeat 10px 9px;	
}
#block-block-2{
    padding-top:13px;
}
a.saiyou{
	
}
a.bookmark{
	display:inline-block;
	background:#ECB935;
	border-radius:5px;
	color:#fff;
	font-size:15px;
	font-weight:600;
	width:130px;
	height:35px;
	padding-top:10px;
	text-align:center;
	border-bottom:2px solid #c89c29;
	margin-top:1em;
	
	margin-right:1em;
}
a.mypage{
	display:inline-block;
	background:#ECB935;
	border-radius:5px;
	color:#fff;
	font-size:15px;
	font-weight:600;
	width:130px;
	height:35px;
	padding-top:6px;
	text-align:center;
	border-bottom:2px solid #c89c29;
	margin-top:1em;
	
	margin-right:0.1em;
}
@media (max-width:479px) {
	a.register,a.login,a.logout{
	width:47%;
	}
	a.register span.point{
		display:none;
	}
	
	
}


h1.page-title, h1.entry-title, h2.pgttl, h2.entry-title {
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: 0px;
    text-transform: none;
}

.sTTL {
    
    margin-left: 1em;
}



a.login:hover,a.logout:hover{
	background-color:#efefef;
}
a.flag.flag-action.flag-link-toggle{
	display:block;
	background:#ECB935;
	border-radius:5px;
	color:#fff;
	font-size:15px;
	font-weight:600;
	width:50%;
	height:48px;
	padding-top:10px;
	text-align:center;
	border-bottom:2px solid #c89c29;	
}
a.flag.flag-action.flag-link-toggle:hover{
	background:#c89c29;
}
a.flag.unflag-action.flag-link-toggle {
    display: block;
    background: #ECB935;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    width: 50%;
    height: 48px;
    padding-top: 10px;
    text-align: center;
    border-bottom: 2px solid #c89c29;
}
a.flag.unflag-action.flag-link-toggle:hover{
	background:#c89c29;
}
.entry_field_job a{
    display: block;
    background: #e02413;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    width: 50%;
    height: 48px;
    padding-top: 10px;
    text-align: center;
}
.entry_field_job a:hover{
	background:#e02413;
}
.btn-black{
	border-radius:4px;
	background:#295bb2;
	height:35px;
	width:100%;
	display:block;
	padding:6px;
	color:#fff;
	position:relative;
	text-align:center;
}
.btn-black:hover{
	background:#1b4897;
	color:#fff;
}
a.seek-regist{
	display: block;
    background: #e02413;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    width: 250px;
    height: 48px;
    padding-top: 10px;
    text-align: center;
   
    float: left;
    margin-right: 20px;
	position:relative;
}
a.seek-regist:after{
	font-family: "Font Awesome 5 Free" !important;
		content:"\f105" !important;
		color:#fff;
		position: absolute;
		right: 10px;
}
a.seek-regist:hover{
	background:#b30d12;
}
a.agentregistbt{
	width:100%;
	border-radius:4px;
	padding:15px;
	color:#fff;
	background:#e02413;
	text-align:center;
	position:relative;
	display: block;
}
a.agentregistbt:after{
	font-family: "Font Awesome 5 Free";
		content:"\f105";
		color:#fff;
	position:absolute;
	right:10px;
	font-weight: 900;
	
}

a.btn-black:after{
	font-family: "Font Awesome 5 Free";
		content:"\f105";
		color:#fff;
	position:absolute;
	right:10px;
	font-weight: 900;
	
}
.links .node-readmore a{
	display:block;
	background:#f27398;
	border-radius:5px;
	color:#fff;
	font-size:15px;
	font-weight:600;
	width:50%;
	height:48px;
	padding-top:10px;
	text-align:center;
	border-bottom:2px solid #dc426f;	
}
.links .node-readmore a:hover{
	background:#dc426f;
}


a.sideregister{
	display:block;
	background:#f27398;
	border-radius:5px;
	color:#fff !important;
	font-size:21px;
	font-weight:600;
	width:100%;
	height:65px;
	padding-top:13px;
	text-align:center;
	border-bottom:2px solid #dc426f;
	
	float:left;
	margin-right:20px;
	line-height:100%;
}
a.sideregister:hover{
	background:#dc426f;
	
}
a.sideregister span{
	font-size:12px;
}
a.facebookregister{
	display:block;

	background:#2c4883 url(../images/fblogo.png) no-repeat;
	background-position:12px 12px;
	border-radius:5px;
	color:#fff !important;
	font-size:15px;
	font-family:Helvetica Neue;
	
	width:100%;
	height:50px;
	padding-top:17px;
	text-align:center;
	border-bottom:2px solid #2c4883;
	margin-top:1em;
	float:left;
	margin-right:20px;
	line-height:100%;
}
a.facebookregister:hover{
	
	background:#3b5998 url(../images/fblogo.png) no-repeat;
	background-position:12px 12px;
	
}

#block-menu-menu-sidemenu{
background: #ECB935;
border-radius: 5px;
}
#block-menu-menu-sidemenu ul.menu li{
	padding:0;
}
#block-menu-menu-sidemenu ul.menu li a{
	display:block;
	width:100%;
	color:#fff;
	border-bottom:1px solid #c89c29;
	padding:20px;
}
#block-menu-menu-sidemenu ul.menu li a:hover{
	background:#efefef;
}
#block-menu-menu-sidemenu ul.menu>li>a.fa:before{
	margin-right:1em;
}
#block-menu-menu-sidemenu{
	padding-top:0px;
}
#block-menu-menu-sidemenu ul.menu li.last a{
	border:none;
}
/*sidemanu*/
#block-menu-menu-sidemenu{
    background: #fff;
    border-radius: 5px;
}
#block-menu-menu-sidemenu ul.menu li a{
    color:#333;
    border-bottom: 1px solid #e5e5e5;
}
#block-menu-menu-sidemenu ul.menu li a span:before{
    color:#ccc;
}
@media only screen and (max-width : 767px ) { 
    #block-menu-menu-sidemenu{
        max-width:100%;
    }
    #block-menu-menu-sidemenu ul.menu li{
        display: inline-block;
        width: calc(50% - 5px);
    }
	body.page-job-search #views-exposed-form-views-jzd-job-search-page-job-search #edit-submit-views-jzd-job-search{
		float:left;
		padding-left:30px !important;
		padding-right:30px !important;
	}
	input.jzd-views-save{
		padding-left:30px !important;
		padding-right:30px !important;
	}
}




#block-block-4{
	padding:20px;
	border-radius:5px;
	background:#f3f7f8 url(../images/bgservice.jpg) no-repeat top right;
}
@media only screen and (max-width : 479px ) {
	#block-block-4{
		background:#f3f7f8 url(../images/bgservice.jpg) no-repeat bottom left;
	}
}

#block-block-4 h3{
	margin-top:0px;
}
.view-job-search .views-responsive-grid .views-field-field-job-image{
margin-bottom:1em;
}
.view-job-search .views-responsive-grid .views-field-title{
	
}
.view-job-search .views-responsive-grid .views-field-field-job-city,
.view-job-search .views-responsive-grid .views-field-field-company-name-hidden{
	clear:both;
}
.view-job-search .views-responsive-grid .views-column{
	padding:10px;
}
.view-job-search .views-responsive-grid .box{
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	padding:0px;
	min-height:360px;
	position:relative;
	background:#fff;
}
.view-areataxonomy ul li,
.view-bizcategorytaxomy ul li,
.view-jobtaxomy ul li,
.view-link-list ul li{
	float:left;
	margin-right:1.5em;
}
.view-job-search .views-responsive-grid .box .views-field-field-yearsalarylow{
	position: absolute;
    bottom: 10px;
}
.view-job-search .views-responsive-grid .box .views-field-field-job-category{
	position: absolute;
    bottom: 35px;
}
.view-job-search .views-responsive-grid .box .views-field-field-prof-company-name{
	position: absolute;
    bottom: 63px;
	left:10px;
}
.view-job-search .views-responsive-grid .box .views-field-php{
	width: 93%;
	position: absolute;
    bottom: 10px;
	left:10px;
}
.view-job-search .views-responsive-grid .box .views-field-title a{
	font-weight: 800;
	color: #292929;
	font-size: 15px;
	padding-left:10px;
	padding-right:10px;
	display:block;
	padding-top:10px;
}
.field-name-field-kodawari{
	overflow:auto;

}


.form-item .description{
	margin-bottom:20px;
	border-radius:5px;
	border:1px solid #a1c5ce;
	background:#b9e2ec;
	padding:20px;
	margin-top:10px;
}
.container-inline-date .form-item,
.container-inline-date .form-item input{
	width:100%;
}
input{
	margin-bottom:10px;
}
label{
	font-size:110%;
}
ul.tabs.primary{
border-bottom: 1px solid #eaedee;
    margin-bottom: 30px;
}


ul.tabs.primary li a {
    background: #fff;
    border-radius: 0;
    font-size: 13px;
    text-transform: uppercase;
    color: #8b989b;
    letter-spacing: 2px;
    margin-right: 0;
    border: 1px solid #eaedee;
    border-bottom: none;
    display: inline-block;
    padding: 10px 19px 8px;
    cursor: pointer;
    margin-left: -1px;
    transition: background 0.2s linear, color 0.2s linear, border-color 0.2s linear;
	border-radius: 5px 5px 0px 0px
}
ul.tabs.primary li.active a,ul.tabs.primary li a:hover {
	background:#ECB935;
	color:#fff;
	border: 1px solid #ecb935;
	border-bottom: none;
}
.links.inline{
	list-style:none;
	padding:0px;
	width:100%;
}
.links.inline li{
	float:left;
	width:50%;
}

#block-views-toppageslide-block{
	margin-bottom:30px;
}
h3.border{
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
}
.site-mobile-menu-toggle .fa{
	margin-top:1em;
}
.site-mobile-menu-toggle .fa:before{
	
	font-size:150%;
color: #676767;
}
.bx-wrapper .bx-viewport{
	
	border: none;
	left:0;
}

div#comments {
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    padding: 10px;
    margin: 3px;
}
#comments {
    background-color: #f3f6f9;
}
#comments h3.comments-title {
    font-size: 15px;
}
.comment-by-node-author .field-name-comment-body {
    color: rgba(255,255,255,.85);
    background-color: #22b66e;
}

.field-name-comment-body {
    display: inline-flex;
    padding: .5rem .75rem;
    color: rgba(70,90,110,.85);
    background-color: #fff;
    margin-bottom: .25rem;
    border-radius: 2px;
}
#edit-comment-body {
    width: 100%;
	background:none !important;
	border:none !important;
}
.faq-question.faq-dt-hide-answer.faq-processed{
	font-size:110%;
	font-weight:800;
}
.faq-question-answer{
	margin-bottom:2em;
}


/************************************ ダッシュボード *************************************/

.media{
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    padding: 30px;
	margin:3px;
	margin-bottom:30px;
	text-align:center;
}
.media h4{
/* 	font-size:16px; */
    font-weight: 600;	
}

/* .media p {
    font-size: 13px;
} */


@media only screen and (max-width : 767px ) { 
    .media{
      padding:10px!important;
      margin-bottom: 5px!important;
    
    }
    .media-img img{
      width:40px;
      height: auto;
      display:inline-block;
    }
    .media-img h4.media-heading{
      width:70%;
      display:inline-block;
      text-align: left;
      line-height: 45px;
      vertical-align: top;
    }
    .media-img p{
      width:80%;
      display:block;
      margin-left: auto;
      margin-right: auto;
      font-size: 0.8em!important;
      text-align: left;
    }

}

/* user マイページ */
@media (min-width:992px) {
	.page-node-171 .media {
		min-height:345px !important;
	}
}

.view-myprofile.view-id-myprofile .view-header ul {
    margin-bottom: 1em;
}

.view-myprofile.view-id-myprofile .view-header li {
    display: inline-block;
}

.view-myprofile.view-id-myprofile .view-content {
    display: table;
    width: 100%;
    margin-bottom: 2em;
}

.view-myprofile.view-id-myprofile .view-content .views-row {
    display: table-cell;
}

.view-myprofile.view-id-myprofile .view-content .views-row span.views-label {
    display: table-cell;
    width: 250px;
    font-weight: 800;
    padding: 15px;
    background: #efefef;
    color: #000;
    border-bottom: 1px solid #fff;
}

.view-myprofile.view-id-myprofile .view-content .views-row div.field-content {
    display: table-cell;
    width: 80%;
    padding: 15px;
    border-bottom: 1px solid #efefef;
	border-right: 1px solid #efefef;
}

.view-myprofile.view-id-myprofile .view-content .views-row{
	border-top: 1px solid #efefef;
}
.profile_tab{
	list-style:none;
}
.profile_tab li{
	display:inline-block;
	
}
@media only screen and (max-width : 767px) {
    .view-myprofile.view-id-myprofile .view-content .views-row span.views-label {
        display:block;
        width: 100%;
    }

    .views-field.views-field-field-sub-title .field-content .slide1 {
        font-size: 28px;
        font-weight: 800;
        margin-bottom: 0px;
    }

    .views-field.views-field-field-sub-title .field-content .slide2 {
        font-size: 32px;
        font-weight: 800;
        margin-top: -10px;
    }

    #block-block-40 form .views-exposed-form .views-exposed-widget {
        width: 50%;
    }

    .views-exposed-form .views-exposed-widget {
        float: left;
        padding: 0em 0.5em 0em 0.5em;
        margin-bottom: 0em;
    }

    #block-block-40 form .views-exposed-form .views-exposed-widget input,#block-block-40 form .views-exposed-form .views-exposed-widget select {
        width: 100%;
        margin-top: 5px !important;
    }
}

/******** 求職者プロフィール ********/
#edit-profile-seeker-profile-field-prof-user-birth fieldset legend span {
	color: #777777;
	font-size:17.6px;
}

#edit-profile-seeker-profile-field-prof-user-birth fieldset legend span:after {
	color: #F00;
	content:'*';
}

#edit-profile-seeker-profile-field-prof-user-birth fieldset label span.form-required {
	display:none;
}

#edit-profile-seeker-profile-field-prof-user-birth fieldset .container-inline-date .form-item {
	display:inline-flex;
	width:unset;
}

#edit-profile-seeker-profile-field-prof-user-birth fieldset .form-item > select {
	order:1;
}

#edit-profile-seeker-profile-field-prof-user-birth fieldset .form-item > label {
	order:2;
	margin: 13px 8px 0 2px;
}

#profile-seeker-profile-field-prof-user-age-add-more-wrapper label {
	display:block;
}

#profile-seeker-profile-field-prof-user-age-add-more-wrapper input {
	display:inline-block;
	width:80px;
}

#edit-profile-seeker-profile-field-prof-user-job-area label {
	vertical-align: top;
}
  
/******** 職歴 ********/
form.node-form.node-history-form label {
	
}

form.node-form.node-history-form .start-date-wrapper.container-inline-date{
	display:inline-block;
}

#edit-field-user-income label {
	display:block;
}
  
#edit-field-user-income input {
	display:inline-block;
	width:80px;
}
  
#edit-field-user-staff-job label {
	display:block;
}
  
#edit-field-user-staff-job input {
	display:inline-block;
	width:100px;
}
  
#edit-field-user-history-period-s legend span {
	color: #777777;
	font-size:17.6px;
}

  
#edit-field-user-history-period-s fieldset .container-inline-date .form-item {
	display:inline-flex;
	width:unset;
}
  
#edit-field-user-history-period-s fieldset .form-item .form-item > select {
	order:1;
}
  
#edit-field-user-history-period-s fieldset .form-item .form-item > label {
	order:2;
	margin: 28px 8px 0 2px;
}
  
#edit-field-user-history-period-s fieldset .container-inline-date > .form-item > label {
	display:none;
}
  
#edit-field-user-history-period-s-und-0-value2:before {
	content:'～';
}

/* スカウト */
.node-type-scout .field.field-name-field-message .field-item {
	white-space: pre-wrap;
}

/********************************************** メッセージ **********************************************/
body.page-user-message ul.tabs.primary li:nth-of-type(1){
	display:none;
  }
  
  .links .first.last.active {
	  float:none;
	  margin:30px 0px 20px 0px
  }
  
  .links .comment-add a.active {
	  background-color: #5fa773;
	  border-color: #5fa773;
	  color:#FFF;
	  padding:12px 6px;
	  border-radius:5px;
  }
  
  #comments #edit-comment-body > div {
	  width:100%;
  }
  
  #comments div.comment{
	  margin-top: 40px;
  }
  #comments .user-picture img{
	  border-radius:50%;
  }
  #comments .user-picture{
	  margin-bottom: -60px;
  }
  
  #comments .user-picture img{
	  width: 5rem;
	  height: 5rem;
  }
  #comments .page-content .block .content{
	  overflow: visible;
	  padding: 0px;
  }
  
  #comments .field-items{
	  padding-bottom: 0px;
  }
  #comments .field-items .field-item{
	  word-wrap: break-word;
	  word-break: break-all;
  }
  
  
  #comments .field-name-comment-body .field-items{
	  padding: 10px;
  }
  
  #comments .submitted,
  #comments .comment-time{
	  margin-top: 5px;
	  font-size: .9em;
	  display:inline-block;
  }
  /* someone */
  #comments .field-name-comment-body:not(.field-widget-text-textarea){
	  display: inline-block;
	  position: relative; 
	  margin: 10px 0 0 90px;
	  padding: 8px;
	  max-width: 600px;
	  border-radius: 5px;
	  background: #fff;
	  color:#000;
  }
  
  #comments .comment:not(.comment-by-node-author) .field-name-comment-body:after {
	  content: "";
	  display: inline-block;
	  position: absolute;
	  top: 3px; 
	  left: -19px;
	  border: 8px solid transparent;
	  border-right: 18px solid #fff;
	  -ms-transform: rotate(35deg);
	  -webkit-transform: rotate(35deg);
	  transform: rotate(35deg);
  }
  
  /*スカウト時は反対*/
  body.node-type-scout #comments .comment-by-viewer{
	text-align: right;
  }
  body.node-type-scout #comments .field-name-comment-body:not(.field-widget-text-textarea){
	  display: inline-block;
	  position: relative; 
	  margin: 10px 90px 0 0;
	  padding: 8px;
	  max-width: 600px;
	  border-radius: 5px;
	  background: #fff;
	  font-size: 15px;
	  color:#000;
	  text-align:left;
  }
  body.node-type-scout #comments .comment:not(.comment-by-node-author) .field-name-comment-body:before {
	  content: "";
	  position: absolute;
	  top: 3px; 
	  right: -19px;
	  border: 8px solid transparent;
	  border-left: 18px solid #fff;
	  -ms-transform: rotate(-35deg);
	  -webkit-transform: rotate(-35deg);
	  transform: rotate(-35deg);
  }
  body.node-type-scout #comments .comment:not(.comment-by-node-author) .field-name-comment-body:after{
	   display:none;
  }
  
  
  /* me */
  .comment.comment-by-node-author {
	  margin-left: 25px;
	  text-align: right;
  }
  
  #comments .comment.comment-by-node-author .field-name-comment-body{
	  display: inline-block;
	  position: relative; 
	  margin: 10px 90px 0 0;
	  padding: 8px;
	  max-width: 600px;
	  border-radius: 5px;
	  background: #b7e8fa;
	  font-size: 15px;
	  color:#000;
	  text-align:left;
  
  }
  
  #comments .comment.comment-by-node-author .field-name-comment-body:before {
	  content: "";
	  position: absolute;
	  top: 3px; 
	  right: -19px;
	  border: 8px solid transparent;
	  border-left: 18px solid #b7e8fa;
	  -ms-transform: rotate(-35deg);
	  -webkit-transform: rotate(-35deg);
	  transform: rotate(-35deg);
  }
  
  
  /*スカウト時は反対*/
  body.node-type-scout .comment.comment-by-node-author {
	  margin-left: 0px;
	  text-align: left;
  }
  body.node-type-scout #comments .comment.comment-by-node-author .field-name-comment-body{
	  display: inline-block;
	  position: relative; 
	  margin: 10px 0 0 90px;
	  padding: 8px;
	  max-width: 600px;
	  border-radius: 5px;
	  background: #b7e8fa;
	  color:#000;
  }
  body.node-type-scout #comments .comment.comment-by-node-author .field-name-comment-body:after {
	  content: "";
	  display: inline-block;
	  position: absolute;
	  top: 3px; 
	  left: -19px;
	  border: 8px solid transparent;
	  border-right: 18px solid #b7e8fa;
	  -ms-transform: rotate(35deg);
	  -webkit-transform: rotate(35deg);
	  transform: rotate(35deg);
  }
  body.node-type-scout #comments .comment.comment-by-node-author .field-name-comment-body:before{
	  display: none;
  }
  /* //スカウト時は反対*/
  #comments .comment .field-name-field-read{
	  font-size:0.8em;
  }
  
  #comments .comment-time:before{
	  background-image: url(/sites/all/themes/wandvadmin/img/clock.png);
	  background-repeat:no-repeat;
	  background-position:center bottom;
	  content: "　　　";
	  opacity: 0.5;
  }
  body.page-message-show #edit-actions{
	  text-align: center;
  }
  body.page-message-show #edit-actions input{
	  width:100%;
	  max-width: 300px;
  }
  #comments .comment h3{
	  display:none;
  }
  #comments .new{
	  content: "New";
	  background-color: #c02855;
	  color: #fff;
	  font-size: 0.7em;
	  padding: 2px 4px;
	  margin: 0px 5px;
	  animation: flashing 1.0s ease-out;
	  animation-iteration-count: infinite;
  }
  @keyframes flashing {
	  0%   { opacity: 0.5; }
	  50%  { opacity: 1;}
	  100% { opacity: 0.5; }
  }
  
  /*sp*/
  @media only screen and (max-width : 767px ) { 
	  #comments .user-picture{
		  margin-bottom:0px;
	  }
	  #comments .user-picture img{
		  width: 3rem;
		  height: 3rem;
	  }
	  /*someone*/
	  #comments .field-name-comment-body:not(.field-widget-text-textarea){
		  margin: 10px 0 0 25px;
		  max-width: 100%;
	  }
	  /*me*/
	  #comments .comment.comment-by-node-author .field-name-comment-body {
		  margin: 10px 25px 0 0;
		  max-width: 100%;
	  }
	  /*scout someone*/
	  body.node-type-scout #comments .comment.comment-by-node-author .field-name-comment-body{
		  margin: 10px 0 0 25px;
		  max-width: 100%;
	  }
	  /*scout me*/
	  body.node-type-scout #comments .field-name-comment-body:not(.field-widget-text-textarea){
		  margin: 10px 25px 0 0;
		  max-width: 100%;
	  }
  
  }
  /********************************************** メッセージ **********************************************/



  /********************************************** service **********************************************/
/* サービス */
.mainbox img.img-responsive {
  max-width:200px;
  height:auto;
}
.stepBar {
  display: flex;
  max-width: 100%;
  position: relative;
  margin: 80px auto;
  text-align: center;
}
.stepBar li {
  font-size: 12px;
  list-style: none;
  position: relative;
  width: 33.333%;
}
.stepBar li:after {
  background: #ECB935;
  content: "";
  width: calc(100% - 24px);
  height: 4px;
  position: absolute;
  left: calc(-50% + 12px);
  top: 10px;
}
.stepBar li:first-child:after {
  display: none;
}
.stepBar li span {
  background: #ECB935;
  color: #ffffff;
  display: inline-block;
  height: 24px;
  margin-bottom: 5px;
  line-height: 24px;
  width: 24px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.stepBar .visited:after {
  background: #ECB935;
}
.stepBar .visited span {
  background: #ECB935;
}

span.step{
	color:#ECB935;
	font-weight:700;
	margin-right:10px;
}
.service-regist{
	max-width:400px;
	margin-top:30px;
	margin-bottom:30px;
	margin-left: auto;
	margin-right: auto;
}

  /********************************************** //service **********************************************/

/* 閲覧履歴 */
.view-recently-read .views-column{
	margin-bottom:20px;
}

/*FAQ*/
.faq-question.faq-dt-hide-answer {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1em;
    padding: 14px 45px 14px 24px;
    border: 3px solid #ddd;
}

.faq-question a{
	color:#222222;
}

.faq-question-answer span:before{
	font: normal normal normal 14px/1 "Font Awesome 5 Free";
	font-weight: 900;
  content: "\f067";
  position: absolute;
  right : 40px;
  color: #ECB935;

}
.faq-question-answer.faq-viewed.expanded span:before{
	font: normal normal normal 14px/1 "Font Awesome 5 Free";
	font-weight: 900;
  content: "\f068";
  position: absolute;
  right : 40px; 
  color: #ECB935;

}
.faq-answer{
	padding-left:0px;
}

.faq-question-answer .field-type-text-with-summary {
    background: #efefee;
    padding: 20px 30px;
    border-radius: 2px;
	margin-bottom:30px;
}
.faq-question-answer .field-type-text-with-summary p{
	margin-bottom:0px;
}

/* Back-to-top */
.back-to-top {
  position:fixed; /*固定*/
  bottom:20px; /*場所を右下に移動*/
  right:20px; /*場所を右下に移動*/
  display:block; /*aタグをblock要素に変更*/
  background-color:rgba(0,0,0,0.5); /*以下、デザインはご自由に！！*/
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  font-size:8px;
  width:60px;
  height:60px;
  text-align:center;
  line-height:22px;
  border-radius:30px;
  padding-top:30px;
  box-sizing:border-box;
  z-index: 1000;
}
a.back-to-top:hover, a.back-to-top:focus {
	color: #fff!important;
}
.back-to-top:before {
  content:'\25B2';
  position:absolute;
  top:10px;
  left:0;
  width:100%;
  text-align:center;
  font-size:20px;
}
.back-to-top:hover {
  opacity:0.7;
}

/* top slider */
/* bxslider prev next Btn */
.bx-wrapper .bx-next,
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-prev:hover{
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}
/* bxslider ロード時に並ぶのを防止 */
.bxslider li {
	display: none;
}
.bx-viewport .bxslider li {
	display: block !important;
}


.bx-wrapper .bx-viewport {
    -moz-box-shadow: none !important;
    -webkit-box-shadow:  none !important;
    box-shadow:  none !important;
    border:  none !important;
    left:0px;
    background:  none !important;
}
/***top informaition**/
.views-fade-tick-field .views-field{
	display:inline-block;
}
#block-views-news-block-4{
	background:#f9f9f9;
	padding:15px;
}
#block-views-news-block-4 h3.widget-title{
	background:#fff;
	font-size:16px;
	padding-top:12px;
	padding-bottom:9px;
	padding-left:20px;
	padding-right:20px;
	display:inline-block;
	margin:0px;
	color:#333333;
	letter-spacing:.1em;
	border-right:1px solid #f9f9f9;
}
#block-views-news-block-4 .col-md-12{
	background:#fff;
	padding:0px !important;
}
#block-views-news-block-4 .view-display-id-block_4 {
	display:inline-block;
	
}
#block-views-news-block-4 .view-display-id-block_4 ul{
	list-style:none;
}
#block-views-news-block-4 .view-display-id-block_4 ul li{
	margin-left:15px;
}
.bxslider_views_slideshow_main .views-field-field-text h3{
	font-size:36px;
	font-weight:800;
	color:#000;
	position: absolute;
top: 20%;
left:7%;
text-align: left;
margin-left: auto;
margin-right: auto;
max-width: 100%;
line-height:150%;
}
.bxslider_views_slideshow_main .views-field-field-text img{
	position: absolute;
	top: 56%;
	left:7%;
	max-width:480px;
	
}
.bxslider_views_slideshow_main .views-field-title .field-content{
max-width: 65%;
display: block;
margin-left: auto;
margin-right: auto;
line-height:150%;
}
.bxslider_views_slideshow_main .views-field-field-url{
	color:#fff;
	position: absolute;
bottom: 70px;
text-align: left;
margin-left: auto;
margin-right: auto;
width: 100%;

}
.bxslider_views_slideshow_main .views-field-field-url .field-content{
max-width: 1170px;
display: block;
margin-left: auto;
margin-right: auto;
padding-left:40px;
text-align:left;

}
a.btn.btn-border{
	padding:18px 73px;
	
	font-size:21px;
	font-weight:700;
	color:#fff;
	background:#d60b11;
	border-radius:3px;
	box-shadow: 2px 2px 3px #cdcdcd;
}
a.btn.btn-border:hover{
	background:#bc0a0f;
	
}
.cicolor{
	color:#ffda00;
	font-size:130%;
	margin-left:-5px;
			   
}



.bx-wrapper .bx-next, .bx-wrapper .bx-prev {
    background-image: none !important;
    background-color: #fadd77 !important;
    display: inline-block;
    height: 40px !important;
    position: absolute;
    right: 0 !important;
    top: 0;
    color: #fff;
    width: 40px !important;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.bx-wrapper .bx-next {
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.bx-wrapper .bx-next, .bx-wrapper .bx-prev {
    background: #fadd77;
    display: inline-block;
}
.bx-wrapper .bx-prev {
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.bx-wrapper .bx-next:before, .bx-wrapper .bx-prev:before {
    text-indent: 0px !important;
    top: -1px !important;
}
.bx-wrapper .bx-prev:before {
    content: "\f104";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    padding-right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}
a.bx-next:before {
    content: "\f105";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    padding-right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

.bx-wrapper .bx-controls-direction a{
	text-indent: 0px !important;
	text-decoration:none;
}

/***トップページ地図*****/

#block-block-47{
	background: url(../images/bg_japan.gif) no-repeat center center;
	position:relative;
	min-height:570px;
}
.maparea {
	background:#eff4fe;
	border-radius:10px;
	padding:8px;
	display: inline-block;
	
}
.maparea h3{
	display:inline;
	font-size:16px;
}
.maparea .maplink a{
	display:block;
	padding-left:10px;
	padding-right:10px;
	background:#fff;
	float:left;
	margin:3px;
	text-align:center;
	width:96px;
	height:32px;
	border-radius:4px;
	padding-top:4px;
	
}
.maparea .maplink a:hover{
	background:#ffda00;
	color:#fff;
}
.maparea.map1{
	position: absolute;
	right: 0;
	background:#c9e0ea;
}
.maparea.map2{
	position: absolute;
	right: 0;
	top:350px;
	background:#d1eae9;
}
.maparea.map3{
	position: absolute;
	left: 300px;
	background:#eceec0;
}
.maparea.map4{
	position: absolute;
	right: 30%;
	top:450px;
	background:#ddeedf;
}
.maparea.map5{
	position: absolute;
	left: 300px;
	top:430px;
	background:#fbe5c4;
}
.maparea.map6{
	position: absolute;
	left: 0;
	background:#f1bebc;
}
.maparea.map7{
	position: absolute;
	left: 0;
	top:400px;
	background:#fbdfe5;
}
.clear{
	clear:both !important;
}
.front #contenttop{

	padding-bottom: 50px;
}
.front #contenttop .container{
	
}

.node-form input[type="text"], 
.node-form input[type="number"],
.node-form input[type="email"], 
.node-form input[type="url"]{
	display: inline-block;
	width: 60%;
}


.view.view-views-jzd-job-search.view-id-views_jzd_job_search.view-display-id-page_job_search .view-header{
	margin-bottom:1em;
}
.view.view-views-jzd-job-search.view-id-views_jzd_job_search.view-display-id-page_job_search .view-header .pagertop{
	height:37px;
	margin-bottom:2em;
	margin-top:-55px;
}

/* ご利用実績 *****************************/

.jissekiArea01 ul li {
    float: left;
    width: 162px;
    height: 120px;
    list-style: none;
}
.jissekiArea01 h3 {
    font-weight: bold;
    line-height: 180%;
    background-color: #f5f5f5;
    padding: 10px;

}
@media only screen and (max-width : 767px ) { 
    .jissekiArea01 ul li {
        float: left;
        width:calc(50% - 10px);
        height: auto;
        list-style: none;
    }
    .jissekiArea01 h3 {
        font-size:1em;
    }

}



/* 運営会社 *****************************/
.tbl-company-info ul,
.tbl-company-info ol{
    padding-left:20px;   
}
.tbl-company-info th{
    background:#f5f5f5;
}

/* footer */
.footer-widgets #block-menu-menu-footer-menu ul.menu{
    list-style: none;
    display:flex;
      justify-content: center;
}
.footer-widgets #block-menu-menu-footer-menu ul.menu li{
    padding:10px 15px;
}
@media only screen and (max-width : 767px ) { 

    .footer-widgets #block-menu-menu-footer-menu ul.menu{
        display: flex;
	    flex-flow: column;
	    margin: 0;
	    padding: 6px;
	    list-style-type: none;
    }
	#block-block-67 .col-xs-4{
		padding-left:2px;
		padding-right:2px;
	}
	#block-block-67 .media-img h4.media-heading{
		width:100%;
		text-align:center;
	}
	h3.widget-title{
		font-size:16px  !important;
	}
	.front_ttlin{
		font-size:18px !important;
	}
	
}

#block-block-5{
    text-align:center;
    color:#333;
}
#edit-regist-header #edit-line-login-btn{
	display:none;
}
#step-forms-get-form span.form-required:after{
	content:"必須";
}

#step-forms-get-form  .form-actions.form-wrapper .form-submit{
    background: #3361ad;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    border-radius: 3px;
    border: none;
	cursor: pointer;
cursor: hand;
}
#step-forms-get-form  .form-item label{
	display:inline-block;
	width:180px;
}
#step-forms-get-form  .form-item label.option{
	width:auto;
}
#step-forms-get-form  .form-item input#edit-field-prof-user-name-und-0-value,
#step-forms-get-form  .form-item input#edit-field-first-name-und-0-value,
#step-forms-get-form  .form-item input#edit-field-prof-user-tel-und-0-value{
	width:200px;
	display:inline;
}
#step-forms-get-form  .form-item #edit-mail,
#step-forms-get-form  .form-item #edit-pass{
	max-width:300px;
	display:inline;
}
#step-forms-get-form  .form-item label[for="edit-field-prof-user-birth-und-0-value-year"],
#step-forms-get-form  .form-item label[for="edit-field-prof-user-birth-und-0-value-month"],
#step-forms-get-form  .form-item label[for="edit-field-prof-user-birth-und-0-value-day"]{
	display: inline-block;
	width: 30px;
}
#step-forms-qualification-text .select-msg{
	display:block;
	background: #3361ad;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    border-radius: 3px;
    border: none;
	cursor: pointer;
	cursor: hand;
	text-align:center;
	width:220px;
	color:#fff;
	font-weight:800;
}
body.page-seeker-register-2 .ui-dialog.ui-widget.ui-widget-content{
	max-width:800px;
	margin-left:auto;
	margin-right:auto;

}
body.page-seeker-register-2 .ui-dialog.ui-widget.ui-widget-content .ui-dialog-titlebar.ui-widget-header{
	display:none;
}
body.page-seeker-register-2 .ui-dialog.ui-widget.ui-widget-content .form-item.form-type-checkbox{
	min-width:300px;
}
.registhead {
	text-align:center;
	font-size:18px;
	font-weight:800;
	margin-bottom:1em;
}
.registtext{
	text-align:center;
}
.step-froms-preview label{
	display:inline-block;
	width:30%;
}
.step-froms-preview span{
	display:inline-block;
	width:65%;
}
.step-froms-preview div{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #ccc;
}
#node-a457{
	padding-top:60px;
}
.bef-secondary-options .form-item.form-type-select.form-item-field-pickup-flg-tid{
	margin-bottom:1em;
}
input.jzd-views-save{
background: #fff;
padding-left: 60px;
padding-right: 60px;
padding-top: 15px;
padding-bottom: 15px;
font-size: 14px;
border-radius: 3px;
border: 1px solid #ddd;
margin-left:0.2em;
}
#entry-node-form .group-status{
	display:none;
}
.searchsave input#edit-save{
	display:none;
}
.sTTL{
	font-size:12px;
}
.view-comapny-job .view-content .job-header span.job-employment{
	background:#fff;
}
#edit-field-job-license-list-tid-wrapper{
	overflow:auto;
}
.views-table a{
	color:#0E7AC4;
}
#edit-comment-body{
	margin-top:2em;
}
#block-views-statusupdadte-block-1 {
	margin-bottom:1em;
}
.width100 .links.inline li{
	width:100%;
}
.form-item.form-type-radio.form-item-profile-seeker-profile-field-prof-user-job-flag-und #edit-profile-seeker-profile-field-prof-user-job-flag-und-none,
label[for= "edit-profile-seeker-profile-field-prof-user-job-flag-und-none"]{
	display:none;
}
#profile-seeker-profile-field-prof-user-job-date-add-more-wrapper span.fieldset-legend{
	display:none;
}
body.page-user-saved-views .tabs.primary{
	display:none;
}
.view-jobcompany .views-field-field-company-message-img {
	text-align:center;
	}
body.page-seeker-register #breadcrumb,
body.page-seeker-register .headmeta{
    display:none;
}
body.page-seeker-register .site-logo.image-logo {
    margin-top: 20px;
}
body.page-node-2364 #user-login-form .item-list ul li.first{
    display:none;
}
#entry-node-form .collapsible.required-fields.group-entry-job.field-group-fieldset.form-wrapper.collapse-processed{
    display:none;
}
#block-views-entryjobdata-block ul,
#block-views-entryjobdata-block li{
    list-style:none;
    margin:0px;
    padding:0px;
    display:table;
    table-layout:fixed;
}
#block-views-entryjobdata-block ul{
    display:table;
    width:100%;
    margin-left:0px !important;
    margin-bottom:20px;
    table-layout:fixed;
    border-right:1px solid #ddd;
    border-top:1px solid #ddd;
}
#block-views-entryjobdata-block li div.views-field{
    display:table;
    width:100%;
    table-layout:fixed;
    
    
}
#block-views-entryjobdata-block li span.views-label{
    display:table-cell;
    width:20%;
    background:#efefef;
    padding:10px;
    border-bottom:1px solid #fff;
}
#block-views-entryjobdata-block li div.field-content,
#block-views-entryjobdata-block li span.field-content{
    display:table-cell;
    padding:10px;
    border-bottom:1px solid #ddd;
    width:80%;
}
.page-closeup .pager{
    text-align:center !important;
}
.page-closeup .views-field-field-prof-company-name{
    padding:10px;
    font-weight:800;
    color:#232323;
}
body.kyushi .jzd-favorite-wrapper,
body.kyushi .views-company-job-link{
	display:none !important;
}
@media (max-width: 991px) {
    #block-views-entryjobdata-block li div.field-content,
    #block-views-entryjobdata-block li span.field-content,
    #block-views-entryjobdata-block li span.views-label{width:100%;
        display:block;
	}
    #block-views-entryjobdata-block ul{
        border-left:1px solid #ddd;
    }
}