@charset "utf-8";
/* CSS Document */

/******************************************
基本設定
*******************************************/
html {
    font-size: 14px;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background-color: #587cb7;
}

body {
    background-color: #FFF;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
ol,
dl,
th,
td {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 175%;
    color: #555;
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6.p {
    font-weight: normal;
}

p {
    margin: 0;
}

ol,
ul {
    list-style: none;
}

fieldset,
img {
    border: 0;
}

caption,
th {}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
}

img {
    vertical-align: middle;
}

/* clearfix */
.cf {
    zoom: 1;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}


a:link {
    color: #1441C2;
    text-decoration: none;
}

a:visited {
    color: #52618d;
    text-decoration: none;
}

a:hover {
    color: #FF7800;
    text-decoration: underline;
}


/******************************************
ヘッダ
*******************************************/
header {
    margin: 0;
    width: 100%;
}

header .wrapper {
    margin: 0 auto;
    width: 1000px;
}

header .sitename {
    margin-top: 15px;
    margin-bottom: 12px;
}

header .sitename img {
    width: 438px;
    height: auto;
}

header a:link {
    color: #555;
    text-decoration: none;
}

header a:visited {
    color: #555;
    text-decoration: none;
}

header a:hover {
    color: #FF7800;
    text-decoration: none;
}



/******************************************
グローバルナビ
*******************************************/
#globalNav {
    width: 100%;
    min-height: 10px;
    background: #FFFFFF;
    border-top: 1px solid #AAA;
}

/******************************************
メガメニュー（megamenu.js）
*******************************************/
/* 
- Name: megamenu.js - style.css
- Version: 1.0
- Latest update: 29.01.2016.
- Author: Mario Loncarek
- Author web site: http://marioloncarek.com
*/

* {
    box-sizing: border-box;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
megamenu.js STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menu-container a:link {
    color: #555;
    text-decoration: none;
}

.menu-container a:visited {
    color: #555;
    text-decoration: none;
}

.menu-container a:hover {
    color: #FF7800;
    text-decoration: none;
}

.menu-container {
    width: 1000px;
    margin: 0 auto;
    font-size: 1.1rem;
    font-weight: bold;
    background: #FFFFFF;
}

.menu-mobile {
    display: none;
    padding: 12px 20px;
}

.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 7px 0 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    /* [+] */
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 10px 20px;
    background: #EEE;
    /* [+]の色 */
    color: #555;
}

.menu>ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

.menu>ul:before,
.menu>ul:after {
    content: "";
    display: table;
}

.menu>ul:after {
    clear: both;
}

.menu>ul>li {
    float: left;
    background: #FFF;
    /* デフォルト */
    padding: 0;
    margin: 0;
    text-align: center;
}

.menu>ul>li .act {
    background-color: #f5f5f5;
}

.menu>ul>li a {
    /* ★プルダウン第一階層 */
    padding: 10px 25px;
    text-decoration: none;
    display: block;
}

.menu>ul>li:hover {
    background: #f5f5f5;
}

.menu>ul>li>ul {
    display: none;
    width: 100%;
    background: #FFF;
    /* プルダウン */
    padding: 20px;
    position: absolute;
    z-index: 99999;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
}

.menu>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.menu>ul>li>ul>li a {
    /* 第三階層タイトル */
    color: #FFF;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu>ul>li>ul>li>ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
    height: 80px;
}

.menu>ul>li>ul>li>ul:before,
.menu>ul>li>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li>ul>li {
    float: left;
    width: 100%;
    padding: 0px 0;
    margin: 0;
    font-size: .9em;
}

.menu>ul>li>ul>li>ul>li a {
    border: 0;
}

.menu>ul>li>ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.menu>ul>li>ul.normal-sub>li {
    width: 100%;
}

.menu>ul>li>ul.normal-sub>li a {
    border: 0;
    padding: 0.1em 0 0.4em;
}

.menu>ul>li>ul>li a em {
    margin-left: 0.2em;
    font-size: 0.6rem;
    color: #FF0;
    background-color: #F60;
    padding: 0 1px;
    border-radius: 2px;
    vertical-align: top;
    white-space: nowrap;
}



/******************************************
フッタ
*******************************************/
/* ページトップスクロール
*******************************************/
#pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#pageTop a {
    padding: 15px 0 0 0;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #FFF;
    color: #555;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    display: block;
    z-index: 999;
    box-sizing: border-box;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.5);
}

