@charset "utf-8";

/**********************************************************
 base.css
**********************************************************/


/* [ 1. Reset ]
-------------------------------------------------*/

html,
body,
div,
main,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
svg,
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: 0px;
    padding: 0px;
    border: 0px none;
    vertical-align: baseline;
    background: transparent none repeat scroll 0% 0%;
}

body {
    font-family: 'メイリオ', Meiryo, sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 1.8;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-print-color-adjust: exact;
    min-width: 1120px;
}

@media screen and (max-width: 640px) {
    body {
        min-width: 100%;
    }
}

* html body {
    font-size: 84%;
}

*:first-child+html body {
    font-size: 84%;
}

a {
	color: #0a5ed1;
    text-decoration: none;
}

a:link,
a:visited {
	color: #0a5ed1;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: underline;
    outline: none;
}

a:active {
	color: #0a5ed1;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
    font-size: 100%;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: bottom;
}
@media screen and (max-width: 640px) {
	/* sp */
	img {
		float: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
		height: auto !important;
	}
}

svg:not(:root) {
    overflow: hidden;
}

ul,
ol {
    list-style: none;
}

table {
    border: 0 none;
    border-collapse: collapse;
    /*width: 100%;*/
}

table th,
table td {
    border: 0 none;
    vertical-align: top;
    font-size: 1em;
    text-align: left;
    font-weight: normal;
}

tt {
    font-family: 'メイリオ', Meiryo, sans-serif;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
}

legend {
    display: none;
}

label {
    cursor: pointer;
}

input {
    vertical-align: middle;
    border-radius: 0;
    font-family: 'メイリオ', Meiryo, sans-serif;
    outline: none;
    border-radius: 0;
}

input[type="text"],
input[type="image"] {
    -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    box-sizing: border-box;
}

textarea {
    vertical-align: top;
    font-family: 'メイリオ', Meiryo, sans-serif;
    resize: none;
    outline: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

select {
    line-height: normal;
    font-family: 'メイリオ', Meiryo, sans-serif;
    outline: none;
}

*::-moz-selection {
    color: #fff;
    background-color: #279a52;
}

*::selection {
    color: #fff;
    background-color: #279a52;
}

*::-moz-selection {
    color: #fff;
    background-color: #279a52;
}

textarea::-moz-selection,
input::-moz-selection {
    color: #000 !important;/*#333*/
}

textarea::selection,
input::selection {
    color: #000 !important;/*#333*/
}


/*box-sizing*/

*,
*:before,
*:after {
    box-sizing: border-box;
}


/* default
-------------------------------------------------*/


/* clearfix */

.clearfix:before,
.top-information dl:before,
.clearfix:after,
.top-information dl:after {
    content: " ";
    display: table;
}

.clearfix:after,
.top-information dl:after {
    clear: both;
}


/* rollover */

a.rollovers {
    background: #fff;
    display: block;
}

a.rollovers img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover.rollovers img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    background: #fff;
}


/* [ 3. Modules ]
-------------------------------------------------*/

#container {
    position: relative;
    width: 100%;
    min-height: 100%;
}

#header {
    position: relative;
}

#header .headerBlock01 {
    border-bottom: 1px solid #f1f1f1;
    background: #edefef;
    min-width: 1080px;
}

#header .headerBlock01Inner {
    width: 1080px;
    margin: 0 auto 0;
    padding: 5px 0;
    position: relative;
}


/* Ste Description */

#header .siteDesc {
    width: 500px;
    font-size: 11px;
    line-height: 14px;
    color: #b7b7b7;
    font-weight: normal;
}


/* Site Search */

/* reset */

form.gsc-search-box {
margin-bottom:0 !important;
}
.gsc-input {
	padding:0 !important;
	font-size:14px !important;
	line-height:25px !important;
	padding-left:5px !important;
	background-position: 5px center !important;
}
.gsib_a {
	padding:0 !important;
}
input.gsc-search-button-v2 {
    width: 26px !important;
    height: 26px !important;
    padding: 6px 6px !important;
    min-width: 13px !important;
    margin-top: 0px !important;
}
table.gsc-search-box td {
    vertical-align: top !important;
}
.gsc-input-box {
    border: 1px solid #D9D9D9;
    background: #fff;
    height: 28px !important;
		margin-top:-1px !important;
}
input.gsc-search-button {
	border-radius:0px !important;
}
table th, table td {
    padding-bottom:0 !important;
}
.gsc-search-box .gsc-input>input:hover,
.gsc-input-box-hover {
  border: 1px solid #b9b9b9;
  border-top-color: #a0a0a0;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
}
.gsc-search-box .gsc-input>input:focus,
.gsc-input-box-focus {
  border: 1px solid #4d90fe;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
}
input.gsc-search-button {
    margin-left:0px !important;
}	
.gsc-branding-text,
.gsc-branding-img {
	display:none !important;
}
	
/**/

#siteSearch {
    position: absolute;
    top: 6px;
    left: 555px;
    display: table;
    width: 203px;
}

/* Font Size */

#fontSize {
    position: absolute;
    top: 5px;
    right: 135px;
    display: table;
}

#fontSize > p {
    display: table-cell;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 0.875em;
    padding-top: 1px;
}

.fontSizeInner {
    display: table;
}

#fontSize li {
    display: table-cell;
    text-indent: -9999px;
    margin-left: 7px;
    vertical-align: bottom;
}

#fontSize li span {
    display: block;
    margin-left: 7px;
    cursor: pointer;
}

#fontSize li.small span {
    background: url(../images/common/btn_fs_s.png) no-repeat #fff;
    width: 20px;
    height: 20px;
}

#fontSize li.small.current span {
    background: url(../images/common/btn_fs_s_on.png) no-repeat #279a52;
}

#fontSize li.middle span {
    background: url(../images/common/btn_fs_m.png) no-repeat #fff;
    width: 24px;
    height: 24px;
}

#fontSize li.middle.current span {
    background: url(../images/common/btn_fs_m_on.png) no-repeat #279a52;
}

#fontSize li.large span {
    background: url(../images/common/btn_fs_l.png) no-repeat #fff;
    width: 28px;
    height: 28px;
}

#fontSize li.large.current span {
    background: url(../images/common/btn_fs_l_on.png) no-repeat #279a52;
}


/* BG Color Change */

#bgColors {
    display: table;
    float: right;
    position: absolute;
    top: 5px;
    right: 0;
}

#bgColors> p {
    display: table-cell;
    vertical-align: middle;
    padding-right: 7px;
    font-size: 0.875em;
    padding-top: 1px;
}

#siteColor {
    display: table-cell;
    vertical-align: middle;
}

#siteColor li {
    display: table-cell;
    vertical-align: middle;
    height: 28px;
}

#siteColor li span {
    display: block;
}

#siteColor li.current span {
    border: solid 1px #26904d;
    width: 16px;
    height: 16px;
}

#bgColors li tt {
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 2px;
}

#bgColors li.current tt {
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 2px;
}

#bgColors li.theme-white tt {
    background: #fff;
}

#bgColors li.theme-blue tt {
    background: #4a91f1;
}

#bgColors li.theme-yellow tt {
    background: #fcd85c;
}

#bgColors li.theme-black tt {
    background: #000;
}

@media screen and (max-width: 640px) {
    /* sp */
    #header .headerBlock01 {
        display: none;
    }
}


/* headerBlock02 */

#header .headerBlock02 {
    border-bottom: 1px solid #f1f1f1;
}

#header .headerBlock02Inner {
    width: 1080px;
    margin: 0 auto 0;
}

.headerLogo {
    width: 410px;
    padding: 23px 0 24px;
    float: left;
}

#a_menu_button_sp {
    display: none;
}

#header .headerNavi {
    padding: 40px 0 0;
    float: right;
    line-height: 21px;
}

#header .headerNavi > ul > li {
    float: left;
    margin-left: 28px;
    padding-left: 20px;
}

#header .headerNavi > ul > li > a {
    color: #000;
}

#header .headerNavi > ul > li.naviIcon01 {
    background: url(../images/common/h_icon_map.png) no-repeat 0 3px;
    background-size: 16px auto;
}

#header .headerNavi > ul > li.naviIcon02 {
    background: url(../images/common/h_icon_sitemap.png) no-repeat 0 3px;
    background-size: 16px auto;
}

#header .headerNavi > ul > li.naviIcon03 {
    background: url(../images/common/h_icon_lang.png) no-repeat 0 3px;
    background-size: 16px auto;
}

#header .headerNavi > ul > li.naviIcon03 > .langSelect {
    color: #359f5c;
}

#header .headerNavi > ul > li.naviIcon04 {
    padding-left: 0;
    font-size: 18px;
}

#header .headerNavi > ul > li.naviIcon04 > a {
    text-decoration: none;
}

#header .headerNavi > ul > li.naviIcon04 > a:hover {
    opacity: 0.8;
}

#header .headerNavi > ul > li.naviIcon04 > a > .fa-facebook {
    color: #415e9e;
}

#header .headerNavi > ul > li.naviIcon04 > a > .fa-twitter {
    color: #51abf1;
    margin-left: 5px;
}

@media screen and (max-width: 640px) {
    /* sp */
    #header .headerBlock02 .headerNavi {
        display: none;
    }
    #header .headerBlock02Inner {
        width: 100%;
        margin: 0 auto 0;
    }
    .headerLogo {
        padding: 0 0 0 0;
        float: left;
        width: 263px;
        display: table;
		table-layout:fixed;
    }
    .headerLogo a {
        display: table-cell;
        height: 57px;
        padding: 0 15px 0 10px;
        vertical-align: middle;
    }
    #a_menu_button_sp {
        display: block;
        float: right;
        width: 57px;
    }
    #a_menu_button_sp img {
        max-width: 100%;
        vertical-align: middle;
    }
}


/* headerBlock03 */

#header .headerBlock03 {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
}

#header .headerBlock03Inner {
    width: 1080px;
    margin: 0 auto 0;
}

#spMmenu {
    display: none;
}

@media screen and (max-width: 640px) {
    /* sp */
    #header .headerBlock03Inner {
        width: 100%;
        margin: 0 auto 0;
    }
}


/* Global Menu */

#n_global>ul {
    display: table;
    table-layout: fixed;
    width: 1080px;
    margin: 0 auto;
    position: relative;
    z-index: 10000;
}
#n_global>ul>li {
    display: table-cell;
    width: 180px;
    vertical-align: top;
    border-right: solid 1px #f1f1f1;
}
#n_global>ul>li:first-child {
    border-left: solid 1px #f1f1f1;
}
#n_global>ul>li>a,
#n_global>ul>li>tt {
    display: table;
    table-layout: fixed;
    width: 180px;
    height: 64px;
    position: relative;
    color: #000;
    font-size: 1.1em;
    line-height: 1.3;
    text-decoration: none;
    padding-top: 5px;
}
#n_global>ul>li:hover {
    background: #1f7b42;
    color: #fff;
}
#n_global>ul>li:hover>a,
#n_global>ul>li:hover>tt {
    color: #fff;
}
#n_global>ul>li:hover.mMenu.current>a,
#n_global>ul>li:hover.mMenu>a,
#n_global>ul>li:hover.mMenu.current>tt,
#n_global>ul>li:hover.mMenu>tt {
    color: #fff;
    cursor: default !important;
}
#n_global>ul>li.mMenu>a:after,
#n_global>ul>li.mMenu>tt:after {
    display: none;
    content: "　";
    width: 18px;
    height: 10px;
    background-image: url('../images/common/dropdown.png');
    background-size: contain;
    position: absolute;
    top: 4rem;
    left: 50%;
    margin-left: -9px;
    z-index: 10000;
}
#n_global>ul>li:hover.mMenu>a:after,
#n_global>ul>li:hover.mMenu>tt:after {
    display: inline-block;
}
#n_global>ul>li.mMenu.current>a,
#n_global>ul>li.current>a,
#n_global>ul>li.mMenu.current>tt,
#n_global>ul>li.current>tt {
    background: #1f7b42;
    color: #fff;
}
#n_global>ul>li>a>tt,
#n_global>ul>li>tt>tt {
    display: table-cell;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}
