@charset "UTF-8";
/*-----------------------------------------------------------
===  [ default CSS ]  ====================================
------------------------------------------------------------*/
/* ***************************************************************************** */
/*

　目次

-------------------------------------------------------------------------------

　01. reset
　02. module

*/
/* ***************************************************************************** */
/** -------------------------------------------------------
 ** 01. reset
 ** ------------------------------------------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /* change */
  /* vertical-align: baseline; */
  vertical-align: top;
  /* background: transparent; */
  /* add */
  box-sizing: border-box;
}

html {
  /* add */
  overflow-y: scroll;
}

body {
  line-height: 1;
  /* add */
  -ms-size-adjust: 100%;
  -moz-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  /* add main */
  display: block;
}

ul,
ol,
dl {
  /* nav ul delete, ul, ol, dl add */
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  /* add */
  box-sizing: border-box;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  /* add */
  empty-cells: show;
}

caption,
th {
  /* add */
  text-align: left;
}

caption {
  /* add */
  font-style: normal;
  font-weight: normal;
}

th {
  /* add */
  font-style: normal;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

input,
textarea {
  /* add */
  font-size: 100%;
}

em,
address {
  /* add */
  font-style: normal;
}

sub,
sup {
  /* add */
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.0;
  font-size: 75%;
}

sup {
  /* add */
  vertical-align: text-top;
}

sub {
  /* add */
  vertical-align: text-bottom;
}

/* ***************************************************************************** */
/** -------------------------------------------------------
 ** 02. module
 ** ------------------------------------------------------- */
/* float
----------------------------------------------------*/
.mod-ft--left {
  float: left !important;
}

.mod-ft--right {
  float: right !important;
}

.mod-ft--imgLeft {
  float: left !important;
  margin-right: 1em !important;
}

.mod-ft--imgRight {
  float: right !important;
  margin-left: 1em !important;
}

/* clear
----------------------------------------------------*/
.mod-clear {
  clear: both;
}

/* clearfix
----------------------------------------------------*/
.mod-clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* margin
----------------------------------------------------*/
/* -- px -- */
.mod-mt--0 {
  margin-top: 0px !important;
}

.mod-mt--5 {
  margin-top: 5px !important;
}

.mod-mt--10 {
  margin-top: 10px !important;
}

.mod-mt--15 {
  margin-top: 15px !important;
}

.mod-mt--20 {
  margin-top: 20px !important;
}

.mod-mt--25 {
  margin-top: 25px !important;
}

.mod-mt--30 {
  margin-top: 30px !important;
}

.mod-mt--35 {
  margin-top: 35px !important;
}

.mod-mt--40 {
  margin-top: 40px !important;
}

.mod-mt--45 {
  margin-top: 45px !important;
}

.mod-mt--50 {
  margin-top: 50px !important;
}

.mod-mt--55 {
  margin-top: 55px !important;
}

.mod-mt--60 {
  margin-top: 60px !important;
}

.mod-mt--65 {
  margin-top: 65px !important;
}

.mod-mt--70 {
  margin-top: 70px !important;
}

.mod-mt--75 {
  margin-top: 75px !important;
}

.mod-mt--80 {
  margin-top: 80px !important;
}

.mod-mt--85 {
  margin-top: 85px !important;
}

.mod-mt--90 {
  margin-top: 90px !important;
}

.mod-mt--95 {
  margin-top: 95px !important;
}

.mod-mt--100 {
  margin-top: 100px !important;
}

.mod-mr--0 {
  margin-right: 0px !important;
}

.mod-mr--5 {
  margin-right: 5px !important;
}

.mod-mr--10 {
  margin-right: 10px !important;
}

.mod-mr--15 {
  margin-right: 15px !important;
}

.mod-mr--20 {
  margin-right: 20px !important;
}

.mod-mr--25 {
  margin-right: 25px !important;
}

.mod-mr--30 {
  margin-right: 30px !important;
}

.mod-mr--35 {
  margin-right: 35px !important;
}

.mod-mr--40 {
  margin-right: 40px !important;
}

.mod-mr--45 {
  margin-right: 45px !important;
}

.mod-mr--50 {
  margin-right: 50px !important;
}

.mod-mr--55 {
  margin-right: 55px !important;
}

.mod-mr--60 {
  margin-right: 60px !important;
}

.mod-mr--65 {
  margin-right: 65px !important;
}

.mod-mr--70 {
  margin-right: 70px !important;
}

.mod-mr--75 {
  margin-right: 75px !important;
}

.mod-mr--80 {
  margin-right: 80px !important;
}

.mod-mr--85 {
  margin-right: 85px !important;
}

.mod-mr--90 {
  margin-right: 90px !important;
}

.mod-mr--95 {
  margin-right: 95px !important;
}

.mod-mr--100 {
  margin-right: 100px !important;
}

.mod-mb--0 {
  margin-bottom: 0px !important;
}

.mod-mb--5 {
  margin-bottom: 5px !important;
}

.mod-mb--10 {
  margin-bottom: 10px !important;
}

.mod-mb--15 {
  margin-bottom: 15px !important;
}

.mod-mb--20 {
  margin-bottom: 20px !important;
}

.mod-mb--25 {
  margin-bottom: 25px !important;
}

.mod-mb--30 {
  margin-bottom: 30px !important;
}

.mod-mb--35 {
  margin-bottom: 35px !important;
}

.mod-mb--40 {
  margin-bottom: 40px !important;
}

.mod-mb--45 {
  margin-bottom: 45px !important;
}

.mod-mb--50 {
  margin-bottom: 50px !important;
}

.mod-mb--55 {
  margin-bottom: 55px !important;
}

.mod-mb--60 {
  margin-bottom: 60px !important;
}

.mod-mb--65 {
  margin-bottom: 65px !important;
}

.mod-mb--70 {
  margin-bottom: 70px !important;
}

.mod-mb--75 {
  margin-bottom: 75px !important;
}

.mod-mb--80 {
  margin-bottom: 80px !important;
}

.mod-mb--85 {
  margin-bottom: 85px !important;
}

.mod-mb--90 {
  margin-bottom: 90px !important;
}

.mod-mb--95 {
  margin-bottom: 95px !important;
}

.mod-mb--100 {
  margin-bottom: 100px !important;
}

.mod-ml--0 {
  margin-left: 0px !important;
}

.mod-ml--5 {
  margin-left: 5px !important;
}

.mod-ml--10 {
  margin-left: 10px !important;
}

.mod-ml--15 {
  margin-left: 15px !important;
}

.mod-ml--20 {
  margin-left: 20px !important;
}

.mod-ml--25 {
  margin-left: 25px !important;
}

.mod-ml--30 {
  margin-left: 30px !important;
}

.mod-ml--35 {
  margin-left: 35px !important;
}

.mod-ml--40 {
  margin-left: 40px !important;
}

.mod-ml--45 {
  margin-left: 45px !important;
}

.mod-ml--50 {
  margin-left: 50px !important;
}

.mod-ml--55 {
  margin-left: 55px !important;
}

.mod-ml--60 {
  margin-left: 60px !important;
}

.mod-ml--65 {
  margin-left: 65px !important;
}

.mod-ml--70 {
  margin-left: 70px !important;
}

.mod-ml--75 {
  margin-left: 75px !important;
}

.mod-ml--80 {
  margin-left: 80px !important;
}

.mod-ml--85 {
  margin-left: 85px !important;
}

.mod-ml--90 {
  margin-left: 90px !important;
}

.mod-ml--95 {
  margin-left: 95px !important;
}

.mod-ml--100 {
  margin-left: 100px !important;
}

/* -- em -- */
.mod-mt--em5 {
  margin-top: 0.5em !important;
}

.mod-mt--em10 {
  margin-top: 1em !important;
}

.mod-mt--em15 {
  margin-top: 1.5em !important;
}

.mod-mt--em20 {
  margin-top: 2em !important;
}

.mod-mt--em25 {
  margin-top: 2.5em !important;
}

.mod-mt--em30 {
  margin-top: 3em !important;
}

.mod-mt--em35 {
  margin-top: 3.5em !important;
}

.mod-mt--em40 {
  margin-top: 4em !important;
}

.mod-mt--em45 {
  margin-top: 4.5em !important;
}

.mod-mt--em50 {
  margin-top: 5em !important;
}

.mod-mr--em5 {
  margin-right: 0.5em !important;
}

.mod-mr--em10 {
  margin-right: 1em !important;
}

.mod-mr--em15 {
  margin-right: 1.5em !important;
}

.mod-mr--em20 {
  margin-right: 2em !important;
}

.mod-mr--em25 {
  margin-right: 2.5em !important;
}

.mod-mr--em30 {
  margin-right: 3em !important;
}

.mod-mr--em35 {
  margin-right: 3.5em !important;
}

.mod-mr--em40 {
  margin-right: 4em !important;
}

.mod-mr--em45 {
  margin-right: 4.5em !important;
}

.mod-mr--em50 {
  margin-right: 5em !important;
}

.mod-mb--em5 {
  margin-bottom: 0.5em !important;
}

.mod-mb--em10 {
  margin-bottom: 1em !important;
}

.mod-mb--em15 {
  margin-bottom: 1.5em !important;
}

.mod-mb--em20 {
  margin-bottom: 2em !important;
}

.mod-mb--em25 {
  margin-bottom: 2.5em !important;
}

.mod-mb--em30 {
  margin-bottom: 3em !important;
}

.mod-mb--em35 {
  margin-bottom: 3.5em !important;
}

.mod-mb--em40 {
  margin-bottom: 4em !important;
}

.mod-mb--em45 {
  margin-bottom: 4.5em !important;
}

.mod-mb--em50 {
  margin-bottom: 5em !important;
}

.mod-ml--em5 {
  margin-left: 0.5em !important;
}

.mod-ml--em10 {
  margin-left: 1em !important;
}

.mod-ml--em15 {
  margin-left: 1.5em !important;
}

.mod-ml--em20 {
  margin-left: 2em !important;
}

.mod-ml--em25 {
  margin-left: 2.5em !important;
}

.mod-ml--em30 {
  margin-left: 3em !important;
}

.mod-ml--em35 {
  margin-left: 3.5em !important;
}

.mod-ml--em40 {
  margin-left: 4em !important;
}

.mod-ml--em45 {
  margin-left: 4.5em !important;
}

.mod-ml--em50 {
  margin-left: 5em !important;
}

/* padding
----------------------------------------------------*/
/* -- px -- */
.mod-pt--0 {
  padding-top: 0px !important;
}

.mod-pt--5 {
  padding-top: 5px !important;
}

.mod-pt--10 {
  padding-top: 10px !important;
}

.mod-pt--15 {
  padding-top: 15px !important;
}

.mod-pt--20 {
  padding-top: 20px !important;
}

.mod-pt--25 {
  padding-top: 25px !important;
}

.mod-pt--30 {
  padding-top: 30px !important;
}

.mod-pt--35 {
  padding-top: 35px !important;
}

.mod-pt--40 {
  padding-top: 40px !important;
}

.mod-pt--45 {
  padding-top: 45px !important;
}

.mod-pt--50 {
  padding-top: 50px !important;
}

.mod-pt--55 {
  padding-top: 55px !important;
}

.mod-pt--60 {
  padding-top: 60px !important;
}

.mod-pt--65 {
  padding-top: 65px !important;
}

.mod-pt--70 {
  padding-top: 70px !important;
}

.mod-pt--75 {
  padding-top: 75px !important;
}

.mod-pt--80 {
  padding-top: 80px !important;
}

.mod-pt--85 {
  padding-top: 85px !important;
}

.mod-pt--90 {
  padding-top: 90px !important;
}

.mod-pt--95 {
  padding-top: 95px !important;
}

.mod-pt--100 {
  padding-top: 100px !important;
}

.mod-pr--0 {
  padding-right: 0px !important;
}

.mod-pr--5 {
  padding-right: 5px !important;
}

.mod-pr--10 {
  padding-right: 10px !important;
}

.mod-pr--15 {
  padding-right: 15px !important;
}

.mod-pr--20 {
  padding-right: 20px !important;
}

.mod-pr--25 {
  padding-right: 25px !important;
}

.mod-pr--30 {
  padding-right: 30px !important;
}

.mod-pr--35 {
  padding-right: 35px !important;
}

.mod-pr--40 {
  padding-right: 40px !important;
}

.mod-pr--45 {
  padding-right: 45px !important;
}

.mod-pr--50 {
  padding-right: 50px !important;
}

.mod-pr--55 {
  padding-right: 55px !important;
}

.mod-pr--60 {
  padding-right: 60px !important;
}

.mod-pr--65 {
  padding-right: 65px !important;
}

.mod-pr--70 {
  padding-right: 70px !important;
}

.mod-pr--75 {
  padding-right: 75px !important;
}

.mod-pr--80 {
  padding-right: 80px !important;
}

.mod-pr--85 {
  padding-right: 85px !important;
}

.mod-pr--90 {
  padding-right: 90px !important;
}

.mod-pr--95 {
  padding-right: 95px !important;
}

.mod-pr--100 {
  padding-right: 100px !important;
}

.mod-pb--0 {
  padding-bottom: 0px !important;
}

.mod-pb--5 {
  padding-bottom: 5px !important;
}

.mod-pb--10 {
  padding-bottom: 10px !important;
}

.mod-pb--15 {
  padding-bottom: 15px !important;
}

.mod-pb--20 {
  padding-bottom: 20px !important;
}

.mod-pb--25 {
  padding-bottom: 25px !important;
}

.mod-pb--30 {
  padding-bottom: 30px !important;
}

.mod-pb--35 {
  padding-bottom: 35px !important;
}

.mod-pb--40 {
  padding-bottom: 40px !important;
}

.mod-pb--45 {
  padding-bottom: 45px !important;
}

.mod-pb--50 {
  padding-bottom: 50px !important;
}

.mod-pb--55 {
  padding-bottom: 55px !important;
}

.mod-pb--60 {
  padding-bottom: 60px !important;
}

.mod-pb--65 {
  padding-bottom: 65px !important;
}

.mod-pb--70 {
  padding-bottom: 70px !important;
}

.mod-pb--75 {
  padding-bottom: 75px !important;
}

.mod-pb--80 {
  padding-bottom: 80px !important;
}

.mod-pb--85 {
  padding-bottom: 85px !important;
}

.mod-pb--90 {
  padding-bottom: 90px !important;
}

.mod-pb--95 {
  padding-bottom: 95px !important;
}

.mod-pb--100 {
  padding-bottom: 100px !important;
}

.mod-pl--0 {
  padding-left: 0px !important;
}

.mod-pl--5 {
  padding-left: 5px !important;
}

.mod-pl--10 {
  padding-left: 10px !important;
}

.mod-pl--15 {
  padding-left: 15px !important;
}

.mod-pl--20 {
  padding-left: 20px !important;
}

.mod-pl--25 {
  padding-left: 25px !important;
}

.mod-pl--30 {
  padding-left: 30px !important;
}

.mod-pl--35 {
  padding-left: 35px !important;
}

.mod-pl--40 {
  padding-left: 40px !important;
}

.mod-pl--45 {
  padding-left: 45px !important;
}

.mod-pl--50 {
  padding-left: 50px !important;
}

.mod-pl--55 {
  padding-left: 55px !important;
}

.mod-pl--60 {
  padding-left: 60px !important;
}

.mod-pl--65 {
  padding-left: 65px !important;
}

.mod-pl--70 {
  padding-left: 70px !important;
}

.mod-pl--75 {
  padding-left: 75px !important;
}

.mod-pl--80 {
  padding-left: 80px !important;
}

.mod-pl--85 {
  padding-left: 85px !important;
}

.mod-pl--90 {
  padding-left: 90px !important;
}

.mod-pl--95 {
  padding-left: 95px !important;
}

.mod-pl--100 {
  padding-left: 100px !important;
}

/* width
----------------------------------------------------*/
.mod-w--0 {
  width: 0px !important;
}

.mod-w--5 {
  width: 5px !important;
}

.mod-w--10 {
  width: 10px !important;
}

.mod-w--15 {
  width: 15px !important;
}

.mod-w--20 {
  width: 20px !important;
}

.mod-w--25 {
  width: 25px !important;
}

.mod-w--30 {
  width: 30px !important;
}

.mod-w--35 {
  width: 35px !important;
}

.mod-w--40 {
  width: 40px !important;
}

.mod-w--45 {
  width: 45px !important;
}

.mod-w--50 {
  width: 50px !important;
}

.mod-w--55 {
  width: 55px !important;
}

.mod-w--60 {
  width: 60px !important;
}

.mod-w--65 {
  width: 65px !important;
}

.mod-w--70 {
  width: 70px !important;
}

.mod-w--75 {
  width: 75px !important;
}

.mod-w--80 {
  width: 80px !important;
}

.mod-w--85 {
  width: 85px !important;
}

.mod-w--90 {
  width: 90px !important;
}

.mod-w--95 {
  width: 95px !important;
}

.mod-w--100 {
  width: 100px !important;
}

.mod-w--105 {
  width: 105px !important;
}

.mod-w--110 {
  width: 110px !important;
}

.mod-w--115 {
  width: 115px !important;
}

.mod-w--120 {
  width: 120px !important;
}

.mod-w--125 {
  width: 125px !important;
}

.mod-w--130 {
  width: 130px !important;
}

.mod-w--135 {
  width: 135px !important;
}

.mod-w--140 {
  width: 140px !important;
}

.mod-w--145 {
  width: 145px !important;
}

.mod-w--150 {
  width: 150px !important;
}

.mod-w--155 {
  width: 155px !important;
}

.mod-w--160 {
  width: 160px !important;
}

.mod-w--165 {
  width: 165px !important;
}

.mod-w--170 {
  width: 170px !important;
}

.mod-w--175 {
  width: 175px !important;
}

.mod-w--180 {
  width: 180px !important;
}

.mod-w--185 {
  width: 185px !important;
}

.mod-w--190 {
  width: 190px !important;
}

.mod-w--195 {
  width: 195px !important;
}

.mod-w--200 {
  width: 200px !important;
}

.mod-w--205 {
  width: 205px !important;
}

.mod-w--210 {
  width: 210px !important;
}

.mod-w--215 {
  width: 215px !important;
}

.mod-w--220 {
  width: 220px !important;
}

.mod-w--225 {
  width: 225px !important;
}

.mod-w--230 {
  width: 230px !important;
}

.mod-w--235 {
  width: 235px !important;
}

.mod-w--240 {
  width: 240px !important;
}

.mod-w--245 {
  width: 245px !important;
}

.mod-w--250 {
  width: 250px !important;
}

.mod-w--255 {
  width: 255px !important;
}

.mod-w--260 {
  width: 260px !important;
}

.mod-w--265 {
  width: 265px !important;
}

.mod-w--270 {
  width: 270px !important;
}

.mod-w--275 {
  width: 275px !important;
}

.mod-w--280 {
  width: 280px !important;
}

.mod-w--285 {
  width: 285px !important;
}

.mod-w--290 {
  width: 290px !important;
}

.mod-w--295 {
  width: 295px !important;
}

.mod-w--300 {
  width: 300px !important;
}

.mod-w--305 {
  width: 305px !important;
}

.mod-w--310 {
  width: 310px !important;
}

.mod-w--315 {
  width: 315px !important;
}

.mod-w--320 {
  width: 320px !important;
}

.mod-w--325 {
  width: 325px !important;
}

.mod-w--330 {
  width: 330px !important;
}

.mod-w--335 {
  width: 335px !important;
}

.mod-w--340 {
  width: 340px !important;
}

.mod-w--345 {
  width: 345px !important;
}

.mod-w--350 {
  width: 350px !important;
}

.mod-w--355 {
  width: 355px !important;
}

.mod-w--360 {
  width: 360px !important;
}

.mod-w--365 {
  width: 365px !important;
}

.mod-w--370 {
  width: 370px !important;
}

.mod-w--375 {
  width: 375px !important;
}

.mod-w--380 {
  width: 380px !important;
}

.mod-w--385 {
  width: 385px !important;
}

.mod-w--390 {
  width: 390px !important;
}

.mod-w--395 {
  width: 395px !important;
}

.mod-w--400 {
  width: 400px !important;
}

.mod-w--405 {
  width: 405px !important;
}

.mod-w--410 {
  width: 410px !important;
}

.mod-w--415 {
  width: 415px !important;
}

.mod-w--420 {
  width: 420px !important;
}

.mod-w--425 {
  width: 425px !important;
}

.mod-w--430 {
  width: 430px !important;
}

.mod-w--435 {
  width: 435px !important;
}

.mod-w--440 {
  width: 440px !important;
}

.mod-w--445 {
  width: 445px !important;
}

.mod-w--450 {
  width: 450px !important;
}

.mod-w--455 {
  width: 455px !important;
}

.mod-w--460 {
  width: 460px !important;
}

.mod-w--465 {
  width: 465px !important;
}

.mod-w--470 {
  width: 470px !important;
}

.mod-w--475 {
  width: 475px !important;
}

.mod-w--480 {
  width: 480px !important;
}

.mod-w--485 {
  width: 485px !important;
}

.mod-w--490 {
  width: 490px !important;
}

.mod-w--495 {
  width: 495px !important;
}

.mod-w--500 {
  width: 500px !important;
}

.mod-w--505 {
  width: 505px !important;
}

.mod-w--510 {
  width: 510px !important;
}

.mod-w--515 {
  width: 515px !important;
}

.mod-w--520 {
  width: 520px !important;
}

.mod-w--525 {
  width: 525px !important;
}

.mod-w--530 {
  width: 530px !important;
}

.mod-w--535 {
  width: 535px !important;
}

.mod-w--540 {
  width: 540px !important;
}

.mod-w--545 {
  width: 545px !important;
}

.mod-w--550 {
  width: 550px !important;
}

.mod-w--555 {
  width: 555px !important;
}

.mod-w--560 {
  width: 560px !important;
}

.mod-w--565 {
  width: 565px !important;
}

.mod-w--570 {
  width: 570px !important;
}

.mod-w--575 {
  width: 575px !important;
}

.mod-w--580 {
  width: 580px !important;
}

.mod-w--585 {
  width: 585px !important;
}

.mod-w--590 {
  width: 590px !important;
}

.mod-w--595 {
  width: 595px !important;
}

.mod-w--600 {
  width: 600px !important;
}

.mod-w--605 {
  width: 605px !important;
}

.mod-w--610 {
  width: 610px !important;
}

.mod-w--615 {
  width: 615px !important;
}

.mod-w--620 {
  width: 620px !important;
}

.mod-w--625 {
  width: 625px !important;
}

.mod-w--630 {
  width: 630px !important;
}

.mod-w--635 {
  width: 635px !important;
}

.mod-w--640 {
  width: 640px !important;
}

.mod-w--645 {
  width: 645px !important;
}

.mod-w--650 {
  width: 650px !important;
}

.mod-w--655 {
  width: 655px !important;
}

.mod-w--660 {
  width: 660px !important;
}

.mod-w--665 {
  width: 665px !important;
}

.mod-w--670 {
  width: 670px !important;
}

/* width variation (%) */
.mod-wp--0 {
  width: 0% !important;
}

.mod-wp--5 {
  width: 5% !important;
}

.mod-wp--10 {
  width: 10% !important;
}

.mod-wp--15 {
  width: 15% !important;
}

.mod-wp--20 {
  width: 20% !important;
}

.mod-wp--25 {
  width: 25% !important;
}

.mod-wp--30 {
  width: 30% !important;
}

.mod-wp--35 {
  width: 35% !important;
}

.mod-wp--40 {
  width: 40% !important;
}

.mod-wp--45 {
  width: 45% !important;
}

.mod-wp--50 {
  width: 50% !important;
}

.mod-wp--55 {
  width: 55% !important;
}

.mod-wp--60 {
  width: 60% !important;
}

.mod-wp--65 {
  width: 65% !important;
}

.mod-wp--70 {
  width: 70% !important;
}

.mod-wp--75 {
  width: 75% !important;
}

.mod-wp--80 {
  width: 80% !important;
}

.mod-wp--85 {
  width: 85% !important;
}

.mod-wp--90 {
  width: 90% !important;
}

.mod-wp--95 {
  width: 95% !important;
}

.mod-wp--100 {
  width: 100% !important;
}

/* height
----------------------------------------------------*/
.mod-h--0 {
  height: 0px !important;
}

.mod-h--5 {
  height: 5px !important;
}

.mod-h--10 {
  height: 10px !important;
}

.mod-h--15 {
  height: 15px !important;
}

.mod-h--20 {
  height: 20px !important;
}

.mod-h--25 {
  height: 25px !important;
}

.mod-h--30 {
  height: 30px !important;
}

.mod-h--35 {
  height: 35px !important;
}

.mod-h--40 {
  height: 40px !important;
}

.mod-h--45 {
  height: 45px !important;
}

.mod-h--50 {
  height: 50px !important;
}

.mod-h--55 {
  height: 55px !important;
}

.mod-h--60 {
  height: 60px !important;
}

.mod-h--65 {
  height: 65px !important;
}

.mod-h--70 {
  height: 70px !important;
}

.mod-h--75 {
  height: 75px !important;
}

.mod-h--80 {
  height: 80px !important;
}

.mod-h--85 {
  height: 85px !important;
}

.mod-h--90 {
  height: 90px !important;
}

.mod-h--95 {
  height: 95px !important;
}

.mod-h--100 {
  height: 100px !important;
}

.mod-h--105 {
  height: 105px !important;
}

.mod-h--110 {
  height: 110px !important;
}

.mod-h--115 {
  height: 115px !important;
}

.mod-h--120 {
  height: 120px !important;
}

.mod-h--125 {
  height: 125px !important;
}

.mod-h--130 {
  height: 130px !important;
}

.mod-h--135 {
  height: 135px !important;
}

.mod-h--140 {
  height: 140px !important;
}

.mod-h--145 {
  height: 145px !important;
}

.mod-h--150 {
  height: 150px !important;
}

.mod-h--155 {
  height: 155px !important;
}

.mod-h--160 {
  height: 160px !important;
}

.mod-h--165 {
  height: 165px !important;
}

.mod-h--170 {
  height: 170px !important;
}

.mod-h--175 {
  height: 175px !important;
}

.mod-h--180 {
  height: 180px !important;
}

.mod-h--185 {
  height: 185px !important;
}

.mod-h--190 {
  height: 190px !important;
}

.mod-h--195 {
  height: 195px !important;
}

.mod-h--200 {
  height: 200px !important;
}

.mod-h--205 {
  height: 205px !important;
}

.mod-h--210 {
  height: 210px !important;
}

.mod-h--215 {
  height: 215px !important;
}

.mod-h--220 {
  height: 220px !important;
}

.mod-h--225 {
  height: 225px !important;
}

.mod-h--230 {
  height: 230px !important;
}

.mod-h--235 {
  height: 235px !important;
}

.mod-h--240 {
  height: 240px !important;
}

.mod-h--245 {
  height: 245px !important;
}

.mod-h--250 {
  height: 250px !important;
}

.mod-h--255 {
  height: 255px !important;
}

.mod-h--260 {
  height: 260px !important;
}

.mod-h--265 {
  height: 265px !important;
}

.mod-h--270 {
  height: 270px !important;
}

.mod-h--275 {
  height: 275px !important;
}

.mod-h--280 {
  height: 280px !important;
}

.mod-h--285 {
  height: 285px !important;
}

.mod-h--290 {
  height: 290px !important;
}

.mod-h--295 {
  height: 295px !important;
}

.mod-h--300 {
  height: 300px !important;
}

.mod-h--305 {
  height: 305px !important;
}

.mod-h--310 {
  height: 310px !important;
}

.mod-h--315 {
  height: 315px !important;
}

.mod-h--320 {
  height: 320px !important;
}

.mod-h--325 {
  height: 325px !important;
}

.mod-h--330 {
  height: 330px !important;
}

.mod-h--335 {
  height: 335px !important;
}

.mod-h--340 {
  height: 340px !important;
}

.mod-h--345 {
  height: 345px !important;
}

.mod-h--350 {
  height: 350px !important;
}

.mod-h--355 {
  height: 355px !important;
}

.mod-h--360 {
  height: 360px !important;
}

.mod-h--365 {
  height: 365px !important;
}

.mod-h--370 {
  height: 370px !important;
}

.mod-h--375 {
  height: 375px !important;
}

.mod-h--380 {
  height: 380px !important;
}

.mod-h--385 {
  height: 385px !important;
}

.mod-h--390 {
  height: 390px !important;
}

.mod-h--395 {
  height: 395px !important;
}

.mod-h--400 {
  height: 400px !important;
}

.mod-h--405 {
  height: 405px !important;
}

.mod-h--410 {
  height: 410px !important;
}

.mod-h--415 {
  height: 415px !important;
}

.mod-h--420 {
  height: 420px !important;
}

.mod-h--425 {
  height: 425px !important;
}

.mod-h--430 {
  height: 430px !important;
}

.mod-h--435 {
  height: 435px !important;
}

.mod-h--440 {
  height: 440px !important;
}

.mod-h--445 {
  height: 445px !important;
}

.mod-h--450 {
  height: 450px !important;
}

.mod-h--455 {
  height: 455px !important;
}

.mod-h--460 {
  height: 460px !important;
}

.mod-h--465 {
  height: 465px !important;
}

.mod-h--470 {
  height: 470px !important;
}

.mod-h--475 {
  height: 475px !important;
}

.mod-h--480 {
  height: 480px !important;
}

.mod-h--485 {
  height: 485px !important;
}

.mod-h--490 {
  height: 490px !important;
}

.mod-h--495 {
  height: 495px !important;
}

.mod-h--500 {
  height: 500px !important;
}

.mod-h--505 {
  height: 505px !important;
}

.mod-h--510 {
  height: 510px !important;
}

.mod-h--515 {
  height: 515px !important;
}

.mod-h--520 {
  height: 520px !important;
}

.mod-h--525 {
  height: 525px !important;
}

.mod-h--530 {
  height: 530px !important;
}

.mod-h--535 {
  height: 535px !important;
}

.mod-h--540 {
  height: 540px !important;
}

.mod-h--545 {
  height: 545px !important;
}

.mod-h--550 {
  height: 550px !important;
}

.mod-h--555 {
  height: 555px !important;
}

.mod-h--560 {
  height: 560px !important;
}

.mod-h--565 {
  height: 565px !important;
}

.mod-h--570 {
  height: 570px !important;
}

.mod-h--575 {
  height: 575px !important;
}

.mod-h--580 {
  height: 580px !important;
}

.mod-h--585 {
  height: 585px !important;
}

.mod-h--590 {
  height: 590px !important;
}

.mod-h--595 {
  height: 595px !important;
}

.mod-h--600 {
  height: 600px !important;
}

.mod-h--605 {
  height: 605px !important;
}

.mod-h--610 {
  height: 610px !important;
}

.mod-h--615 {
  height: 615px !important;
}

.mod-h--620 {
  height: 620px !important;
}

.mod-h--625 {
  height: 625px !important;
}

.mod-h--630 {
  height: 630px !important;
}

.mod-h--635 {
  height: 635px !important;
}

.mod-h--640 {
  height: 640px !important;
}

.mod-h--645 {
  height: 645px !important;
}

.mod-h--650 {
  height: 650px !important;
}

.mod-h--655 {
  height: 655px !important;
}

.mod-h--660 {
  height: 660px !important;
}

.mod-h--665 {
  height: 665px !important;
}

.mod-h--670 {
  height: 670px !important;
}

/* box position
----------------------------------------------------*/
.mod-boxPos--center {
  margin-right: auto;
  margin-left: auto;
}

.mod-boxPos--right {
  margin-right: 0;
  margin-left: auto;
}

.mod-boxPos--left {
  margin-right: auto;
  margin-left: 0;
}

/* text position
----------------------------------------------------*/
.mod-ta--center {
  text-align: center !important;
}

.mod-ta--right {
  text-align: right !important;
}

.mod-ta--left {
  text-align: left !important;
}

.mod-va--top {
  vertical-align: top !important;
}

.mod-va--middle {
  vertical-align: middle !important;
}

.mod-va--bottom {
  vertical-align: bottom !important;
}

/* indent
----------------------------------------------------*/
p.mod-indent--5,
.mod-indent--5 > li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

p.mod-indent--10,
.mod-indent--10 > li {
  padding-left: 1em;
  text-indent: -1em;
}

p.mod-indent--15,
.mod-indent--15 > li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

p.mod-indent--20,
.mod-indent--20 > li {
  padding-left: 2em;
  text-indent: -2em;
}

p.mod-indent--25,
.mod-indent--25 > li {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

p.mod-indent--30,
.mod-indent--30 > li {
  padding-left: 3em;
  text-indent: -3em;
}

p.mod-indent--35,
.mod-indent--35 > li {
  padding-left: 3.5em;
  text-indent: -3.5em;
}

p.mod-indent--40,
.mod-indent--40 > li {
  padding-left: 4em;
  text-indent: -4em;
}

p.mod-indent--45,
.mod-indent--45 > li {
  padding-left: 4.5em;
  text-indent: -4.5em;
}

p.mod-indent--50,
.mod-indent--50 > li {
  padding-left: 5em;
  text-indent: -5em;
}

p.mod-indent--55,
.mod-indent--55 > li {
  padding-left: 5.5em;
  text-indent: -5.5em;
}

p.mod-indent--60,
.mod-indent--60 > li {
  padding-left: 6em;
  text-indent: -6em;
}

p.mod-indent--65,
.mod-indent--65 > li {
  padding-left: 6.5em;
  text-indent: -6.5em;
}

p.mod-indent--70,
.mod-indent--70 > li {
  padding-left: 7em;
  text-indent: -7em;
}

p.mod-indent--75,
.mod-indent--75 > li {
  padding-left: 7.5em;
  text-indent: -7.5em;
}

p.mod-indent--80,
.mod-indent--80 > li {
  padding-left: 8em;
  text-indent: -8em;
}

p.mod-indent--85,
.mod-indent--85 > li {
  padding-left: 8.5em;
  text-indent: -8.5em;
}

p.mod-indent--90,
.mod-indent--90 > li {
  padding-left: 9em;
  text-indent: -9em;
}

p.mod-indent--95,
.mod-indent--95 > li {
  padding-left: 9.5em;
  text-indent: -9.5em;
}

p.mod-indent--100,
.mod-indent--100 > li {
  padding-left: 10em;
  text-indent: -10em;
}

/* font
----------------------------------------------------*/
.mod-caution {
  color: #C00;
}

.mod-bold {
  font-weight: bold !important;
}

.mod-normal {
  font-weight: normal !important;
}

/* ***************************************************************************** */

/*# sourceMappingURL=default.css.map */
