@charset "UTF-8";
/*
Theme Name: Street Shopping
Theme URI: 164ch.com
Description: This theme is using at service of future selection.
Author: Hiroshi Fujite
Author URI: 164ch.com
Version: 1.0
Tags: white,black,gray
License:GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: street shopping
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
*:after { display: block; clear: both; }

.clear { display: block; clear: both; }

a:hover, input[type="submit"]:hover { cursor: pointer; }

body { background-image: url("img/parts/global-back.png"); }

/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
/* Normalization */
:root { -ms-overflow-style: -ms-autohiding-scrollbar; overflow-y: scroll; text-size-adjust: 100%; }

audio:not([controls]) { display: none; }

details { display: block; }

input[type="number"] { width: auto; }
input[type="search"] { -webkit-appearance: textfield; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

main { display: block; }

summary { display: block; }

pre { overflow: auto; }

progress { display: inline-block; }

small { font-size: 75%; }

template { display: none; }

textarea { overflow: auto; }

[hidden] { display: none; }

[unselectable] { user-select: none; }

/* Universal inheritance */
*, ::before, ::after { box-sizing: inherit; }

* { font-size: inherit; line-height: inherit; }

::before, ::after { text-decoration: inherit; vertical-align: inherit; }

/* Opinionated defaults */
*, ::before, ::after { border-style: solid; border-width: 0; }

* { margin: 0; padding: 0; }

:root { box-sizing: border-box; cursor: default; font: 16px/1.5 sans-serif; text-rendering: optimizeLegibility; }

a { text-decoration: none; }

audio, canvas, iframe, img, svg, video { vertical-align: middle; }

button, input, select, textarea { background-color: transparent; }

button, input, select, textarea { color: inherit; font-family: inherit; font-style: inherit; font-weight: inherit; }

button, input, select, textarea { min-height: 1.5em; }

code, kbd, pre, samp { font-family: monospace, monospace; }

nav ol, nav ul { list-style: none; }

select { -moz-appearance: none; -webkit-appearance: none; }
select::-ms-expand { display: none; }
select::-ms-value { color: currentColor; }

table { border-collapse: collapse; border-spacing: 0; }

textarea { resize: vertical; }

::selection { background-color: #B3D4FC; text-shadow: none; }

@media screen { [hidden~="screen"] { display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) { clip: rect(0 0 0 0) !important; position: absolute !important; } }
/*
	add style.
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, table, th, td, img { margin: 0; padding: 0; }

body { font: 13px/1 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; text-align: center; }

* html body { font-size: small; font: x-small; }

/* add section */
header, nav, section, article, aside, figure, footer { display: block; }

*:after { display: block; clear: both; }

.flt-left { float: left; }

.flt-right { float: right; }

.fclr { clear: both; }

/*
	wordpress post default setting
*/
img.centered { display: block; margin-left: auto; margin-right: auto; }

img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }

img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }

.alignright { float: right; }

.alignleft { float: left; }

.aligncenter { position: relative; }

.wp-caption { position: relative; }

.wp-caption-text { position: relative; }

.sticky { position: relative; }

.gallery-caption { position: relative; }

.bypostauthor { position: relative; }

/*
	header section.
*/
#global-header { position: relative; margin: 0; padding: 2px 0 10px; width: 100%; height: auto; text-align: center; }
#global-header:after { content: ""; }

#header-inner { position: relative; margin: 0 auto; padding: 0; width: 980px; border: 2px solid #ffffff; height: auto; min-height: 261px; text-align: center; background-image: url("img/parts/header.png"); background-position: 0 30px; background-repeat: no-repeat; }
#header-inner:after { content: ""; }