#n_global>ul>li>ul {
    display: none;
    width: 1080px;
    position: absolute;
    top: 64px;
    left: 0;
    padding: 1em;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, .9);
    overflow: hidden;
}
#n_global>ul>li:hover.mMenu>ul {
    display: block;
}
#n_global>ul>li>ul>li {
    text-align: left;
    display: block;
    line-height: 1.4;
}
#n_global>ul>li>ul>li>a,
#n_global>ul>li>ul>li>tt {
    display: block;
    padding: 15px 15px;
    font-size: 20px;
    line-height: 1.4;
    text-align: left;
    color: #000;/*#333*/
    border-bottom: solid 1px #ccc;
    text-decoration: none;
}
#n_global>ul>li>ul>li>a:hover,
#n_global>ul>li>ul>li>tt:hover {
    background: #fff;
    background-color: rgba(255, 255, 255, .8);
}
#n_global>ul>li>ul>li>a:before,
#n_global>ul>li>ul>li>tt:before {
    font-family: FontAwesome;
    content: '\f105';
    color: #1f7b42;
    float: left;
    font-size: 1em;
    font-weight: bold;
    margin-right: 10px;
}
#n_global>ul>li>ul>li>ul {
    padding-top: 1em;
    clear: both;
}
#n_global>ul>li>ul>li>ul>li {
    float: left;
    border-bottom: dotted 1px #ccc;
    white-space: nowrap;
    width: 25%;
    font-size: 1.1em;
}
#n_global>ul>li>ul>li>ul>li>a:before,
#n_global>ul>li>ul>li>ul>li>tt:before {
        font-family: FontAwesome;
    content: '\f105';
    color: #1f7b42;
    font-size: 18px;
    margin-right: 5px;
}
#n_global>ul>li>ul>li>ul>li>a,
#n_global>ul>li>ul>li>ul>li>tt {
    display: block;
    white-space: nowrap;
    padding: 1em 1em;
    color: #000;/*#333*/
    text-decoration: none;
}
#n_global>ul>li>ul>li>ul>li>a:hover,
#n_global>ul>li>ul>li>ul>li>tt:hover {
    background: #e8f2ec;
}
#n_global>ul>li>ul>li>ul>li>ul {
    display: none;
}
@-webkit-keyframes show {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes show {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@media screen and (max-width: 640px) {
    /* sp */
    #n_global {
        display: none;
    }
    #n_global>ul {
        display: block;
        table-layout: auto;
        width: 100%;
        margin: 0 auto;
        position: relative;
        z-index: 10000;
    }
    #n_global>ul>li {
        display: block;
        width: 100%;
        vertical-align: top;
        border-right: 0;
    }
    #n_global>ul>li:first-child {
        border-left: 0;
    }
    #n_global>ul>li>a {
        display: none;
        table-layout: auto;
        width: 100%;
        height: auto;
        position: relative;
        color: #000;
        font-size: 1.1em;
        line-height: 1.3;
        text-decoration: none;
        padding-top: 5px;
    }
    #n_global>ul>li.mMenu>a,
    #n_global>ul>li.mMenu>tt {
        display: none;
        table-layout: auto;
        width: 100%;
        height: auto;
        position: relative;
        color: #000;
        font-size: 1.1em;
        line-height: 1.3;
        text-decoration: none;
        padding-top: 5px;
    }
    #n_global>ul>li:hover {
        background: #1f7b42;
        color: #fff;
    }
    #n_global>ul>li:hover>a {
        color: #fff;
    }
    #n_global>ul>li:hover>a,
    #n_global>ul>li:hover.mMenu>a {
        color: #fff;
        cursor: default !important;
    }
    #n_global>ul>li>a:after,
    #n_global>ul>li.mMenu>a:after {
        display: none;
        content: "　";
        width: 18px;
        height: 10px;
        background-image: url('../images/common/dropdown.png');
        background-size: contain;
        position: absolute;
        top: 4rem;
        left: 50%;
        margin-left: -9px;
        z-index: 10000;
    }
    #n_global>ul>li:hover>a:after,
    #n_global>ul>li:hover.mMenu>a:after {
        display: none;
    }
    /* first */
    #n_global>ul>li.mMenu>a>tt {
        display: none;
        width: 100%;
        text-align: center;
        vertical-align: middle;
    }
    #n_global>ul>li>a>tt {
        width: 100%;
        text-align: center;
        vertical-align: middle;
    }
    /* second */
    #n_global>ul>li>ul {
        display: block;
        width: 100%;
        position: static;
        top: 0;
        left: 0;
        padding: 0;
        background-color: rgb(255, 255, 255);
        background-color: rgba(255, 255, 255, 1);
        overflow: hidden;
    }
    #n_global>ul>li:hover>ul {
        display: block;
    }
    #n_global>ul>li>ul>li {
        text-align: left;
        display: block;
        line-height: 1.4;
    }
    #n_global>ul>li>ul>li>a {
        display: block;
        padding: 15px 15px;
        font-size: 20px;
        line-height: 1.4;
        text-align: left;
        color: #fff;
        border-bottom: solid 1px #ccc;
        text-decoration: none;
        background: #1f7b42;
    }
    #n_global>ul>li>ul>li:first-child>a:before {
        color: #fff;
    }
    #n_global>ul>li>ul>li>a:hover {
        background: #fff;
        background-color: #1f7b42;
    }
    #n_global>ul>li>ul>li>a:before {
        font-family: FontAwesome;
        content: '\f105';
        color: #1f7b42;
        float: none;
        font-size: 1em;
        font-weight: bold;
        margin-right: 10px;
    }
    #n_global>ul>li>ul>li>ul {
        padding-top: 0;
        clear: both;
    }
    #n_global>ul>li>ul>li>ul>li {
        float: none;
        border-bottom: dotted 1px #ccc;
        white-space: nowrap;
        width: 100%;
        font-size: 1.1em;
    }
    #n_global>ul>li>ul>li>ul>li>a:before {
        font-family: FontAwesome;
        content: '\f105';
        color: #1f7b42;
        font-size: 18px;
        margin-right: 5px;
    }
    #n_global>ul>li>ul>li>ul>li>a {
        display: block;
        white-space: nowrap;
        padding: 1em 1em;
        color: #000;/*#333*/
        text-decoration: none;
    }
    #n_global>ul>li>ul>li>ul>li>a:hover {
        background-color: rgba(255, 255, 255, 1);
    }
    #n_global>ul>li>ul>li>ul>li>ul {
        display: none;
    }
}


/* headerBlock04 */

#header .headerBlock04 {
    display: none;
}

@media screen and (max-width: 640px) {
    /* sp */
    #header .headerBlock04 {
        display: block;
        border-bottom: solid 1px #d5d5d5;
        margin-top: -1px;
    }
    #header .headerBlock04 > ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    #header .headerBlock04 > ul >li {
        width: 33.333333%;
        text-align: center;
        border-right: solid 1px #d5d5d5;
    }
    #header .headerBlock04 > ul >li:last-child {
        border-right: none;
    }
    #header .headerBlock04> ul >li>a {
        display: block;
        color: #000;
        padding: 40px 0 8px 0;
        text-align: center;
        font-size: 0.85em;
        text-decoration: none;
    }
    #header .headerBlock04 > ul >li>a:hover {
        background: #f8f8f8;
    }
    #header .headerBlock04 > ul >li.tel-button-sp > a {
        background: url(../images/common/h_tel_icon.png) no-repeat center 12px;
        background-size: 21px auto;
    }
    #header .headerBlock04 > ul >li.search-button-sp > a {
        background: url(../images/common/h_search_icon.png) no-repeat center 12px;
        background-size: 18px auto;
    }
    #header .headerBlock04> ul >li.lang-button-sp > a {
        background: url(../images/common/h_lang_icon.png) no-repeat center 12px;
        background-size: 23px auto;
    }
    /* Site Search SP */
    #searchBox-sp {
        padding: 1em;
        background: #f8f8f8;
        display: none;
    }
    #siteSearch-sp {
        display: table;
        width: 100%;
    }
    #siteSearch-sp .searchBlock01 {
        display: table-cell;
        width: 100%;
    }
    #siteSearch-sp .searchBlock01 > input {
        width: 100%;
        height: 40px;
        background: #fff;
        border: 0;
        padding: 0 1em;
    }
    #siteSearch-sp .searchBlock02 {
        display: table-cell;
        position: relative;
        background: #279a52;
        width: 40px;
        height: 40px;
    }
    #siteSearch-sp .searchBlock02:hover {
        opacity: 0.8;
    }
    #siteSearch-sp .searchBlock02:before {
        content: "\f002";
        font-family: FontAwesome;
        color: #fff;
        position: absolute;
        top: 0px;
        left: 10px;
        font-size: 22px;
    }
    #siteSearch-sp .searchBlock02 > input {
        width: 40px;
        height: 40px;
        background: none;
        border: 0;
        position: relative;
        top: 0px;
        left: 0px;
        text-indent: -9999px;
        z-index: 10;
        cursor: pointer;
    }
}


/* Content */

#content {
    font-size: 100%;
}

#content.page {
    border-bottom: solid 1px #1f7b42;
}

/*#content p {
    margin-bottom: 1.5em;
}

@media screen and (max-width: 640px) {
    #content p {
        margin-bottom: 1em;
    }
}*/


/* pageContent */

.pageContent {
    width: 1080px;
    margin: 0 auto 0;
    padding: 0 0 3em;
}

@media screen and (max-width: 640px) {
    /* sp */
    .pageContent {
        width: 100%;
        padding: 2em 10px;
    }
}


/*oneColumn */

.pageContent.oneCol > #primary {
    width: 1080px;
    margin: 0 auto 0;
}

.pageContent.oneCol > #secondary {
    display: none;
}

@media screen and (max-width: 640px) {
    /* sp */
    .pageContent.oneCol > #primary {
        width: 100%;
        margin: 0 auto 0;
    }
}


/* breadcrumb */

