/*
Theme Name: sogilog
Theme URI: http://baigie.me/
Author: baigie
Description: ベイジブログ用のテンプレート
Version: 1.1
*/
@charset "utf-8";

/* setting.css */
/* ------------------------------------------------------------ reset*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,table,
input,textarea,select,option,button {
	font-size: 100%;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
html{
	overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
input,
textarea, {
	margin: 0;
	padding: 0;
}
ol,
ul {
	list-style:none;
}
table {
	border-collapse: collapse; 
	border-spacing:0;
}
caption,
th {
	text-align: left;
}
a {
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a:hover {
	text-decoration: underline;
	color: #afa86f;
}
:focus {
	outline: 0;
}
/* Remove dotted outlines on all links (IE only) */
a:active,
a:focus {
	outline: expression(hideFocus='true');
}
img,
a img {
	border: none;
}

/* ------------------------------------------------------------ initial settings*/
html {
	height: 100%;
	font-size: 100%;
	line-height: 2.0;
	background: #fff;
	overflow-y: scroll;
}

body {
	color: #333;
	-webkit-text-size-adjust : 100%;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka,"ＭＳ Ｐゴシック", Meiryo, MS PGothic, sans-serif;
}
.mac body {
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, sans-serif;
}
.win body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Meiryo, MS PGothic, sans-serif;
}

/* common.css */
a.linkaction {
	color: #aea76e;
}
@media screen and (min-width: 1006px) {
	.pchide {
		display: none;
	}
}
@media screen and (max-width: 1005px) {
	.mobilehide {
		display: none;
	}
	.tbhide {
		display: none;
	}
}
@media screen and (max-width: 540px) {
	.mobilehide {
		display: none;
	}
	.sphide {
		display: none;
	}
	.tbhide {
		display: block;
	}
}

/* ------------------------------------------------------------ #header */
#header {
	position: relative;
	height: 55px;
	margin: 0 0 15px 0;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 70%, #fafafa 85%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(70%,#ffffff), color-stop(85%,#fafafa), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 70%,#fafafa 85%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 70%,#fafafa 85%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 70%,#fafafa 85%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 70%,#fafafa 85%,#f6f6f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #d5d5d5;
	box-shadow:rgba(240, 240, 240, 0.65098) 0px 4px 0px 0px;
	-webkit-box-shadow:rgba(240, 240, 240, 0.65098) 0px 4px 0px 0px;
	-moz-box-shadow:rgba(240, 240, 240, 0.65098) 0px 4px 0px 0px;
	z-index: 100;
}
@media screen and (max-width: 540px) {
	#header {
		margin: 0 0 15px 0;
	}
}
/* ----------------------------------------------------- .header_inr */
.header_inr {
	height: 54px;
	border-bottom: 1px solid #fff;
}
@media screen and (min-width: 1006px) {
	.header_inr02 {
		width: 980px;
		margin: auto;
	}
}
@media screen and (max-width: 1005px) {
	.header_inr {
		padding: 0 10px;
	}
}

/* --------------------------------------------- .header_logo */
.header_logo {
	float: left;
	padding: 18px 0 0 0;
}

/* --------------------------------------------- .header_txt */
.header_txt {
	float: left;
	margin: 21px 0 0 15px;
	padding: 2px 0 0 15px;
	border-left: 1px solid #ccc;
	line-height: 1.1;
}

/* --------------------------------------------- .header_name */
.header_name {
	float: right;
	padding: 18px 0 0 0;
}