.header-text { position: relative; margin: 0 0 4px; line-height: 1.6rem; background-color: #ffffff; font-size: 0.9rem; text-align: center; color: #676767; border-bottom: 1px dotted #dddddd; }

#header-view { position: relative; margin: 0; padding: 0; width: 100%; height: 213px; }
#header-view a { display: block; width: 100%; height: 100%; }
#header-view a span { display: none; }
#header-view:after { content: ""; }

.account-wrap { position: relative; float: right; width: 15%; height: auto; }
.account-wrap p { line-height: 32px; text-align: right; padding: 0 18px; }
.account-wrap a { padding: 6px 10px; background-color: #ffffff; color: #ffa500; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; }

.header-search-wrap { position: relative; margin: 140px auto 0; padding: 5px 0; width: 95%; height: auto; background-color: #ffffff; }

/*
	global menu section.
*/
#global-menu { position: relative; margin: 0; padding: 0; }
#global-menu ul { margin: 0; padding: 0; display: flex; }
#global-menu ul li { margin: 0; list-style-position: outside; list-style-type: none; flex: 1; }
#global-menu ul li img { width: 90%; }
#global-menu ul:after { content: ""; }

/*
	content section.
*/
#content-holder { position: relative; margin: 0; padding: 0; width: 100%; height: auto; text-align: center; }
#content-holder:after { content: ""; }

#content-inner { position: relative; margin: 0 auto; padding: 0 0 25px; width: 980px; height: auto; text-align: center; }
#content-inner:after { content: ""; }

#left-section { position: relative; float: left; margin: 0; padding: 10px 15px 0; width: 760px; height: auto; }
#left-section:after { content: ""; }

#right-section { position: relative; float: right; margin: 0; padding: 10px 15px 0; width: 220px; height: auto; }
#right-section:after { content: ""; }

/*
	article section.
*/
#article-wrap { position: relative; margin: 0; padding: 0; width: 100%; height: auto; }
#article-wrap:after { content: ""; }

#article-header { position: relative; margin: 0; padding: 0; width: 100%; height: auto; }
#article-header:after { content: ""; }
#article-header .article-title { position: relative; text-align: left; line-height: 36px; color: #ffffff; font-size: 166%; margin: 0 0 15px; padding: 4px 0 4px 44px; background-color: #14A83B; background-image: url("img/parts/company-icon.png"); background-position: 6px 7px; background-repeat: no-repeat; }

.article-inner { position: relative; margin: 0; padding: 0; width: auto; height: auto; }
.article-inner p { font-size: inherit; text-align: left; line-height: 26px; color: #4d4d4d; }
.article-inner h2 { margin: 0 0 8px; text-align: left; line-height: 30px; font-size: 138.5%; color: #4d4d4d; }
.article-inner:after { content: ""; }

#article-footer { position: relative; margin: 0; padding: 0; width: 100%; height: auto; }
#article-footer:after { content: ""; }

.footer-button-holder { position: relative; margin: 80px 0 0 !important; padding: 20px 7px 10px; margin: 0 0 20px; }
.footer-button-holder:after { content: ""; }

.footer-button-wrap { float: left; margin: 0 30px; }
.footer-button-wrap #side-1 img { width: 200px; }
.footer-button-wrap #side-2 img { width: 200px; }
.footer-button-wrap #side-3 img { height: 184px; }
.footer-button-wrap #side-4 img { height: 184px; }

.footer-pickup { position: relative; }
.footer-pickup h2 { background-color: #ef8200; margin: 0 0 10px; text-align: left; font-size: 18px; line-height: 28px; padding: 4px 8px; }
.footer-pickup h2 span { border-left: 4px solid #ff3333; padding: 0 8px; color: #ffffff; }
.footer-pickup #footer-pickup-holder { display: flex; }
.footer-pickup .footer-pickup-wrap { position: relative; flex: 1; margin: 0 8px; padding: 8px 8px 8px; min-height: 230px; background-color: #fffffe; box-shadow: 0px 1px 2px 0px #aaaaaa; -webkit-box-shadow: 0px 1px 2px 0px #aaaaaa; -moz-box-shadow: 0px 1px 2px 0px #aaaaaa; border-top: 1px solid #ff9999; }
.footer-pickup .footer-pickup-wrap h3 { font-size: 0.8rem; line-height: 1.4rem; margin: 5px 0 4px; padding: 5px 0 0; color: #ff3333; text-align: left; border-top: 1px dotted #dddddd; }
.footer-pickup .footer-pickup-wrap p { position: relative; margin: 0; font-size: 0.8rem; line-height: 1.4rem; color: #4d4d4d; text-align: left; }

/*
	sidebar section.
*/
#sidebar-holder { position: relative; margin: 0; padding: 0 0 30px; width: auto; height: auto; }
#sidebar-holder:after { content: ""; }

.side-widget-wrap { position: relative; margin: 0 0 15px; padding: 10px 8px 10px; background-color: #f6f6f6; }
.side-widget-wrap a { display: block; }
.side-widget-wrap h3 { margin: 0 0 5px; padding: 0; text-align: center; color: #4d4d4d; line-height: 26px; }
.side-widget-wrap .textwidget { margin: 0; padding: 8px 0; background-color: #ffffff; }

.wpcf7 p { text-align: center; }
.wpcf7 input { margin: 0 auto 8px; padding: 2px 3px; border: 1px solid #cdcdcd; }
.wpcf7 textarea { margin: 0 auto 8px; padding: 2px 3px; width: 90%; border: 1px solid #cdcdcd; }

.side-button-wrap { position: relative; margin: 0 0 20px; padding: 0; width: auto; height: auto; }
.side-button-wrap:nth-of-type(4) img { width: 150px; }
.side-button-wrap img { position: relative; margin: 0; padding: 0; width: 180px; height: auto; }
.side-button-wrap:after { content: ""; }

.side-pickup { border: 1px solid #ef8200; padding: 0 0 15px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; background-color: #ffffff; }
.side-pickup h2 { background-color: #ef8200; margin: 0 0 10px; text-align: left; font-size: 22px; line-height: 30px; padding: 4px 8px; }
.side-pickup h2 span { border-left: 4px solid #ff3333; padding: 0 8px; color: #ffffff; }

.side-pickup-wrap { position: relative; margin: 0 auto 15px; padding: 0 10px 10px; width: 100%; border-bottom: 1px dotted #dddddd; }
.side-pickup-wrap a { display: block; color: #4d4d4d; }
.side-pickup-wrap .side-pickup-image { position: relative; margin: 0; padding: 0; }
.side-pickup-wrap .side-pickup-image img { width: 100%; }
.side-pickup-wrap h3 { position: relative; font-size: 0.8rem; line-height: 1.4rem; text-align: left; margin: 0; padding: 0; color: #d67400; }
.side-pickup-wrap p { position: relative; margin: 4px 0 6px; padding: 0; font-size: 0.8rem; line-height: 1.4rem; text-align: left; }

/*
	banner section.
*/
.special-banner { position: relative; margin: 0 0 10px; padding: 0; width: 100%; border: 1px solid #eeeeee; }

.h-image { width: 100%; }

/*
	newer images section.
*/
.newer-images { position: relative; margin: 6px 0 15px; padding: 6px 0 0; width: 100%; height: auto; background-color: #f9be00; box-shadow: inset 0px 1px 2px 0px #f96c29; -webkit-box-shadow: inset 0px 1px 2px 0px #f96c29; -moz-box-shadow: inset 0px 1px 2px 0px #f96c29; border: 1px solid #e94f06; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
.newer-images:after { content: ""; }

#newer-line-1, #newer-line-2 { display: flex; width: 100%; }

.newer-content { position: relative; margin: 0 0 6px; padding: 6px; flex: 1; }
.newer-content img { width: 100%; max-width: 150px; box-shadow: 0px 1px 2px 0px #aaaaaa; -webkit-box-shadow: 0px 1px 2px 0px #aaaaaa; -moz-box-shadow: 0px 1px 2px 0px #aaaaaa; border: 1px solid #ffffff; }

/*
	pickup section.
*/
.picup-section { position: relative; display: flex; margin: 0 0 20px; padding: 8px 10px 8px 80px; width: 100%; height: auto; background-image: url("img/parts/picup.png"); background-position: 6px center; background-repeat: no-repeat; background-color: #99d2e9; box-shadow: inset 0px 1px 2px 0px #006dd8; -webkit-box-shadow: inset 0px 1px 2px 0px #006dd8; -moz-box-shadow: inset 0px 1px 2px 0px #006dd8; border: 1px solid #0053a5; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
.picup-section .pickup-image { margin: 0 6px; padding: 10px 0; flex: 1; min-height: 230px; background-color: #ffffff; display: flex; flex-direction: column; box-shadow: 0px 1px 2px 0px #aaaaaa; -webkit-box-shadow: 0px 1px 2px 0px #aaaaaa; -moz-box-shadow: 0px 1px 2px 0px #aaaaaa; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
.picup-section .pickup-image .pickup-shop-image { position: relative; margin: 0 auto 10px; padding: 0 0 10px; border-bottom: 1px solid #0053a5; flex: 2; }
.picup-section .pickup-image .pickup-shop-image img { border: 1px solid #dddddd; }
.picup-section .pickup-image h3 { line-height: 1.4rem; font-size: 0.7rem; padding: 0 8px; text-align: left; color: #0053a5; flex: 1; }
.picup-section .pickup-image p { flex: 2; padding: 0 8px; margin: 0; font-size: 0.7rem; text-align: left; line-height: 1.4rem; color: #4d4d4d; }
.picup-section:after { content: ""; }

/*
	front search section.
*/
.search-content-wrap { position: relative; margin: 0; padding: 0; width: 100%; height: auto; }
.search-content-wrap:after { content: ""; }

.feature-search-front { position: relative; margin: 0; padding: 10px 5px; background-color: #fff54d; width: 100%; height: auto; box-shadow: inset 0px 1px 2px 0px #fb8e5a; -webkit-box-shadow: inset 0px 1px 2px 0px #fb8e5a; -moz-box-shadow: inset 0px 1px 2px 0px #fb8e5a; border: 1px solid #fa7d41; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
.feature-search-front .item-occupation, .feature-search-front .item-condition, .feature-search-front .item-freeword { position: relative; margin: 0 0 2px; padding: 2px 10px; text-align: left; }
.feature-search-front select { padding: 4px 8px; border: 1px solid #eeeeee; background-color: #f6f6f6; line-height: 22px; }
.feature-search-front input[name="s"] { padding: 4px 8px; border: 1px solid #eeeeee; line-height: 26px; background-color: #f9f9f9; }
.feature-search-front input[type="submit"] { border: 1px solid #eeeeee; margin: 10px 0 0; padding: 6px 10px; background-color: #fbcc35; color: #ffffff; }
.feature-search-front h2 { font-weight: bold; margin: 0 0 8px; padding: 0 0 0 56px; font-size: 20px; text-align: left; line-height: 46px; background-image: url("img/parts/kodawari-icon.png"); background-repeat: no-repeat; background-position: 3px 0; border-bottom: 2px solid #ffffff; color: #343434; }
.feature-search-front h2 span { font-size: 14px; }
.feature-search-front .feature-search-button { position: relative; margin: 0; padding: 0; float: left; width: 210px; }
.feature-search-front .feature-search-button span { display: block; margin: 0 0 2px; cursor: pointer; }
.feature-search-front .feature-search-button span:hover { filter: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8; }
.feature-search-front .feature-search-button img { width: 200px; }
.feature-search-front .feature-search-screen { position: relative; margin: 0; padding: 7px 5px; float: left; width: 480px; border: 1px solid #dba700; box-shadow: 0px 1px 2px 0px #aaaaaa; -webkit-box-shadow: 0px 1px 2px 0px #aaaaaa; -moz-box-shadow: 0px 1px 2px 0px #aaaaaa; min-height: 300px; background-color: #ffffff; }
.feature-search-front .feature-search-screen h3 { line-height: 28px; font-size: 16px; text-align: left; padding: 0 10px; border-bottom: 1px solid #4d4d4d; }
.feature-search-front:after { content: ""; }

#search-form { float: left; margin: 0; padding: 0; width: 100%; }

.search-table { position: relative; margin: 0; padding: 0; border-collapse: separate !important; border-spacing: 3px; }
.search-table td { line-height: 20px; font-size: 12px; }
.search-table td label { display: table-cell; float: left; vertical-align: middle; margin: 0 14px 0 0; }
.search-table td input { margin: 0 3px 0 0; vertical-align: middle; }
.search-table td:after { content: ""; }

.search-content { position: relative; margin: 15px 0 0; padding: 0; width: 100%; display: flex; }
.search-content:after { content: ""; }

/*
	front funiki section.
*/
.funiki-wrap { position: relative; margin: 0 5px 0 0; padding: 8px 10px; flex: 3; box-shadow: inset 0px 1px 2px 0px #ff4c86; -webkit-box-shadow: inset 0px 1px 2px 0px #ff4c86; -moz-box-shadow: inset 0px 1px 2px 0px #ff4c86; border: 1px solid #ff3375; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; background-color: #f9d0c9; }
.funiki-wrap h2 { font-weight: bold; padding: 0 0 0 39px; font-size: 20px; text-align: left; line-height: 38px; background-image: url("img/parts/funiki-icon.png"); background-repeat: no-repeat; background-position: 3px 0; border-bottom: 2px solid #ffffff; color: #343434; }
.funiki-wrap h2 span { font-size: 14px; }
.funiki-wrap .funiki-flex { display: flex; }
.funiki-wrap .funiki-image { flex: 1; padding: 15px 0 0; margin: 0 6px; }
.funiki-wrap .funiki-image img { border: 1px solid #ffffff; width: 100%; box-shadow: 0px 1px 2px 0px #aaaaaa; -webkit-box-shadow: 0px 1px 2px 0px #aaaaaa; -moz-box-shadow: 0px 1px 2px 0px #aaaaaa; }
.funiki-wrap p { text-align: right; padding: 8px 0 0; clear: both; }

/*
	unmei section.
*/
.unmei-wrap { position: relative; float: left; margin: 0; padding: 8px 6px; box-shadow: inset 0px 1px 2px 0px #3439d5; -webkit-box-shadow: inset 0px 1px 2px 0px #3439d5; -moz-box-shadow: inset 0px 1px 2px 0px #3439d5; border: 1px solid #292ec6; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; background-color: #676fae; flex: 2; }
.unmei-wrap img { width: 100%; }

/*
	festival banner section.
*/
.limit-banner { position: relative; background-color: #f9be00; border: 2px solid #dba700; padding: 15px 0 0; }
.limit-banner a { display: block; }
.limit-banner .festival-banners { flex: 1; margin: 0 8px 15px; background-color: #ffffff; }
.limit-banner .festival-banners img { width: 100%; }
.limit-banner .festival-banners:hover { filter: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8; }
.limit-banner:after { content: ""; }

/*
	oyakudachi section.
*/
.oyakudachi-board { position: relative; margin: 10px 0; padding: 120px 25px 0; width: 100%; height: 330px; background-image: url("img/parts/oyakudachi.png"); background-repeat: no-repeat; background-position: 0 0; display: flex; }
.oyakudachi-board a { flex: 1; display: block; }
.oyakudachi-board a img { width: 100%; }
.oyakudachi-board a:hover { filter: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8; }

.flex-wrap { display: flex; }

/*
	search section.
*/
.search-wrap { position: relative; margin: 0; padding: 0; width: 100%; height: auto; }
.search-wrap:after { content: ""; }

#search-form-holder { position: relative; margin: 0 0 25px; padding: 10px 10px; width: 100%; height: auto; background-color: #ffbe71; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; box-shadow: #c4c7cc 0px 1px 1px 1px inset; -webkit-box-shadow: #c4c7cc 0px 1px 1px 1px inset; -moz-box-shadow: #c4c7cc 0px 1px 1px 1px inset; }
#search-form-holder h1 { line-height: 36px; font-size: 24px; text-align: left; color: #ffffff; float: left; margin: 0 0 6px; }
#search-form-holder .odometer-text { font-size: 24px; float: right; margin: 0 10px 0 0; padding: 0 6px; line-height: 30px; background-color: #ffffff; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
#search-form-holder #search-inner { position: relative; margin: 0; padding: 10px 10px; background-color: #ffffff; }
#search-form-holder #search-inner select { border: 1px solid #dddddd; width: 190px; padding: 2px 4px; margin: 0 5px 0 0; }
#search-form-holder .search-page-table { position: relative; margin: 0 0 10px; padding: 0; width: 100%; }
#search-form-holder .search-page-table th { margin: 0; padding: 0; font-size: 14px; height: auto; width: 160px; border-right: 1px solid #f08200; color: #4d4d4d; }
#search-form-holder .search-page-table td { font-size: 14px; line-height: 24px; height: auto; padding: 6px 8px; background-color: #ffffff; text-align: left; }
#search-form-holder .search-page-table td label { display: table-cell; vertical-align: middle; float: left; margin: 0 14px 0 0; }
#search-form-holder .search-page-table td label input { margin: 0 6px 0 0; vertical-align: middle; }
#search-form-holder .search-page-table td.load-button { text-align: left; }
#search-form-holder .search-page-table td.load-button span { margin: 0 10px 0 0; cursor: pointer; color: #4d4ddd; }
#search-form-holder .search-page-table td.load-button span:hover { text-decoration: underline; }
#search-form-holder .search-page-table td:after { content: ""; }
#search-form-holder:after { content: ""; }

.custom-submit { position: relative; }
.custom-submit input { background-color: #4d4d4d; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; color: #ffffff; padding: 10px 20px; margin: 15px 0 0; font-size: 16px; line-height: 24px; cursor: pointer; border: 1px solid #eeeeee; }
.custom-submit input:hover { box-shadow: white 0px 1px 1px 2px; -webkit-box-shadow: white 0px 1px 1px 2px; -moz-box-shadow: white 0px 1px 1px 2px; }

#iyo1-box, #iyo2-box, #iyo3-box, #iyo4-box, #iyo5-box, #iyo6-box { background-color: #f3f3f3; }
#iyo1-box .search-page-table td, #iyo2-box .search-page-table td, #iyo3-box .search-page-table td, #iyo4-box .search-page-table td, #iyo5-box .search-page-table td, #iyo6-box .search-page-table td { background-color: #f3f3f3; }

.search-content-holder { position: relative; margin: 0 0 25px; padding: 0; border: 2px solid #f08200; background-color: #ffffff; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
.search-content-holder h3 { position: relative; background-color: #f08200; color: #ffffff; margin: 0; padding: 5px 10px; line-height: 24px; font-size: 16px; text-align: left; }
.search-content-holder h3 a { font-size: inherit; color: #ffffff; }
.search-content-holder .entry-search-post { margin: 0; padding: 10px 15px; }
.search-content-holder .entry-search-post p.search-point { text-align: left; font-size: 16px; line-height: 30px; border-bottom: 1px dotted #cccccc; margin: 0 0 20px; padding: 0 0 10px; color: #EA5413; font-weight: bold; }
.search-content-holder .entry-search-post .search-content-inner { position: relative; margin: 0; }
.search-content-holder .entry-search-post .search-content-inner .search-image-wrap { position: relative; margin: 0; padding: 8px 25px; float: left; }
.search-content-holder .entry-search-post .search-content-inner .search-entry-data { position: relative; float: right; width: 700px; }
.search-content-holder .entry-search-post .search-content-inner .search-entry-data dl { position: relative; margin: 0; width: 100%; border-bottom: 1px solid #dddddd; }
.search-content-holder .entry-search-post .search-content-inner .search-entry-data dl dt { float: left; padding: 8px 10px 8px 0; border-right: 1px solid #eeeeee; font-size: 14px; line-height: 40px; }
.search-content-holder .entry-search-post .search-content-inner .search-entry-data dl dd { float: left; padding: 8px 0 8px 10px; font-size: 14px; line-height: 20px; text-align: left; }
.search-content-holder .entry-search-post .search-content-inner .search-entry-data dl:after { content: ""; }
.search-content-holder .entry-search-post .search-content-inner .search-entry-data .search-entry-table { margin: 20px 0 0; padding: 0; width: 100%; }
.search-content-holder .entry-search-post .search-content-inner .search-entry-data .search-entry-table tr { border-bottom: 1px dotted #cccccc; }
.search-content-holder .entry-search-post .search-content-inner .search-entry-data .search-entry-table th { text-align: left; width: 80px !important; padding: 8px 10px; line-height: 26px; font-size: 14px; }
.search-content-holder .entry-search-post .search-content-inner .search-entry-data .search-entry-table td { text-align: left; padding: 8px 10px; line-height: 26px; font-size: 14px; }
.search-content-holder .entry-search-post .search-content-inner:after { content: ""; }
.search-content-holder .entry-search-post .search-click-button { position: relative; margin: 20px 0 5px; padding: 0; }
.search-content-holder .entry-search-post .search-click-button form { float: left; }
.search-content-holder .entry-search-post .search-click-button input { margin: 0 0 0 20px; border: 1px solid #cccccc; width: 300px; }
.search-content-holder .entry-search-post .search-click-button input:hover { box-shadow: #c4c7cc 0px 1px 1px 1px; -webkit-box-shadow: #c4c7cc 0px 1px 1px 1px; -moz-box-shadow: #c4c7cc 0px 1px 1px 1px; }
.search-content-holder .entry-search-post .search-click-button a { display: block; width: 300px; float: left; }
.search-content-holder .entry-search-post .search-click-button a img { border: 1px solid #cccccc; }
.search-content-holder .entry-search-post .search-click-button a:hover { box-shadow: #c4c7cc 0px 1px 1px 1px; -webkit-box-shadow: #c4c7cc 0px 1px 1px 1px; -moz-box-shadow: #c4c7cc 0px 1px 1px 1px; }
.search-content-holder .entry-search-post .search-click-button:after { content: ""; }
.search-content-holder .entry-search-post .owner-front-text { text-align: left; margin: 15px 0 0; padding: 15px 20px; word-wrap: break-word; background-color: #fff8f0; line-height: 16px; font-size: 12px; }

.no-result { position: relative; margin: 30px 0 0; padding: 20px 0; background-color: #ffffff; box-shadow: #c4c7cc 0px 1px 1px 1px inset; -webkit-box-shadow: #c4c7cc 0px 1px 1px 1px inset; -moz-box-shadow: #c4c7cc 0px 1px 1px 1px inset; }
.no-result h2 { font-size: 20px; text-align: center; line-height: 30px; color: #4d4d4d; }

ul#search-pagination { position: relative; margin: 0; padding: 0; }
ul#search-pagination li { list-style-position: outside; list-style-type: none; }
ul#search-pagination li#prev { float: left; width: 100px; height: 30px; line-height: 30px; font-size: 14px; }
ul#search-pagination li#prev a { display: block; background-color: #4d4d4d; color: #ffffff; }
ul#search-pagination li#next { float: right; width: 100px; height: 30px; line-height: 30px; font-size: 14px; }
ul#search-pagination li#next a { display: block; background-color: #4d4d4d; color: #ffffff; }
ul#search-pagination:after { content: ""; }

/*
	company section
*/
.feature-section { position: relative; margin: 0 0 15px; padding: 10px 10px 10px; border: 2px solid #e94f06; background-color: rgba(255, 255, 255, 0.5); }
.feature-section .feature-images { position: relative; float: left; padding: 0 26px 0 6px; width: 400px; height: auto; }
.feature-section .feature-data { position: relative; margin: 0; float: left; width: 306px; height: 300px; }
.feature-section:after { content: ""; }

.flexslider { margin: 0 !important; }

.company-name { position: relative; margin: 0; padding: 0; font-weight: bold; font-size: 22px !important; line-height: 56px !important; }

.point-text { padding: 10px 10px; background-color: #FABE00; font-size: 16px !important; line-height: 24px !important; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; color: #4d4d4d !important; letter-spacing: 0px; font-weight: bold; }
.point-text:not(:first-child) { margin: 10px 0 0; }

.point-section { position: relative; margin: 0 0 20px; padding: 0; width: 100%; height: auto; }
.point-section .feature-point { position: relative; margin: 0; padding: 10px 0 10px; float: left; width: 300px; height: 324px; background-color: rgba(250, 190, 0, 0.6); border: 2px solid #e94f06; }
.point-section .feature-point ul { margin: 10px 10px 0; padding: 6px 7px; height: 250px; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; background-color: #ef8200; border: 2px solid #ffffff; }
.point-section .feature-point ul li { margin: 0 0 0 30px; list-style-position: outside; list-style-type: square; text-align: left; float: left; font-size: 16px; line-height: 22px; color: #ffffff; }
.point-section .feature-point ul:after { content: ""; }
.point-section .radar-chart { position: relative; margin: 0; padding: 10px 0; float: right; width: 410px; height: auto; background-color: rgba(250, 190, 0, 0.6); border: 2px solid #e94f06; }
.point-section #canvas-wrap { position: relative; margin: 0 auto; padding: 20px 0; background-color: #ffffff; width: 386px; }
.point-section #canvas { margin: 0; padding: 0; width: 386px; height: 220px; }
.point-section:after { content: ""; }

.content-view { position: relative; margin: 20px 0 20px; padding: 10px 10px; width: 730px; height: auto; background-color: rgba(250, 190, 0, 0.6); border: 2px solid #e94f06; }
.content-view .post-images { position: relative; margin: 0; padding: 0 0 15px; width: 706px; height: auto; }
.content-view .post-images .post-image { position: relative; float: left; margin: 0; padding: 0; width: 160px; height: auto; min-height: 256px; background-color: #ffffff; border: 5px solid #ffffff; box-shadow: rgba(204, 207, 212, 0.65) 0px 0px 2px 2px; -webkit-box-shadow: rgba(204, 207, 212, 0.65) 0px 0px 2px 2px; -moz-box-shadow: rgba(204, 207, 212, 0.65) 0px 0px 2px 2px; }
.content-view .post-images .post-image p { position: relative; padding: 3px; font-size: 14px; line-height: 18px; }
.content-view .post-images .post-image:not(:first-child) { margin: 0 0 0 22px; }
.content-view .post-images:after { content: ""; }
.content-view .movie { position: relative; margin: 0; padding: 0; float: left; text-align: left; width: 350px; height: auto; }
.content-view .movie iframe { width: 350px !important; height: 250px !important; }
.content-view .shop-map { position: relative; margin: 0; float: left; width: 356px; height: auto; }
.content-view .owner-comment { position: relative; margin: 15px 0 0; padding: 0; float: left; width: 706px; height: auto; word-wrap: break-word; }
.content-view .owner-comment .arrow_box { float: left; position: relative; background: #FFFBEB; width: 485px; margin: 0 0 0 10px; padding: 5px 8px; border: 2px solid #4d4d4d; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
.content-view .owner-comment .arrow_box p { width: 90%; text-align: left; font-size: 12px; line-height: 20px; word-wrap: break-word; }
.content-view .owner-comment .arrow_box:after, .content-view .owner-comment .arrow_box:before { left: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
.content-view .owner-comment .arrow_box:after { border-color: rgba(255, 251, 235, 0); border-left-color: #FFFBEB; border-width: 20px; margin-top: -20px; }
.content-view .owner-comment .arrow_box:before { border-color: rgba(77, 77, 77, 0); border-left-color: #4d4d4d; border-width: 23px; margin-top: -23px; }
.content-view .owner-comment .owner-text { float: left; margin: 0 10px 0 10px; padding: 9px 10px 20px 7px; width: 480px; height: auto; text-decoration: underline dotted; border: 2px solid gray; background-color: #fffbeb; }
.content-view .owner-comment .owner-image { float: left; width: 206px; margin: 0 0 0 5px; }
.content-view .owner-comment .owner-image .attachment-thumbnail { border: 1px solid #ffffff; }
.content-view .owner-comment:after { content: ""; }
.content-view:after { content: ""; }

.app-wrap { margin: 0; padding: 0 30px; }
.app-wrap a { float: left; display: block; padding: 0; }
.app-wrap a img { margin: 0; }
.app-wrap a:not(:first-child) { margin: 0 0 0 50px; }
.app-wrap:after { content: ""; }

.information-container { position: relative; margin: 0 0 40px; padding: 10px 10px; width: 100%; height: auto; background-color: #ffffff; border: 2px solid #e94f06; }
.information-container > img { width: 710px; margin: 0 0 15px; }
.information-container .information-left { position: relative; margin: 0; padding: 0; float: left; width: 350px; }
.information-container .information-right { position: relative; margin: 0 0 0 10px; padding: 0; float: left; width: 340px; }
.information-container:after { content: ""; }

.free-message { position: relative; margin: 0; padding: 0; width: 100%; height: auto; float: left; }
.free-message h2 { background-color: #14A83B; color: #ffffff; text-align: center; }
.free-message .free-message-text { background-color: #ffffff; }
.free-message .free-message-text p { text-align: left; font-size: 14px; line-height: 26px; padding: 0 10px; color: #4d4d4d; }

table.basic-information { border-collapse: collapse; border-spacing: 0; border: none !important; width: 100%; margin: 0 0 15px; }
table.basic-information th { background-color: #eeeeee; border-top: 1px solid #4d4d4d; border-bottom: 1px solid #4d4d4d; line-height: 28px; font-size: 12px; width: 90px; padding: 3px 8px; text-align: right; color: #4d4d4d; }
table.basic-information td { background-color: #ffffff; border-top: 1px solid #4d4d4d; border-bottom: 1px solid #4d4d4d; line-height: 28px; font-size: 12px; text-align: left; padding: 3px 8px; color: #4d4d4d; }

.for-company-head { margin: 0 0 20px; border: 2px solid #EA5404; background-color: #ffffff; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }

.five-image { float: left; margin: 10px 0 0; }

.white-board { flex: 7; width: 100; background-color: #ffffff; text-align: left; padding: 10px 15px; font-size: 14px; line-height: 18px; color: #EA5404; }

.about-head { background-color: #f9be00; border: 2px solid #e94f06; padding: 10px 10px; margin: 0 0 25px; }
.about-head p { font-size: 36px; line-height: 48px; margin: 0 0 10px; }

.about-image { background-color: #ffffff; border: 1px solid #e94f06; }

.about-table { margin: 20px 0 0; border: 2px solid #e94f06 !important; }
.about-table td { padding: 10px 15px !important; line-height: 24px; }
.about-table td.column-1 { border: 1px solid #e94f06; background-color: #f9be00; font-size: 16px; }
.about-table td.column-2 { border: 1px solid #e94f06; background-color: #ffffff; font-size: 16px; }

.explain-text { display: flex; padding: 10px 15px 10px; margin: 10px 0 10px; background-color: #ef8200; text-align: left; border: 1px solid #ffffff; font-size: 1.1rem; line-height: 1.6rem; color: #ffffff; }
.explain-text .title-image { flex: 3; }
.explain-text .title-image img { width: 100%; height: auto; }
.explain-text p { margin: 8px 0 0; font-size: 1.2rem; color: #ffffff; line-height: 1.4rem; }
.explain-text:after { content: ""; }

.about-text-wrapper { padding: 10px 15px 10px; margin: 10px 0 10px; background-color: #ef8200; text-align: left; border: 1px solid #ffffff; font-size: 1.1rem; line-height: 1.6rem; color: #ffffff; }
.about-text-wrapper p { margin: 8px 0 0; font-size: 1.2rem; color: #ffffff; line-height: 1.4rem; }
.about-text-wrapper:after { content: ""; }

@media screen and (max-width: 760px) { flex-direction: column; }
/*
	tokucho section.
*/
.tokucho-image { display: flex; display: -webkit-flex; position: relative; }
.tokucho-image .tokucho-image-wrap { position: relative; margin: 0 7px; padding: 0; flex: 1; width: auto; height: auto; }
.tokucho-image .tokucho-image-wrap img { width: 100%; height: auto; }

.explain-subtext { padding: 10px 15px 20px; margin: 15px 0 20px; background-color: #ef8200; text-align: left; border: 1px solid #ffffff; }
.explain-subtext p { margin: 8px 0 0; font-size: 1.6rem; text-align: center; color: #ffffff; line-height: 2.0rem; }

.nayami-text { border: 2px solid #ef8200; background-color: #ffffff; padding: 10px 8px 10px; margin: 20px 0 20px; }

.nayami-intext { padding: 8px 10px; margin: 8px 0 10px; background-color: #ffcd2d; text-align: left; font-size: 20px; line-height: 28px; }

.another-text { background-color: #ef8200; font-size: 18px; line-height: 26px; text-align: left; color: #ffffff; padding: 10px 15px; border: 1px solid #ffffff; margin: 20px 0 20px; }

.komatta-wrap { background-color: #ffffff; border: 1px solid #f9be00; padding: 0 0 20px; margin: 0 0 20px; }
.komatta-wrap .komatta-image { float: left; background-color: #ffffff; border: 1px solid #ef8200; margin: 0 0 0 40px; width: 300px; padding: 6px 0px; }
.komatta-wrap .komatta-image p { margin: 8px 0 10px; font-size: 20px; text-align: center; line-height: 28px; }
.komatta-wrap .komatta-image p a { width: 240px; display: block; margin: 0 auto; padding: 4px 0; background-color: #00a73b; color: #ffffff; font-weight: bold; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; }
.komatta-wrap .komatta-image p a:hover { box-shadow: rgba(204, 207, 212, 0.65) 0px 0px 2px 2px; -webkit-box-shadow: rgba(204, 207, 212, 0.65) 0px 0px 2px 2px; -moz-box-shadow: rgba(204, 207, 212, 0.65) 0px 0px 2px 2px; }
.komatta-wrap .komatta-sub { float: right; color: #ffffff; background-color: #ef8200; margin: 0 40px 0 0; font-size: 20px; line-height: 28px; text-align: center; padding: 15px 20px; width: 560px; font-weight: bold; }
.komatta-wrap:after { content: ""; }

.price-table { background-color: #ffffff; border: 2px solid #ef8200; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; padding: 10px 15px; margin: 10px auto 20px; width: 900px; }
.price-table table td { text-align: center; font-size: 16px; border: 1px solid #cccccc !important; }
.price-table table tr.row-5 td { color: #ff0000; font-weight: bold; background-color: #ffff00; }

.flow-wrap { position: relative; margin: 20px 0 20px; padding: 20px 0; background-color: #ffffff; border: 2px solid #ef8200; }
.flow-wrap img { margin: 0 auto; }

.company-button { margin: 0 0 20px; }

.kyoryoku-ichiran { background-color: #f9be00; border: 2px solid #e94f06; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; padding: 15px 20px 5px; }
.kyoryoku-ichiran img { margin: 0 auto; }
.kyoryoku-ichiran p { font-size: 26px; line-height: 34px; text-align: center; margin: 0 0 20px; color: #333333; font-weight: bold; }

.button-wrap { position: relative; margin: 20px 0 20px; }

.search-application-buttons { position: relative; }
.search-application-buttons input { width: 50%; float: left; }
.search-application-buttons:after { content: ""; }

#paper { background-color: #ffffff; padding: 10px 10px; }

/*
	funiki section.
*/
.funiki-holder { border: 2px solid #e94f06; background-color: #f9be00; margin: 20px 0; padding: 15px 10px; }
.funiki-holder .funiki-image-section { margin: 20px 0 0; padding: 10px 10px; text-align: left; }
.funiki-holder .funiki-image-section img[id^="img-"] { position: relative; margin: 0 5px; padding: 0; border: 2px solid #ffffff; z-index: 500; }
.funiki-holder .funiki-image-section .drag-recieve-field { position: relative; float: right; text-align: center; margin: 200px 0 0; padding: 8px 0; width: 400px; background-color: rgba(255, 255, 255, 0.3); z-index: 300; }
.funiki-holder .funiki-image-section .drag-recieve-field:before { display: block; clear: both; content: ""; }
.funiki-holder .funiki-image-section:after { content: ""; }
.funiki-holder:after { content: ""; }

.funiki-areas span { background-color: #eeeeff; padding: 6px 8px; }
.funiki-areas span:hover { background-color: #ccccff; }

#funiki-input-list input[type="submit"] { border: 1px solid #dddddd; padding: 8px 12px; }
#funiki-input-list input[type="submit"]:hover { background-color: #eeeeee; }

.draggable-images { position: relative; float: left; border: 1px solid #ffffff; margin: 0 3px 3px 0; padding: 0; z-index: 50; }
.draggable-images img { z-index: 100; }
.draggable-images p { position: absolute; left: 0; bottom: 0; z-index: 200; color: #ffffff; padding: 0 4px 3px; text-shadow: 1px 1px 1px #666666; }

#funiki-check { font-size: 18px; line-height: 30px; margin: 0 10px; padding: 15px 20px; background-color: #ffffff; border: 1px solid #dddddd; }
#funiki-check p { font-size: 22px; line-height: 34px; text-align: left; font-weight: bold; margin: 0 0 8px; }
#funiki-check p input { background-color: #4d4d4d; padding: 4px 10px; color: #ffffff; }
#funiki-check .label-list { margin: 0 0 12px; }
#funiki-check .label-list:after { content: ""; }
#funiki-check label { float: left; margin: 0 10px 0 0; display: block; width: 130px; text-align: left; }
#funiki-check label input { margin: 0 8px 0 0; }
#funiki-check:after { content: ""; }

#funiki-search { position: relative; margin: 0; text-align: center; }
#funiki-search input[type="submit"], #funiki-search input[type="button"] { float: right; margin: 0 25px; font-size: 18px; line-height: 28px; background-color: #14A83B; font-weight: bold; text-align: center; padding: 4px 15px; color: #ffffff; }
#funiki-search input[type="submit"]:hover, #funiki-search input[type="button"]:hover { cursor: pointer; box-shadow: rgba(255, 255, 255, 0.65) 0px 0px 2px 6px; -webkit-box-shadow: rgba(255, 255, 255, 0.65) 0px 0px 2px 6px; -moz-box-shadow: rgba(255, 255, 255, 0.65) 0px 0px 2px 6px; }
#funiki-search:after { content: ""; }

/*
	unmei section.
*/
#unmei-header { position: relative; margin: 0 0 20px; padding: 20px 0; text-align: left; background-color: #f1e8e8; }

#unmei-search-holder { position: relative; margin: 0; padding: 20px 25px; background-color: #00008b; }
#unmei-search-holder .question { text-align: center; color: #ffffff; font-size: 24px; line-height: 36px; padding: 0 0 10px; }
#unmei-search-holder .answer { text-align: center; color: #ffffff; font-size: 24px; line-height: 36px; padding: 0 0 25px; }
#unmei-search-holder .answer span { color: #ffffff; margin: 0 15px; padding: 4px 8px; background-color: #4d4d4d; }
#unmei-search-holder .clicked { background-color: #ffffff !important; color: #4d4d4d !important; }
#unmei-search-holder:after { content: ""; }

#unmei-result-button input { margin: 20px 25px 0; font-size: 18px; line-height: 28px; background-color: #14A83B; font-weight: bold; text-align: center; padding: 4px 15px; color: #ffffff; }
#unmei-result-button input:hover { cursor: pointer; box-shadow: rgba(255, 255, 255, 0.65) 0px 0px 2px 6px; -webkit-box-shadow: rgba(255, 255, 255, 0.65) 0px 0px 2px 6px; -moz-box-shadow: rgba(255, 255, 255, 0.65) 0px 0px 2px 6px; }

#unmei-area { position: relative; margin: 0 0 15px; padding: 20px 20px 5px; background-color: #ffffff; line-height: 30px; }
#unmei-area label { float: left; margin: 0 0 15px 15px; font-size: 20px; }
#unmei-area input[type="checkbox"] { vertical-align: middle; }
#unmei-area:after { content: ""; }

.unmei-area-header { text-align: center !important; font-size: 20px !important; line-height: 36px !important; font-weight: bold; margin: 0 0 8px; padding: 0; background-color: #00008b; color: #ffffff !important; }

.unmei-results { background-color: #ffffff; padding: 10px 10px; width: 100%; margin: 0 0 15px; }
.unmei-results dl { position: relative; margin: 0; padding: 0; }
.unmei-results dl dt { float: left; }
.unmei-results dl dd { float: left; padding: 0 10px; }
.unmei-results dl dd h2 { text-align: left; font-size: 16px; line-height: 28px; padding: 6px 12px; background-color: #eeeeee; }
.unmei-results dl dd h2 a { color: #4d4ddd; }
.unmei-results dl dd h2 a:hover { text-decoration: underline; }
.unmei-results dl dd p { text-align: left; line-height: 22px; font-size: 14px; margin: 0 0 6px; padding: 0 6px; }
.unmei-results dl:after { content: ""; }

/*
	festival section.
*/
.festival-header { position: relative; margin: 0 0 15px; padding: 0; }

/*
	oyakudachi section.
*/
.saiyo-wrap { position: relative; margin: 15px 0 20px; padding: 15px 15px; background-color: #f9be00; border: 5px solid #e94f06; }
.saiyo-wrap img { margin: 0 0 15px; }

.saiyo-quiz-wrap { position: relative; margin: 0 0 20px; padding: 6px 10px 10px; background-color: #EF8200; }
.saiyo-quiz-wrap h2 { color: #ffffff; font-size: 20px; text-align: left; padding: 0 10px; line-height: 30px; }
.saiyo-quiz-wrap .saiyo-quiz-text { background-color: #ffffff; padding: 15px 20px; font-size: 14px; line-height: 24px; text-align: left; }
.saiyo-quiz-wrap .ranking { position: relative; float: left; width: 300px; height: 80px; font-size: 24px; text-align: left; line-height: 80px; padding: 0 0 0 10px; background-color: #ffffff; }
.saiyo-quiz-wrap .ranking:not(:nth-of-type(1)) { margin: 0 0 0 10px; }
.saiyo-quiz-wrap span { margin: 8px 0 0 !important; color: #ffffff !important; }
.saiyo-quiz-wrap .real-voice-image { position: relative; float: left; width: 300px; height: 200px; margin: 0 10px 0 0; line-height: 200px; font-size: 20px; background-color: #dddddd; }
.saiyo-quiz-wrap .real-voice-text { position: relative; margin: 0; float: right; width: 600px; height: 200px; line-height: 200px; font-size: 20px; background-color: #ffffff; }
.saiyo-quiz-wrap:after { content: ""; }

/*
	contact form
*/
[name="post-company-names"] { border: none !important; }

.contact-form { border: 3px solid #F08200; background-color: #ffffff; padding: 15px 20px; text-align: center; }
.contact-form table { position: relative; margin: 0 auto; width: 100%; }
.contact-form table th { font-size: 14px; line-height: 28px; width: 25%; text-align: right; padding: 8px 12px; vertical-align: middle; border: 1px solid #dddddd; }
.contact-form table td { font-size: 14px; line-height: 28px; width: 75%; text-align: left; padding: 8px 12px; vertical-align: middle; border: 1px solid #dddddd; vertical-align: middle; }
.contact-form table td select { border: 1px solid #dddddd; padding: 4px 8px; }
.contact-form table td .wpcf7-form-control-wrap.tel-times .wpcf7-list-item { display: inline; }
.contact-form table td .wpcf7-form-control-wrap.tel-times .wpcf7-list-item label { display: inherit !important; }
.contact-form table td .wpcf7-form-control-wrap.tel-times .wpcf7-list-item label input { vertical-align: middle; margin-bottom: 0 !important; }
.contact-form table td:after { content: ""; }
.contact-form table .wpcf7-textarea { height: 150px !important; }
.contact-form input[type="submit"] { border: 1px solid #cccccc; background-color: #4d4d4d; color: #ffffff; padding: 8px 16px; font-size: 16px; line-height: 26px; }
.contact-form input[type="submit"]:hover { cursor: pointer; }

.contact-form label span { color: #4d4d4d !important; }

.submit-section { position: relative; margin: 16px 0 0; padding: 16px 16px; border: 1px solid #eeeeee; }
.submit-section p { line-height: 100% !important; margin: 0 0 16px; }
.submit-section input { margin: 0; padding: 0; margin-bottom: 0 !important; vertical-align: middle; }

#postcontact-form-wrap { position: relative; margin: 0; padding: 10px 24px 30px; background-color: #ffffff; text-align: center; }
#postcontact-form-wrap h3 { font-size: 1.3rem; line-height: 2.6rem; }
#postcontact-form-wrap #postcontact-form { position: relative; margin: 0 auto; padding: 4px 0; width: 100%; background-color: #eeeeee; }
#postcontact-form-wrap #postcontact-form p { margin: 6px 0 10px; padding: 0; }
#postcontact-form-wrap #postcontact-form dl { display: flex; position: relative; margin: 0 0 4px; padding: 0; }
#postcontact-form-wrap #postcontact-form dl dt { flex: 2; border: 1px solid #dddddd; min-height: 2.0rem; line-height: 2.0rem; margin: 0 4px; padding: 4px 8px; }
#postcontact-form-wrap #postcontact-form dl dt span { color: #ff0000; font-size: 0.7rem; }
#postcontact-form-wrap #postcontact-form dl dd { flex: 4; border: 1px solid #dddddd; min-height: 2.0rem; line-height: 2.0rem; margin: 0 4px; padding: 4px 8px; background-color: #ffffff; }
#postcontact-form-wrap #postcontact-form dl dd input, #postcontact-form-wrap #postcontact-form dl dd tel, #postcontact-form-wrap #postcontact-form dl dd email { height: 2.0rem; line-height: 2.0rem; margin: 0; padding: 2px 4px; width: 100%; border: none; border-left: 2px solid #eeeeee; }
#postcontact-form-wrap #postcontact-form dl dd textarea { line-height: 2.0rem; margin: 0; padding: 2px 4px; width: 100%; border: none; border-left: 2px solid #eeeeee; }

[id^="main-"] a { display: block; }

.ui-tooltip, .arrow:after { background: #ffffff; border: 2px solid white; }

.ui-tooltip { padding: 10px 20px; color: white; border-radius: 20px; font: bold 14px "Helvetica Neue", Sans-Serif; text-transform: uppercase; box-shadow: 0 0 7px black; }

.arrow { width: 70px; height: 16px; overflow: hidden; position: absolute; left: 50%; margin-left: -35px; bottom: -16px; }

.arrow.top { top: -16px; bottom: auto; }

.arrow.left { left: 20%; }

.arrow:after { content: ""; position: absolute; left: 20px; top: -20px; width: 25px; height: 25px; box-shadow: 6px 5px 9px -9px black; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); tranform: rotate(45deg); }

.arrow.top:after { bottom: -20px; top: auto; }

/*
	footer section.
*/
#global-footer { position: relative; margin: 0; padding: 10px 0 0; width: 100%; height: auto; text-align: center; }
#global-footer:after { content: ""; }

#footer-inner { position: relative; margin: 0 auto; padding: 10px 15px; width: 980px; height: auto; text-align: center; background-color: #8d8d8d; }
#footer-inner:after { content: ""; }

.footer-content { position: relative; margin: 0; padding: 0; }

.footer-widget-wrap { position: relative; margin: 0; padding: 0; }
.footer-widget-wrap h3 { text-align: left; color: #ffffff; line-height: 28px; font-weight: normal; }
.footer-widget-wrap ul { position: relative; margin: 0; padding: 0; }
.footer-widget-wrap ul li { position: relative; list-style-position: outside; list-style-type: none; text-align: left; margin: 0; padding: 0; line-height: 24px; float: left; color: #ffffff; }
.footer-widget-wrap ul li a { color: #ffffff; }
.footer-widget-wrap ul li a:hover { text-decoration: underline; }
.footer-widget-wrap ul li:not(:first-child):before { content: "\0020/\0020"; }
.footer-widget-wrap ul:after { content: ""; }

.footer-copyright { position: relative; margin: 0; padding: 0; }
.footer-copyright p { padding: 0; text-align: right; line-height: 26px; color: #ffffff; }