.breadcrumb {
    padding: 0 15px;
    list-style: none;
    line-height: 70px;
    font-size: 0.875em;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    padding: 0 !important;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li a {
    text-decoration: none;
	color: #000;/*#333*/
}

.breadcrumb>li a:hover {
	text-decoration: underline;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    content: ">";
}

@media screen and (max-width: 640px) {
    /* sp */
    .breadcrumb {
        padding: 0 10px;
        list-style: none;
        line-height: 100%;
        font-size: 0.875em;
        margin-top: -2em;
        margin-bottom: 1em !important;
        margin-left: 0 !important;
    }
    .breadcrumb>li a {
        display: inline-block;
        padding: 20px 0;
    }
}


/* primary */

#primary {
    width: 840px;
    float: right;
}

@media screen and (max-width: 640px) {
    /* sp */
    #primary {
        width: 100%;
        float: none;
		margin: 0 0 3em;
    }
}

#primary div {
	margin-bottom:0.5em;
}


/* secondary */

#secondary {
    width: 200px;
    float: left;
}

#secondary .localMenu ul {
    border: solid 1px #e3e3e3;
}

#secondary .localMenu ul > li {
    border-top: solid 1px #e3e3e3;
}

#secondary .localMenu ul > li:first-child {
    border-top: none;
}

#secondary .localMenu ul > li > a {
    display: block;
    padding: 15px 10px 15px 32px;
    line-height: 1.3;
    color: #000;
    text-decoration: none;
    position: relative;
}

#secondary .localMenu ul > li > a:before {
    content: "　";
    font-family: FontAwesome;
    content: '\f105';
    color: #279a52;
    position: absolute;
    font-size: 1.4em;
    top: 11px;
    left: 14px;
}

#secondary .localMenu ul > li > a:hover,
#secondary .localMenu ul > li.current > a {
    background: #e8f2ec;
}

#secondary .localMenu ul > li > ul {
    border: none;
}

#secondary .localMenu > ul > li > ul > li,
#secondary .localMenu > ul > li > ul > li:first-child {
    border-top: dotted 1px #e3e3e3;
}

#secondary .localMenu ul > li > ul > li > a {
    border: none;
    display: block;
    padding: 10px 10px 10px 38px;
    font-size: 0.9em;
    line-height: 1.3;
    color: #000;
    text-decoration: none;
    position: relative;
}

#secondary .localMenu ul > li > ul > li > a:before {
    content: "　";
    font-family: FontAwesome;
    content: '\f105';
    color: #ccc;
    position: absolute;
    font-size: 1.2em;
    top: 0.6em;
    left: 20px;
}

#secondary .localMenu ul > li > ul > li > a:hover,
#secondary .localMenu ul > li > ul > li.current > a {
    background: #f8f8f8;
}

@media screen and (max-width: 640px) {
    /* sp */
    #secondary {
        width: 100%;
        float: none;
    }
}


/* Footer */

#footer .footerBlock01 {
    width: 1080px;
    margin: 0 auto 0;
    padding: 40px 0 40px;
}

@media screen and (max-width: 640px) {
    #footer .footerBlock01 {
        display: none;
    }
}


/* footerSitemap */

#footer #n_sitemap_pc {
    display: table;
    table-layout: fixed;
    width: 1080px;
    margin: 0 auto;
    font-size: 0.9em;
    line-height: 1.6;
}

#n_sitemap_pc a {
    color: #000;/*#333*/
}

#n_sitemap_pc>ul {
    display: table-cell;
    width: 33.33333333%;
}

#n_sitemap_pc>ul>li {
    margin-bottom: 20px;
    font-weight: bold;
    white-space: nowrap;
}

#n_sitemap_pc>ul>li:before {
    font-family: FontAwesome;
    content: '\f105';
    color: #279a52;
    margin-right: 3px;
}

#n_sitemap_pc>ul>li>a {
    width: 8em;
    display: inline-block;
    margin-bottom: 10px;
}

#n_sitemap_pc>ul>li>ul {
    font-weight: normal;
    margin-left: 15px;
}

#n_sitemap_pc>ul>li>ul>li {
    margin-bottom: 3px;
}

#n_sitemap_pc>ul>li>ul>li:before {
    font-family: FontAwesome;
    content: '\f105';
    float: left;
    color: #b2b2b2;
}

#n_sitemap_pc>ul>li>ul>li a {
    display: block;
    padding-left: .75em;
    text-align: left;
}

#n_sitemap_pc>ul>li>ul>li>ul {
    font-weight: normal;
    margin-left: 12px;
    font-size: 0.9em;
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
}

#n_sitemap_pc>ul>li>ul>li>ul>li:before {
    font-family: FontAwesome;
    content: '\f101';
    float: left;
    color: #b2b2b2;
}


/**/

#footer .footerBlock02 {
    width: 100%;
    min-width: 1080px;
    background: #1f7b42;
    color: #fff;
    padding: 10px 0;
}

#footer .footerBlock02Inner {
    width: 1080px;
    margin: 0 auto 0;
}

#footer .footerBlock02 .footerMenu {
    float: left;
}

#footer .footerBlock02 .footerMenu li {
    float: left;
    margin-right: 28px;
}

#footer .footerBlock02 .footerMenu li a {
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
    position: relative;
}

#footer .footerBlock02 .footerMenu li a:after {
    content: "　\f105";
    font-family: FontAwesome;
}

#footer .footerBlock02 .footerMenu li a:hover {
    text-decoration: underline;
}

.copyright {
    clear: both;
    font-size: 0.785em;
    float: right;
}

@media screen and (max-width: 640px) {
    /* sp */
    #footer .footerBlock02 {
        min-width: 100%;
        padding: 0;
    }
    #footer .footerBlock02Inner {
        width: 100%;
    }
    #footer .footerBlock02 .footerMenu {
        float: none;
    }
    #footer .footerBlock02 .footerMenu li {
        float: none;
        margin-right: 0;

        border-bottom: solid 1px#ccc;
    }
    #footer .footerBlock02 .footerMenu li a {
        display: block;
        padding: 1em;
        background: #fff;
        color: #000;/*#333*/
        white-space: normal;
        position: relative;
    }
    #footer .footerBlock02 .footerMenu li a:hover {
        text-decoration: none;
        background: #f8f8f8;
    }
    .copyright {
        clear: both;
        font-size: 0.785em;
        float: none;
        text-align: center;
        padding: 0.5em;
    }
}

/* Page Top */
#pagetop {
    position: fixed;
    bottom: 40px;
    right: 2em;
    z-index: 1000000;
}
#pagetop a {
    display: block;
    width: 60px;
    height: 60px;
    background: url('../images/common/pagetop.png') no-repeat 0 0 #279a52;
    background-size: 60px auto;
    overflow: hidden;
    text-indent: -200%;
    opacity: .9;
}
html.ie8 #pagetop a {
    /*ie8*/
    background: url('../images/common/pagetop_ie.png') no-repeat 0 0 #279a52;
}
#pagetop a:hover {
    opacity: .6;
}
@media screen and (max-width: 640px) {
    /* sp */
    #pagetop {
        position: fixed;
        bottom: 100px;
        right: 0;
    }
}

/* Editor - Content Style
-------------------------------------------------*/

em {
	/*font-style: normal;
	font-weight: bold;*/
}

strong, b {}

sup {
	position: relative;
	top: -2px;
	vertical-align: middle;
	line-height: 0;
	font-size: 65%;
}

sub {
	position: relative;
	top: 2px;
	vertical-align: middle;
	line-height: 0;
	font-size: 65%;
}

pre {
	font-family: monospace, sans-serif;
	white-space: pre-wrap;
	word-wrap: break-word;
}

hr {
	display: none;
}

/* br */
br.sp {
    display: none;
}
@media screen and (max-width: 640px) {
    /* sp */
    br.pc {
        display: none;
    }
    br.sp {
        display: block !important;
    }
}

/* font size */
.fs10 {
    font-size: 0.715em;
}
.fs12 {
    font-size: 0.875em;
}
.fs14 {
    font-size: 1em;
}
.fs16 {
    font-size: 1.15em;
}
.fs18 {
    font-size: 1.285em;
}
.fs20 {
    font-size: 1.428em;
}
.fs22 {
    font-size: 1.570em;
}

/* font color */
.text-green {
    color: #1f7b42;
}

/* list 
#primary ul,
#primary ol {
    margin-top: 0;
    margin-bottom: 10px
}
#primary ul ul,
#primary ol ul,
#primary ul ol,
#primary ol ol {
    margin-bottom: 0
}
#primary ul li {
    list-style: disc;
}
#primary .list-unstyled {
    padding-left: 0;
    list-style: none
}
#primary .list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}
#primary .list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}*/


/* ul */
#primary ul {
    margin-top: 0.5em;
    margin-bottom: 0.8em;
    margin-left: 2em;
    list-style: disc;
}
#primary ul > li > ul {
    list-style: circle;
    margin-left: 1em;
}
#primary ul > li > ul > li > ul {
    list-style: square;
}
#primary ul li {
    margin-bottom: 0.5em;
}
#primary ul li:last-child {
    margin-bottom: 0;
}
#primary ul li p {
    margin-bottom: 0;
}

/**/

.list-3col li {
	float:left;
	width:33.333333%
}
@media only screen and (max-width: 640px) {
	.list-3col li {
		float:none;
		width:100%
	}
}

/* ol */
#primary ol {
    margin-top: 0.5em;
    margin-bottom: 0.8em;
    margin-left: 2em;
    list-style: decimal;
}
#primary ol > li > ol {
    margin-left: 1em;
}
#primary ol li {
    margin-bottom: 0.5em;
}
#primary ol li:last-child {
    margin-bottom: 0;
}
#primary ol li p {
    margin-bottom: 0;
}

/* img */
.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto
}
@media screen and (max-width: 640px) {
    #primary img {
        max-width: 100%;
        display: block;
        margin: 0 auto 1em;
    }
}

/* img float */
.alignleft {
    float: left;
    margin: 0 2em  0;
}
.alignright {
    float: right;
    margin: 0 0 0 2em;
}
.aligncenter {
    display: block;
    margin: 0 auto 0 auto;
}
@media only screen and (max-width: 640px) {
    .alignleft,
    .alignright {
        display: block;
        max-width: 100%;
        float: none;
        display: block;
        margin: 0 auto 0 !important;
        text-align: center;
    }
}
@media only screen and (max-width: 414px) {
    .alignleft img,
    .alignright img {
        width: 100%;
    }
    .alignleft,
    .alignright {
        width: 100%;
    }
    .alignleft.tate,
    .alignright.tate {
        width: 60%;
    }
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: .8em;
}
.wp-caption .wp-caption-text {
    margin: 0px;
    padding: 8px 0px 0px 0px;
    text-align: center;
}

/* text */
.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}
@media only screen and (max-width: 414px) {
    .sp-text-center {
        text-align: center !important;
    }
    .sp-text-right {
        text-align: right !important;
    }
    .sp-text-left {
        text-align: left !important;
    }
}

/* clear */
.clear {
    clear: both;
}

/* bold */
.bold {
    font-weight: bold;
}

/* sup */
sup {
    font-size: 0.8em;
}

/* hr */
hr {
    border: 0;
    height: 1px;
    background: #ccc;
    margin: 2.5em 0;
}