/* --------------------------------------------- .header_mobilenav */
@media screen and (max-width: 1005px) {
/*
	.header_mobilenav {
		float: right;
		width: 36px;
		height: 30px;
		margin: 10px 0 0 0;
		text-indent: -9999px;
		background: url(/sogitani/common/img/btn_sp_menuicon.svg) no-repeat 0 0;
		-webkit-transition:all .3s ease ;
		transition:all .3s ease ;
	}
*/
	.header_mobilenav {
		float: right;
		width: 20px;
		height: 15px;
		margin: 10px 0 0 0;
		padding: 8px 8px;
		background: #ddd;
		-webkit-transition:all .3s ease ;
		transition:all .3s ease ;
		border-radius:3px;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.header_mobilenav.close {
		background: #333;
		border-radius:3px 3px 0px 0px;
		-webkit-border-radius:3px 3px 0px 0px;
		-moz-border-radius:3px 3px 0px 0px;
	}
	.header_mobilenav .mobilenav_line_top,
	.header_mobilenav .mobilenav_line_middle,
	.header_mobilenav .mobilenav_line_bottom {
		border-top: 2px solid #333;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.header_mobilenav .mobilenav_line_top,
	.header_mobilenav .mobilenav_line_middle {
		margin: 0 0 4px 0;
	}
	.header_mobilenav:hover {
		cursor: pointer;
	}
	.header_mobilenav.close .mobilenav_line_top,
	.header_mobilenav.close .mobilenav_line_middle,
	.header_mobilenav.close .mobilenav_line_bottom {
		border-top: 2px solid #fff;
	}
	.header_mobilenav.close .mobilenav_line_top {
		-webkit-transform:translate(0,5px) rotate(45deg);
		transform:translate(0,5px) rotate(45deg);
	}
	.header_mobilenav.close .mobilenav_line_middle {
		opacity: 0;
	}
	.header_mobilenav.close .mobilenav_line_bottom {
		-webkit-transform:translate(0,-7px) rotate(-45deg);
		transform:translate(0,-7px) rotate(-45deg);
	}
/*
	.header_mobilenav.close {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transition:all .3s ease;
		transition:all .3s ease;
	}
*/
/*
	.header_mobilenav.close {
		background: url(/sogitani/common/img/btn_sp_menuicon_close.svg) no-repeat 0 0;
		-webkit-transition:all .3s ease;
		transition:all .3s ease;
	}
*/
}


/* ------------------------------------------------------------ #footer */
#footer {
	background: #222;
	padding: 15px 10px;
}
.footer_name,
.footer_copy {
	font-size: 80%;
	color: #fff;
}
.footer_name {
	float: left;
}
.footer_copy {
	float: right;
}
@media screen and (min-width: 1006px) {
	.footer_inr {
		width: 980px;
		margin: auto;
	}
}
/* ------------------------------------------------------------ .crumb */
.crumb {
	font-size: 80%;
	line-height: 1.25;
	color: #999;
}
.crumb li {
	float: left;
}
.crumb li a {
	margin: 0 10px 0 0;
	padding: 0 12px 0 0;
	color: #999;
	background: url(/sogitani/common/img/icon_gray_right.jpg) no-repeat right center;
}
@media screen and (min-width: 1006px) {
	.crumb {
		max-width: 980px;
		width: 100%;
		margin: auto;
	}
}
@media screen and (max-width: 1005px) {
	.crumb {
		padding: 0 10px;
		max-width: 720px;
		width: 100%;
		margin: 0 auto 25px auto;
	}
}
@media screen and (max-width: 780px) {
	.crumb {
		max-width: none;
		width: auto;
		margin: 0 0 25px 0;
		padding: 0 10px;
	}
	
}
@media screen and (max-width: 540px) {
	.crumb {
		display:none;
	}
}
/* ------------------------------------------------------------ .pagebody */
@media screen and (min-width: 1006px) {
	.pagebody {
		width: 100%;
		max-width: 980px;
		margin: auto;
		padding: 60px 0;
	}
}

/* ------------------------------------------------------------ .box_maincol */
@media screen and (min-width: 1006px) {
	.box_maincol {
		float: left;
		width: 100%;
		max-width: 720px;
	}
}
@media screen and (max-width: 1005px) {
	.box_maincol {
		width: 100%;
		max-width: 720px;
		margin:auto;
		padding: 0 10px;
	}
}
@media screen and (max-width: 780px) {
	.box_maincol {
		width: auto;
		max-width: none;
		margin: 0 0 40px 0;
		padding: 0 10px;
	}
}
/* ----------------------------------------------------- .leadTxt */
@media screen and (max-width: 1005px) {
	.leadTxt {
		clear: both;
		margin: 0 0 12px 0;
	}
}
/* ----------------------------------------------------- .box_entrywrap */
.box_entrywrap {
	border-top: 1px dotted #ccc;
}
@media screen and (min-width: 541px) {
	.box_entrywrap {
		margin: 0 0 40px 0;
	}
}
@media screen and (max-width: 540px) {
	.box_entrywrap {
		margin: 0 0 20px 0;
		line-height:1.7;
	}
}
/* --------------------------------------------- .entry */
.entry {
	clear: both;
	padding: 20px 0;
	color: #333333;
	border-bottom: 1px dotted #ccc;
}
.entry_img a {
	display: block;
}
.entry_header {
	padding: 0 0 15px 0;
}
.entry_ttl a {
	display: inline-block;
	margin: 0 0 5px 0;
	font-size: 133.3%;
	line-height: 1.25;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	transition: all 0s ease;
}
.entry_time,
.entry_cate {
	font-size: 80%;
	line-height: 1.4;
	color: #666666;
}
.entry_cate a {
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	transition: all 0s ease;
}
@media screen and (max-width: 540px) {
	.entry_time,
	.entry_cate {
		line-height: 1.65;
	}
}
.entry_time {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	border-right: 2px solid #e7e7e7;
}
.entry_more a {
	display: inline-block;
	padding: 0 0 0 15px;
	color: #ada66d
}
@media screen and (min-width: 1006px) {
	.entry {
		padding: 40px 0 20px 0;
	}
	.entry_img a {
		display: block;
		width: 220px;
		height: 220px;
	}
	.entry_img a img {
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.entry_img a:hover img {
		opacity: 0.6;
		filter: alpha(opacity=60);
		-moz-opacity: 60;
	}
}
@media screen and (min-width: 1006px) {
	.entry_txtwrap {
		min-width: 470px;
	}
}
@media screen and (min-width: 541px) {
	.entry_txtwrap {
		display: table-cell;
		vertical-align: top;
	}
}
@media screen and (min-width: 1006px) {
	.entry_ttl a {
		margin: 0 0 15px 0;
	}
}
@media screen and (min-width: 1006px) {
	.entry_txt {
		margin: 0 0 15px 0;
	}
}
@media screen and (max-width: 1005px) {
	.entry_txt {
		margin: 0 0 10px 0;
	}
}
@media screen and (min-width: 541px) {
	.entry_img {
		vertical-align: top;
		display: table-cell;
		padding: 0 30px 0 0;
	}
}
@media screen and (min-width: 1006px) {
	.entry_img {
		padding: 0 30px 0 0;
	}
}
@media screen and (max-width: 1005px) {
	.entry_img {
		padding: 0;
	}
}
@media screen and (max-width: 1005px) {
	.entry_img {
		float: left;
		margin: 0 20px 0 0;
	}
	.entry_img img {
		width: 150px;
		height: auto;
	}
}
@media screen and (max-width: 540px) {
	.entry {
		padding:20px 0 10px 0;
	}
	.entry_img,
	.entry_header {
		display: table-cell;
		vertical-align: top;
	}
	.entry_img {
		margin: 0;
		padding: 0 10px 10px 0;
	}
	.entry_img img {
		width: 100px;
		height: auto;
	}
	.entry_txt {
		clear: both;
		margin: 0 0 10px 0;
	}
}
@media screen and (max-width: 1005px) {
	.no_img .entry_txtwrap,
	.no_img .entry_header {
		display: block;
	}
}
/* ------------------------------------- .box_sns */
.box_sns li {
	float: left;
	margin: 0 10px 0 0;
}
.box_sns li:last-child {
	margin: 0;
}

/* ----------------------------------------------------- .box_pagenav */
.box_pagenav {
	margin: 0 0 15px 0;
}
.box_pagenav li {
	float: left;
	margin: 0 5px 5px 0;
}
.box_pagenav li a {
	display: block;
	width: 40px;
	height: 24px;
	padding: 8px 0;
	color: #333;
	text-align: center;
	background: #e5e5e5;
}
.box_pagenav li a:hover {
	background: #afa86f;
	color: #fff;
	text-decoration: none;
}
.box_pagenav li.current a {
	color: #fff;
	background: #afa86f
}
@media screen and (min-width: 541px) {
	.box_pagenav {
		margin: 0 0 35px 0;
	}
}
@media screen and (max-width: 540px) {
	.box_pagenav {
		margin: 0 0 15px 0;
	}
}
/* ----------------------------------------------------- .box_banner01 */
.box_banner01 a {
	display: block;
}
@media screen and (min-width: 1006px) {
	.box_banner01 a {
		display: block;
		width: 720px;
		height: 100px;
		background: url(/sogitani/common/img/img_banner_recruit01_o.jpg) no-repeat 0 0;
	}
	.box_banner01 a img {
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.box_banner01 a:hover img {
		opacity: 0;
		filter: alpha(opacity=0);
		-moz-opacity: 0;
	}
}
@media screen and (min-width: 541px) {
	.box_banner01 {
		margin: 0 0 60px 0;
	}
}
@media screen and (max-width: 540px) {
	.box_banner01 {
		margin: 0 0 20px 0;
	}
}


/* ----------------------------------------------------- .box_ad */

.adsresponsive{
		margin: 0 0 60px 0;
}

/* ----------------------------------------------------- .box_maincontact */
.maincontact_inr {
	border: 6px solid #ccc;
}
@media screen and (min-width: 1006px) {
	.maincontact_inr {
		margin: 0 0 10px 0;
	}
}
@media screen and (max-width: 1005px) {
	.maincontact_inr {
		margin: 0 0 10px 0;
	}
}
@media screen and (max-width: 540px) {
	.maincontact_inr {
		padding: 15px 0;
	}
}

/* --------------------------------------------- .maincontact_colL */
@media screen and (min-width: 1006px) {
	.maincontact_colL {
		float: left;
		width: 470px;
		padding: 0 0 0 25px;
	}
	.maincontact_colR {
		float: right;
		width: 212px;
		border-left: 1px solid #e0e0e0;
	}
}

@media screen and (max-width: 1005px) {
	.maincontact_colL {
		float: left;
		width: 60%;
		padding: 25px 0 0 25px;
	}
	.maincontact_colR {
		float: right;
		width: 30%;
		padding: 15px 0;
		border-left: 1px solid #e0e0e0;
	}
}
@media screen and (max-width: 540px) {
	.maincontact_colL {
		float: none;
		width: auto;
		padding: 0;
	}
	.maincontact_colR {
		float: none;
		width: auto;
		padding: 0;
		border-left: none;
	}
}
/* --------------------------------------------- .maincontact_ttl */
.maincontact_ttl {
	line-height: 1.25;
	font-weight: bold;
}
@media screen and (min-width: 1006px) {
	.maincontact_ttl {
		padding: 23px 0 0 0;
	}
}
@media screen and (min-width: 541px) {
	.maincontact_ttl {
		margin: 0 0 15px 0;
		font-size: 146.6%;
	}
}
@media screen and (max-width: 540px) {
	.maincontact_ttl {
		padding: 0 15px 15px 15px;
		font-size: 93.3%;
		border-bottom: 1px solid #e0e0e0;
	}
}

/* --------------------------------------------- .maincontact_ttl */
@media screen and (min-width: 1006px) {
	.maincontact_check {
		padding: 0 0 10px 0;
	}
}
.maincontact_check li {
	padding: 0 0 6px 26px;
	line-height: 1.4;
	font-size: 93.3%;
	background: url(/sogitani/common/img/icon_check.gif) no-repeat 0 .2em;
}
.maincontact_check li span {
	font-size: 71.4%;
}
/* --------------------------------------------- .maincontact_form */
.maincontact_form_ttl {
	margin: 0 0 6px 0;
	padding: 0 0 0 20px;
	font-size: 80%;
	line-height: 1.25;
	font-weight: bold;
	background: url(/sogitani/common/img/icon_mail.gif) no-repeat 0 .1em;
}
.maincontact_form_txt {
	font-size: 66.6%;
	line-height: 1.4;
}
@media screen and (min-width: 1006px) {
	.maincontact_form_btn {
		margin: 0 0 6px 0;
	}
	.maincontact_form_btn a {
		display: block;
		width: 192px;
		height: 34px;
		background: #a9a26b;
		text-align: center;
	}
	.maincontact_form_btn a:hover {
		background: #c3be93;
	}
	.maincontact_form_btn a img {
		padding: 9px 0 0 0;
		width: 102px;
		height: 14px;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
}
@media screen and (min-width: 541px) {
	.maincontact_form {
		padding: 8px 10px;
		border-bottom: 1px solid #e0e0e0;		
	}
}
@media screen and (max-width: 1005px) {
	.maincontact_form_btn a {
		display: block;
		background: #a9a26b;
		text-align: center;
		width: 100%;
		height: 34px;
		margin: 0 0 6px 0;
	}
	.maincontact_form_btn a img {
		padding: 10px 0 0 0;
		width: 102px;
		height: 14px;
	}
}
@media screen and (max-width: 540px) {
	.maincontact_form {
		padding: 10px 15px;
		border-bottom: 1px solid #e0e0e0;		
	}
	.maincontact_form_ttl {
		font-size: 80%;
	}
	.maincontact_form_btn a {
		display: block;
		width: 192px;
		height: 34px;
		margin: 0 0 6px 0;
	}
	.maincontact_form_btn a img {
		padding: 10px 0 0 0;
	}
}

/* --------------------------------------------- .maincontact_tel */
.maincontact_tel_ttl {
	margin: 0 0 8px 0;
	padding: 0 0 0 20px;
	font-size: 80%;
	line-height: 1.25;
	font-weight: bold;
	background: url(/sogitani/common/img/icon_tel.gif) no-repeat 0 0;
}
.maincontact_tel_txt {
	font-size: 66.6%;
	line-height: 1.4;
}

@media screen and (min-width: 541px) {
	.maincontact_tel {
		padding: 8px 10px;
	}
}
@media screen and (max-width: 1005px) {
	.maincontact_tel_num img {
		width: 100%;
	}
}
@media screen and (max-width: 540px) {
	.maincontact_tel {
		padding: 15px 15px 0 15px;
	}
	.maincontact_tel_ttl {
		font-size: 80%;
	}
	.maincontact_tel_num img {
		width: auto;
	}
}

/* --------------------------------------------- .maincontact_attention */
.maincontact_attention {
	font-size: 66.6%;
}

/* ------------------------------------------------------------ .box_mobilemenu */
@media screen and (max-width: 1005px) {
	.box_mobilemenu {
		display: none;
		position: absolute;
		top: 40px;
		margin: 0 10px;
		background: #333;
		color: #fff;
		z-index: 100;
	}
	.side_nav_ttl {
		text-indent: 0;
		background: none;
	}
	.mobilemenu_slide_ttl {
		padding: 0 0 10px 0;
		color: #afa86f;
		font-weight: bold;
		font-size: 93.3%;
		line-height: 1.4;
	}
	
/* --------------------------------------------- .mobilemenu_nav_link */
	.mobilemenu_nav {
		padding: 10px 0 0 0;
	}
	.mobilemenu_nav .mobilemenu_slide_ttl {
		padding: 0 15px 10px 15px;
	}
	.mobilemenu_nav_link ul {
		width: 100%;
	}
	.mobilemenu_nav_link li {
		float: left;
		width: 33.33%;
	}
	.mobilemenu_nav_link li a {
		display: block;
		color: #fff;
		font-size: 93.3%;
		padding: 7px 15px;
	}
	.mobilemenu_nav_linkWrap {
		position: relative;
		width: 100%;
		height: 100%;
/*		padding: 7px 15px;*/
	}
/* --------------------------------------------- box_overlay */
	.box_overlay {
		display: none;
		position: absolute;
		width: 100%;
		top: 0;
		background: #fff;
		opacity: 0.8;
		filter: alpha(opacity=80);
		-ms-filter: "alpha(opacity=80)";
		z-index: 10;
	}
	
/* --------------------------------------------- ● animation base ● */
	.mobilemenu_nav_link li a {
		position: relative;
		opacity: 0;
		filter: alpha(opacity=0);
		-ms-filter: "alpha(opacity=0)";
		-webkit-transition:all .4s ease;
		transition:all .4s ease;
	}
	.mobilemenu_nav_link .active li a {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha(opacity=100)";
		-webkit-transition:all .45s ease .25s;
		transition:all .45s ease .25s;
	}
	.mobilemenu_nav_link .active li:nth-last-of-type(2) .mobilemenu_nav_linkWrap ,
	.mobilemenu_nav_link .active li:nth-last-of-type(3) .mobilemenu_nav_linkWrap,
	.mobilemenu_nav_link .active li:nth-last-of-type(4) .mobilemenu_nav_linkWrap {
		padding: 0 0 1px 0;
	}
	#js_mobilemenu_about,
	#js_mobilemenu_banner_ttl,
	#js_mobilemenu_nav_ttl {
		clear: both;
		position: relative;
		opacity: 0;
		filter: alpha(opacity=0);
		-ms-filter: "alpha(opacity=0)";
		-webkit-transition:all .4s ease;
		transition:all .4s ease;
	}
	.mobilemenu_banner_item {
		opacity: 0;
		filter: alpha(opacity=0);
		-ms-filter: "alpha(opacity=0)";
		-webkit-transition:all .4s ease;
		transition:all .4s ease;
	}
	#js_mobilemenu_about.active,
	.active #js_mobilemenu_banner_ttl,
	.active .mobilemenu_banner_item,
	#js_mobilemenu_nav_ttl.active {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha(opacity=100)";
		-webkit-transition:all .45s ease .25s;
		transition:all .45s ease .25s;
	}
	#js_mobilemenu_banner_ttl {
		padding: 0 15px 15px 15px;
	}
	.borderBase {
		position: absolute;
		-webkit-transition:all .3s ease;
		transition:all .3s ease;
		background: #5c5c5c;
	}
	.bordertop {
		width: 0%;
		height: 1px;
		top: 0;
		left: 0;
	}
	.borderBottom {
		width: 0%;
		height: 1px;
		bottom: 0;
		right: 0;
	}
	.borderRight {
		height: 0%;
		width : 1px;
		right: 0;
		top: 0;
	}
	.mobilemenu_nav_link .active li .bordertop,
	.mobilemenu_banner.active .bordertop{
		width: 100%;
	}
	.mobilemenu_nav_link .active li .borderRight {
		height: 100%;
	}
	.mobilemenu_nav_link .active li:nth-last-of-type(2) .borderBottom,
	.mobilemenu_nav_link .active li:nth-last-of-type(3) .borderBottom,
	.mobilemenu_nav_link .active li:nth-last-of-type(4) .borderBottom {
		width: 100%;
	}
	.mobilemenu_nav_link li.list_border_only {
		display: none;
	}
	.mobilemenu_nav_link li.list_border_only .mobilemenu_nav_linkWrap {
		display: none;
	}
	
	
/* --------------------------------------------- .mobilemenu_about */
	.mobilemenu_about {
		padding: 15px;
	}
	.mobilemenu_about_txt {
		margin: 0 0 5px 0;
		font-size: 93.3%;
	}
	
/* --------------------------------------------- .mobilemenu_banner */
	.mobilemenu_banner {
		position: relative;
		padding: 15px 5px 0 5px;
	}
	.mobilemenu_banner .mobilemenu_slide_ttl {
		padding: 0 15px 10px 15px;
	}
	.mobilemenu_banner_item {
		float: left;
		margin: 0 15px 20px 15px;
	}
	.mobilemenu_banner_item a {
		display: block;
		height: 60px;
	}
	
/* --------------------------------------------- .mobilemenu_about_link */
	.mobilemenu_about_link {
		float: left;
		margin: 0 20px 15px 0;
	}
}

@media screen and (max-width: 540px) {
/* --------------------------------------------- .mobilemenu_nav_link */
	.mobilemenu_nav_link li {
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.mobilemenu_nav_link li {
		position: relative;
		float: none;
		width: 100%;
	}
/* --------------------------------------------- ● animation ● */
	.mobilemenu_nav_link li a {
		left: -12px;
	}
	.mobilemenu_nav_link .active li a {
		-webkit-transform:translateX(12px);
		transform:translateX(12px);
	}
	.mobilemenu_nav_link .active li .bordertop {
		width: 100%;
	}
	#js_mobilemenu_about,
	#js_mobilemenu_banner,
	#js_mobilemenu_nav_ttl {
		left: -12px;
	}
	#js_mobilemenu_about.active,
	#js_mobilemenu_banner.active,
	#js_mobilemenu_nav_ttl.active {
		-webkit-transform:translateX(12px);
		transform:translateX(12px);
	}
	.mobilemenu_nav_link .active li:nth-last-of-type(2) .borderBottom,
	.mobilemenu_nav_link .active li:nth-last-of-type(3) .borderBottom,
	.mobilemenu_nav_link .active li:nth-last-of-type(4) .borderBottom {
		width: 0;
	}
	.mobilemenu_nav_link li.list_border_only {
		display: block;
	}
}

