@charset "utf-8";
/*
Theme Name: Bonds Speed
Description: Bonds Speed
Author: Bondsnet Inc.
Version: 1.2.1
Template: biz-vektor
*/

/*
	2016.April   ver1.1.0 - レコード機能を追加致しました。
	2016.Sep    ver1.1.1 - style.css 24行目〜「トップページ関連設定」を追加致しました。
											 - 219行目〜トップページの共通パーツ箇所の背景・文字カラーなどを設定できる「オプション」を追加致しました。
	2016.Oct.11    ver1.1.2 - option_オプション内に#footersection:beforeを追加致しました。横長の装飾を任意で追加できます。メディアにアップロードしたURLを挿入してください。
	2016.Oct.11    ver1.1.2 - option_オプション内の宣言の添削を行いました。カスタマイズ設定と競合していた箇所を削除致しました。
	2017.April.25    ver1.1.3 - プライマリナビ周辺の装飾設定を追加しました。飲食業向けメニューのcssを追加しました。
	2017.Aug.07    ver1.1.4 - option_にテーブルのセルカラーの設定を追加致しました。Tablepressの見出し行などを変えられます。
	2018.0626		ver1.2 - recruit_ リクルート機能の追加に伴いルールを多数追加。詳細はrecruit_ 以下へ。
	2019.0117		ver1.2.1 - ユーザー権限：編集者において、サイドメニューに「サポート問い合わせ」が表示　お問い合わせがカンタンに。
*/

.sticky {
}
.bypostauthor {
}

/* 固定ページの親を複数指定した時のnav:last-child カラム落ち対策
#gMenu .menu > li.current_menu_item, #gMenu .menu > li.current-menu-item, #gMenu .menu > li.current-menu-ancestor, #gMenu .menu > li.current_page_item, #gMenu .menu > li.current_page_ancestor, #gMenu .menu > li.current-page-ancestor {
	width: 158px;
}
*/

/*****************************************
	style.css 目次

	common_・・・共通箇所の設定
	common_header・・・メニューバーの装飾設定・IE9以下のバグ対策
		- common_header->primaryNavi　プライマリナビゲーションの設定
		- common_header->childPage　子ページの見出しとパンくずリスト
	index_・・・トップページ関連設定
	company_・・・会社情報ページ
	work_・・・事例集ページ
	recruit_・・・リクルートのテンプレート
	slug_contact_・・・お問い合わせの雛形に使われているプロパティ
	option_・・・オプション
	bbpress_・・・bbpressプラグインに反映させたスニペット
	MenuPreset・・・飲食業向けメニュープリセット
******************************************/

/* ======================================
	common_
	共通パーツ設定
******************************************/
#container {
	/* background-color: #000; */
	box-sizing: border-box;
	color: #3f3129;
	margin-bottom: 0px;
	padding: 0;
}
#container:after {
	content: "."; /* Netscapeブラウザのバグ対策 */
	display: block;
	height: 0; /* .による高さを隠すため */
	font-size: 0; /* .自体を隠すため */
	clear: both;
	visibility: hidden; /* ボックスを非表示にする（ボックスによる空間は保持） */
}
h1#site-title,
div#site-title {
	margin-top: 0% !important;
}

/*Media Gallary*/
#gallery-1 .gallery-item {
	box-sizing: border-box;
	float: left;
	margin-top: 0;
	margin-right: 1.3%;
	text-align: center;
	width: 24%;
}
#gallery-1 .gallery-item:nth-child(4),
#gallery-1 .gallery-item:nth-child(9) {
	margin-right: 0;
}

/*background Setting*/
#main {
	background: url("") repeat top left;
}

.mainFootCatch {
	color: #333333;
}
.mainFootTel {
	color: ;
}
.mainFootTime {
	color: #333333;
}

#main #container .content.wide {
	padding-bottom: 0;
}

