@charset "UTF-8";
/* *==============================================================================================================================
 * css foundation
 *
 * [reset]
 * _r1. html body anchor
 * _r2. heading, paragraph
 * _r3. table
 * _r4. list
 * _r5. img , object
 * _r6. text level
 * _r7. form
 *
 * [setting]
 * _variable
 * _function
 * _mixin
 * _vendor
 * _base
 *
 */

/*
 * [reset]
 * ==============================================================================================================================
 */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, p, blockquote, th, td, form, fieldset, legend, figure {
    margin: 0;
    padding: 0;
		box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
		box-sizing: border-box;
}
audio, canvas, video {
    display: inline-block; *display: inline; *zoom: 1;
}
audio:not([controls]) {
    display: none;
}
[hidden] {
    display: none;
}

/*
 * _r1. html body anchor
 * ------------------------------------------------------------------------------------------------------------------------------
 */

html {
    overflow-y: scroll;
    -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
    font-size: calc(1em * .625) /*62.5% */;
}

a {
  color: #000;
}
a:link {
  	text-decoration: none;
}
a:visited {
  	text-decoration: none;
}
a:hover,
a:active {
    text-decoration: none;
    outline-width: 0;
}
a:focus {
    text-decoration: none;
    outline-width: 0;
}

.none {
		color: inherit !important;
		text-decoration: none !important;
		cursor: default;
}

/*
 * _r2. heading, paragraph
 * ------------------------------------------------------------------------------------------------------------------------------
 */

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    line-height: 1.54;
}

p {}

/*
 * _r3. table, th, td, caption
 * ------------------------------------------------------------------------------------------------------------------------------
 */

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

    font-size: 100%;
    font-family: inherit;
}

caption, th, td {
    text-align: left;
    vertical-align: top;

    font-weight: normal;
}

/*
 * _r4. list
 * ------------------------------------------------------------------------------------------------------------------------------
 */

li {
    list-style: none;
}

/*
 * _r5. img , object
 * ------------------------------------------------------------------------------------------------------------------------------
 */

img {
    margin:	0;
    padding:	0;
    border:	0 none;
    -ms-interpolation-mode: bicubic;
    line-height: 1.0;
    vertical-align: bottom;
}
a img {
    line-height: 1.0;
    vertical-align: bottom;
}
object {
    vertical-align: middle;
    outline: none;
}

/*
 * _r6. text level
 * ------------------------------------------------------------------------------------------------------------------------------
 */

b, em, strong {
    font-weight: bold;
    font-style: normal;
}
abbr, acronym {
    border:		0px none;
    font-variant: normal;
}
small {
    font-size: 11px; font-size: 1.1rem;
}
sub, sup {
position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
	}
    sup { top: -0.5em; }
    sub { bottom: -0.25em; }
blockquote {
    margin: 1em 40px;
}
q {
    quotes: none;
}
q:before, q:after {
    content: '';
    content: none;
}
address, caption, cite, code, dfn, var {
    font-weight:	normal;
    font-style:	normal;
}
ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}
code, pre, kbd, samp {
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
mark {
    background-color: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    display: none;
}

/*
 * _r7. form
 * ------------------------------------------------------------------------------------------------------------------------------
 */

form {
    margin:	0;
    padding:	0;
}

button, input, select, textarea {
    font: inherit;
    margin: 0;
}
optgroup {
    font-weight: bold;
}
button, input, select, textarea {
    margin: 0;
    font: inherit;
}
button, input, select {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
    cursor: pointer;
}
[disabled] {
    cursor: default;
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
button:-moz-focusring, input:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    border: 1px solid #c0c0c0;
}
legend {
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal;
}
textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 5px;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

label {
    font: inherit;
    cursor: pointer;
}

/*
 * [setting]
 * ==============================================================================================================================
 *
 * _vendor
 * ------------------------------------------------------------------------------------------------------------------------------
 */

/*
 * fontawesome size
 */
/*.fa {
	display: inline-block;
	width: 1em;
}*/

/*
 * lightbox
 */
a[data-lightbox="lb"] {
		display: block;
		position: relative;
		text-decoration: none !important;
}
a[data-lightbox="lb"]:after {
		display: inline-block;
		position: absolute;
		bottom: 5px; right: 5px;
		padding: 5px 10px;
		background-color: rgba(0,0,0,0.5);
		content:"\f002";
		color: #fff;
		font-family: FontAwesome;
		text-decoration: none !important;
}


/*
 * for Voice Browser
 */
.hidden {
		position: absolute;
		overflow: hidden;
		width: 0;
		height: 0;
		margin: 0;
		padding: 0;
}

/*
 * float_clearFix
 */
.cf {
    *zoom: 1;
		/* display: flow-root; */
}
.cf:after {
    content:"";
    display: block;
    clear: both;
}

/* end.css
============================================================================================================================================================================================================================== */