/* ------------------------------------------------------------ .box_sidecol */
@media screen and (min-width: 1006px) {
	.box_sidecol {
		width: 200px;
		float: right;
	}
	
/* --------------------------------- .side_item */
	.side_item {
		margin: 0 0 20px 0;
	}
	
/* --------------------------------- .side_banner01 */
	.side_banner01 a {
		display: block;
		width: 200px;
		height: 315px;
		background: url(/sogitani/common/img/img_sidebanner_recruit01_o.jpg) no-repeat 0 0;
	}
	.side_banner01 a img {
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.side_banner01 a:hover img {
		opacity: 0;
		filter: alpha(opacity=0);
		-moz-opacity: 0;
	}

/* --------------------------------- .side_banner01 */
	.side_nav {
		background: #212121;
	}
	.side_nav_ttl {
		padding: 20px;
		min-height: 35px;
		line-height: 1.1;
		text-indent: -9999px;
		background: url(/sogitani/common/img/h_side_navttl.jpg) no-repeat 20px 20px;
	}
	.side_nav_link a {
		display: block;
		padding: 8px 20px;
		color: #fff;
		font-size: 80%;
		border-top: 1px solid #4e4e4e;
	}
	.side_nav_link a:hover {
		text-decoration: none;
		background: #afa86f;
	}
/* --------------------------------- .side_ad */

.adsresponsive2{
		margin: 0 0 20px 0;
}

/* --------------------------------- .side_module */
	.side_module {
		padding: 15px 18px;
		border: 1px solid #e6e6e6;
	}
	.side_module_ttl {
		margin: 0 0 8px 0;
		color: #aea76e;
		line-height: 1.25;
		font-weight: bold;
		font-size: 85.7%;
	}
	.side_module_txt {
		font-size: 80%;
	}

/* --------------------------------- .mobilemenu_about_txt */
	.mobilemenu_about_txt {
		margin: 0 0 18px 0;
	}
/* --------------------------------- .mobilemenu_about_link */
	.mobilemenu_about_link {
		margin: 0 0 14px 0;
	}
/* --------------------------------- .side_module_popularlist */
	.side_module_popularlist li {
		margin: 0 0 15px 0;
		font-size: 80%;
		line-height: 1.4;
	}
	.side_module_popularlist li a {
		-webkit-transition: all 0s ease;
		-moz-transition: all 0s ease;
		transition: all 0s ease;
	}
	.side_module_popularlist li a span {
		color: #aea76e;
	}
	.side_module_popularlist li:last-child a {
		margin: 0;
	}
	
/* --------------------------------- .side_contact */
	.side_contact {
		border: 4px solid #e6e6e6;
	}
	.side_contact_ttl {
		padding: 12px 8px;
		font-size: 93.3%;
		font-weight: bold;
		line-height: 1.25;
		border-bottom: 1px solid #e0e0e0;
	}
	.side_contact_form,
	.side_contact_tel {
		padding: 13px 8px;
	}
	.side_contact_form {
		border-bottom: 1px solid #e0e0e0;
	}
	.side_contact_form_ttl,
	.side_contact_tel_ttl {
		margin: 0 0 8px 0;
		padding: 0 0 0 20px;
		font-size: 73.3%;
		font-weight: bold;
	}
	.side_contact_form_ttl {
		background: url(/sogitani/common/img/icon_mail.svg) no-repeat 0 .2em	;
	}
	.side_contact_tel_ttl {
		background: url(/sogitani/common/img/icon_tel.gif) no-repeat 0 0;
	}
	.side_contact_form_btn {
		margin: 0 0 6px 0;
	}
	.side_contact_form_btn a {
		display: block;
		width: 176px;
		height: 35px;
		background: #a9a26b;
		text-align: center;
	}
	.side_contact_form_btn a:hover {
		background: #c3be93;
	}
	.side_contact_form_btn a img {
		width: 102px;
		height: 14px;
		padding: 10px 0 0 0;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
/*
	.side_contact_form_btn a:hover img {
	}
*/
	.side_contact_form_txt,
	.side_contact_tel_txt {
		font-size: 66.6%;
		line-height: 1.3;
	}
	
/* --------------------------------- .side_banner02_ */
	.side_banner02_item {
		margin: 0 0 10px 0;
	}
	.side_banner02_item a {
		display: block;
		width: 200px;
		height: 60px;
	}
	.banner_item_01 {
		background: url(/sogitani/common/img/bnr_official_o.jpg) no-repeat 0 0;
	}
	.banner_item_02 {
		background: url(/sogitani/common/img/bnr_nippo_o.jpg) no-repeat 0 0;
	}
	.banner_item_03 {
		background: url(/sogitani/common/img/bnr_partstrip_o.jpg) no-repeat 0 0;
	}
	.banner_item_04 {
		background: url(/sogitani/common/img/bnr_facebook_o.jpg) no-repeat 0 0;
	}
	.side_banner02_item a img {
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.side_banner02_item a:hover img {
		opacity: 0;
		filter: alpha(opacity=0);
		-moz-opacity: 0;
	}
	
}

/* ------------------------------------------------------------ .wp_article */

/* ------------------------------------- article_ttl */
.article_ttl {
}
@media screen and (min-width: 541px) {
	.article_ttl {
		margin: 0 0 20px 0;
		font-size: 200%;
		line-height: 1.6;
	}
}
@media screen and (max-width: 540px) {
	.article_ttl {
		margin: 0 0 5px 0;
		font-size: 150%;
		line-height: 1.25;
	}
}

/* ------------------------------------- .article_header .box_sns */
.article_header .box_sns {
	margin: 0 0 10px 0;
}

/* ------------------------------------- .article_mainv */
@media screen and (min-width: 541px) {
	.article_mainv {
		margin: 0 0 40px 0;
	}
}
@media screen and (max-width: 540px) {
	.article_mainv {
		margin: 0 0 20px 0;
	}
}
.article_mainv img {
	width: 100%;
	height: auto;
}

/* ------------------------------------- .article_data */
.article_data {
	padding: 4px 0;
	font-size: 93.3%;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
.article_data a {
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	transition: all 0s ease;
}
@media screen and (min-width: 541px) {
	.article_data {
		margin: 0 0 30px 0;
		padding: 4px 0;
	}
}
@media screen and (max-width: 540px) {
	.article_data {
		margin: 0 0 20px 0;
		padding: 4px 0;
		font-size: 85.7%;
	}
}

/* --------------------------------------------- .wp_editablearea */
.wp_editablearea {
	margin: 0 0 40px 0;
}
@media screen and (max-width: 540px) {
	.wp_editablearea {
		margin: 0 0 20px 0;
	}
}
/* ------------------------------------- h1 */

@media screen and (max-width: 540px) {
	.wp_editablearea h1 {
		padding: 10px 0 0 0;
	}
}

/* ------------------------------------- h2 */
.wp_editablearea h2 {
	line-height: 1.25;
}
@media screen and (min-width: 541px) {
	.wp_editablearea h2 {
		margin: 0 0 0 0;
		font-size: 130%;
	}
	.wp_editablearea p+h2,
	.wp_editablearea ul+h2,
	.wp_editablearea ol+h2,
	.wp_editablearea img+h2,
	.wp_editablearea blockquote+h2 {
		margin: 40px 0 20px 0;
	}
}
@media screen and (max-width: 540px) {
	.wp_editablearea h2 {
		margin: 0 0 15px 0;
		font-size: 133%;
	}
	.wp_editablearea p+h2,
	.wp_editablearea ul+h2,
	.wp_editablearea ol+h2,
	.wp_editablearea img+h2,
	.wp_editablearea blockquote+h2 {
		margin: 30px 0 15px 0;
	}
}

/* ------------------------------------- h3 */
.wp_editablearea h3 {
	font-size: 106.6%;
	line-height: 1.25;
}
@media screen and (min-width: 541px) {
	.wp_editablearea h3 {
		margin: 35px 0 20px 0;
	}
}
@media screen and (max-width: 540px) {
	.wp_editablearea h3 {
		margin: 25px 0 15px 0;
	}
}

/* ------------------------------------- p */
@media screen and (min-width: 541px) {
	.wp_editablearea p {
		margin: 0 0 20px 0;
		line-height:2.0;
	}
}
@media screen and (max-width: 540px) {
	.wp_editablearea p {
		margin: 0 0 15px 0;
		font-size:96%;
		line-height:2.0;
	}
}

/* ------------------------------------- img */
.wp_editablearea img {
	display: block;
}
@media screen and (min-width: 541px) {
	.wp_editablearea img {
		margin: 0 0 20px 0;
	}
}
@media screen and (max-width: 540px) {
	.wp_editablearea img {
		margin: 0 0 15px 0;
	}
}
@media screen and (max-width: 1005px) {
	.wp_editablearea img {
		width: 100%;
		height: auto;
	}
}

/* ------------------------------------- ul */
@media screen and (min-width: 541px) {
.wp_editablearea ul {
	margin: 0 0 20px 0;
}
}
@media screen and (max-width: 540px) {
.wp_editablearea ul {
	margin: 0 0 15px 0;
}
}
.wp_editablearea ul li {
	padding: 0 0 0 20px;
	background: url(/sogitani/common/img/icon_liststyle_gray.jpg) no-repeat 0 .8em;
}
.wp_editablearea ul li:last-child {
	margin: 0;
}

/* ------------------------------------- ol */
@media screen and (min-width: 541px) {
.wp_editablearea ol {
	margin: 0 0 20px 0;
}
}
@media screen and (max-width: 540px) {
.wp_editablearea ol {
	margin: 0 0 15px 0;
}
}
.wp_editablearea ol li {
	margin: 0 0 0 25px;
	list-style: decimal;
}
.wp_editablearea ol li:last-child {
	margin: 0 0 0 25px;
}

/* ------------------------------------- a */

.wp_editablearea a {
	color: #ada66d;
	text-decoration:underline;
}

.wp_editablearea a:hover {
	color: #D7D3B7;
}

/* ------------------------------------- capt */
@media screen and (min-width: 541px) {
	.wp_editablearea .capt {
		font-size: 80%;
		color: #777;
	}
}

@media screen and (max-width: 540px) {
	.wp_editablearea .capt {
		font-size: 70%;
		line-height:1.7;
		color: #777;
	}
}

/* ------------------------------------- blockquote */
.wp_editablearea blockquote {
	position: relative;
	margin: 0 0 20px 0;
}
@media screen and (min-width: 541px) {
.wp_editablearea blockquote {
	padding: 0 45px;
}
}
@media screen and (max-width: 540px) {
.wp_editablearea blockquote {
	padding: 0 25px;
}
}
.wp_editablearea blockquote:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;

}
.wp_editablearea blockquote:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
}
@media screen and (min-width: 541px) {
.wp_editablearea blockquote:before {
	width: 26px;
	height: 24px;
	background: url(/sogitani/common/img/img_quote_open.gif) no-repeat 0 0;
}
.wp_editablearea blockquote:after {
	width: 26px;
	height: 24px;
	background: url(/sogitani/common/img/img_quote_close.gif) no-repeat 0 0;
}
}
@media screen and (max-width: 540px) {
.wp_editablearea blockquote:before {
	width: 13px;
	height: 12px;
	background: url(/sogitani/common/img/img_quote_open.gif) no-repeat 0 0;
	background-size: contain;
}
.wp_editablearea blockquote:after {
	width: 13px;
	height: 12px;
	background: url(/sogitani/common/img/img_quote_close.gif) no-repeat 0 0;
	background-size: contain;
}
}
.wp_editablearea blockquote p {
	margin: 0;
}
/* ------------------------------------- exsampleBox */
.wp_editablearea .exsampleBox {
	margin: 0 0 20px 0;
	padding: 20px 25px;
	border: 1px dotted #cecece;
}
.wp_editablearea .exsampleBox h3 {
	margin: 0 0 10px 0;
	line-height: 1.25;
}
.wp_editablearea .exsampleBox p {
	margin: 0;
}

/* --------------------------------------------- .box_articlenav */
.article_footer .box_sns {
	margin: 0 0 30px 0;
}
@media screen and (max-width: 540px) {
	.article_footer .box_sns {
		margin: 0 0 15px 0;
	}
}
/* --------------------------------------------- .box_articlenav */
.box_articlenav {
	width: 100%;
	border-top: 1px solid #e5e5e5;
}
@media screen and (min-width: 541px) {
	.box_articlenav {
		padding: 20px 0 55px 0;
	}
}
@media screen and (max-width: 540px) {
	.box_articlenav {
		padding: 20px 0 20px 0;
	}
}
.articlenav_next,
.articlenav_prev {
	width: 48%;
}
.articlenav_next a,
.articlenav_prev a {
	display: block;
}
.articlenav_next a:hover,
.articlenav_prev a:hover {
	text-decoration: none;
}
.articlenav_prev_ttl,
.articlenav_next_ttl {
	font-size: 93.3%;
	line-height: 1.4;
}
.articlenav_txt {
	margin: 0 0 7px 0;
	font-weight: bold;
	color: #ada66d;
	font-size: 80%;
	line-height: 1.4;
}

/* ------------------------------------- next */
.articlenav_next {
	float: right;
}
.articlenav_next_ttl {
	padding: 0 20px 0 0;
	text-align: right;
	color: #333;
	background: url(/sogitani/common/img/icon_round_right.svg) no-repeat 100% center;
}
a:hover .articlenav_next_ttl {
	color: #ada66d;
	text-decoration: underline;
	background: url(/sogitani/common/img/icon_round_right_o.svg) no-repeat 100% center;
	
}
.articlenav_next .articlenav_txt {
	padding: 0 20px 0 0;
	text-align: right;
}

/* ------------------------------------- prev */
.articlenav_prev {
	float: left;
}
.articlenav_prev_ttl {
	color: #333;
	padding: 0 0 0 20px;
	background: url(/sogitani/common/img/icon_round_left.svg) no-repeat 0 center;
}
a:hover .articlenav_prev_ttl {
	color: #ada66d;
	text-decoration: underline;
	background: url(/sogitani/common/img/icon_round_left_o.svg) no-repeat 0 center;
}
.articlenav_prev .articlenav_txt {
	padding: 0 0 0 20px;
}

/* ------------------------------------------------------------ cf */
.cf:after {
	content: "";
	clear: both;
	display: block;
}
/* ------------------------------------------------------------ sns buttons */
.wp_hatena_button {
}
.wp_facebook_like {
}
.wp_facebook_like .fb-like.fb_iframe_widget {
    margin: 0 !important;
}
.wp_twitter {
	width: 100px;
}
.wp_google_plus_one {
}

@media screen and (max-width: 780px) {
	.movie{
		position:relative;
		width:100%;
		padding-top:59.25%;
	}
	.movie iframe{
		position:absolute;
		top:0;
		right:0;
		width:100%;
		height:100%;
	}
}