/* grid
------------------------------------ */

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	padding-right: 0px;
}
@media (min-width: 641px) {
	.container {
		width: 840px;
		overflow: hidden;
	}
}
.row {
	text-align:center;
	margin-left: 0px;
	margin-right: 0px;
}
.row img {
	width:90%;
	max-width: 100%;
}
.col-sp-1, .col-sp-2, .col-sp-3, .col-sp-4, .col-sp-5, .col-sp-6, .col-sp-7, .col-sp-8, .col-sp-9, .col-sp-10, .col-sp-11, .col-sp-12, .col-pc-1, .col-pc-2, .col-pc-3, .col-pc-4, .col-pc-5, .col-pc-6, .col-pc-7, .col-pc-8, .col-pc-9, .col-pc-10, .col-pc-11, .col-pc-12 {
	position: relative;
	min-height: 1px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 1.5em;
}
@media (min-width: 641px) {
	.row {
		text-align:center;
		margin-left: -15px;
		margin-right: -15px;
	}
	.row img {
		width:90%;
		max-width: 100%;
	}
	.col-sp-1, .col-sp-2, .col-sp-3, .col-sp-4, .col-sp-5, .col-sp-6, .col-sp-7, .col-sp-8, .col-sp-9, .col-sp-10, .col-sp-11, .col-sp-12, .col-pc-1, .col-pc-2, .col-pc-3, .col-pc-4, .col-pc-5, .col-pc-6, .col-pc-7, .col-pc-8, .col-pc-9, .col-pc-10, .col-pc-11, .col-pc-12 {
		position: relative;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 1.5em;
	}
}
.col-sp-1, .col-sp-2, .col-sp-3, .col-sp-4, .col-sp-5, .col-sp-6, .col-sp-7, .col-sp-8, .col-sp-9, .col-sp-10, .col-sp-11, .col-sp-12 {
	float: left;
}
.col-sp-12 {
	width: 100%;
}
.col-sp-11 {
	width: 91.66666667%;
}
.col-sp-10 {
	width: 83.33333333%;
}
.col-sp-9 {
	width: 75%;
}
.col-sp-8 {
	width: 66.66666667%;
}
.col-sp-7 {
	width: 58.33333333%;
}
.col-sp-6 {
	width: 50%;
}
.col-sp-5 {
	width: 41.66666667%;
}
.col-sp-4 {
	width: 33.33333333%;
}
.col-sp-3 {
	width: 25%;
}
.col-sp-2 {
	width: 16.66666667%;
}
.col-sp-1 {
	width: 8.33333333%;
}
.col-sp-pull-12 {
	right: 100%;
}
.col-sp-pull-11 {
	right: 91.66666667%;
}
.col-sp-pull-10 {
	right: 83.33333333%;
}
.col-sp-pull-9 {
	right: 75%;
}
.col-sp-pull-8 {
	right: 66.66666667%;
}
.col-sp-pull-7 {
	right: 58.33333333%;
}
.col-sp-pull-6 {
	right: 50%;
}
.col-sp-pull-5 {
	right: 41.66666667%;
}
.col-sp-pull-4 {
	right: 33.33333333%;
}
.col-sp-pull-3 {
	right: 25%;
}
.col-sp-pull-2 {
	right: 16.66666667%;
}
.col-sp-pull-1 {
	right: 8.33333333%;
}
.col-sp-pull-0 {
	right: auto;
}
.col-sp-push-12 {
	left: 100%;
}
.col-sp-push-11 {
	left: 91.66666667%;
}
.col-sp-push-10 {
	left: 83.33333333%;
}
.col-sp-push-9 {
	left: 75%;
}
.col-sp-push-8 {
	left: 66.66666667%;
}
.col-sp-push-7 {
	left: 58.33333333%;
}
.col-sp-push-6 {
	left: 50%;
}
.col-sp-push-5 {
	left: 41.66666667%;
}
.col-sp-push-4 {
	left: 33.33333333%;
}
.col-sp-push-3 {
	left: 25%;
}
.col-sp-push-2 {
	left: 16.66666667%;
}
.col-sp-push-1 {
	left: 8.33333333%;
}
.col-sp-push-0 {
	left: auto;
}
.col-sp-offset-12 {
	margin-left: 100%;
}
.col-sp-offset-11 {
	margin-left: 91.66666667%;
}
.col-sp-offset-10 {
	margin-left: 83.33333333%;
}
.col-sp-offset-9 {
	margin-left: 75%;
}
.col-sp-offset-8 {
	margin-left: 66.66666667%;
}
.col-sp-offset-7 {
	margin-left: 58.33333333%;
}
.col-sp-offset-6 {
	margin-left: 50%;
}
.col-sp-offset-5 {
	margin-left: 41.66666667%;
}
.col-sp-offset-4 {
	margin-left: 33.33333333%;
}
.col-sp-offset-3 {
	margin-left: 25%;
}
.col-sp-offset-2 {
	margin-left: 16.66666667%;
}
.col-sp-offset-1 {
	margin-left: 8.33333333%;
}
.col-sp-offset-0 {
	margin-left: 0%;
}
@media (min-width: 641px) {
	.col-pc-1, .col-pc-2, .col-pc-3, .col-pc-4, .col-pc-5, .col-pc-6, .col-pc-7, .col-pc-8, .col-pc-9, .col-pc-10, .col-pc-11, .col-pc-12 {
		float: left;
	}
	.col-pc-12 {
		width: 100%;
	}
	.col-pc-11 {
		width: 91.66666667%;
	}
	.col-pc-10 {
		width: 83.33333333%;
	}
	.col-pc-9 {
		width: 75%;
	}
	.col-pc-8 {
		width: 66.66666667%;
	}
	.col-pc-7 {
		width: 58.33333333%;
	}
	.col-pc-6 {
		width: 50%;
	}
	.col-pc-5 {
		width: 41.66666667%;
	}
	.col-pc-4 {
		width: 33.33333333%;
	}
	.col-pc-3 {
		width: 25%;
	}
	.col-pc-2 {
		width: 16.66666667%;
	}
	.col-pc-1 {
		width: 8.33333333%;
	}
	.col-pc-pull-12 {
		right: 100%;
	}
	.col-pc-pull-11 {
		right: 91.66666667%;
	}
	.col-pc-pull-10 {
		right: 83.33333333%;
	}
	.col-pc-pull-9 {
		right: 75%;
	}
	.col-pc-pull-8 {
		right: 66.66666667%;
	}
	.col-pc-pull-7 {
		right: 58.33333333%;
	}
	.col-pc-pull-6 {
		right: 50%;
	}
	.col-pc-pull-5 {
		right: 41.66666667%;
	}
	.col-pc-pull-4 {
		right: 33.33333333%;
	}
	.col-pc-pull-3 {
		right: 25%;
	}
	.col-pc-pull-2 {
		right: 16.66666667%;
	}
	.col-pc-pull-1 {
		right: 8.33333333%;
	}
	.col-pc-pull-0 {
		right: auto;
	}
	.col-pc-push-12 {
		left: 100%;
	}
	.col-pc-push-11 {
		left: 91.66666667%;
	}
	.col-pc-push-10 {
		left: 83.33333333%;
	}
	.col-pc-push-9 {
		left: 75%;
	}
	.col-pc-push-8 {
		left: 66.66666667%;
	}
	.col-pc-push-7 {
		left: 58.33333333%;
	}
	.col-pc-push-6 {
		left: 50%;
	}
	.col-pc-push-5 {
		left: 41.66666667%;
	}
	.col-pc-push-4 {
		left: 33.33333333%;
	}
	.col-pc-push-3 {
		left: 25%;
	}
	.col-pc-push-2 {
		left: 16.66666667%;
	}
	.col-pc-push-1 {
		left: 8.33333333%;
	}
	.col-pc-push-0 {
		left: auto;
	}
	.col-pc-offset-12 {
		margin-left: 100%;
	}
	.col-pc-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-pc-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-pc-offset-9 {
		margin-left: 75%;
	}
	.col-pc-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-pc-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-pc-offset-6 {
		margin-left: 50%;
	}
	.col-pc-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-pc-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-pc-offset-3 {
		margin-left: 25%;
	}
	.col-pc-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-pc-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-pc-offset-0 {
		margin-left: 0%;
	}
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
	content: " ";
	display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.hidden {
	display: none !important;
}
.affix {
	position: fixed;
}


/* table */

table {
	margin-bottom:0.5em;
}

table th,
table td {
	padding-bottom:0.5em;
}

table th table,
table td table {
	margin-bottom:0em;
}

table th table th,
table td table td {
	padding-bottom:0em;
}

/**/

.table {
	max-width: 100%;
    width: 100%;
    margin: 0 0 0.5em 0;
    border-collapse: collapse;
    background-color: transparent;
}
@media only screen and (max-width: 640px) {
	/* sp */
    .table {
        margin: 0 0 0.5em 0;
    }
}
.table th,
.table td {
    border: 1px solid #ccc;
    padding: 5px 10px;
    /*text-align: left;*/
    vertical-align: middle;
}
.table th {
    background: #efefef;
	white-space: nowrap;
}
.table th.blue,
.table td.blue,
.table tr.blue {
    background: #006;
    color: #fff;
}
.table th.gray,
.table td.gray,
.table tr.gray {
    background: #efefef !important;
}
.table th.center {
    text-align: center !important;
}
table.th-center th {
    text-align: center !important;
}
table.td-center td {
    text-align: center !important;
}
table.center th,
table.center td {
    text-align: center !important;
}
@media screen and (max-width:640px) {
    /* sp */
	.table th {
		white-space: normal;
	}
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive::-webkit-scrollbar {
        height: 5px;
    }
    .table-responsive::-webkit-scrollbar-track {
        border-radius: 5px;
        background: #eee;
    }
    .table-responsive::-webkit-scrollbar-thumb {
        border-radius: 5px;
		background: #ccc;
    }
    .table-responsive>.table {
        margin-bottom: 0;
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }
    .table-responsive>.table-bordered {
        border: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
}

/* table2 */

.table2 {
	max-width: 100%;
	width: 100%;
	margin: 0 0 0.5em 0;
	border-collapse: collapse;
	background-color: transparent;
}
@media only screen and (max-width: 640px) {
	/* sp */
	.table2 {
		margin: 0 0 0.5em 0;
	}
}
.table2 th,
.table2 td {
	border: 1px solid #ccc;
	padding: 5px 10px;
	/*text-align: left;*/
	vertical-align: middle;
}
.table2 th {
	background: #f8f8f8;
	white-space: nowrap;
}
.table2 th.blue,
.table2 td.blue,
.table2 tr.blue {
	background: #006;
	color: #fff;
}
.table2 th.gray,
.table2 td.gray,
.table2 tr.gray {
	background: #efefef !important;
}
.table2 th.center {
	text-align: center !important;
}
.table2 th-center th {
	text-align: center !important;
}
.table2 td-center td {
	text-align: center !important;
}
@media only screen and (max-width: 640px) {
	/* sp */
	.table2 th,
	.table2 td {
		width: 100%;
		display: block;
		border-top: none;
	}
	.table2 th {
		white-space:normal;
	}
	.table2 tr:first-child th   { border-top: 1px solid #ccc; }
}


/* button */

a.btn {
	display:inline-block;
	margin:0 20px 0.5em 0;
	padding:0.5em 1em 0.5em 2em;
	background:#f88d03;/*fdefbe*/
	color:#fff;/*#333*/
	text-decoration:none;
	position:relative;
	border-radius:3px;
	font-size:1.1em;
}

a.btn:before {
    content: "　";
    font-family: FontAwesome;
    content: '\f105';
		margin-right:10px;
		position:absolute;
		top:0.5em;
		left:1em;
		color:#fff;
		font-weight:bold;
}

a.btn:hover {
	background:#f89f2c;
}

@media only screen and (max-width: 640px) {
a.btn {
	display:block;
	width:90%;
	margin:0 auto 0.5em;
	font-size:1em;
}
}


/* adjust */

.m0_5em {
    margin: 0.5em !important;
}

.m1_0em {
    margin: 1em !important;
}

.m1_5em {
    margin: 1.5em !important;
}

.m2_0em {
    margin: 2em !important;
}

.m2_5em {
    margin: 2.5em !important;
}

.mt0_5em {
    margin-top: 0.5em !important;
}

.mt1_0em {
    margin-top: 1em !important;
}

.mt1_5em {
    margin-top: 1.5em !important;
}

.mt2_0em {
    margin-top: 2em !important;
}

.mt2_5em {
    margin-top: 2.5em !important;
}

.mr0_5em {
    margin-right: 0.5em !important;
}

.mr1_0em {
    margin-right: 1em !important;
}

.mr1_5em {
    margin-right: 1.5em !important;
}

.mr2_0em {
    margin-right: 2em !important;
}

.mr2_5em {
    margin-right: 2.5em !important;
}

.mb0 {
    margin-bottom: 0em !important;
}

.mb0_5em {
    margin-bottom: 0.5em !important;
}

.mb1_0em {
    margin-bottom: 1em !important;
}

.mb1_5em {
    margin-bottom: 1.5em !important;
}

.mb2_0em {
    margin-bottom: 2em !important;
}

.mb2_5em {
    margin-bottom: 2.5em !important;
}

.ml0_5em {
    margin-left: 0.5em !important;
}

.ml1_0em {
    margin-left: 1em !important;
}

.ml1_5em {
    margin-left: 1.5em !important;
}

.ml2_0em {
    margin-left: 2em !important;
}

.ml2_5em {
    margin-left: 2.5em !important;
}

.p0_5em {
    padding: 0.5em !important;
}

.p1_0em {
    padding: 1em !important;
}

.p1_5em {
    padding: 1.5em !important;
}

.p2_0em {
    padding: 2em !important;
}

.p2_5em {
    padding: 2.5em !important;
}

.pt0_5em {
    padding-top: 0.5em !important;
}

.pt1_0em {
    padding-top: 1em !important;
}

.pt1_5em {
    padding-top: 1.5em !important;
}

.pt2_0em {
    padding-top: 2em !important;
}

.pt2_5em {
    padding-top: 2.5em !important;
}

.pr0_5em {
    padding-right: 0.5em !important;
}

.pr1_0em {
    padding-right: 1em !important;
}

.pr1_5em {
    padding-right: 1.5em !important;
}

.pr2_0em {
    padding-right: 2em !important;
}

.pr2_5em {
    padding-right: 2.5em !important;
}

.pb0_5em {
    padding-bottom: 0.5em !important;
}

.pb1_0em {
    padding-bottom: 1em !important;
}

.pb1_5em {
    padding-bottom: 1.5em !important;
}

.pb2_0em {
    padding-bottom: 2em !important;
}

.pb2_5em {
    padding-bottom: 2.5em !important;
}

.pl0_5em {
    padding-left: 0.5em !important;
}

.pl1_0em {
    padding-left: 1em !important;
}

.pl1_5em {
    padding-left: 1.5em !important;
}

.pl2_0em {
    padding-left: 2em !important;
}

.pl2_5em {
    padding-left: 2.5em !important;
}


/**********************************************************
 contents.css
**********************************************************/

/*




[ Top Page ]




-------------------------------------------------*/

/* Content Title */

.topTitle01 {
    font-size: 2.15em;
    font-weight: normal;
    border-bottom: solid 5px #e3e3e3;
    margin-bottom: 1em;
    padding: 10px 10px;
    position: relative;
}
.topTitle01:before {
    content: "　";
    border-bottom: solid 5px #1f7b42;
    width: 46px;
    position: absolute;
    bottom: -5px;
    left: 0;
}
.topTitle02 {
    font-size: 1.6em;
    font-weight: normal;
    color: #1f7b42;
    margin-bottom: 0.8em;
}
@media screen and (max-width: 640px) {
    /* sp */
    .topTitle01 {
        font-size: 2.15em;
        font-weight: normal;
        border-bottom: solid 5px #e3e3e3;
        margin-bottom: 0.5em;
        padding: 10px 10px 10px 5px;
        position: relative;
    }
}

/* Slideshow */

#a_slideshow {
    max-width: 1280px;
    min-width: 1080px;
    margin: 0 auto;
    position: relative;
}
#a_slideshow ul {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
#a_slideshow .slideshow-sp-box {
    display: none;
}
#a_slideshow li:not(:first-child) {
    display: none;
}
#a_slideshow img {
    max-width: 100%;
}
#a_slideshow .rslides,
#a_slideshow .rslides>li {
    width: 100%;
}
#a_slideshow ul.rslides_tabs {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    z-index: 1000;
}
#a_slideshow ul.rslides_tabs>li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 15px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 50%;
}
#a_slideshow ul.rslides_tabs>li a {
    color: #fff;
    display: block;
}
#a_slideshow ul.rslides_tabs>li.rslides_here {
    background-color: #53b682;
}
#a_slideshow ul.rslides_tabs>li.rslides_here a {
    color: #53b682;
}
@media screen and (max-width: 640px) {
    /* sp */
    #a_slideshow {
        max-width: 100%;
        min-width: 100%;
    }
    #a_slideshow .slideshow-pc-box {
        display: none;
    }
    #a_slideshow .slideshow-sp-box {
        display: block;
    }
    #a_slideshow ul.slideshow-sp img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}

