@charset "utf-8";

/* =================================================

		base
	 
----------------------------------------------------
*
		Browser Reset
		Module
*
================================================= */







/* =================================================

		Browser Reset

================================================= */

/*	Reset box-model
---------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
::before,
::after {
  box-sizing: inherit;
}


/*	Document
---------------------------------------------- */
html {
	font-size: 62.5%;
  line-height: 1.15;
	-ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}


/*	Sections
---------------------------------------------- */
body {
  margin: 0;
}
main {
  display: block;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block;}

blockquote,
q { quotes: none;}

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



/*	Vertical rhythm
---------------------------------------------- */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}


/*	Headings
---------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}


/*	Lists (enumeration)
---------------------------------------------- */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}


/*	Lists (definition)
---------------------------------------------- */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}


/*	Grouping content
---------------------------------------------- */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}


/*	Text-level semantics
---------------------------------------------- */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
a,
a:focus {
  outline: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}


/*	Embedded content
---------------------------------------------- */
img {
  border-style: none;
  /*vertical-align: bottom;*/
  vertical-align: top;
}

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


/*	Forms
---------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
}
select {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button[disabled],
[type='button'][disabled],
[type='reset'][disabled],
[type='submit'][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-webkit-input-placeholder {
  font: inherit;
}
:-ms-input-placeholder {
  font: inherit;
}
::-ms-input-placeholder {
  font: inherit;
}
::placeholder {
  font: inherit;
}

label[for] {
  cursor: pointer;
}

/*
input[type="button"],
input[type="text"],
input[type="submit"] {
   -webkit-appearance: none;
   border-radius: 0;
}
*/


/*	Interactive
---------------------------------------------- */
details {
  display: block;
}
summary {
  display: list-item;
}


/*	Table
---------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
}
th {
  text-align: left;
  font-weight: bold;
}


/*	Misc
---------------------------------------------- */
template {
  display: none;
}

[hidden] {
  display: none;
}






/* =================================================

		Module

================================================= */

/* ----------------------------------------------
		font
---------------------------------------------- */

/*	font-weight
---------------------------------------------- */
dt, strong, em,
h1, h2, h3, h4, h5, h6,
.fwB { font-weight: bold;}
.fwN { font-weight: inherit;}




/* ----------------------------------------------
		clearfix / clear
---------------------------------------------- */
.cf:before,
.cf:after { content: ""; display: table;}
.cf:after { clear: both;}

.cl { clear: both;}




/* ----------------------------------------------
		Layout
---------------------------------------------- */

/*  float
---------------------------------------------- */
.fL	{ float: left;}
.fR	{ float: right;}

.imgL { float: left; width: 30%;}
.txtR { float: right; width: 65%;}

.imgRt { float: right; width: 30%;}
.txtL { float: left; width: 65%;}


/*	list-style
---------------------------------------------- */
.listDisc,
.listCircle,
.listDecimal,
.listUalfa,
.listLalfa,
.listUroman,
.listLroman,
.listKatakana,
.listHiragana { padding-left: 20px;}

.listDisc li,
.circle li,
.listDecimal li,
.listUalfa li,
.listLalfa li,
.listUroman li,
.listLroman li,
.listKatakana li,
.listHiragana li	{ list-style-position: outside; margin-top: 0.2em;}

.listDisc li     { list-style-type: disc;}
.listCircle li   { list-style-type: circle;}
.listDecimal li  { list-style-type: decimal;}
.listUalfa li    { list-style-type: upper-alpha;}
.listLalfa li    { list-style-type: lower-alpha;}
.listUroman li   { list-style-type: upper-roman;}
.listLroman li   { list-style-type: lower-roman;}
.listKatakana li { list-style-type: katakana;}
.listHiragana li { list-style-type: hiragana;}
.lisuNone li     { list-style-type: none;}


/*	listBullet
---------------------------------------------- */
.listBullet li { list-style: none;}
.listBullet li::before { content: "・"}


/*	display
---------------------------------------------- */
.dpB  { display: block !important;}
.dpI  { display: inline !important;}
.dpIB { display: inline-block !important;}
.dpT  { display: table !important;}
.dpTC { display: table-cell !important;}


/*	vertical-align
---------------------------------------------- */
.vaT { vertical-align: top !important;}
.vaM { vertical-align: middle !important;}
.vaB { vertical-align: bottom !important;}


/*	text-align
---------------------------------------------- */
.taL { text-align: left !important;}
.taR { text-align: right !important;}
.taC { text-align: center !important;}


/*	overflow
---------------------------------------------- */
.ofH { overflow: hidden !important;}