#pageTop a:hover {
    text-decoration: none;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 1);
}

/* フッタ
*******************************************/
footer {
    margin: 0 auto 150px;
    padding: 0;
    background-color: #587cb7;
}


/* フッタメニュー
*******************************************/
footer ul.footerMenu {
    margin-top: 15px;
    text-align: center;
    margin-left: -1em;
    font-size: 0.9rem;
    letter-spacing: -.4em;
    /* タグ改行時の空白防止 */
}

footer ul.footerMenu li {
    margin-left: 1em;
    padding-left: 18px;
    display: inline-block;
    letter-spacing: normal;
    background-image: url(../img/linkIcon_arrow.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 16px 16px;
}

footer p {
    margin-top: 0.5em;
    text-align: center;
    font-size: 0.8rem;
    color: #FFF;
}

/* リンク色指定
********************/
footer a:link {
    color: #FFF;
    text-decoration: none;
}

footer a:visited {
    color: #FFF;
    text-decoration: none;
}

footer a:hover {
    color: #ffc600;
    text-decoration: underline;
}





/******************************************
*******************************************
トップページ
*******************************************
*******************************************/

/******************************************
トップカルーセルパネル
*******************************************/
#carouselPanel {
    padding-top: 12px;
    width: 100%;
    background-color: #587cb7;
    border-top: 1px solid #BBB;
    border-bottom: 1px solid #CCC;
    position: relative;
}

/* Slick
*******************************************/
.center {
    margin: 0 0 50px;
}

.center img {
    width: 100%;
    height: auto;
}

.center div {
    margin: 0 0;
}


/* Arrows */
.center .slick-prev,
.center .slick-next {
    width: 46px !important;
    height: 46px !important;
}

.center .slick-prev:before,
.center .slick-next:before {
    font-size: 36px !important;
    color: #000 !important;
    text-shadow: 0px 0px 5px #FFF,
        0px 0px 5px #FFF,
        0px 0px 5px #FFF,
        0px 0px 5px #FFF;
}

.center .slick-prev {
    left: 12px;
    z-index: 100;
}

.center .slick-next {
    right: 4px;
    z-index: 99;
}

/* Dots */
.center .slick-dotted.slick-slider {
    margin-bottom: 25px !important;
}

.center .slick-dots {
    bottom: -25px !important;
}

.center .slick-dots li button:before {
    font-size: 9px !important;
    color: #FFF !important;
}


#carouselPanel .message {
    margin: 0 auto;
    width: 100%;
    position: absolute;
    bottom: 40px;
    z-index: 9999;
}

#carouselPanel h1 {
    color: #FFF;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
    text-shadow: 0px 1px 8px #000, 0px 1px 8px #000;
}

#carouselPanel h2 {
    color: #FFF;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
    text-shadow: 0px 1px 8px #000, 0px 1px 8px #000;
}

/******************************************
トップメイン
*******************************************/
#topMain {
    margin: 30px auto;
    width: 1000px;
}



/******************************************
トップラッパー
*******************************************/
#topWrapper {
    margin: 0 auto;
    width: 1000px;
}


/******************************************
トップ新着情報
*******************************************/
#topNews {
    margin: 25px auto;
    width: 670px;
    float: right;
}

#topNews h2 {
    margin: 0 auto 0.2em;
    width: 100%;
    font-size: 1.25rem;
    font-weight: bold;
}

#topNews .newsHeadLine {
    margin: 0 auto 0.2em;
    width: 100%;
    overflow: auto;
}

#topNews dl {
    margin: 0px auto;
    width: 100%;
    color: #555;
    line-height: 150%;
}

#topNews dl dt {
    padding-top: 0.5em;
    padding-right: 0;
    width: 160px;
    border-top: 1px solid #DDD;
    font-size: 0.9rem;
    font-weight: bold;
    float: left;
}

#topNews dl dd {
    margin-left: 160px;
    padding-top: 0.4em;
    padding-right: 0.25em;
    padding-bottom: 0.4em;
    padding-left: 0em;
    border-top: 1px solid #DDD;
}

#topNews dl dt em {
    margin-right: 0.5em;
    padding: 0;
    line-height: 140%;
    display: inline-block;
    width: 5em;
    font-size: 0.8rem;
    color: #FFF;
    text-align: center;
    border-radius: 4px;
}