/* Navigation */

#topNavigation {
    width: 100%;
    min-width: 1080px;
    background: #edefef;
    border-top: solid 1px #edefef;
    border-bottom: solid 1px #edefef;
}
#topNavigation .topNavigationBlock {
    width: 1080px;
    margin: 0 auto 0;
}
#topNavigation .topNavigationBlock ul {
    display: table;
}
#topNavigation .topNavigationBlock ul > li {
    width: 270px;
    height: 110px;
    display: table-cell;
    position: relative;
    float: left;
		z-index:0;
}
#topNavigation .topNavigationBlock ul > li > a {
    display: table-cell;
    width: 270px;
    height: 110px;
    color: #fff;
    border-right: solid 1px #edefef;
    text-decoration: none;
    font-size: 1.15em;
    font-weight: bold;
    vertical-align: middle;
}
#topNavigation .topNavigationBlock ul > li > a:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.8;
}
#topNavigation .topNavigationBlock ul > li.topNavi01 > a {
    background: url(../images/top/top_navi01_icon.png) no-repeat 30px center #55a0e4;
    background-size: 45px auto;
    padding: 0 0 0 104px;
}
#topNavigation .topNavigationBlock ul > li.topNavi02 > a {
    background: url(../images/top/top_navi02_icon.png) no-repeat 24px center #8d5cc4;
    background-size: 64px auto;
    padding: 0 0 0 102px;
}
#topNavigation .topNavigationBlock ul > li.topNavi03 > a {
    background: url(../images/top/top_navi03_icon.png) no-repeat 30px center #c2568f;
    background-size: 66px auto;
    padding: 0 0 0 114px;
}
#topNavigation .topNavigationBlock ul > li.topNavi04 > a {
    background: url(../images/top/top_navi04_icon.png) no-repeat 20px center #f39d4f;
    background-size: 94px auto;
    padding: 0 0 0 134px;
}
html.ie8 #topNavigation .topNavigationBlock ul > li.topNavi01 > a {
    /*ie8*/
    background: url(../images/top/top_navi01_icon_ie.png) no-repeat 30px center #55a0e4;
}
html.ie8 #topNavigation .topNavigationBlock ul > li.topNavi02 > a {
    /*ie8*/
    background: url(../images/top/top_navi02_icon_ie.png) no-repeat 24px center #8d5cc4;
}
html.ie8 #topNavigation .topNavigationBlock ul > li.topNavi03 > a {
    /*ie8*/
    background: url(../images/top/top_navi03_icon_ie.png) no-repeat 30px center #c2568f;
}
html.ie8 #topNavigation .topNavigationBlock ul > li.topNavi04 > a {
    /*ie8*/
    background: url(../images/top/top_navi04_icon_ie.png) no-repeat 20px center #f39d4f;
}
#topNavigation .topNavigationBlock ul > li > a:after {
    content: "";
    background-size: 10px auto;
    position: absolute;
    width: 270px;
    height: 110px;
    bottom: 3px;
    right: 4px;
    z-index: 10000;
}
#topNavigation .topNavigationBlock li.topNavi01 a:after {
    background-image: url(../images/top/top_navi01_arw.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: 1000000 !important;
}
#topNavigation .topNavigationBlock li.topNavi02 a:after {
    background-image: url(../images/top/top_navi02_arw.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
#topNavigation .topNavigationBlock li.topNavi03 a:after {
    background-image: url(../images/top/top_navi03_arw.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
#topNavigation .topNavigationBlock li.topNavi04 a:after {
    background-image: url(../images/top/top_navi04_arw.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
html.ie8 #topNavigation .topNavigationBlock li.topNavi01 a:after {
    /*ie8*/
    background-image: url(../images/top/top_navi01_arw_ie.png);
}
html.ie8 #topNavigation .topNavigationBlock li.topNavi02 a:after {
    /*ie8*/
    background-image: url(../images/top/top_navi02_arw_ie.png);
}
html.ie8 #topNavigation .topNavigationBlock li.topNavi03 a:after {
    /*ie8*/
    background-image: url(../images/top/top_navi03_arw_ie.png);
}
html.ie8 #topNavigation .topNavigationBlock li.topNavi04 a:after {
    /*ie8*/
    background-image: url(../images/top/top_navi04_arw_ie.png);
}
@media screen and (max-width: 640px) {
    /* sp */
    #topNavigation {
        width: 100%;
        min-width: 100%;
        background: #edefef;
        border-top: solid 1px #edefef;
        border-bottom: solid 1px #edefef;
    }
    #topNavigation .topNavigationBlock {
        width: 100%;
    }
    #topNavigation .topNavigationBlock ul {
        display: block;
    }
    #topNavigation .topNavigationBlock ul > li {
        width: 100%;
        height: auto;
        display: block;
        float: none;
    }
    #topNavigation .topNavigationBlock ul > li > a {
        display: block;
        width: 100%;
        height: auto;
        padding: 3em;
        color: #fff;
        border-bottom: solid 1px #fff;
        padding: 1em 1em 1em 66px !important;
    }
    #topNavigation .topNavigationBlock ul > li.topNavi01 > a {
        background: url(../images/top/top_navi01_icon.png) no-repeat 21px center #55a0e4;
        background-size: 22px auto;
    }
    #topNavigation .topNavigationBlock ul > li.topNavi02 > a {
        background: url(../images/top/top_navi02_icon.png) no-repeat 18px center #8d5cc4;
        background-size: 32px auto;
    }
    #topNavigation .topNavigationBlock ul > li.topNavi03 > a {
        background: url(../images/top/top_navi03_icon.png) no-repeat 17px center #c2568f;
        background-size: 33px auto;
    }
    #topNavigation .topNavigationBlock ul > li.topNavi04 > a {
        background: url(../images/top/top_navi04_icon.png) no-repeat 10px center #f39d4f;
        background-size: 46px auto;
    }
}

