/*
 * StyleName: common.css
 * Version: 2.2
 *
 * FoodConnection
 * http://foodconnection.jp/
 * http://foodconnection.vn/
 *
 */



/*=============================================
 * reset by FC Dev
 *=============================================*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
	border: 0;
}
img {
	border: 0;
	transform: translateZ(0);
	-moz-transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
img, input {
	vertical-align: middle;
}
h1, h2, h3, h4, h5, h6, address {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
table, caption, th, td {
	font-style: normal;
	font-weight: normal;
}
hr {
	margin: 0;
	padding: 0;
}
iframe {
	margin: 0;
	padding: 0;
	border: 0;
}
form, fieldset, input, button, select, optgroup, option, textarea, label, legend {
	margin: 0;
	padding: 0;
	outline: none;
}
span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, br, ins, del, a, img, object {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: inherit;
	border: 0;
}

/*=============================================
 * reset - custom
 *=============================================*/

:before,
:after {
	pointer-events: none;
}
* { /* fix font boosting on mobile Chrome */
	max-height: 1000000px;
}
*:first-child + html img,
* html img {
	vertical-align: top;
}
html,
body {
	line-height: 1;
	word-spacing: normal;
	min-height: 100%;
	text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	/* -webkit-font-smoothing: antialiased; */
}
html.break-jump,
.break-jump body { /* fixed for screen jumping bug on iOS */
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
}
input,
button,
select,
optgroup,
option,
textarea,
label {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
select,
button,
input:button,
input:submit,
input:reset {
	cursor: pointer;
}
option:disabled {
	display: none;
}
strong {
	font-weight: 600;
}
em {
	font-style: italic;
}
small {
	font-size: smaller;
}
del {
	text-decoration: line-through;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/*
a[href=""],
a[href=""] > * {
	cursor: not-allowed !important;
}
a[href=""]:focus,
a[href=""]:active {
	pointer-events: none;
}
*/
a[x-apple-data-detectors] {
	color: inherit !important;
	text-decoration: none !important;
	font-size: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
}



/*=============================================
 * .clearfix
 *=============================================*/

.nav-fl,
.nav-fr,
.clearfix {
	zoom: 1 !important;
}
.nav-fl:after,
.nav-fr:after,
.clearfix:after {
	content: "." !important;
	clear: both !important;
	display: block !important;
	height: 0 !important;
	visibility: hidden !important;
}



/*=============================================
 * nav - float/inline
 *=============================================*/

.nav-fl > * {
	float: left;
}
.nav-fr > * {
	float: right;
}
.nav-inline > * {
	display: inline-block;
}



/*=============================================
 * fonts
 *=============================================*/

 /*
[class^=fnt-] {
	font-size: initial;
	font-weight: normal;
	font-style: normal;
	line-height: initial;
	letter-spacing: initial;
}
*/
.fnt-garamond {
	font-family: Garamond, "游明朝", YuMincho, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



/*=============================================
 * text vertical
 *=============================================*/

.txt-vertical {
	cursor: vertical-text;
	writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-moz-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	text-orientation: upright;
	word-wrap: break-word;
}
.txt-vertical .int {
	writing-mode: lr-tb;
	-o-writing-mode: horizontal-tb;
	-ms-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	-moz-writing-mode: horizontal-tb;
	-webkit-writing-mode: horizontal-tb;
	display: inline-block;
	text-align: center;
	line-height: 1.5em;
}
.txt-normal .int {
	height: 1.1em;
}
.txt-vertical-x > * {
	writing-mode: rl-tb;
	-o-writing-mode: vertical-tb;
	-ms-writing-mode: vertical-tb;
	-ms-writing-mode: rl-tb;
	-moz-writing-mode: vertical-tb;
	-webkit-writing-mode: vertical-tb;
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	display: inline-block;
	white-space: nowrap;
	word-wrap: break-word;
	width: 1px;
	line-height: 1;
}
.txt-vertical .txt-latin {
	cursor: vertical-text;
	direction: rtl;
	writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-moz-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	text-orientation: sideways-right;
	-o-text-orientation: sideways-right;
	-ms-text-orientation: upright;
	-ms-text-orientation: sideways-right;
	-moz-text-orientation: sideways-right;
	-webkit-text-orientation: sideways-right;
	letter-spacing: .25em;
}


/*=============================================
 * rollover button
 *=============================================*/

.btn-over img,
.over-img img,
img.over,
img:not(.btn):not(.non-over),
button img {
	opacity: 1;
	transform: translateX(0) translateZ(0);
	-moz-transform: translateX(0) translateZ(0);
	-webkit-transform: translateX(0) translateZ(0);
	transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
}
.over-img img:hover,
img.over:hover,
/* a:not([href=""]):hover img:not(.btn):not(.non-over), */
a:hover img:not(.btn):not(.non-over),
button:hover img {
	cursor: pointer;
	opacity: .8;
	transform: translateX(.01em) translateZ(0);
	-moz-transform: translateX(.01em) translateZ(0);
	-webkit-transform: translateX(.01em) translateZ(0);
}
.non-over a:hover img:not(.over),
.non-over img:not(.over):not(.btn):hover {
	opacity: 1 !important;
}
.btn-over {
	display: inline-block;
	position: relative;
}
.btn-over img + img {
	pointer-events: none;
	opacity: 0 !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.btn-over:hover img + img,
.btn-over.active img + img {
	opacity: 1 !important;
}
.btn-over:hover img,
.btn-over.active img {
	opacity: 0 !important;
}

/*=============================================
 * .wrap
 *=============================================*/

.wrap {
	margin: 0 auto;
	width: 1000px;
	position: relative;
}


/*=============================================
 * .tabs-switch
 *=============================================*/

.tabs-switch .tab-link > * {
	cursor: pointer;
	display: inline-block;
}
.tabs-switch .tab-link > * a {
	pointer-events: none;
}
.tabs-switch .tab-link.link-over > * {
	position: relative;
}

.tabs-switch .tab-link.link-over > * > img + img {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.tabs-switch .tab-link.link-over > * > img + img,
.tabs-switch .tab-link.link-over > *:hover > img,
.tabs-switch .tab-link.link-over > *.active > img {
	opacity: 0;
}
.tabs-switch .tab-link.link-over > *:hover > img + img,
.tabs-switch .tab-link.link-over > *.active > img + img {
	opacity: 1;
}
.tabs-switch[data=fade] .tab-content {
	min-height: 100px;
	position: relative;
}
.tabs-switch .tab-content > * {
	display: none;
}
.tabs-switch[data=fade] .tab-content > * {
	margin: auto;
	width: 100%;
	height: 100%;
}



/*=============================================
 * .toggle
 *=============================================*/

.toggle .toggle-link {
	cursor: pointer;
	position: relative;
}
.toggle .toggle-main {
	display: none;
}
.toggle.active .toggle-main {
	display: block;
}


/*=============================================
 * <section>
 *=============================================*/

section {
	clear: both;
	margin: auto;
	width: 100%;
	position: relative;
}



/*=============================================
 * debugger
 *=============================================*/

html.fc-debugger {
}
#fc-console {
	opacity: 0;
	margin: auto;
	color: #F0F0F0;
	font-size: 14px;
	font-family: Consolas, "Source Code Pro", "Lucida Grande", monospace, sans-serif;
	background: rgba(60, 60, 60, .9);
	width: 90%;
	max-width: 1200px;
	border: 1px solid rgba(255, 255, 255, .05);
	position: fixed;
	top: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: 5px 10px 10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 5px 10px 10px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 5px 10px 10px rgba(0, 0, 0, .5);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	visibility: hidden;
	z-index: 9999999999999999999999999999999;
}
html.fc-debugger #fc-console {
	opacity: 1;
	visibility: visible;
}
#fc-console.active {
	top: initial;
}
#fc-console * {
	color: #EFEFEF;
	font-size: 14px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	line-height: 20px;
}
#fc-console .console-title {
	cursor: pointer;
	margin: auto;
	padding: 10px 20px;
	color: #202020;
	font-size: 20px;
	font-weight: 600;
	font-variant: small-caps;
	text-shadow: none;
	line-height: 22px;
	background: rgba(215, 215, 215, .8);
	border: 1px solid rgba(255, 255, 255, .05);
	position: absolute;
	top: -45px;
	left: -1px;
	right: -1px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
#fc-console .console-title[data-total]:before {
	content: attr(data-total);
	margin-left: -10px;
	margin-right: 10px;
	padding: 3px 10px;
	color: #FEFEFE;
	font-size: 12px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	line-height: 15px;
	background: #D82323;
	height: 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 15px;
	position: relative;
	top: -3px;
}
#fc-console .console-title:hover {
	color: #303030;
	background: rgba(215, 215, 215, .9);
}
#fc-console .console-clear {
	cursor: pointer;
	margin: auto;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 15px;
	background: #607D8B;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: absolute;
	top: -35px;
	right: 7px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