#topNews dl dt em.koshin {
    background-color: #468db9;
}

#topNews dl dt em.seminar {
    background-color: #e0871d;
}

#topNews dl dt em.oshirase {
    background-color: #67a932;
}


/******************************************
トップバナー
*******************************************/
#topBanner {
    margin: 25px auto;
    width: 300px;
    float: left;
}

#topBanner img {
    margin-bottom: 5px;
    width: 100%;
    border-radius: 8px;
}

#topBanner a:link img.bnrA {
    border: 2px solid #a45500;
}

#topBanner a:visited img.bnrA {
    border: 2px solid #a45500;
}

#topBanner a:hover img.bnrA {
    border: 2px solid #ffc000;
}

#topBanner a:link img.bnrB {
    border: 2px solid #34568f;
}

#topBanner a:visited img.bnrB {
    border: 2px solid #34568f;
}

#topBanner a:hover img.bnrB {
    border: 2px solid #49c1ff;
}







/******************************************
*******************************************
下層ページ
*******************************************
*******************************************/

/******************************************
パンくずリスト
*******************************************/
#topicpath {
    margin: 0 auto;
    width: 100%;
    background-color: #587cb7;
    border-top: 1px solid #BBB;
    border-bottom: 1px solid #CCC;
}

#topicpath ul {
    margin: 0 auto;
    padding: 4px 0 2px;
    width: 1000px;
    font-size: 0.85rem;
}

#topicpath ul li {
    display: inline;
    list-style-type: none;
    line-height: 100%;
    color: #FFF;
}

#topicpath ul li a {
    padding-right: 12px;
    background: url(../img/tpkpath_arrow.png) no-repeat right center;
    background-size: 8px 8px;
    text-decoration: none;
}

#topicpath li a:link {
    color: #FFF;
}

#topicpath li a:visited {
    color: #FFF;
}

#topicpath li a:hover {
    color: #ffc600;
    text-decoration: underline;
}





/* 共通ボタン
*******************************************/
.commonBtn {
    height: 30px;
    line-height: 32px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    display: block;
    color: #FFF;
    border-radius: 6px;
    background-color: #CCC;
}

.commonBtn a {
    padding-left: 10px;
    height: 30px;
    line-height: 32px;
    display: block;
    border-radius: 6px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    background-color: #f1901f;
    background-image: url(../img/btnIcon_link.png);
    background-repeat: no-repeat;
    background-position: 3px 5px;
    background-size: 20px 20px;
}

.commonBtn a:link {
    color: #FFF;
    text-decoration: none;
}

.commonBtn a:visited {
    color: #FFF;
    text-decoration: none;
}

.commonBtn a:hover {
    text-decoration: none;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.5);
}




/******************************************
メイン部分
*******************************************/
#main {
    margin: 25px auto;
    width: 1000px;
}


/******************************************
ローカルナビ
*******************************************/

#lnavi {
    padding: 20px 10px;
    width: 285px;
    background-color: #FAFAFA;
    border: 1px solid #CCC;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

#lnavi h2 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 1.75rem;
    font-weight: bold;
    color: #999;
    text-align: center;
    border-bottom: 2px dotted #999;
}

#lnavi h2 img {
    margin-right: 10px;
    width: 40px;
    height: auto;
}

#lnavi h3 {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 1.05rem;
    line-height: 120%;
    font-weight: bold;
    display: block;
}

#lnavi h3 a {
    margin: 6px 0 0;
    padding: 4px 4px;
    display: block;
    border: 1px solid transparent;
}

#lnavi h3.noLink {
    margin: 6px 0 0;
    padding: 4px 4px;
    border: 1px solid transparent;
}

#lnavi h3 a.act {
    background-color: #FFF;
    border: 1px solid #FF7800;
}

#lnavi h3 a:link {
    color: #1441C2;
}

#lnavi h3 a:visited {
    color: #52618d;
}

#lnavi h3 a:hover {
    color: #FF7800;
    background-color: #FFF;
    text-decoration: none;
}

#lnavi ul {}

#lnavi ul li {
    line-height: 120%;
    list-style: none;
}

#lnavi ul li a {
    margin: 0px;
    padding: 4px 0 4px 20px;
    display: block;
    background: url(../img/linkIcon_arrow.png) no-repeat 2px 4px;
    background-size: 14px 14px;
    border: 1px solid transparent;
}