/*タグクラウドのデザイン*/
.tagcloud a {
	font-size: 12px !important; /* 文字のサイズ */
	line-height: 1em;
	background: #d07914; /* 背景色 */
	color: #fff; /* 文字色 */
	display: inline-block;
	white-space: nowrap;
	padding: 8px 8px; /* 文字周りの余白 */
	margin-top: 3px; /* タグ同士の余白 */
	border-radius: 4px; /* 角を少し丸く */
	text-decoration: none;
}
.tagcloud a:hover {
	background: #f9d635; /* マウスホバー時の背景色 */
	color: #d07914; /* マウスホバー時の文字色*/
}

.tagcloud a:before {
	font-family: "FontAwesome";
	content: "\f02b"; /* 絵文字のコード */
	padding-right: 4px;
}

.navigation {
	margin-bottom: 50px;
}

/************************************
** ■見出しカスタマイズ（h1-6）
************************************/
/*.article h1,
.article h2,
.article h3,
.article h4,
.article h5,*/
.content h6 {
	/*見出し初期化*/
	padding: 0;
	margin: 0;
	font-size: medium;
	border-collapse: separate;
	border-spacing: 0;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	line-height: normal;
	position: relative;
}
.content h6 {
	border: 1px solid #da517d;
	color: #da517d;
	padding: 9px auto;
	text-align: center;
	font-size: 16px;
}
.content .entry-content {
	margin-bottom: 0;
}
#header #headContactInner .headerContactTxt {
	display: inline-block;
	border: 1px solid #da517d;
	background: #da517d;
	color: white;
	width: 233px;
	padding: 9px 0;
	text-align: center;
	font-size: 16px !important;
	margin-top: -30px;
	margin-bottom: 10px !important;
}
#header #headContact #headContactTel {
	font-size: 28px;
	color: black;
	line-height: 1.1;
}
@media screen and (max-width: 659px) {
	#header #headContactInner .headerContactTxt {
		display: block;
	}
	#header #headContactInner {
		width: 100%;
		margin-bottom: 30px;
	}
}

/* ======================================
　common_header
　ヘッダー箇所
========================================= */
.header {
	background: url("http://ho-nest.jp/wp-content/themes/child/images/header_background.png")
		top center no-repeat;
	background-size: 949px 286px;
}
#header #headContact {
	/* TEL/FAXの空白設定 */
	font-size: 100%;
	line-height: 110%;
	margin: 10px 0;
	white-space: nowrap;
}
#header #headContact #headContactTime {
	margin-top: 7px;
	font-size: 18px;
	color: black;
}
#headerTop {
	background-color: #efefef;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #d07914;
}
#headerTop {
	padding: 10px 0;
}
#headerTop #site-description {
	color: #000000;
}
#header {
	background-color: #fff;
	display: block;
	overflow: hidden;
	padding-top: 15px;
	text-align: left;
}
#header #site-title {
	padding-bottom: 15px;
}
#header #site-title a img {
	max-height: 104px;
}
#topMainBnr {
	box-shadow: none; /* box-shadow:1px 1px 1px rgba(0, 0, 0, 0.3) inset; */
}

/* ----------------------------------------
　common_header->primaryNavi
---------------------------------------- */
/*
	#headerTop {
		background-color: #b5a388;
	}
	#header {
	  background: url('http://www.bondsnet.jp/testup/sumibiya-torito/wp-content/uploads/2016/12/header-background.jpg') repeat-x top left;
	  display: block;
	  overflow: hidden;
	  padding-top: 15px;
	  text-align: left;
	} */
