@charset "UTF-8";
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/** Remove default margin. */
body { margin: 0; }

/* HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined in IE 8/9. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

/** 1. Correct `inline-block` display not defined in IE 8/9. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }

/** Address `[hidden]` styling not present in IE 8/9. Hide the `template` element in IE, Safari, and Firefox < 22. */
[hidden], template { display: none; }

/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a { background: transparent; }

/** Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }

/* Text-level semantics ========================================================================== */
/** Address styling not present in IE 8/9, Safari 5, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }

/** Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
b, strong { font-weight: bold; }

/** Address styling not present in Safari 5 and Chrome. */
dfn { font-style: italic; }

/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari 5, and Chrome. */
h1 { font-size: 2em; margin: 0.67em 0; }

/** Address styling not present in IE 8/9. */
mark { background: #ff0; color: #000; }

/** Address inconsistent and variable font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

/* Embedded content ========================================================================== */
/** Remove border when inside `a` element in IE 8/9. */
img { border: 0; }

/** Correct overflow displayed oddly in IE 9. */
svg:not(:root) { overflow: hidden; }

/* Grouping content ========================================================================== */
/** Address margin not present in IE 8/9 and Safari 5. */
figure { margin: 1em 40px; }

/** Address differences between Firefox and other browsers. */
hr { box-sizing: content-box; height: 0; }

/** Contain overflow in all browsers. */
pre { overflow: auto; }

/** Address odd `em`-unit font size rendering in all browsers. */
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

/* Forms ========================================================================== */
/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. */
button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ }

/** Address `overflow` set to `hidden` in IE 8/9/10. */
button { overflow: visible; }

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Firefox, IE 8+, and Opera Correct `select` style inheritance in Firefox. */
button, select { text-transform: none; }

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }

/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] { cursor: default; }

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
input { line-height: normal; }

/** It's recommended that you don't attempt to style these elements. Firefox's implementation doesn't respect box-sizing, padding, or width.  1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof). */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ /* 2 */ box-sizing: content-box; }

/** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct `color` not being inherited in IE 8/9. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }

/** Remove default vertical scrollbar in IE 8/9. */
textarea { overflow: auto; }

/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup { font-weight: bold; }

/* Tables ========================================================================== */
/** Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }

td, th { padding: 0; }

html { overflow-y: scroll; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; background: transparent; }

h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }

ul li { list-style: none; }

object, embed { border: 0; vertical-align: bottom; outline: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

a { margin: 0; padding: 0; border: 0; background: transparent; outline: 0; }

a img { border: none; text-decoration: none; outline: 0; }

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

caption, th { text-align: left; }

sup { vertical-align: text-top; }

sub { vertical-align: text-bottom; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }

label { cursor: pointer; }

img { border: none; vertical-align: bottom; }

/* [ Font Setting ]
===================================================================== */
/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
html { font-size: 62.5%; }

body { -webkit-text-size-adjust: 100%; }

table { font-size: inherit; font: 100%; }

input, textarea { font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }

/* for IE6 */
* html body, * html input, * html textarea { font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; }