#lnavi ul li a.act {
    background-color: #FFF;
    border: 1px solid #FF7800;
}


/* リンク色指定
********************/
#lnavi li a:link {
    color: #1441C2;
}

#lnavi li a:visited {
    color: #52618d;
}

#lnavi li a:hover {
    color: #FF7800;
    background-color: #FFF;
    text-decoration: none;
}

/* ファイルアイコン
********************/
.fileicon {
    margin: 0 5px;
    padding: 0;
    width: 16px;
    height: 16px;
}




/******************************************
コンテンツ
*******************************************/
#contents {
    margin-bottom: 25px;
    width: 690px;
    float: right;
}

.wideContents {
    margin-right: auto !important;
    margin-left: auto !important;
    width: 80% !important;
    float: none !important;
}

#contents h1 {
    margin: 0 auto 1em;
    padding-top: 0.15em;
    padding-left: 0.5em;
    font-size: 1.6rem;
    font-weight: bold;
    border-left: 16px double #e0871d;
    line-height: 120%;
}

#contents h2 {
    margin: 1.5em 0 1em;
    padding: 0.3em 0.7em;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 130%;
    border: 1px solid #facb71;
    background-color: #fdf8da;
}

#contents h3 {
    margin: 1.5em 0 1em;
    font-size: 1.15rem;
    font-weight: bold;
    line-height: 130%;
}

#contents h4 {
    margin: 1.5em 0 1em;
    font-size: 1rem;
    font-weight: bold;
    line-height: 130%;
}

#contents p {
    margin: 1em 0 1em;
}

/* リスト **************/
#contents ul {
    margin-left: 1.5em;
    font-size: 1rem;
}

#contents ul li {
    margin: 0.5em 0;
    list-style-type: disc;
}

#contents ul li ul {
    margin-left: 1em;
    font-size: 1rem;
}

#contents ul li ul li {
    margin: 0.5em 0;
    list-style-type: circle;
}

#contents ol {
    margin-left: 1.5em;
    font-size: 1rem;
}

#contents ol li {
    margin: 0.5em 0;
    list-style-type: decimal;
}

#contents ol li ul {
    margin-left: 1em;
    font-size: 1rem;
}

#contents ol li ul li {
    margin: 0.5em 0;
    list-style-type: circle;
}

/* 引用 **************/
#contents blockquote {
    margin: 0.5em 0 0.5em;
    padding: 0.5em 2%;
    border: 1px solid #f1901f;
    background-color: #fffaf2;
}

/* テーブル **************/
#contents table {
    margin: 0.5em 0 0.5em;
}

#contents table tr {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

#contents table th {
    padding: 4px 8px;
    background-color: #F2F2F2;
}

#contents table td {
    padding: 4px 8px;
}

#contents table .noWrap {
    white-space: nowrap;
}


/* 沿革
********************/
#contents dl.history {
    margin: 0px auto;
    width: 100%;
    color: #555;
    line-height: 150%;
}

#contents dl.history dt {
    padding-bottom: 0.5em;
    width: 130px;
    font-weight: normal;
    float: left;
}

#contents dl.history dd {
    margin-left: 130px;
    padding-bottom: 0.5em;
}







/* ログインアイコン
********************/
.loginicon {
    margin: 0 5px;
    padding: 0;
    width: 44px;
    height: 14px;
}





/* インラインボタン **************/
.inlineBtn a {
    margin: 0 0.2em;
    padding: 4px 0.5em 2px 1.5em;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 6px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    background: #f1901f url(../img/btnIcon_link.png) no-repeat 2px 5px;
    background-size: 20px 20px;
}

.inlineBtn a:link {
    color: #FFF;
    text-decoration: none;
}

.inlineBtn a:visited {
    color: #FFF;
    text-decoration: none;
}

.inlineBtn a:hover {
    text-decoration: none;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.5);
}


.txtRight {
    text-align: right;
}

.txtCenter {
    text-align: center;
}

.signature {
    font-size: 1.2rem;
}




.w100par {
    width: 100%;
    height: auto;
}

.w80par {
    width: 80%;
    height: auto;
}

.w75par {
    width: 75%;
    height: auto;
}

.w70par {
    width: 70%;
    height: auto;
}

.w60par {
    width: 60%;
    height: auto;
}

