/*
Theme Name: GOLD SALON TOKYO
Theme URI: 
Description: 
Version: 1.0
Author: 
Author URI: 
*/
/*////////////////////////////////////////////////////////////

サイト全体の基本設定

////////////////////////////////////////////////////////////*/
/* = フォント読み込み
-------------------------------------------------------------- */
@font-face {
	font-family: 'Linotype Didot Headline';
	src: url('font/2CA626_0_0.eot');
	src: url('font/2CA626_0_0.eot?#iefix') format('embedded-opentype');
	src: url('font/2CA626_0_0.woff2') format('woff2'),
		 url('font/2CA626_0_0.woff') format('woff'),
		 url('font/2CA626_0_0.ttf') format('truetype');
}
/* = 基本 style
-------------------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3","Lucida Grande","Hiragino Kaku Gothic Pro",メイリオ,Verdana,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 16px;
	line-height: 100%;
	color: #333333;
}
h1,h2,h3,h4,h5 {
	font-family: 'Linotype Didot Headline',"ヒラギノ角ゴ Pro W3","Lucida Grande","Hiragino Kaku Gothic Pro",メイリオ,Verdana,"ＭＳ Ｐゴシック",sans-serif;
	/*background-color: #FFFFFF;*/
	font-weight: lighter;
}
p {
	line-height: 1.5em;
	margin: 0 0 10px 0;
}
ul,
ol {
	margin: 0 0 20px 20px;
	font-size: 95%;
	line-height: 1.6em;
}

li {
	list-style: none;
}

a:-webkit-any-link {
    color: #333;
    cursor: auto;
    text-decoration: none;
}
a:hover {
    color: #777;
    cursor: auto;
    text-decoration: none;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0; clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* = レイアウト設定
-------------------------------------------------------------- */
.in_container {
	width: 1080px;
	margin: 0 auto 0 auto;
}
#wrapper {
	width: 100%;
}
#header_sub {
	width: 100%;
	height: auto;
}
#main {
	width: 100%;
	margin: 20px 0 0 0;
}
footer {
	width: 100%;
}

@media screen and (max-width: 768px) {
.in_container {
    width: 768px;
    margin: 0 auto 0 auto;
    padding: 20px;
}
}
/*////////////////////////////////////////////////////////////

image画像　基本設定

////////////////////////////////////////////////////////////*/
img {
	width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align:bottom;
	
}
.alignleft {
	float: left;
	margin: 0 20px 0 0;
}
.aligncenter {
	width: auto;
	height: auto;
	margin: 0 auto 0 auto;
}
.alignright {
	float: right;
	margin: 0 0 0 20px;
}

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

ヘッダーの設定

////////////////////////////////////////////////////////////*/
/* = headerタグ
-------------------------------------------------------------- */
header {
	margin: 0 0 60px 0;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0 0 10px 0 #c6c6c6, inset 0 0 1px 1px white;
	-moz-box-shadow: 0 0 10px 0 #c6c6c6, inset 0 0 1px 1px white;
	box-shadow: 0 0 10px 0 #c6c6c6, inset 0 0 1px 1px white;
	display: block;
}
/*@media screen and (max-width: 1080px) {*/
	header,
	footer {
		width: 100%;
	}