/* Information */

#topInfo {
    width: 100%;
    min-width: 1080px;
    background: url(../images/top/top_information_bg.jpg) no-repeat center center;
    height: 706px;
}
.topInfoBlock {
    width: 1080px;
    margin: 0 auto 0;
    padding: 35px 0 0 0;
}
@media screen and (max-width: 640px) {
    /* sp */
    #topInfo {
        min-width: 100%;
        background: #f1f1f1;
        height: auto;
    }
    .topInfoBlock {
        width: 100%;
        padding: 0 0 0 0;
    }
}

/**/

.topInfoBlockInner01 {
    width: 525px;
    float: left;
}
@media screen and (max-width: 640px) {
    /* sp */
    .topInfoBlockInner01 {
        width: 100%;
        float: none;
    }
}

/**/

.topInfoBlockInner02 {
    width: 525px;
    float: right;
}
@media screen and (max-width: 640px) {
    /* sp */
    .topInfoBlockInner02 {
        width: 100%;
        float: none;
    }
}

/* News */

.topNews {
    height: 633px;
    background: #fff;
}
.topNews > h3 {
    font-size: 26px;
    font-weight: normal;
    background: url(../images/top/information_icon01.png) no-repeat 21px 21px;
    background-size: 46px auto;
    padding: 24px 14px 24px 78px;
}
html.ie8 .topNews > h3 {
    /*ie8*/
    background: url(../images/top/information_icon01_ie.png) no-repeat 21px 21px !important;
}
.topNews .tabs ul {
    border-bottom: solid 1px #d3d3d3;
    padding: 0 13px 0 14px;
}
.topNews .tabs ul > li {
    float: left;
    margin-left: 0.4016064257028112%;
    /*2px/498px*/
    font-size: 14px;
}
.topNews .tabs ul > li:first-child {
    margin-left: 0px;
}
.topNews .tabs ul > li.tab01 {
    width: 17.67068273092369%;
    /*88px/498px*/
}
.topNews .tabs ul > li.tab02 {
    width: 19.67871485943775%;
    /*98px/498px*/
}
.topNews .tabs ul > li.tab03 {
    width: 25.70281124497992%;
    /*128px/498px*/
}
.topNews .tabs ul > li.tab04 {
    width: 17.67068273092369%;
    /*88px/498px*/
}
.topNews .tabs ul > li.tab05 {
    width: 17.67068273092369%;
    /*88px/498px*/
}
.topNews .tabs ul > li > a {
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #333;
    text-decoration: none;
    border-left: solid 1px #d3d3d3;
    border-top: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;
}
.topNews .tabs ul > li > a:hover {
    background: #f8f8f8;
}
.topNews .tabs ul > li.active > a {
    background: #279a52;
    color: #fff;
    font-weight: bold;
    border: none;
    margin-top: -7px;
    padding: 14px 0;
}
.topNews .tabs .topNewsInner {
    padding: 10px 20px 10px 20px;
    height: 396px;
    overflow: auto;
    margin: 10px 0;
}
.topNews .tabs .topNewsInner a {
    display: block;
    color: #333;
}
.topNews .tabs .topNewsInner dl {
    border-bottom: dotted 1px #b6b6b6;
    padding: 15px 0px;
}
.topNews .tabs .topNewsInner dt > span {
    display: inline-block;
    font-size: 0.8em;
    line-height: 1;
    margin-left: 10px;
    padding: 4px 5px 2px 5px;
    color: #fff;
}
.topNews .catIcon01 {
    background: #f39d4f;
}
.topNews .catIcon02 {
    background: #8d5cc4;
}
.topNews .catIcon03 {
    background: #55a0e4;
}
.topNews .catIcon04 {
    background: #c2568f;
}
@media screen and (max-width: 640px) {
    /*sp*/
    .topNews > h3 {
        background: url(../images/top/information_icon01.png) no-repeat 11px 16px;
        background-size: 46px auto;
        padding: 18px 14px 18px 68px;
    }
    .topNews {
        width: 100%;
        height: auto;
        background: #fff;
        margin-bottom: 1em;
    }
    .topNews > .tabs > .topNewsInner {
        padding: 0px 15px 10px 15px;
        width: 100%;
        height: auto;
        overflow: visible;
        margin: 10px 0 0;
    }
    .topNews .tabs ul {
        display: block;
        padding: 0 5px 0 7px;
        border-collapse: separate;
        border-spacing: 3px 0;
    }
    .topNews > .tabs ul > li {
        float: none;
        display: table-cell;
        font-size: 14px;
    }
    .topNews > .tabs ul > li > a {
        display: block;
        padding: 15px 15px;
        text-align: center;
        color: #333;
        text-decoration: none;
        border-left: solid 1px #d3d3d3;
        border-top: solid 1px #d3d3d3;
        border-right: solid 1px #d3d3d3;
        white-space: nowrap;
    }
    .topNews .tabs ul > li.active > a {
        margin-top: 0px;
        padding: 15px 15px;
        border-left: solid 1px #d3d3d3;
        border-top: solid 1px #d3d3d3;
        border-right: solid 1px #d3d3d3;
    }
    .topNews .tabs > .topNewsInner dl {
        padding: 15px 0px;
    }
    .topNews .tabs > .topNewsInner dl:first-child {
        padding: 10px 0px 15px;
    }
    .topNews .tabs ul {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .topNews .tabs ul {
        -webkit-overflow-scrolling: touch;
    }
    .topNews .tabs ul::-webkit-scrollbar {
        height: 5px;
    }
    .topNews .tabs ul::-webkit-scrollbar-track {
        border-radius: 5px;
        background: #eee;
    }
    .topNews .tabs ul::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #bddc89;
    }
}

/* Reception time */

.topHours {
    height: 225px;
    background: #fff;
    margin-bottom: 15px;
}
.topHours > h3 {
    font-size: 26px;
    font-weight: normal;
    background: url(../images/top/information_icon02.png) no-repeat 28px 26px;
    background-size: 36px auto;
    padding: 24px 14px 24px 84px;
    border-bottom: solid 1px #d3d3d3;
}
html.ie8 .topHours > h3 {
    /*ie8*/
    background: url(../images/top/information_icon02_ie.png) no-repeat 28px 26px;
}
.topHours > .inner {
    padding: 10px 28px 10px;
    height: 130px;
    overflow: auto;
}
#content .topHours p.topHoursTime {
    font-size: 1.4em;
    margin-bottom: 0;
}
#content .topHours p.topHoursClose {
    margin-bottom: 0.5em;
}
.topHours .topHoursNote {
    font-size: 0.85em;
}
@media screen and (max-width: 640px) {
    /* sp */
    .topHours > h3 {
        background: url(../images/top/information_icon02.png) no-repeat 15px 20px;
        background-size: 36px auto;
        padding: 18px 14px 18px 64px;
    }
    .topHours {
        height: 100%;
        margin-bottom: 1em;
    }
    .topHours > .inner {
        padding: 15px 15px 20px;
        width: 100%;
        height: auto;
        overflow: visible;
    }
}

/* Announce */

.topAnnounce {
    height: 393px;
    background: #fff;
}
.topAnnounce > h3 {
    font-size: 26px;
    font-weight: normal;
    background: url(../images/top/information_icon03.png) no-repeat 28px 24px;
    background-size: 36px auto;
    padding: 24px 14px 26px 84px;
    border-bottom: solid 1px #d3d3d3;
}
html.ie8 .topAnnounce > h3 {
    /*ie8*/
    background: url(../images/top/information_icon03_ie.png) no-repeat 28px 24px;
}
.topAnnounce > .inner {
    margin: 10px 0 10px;
    padding: 0px 28px 25px;
    height: 200px;
    overflow: auto;
}
.topAnnounce > .inner > ul > li {
    border-bottom: dotted 1px #b6b6b6;
}
.topAnnounce > .inner > ul > li >a {
    display: block;
    color: #000;
    padding: 10px 0;
}
.topNewsDetailBtn {
    padding: 20px 28px;
    border-top: solid 1px #d3d3d3;
}
.topNewsDetailBtn > a {
    display: block;
    background: #279a52;
    padding: 10px 10px;
    color: #fff;
    font-size: 1.142857142857143em;
    line-height: 1.3;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
}
.topNewsDetailBtn > a:hover {
    opacity: 0.8;
}
.topNewsDetailBtn > a:after {
    content: "　\f105";
    font-family: FontAwesome;
    font-size: 1.2em;
}
@media screen and (max-width: 640px) {
    /* sp */
    .topAnnounce {
        width: 100%;
        height: auto;
        background: #fff;
        margin-bottom: 1em;
    }
    .topAnnounce > h3 {
        background: url(../images/top/information_icon03.png) no-repeat 15px 20px;
        background-size: 36px auto;
        padding: 18px 14px 18px 64px;
        border-bottom: solid 1px #d3d3d3;
    }
    .topAnnounce > .inner {
        margin: 0px 0 0px;
        padding: 0px 15px 25px;
        height: auto;
        overflow: visible;
    }
}

/* Close Up */

#topCloseup {
    margin: 40px 0 60px;
}
#topCloseup > p {
    margin-bottom: 1.5em;
}
#topCloseup .topCloseupBlock {
    width: 1080px;
    margin: 0 auto 0;
}
#topCloseup .topCloseupBlock > p {
    margin-bottom: 2.5em;
}
#topCloseup .topCloseupBlockInner {
    width: 340px;
    float: left;
    margin: 0 30px 0 0;
}
#topCloseup .topCloseupBlockInner.last {
    margin: 0 0 0 0;
}
#topCloseup .topCloseupDt {
    overflow: auto;
    text-align: center;
    background: url(../images/top/closeup_bg_arw.gif) no-repeat left bottom;
    margin: 0 0 10px 0;
    padding: 0 0 20px 0;
}
#topCloseup .topCloseupDt > .topCloseupFrame {
    display: block;
    height: 150px;
    overflow: auto;
}
#topCloseup .topCloseupDt > div > p {
    padding: 14px;
    text-align: left;
}
#topCloseup .topCloseupDd > ul {}
#topCloseup .topCloseupDd > ul > li {}
#topCloseup .topCloseupDd > ul > li > a {
    color: #000;
}
#topCloseup .topCloseupDd > ul > li > a:after {
    content: "　\f105";
    font-family: FontAwesome;
    font-size: 1.2em;
    color: #279a52;
}
@media screen and (max-width: 640px) {
    /* sp */
#topCloseup {
margin: 20px 15px 20px;
}
#topCloseup .topCloseupBlock {
width: 100%;
margin: 0 auto 0;
}
#topCloseup .topCloseupBlock > p {
margin-bottom: 1em;
}
#topCloseup .topCloseupBlockInner {
width: 100%;
float: none;
margin: 0 0 1.5em 0;
}
    #topCloseup .topCloseupDt {