/* [ link ] ----------------------- */
a { -webkit-tap-highlight-color: rgba(189, 185, 185, 0.2); }
a:link { color: #64635c; text-decoration: underline; }
a:visited { color: #64635c; text-decoration: underline; }
a:hover { color: #64635c; text-decoration: none; }
a:active { color: #64635c; }

/* [ selection ] ----------------------- */
::-moz-selection { background: rgba(255, 255, 255, 0.5); color: #191919; }
::selection { background: rgba(255, 255, 255, 0.5); color: #191919; }

/* [ default class style ] */
/* clearfix */
.cf:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }

.cf { display: inline-block; }

* html .cf { height: 1%; }

.cf { display: block; }

/* end clearfix */
.ex-hidden { position: absolute; left: -9999px; width: 0; height: 0; font-size: 0; line-height: 0; overflow: hidden; }

.ex-clear { clear: both; }

.ex-fl { display: inline; float: left; }

.ex-fr { display: inline; float: right; }

.ex-al { text-align: left; }

.ex-ar { text-align: right; }

.ex-ac { text-align: center; }

.ex-vt { vertical-align: top !important; }

.ex-vm { vertical-align: middle !important; }

.ex-vb { vertical-align: bottom !important; }

.ex-section { position: relative; }

.ex-article { position: relative; }

.ex-unit { position: relative; }

.ex-column-l { display: inline; float: left; }

.ex-column-r { display: inline; float: right; }

img.ex-img-l { float: left; margin-right: 20px; }

img.ex-img-r { float: right; margin-left: 20px; }

.ex-indent1 { padding-left: 1em; text-indent: -1em; }

.ex-indent2 { padding-left: 2em; text-indent: -2em; }

.ex-indent3 { padding-left: 3em; text-indent: -3em; }

.ex-text-s { font-size: 85%; }

.ex-fw-nml { font-weight: normal !important; }

.ex-fw-bld { font-weight: bold !important; }

.ex-disable-hover, .ex-disable-hover * { pointer-events: none; }

p, li, dt, dd, h1, h2, h3, h4, span { background: url("data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="); }

.ex-textfix { background: url("data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="); }

.ex-alpha-over { opacity: 0.55; -moz-opacity: 0.55; filter: alpha(opacity=55.0); -ms-filter: "alpha(opacity=55.0)"; }

.ex-box-size { -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; }

.ex-mt0 { margin-top: 0px !important; }

.ex-mr0 { margin-right: 0px !important; }

.ex-mb0 { margin-bottom: 0px !important; }

.ex-ml0 { margin-left: 0px !important; }

.ex-pt0 { padding-top: 0px !important; }

.ex-pr0 { padding-right: 0px !important; }

.ex-pb0 { padding-bottom: 0px !important; }

.ex-pl0 { padding-left: 0px !important; }

.ex-mt4 { margin-top: 4px !important; }

.ex-mr4 { margin-right: 4px !important; }

.ex-mb4 { margin-bottom: 4px !important; }

.ex-ml4 { margin-left: 4px !important; }

.ex-pt4 { padding-top: 4px !important; }

.ex-pr4 { padding-right: 4px !important; }

.ex-pb4 { padding-bottom: 4px !important; }

.ex-pl4 { padding-left: 4px !important; }

.ex-mt8 { margin-top: 8px !important; }

.ex-mr8 { margin-right: 8px !important; }

.ex-mb8 { margin-bottom: 8px !important; }

.ex-ml8 { margin-left: 8px !important; }

.ex-pt8 { padding-top: 8px !important; }

.ex-pr8 { padding-right: 8px !important; }

.ex-pb8 { padding-bottom: 8px !important; }

.ex-pl8 { padding-left: 8px !important; }

.ex-mt12 { margin-top: 12px !important; }

.ex-mr12 { margin-right: 12px !important; }

.ex-mb12 { margin-bottom: 12px !important; }

.ex-ml12 { margin-left: 12px !important; }

.ex-pt12 { padding-top: 12px !important; }

.ex-pr12 { padding-right: 12px !important; }

.ex-pb12 { padding-bottom: 12px !important; }

.ex-pl12 { padding-left: 12px !important; }

.ex-mt16 { margin-top: 16px !important; }

.ex-mr16 { margin-right: 16px !important; }

.ex-mb16 { margin-bottom: 16px !important; }

.ex-ml16 { margin-left: 16px !important; }

.ex-pt16 { padding-top: 16px !important; }

.ex-pr16 { padding-right: 16px !important; }

.ex-pb16 { padding-bottom: 16px !important; }

.ex-pl16 { padding-left: 16px !important; }

.ex-mt20 { margin-top: 20px !important; }

.ex-mr20 { margin-right: 20px !important; }

.ex-mb20 { margin-bottom: 20px !important; }

.ex-ml20 { margin-left: 20px !important; }

.ex-pt20 { padding-top: 20px !important; }

.ex-pr20 { padding-right: 20px !important; }

.ex-pb20 { padding-bottom: 20px !important; }

.ex-pl20 { padding-left: 20px !important; }

.ex-mt24 { margin-top: 24px !important; }

.ex-mr24 { margin-right: 24px !important; }

.ex-mb24 { margin-bottom: 24px !important; }

.ex-ml24 { margin-left: 24px !important; }

.ex-pt24 { padding-top: 24px !important; }

.ex-pr24 { padding-right: 24px !important; }

.ex-pb24 { padding-bottom: 24px !important; }

.ex-pl24 { padding-left: 24px !important; }

.ex-mt28 { margin-top: 28px !important; }

.ex-mr28 { margin-right: 28px !important; }

.ex-mb28 { margin-bottom: 28px !important; }

.ex-ml28 { margin-left: 28px !important; }

.ex-pt28 { padding-top: 28px !important; }

.ex-pr28 { padding-right: 28px !important; }

.ex-pb28 { padding-bottom: 28px !important; }

.ex-pl28 { padding-left: 28px !important; }

.ex-mt32 { margin-top: 32px !important; }

.ex-mr32 { margin-right: 32px !important; }

.ex-mb32 { margin-bottom: 32px !important; }

.ex-ml32 { margin-left: 32px !important; }

.ex-pt32 { padding-top: 32px !important; }

.ex-pr32 { padding-right: 32px !important; }

.ex-pb32 { padding-bottom: 32px !important; }

.ex-pl32 { padding-left: 32px !important; }

.ex-mt36 { margin-top: 36px !important; }

.ex-mr36 { margin-right: 36px !important; }

.ex-mb36 { margin-bottom: 36px !important; }

.ex-ml36 { margin-left: 36px !important; }

.ex-pt36 { padding-top: 36px !important; }

.ex-pr36 { padding-right: 36px !important; }

.ex-pb36 { padding-bottom: 36px !important; }

.ex-pl36 { padding-left: 36px !important; }

.ex-mt40 { margin-top: 40px !important; }

.ex-mr40 { margin-right: 40px !important; }

.ex-mb40 { margin-bottom: 40px !important; }

.ex-ml40 { margin-left: 40px !important; }

.ex-pt40 { padding-top: 40px !important; }

.ex-pr40 { padding-right: 40px !important; }

.ex-pb40 { padding-bottom: 40px !important; }

.ex-pl40 { padding-left: 40px !important; }

.ex-mt44 { margin-top: 44px !important; }

.ex-mr44 { margin-right: 44px !important; }

.ex-mb44 { margin-bottom: 44px !important; }

.ex-ml44 { margin-left: 44px !important; }

.ex-pt44 { padding-top: 44px !important; }

.ex-pr44 { padding-right: 44px !important; }

.ex-pb44 { padding-bottom: 44px !important; }

.ex-pl44 { padding-left: 44px !important; }

.ex-mt48 { margin-top: 48px !important; }

.ex-mr48 { margin-right: 48px !important; }

.ex-mb48 { margin-bottom: 48px !important; }

.ex-ml48 { margin-left: 48px !important; }

.ex-pt48 { padding-top: 48px !important; }

.ex-pr48 { padding-right: 48px !important; }

.ex-pb48 { padding-bottom: 48px !important; }

.ex-pl48 { padding-left: 48px !important; }

.ex-mt52 { margin-top: 52px !important; }

.ex-mr52 { margin-right: 52px !important; }

.ex-mb52 { margin-bottom: 52px !important; }

.ex-ml52 { margin-left: 52px !important; }

.ex-pt52 { padding-top: 52px !important; }

.ex-pr52 { padding-right: 52px !important; }

.ex-pb52 { padding-bottom: 52px !important; }

.ex-pl52 { padding-left: 52px !important; }

.ex-mt56 { margin-top: 56px !important; }

.ex-mr56 { margin-right: 56px !important; }

.ex-mb56 { margin-bottom: 56px !important; }

.ex-ml56 { margin-left: 56px !important; }

.ex-pt56 { padding-top: 56px !important; }

.ex-pr56 { padding-right: 56px !important; }

.ex-pb56 { padding-bottom: 56px !important; }

.ex-pl56 { padding-left: 56px !important; }

.ex-mt60 { margin-top: 60px !important; }

.ex-mr60 { margin-right: 60px !important; }

.ex-mb60 { margin-bottom: 60px !important; }

.ex-ml60 { margin-left: 60px !important; }

.ex-pt60 { padding-top: 60px !important; }

.ex-pr60 { padding-right: 60px !important; }

.ex-pb60 { padding-bottom: 60px !important; }

.ex-pl60 { padding-left: 60px !important; }

.ex-mt64 { margin-top: 64px !important; }

.ex-mr64 { margin-right: 64px !important; }

.ex-mb64 { margin-bottom: 64px !important; }

.ex-ml64 { margin-left: 64px !important; }

.ex-pt64 { padding-top: 64px !important; }

.ex-pr64 { padding-right: 64px !important; }

.ex-pb64 { padding-bottom: 64px !important; }

.ex-pl64 { padding-left: 64px !important; }

.ex-mt68 { margin-top: 68px !important; }

.ex-mr68 { margin-right: 68px !important; }

.ex-mb68 { margin-bottom: 68px !important; }

.ex-ml68 { margin-left: 68px !important; }

.ex-pt68 { padding-top: 68px !important; }

.ex-pr68 { padding-right: 68px !important; }

.ex-pb68 { padding-bottom: 68px !important; }

.ex-pl68 { padding-left: 68px !important; }

.ex-mt72 { margin-top: 72px !important; }

.ex-mr72 { margin-right: 72px !important; }

.ex-mb72 { margin-bottom: 72px !important; }

.ex-ml72 { margin-left: 72px !important; }

.ex-pt72 { padding-top: 72px !important; }

.ex-pr72 { padding-right: 72px !important; }

.ex-pb72 { padding-bottom: 72px !important; }

.ex-pl72 { padding-left: 72px !important; }

.ex-mt76 { margin-top: 76px !important; }

.ex-mr76 { margin-right: 76px !important; }

.ex-mb76 { margin-bottom: 76px !important; }

.ex-ml76 { margin-left: 76px !important; }

.ex-pt76 { padding-top: 76px !important; }

.ex-pr76 { padding-right: 76px !important; }

.ex-pb76 { padding-bottom: 76px !important; }

.ex-pl76 { padding-left: 76px !important; }

.ex-mt80 { margin-top: 80px !important; }

.ex-mr80 { margin-right: 80px !important; }

.ex-mb80 { margin-bottom: 80px !important; }

.ex-ml80 { margin-left: 80px !important; }

.ex-pt80 { padding-top: 80px !important; }

.ex-pr80 { padding-right: 80px !important; }

.ex-pb80 { padding-bottom: 80px !important; }

.ex-pl80 { padding-left: 80px !important; }

.ex-mt84 { margin-top: 84px !important; }

.ex-mr84 { margin-right: 84px !important; }

.ex-mb84 { margin-bottom: 84px !important; }

.ex-ml84 { margin-left: 84px !important; }

.ex-pt84 { padding-top: 84px !important; }

.ex-pr84 { padding-right: 84px !important; }

.ex-pb84 { padding-bottom: 84px !important; }

.ex-pl84 { padding-left: 84px !important; }

.ex-mt88 { margin-top: 88px !important; }

.ex-mr88 { margin-right: 88px !important; }

.ex-mb88 { margin-bottom: 88px !important; }

.ex-ml88 { margin-left: 88px !important; }

.ex-pt88 { padding-top: 88px !important; }

.ex-pr88 { padding-right: 88px !important; }

.ex-pb88 { padding-bottom: 88px !important; }

.ex-pl88 { padding-left: 88px !important; }

.ex-mt92 { margin-top: 92px !important; }

.ex-mr92 { margin-right: 92px !important; }

.ex-mb92 { margin-bottom: 92px !important; }

.ex-ml92 { margin-left: 92px !important; }

.ex-pt92 { padding-top: 92px !important; }

.ex-pr92 { padding-right: 92px !important; }

.ex-pb92 { padding-bottom: 92px !important; }

.ex-pl92 { padding-left: 92px !important; }

.ex-mt96 { margin-top: 96px !important; }

.ex-mr96 { margin-right: 96px !important; }

.ex-mb96 { margin-bottom: 96px !important; }

.ex-ml96 { margin-left: 96px !important; }

.ex-pt96 { padding-top: 96px !important; }

.ex-pr96 { padding-right: 96px !important; }

.ex-pb96 { padding-bottom: 96px !important; }

.ex-pl96 { padding-left: 96px !important; }

.ex-mt100 { margin-top: 100px !important; }

.ex-mr100 { margin-right: 100px !important; }

.ex-mb100 { margin-bottom: 100px !important; }

.ex-ml100 { margin-left: 100px !important; }

.ex-pt100 { padding-top: 100px !important; }

.ex-pr100 { padding-right: 100px !important; }

.ex-pb100 { padding-bottom: 100px !important; }

.ex-pl100 { padding-left: 100px !important; }

.ex-w0p { width: 0%; }

.ex-w5p { width: 5%; }

.ex-w10p { width: 10%; }

.ex-w15p { width: 15%; }

.ex-w20p { width: 20%; }

.ex-w25p { width: 25%; }

.ex-w30p { width: 30%; }

.ex-w35p { width: 35%; }

.ex-w40p { width: 40%; }

.ex-w45p { width: 45%; }

.ex-w50p { width: 50%; }

.ex-w55p { width: 55%; }

.ex-w60p { width: 60%; }

.ex-w65p { width: 65%; }

.ex-w70p { width: 70%; }

.ex-w75p { width: 75%; }

.ex-w80p { width: 80%; }

.ex-w85p { width: 85%; }

.ex-w90p { width: 90%; }

.ex-w95p { width: 95%; }

.ex-w100p { width: 100%; }