/*}*/
header:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
}
header.scroll {
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0.85;
}
header .title {
	height: auto;
	text-align: center;
	padding-bottom: 49px;
	width: 1080px;
	margin: 0 auto;
}
#navi .phone_top {
	display: none;
}
/* = ロゴ・バナーイメージ画像
-------------------------------------------------------------- */
header .logo {
	height: 80px;
	float: left;
	margin: 10px 20px 10px 0;
}
header .banner {
	height: auto;
	float: right;
	margin: 0px 0 0px 0;
}
/* = サイトタイトル・キャッチフレーズ
-------------------------------------------------------------- */
header h1 {
	font-size: 80px;
	line-height: 1.2em;
	text-align: center;
	padding: 50px 0 70px 0;
	width: 100%;
	float: left;
}
header h1 span {
	font-size: 20px;
	line-height: 1em;
	display: block;
	font-weight: lighter;
	letter-spacing: normal;
}
header h1 a:link,
header h1 a:active,
header h1 a:visited {
	color: #000000;
	text-decoration: none;
}
header h1 a:hover {
	color: #626262;
}
/*////////////////////////////////////////////////////////////

subページ　ヘッダーの設定

////////////////////////////////////////////////////////////*/
/* = headerタグ
-------------------------------------------------------------- */
.sub {
    margin: 0px 0px 40px;
}
.sub .title {
    height: auto;
    text-align: center;
    padding-bottom: 0px;
}
.sub h1 {
    font-size: 30px;
    letter-spacing: -3px;
    line-height: 1.2em;
    text-align: left;
    width: 100%;
    padding: 66px 0px 5px 0;
}
.sub h1 span {
    font-size: 16px;
    letter-spacing: normal;
    line-height: 1em;
	margin: 0 0 0 10px;
    display: inherit;
	position: relative;
	top: -5px;
}
.sub .banner {
	height: auto;
	float: right;
	margin: 0px 0px 0px 0px;
}
#global_sub {
    background-color: #333 !important;
    width: 100%;
    height: 50px;
    margin: 0px;
    position: fixed !important;
    z-index: 2 !important;
	top: 0;
}
#global_sub ul li span{
	font-size: 10px;
	text-align: center;
	margin-top: -10px;
	display: block;
}
#global_sub ul li a:link,
#global_sub ul li a:visited,
#global_sub ul li a:active {
    color: #FFFFFF;
    font-size: 100%;
    text-decoration: none;
    text-align: left;
    display: block;
    height: 50px;
    padding: 10px 20px 0px 20px;
}
#global_sub ul li a:hover {
	color: #FFFFFF;
	background: #000000;
}
#global_sub  ul li ul.sub-menu li a:link,
#global_sub  ul li ul.sub-menu li a:visited,
#global_sub  ul li ul.sub-menu li a:active {
	width: 300px !important;
    background-color: #333 !important;
}
#global_sub  ul li ul.sub-menu li a:hover {
	color: #FFFFFF;
	background: #000000 !important;
}


ul#menu-mainmenu.menu {
	font-size: 95%;
    line-height: 2.4em;
	}
/*////////////////////////////////////////////////////////////

メインの設定

////////////////////////////////////////////////////////////*/
/* = コンテンツ
-------------------------------------------------------------- */
#contents {
	width: auto;
}
#contents #single {
	width: 720px;
	float: left;
}
#contents #single section {
	margin: 0 0 30px 0;
	/*border: solid 1px #E8E8E8;*/
}
#contents #1column section {
	margin: 0 0 30px 0;
}
#titlearea {
	color: #000;
	font-weight: bold;
	background: #f8f8f8;
	padding: 15px 30px 15px 30px;
}
#titlearea h2 {
	font-size: 96%;
	background-color: transparent;
}
#single #entry {
	padding: 0px 0px 10px 0px;
	background-color: #FFFFFF;
	/*border-top: solid 1px #E8E8E8;*/
}
#contents .freespace {
	margin: 0 0 30px 0;
	padding: 30px 30px 10px 30px;
	background-color: #FFFFFF;
	border: solid 1px #E8E8E8;