#gMenu {
	/*  background: none !important; */
	/*  background: url('http://www.bondsnet.jp/testup/sumibiya-torito/wp-content/uploads/2016/12/prymary-background.jpg') repeat top left; */
	box-shadow: none;
	position: relative;
	width: 100%;
}
#gMenu .menu {
	border-top: medium none;
	border-right: none;
	border-left: none;
}
#gMenu .menu > li > a {
	/* background: url('http://www.bondsnet.jp/testup/gin-e-mi/wp-content/themes/BondsSpeed_1.1.2/images/prymary-nav-background.png') repeat-x top left  !important; */
	border-right: 1px solid #707070;
	box-shadow: 0 1px 0 #fff inset;
	color: #707070;
}
#gMenu .menu > li.current_page_item > a,
#gMenu .menu > li.current-menu-item > a,
#gMenu .menu > li.current_page_ancestor > a,
#gMenu .menu > li.current-page-ancestor > a,
#gMenu .menu > li:first-child {
	border-left: 1px solid #707070;
	box-sizing: border-box;
}
#gMenu .menu > li.current_page_item > a,
#gMenu .menu > li.current-menu-item > a,
#gMenu .menu > li.current_page_ancestor > a,
#gMenu .menu > li.current-page-ancestor > a,
#gMenu .menu > li > a:hover {
	border-right: 1px solid #707070;
	opacity: 0.85;
}
/* IEプライマリメニューの背景色透過対策 */
#gMenu {
	-webkit-box-shadow: 0 1px 0 #fff inset;
	-moz-box-shadow: 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #fff inset;
	background: #e5e5e5;
	background: -webkit-gradient(
		linear,
		0 0,
		0 bottom,
		from(#e5e5e5),
		to(#ffffff)
	);
	background: -webkit-linear-gradient(#e5e5e5, #ffffff);
	background: -moz-linear-gradient(#e5e5e5, #ffffff);
	background: -ms-linear-gradient(#e5e5e5, #ffffff);
	background: -o-linear-gradient(#e5e5e5, #ffffff);
	background: linear-gradient(#e5e5e5, #ffffff);
	-pie-background: linear-gradient(#e5e5e5, #ffffff);
	behavior: url(/pie/PIE.htc);
	border-bottom: 1px solid #707070;
}
#gMenu .menu > li,
#gMenu .menu > li.current-menu-item,
#gMenu .menu > li.current_page_item,
#gMenu .menu > li.current_page_ancestor {
	-webkit-box-shadow: 0 1px 0 #fff inset;
	-moz-box-shadow: 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #fff inset;
	background: #e5e5e5;
	background: -webkit-gradient(
		linear,
		0 0,
		0 bottom,
		from(#e5e5e5),
		to(#ffffff)
	);
	background: -webkit-linear-gradient(#e5e5e5, #ffffff);
	background: -moz-linear-gradient(#e5e5e5, #ffffff);
	background: -ms-linear-gradient(#e5e5e5, #ffffff);
	background: -o-linear-gradient(#e5e5e5, #ffffff);
	background: linear-gradient(#e5e5e5, #ffffff);
	-pie-background: linear-gradient(#e5e5e5, #ffffff);
	behavior: url(/pie/PIE.htc);
}
/* IE-h2の背景色透過対策 */
#content h2,
#content h1.contentTitle,
#content h1.entryPostTitle {
	-webkit-box-shadow: 0 1px 0 #fff inset;
	-moz-box-shadow: 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #fff inset;
	background: #e5e5e5;
	background: -webkit-gradient(
		linear,
		0 0,
		0 bottom,
		from(#e5e5e5),
		to(#ffffff)
	);
	background: -webkit-linear-gradient(#e5e5e5, #ffffff);
	background: -moz-linear-gradient(#e5e5e5, #ffffff);
	background: -ms-linear-gradient(#e5e5e5, #ffffff);
	background: -o-linear-gradient(#e5e5e5, #ffffff);
	background: linear-gradient(#e5e5e5, #ffffff);
	-pie-background: linear-gradient(#e5e5e5, #ffffff);
	behavior: url(/pie/PIE.htc);
}
/* IE-h3の背景色透過対策 */
.sideTower .localHead {
	-webkit-box-shadow: 0 1px 0 #fff inset;
	-moz-box-shadow: 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #fff inset;
	background: #e5e5e5;
	background: -webkit-gradient(
		linear,
		0 0,
		0 bottom,
		from(#e5e5e5),
		to(#ffffff)
	);
	background: -webkit-linear-gradient(#e5e5e5, #ffffff);
	background: -moz-linear-gradient(#e5e5e5, #ffffff);
	background: -ms-linear-gradient(#e5e5e5, #ffffff);
	background: -o-linear-gradient(#e5e5e5, #ffffff);
	background: linear-gradient(#e5e5e5, #ffffff);
	-pie-background: linear-gradient(#e5e5e5, #ffffff);
	behavior: url(/pie/PIE.htc);
}

/* ----------------------------------------
　common_header->childPage
---------------------------------------- */
#pageTitBnr {
	/*background: none !important;
	border-bottom: none !important;
	box-shadow:none; */
}
#pageTitBnr > .innerBox {
	/* background-color: #3f3129; */
	box-sizing: border-box;
	padding-left: 1em;
}
#panList {
	/* background: none !important;
	box-sizing: border-box;
	border-bottom: none;
	box-shadow: none; */
}
#panList > .innerBox {
	background-color: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
	box-shadow: 1px 1px 3px rgb(255, 255, 255) inset;
	box-sizing: border-box;
	/* padding-left: 1em !important; */
}

/* ======================================
	index_
	トップページ関連設定
******************************************/
#main #container {
	padding-top: 30px;
}
#topFreeArea {
	border-bottom: none;
	box-shadow: none;
	display: block;
	margin-bottom: 60px;
	overflow: hidden;
	padding-bottom: 5px;
}
#topMainBnr {
	background: url("") repeat-x center bottom;
	background-position: 0pt 100%;
	border-bottom: none; /*	border-bottom: 1px solid #ccc;*/
	display: block;
	overflow: visible;
	padding: 35px 0 0 0;
	position: relative;
	width: 100%;
}
#topMainBnrFrame {
	box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.3);
}
#topPr {
	margin-bottom: 35px;
}
#topPr,
#topPr .topPrOuter {
	border-left: none;
	border-right: none;
}
#topPr h3 {
	font-size: calc(90% + 0.1vw);
	padding-left: 5px;
}
#topPr h3 a {
	color: inherit;
	display: block;
	overflow: hidden;
	text-decoration: none;
}
#topPr p a {
	color: #666;
	line-height: 16px;
	text-decoration: none;
}
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop,
	#topPr h3 {
		font-size: 14px;
	} /* IE11 */
}

/* ======================================
	company_
	会社情報ページ
******************************************/
.company_info_table {
	margin-top: 30px !important;
	border: none !important;
}
.company_info_table tbody tr td {
	border: none !important;
	border-top: 1px #dedede dashed !important;
}
/* 先頭行のみボーダートップを無効化する */
.company_info_table tbody tr:first-child td {
	border-top: none !important;
}
.company_info_table tbody tr td:first-child {
	background: #d07914;
	color: #fff;
	width: 25%;
	height: auto;
}
.company_info_table tbody tr td:last-child {
	background: #fff;
}
.company_info_table td {
	vertical-align: middle;
}

/* ======================================
	work_
	事例集ページ
******************************************/
.triangle {
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #5f5f5f;
}
.work_comment {
	margin-bottom: 0 !important;
	padding-left: 1.45em !important;
}
.work_content_child {
	border-bottom: 1px dashed #4ea8e7;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.work_photos {
	margin-right: 4%;
	width: 41%;
}
.work_photos,
.work_text {
	float: left;
}
.work_content_child:after {
	content: "."; /* Netscapeブラウザのバグ対策 */
	display: block;
	height: 0; /* .による高さを隠すため */
	font-size: 0; /* .自体を隠すため */
	clear: both;
	visibility: hidden; /* ボックスを非表示にする（ボックスによる空間は保持） */
}
.work_record_title {
	border-bottom: 1px dashed #4ea8e7;
	color: black;
	font-size: 1.5em !important;
	margin-bottom: 0 !important;
	padding-bottom: 0.2em;
}
.work_slider-for {
	margin: 0 !important;
}
.work_slider-for li {
	margin-bottom: 0 !important;
}
.work_slider-nav {
	margin-top: 10px !important;
	margin-left: 0 !important;
}
.work_slider-nav li {
	margin-right: 1px;
}
.work_slider-nav li:last-child {
	margin-right: 0;
}
.work_table {
	display: table;
	margin-bottom: 10px;
}
.work_table .row {
	display: table-row;
}
.work_table .row p {
	display: table-cell;
}
.work_table .row p:first-child {
	box-sizing: border-box;
	margin: 0;
	padding: 8px 0;
	width: 25%;
}
.work_table .row p:last-child {
	width: 75%;
}
.work_label {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: auto;
	padding: 3px 8px;
	overflow: hidden;
	border: none;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font: normal 10px/1;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	background: #4ea8e7;
	text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.2);
	letter-spacing: 0.2em;
}
.work_text {
	display: table;
	font-size: 0.9em;
	width: 55%;
}
#record-single .outline {
	overflow: hidden;
	text-align: center;
}
#record-single .outline {
	box-sizing: border-box;
	display: inline;
	letter-spacing: 0, 2em;
	padding: 0;
	padding-left: 0.5em;
	position: relative;
}
#record-single .outline:before,
#record-single .outline:after {
	border-top: 1px dashed #5f5f5f !important;
	content: "";
	position: absolute;
	top: 50%;
	width: 99em;
}
#record-single .outline:before {
	right: 100%;
}
#record-single .outline:after {
	left: 100%;
}
#record-single .work_comment {
	margin-bottom: 18px !important;
	padding-left: 1.45em;
}
#record-single .work_slider-for {
	border: 1px solid #ccc;
	margin: 0 !important;
	margin-bottom: 10px !important;
}
#record-single .work_slider-nav {
	margin-bottom: 30px !important;
}
#record-single .work_table {
	margin-bottom: 30px;
}
#record-single .work_text {
	display: table;
	font-size: 0.9em;
	width: 100%;
}
#single_content {
	background: #fff;
	border-top: 3px solid #4ea8e7;
	box-sizing: border-box;
	display: block;
	padding: 3%;
	width: 100%;
}

/* ======================================
	slug_contact_
	お問い合わせの雛形に使われているプロパティ
******************************************/
/* #main .slug_contact {
	background: url("images/contact_wrap_background.png") repeat-y;
	background-size: contain;
} */

/* ======================================
	recruit_
	リクルート機能
******************************************/
.temp-recruit-catchcopy p:first-child {
	color: #15987a;
	font-size: 1.8em;
	margin-bottom: 10px;
}
.temp-recruit-title {
	background-color: #58b530;
	border-radius: 6px;
	border: none;
	box-sizing: border-box;
	color: #fff;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 2em;
	text-align: right;
}
@media screen and (max-width: 500px) {
	.temp-recruit-catchcopy p:first-child {
		line-height: 1.25em !important;
	}
}

/* ======================================
	option_
	オプション
******************************************/
.mid-item {
	border: 1px solid #e2dc98;
	border-radius: 6px;
	font-size: 1.35em;
	padding-top: 1em;
	padding-left: 0.5em;
}
.mid-item-yellow {
	background: rgb(255, 255, 248); /* Old browsers */
	background: -moz-linear-gradient(
		top,
		rgba(255, 255, 248, 1) 0%,
		rgba(255, 255, 204, 1) 50%,
		rgba(255, 255, 204, 1) 51%,
		rgba(250, 248, 188, 1) 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		top,
		rgba(255, 255, 248, 1) 0%,
		rgba(255, 255, 204, 1) 50%,
		rgba(255, 255, 204, 1) 51%,
		rgba(250, 248, 188, 1) 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to bottom,
		rgba(255, 255, 248, 1) 0%,
		rgba(255, 255, 204, 1) 50%,
		rgba(255, 255, 204, 1) 51%,
		rgba(250, 248, 188, 1) 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffff8', endColorstr='#faf8bc',GradientType=0 ); /* IE6-9 */

	color: #888d10;
}
.sectionFrame02 {
	border: 4px solid #efefef !important;
	padding: 0em;
}
.sectionFrame03 {
	border-radius: 6px;
	border: 1px solid #9d931c !important;
	color: #9d931c;
	padding: 0.75em;
}
#footMenu {
	border-top-color: #fff;
	border-top-width: 1px;
}
#footerSection:before {
	background: url("") repeat-x;
	background-size: contain;
	content: " ";
	display: inline-block;
	height: 0px;
	width: 100%;
	margin: 0;
	margin-bottom: 1px;
	vertical-align: middle;
} /* フッターライン */
/*
#main {
	background-color: #fff;
}
背景設定 */
#main #container .content {
	padding-bottom: 0;
}
#siteBottom {
	background-color: #191919;
	border-top: 1px solid #262626;
	clear: both;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 88%;
	padding: 15px 0;
}
.home .content {
	margin-bottom: 0; /* トップページの余白下の設定
		.contet #topPrの余白下も無効化する必要があるかもしれません。 */
}
.table-custom table,
.table-custom table th,
.table-custom table td {
	border: none;
}
.table-custom table tr {
	border-bottom: 1px dashed #ccc;
}
.table-custom table tr:last-child {
	border-bottom: none;
}
.table-custom table td:first-child {
	background: #122a88 none repeat scroll 0 0;
	color: #fff;
	height: auto;
	width: 25%;
}
.table-custom table td:last-child {
	background: #fefefe;
}
.headContactBnr {
	float: right;
	margin: 10px 0 0 10px;
}
@media screen and (max-width: 700px) {
	.headContactBnr {
		float: none;
		margin: 10px 0;
	}
}
.sideTower {
	/* Sidebnr センタリング化 */
	margin: 0 auto;
	text-align: center;
}
.sideTower .sideWidget {
	margin-bottom: 10px;
}

