/* ===================================================================
CSS information
 file name  :  default.css
 style info :  リセット及びbody初期設定 (このスタイルシートは基本的に変更しない)
=================================================================== */
/* change min-width to suit your needs */
#wrapper {
 min-width:;
}
#header, #footer, #main {
 min-width:;
}
html {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    color: #000;
    vertical-align: baseline;
    font-family: "メイリオ";
    font-weight: bolder;
}
/* IE */
@font-face {
    font-family: ipaexm;
    src: url(../font/ipaexm.eot);
}
/* Firefox, Opera, Safari */
@font-face {
    font-family: ipaexm;
    src: url(../font/ipaexm.ttf) format("truetype");
}
div, span, object, iframe, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 95%;
    line-height: 165%;
    vertical-align: baseline;
    background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
nav ul {
    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;
    color: #212121;
    cursor: pointer;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}
a:hover {
    color: #78B600;
	text-decoration: underline
}
a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}
a:not([href]):not([tabindex]):focus {
    outline: 0
}
/* 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: normal;
    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;
    table-layout: fixed;
}
/* 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[type="submit"] {
    cursor: pointer;
    border: none;
}
textarea {
    resize: vertical;
    overflow: hidden;
}
input, select {
    vertical-align: middle;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
li {
    list-style: none;
}
.ie6_error, .noScript {
    background: #F66;
    padding: 30px;
    text-align: center;
    font-size: 150%;
    color: #333;
}
.last-child {
    margin: 0 !important;
}
.under {
    border-bottom: solid 2px #87CEFA;
}
/* mod_btn
-----------------------------------------*/
.mod_btn {
	margin: 0 auto;
	padding: 0;
	border: solid 1px #ffb1ac !important;
	display: inline-block;
}
.mod_btn-center {
	text-align: center;
}
.mod_btn a {
	display: block;
	padding: 8px 8px 8px 8px;
	color: #000;
	font-size: 13px;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	border: solid 5px #FFF;
}
.mod_btn a:after {
	display: inline-block;
	padding: 0 0 0 10px;
}
.mod_btn a:link {
	color: #000;
	text-decoration: none;
}
.mod_btn a:visited {
	color: #000;
	text-decoration: none;
}
.mod_btn a:hover {
	color: #000;
	text-decoration: none;
	border: solid 5px #ffb1ac;
}
.mod_btn a:active {
	color: #000;
	text-decoration: none;
	border: solid 5px #ffb1ac;
}
.iwd90 {
    width: 90%;
}
.iwd80 {
    width: 80%;
}
.iwd70 {
    width: 70%;
}
.iwd60 {
    width: 60%;
}
.iwd50 {
    width: 50%;
}
.widt100 {
    width: 98%;
    margin: 1%;
}
.widt90 {
    width: 90%;
}
.widt50 {
    width: 49%;
    margin: 1%;
}
.widt46 {
    width: 46%;
    margin: 2%;
}
/*utility*/
.m05 {
    margin-bottom: 5px;
}
.m10 {
    margin-bottom: 10px;
}
.m12 {
    margin-bottom: 12px;
}
.m15 {
    margin-bottom: 15px;
}
.m20 {
    margin-bottom: 20px;
}
.m20-1 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
}
.m30 {
    margin-bottom: 30px;
}
.m40 {
    margin-bottom: 40px;
}
.m50 {
    margin-bottom: 50px;
}
.m60 {
    margin-bottom: 60px;
}
.mt05 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt12 {
    margin-top: 12px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt35 {
    margin-top: 35px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
.mt60 {
    margin-top: 60px;
}
.ml01 {
    margin-left: 1px;
}
.ml02 {
    margin-left: 2px;
}
.ml03 {
    margin-left: 3px;
}
.ml04 {
    margin-left: 4px;
}
.ml05 {
    margin-left: 5px;
}
.ml10 {
    margin-left: 10px;
}
.ml12 {
    margin-left: 12px;
}
.ml15 {
    margin-left: 15px;
}
.ml20 {
    margin-left: 20px;
}
.ml30 {
    margin-left: 30px;
}
.ml40 {
    margin-left: 40px;
}
.ml50 {
    margin-left: 50px;
}
.ml60 {
    margin-left: 60px;
}
.mr05 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mr15 {
    margin-right: 15px;
}
.mr20 {
    margin-right: 20px;
}
.mr30 {
    margin-right: 30px;
}
.mr40 {
    margin-right: 40px;
}
.mr50 {
    margin-right: 50px;
}
.mr60 {
    margin-right: 60px;
}
.pt05 {
    padding-top: 5px;
}
.pt10 {
    padding-top: 10px;
}
.pt15 {
    padding-top: 15px;
}
.pt20 {
    padding-top: 20px;
}
.pt30 {
    padding-top: 30px;
}
.pt40 {
    padding-top: 40px;
}
.pb05 {
    padding-bottom: 5px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb15 {
    padding-bottom: 15px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb30 {
    padding-bottom: 30px;
}
.pb40 {
    padding-bottom: 40px;
}
.pl05 {
    padding-left: 5px;
}
.pl10 {
    padding-left: 10px;
}
.pl15 {
    padding-left: 15px;
}
.pl20 {
    padding-left: 20px;
}
.pl30 {
    padding-left: 30px;
}
.pl40 {
    padding-left: 40px;
}
.pr05 {
    padding-right: 5px;
}
.pr10 {
    padding-right: 10px;
}
.pr15 {
    padding-right: 15px;
}
.pr20 {
    padding-right: 20px;
}
.pr30 {
    padding-right: 30px;
}
.pr40 {
    padding-right: 40px;
}
.pdg0 {
    padding: 0;
}
.pdg1 {
    padding: 1%;
}
.flt {
    float: left;
}
.flr {
    float: right;
}
.of-h {
    overflow: hidden;
}
.wid90 {
    width: 90%;
}
.wid80 {
    width: 80%;
}
.m0a {
    margin: 0 auto;
}
.p12em {
    font-size: 1.2em;
    line-height: 2.2em;
    font-family: "メイリオ";
}
.fs-12 {
    font-size: 1.2em;
}
.fs-13 {
    font-size: 1.3em;
}
.fs-14 {
    font-size: 1.4em;
}
.fs-15 {
    font-size: 1.5em;
}
.fs-16 {
    font-size: 1.6em;
}
.fs-17 {
    font-size: 1.7em;
}
.fs-18 {
    font-size: 1.8em;
}
.fs-19 {
    font-size: 1.9em;
}
.fs-20 {
    font-size: 2.0em;
}
.txt_l, td.txt_l, .txt_l td {
    text-align: left;
}
.txt_r, td.txt_r, .txt_r td {
    text-align: right;
}
.txt_c, td.txt_c, .txt_c td {
    text-align: center;
}
.fw-bdr {
    font-weight: bolder;
}
.fw-bld {
    font-weight: bold;
}
.valign_t, td.valign_t, .valign_t td {
    vertical-align: top;
}
.valign_m, td.valign_m, .valign_m td {
    vertical-align: middle;
}
.valign_b, td.valign_b, .valign_b td {
    vertical-align: bottom;
}
.clear {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: block;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.through {
    text-decoration: line-through;
}
.p_tate {
    -ms-writing-mode: tb-lr;            /* IE用　*/
    -webkit-writing-mode: vertical-lr;  /* chrome用　*/
    -o-writing-mode: vertical-lr;       /* opera用　*/
    writing-mode: vertical-lr;
    margin: 0 auto;
    white-space: nowrap;
    width: 1em; /* firefox対策 */
    line-height: 1em; /* firefox対策 */
    text-orientation: upright;
    padding: 0 0.5em;
}
/* flexbox */
.flex_tate {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    flex: 1 0 auto;
}
.flex_yoko {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    flex: 1 0 auto;
}
.flex_yoko_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    flex: 1 0 auto;
}
.flex_yoko_menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    flex: 1 0 auto;
}
/* table */

address {
    font-style: normal;
}
/* Selected Text */
::selection {
    background: #e5f2f6; /* Safari */
}
::-moz-selection {
 background:#e5f2f6; /* Firefox */
}
.ttl {
    font-size: 150%;
    font-weight: bold;
    color: #045FB4;
    padding: 10px 0;
    border-bottom: solid 2px #045FB4;
}
.delighter.right { transform:translate(-100%); opacity:0; transition: all .75s ease-out; }
.delighter.right.started { transform:none; opacity:1; }
.delighter.bottom { transform:translatey(300%); opacity:0; transition: all .75s ease-out; }
.delighter.bottom.started { transform:none; opacity:1; }