/*	-webkit-box-shadow: 0px 0px 10px 0px #c6c6c6;
	box-shadow: 0px 0px 10px 0px #c6c6c6; */
}
/* = 文字設定
-------------------------------------------------------------- */
h3 {
	font-size: 20px;
	line-height: 2em;
	margin: 0 0 20px 0;
	border-bottom: 3px double #B9B9B9;
}
/* = パンくずリスト
-------------------------------------------------------------- */
#bread_list {
	margin: 0 auto 0 auto;
	width: 1080px;
	height: 40px;
	font-size: 86%;
	line-height: 150%;
}
#bread_list ul {
	overflow: hidden;
	margin: 0px auto;
	float: right;
}
#bread_list ul li {
	margin: 0 0 0 0;
	display: block;
	float: left;
	line-height: 100%;
}
#bread_list ul li a {
	font-size: 86%;
	text-decoration: none;
	color: #000;
	display: block;
	background-image: url(images/icon_arrow01.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 14px 15px 12px 7px;
}
#bread_list ul li a:hover {
  color: #007cca;
}
#bread_list ul li.last_child {
	font-size: 86%;
	line-height: 100%;
	text-decoration: none;
	color: #000;
	padding: 15px 0px 13px 7px;
	font-weight: bold;
}
/*////////////////////////////////////////////////////////////

サイドバーの設定

////////////////////////////////////////////////////////////*/
/* = サイドバー
-------------------------------------------------------------- */
#sidebar {
	width: 330px;
	float: right;
}
#sidebar .block {
	width: auto;
	margin: 0px 0 20px 0;
}
#sidebar .block #titlearea {
	padding: 15px 20px 15px 20px;
	border: solid 1px #E8E8E8;
	border-bottom: none;
}
#sidebar .block .textwidget {
	width: auto;
	margin-bottom: 30px;
	padding: 20px 20px 20px 20px;
	border: solid 1px #E8E8E8;
}
#sidebar .block .textwidget p {
	margin: 0 0 20px 0;
}
#sidebar .block ul {
	margin: 0 0 0 0;
	border: solid 1px #E8E8E8;
	border-top: none !important;
}
#sidebar li {
	border-top: #e8e8e8 1px solid;
	list-style-type: none;
}
#sidebar li a {
	color: #000;
	font-size: 96%;
	padding: 12px 20px;
	width: 100%;
	overflow: hidden;
	background: #fff;
	display: block;
	text-decoration: none;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