overflow: visible;
text-align: center;
background: none;
padding: 0 0 0 0;
}
    #topCloseup .topCloseupDt > img {
width: 100%;
}
    #topCloseup .topCloseupDt > .topCloseupFrame {
display: block;
height: auto;
overflow: visible;
}
    #topCloseup .topCloseupDt > span > p {
padding: 14px 0px 0px;
text-align: left;
}
    #topCloseup .topCloseupDd > ul {
padding: 0px;
}
    #topCloseup .topCloseupDd > ul > li {
border-bottom: solid 1px #d5d5d5;
}
    #topCloseup .topCloseupDd > ul > li > a {
display: block;
padding: 0.5em;
color: #000;
text-decoration: none;
}
    #topCloseup .topCloseupDd > ul > li > a:hover {
background: #f8f8f8;
}
}

/* Recruit */

#topRecruit {
    background: url(../images/top/rectuit_bg.gif) repeat-x left bottom #f6f7f7;
    width: 100%;
}
.topRectuitBlock {
    width: 1080px;
    margin: 0 auto 0;
    padding: 45px 0 55px;
}
.topRectuitBlock p {
	margin-bottom:1.5em;
}
@media screen and (max-width: 640px) {
    /* sp */
.topRectuitBlock p {
	margin-bottom:1em;
}
}
.topRectuitBlock li {
    float: left;
    margin: 0 30px 0 0;
}
.topRectuitBlock ul > *:first-child + * + * {
    margin: 0 0px 0 0;
}
.topRectuitBlock li a {
    background: #fff;
    display: block;
}
.topRectuitBlock li a:hover img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.topRectuitBlock li a:hover img {
    opacity: 0.8;
}
@media screen and (max-width: 640px) {
    /* sp */
    #topRecruit {
        background: #f6f7f7;
        width: 100%;
    }
    .topRectuitBlock {
        width: 100%;
        margin: 0 auto 0;
        padding: 10px 10px 25px;
    }
    .topRectuitBlock ul > *:first-child + * + * {
        margin: 0;
    }
    .topRectuitBlock li {
        float: left;
        width: 49%;
        text-align: center;
        margin: 0 2% 0.5em 0;
    }
    .topRectuitBlock li:nth-child(even) {
        margin: 0 0 0.5em 0;
    }
    .topRectuitBlock li a {
        background: none;
    }
}

/* Banner */

#topBanner {
    background: url(../images/top/banner_bg.jpg) no-repeat center center;
    background-size: cover;
}
.topBannerBlock {
    width: 1080px;
    margin: 0 auto 0;
    padding: 60px 0 48px;
}
.topBannerBlock ul {
    margin-left: -20px;
    overflow: hidden;
}
.topBannerBlock li {
    float: left;
    width: 255px;
    margin: 0 0 20px 20px;
}
.topBannerBlock ul {
    margin: 0 0 0 12px9;

}
.topBannerBlock li {
    float: left;
    width: 255px;
    margin: 0 12px 20px 09;
}
.topBannerBlock li a {
    background: #fff;
    display: block;
}
.topBannerBlock li a:hover img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.topBannerBlock li a:hover img {
    opacity: 0.8;
}
@media screen and (max-width: 640px) {
    /* sp */
    .topBannerBlock {
        width: 100%;
        padding: 15px 10px 10px;
    }
    .topBannerBlock ul {
        margin-left: 0px;
    }
    .topBannerBlock li {
        width: 49%;
        margin: 0 2% 5px 0;
    }
    .topBannerBlock li:nth-child(even) {
        margin: 0 0 0 0;
    }
}

/* Access */

#topAccess {
    background: #1f7b42;
    height: 370px;
}
.topAccessInner {
    width: 1080px;
    margin: 0 auto 0;
}
.topAccessBlock01 {
    width: 50%;
    float: left;
    color: #fff;
    padding: 40px 0;
}
.topAccessBlock01 > h4 {
    width: 430px;
    margin-bottom: 0.5em;
}
.topAccessBlock01 dl > dt {
    font-size: 1.285em;
}
.topAccessBlock01 dl > dd {
    font-size: 1.8em;
    line-height: 1.5;
    font-weight: bold;
}
.topAccessBlock02 {
    width: 50%;
    height: 370px;
    float: right;
    background: #fff !important;
    overflow: hidden;
}
@media screen and (max-width: 640px) {
    /* sp */
    #topAccess {
        background: #1f7b42;
        height: auto;
        padding: 20px 15px;
        text-align: center;
    }
    .topAccessInner {
        width: 100%;
    }
    .topAccessBlock01 {
        width: 100%;
        float: none;
        color: #fff;
        padding: 0 0 20px 0;
    }
    .topAccessBlock01 > h4 {
        width: 100%;
        margin-bottom: 0.5em;
    }
    .topAccessBlock02 {
        width: 100%;
        float: none;
    }
    .topAccessBlock02 iframe {
        width: 100%;
    }
}

/*




[ 2. Page Content Base ]




-------------------------------------------------*/


/* Page Main Title */

#catTitle-pc {
    height: 219px;
    text-indent: -9999px;
}
#catTitle-pc.cat01 {
    /*PC image*/
    background: url(../images/common/title_cat01_pc.png) no-repeat top center;
}
#catTitle-pc.cat02 {
    /*PC image*/
    background: url(../images/common/title_cat02_pc.png) no-repeat top center;
}
#catTitle-pc.cat03 {
    /*PC image*/
    background: url(../images/common/title_cat03_pc.png) no-repeat top center;
}
#catTitle-pc.cat04 {
    /*PC image*/
    background: url(../images/common/title_cat04_pc.png) no-repeat top center;
}
#catTitle-pc.cat05 {
    /*PC image*/
    background: url(../images/common/title_cat05_pc.png) no-repeat top center;
}
#catTitle-pc.cat06 {
    /*PC image*/
    background: url(../images/common/title_cat06_pc.png) no-repeat top center;
}
#catTitle-pc.cat07 {
    /*PC image*/
    background: url(../images/common/title_cat07_pc.png) no-repeat top center;
}
#catTitle-pc.cat08 {
    /*PC image*/
    background: url(../images/common/title_cat08_pc.png) no-repeat top center;
}
#catTitle-pc.cat09 {
    /*PC image*/
    background: url(../images/common/title_cat09_pc.png) no-repeat top center;
}
#catTitle-pc.cat10 {
    /*PC image*/
    background: url(../images/common/title_cat10_pc.png) no-repeat top center;
}
#catTitle-sp {
    display: none;
}
@media screen and (max-width: 640px) {
    /* sp */
    #catTitle-pc {
        display: none;
    }
    #catTitle-sp {
        display: block;
    }
}

/* Content Title h1 - h6 */

#primary h1 {
    font-size: 2.2em;
    line-height: 1.3;
    font-weight: normal;
    border-bottom: solid 5px #e3e3e3;
    margin-bottom: 1em;
    padding: 0 0 0.5em 0.2em;
    position: relative;
}
#primary h1:before {
    content: "　";
    border-bottom: solid 5px #1f7b42;
    width: 46px;
    position: absolute;
    bottom: -5px;
    left: 0;
}
@media screen and (max-width: 640px) {
    /* sp  */
    #primary h1 {
        font-size: 1.8em;
        padding: 0 0 0.5em 0;
    }
}
#primary h2 {
		text-align:left !important;
		clear: both;
    font-size: 1.8em;
    font-weight: normal;
    color: #1f7b42;
    margin-bottom: 0.7em;
    padding: 1.5em 0 0.5em 0;
    border-bottom: solid 1px #e2e1de;
}
#primary h3 {
		text-align:left !important;
		clear: both;
    /*display: inline-block;*/
    font-size: 1.5em;
    font-weight: normal;
    margin-bottom: 1em;
    padding: 1.3em 0 0 30px;
    position: relative;
}
#primary h3:before {
    border-bottom: solid 5px #1f7b42;
    content: ' ';
    width: 20px;
    position: absolute;
    top: 1.9em;
    left: 0;
}
#primary h4 {
		text-align:left !important;
		clear: both;
    /*display: inline-block;*/
    font-size: 1.4em;
    font-weight: normal;
    color: #1f7b42;
    margin-bottom: 0.5em;
    padding: 1.3em 0 0 0px;
}
#primary h5 {
    /*display: inline-block;*/
    font-size: 1.3em;
    font-weight: normal;
    margin-bottom: 0.5em;
    padding: 1.3em 0 0 0px;
}
#primary h6 {
    display: inline-block;
    font-size: 1.3em;
    font-weight: normal;
    margin-bottom: 0.5em;
    padding: 1.3em 0 0 0px;
}

/* pageLead */

p.pageLead {
    font-size: 16px;
}

/* anchorLink */

.anchorLink {
    border: solid 5px #efefef;
    margin: 0 0 45px 0;
    padding: 15px 25px;
}

#primary .anchorLink ul {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    list-style: none;
}

.anchorLink li {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    border-bottom: solid 1px #e3e7e6;
}
.anchorLink li a {
    display: inline-block;
    padding: 7px 10px;
    color: #000;
    text-decoration: none;
}
.anchorLink li a:hover {
    background: #e8f2ec;
}
.anchorLink li a:before {
    content: "　";
    font-family: FontAwesome;
    content: '\f107';
    font-weight: bold;
    color: #279a52;
    margin-right: 10px;
}
@media screen and (max-width: 640px) {
    /* sp */
    .anchorLink {
        border: solid 5px #efefef;
        margin: 0 0 2em 0;
        padding: 10px 10px;
    }
    .anchorLink li {
        float: none;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 0px;
    }
    .anchorLink li a {
        display: block;
        padding: 10px 10px;
    }
}

/* dot box */

.dotbox {
	border:dotted 1px #777;
	padding:18px 20px;
}






/* pageIndex01
------------------------------------ */

.pageIndex01 {
    margin-bottom: 3em;
}
.pageIndex01 ul {
    list-style: none !important;
    margin: 0 !important;
}
.pageIndex01 ul > li {
    margin-bottom: 0.5em;
}
.pageIndex01 ul >li > a {
    background: #f8f8f8;
    padding: 15px 14px 15px 43px;
    display: block;
    position: relative;
    color: #000;
    font-size: 1.3em;
    text-decoration: none;
}
.pageIndex01 ul >li > a:hover {
    background: #e8f2ec;
}
.pageIndex01 ul >li > a:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #1f7b42;
    position: absolute;
    top: 12px;
    left: 20px;
    font-size: 1.2em;
}
.pageIndex01 ul > li > ul >li {
    margin-bottom: 0 !important;
}
.pageIndex01 ul >li > ul > li a {
    background: none;
    border-bottom: dotted 1px #eee;
    padding: 15px 14px 15px 60px;
    display: block;
    position: relative;
    color: #000;
    font-size: 1.2em;
    text-decoration: none;
}
.pageIndex01 ul >li > ul > li a:hover {
    background: #e8f2ec;
}
.pageIndex01 ul >li > ul > li a:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #ccc;
    position: absolute;
    top: 12px;
    left: 40px;
    font-size: 1.1em;
}
@media screen and (max-width: 640px) {
    /* sp */
.pageIndex01 ul >li > a:before {
    top: 11px;
}
.pageIndex01 ul >li > ul > li a {
    padding: 15px 14px 14px 43px;
}
.pageIndex01 ul >li > ul > li a:before {
    top: 13px;
    left: 20px;
}
}