#fc-console .console-clear:hover {
	background: #4C626D;
}
#fc-console .console-main {
	padding: 10px;
	max-height: 350px;
	max-height: 35vh;
	overflow: hidden;
	overflow-y: auto;
}
#fc-console .console-main a {
	color: #3A92C8;
	text-decoration: none;
}
#fc-console .console-main a:hover {
	text-decoration: underline;
}
#fc-console .console-block {
	padding: 10px;
	position: relative;
}
#fc-console .console-block[data-count]:before {
	content: attr(data-count);
	margin: auto;
	padding: 3px 10px;
	color: #FEFEFE;
	font-size: 12px;
	text-align: center;
	line-height: 15px;
	background: #D82323;
	height: 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 15px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
#fc-console .console-block + .console-block {
}
#fc-console .console-block + .console-block:after {
	content: "";
	margin: auto;
	background: rgba(0, 0, 0, .1);
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 1px rgba(255, 255, 255, .05);
	-moz-box-shadow: 0 1px rgba(255, 255, 255, .05);
	-webkit-box-shadow: 0 1px rgba(255, 255, 255, .05);
}
#fc-console .console-block > * {
	margin: 5px 0;
}
#fc-console .console-message {
	padding-left: 20px;
	color: #F44336;
	font-style: italic;
	position: relative;
}
#fc-console .console-message:before {
	content: "#";
	color: #F44336;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