#sidebar li a:hover {
	background: #ececec;
	font-weight: bold;
}
#sidebar .block img {
	margin: 0px 0 0 0;
}
.s-code {
	margin: 0px 0 30px 0;
}
/* = 予約ボタン
-------------------------------------------------------------- */
#sidebar .s-code .app_button {
	border: 1px solid #000000;
	width: 100%;
	height: 160px;
}
#sidebar .s-code .app_button p {
	font-size: 30px;
	text-align: center;
	line-height: 1em;
	background-color: #FFF;
	margin: 15px;
	padding: 40px 20px 40px 20px;
}
/* = ソーシャルボタン
-------------------------------------------------------------- */
#sidebar .s-code .social h4 {
	font-size: 40px;
	font-weight: lighter;
	letter-spacing: -1px;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 20px 0;
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
}
#sidebar .s-code .social ul {
	margin: 0 0 20px 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#sidebar .s-code .social li {
	margin-bottom: 15px;
	list-style-type: none;
	border-top: none;
}
#sidebar .s-code .social li a {
	margin: 0;
	padding: 0;
}
#sidebar .s-code .social li a:hover {
	opacity: 0.9;
	background-color: transparent;
}
#sidebar .s-code .social li img {
	width: 155px;
	height: auto;
}
/*////////////////////////////////////////////////////////////

グローバルメニューの設定

////////////////////////////////////////////////////////////*/
.menu-banner,
.menu_button {
	display: none;
}
#navi .phone {
    position: fixed;
    z-index: 3;
    right: 25px;
    top: 2px;
}
#navi .phone a:link,
#navi .phone a:visited,
#navi .phone a:active {
	font-family: 'Linotype Didot Headline';
	font-size: 30px;
	color: #FFF;
	text-decoration: none;
	line-height: 1.6em;
	padding-left: 50px;
	background-image: url(images/icon_tel.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 38px;
}
#navi .phone a:hover {
	color: #e2e1d9;
}
a.mm-subopen {
	height: 0px !important;
	display: none !important;
}
#navi .lang_sw {
	display: none;
}
#navi .social_button .fb_top,
#navi .social_button .tw_top,
#navi .social_button .gp_top,
#navi .social_button .ig_top,
#navi .social_button .fb_sub,
#navi .social_button .tw_sub,
#navi .social_button .gp_sub,
#navi .social_button .ig_sub {
	display: none;
}
#navi .social_button {
	margin-top: -44px;
}
nav {
	font-family: 'Linotype Didot Headline', '游ゴシック';
	width: 100%;
	height: 49px;
	margin: 0 0 0 0;
	z-index: 3;
	top: 218px;
	position: absolute ;
}
nav ul {
	display: block;
	width: 1080px;
	height: 49px;
	margin: 0 auto;
	zoom: 1;
}
nav ul li {
	display: block;
	text-align: left;
	float: left;
	position: relative;
}
nav ul li span {
	font-size: 10px;
	text-align: center;
	margin-top: -10px;
	display: block;
}
nav ul li a:link,
nav ul li a:visited,
nav ul li a:active {
	color: #000;
	font-size: 130%;
	text-decoration: none;
	text-align: left;
	display: block;
	height: 49px;
	padding: 10px 20px 10px 20px;
}
nav ul li a:hover {
	background: #ececec;
}
nav ul li.menu-item {
	position: relative;
	z-index: 1;
	float: left;
}
nav ul li ul.sub-menu {
	width: 280px;
	display: none;
	margin: 10px 0 0 0;
	position: absolute;
	z-index: 1;
	top: 39px;
	left: -1px;
}
nav ul li:hover ul.sub-menu {
	border-left: none;
	display: block;
}
nav ul li ul.sub-menu li{
	float: none;
	padding: 0;
}
nav ul li ul.sub-menu li a {
	height: 49px;
	padding: 15px 10px 10px 10px;
	border-top: none;
	border-right: none;
	background-color: #FFF;
}
nav ul li ul.sub-menu li a:hover {
  background: #ececec;
}
/*////////////////////////////////////////////////////////////

フッターの設定

////////////////////////////////////////////////////////////*/
footer .container {
	background-color: #000000;
	color: #F4F4F4;
	margin: 0 0 20px 0;
	padding: 50px 0 40px 0;
}
footer .left {
	float: left;
	width: 310px;
}
footer .right {
	float: right;
	width: 660px;
}
footer .left .block {
	width: 100%;
	margin: 0 0 20px 0;
}
footer .right .block {
	width: 100%;
}
footer .left .title {
	font-size: 96%;
	background-color: #202020;
	margin: 0 0 0 20px;
	padding: 0 10px;
	top: -7px;
}
footer .right .title {
	font-size: 96%;
	background-color: #202020;
	margin: 0 0 0 0;
	padding: 0;
}
footer .textwidget {
	margin: 0 0 0 0;
	padding: 25px 20px 0px 20px;
	border: dotted 1px #F4F4F4;
}
footer ul,
footer ol {
	margin: 0px 0px 30px 0px;
	padding: 20px 20px 20px 20px;
}
footer ul li,
footer ol li {
}
footer .copyright {
	background-color: #FFFFFF;
	text-align: center;
}
footer a:link,
footer a:active,
footer a:visited {
	text-decoration: underline;
	color: #0085cd;
	outline:none;
}
footer a:hover {
	color: #215b7a;
	text-decoration: none;
}
footer .block img {
	padding: 0 0 20px 0;
}
footer .block {
	display: block;
	text-align: center;
}
footer .title {
	font-size: 110%;
	margin-bottom: 30px;
}
/*////////////////////////////////////////////////////////////

ウィジェットの設定

////////////////////////////////////////////////////////////*/
/* = qTranslate Plus言語切り替え
-------------------------------------------------------------- */
.ppqtrans_language_chooser,
.qtranxs_language_chooser {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 185px;
	left: -9999px;
}
.ppqtrans_language_chooser li,
.qtranxs_language_chooser li {
	float: left;
	list-style-type: none;
}
.ppqtrans_language_chooser li a,
.qtranxs_language_chooser li a {
	color: #FFFFFF;
	font-size: 14px;
	background-color: #000000;
	padding: 7px 18px;
	border-radius: 5px;
	text-decoration: none;
}
.ppqtrans_language_chooser li:first-child a,
.qtranxs_language_chooser li:first-child a {
	margin-right: 10px;
}
.ppqtrans_language_chooser li a:hover,
.qtranxs_language_chooser li a:hover {
	color: #000000;
	background-color: #E4E4E4;
}
.sub .ppqtrans_language_chooser,
.sub .qtranxs_language_chooser {
    position: absolute;
    /*top: 65px;
    right: 15px;*/
}
/*////////////////////////////////////////////////////////////

トップページの設定

////////////////////////////////////////////////////////////*/
/* = 文字設定
-------------------------------------------------------------- */
.content_entry h2 {
	font-size: 50px ;
	font-weight: bold;
	line-height: 1.4em;
	font-weight: lighter;
	letter-spacing: -1px;
	color: #000000;
}
.content_entry h2 span {
	font-size: 18px;
	font-weight: lighter;
	color: #555555;
	margin: 0 0 0 20px;
}
/* = 横スライド（店内イメージ）
-------------------------------------------------------------- */
.shop_img {
	margin-bottom: 40px;
}
.simply-scroll-container { /* Container DIV - automatically generated */
	position: relative;
}
.simply-scroll-clip { /* Clip DIV - automatically generated */
	position: relative;
	overflow: hidden;
}
.simply-scroll-list { /* UL/OL/DIV - the element that simplyScroll is inited on */
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.simply-scroll-list li img {
	border: none;
	display: block;
}
.simply-scroll { /* Customisable base class for style override DIV */
	width: 1080px;
	height: 150px;
}
.simply-scroll .simply-scroll-clip {
	width: 1080px;
	height: 150px;
}
.simply-scroll .simply-scroll-list {}
.simply-scroll .simply-scroll-list li {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 10px 0 0;
}
/* = 理念philosophy設定
-------------------------------------------------------------- */
.philosophy {
	margin-bottom: 60px;
}
/* = 店舗情報shop設定
-------------------------------------------------------------- */
.shop {
	margin-bottom: 40px;
	padding: 100px;
}
.shop .left {
	width: 600px;
	float: left;
	margin-right: 30px;
}
.shop .right {
	width: 450px;
	float: right;
}
.shop dl {
}
.shop dt {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4em;
	font-family: 'Linotype Didot Headline';
	font-weight: lighter;
	letter-spacing: -1px;
}
.shop dd {
	font-size: 100%;
	line-height: 1.6em;
}
.shop .social h4 {
	font-size: 40px;
	font-weight: lighter;
	letter-spacing: -1px;
	line-height: 1em;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 20px 0;
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
}
.shop .social ul {
	margin: 0 0 20px 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.shop .social li {
	list-style-type: none;
}
.shop .social li a:hover {
	opacity: 0.9;
}
.shop .social li img {
	width: 100px;
	height: auto;
}
/* = ブログlist設定
-------------------------------------------------------------- */
.s-code #blog_list {
	width: 100%;
	margin-bottom: 60px;
	border-top: none;
	border-bottom: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.s-code #blog_list .entry_list {
	width: 261px;
	margin-bottom: 15px;
	border: 1px solid #E8E8E8;
	border-top: none;
}
.s-code #blog_list .entry_list a:link,
.s-code #blog_list .entry_list a:visited,
.s-code #blog_list .entry_list a:active {
    width: auto;
    padding: 13px;
    overflow: hidden;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    border-bottom: none;
    background: none repeat scroll 0% 0% #FFF;
    transition: #FFF 0.8s ease 0s;
}
.s-code #blog_list .entry_list a:hover {
	background-color: #f8f8f8;
}
.s-code #blog_list .entry_list .title {
	width: 100%;
	margin-top: 10px;
}
/*////////////////////////////////////////////////////////////

各ページの設定

////////////////////////////////////////////////////////////*/
/*固定ページ -----------*/