/* pageIndex02
------------------------------------ */
.pageIndex02 {
    margin-bottom: 3em;
}
.pageIndex02 ul {
    list-style: none !important;
    margin: 0 !important;
}
.pageIndex02 ul > li {
    margin-bottom: 0.5em;
    float: left;
    width: 50%;
    border-right: solid 7px #fff;
}
.pageIndex02 ul >li > a {
    background: #f8f8f8;
    padding: 15px 14px 15px 43px;
    display: block;
    position: relative;
    color: #000;
    font-size: 1.3em;
    text-decoration: none;
}
.pageIndex02 ul >li > a:hover {
    background: #e8f2ec;
}
.pageIndex02 ul >li > a:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #1f7b42;
    position: absolute;
    top: 12px;
    left: 20px;
    font-size: 1.2em;
}
.pageIndex02 ul > li > ul >li {
    margin-bottom: 0 !important;
}
.pageIndex02 ul >li > ul > li a {
    background: none;
    border-bottom: dotted 1px #eee;
    padding: 15px 14px 15px 60px;
    display: block;
    position: relative;
    color: #000;
    font-size: 1.2em;
    text-decoration: none;
}
.pageIndex02 ul >li > ul > li a:hover {
    background: #e8f2ec;
}
.pageIndex02 ul >li > ul > li a:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #ccc;
    position: absolute;
    top: 12px;
    left: 40px;
    font-size: 1.1em;
}
@media screen and (max-width: 640px) {
    /* sp */
.pageIndex02 ul > li {
        float: none;
        width: 100%;
        border-right: none;
    }
.pageIndex02 ul >li > a:before {
    top: 11px;
}
.pageIndex02 ul >li > ul > li a {
    padding: 15px 14px 14px 43px;
}
.pageIndex02 ul >li > ul > li a:before {
    top: 13px;
    left: 20px;
}
}

/* pageInfoList
------------------------------------ */

.pageInfoList {
    margin-bottom: 3em;
}
.pageInfoList ul {
    list-style: none !important;
    margin: 0 !important;
}
.pageInfoList ul > li {
    border-bottom: dotted 1px #b6b6b6;
    margin-bottom: 0 !important;
}
.pageInfoList ul > li >a {
    display: block;
    padding: 15px 15px;
    color: #000;
    text-decoration: none;
}
.pageInfoList a:hover {
    background: #f8f8f8;
}
@media screen and (max-width: 640px) {
    /* sp */
}

/* pageNewsList
------------------------------------ */

.pageNewsList {
    margin-bottom: 3em;
}
.pageNewsList a {
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 1.1em;
}
.pageNewsList a:hover {
    background: #f8f8f8;
}
.pageNewsList dl {
    border-bottom: dotted 1px #b6b6b6;
    padding: 15px 15px;
}
.tpageNewsList dl:first-child {
    padding: 0px 0px 15px;
}
.pageNewsList dt > span {
    display: inline-block;
    font-size: 0.8em;
    line-height: 1;
    margin-left: 10px;
    padding: 4px 5px 2px 5px;
    color: #fff;
}
.pageNewsList .catIcon01 {
	background: #f39d4f;
}
.pageNewsList .catIcon02 {
	background: #8d5cc4;
}
.pageNewsList .catIcon03 {
	background: #55a0e4;
}
.pageNewsList .catIcon04 {
	background: #c2568f;
}
@media screen and (max-width: 640px) {
    /* sp */
    .pageNewsList dl {
        border-bottom: dotted 1px #b6b6b6;
        padding: 15px 5px;
    }
}

/* pager
------------------------------------ */

.pagenavi {
    clear: both;
    padding-bottom: 3em;
}
.pagenavi:before,
.pagenavi:after {
    content: " ";
    display: table;
}
.pagenavi:after {
    clear: both;
}
.listPagenavi {
    display: block;
    padding-left: 0;
}
@media screen and (max-width: 640px) {
    .wp-pagenavi {
        display: inline-block;
        float: left;
    }
}
.wp-pagenavi span {
    display: inline;
}
.listPagenavi > a,
.listPagenavi > .pages,
.listPagenavi > .current,
.listPagenavi > .extend {
    position: relative;
    float: left;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #dedede;
    margin-left: -1px;
    margin-bottom: -1px;
}
.pagenavi > .count {
    display: block;
    text-align: center;
    position: relative;
    margin: 0 auto 0.5em;
    padding: 6px 126px;
    font-size: 15px;
    line-height: 1.33333;
    text-decoration: none;
    color: #333;
    white-space: nowrap;
}
@media screen and (max-width: 640px) {
    .pagenavi > .count {
        float: left;
        text-align: center;
        display: inline-block;
        position: relative;
        margin: 0 auto 0;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33333;
        text-decoration: none;
        color: #1f7b42;
        background-color: #fff;
        border: 1px solid #dedede;
        margin-left: -1px;
    }
}
.listPagenavi > a:hover,
.listPagenavi > a:focus {
    z-index: 3;
    color: #1f7b42;
    background-color: #eeeeee;
    border-color: #dddddd;
}
.listPagenavi > .current,
.listPagenavi > .current:hover,
.listPagenavi > .current:focus {
    z-index: 2;
    color: white;
    background-color: #1f7b42;
    border-color: #1f7b42;
    cursor: default;
}

/* sitemap
------------------------------------ */

.sitemap {
    margin-bottom: 3em;
}
.sitemap ul {
    list-style: none !important;
    margin: 0 !important;
}
.sitemap ul > li {
    margin-bottom: 0.5em;
}
.sitemap ul >li > a {
    background: #1f7b42;
    margin-bottom: 0.3em;
    padding: 15px 14px 15px 43px;
    display: block;
    position: relative;
    color: #fff;
    font-size: 1.5em;
    text-decoration: none;
}
.sitemap ul >li > a:hover {
    background: #4b9f6b;
}
.sitemap ul >li > a:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    top: 12px;
    left: 20px;
    font-size: 1.2em;
}
.sitemap ul > li >ul > li {
    margin-bottom: 0.3em;
}
.sitemap ul >li > ul > li > a {
    background: #f8f8f8;
    padding: 15px 14px 15px 43px;
    display: block;
    position: relative;
    color: #000;
    font-size: 1.3em;
    text-decoration: none;
}
.sitemap ul >li > ul > li > a:hover {
    background: #e8f2ec;
}
.sitemap ul >li > ul > li > a:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #1f7b42;
    position: absolute;
    top: 12px;
    left: 20px;
}
.sitemap ul > li > ul >li > ul > li {
    margin-bottom: 0 !important;
}
.sitemap ul >li > ul > li > ul > li > a {
    background: none;
    border-bottom: dotted 1px #eee;
    margin-bottom: 0 !important;
    padding: 12px 14px 12px 65px;
    display: block;
    position: relative;
    color: #000;
    font-size: 1.3em;
    text-decoration: none;
}
.sitemap ul >li > ul > li > ul > li > a:hover {
    background: #e8f2ec;
}
.sitemap ul >li > ul > li > ul > li > a:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #ccc;
    position: absolute;
    top: 9px;
    left: 45px;
    font-size: 1.2em;
}

@media screen and (max-width: 640px) {

.sitemap ul > li {
    margin-bottom: 0.3em;
}
.sitemap ul >li > a {
    background: #1f7b42;
    margin-bottom: 0.3em;
    padding: 15px 14px 15px 43px;
    display: block;
    position: relative;
    color: #fff;
    font-size: 1.3em;
    text-decoration: none;
}
.sitemap ul >li > a:hover {
    background: #4b9f6b;
}
.sitemap ul >li > a:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    top: 12px;
    left: 20px;
    font-size: 1.2em;
}
.sitemap ul > li >ul > li {
    margin-bottom: 0.3em;
}
.sitemap ul >li > ul > li > a {
    background: #f8f8f8;
    padding: 15px 14px 15px 43px;
    display: block;
    position: relative;
    color: #000;
    font-size: 1.2em;
    text-decoration: none;
}
.sitemap ul >li > ul > li > a:hover {
    background: #e8f2ec;
}
.sitemap ul >li > ul > li > a:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #1f7b42;
    position: absolute;
    top: 12px;
    left: 20px;
}
.sitemap ul > li > ul >li > ul > li {
    margin-bottom: 0;
}
.sitemap ul >li > ul > li > ul > li > a {
    background: none;
    border-bottom: dotted 1px #eee;
    margin-bottom: 0;
    padding: 12px 14px 12px 50px;
    display: block;
    position: relative;
    color: #000;
    font-size: 1.1em;
    text-decoration: none;
}
.sitemap ul >li > ul > li > ul > li > a:hover {
    background: #e8f2ec;
}
.sitemap ul >li > ul > li > ul > li > a:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #ccc;
    position: absolute;
    top: 9px;
    left: 30px;
    font-size: 1.2em;
}    
}


/* vaccine */

.vaccine-flow-title {
	background:#f6fcf8;
  border:solid 2px #1f7b42;
	border-radius:5px;
	text-align:center;
	padding:10px;
	font-size:1.1em;
}

.vaccine-flow-arw {
	text-align:center;
	font-size:20px;
	color:#ffbe00;
}

.vaccine-flow-arw:before {
	content:"\f063";
	font-family:FontAwesome;
	width:20px;
	height:20px;
	font-size:20px;
	color:#ffbe00;
}


/* links */

.linkList {
	margin-bottom: 3em;
}
.linkList ul {
	list-style: none !important;
	margin: 0 !important;
}
.linkList ul > li {
	margin-bottom: 0 !important;
	border-bottom: dotted 1px #ccc;
}
.linkList ul >li > a {
	background: #fff;
	padding: 15px 14px 15px 43px;
	display: block;
	position: relative;
	color: #000;
	font-size: 1.3em;
	text-decoration: none;
}
.linkList ul >li > a:hover {
	background: #e8f2ec;
}
.linkList ul >li > a:before {
	content: "\f105";
	font-family: FontAwesome;
	color: #1f7b42;
	position: absolute;
	top: 12px;
	left: 20px;
	font-size: 1.2em;
}
@media screen and (max-width: 640px) {
	/* sp */
	.linkList ul >li > a:before {
		top: 11px;
	}
}



/**********************************************************
 font-awesome.min.css
**********************************************************/

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{-webkit-filter:none;filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}


/**********************************************************
 theme-white.css
**********************************************************/



/**********************************************************
 ckeditor adjust
**********************************************************/
#primary {
    float: left;
    min-width: 840px;
	width: auto;
}