#fc-console .console-stacktrace {
	margin-left: 20px;
	padding-left: 20px;
	box-shadow: inset 2px 0 rgba(255, 255, 255, .1);
	-moz-box-shadow: inset 2px 0 rgba(255, 255, 255, .1);
	-webkit-box-shadow: inset 2px 0 rgba(255, 255, 255, .1);
}
#fc-console .console-stacktrace > * {
	font-size: 13px;
}
#fc-console .console-script {
}
#fc-console .console-line {
}
#fc-console .console-column {
}
#fc-console .console-error {
	margin-left: 18px;
	padding-left: 22px;
	color: #CFCFCF;
	position: relative;
}
#fc-console .console-error:before {
	content: "$";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}


/*=============================================
 * customs common - FCV
 *=============================================*/

.fl {
	float: left;
}
.fr {
	float: right;
}
.fn {
	float: none;
}

/*=============================================
 * RESPONSIVE
 *=============================================*/

img.responsive {
	max-width: 100%;
	width: auto;
	height: auto;
}



@media only screen and (max-width: 1080px) {
	html.responsive {
		min-width: auto;
	}
	html.responsive a:hover {
		text-decoration: none;
	}
	html.responsive img {
		width: auto;
		height: auto;
		max-width: 100%;
	}
	html.responsive .wrap {
		padding: 0 6.25%; /* 40px */
		width: auto;
		max-width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	html.responsive #socialbuttons .social-line {
		width: 92px;
		overflow: hidden;
	}
}

@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 320px) {
	html.responsive {
		min-width: 320px !important;
	}
}