/*-----------*/
h2.midd {
	font-weight: lighter;
	letter-spacing: -1px;
	text-align: center;
	line-height: 1.1em;
	font-size: 43pt;
	margin: 0px 0 60px 0;
	color: #000000;
}
h2.midd span {
	font-size: 18px;
	font-weight: normal;
	color: #555;
	margin: 10px 0px 0px 20px;
	line-height: 0.8em;
	display: block;
}
/* = 採用情報
-------------------------------------------------------------- */
h2.large {
	text-align: center;
	font-size: 80pt;
	margin: 30px 0 80px 0;
	color: #000000;
	font-weight: lighter;
	letter-spacing: -1px;
	line-height: 1.3em;
}
.large span {
	font-size: 18px;
	line-height: 0.8em;
	display: block;
}
.w680 {
	width: 680px;
	margin: 0 auto;
}
.w680 hr {
	margin: 50px 0;
}
/* = コンタクト設定（PC用）
-------------------------------------------------------------- */
/* = 予約フォーム設定（PC用）
-------------------------------------------------------------- */
.appointment {
	margin: 60px 0 0 0;
}
.appointment .add {
	margin: 0 0 30px 0;
}
.appointment dl dt {
	width: 30%;
	font-weight: bold;
	/*margin: 0 0 30px 0;*/
	padding: 17px 0px 17px 0px;
	float: left;
	clear:left;
}
.appointment dl dd {
	text-align: left;
	width: 70%;
	margin: 0 0 30px 30%;
}
.appointment dl dd br {
	margin: 5px 0;
}
.appointment dl dt span {
	font-size: 14px;
}