/*	margin
---------------------------------------------- */
.mt1em { margin-top: 1em !important;}
.mt2em { margin-top: 2em !important;}
.mt3em { margin-top: 3em !important;}




/* ----------------------------------------------
		flex style
---------------------------------------------- */

.flex {
  display: -ms-flexbox; display: -webkit-flex; display: flex;
  width: 100%;
  min-height: 100%;
}


/*	flex-direction( 要素の方向を決める)
---------------------------------------------- */
/* 【初期値】横並び:「左」から「右」 */
.fxdRow {
  -ms-flex-direction: row; -webkit-flex-direction: row; flex-direction: row;
}
/* 横並び:「右」から「左」 */
.fxdRowRev {
  -ms-flex-direction: row-reverse; -webkit-flex-direction: row-reverse; flex-direction: row-reverse;
}
/* 縦積み:「上」から「下」 */
.fxdColumn {
  -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column;
}
/* 縦積み:「下」から「上」 */
.fxdColumnRev {
  -ms-flex-direction: column-reverse; -webkit-flex-direction: column-reverse; flex-direction: column-reverse;
}


/*	flex-wrap (要素の折り返し)
---------------------------------------------- */
/* 【初期値】折り返さずflexアイテムは縮小される */
.fxFwNowrap {
  -ms-flex-wrap: nowrap; -webkit-flex-wrap: nowrap; flex-wrap: nowrap;
}
/* 折り返す */
.fxFwWrap {
  -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap;
}
/* 折り返されたflexアイテムを上にする */
.fxFwWrapRev {
  -ms-flex-wrap: wrap-reverse; -webkit-flex-wrap: wrap-reverse; flex-wrap: wrap-reverse;
}


/*	justify-content (水平方向の配置)
---------------------------------------------- */
/* 【初期値】 */
.fxJcStart {
   -ms-flex-pack: start; -webkit-box-pack: start; -webkit-justify-content: flex-start; justify-content: flex-start;
}
/* 右寄せ */
.fxJcEnd {
  -ms-flex-pack: end; -webkit-box-pack: end; -webkit-justify-content: flex-end; justify-content: flex-end;
}
/* 左右中央 */
.fxJcCenter {
  -ms-flex-pack: center; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center;
}
/* 両端以外のflexアイテムの間隔空け */
.fxJcBetween {
  -ms-flex-pack: justify; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
}
/* すべてのflexアイテムの間隔空け */
.fxJcAround {
  -ms-flex-pack: distribute; -webkit-justify-content: space-around; justify-content: space-around;
}


/*	align-items (垂直方向の配置)
---------------------------------------------- */
/* 【初期値】 */
.fxAiStretch {
	-ms-flex-align: stretch; -webkit-box-align: stretch; -webkit-align-items: stretch; align-items: stretch;
}
/* 上揃え */
.fxAiStart {
  -ms-flex-align: start; -webkit-box-align: start; -webkit-align-items: flex-start; align-items: flex-start;
}
/* 下揃え */
.fxAiEnd {
  -ms-flex-align: end; -webkit-box-align: end; -webkit-align-items: flex-end; align-items: flex-end;
}
/* 天地中央 */
.fxAiCenter {
  -ms-flex-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center;
}
/* ベースライン */
.fxAiBaseline {
  -ms-flex-align: baseline; -webkit-box-align: baseline; -webkit-align-items: baseline; align-items: baseline;
}


/*	align-content (flexアイテムが複数行の配置)
---------------------------------------------- */
/* 【初期値】 */
.fxAcCenter {
  -ms-flex-line-pack: stretch; -webkit-align-content: stretch; align-content: stretch;
}
/* 上揃え */
.fxAcStart {
  -ms-flex-line-pack: start; -webkit-align-content: flex-start; align-content: flex-start;
}
/* 下揃え */
.fxAcStart {
  -ms-flex-line-pack: end; -webkit-align-content: flex-end; align-content: flex-end;
}
/* 天地中央 */
.fxAcCenter {
  -ms-flex-line-pack: center; -webkit-align-content: center; align-content: center;
}
/* 上下以外のflexアイテムの間隔空け */
.fxAcBetween {
  -ms-flex-line-pack: justify; -webkit-align-content: space-between; align-content: space-between;
}
/* すべてのflexアイテムの間隔空け */
.fxAcAround {
  -ms-flex-line-pack: distribute; -webkit-align-content: space-around; align-content: space-around;
}


/*	flex item (子要素)
---------------------------------------------- */
/* 均等割 */
.flex.fxItemEquality > * {
  -ms-flex: 1 1 0; -webkit-flex: 1 1 0; flex: 1 1 0; -ms-width: 1000px; width: 100%;
}