.w50par {
    width: 50%;
    height: auto;
}

.w40par {
    width: 40%;
    height: auto;
}

.w30par {
    width: 30%;
    height: auto;
}

.w25par {
    width: 25%;
    height: auto;
}

.w20par {
    width: 20%;
    height: auto;
}


.border1 {
    border: 1px solid #CCC;
}


/* アクセスマップ **************/
iframe.gMap {
    width: 100%;
    height: 400px;

}

/* ウェブ学習資料（動画） **************/
.movie {
    width: 100%;
    margin: 0 auto;
    max-width: 960px;
    position: relative;
    margin-top: 0.5em
}

.movie::before {
    content: '';
    display: block;
    padding-top: 56.25%
}

.movie iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid #CCC;
}



/* 図版1列 **************/
ul.fig1 {
    margin: 0.5em 0 !important;
    width: 100%;
}

ul.fig1 li {
    margin: 0.5em 0 !important;
    width: 100%;
    float: left;
    font-size: 0.9rem;
    line-height: 120%;
    list-style: none !important;
}

ul.fig1 li img {
    margin-bottom: 5px;
    width: 100%;
    height: auto;
    border: 1px solid #CCC;
}

/* 図版2列 **************/
ul.fig2 {
    margin: 0.5em 0 !important;
    width: 100%;
}

ul.fig2 li {
    margin: 0.5em 0 0.5em 1.25% !important;
    width: 49.375%;
    float: left;
    font-size: 0.9rem;
    line-height: 120%;
    list-style: none !important;
}

ul.fig2 li:first-child {
    margin-left: 0 !important;
}

ul.fig2 li img {
    margin-bottom: 5px;
    width: 100%;
    height: auto;
    border: 1px solid #CCC;
}


/*******************************************
★FAQページ用
********************************************/
/* QandAブロック
********************/
#contents dl.faq {
    border: 1px solid #CCC;
    font-size: 1rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

/* クエスチョン
********************/
#contents dl.faq dt {
    font-weight: bold;
    padding: 5px 20px;
    background: #EEE;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 10px;
}

/* アンサー
********************/
#contents dl.faq dd {
    font-weight: normal;
    padding: 0.3em 20px 0.3em;
}

/* 番号付きリスト
********************/
#contents dl.faq dd ol {
    list-style: decimal inside;
    margin: 5px 0px 0px 10px;
    font-size: 100%;
}

/* リスト
********************/
#contents dl.faq dd ul {
    margin: 5px 0px 0px 25px;
    list-style: disc;
    font-size: 100%;
}

/* リスト
********************/
#contents dl.faq dd ul li {
    margin: 0px 0px 0px 0px;
}

/* [Qn.][An.]の装飾
********************/
#contents dl.faq dt em {
    font-size: 1.1rem;
    font-weight: bold;
    color: #FFFFFF;
    background: #FF9900;
    padding: 2px 1px 1px 4px;
    margin-right: 5px;
}

#contents dl.faq dd em {
    font-size: 1.1rem;
    font-weight: bold;
    color: #FFFFFF;
    background: #329DCF;
    padding: 2px 1px 1px 4px;
    margin-right: 5px;
}








/* 縦スクロールメニュー
********************************************/
.anchormenu {
    margin-bottom: 30px;

    list-style: upper-roman;
    font-weight: bold;
    border: 1px solid #CCCCCC;
    margin: 20px 0 !important;
    padding: 10px 20px;
}

.anchormenu li {
    padding-left: 20px !important;
    font-size: 1.1rem;
    list-style: none !important;
    background-image: url(../img/icon_arrowDown.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    background-size: 16px 16px;
}

.anchormenu img {
    width: 16px;
    height: auto;
    margin-left: 3px;
}


/* リンク集用
********************************************/
ul.noMarker {
    margin-left: 0 !important;
}

ul.noMarker li {
    list-style: none !important;
}


/* NEWマーク
********************************************/
em.newMark {
    margin-left: 0.5em;
    padding: 4px 2px 1px 2px;
    line-height: 100%;
    display: inline-block;
    font-size: 0.9rem;
    color: #FF0;
    text-align: center;
    background-color: #F30;
}



/* 化審法Q&A
********************************************/
.langChg {
    margin-top: -10px;
}

/* 化審法Q&A
********************************************/
.langChg li {
    font-size: 1.2rem;
    font-weight: bold;
}