table.contact-01{
    width: 100%;
    -webkit-border-horizontal-spacing: 1px;
    -webkit-border-vertical-spacing: 1px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

table.contact-01 {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}

#contact-01 th   {
	width: 20%;
    text-align: left;
	}
#contact-01 input {
	width: 100%;
	font-size: 18px;
    color: #000000;
    margin: 0 0 10px 0;
    padding: 15px 15px 15px 15px;
    border: solid 1px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	
	}
	
#contact-01 textarea {
    color: #000;
    font-size: 18px;
    width: 100%;
    padding: 10px;
	margin: 0 0 10px 0;
    border: solid 1px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#mw_wp_form_mw-wp-form-723 > form > div > p > input[type="submit"] {
    width: 300px;
    font-size: 18px;
    color: #000;
    margin: 50px 0;
    padding: 15px 15px 15px 15px;
    border: solid 1px #363636;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;

}
#mw_wp_form_mw-wp-form-723 > form > div > p > input[type="submit"]:hover {
	color: #fff;
	background: #000;
	
	}
/**/	
table.contact-02 {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}

#contact-02 th   {
	width: 20%;
    text-align: left;
	}
#contact-02 input {
	width: 100%;
	font-size: 18px;
    color: #000000;
    margin: 0 0 10px 0;
    padding: 15px 15px 15px 15px;
    border: solid 1px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	
	}
	
#contact-02 textarea {
    color: #000;
    font-size: 18px;
    width: 100%;
    padding: 10px;
	margin: 0 0 10px 0;
    border: solid 1px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#mw_wp_form_mw-wp-form-725 > form > div > p > input[type="submit"] {
    width: 300px;
    font-size: 18px;
    color: #000;
    margin: 50px 0;
    padding: 15px 15px 15px 15px;
    border: solid 1px #363636;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;

}
#mw_wp_form_mw-wp-form-725 > form > div > p > input[type="submit"]:hover {
	color: #fff;
	background: #000;
	
	}