@media screen {
	form#searchform input#s {
		padding: 8px 5px;
	}
}

/* ----------------------------------------
	　option_
		テーブルのセルカラーの設定
 ---------------------------------------- */
/*　Tablepressの初期設定を変える場合に使う
	table.machineList {
  width: 100%;
  border-collapse: collapse;
}
table.machineList td, th {
  padding: 0.25em;
  border: 1px solid black;
} */
.tablepress tfoot th,
.tablepress thead th {
	background-color: #1e73be;
	color: #fff;
}
/*余白設定*/
.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;
}

/* ======================================
	bbpress_
	bbpressプラグインに反映させたスニペット
******************************************/
.bbp-pagination {
	border-left: 4px solid #4ea8e7;
	padding-left: 1em;
}
.bbp-template-notice {
	display: none; /*最終更新の告知機能無効化*/
}
.bbp-reply-form,
.bbp-topic-form {
	background: #fff;
	border: #4ea8e7 dashed 1px;
	padding-top: 1em;
	padding-bottom: 1em;
}

/* ----------------------------------------
	　フォーラムの背景を白から黒に変更
 ---------------------------------------- */
/* #bbpress-forums li.bbp-header, #bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-topic-header, #bbpress-forums div.bbp-reply-header,
#bbpress-forums div.odd, #bbpress-forums ul.odd, #bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
	background: #000;}
	*/