/* --------------------------------------------------------------
　フォームメニュー
-------------------------------------------------------------- */
input {
	font-size: 18px;
	color:#000000;
	margin: 0 0 0 0;
	padding: 15px 15px 15px 15px;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input:focus {
    border:solid 1px #EEA34A;
	background-color: #FFFDEA;
}
select {
	margin: 0 20px 0 0;
	padding: 5px 5px 5px 5px;
	font-size: 18px;
}
select option {
	font-size: 18px;
	padding: 10px;
}
label {
	display: inline-block;
	width: 100%;
	height: 35px;
}
label a:hover {
	background-color: #FFFDEA;
}
input[type=checkbox] {
    width: 15px;
    height: 15px;
    vertical-align: middle;
	-moz-transform-origin: center center;
	-moz-transform: scale( 1.3 , 1.3 );
	-webkit-transform-origin: center center;
	-webkit-transform: scale( 1.3 , 1.3 );
	margin: 0 10px 0 0;
}
textarea {
	color:#000;
	font-size: 18px;
	width: 80%;
	padding:10px;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
textarea:focus {
    border:solid 1px #EEA34A;
	background-color: #FFFDEA;
}
/* = 料金表
-------------------------------------------------------------- */
.pricing {
	margin: 40px 0px;
}
.pricing dl{
	margin: 0px 0px 40px 0px;
}
.pricing dl dt,
.pricing dl dd {
	margin: 0;
	padding: 20px 0px 20px 0px;
}
.pricing dl dt {
	width: 60%;
	font-weight: bold;
	float: left;
	clear:left;
}
.pricing dl dd {
	text-align: right;
	width: 40%;
	margin-left: 60%;
}
.pricing dl dd span {
	margin-right: 20px;
}
.pricing dl dd br {
	margin: 5px 0;
}
span.pchide{
	display: none;
}

/* = リンクボタン
-------------------------------------------------------------- */
.button02 {
}
.button02 a:link,
.button02 a:visited,
.button02 a:active {
	color: #FFFFFF;
	font-family: 'Linotype Didot Headline';
	background-color: #FFFFFF;
	font-weight: lighter;
	text-decoration: none;
	background-color: #000000;
	padding: 10px 30px 10px 30px;
	border-radius: 5px;
}
.button02 a:hover {
	background-color: #363636;
}
/* = サービスメニュー
-------------------------------------------------------------- */
.service div {
	list-style-type: none;
	/*margin-bottom: 40px;*/
}
.service .left {
	width: 47%;
	float: left;
	clear: left;
}
.service .right {
	width: 47%;
	margin-left: 53%;
}
.service h3 {
	font-family: "Linotype Didot Headline","ヒラギノ角ゴ Pro W3","Lucida Grande","Hiragino Kaku Gothic Pro",メイリオ,Verdana,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 40px;
	font-weight: lighter;
	padding: 20px 0px 0px 0px;
	display: block;
	line-height: 1em;
	border-bottom: none;
}
.service div img {
	width: 350px;
	height: auto;
}
.service a:link,
.service a:visited,
.service a:active {
	color: #000000;
	text-decoration: none;
}
.service a:hover {
	background-color: #363636;
}
.before {
	text-align: center;
	width: 240px;
	margin: 0 30px 0 0;
	float: left;
	clear: left;
}
.after {
	text-align: center;
	width: 240px;
	margin: 0 0 0 270px;
}
/*////////////////////////////////////////////////////////////

ブログ設定

////////////////////////////////////////////////////////////*/
/* = 記事一覧
-------------------------------------------------------------- */
#contents-blog #blog_list {
	width: 720px;
	margin: 30px 0;
	border-top: 2px solid #000000;
	float: right;
}
#blog_list {
	width: 720px;
	margin-bottom: 30px;
	float: left;
	border-bottom: 1px solid #e8e8e8;
}
#blog_list .entry_list {
	border: none;
	margin-bottom: 0;
}
#contents-blog #blog_list .entry_list a:link,
#contents-blog #blog_list .entry_list a:visited,
#contents-blog #blog_list .entry_list a:active {
	padding: 30px;
	width: auto;
	overflow: hidden;
	display: block;
	text-decoration: none;
	background: none repeat scroll 0% 0% #FFF;
	transition: #FFF 0.3s ease 0s;
	color: #333;
	cursor: pointer;
	border-bottom: 2px solid #000000;
	background: #fff;
	-webkit-transition: background 0.8s ease;
	-moz-transition: background 0.8s ease;
	-o-transition: background 0.8s ease;
	transition: background 0.8s ease;
}
#contents-blog #blog_list .entry_list a:hover {
	background-color: #f8f8f8;
}
#blog_list .entry_list a:link,
#blog_list .entry_list a:visited,
#blog_list .entry_list a:active {
	padding: 30px;
	width: auto;
	overflow: hidden;
	display: block;
	text-decoration: none;
	background: none repeat scroll 0% 0% #FFF;
	transition: #FFF 0.3s ease 0s;
	color: #333;
	cursor: pointer;
	border-top: 1px solid #E8E8E8;
	background: #fff;
	-webkit-transition: background 0.8s ease;
	-moz-transition: background 0.8s ease;
	-o-transition: background 0.8s ease;
	transition: background 0.8s ease;
}
#blog_list .entry_list a:hover {
	background-color: #f8f8f8;
}
#blog_list .entry_list .title {
	width: 380px;
	float: right;
	position: relative;
}
#blog_list .entry_list .title h2 {
	color: #000000;
	font-size: 30px;
	line-height: 1.1em;
	letter-spacing: normal;
	background-color: transparent;
	margin: 10px 0 0 0;
}
#blog_list .entry_list .title .time {
	font-size: 16px;
}
#blog_list .entry_list .title span {
}
#blog_list .entry_list .title .cat {
	padding: 0px;
}
#blog_list .entry_list .figure img {
	width: 235px;
	height: 315px;
	float: left;
}
/* = 記事本文
-------------------------------------------------------------- */
#contents-blog #blog_entry {
	width: 720px;
	margin-bottom: 30px;
	float: right;
	border: none;
}
#contents-blog #blog_entry #entry {
	padding: 0px;
}
#blog_entry {
	width: 720px;
	margin-bottom: 30px;
	float: left;
	border: 1px solid #E8E8E8;
}
#blog_entry #entry {
	padding: 30px;
}
#blog_entry #entry .title {
	position: relative;
	margin-bottom: 50px;
}
#blog_entry #entry .title .entry_time .time {
	font-size: 100%;
	font-style: italic;
}
#blog_entry #entry .title .entry_time .time span {
}
#blog_entry #entry .title .cat {
	font-size: 100%;
	font-style: italic;
}
#blog_entry #entry .title h2 {
	font-size: 40px;
	line-height: 1.2em;
	margin: 30px 0px 30px 0px;
	color: #000000;
}
#blog_entry #entry .content_entry {
	margin-bottom: 30px;
}
#social_btn {
	padding-top: 30px;
	border-top: 1px dotted #CCC;
}
.blog_social {
	height: 40px;
	margin: -50px 0 70px 0;
}
.blog_social ul {
	width: 240px;
	margin: 0 auto;
}
.blog_social ul li {
	width: 40px;
	margin: 0 10px 0 10px;
	float: left;
	list-style-type: none;
}
.blog_social ul li img {
	width: 100%;
	height: auto;
}
/* = ブログ　サイドバー
-------------------------------------------------------------- */
#sidebar-blog {
	width: 330px;
	float: left;
}
#sidebar-blog .block {
	width: auto;
	margin: 0px 0 20px 0;
	position: relative;
}
#sidebar-blog .block #titlearea {
	background-color: inherit;
	margin: 30px 0 10px 0;
	padding: 15px 0px 15px 0px;
	border-top: 2px solid #000000;
}
#sidebar-blog .block #titlearea h2 {
	font-family: 'Linotype Didot Headline' , "MS PMincho";
	font-size: 100%;
	font-weight: lighter;
	padding: 15px;
	position: absolute;
	background-color: #FFFFFF;
	display: block;
	border: 2px solid #000000;
	top: -25px;
	left: 105px;
}
#sidebar-blog .block .textwidget {
	width: auto;
	margin-bottom: 30px;
	padding: 20px 20px 20px 20px;
	border: solid 1px #E8E8E8;
}
#sidebar-blog .block .textwidget p {
	margin: 0 0 20px 0;
}
#sidebar-blog .block ul {
	margin: 0 0 0 0;
}
#sidebar-blog li {
	list-style-type: none;
}
#sidebar-blog li a:link,
#sidebar-blog li a:active,
#sidebar-blog li a:visited {
	color: #000;
	font-size: 100%;
	width: 100%;
	padding: 10px 0 10px 25px;
	overflow: hidden;
	display: block;
	text-decoration: none;
	background-image: url(images/icon_disc01.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 10px 10px;
	/*-webkit-transition: background 0.3s ease;*/
	/*-moz-transition: background 0.3s ease;*/
	/*-o-transition: background 0.3s ease;*/
	/*transition: background 0.3s ease;*/
}
#sidebar-blog li a:hover {
	background: #ececec;
	font-weight: bold;
	background-image: url(images/icon_disc01.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 10px 10px;
}
#sidebar-blog .block img {
	margin: 0px 0 0 0;
}
/* = ソーシャルボタン
-------------------------------------------------------------- */
#social_btn .facebook,
#social_btn .twitter,
#social_btn .google {
	float: left;
	margin: 0 15px 0 0;
}
/*////////////////////////////////////////////////////////////

お客様の声設定

////////////////////////////////////////////////////////////*/
/* = 記事一覧
-------------------------------------------------------------- */
#blog_list .entry_list .figure_cv img {
	width: 250px;
	height: 250px;
	float: left;
	border-radius: 50%;
}

/* 20160904-Yasugi 追加*/
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0;
}

#lang_sw_menu {
	display: none;
}
#lang_sw_menu .lang_en_top,
#lang_sw_menu .lang_ja_top {
	display: none;
}