/* ======================================
	　MenuPreset
	　飲食業向けプリセット
====================================== */
.content h6 {
	/*メニューの小見出し*/
	/* IE10+ */
	background: radial-gradient(
		ellipse,
		0 at 100,
		rgba(255, 247, 231, 0.6),
		rgba(250, 250, 250, 0)
	);
	/*Firefox*/
	background: -moz-linear-gradient(
		radial,
		center center,
		0,
		center center,
		100,
		from(rgba(255, 247, 231, 0.6)),
		to(rgba(250, 250, 250, 0))
	);
	/*Chroime,Safari*/
	background: -webkit-gradient(
		radial,
		center center,
		0,
		center center,
		100,
		from(rgba(255, 247, 231, 0.6)),
		to(rgba(250, 250, 250, 0))
	);
	/*Opera*/
	background: -o-linear-gradient(
		radial,
		center center,
		0,
		center center,
		100,
		from(rgba(255, 247, 231, 0.6)),
		to(rgba(250, 250, 250, 0))
	);
}
.menubox {
	font-size: 1.1em;
}
.menuBottomLine {
	border-bottom: 1px dotted #170e09;
	margin-bottom: 0.8rem;
}
.menuBottomLine .fl-rich-text p {
	margin-bottom: 0;
}
.menuPhoto img {
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
}
.menuTitleBottomLine {
	border-bottom: 1px solid #170e09;
	margin-bottom: 1rem;
}
@media screen and (max-width: 480px) {
	.menuBottomLine {
		margin-bottom: 2rem;
	}
	.menuTitleBottomLine {
		margin-top: 8rem;
	}
}

/* ======================================
	　Module
====================================== */
.layout_odd,
.layout_even {
	height: none;
}
