@import url('https://fonts.googleapis.com/css?family=Pacifico');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');

/*============================
	レイアウト・背景色・基本文字色
=============================	*/
body {
	color:#000;
	font-family:  "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif !important;
	letter-spacing:0.1em;
    line-height: 1.5;
    width: 100%;
    min-width: 1200px;
    overflow-x: hidden;
}
a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
    color:#ff4747;
}
a:hover img {
    opacity:0.7;
}


/*　全体を囲むボックス
-----------------------------------------*/
#container {
}
#container .inner {
	width:1200px;
	margin:0 auto;
}


/*　メインコンテンツを囲むボックス
-----------------------------------------*/
.contentIn {
    background: url(../assets/205/bgi-content_001.jpg);
    padding: 110px 0 60px;
}
#content {
	width:1200px;
	margin:0 auto;
    position: relative;
}
/* メインエリア */
#main {
	width:890px;
	float:left;
}
/* サイドエリア */
#side {
	width:258px;
	float:right;
}


/*============================
	ヘッダー
=============================*/
.headerIn {
    position: relative;
    width: 100%;
    min-width: 1200px;
    background: url(../assets/205/bgi-wood_001.jpg);
}
header {
	margin:0 auto;
	display:table;
    width: 100%;
}

/*　サイトタイトル
-----------------------------------------*/
header .siteTtlIn {
    display:table-cell;
    vertical-align:middle;
    text-align: center;
    padding: 60px 80px;
    position: relative;
    z-index: 99;
}
header .siteTtlIn h1 {
    display: inline-block;
    position: relative;
    z-index: 100;
    padding: 15px 30px;
}
header .siteTtlIn h1:before {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #fff;
    background: url(../assets/205/img-siteTtl_001.png) center top no-repeat;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -70px;
}
header .siteTtlIn h1:after {
    width: 100%;
    height: 6px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -6px;
    border-top: 2px solid #fff;
    border-bottom: 1px solid #fff;
}
header .siteTtlIn h1 a {
    text-decoration:none;
    color:#fff;
    font-family: 'Pacifico', cursive,"游ゴシック", YuGothic, "メイリオ", Meiryo;
    font-size: 3.57em;
    position: relative;
    line-height: 1.5;
    letter-spacing: 0;
    display: block;
    max-height: 410px;
    overflow: hidden;
}
header .siteTtlIn h1 a:before,
header .siteTtlIn h1 a:after {
    content: "";
    display: block;
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
}
header .siteTtlIn h1 a:before {
    left: -40px;
}
header .siteTtlIn h1 a:after {
    right: -40px;
}
header .siteTtlIn h1 a img {
    max-width:600px;
    height:auto;
}
header .siteTtlIn h1 a:hover {
    color: #ff4747;
}

/*　ヘッダーリンク
-----------------------------------------*/
header .headNav {
	letter-spacing:-0.40em;
    position: absolute;
    top: 20px;
    right: 22px;
    text-align: right;
    letter-spacing: -0.40em;
    z-index: 100;
}
header .headNav li {
	display:inline-block;
	letter-spacing:0.05em;
	font-size:1em;
	margin-left:2px;
    font-family: 'Roboto Slab', serif;
	line-height:1;
    padding: 6px 0;
    margin-left: 28px;
    position: relative;
}
header .headNav li:before {
    content: "";
    display: block;
    background: url(../assets/205/lin-headNav_001.png);
    width: 11px;
    height: 23px;
    position: absolute;
    left: -18px;
    top: 1px;
}
header .headNav li:first-child:before {
    display: none;
}
header .headNav li a {
	text-decoration:none;
	color:#fff;
}
header .headNav li a:hover {
    color:#ff4747;
}


/*============================
メインスライド（ワイドスライドVer のみ）
=============================*/
.headerIn.slide {
    background: none;
}
.headerIn.slide header {
    height: 584px;
}
.headerIn.slide .siteTtlIn {
    background: rgba(0,0,0,0.3);
}

.mainSlideIn {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 1402px;
    width: 100%;
    max-width: 100% !important;
    height: 584px !important;
    overflow: hidden;
}
.bx-wrapper {
    max-width: 100% !important;
}
#mainSlide li {
    position:relative;
    background:rgba(0,0,0,0.2);
    overflow:hidden;
    height: 584px !important;
}
#mainSlide li img {
    position:absolute;
    /*top:50%;*/
    left:0;
    /*transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);*/
    width:100%;
    height:auto;
}

/* pager */
.bx-wrapper .bx-pager {
    padding-top: 0 !important;
    bottom: 15px !important;
    z-index: 10;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #8e8d8d;
    text-indent: -9999px;
    display: block;
    width: 6px;
    height: 6px;
    margin: 0 4px;
    outline: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ff4747;
    opacity:1;
}

/* controlBtn */
.bx-wrapper .bx-controls-direction a {
    margin:0;
    top:50%;
    margin-top: -40px;
}
.bx-wrapper .bx-prev {
    width:41px;
    height:80px;
    background:url(../assets/205/btn-slider_001.png);
    left:60px;
}
.bx-wrapper .bx-next {
    width:40px;
    height:78px;
    background:url(../assets/205/btn-slider_002.png);
    right:60px;
}


/*============================
メインイメージ（旧メイン画像Ver のみ）
=============================*/
.headerIn.noSlide {
    padding-bottom: 70px;
}
.headerIn.noSlide header {
    padding: 45px 0 20px;
}
.headerIn.noSlide header .siteTtlIn {
    padding-bottom: 0;
}

.mainImgIn {
    position: relative;
    margin: 95px auto 0;
    border: 9px solid;
    border-top-color: #483d2e;
    border-left-color: #35291a;
    border-bottom-color: #483d2e;
    border-right-color: #35291a;
    padding: 21px 10px 21px 11px;
    background: linear-gradient(to right, rgba(3,16,4,1) 0%,rgba(12,43,30,1) 50%,rgba(3,16,4,1) 100%);
    width: 970px;
}
.mainImgIn:before {
    content: "";
    display: block;
    background: url(../assets/205/img-pin_001.png);
    width: 474px;
    height: 85px;
    position: absolute;
    top: -94px;
    left: 50%;
    margin-left: -237px;
}
.mainImgIn:after {
    content: "";
    display: block;
    width: calc(100% + 19px);
    height: calc(100% + 19px);
    position: absolute;
    top: -9px;
    left: -9px;
    border: 1px solid;
    border-top-color: #7c7469;
    border-left-color: #52473a;
    border-bottom-color: #2c251c;
    border-right-color: #2c251c;
}
.mainImgIn .inner {
    display:table;
    width:100% !important;
    color: #fff;
    text-align: center;
    font-weight: normal;
    padding: 10px 20px;
    background: url(../assets/205/img-lead_noSlide_002.png) repeat-y;
    position: relative;
    height: 300px;
}
.mainImgIn .inner:before,
.mainImgIn .inner:after {
    display: block;
    content: "";
    width: 931px;
    height: 11px;
    position: absolute;
    left: 0;
}
.mainImgIn .inner:before {
    background: url(../assets/205/img-lead_noSlide_001.png);
    top: -11px;
}
.mainImgIn .inner:after {
    background: url(../assets/205/img-lead_noSlide_003.png);
    bottom: -11px;
}

/* メイン画像 */
.mainImgIn .inner #mainImg {
    width:365px;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
.mainImgIn .inner #mainImg img {
    border: 3px solid #fff;
}

/* サイト説明文 */
.mainImgIn .inner #leadTxt {
    display:table-cell;
    vertical-align:middle;
    padding:0 50px 0 70px;
    font-weight:normal;
    line-height:2.14em;
}


/*============================
	グローバルナビゲーション
=============================*/
nav {
	background:#000;
}
nav ul {
	letter-spacing:-0.40em;
	text-align:center;
    margin: 0 -15px;
	padding:25px 0 0;
    font-size: 1em;
    line-height: 1;
}

/* 親メニュー */
nav ul li.parent {
	letter-spacing:0.1em;
	display:inline-block;
	margin:0 15px 25px;
	position:relative;
}
nav ul li.parent:last-child {
	border-right:none;
}
nav ul li.parent > a {
	color:#fff;
	text-decoration:none;
	padding:18px 0;
	display:block;
    min-width: 170px;
    font-family: 'Roboto Slab', serif;
}
nav ul li.parent > a:hover:before,
nav ul li.parent > a:hover:after{
    width: 100%;
    height: 1px;
    background: #363636;
    left: 0;
    content: "";
    display: block;
    position: absolute;
}
nav ul li.parent > a:hover:before {
    top: 0;
}
nav ul li.parent > a:hover:after {
    bottom: 0;
}

/* 子メニュー */
nav .child {
	position:absolute;
	letter-spacing:0;
	left:50%;
    margin-left: -115px;
	width:230px;
	text-align:center;
	padding:0;
	display:none;
	z-index:10;
	padding-top:24px;
}
nav .child li {
	background:#000;
    border-top: 1px solid #363636;
}
nav .child li a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding:15px 10px;
	position:relative;
}
nav .child li a:hover {
	opacity:1;
    color:#ff4747;
}


/*============================
    リードテキスト
=============================*/
.leadTxtArea {
    background: url(../assets/205/bgi-wood_001.jpg) left bottom;
    padding: 140px 0 120px;
    position: relative;
}
.leadTxtArea:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-mask: url(../assets/205/img-mask_001.png) center bottom repeat-x;
    width: 100%;
    height: 18px;
    bottom: -18px;
    left: 0;
    background: url(../assets/205/bgi-wood_001.jpg) left top;
}
.leadTxtArea .leadTxtIn {
    position: relative;
    width: 820px;
    margin: 0 auto;
    border: 9px solid;
    border-top-color: #483d2e;
    border-left-color: #35291a;
    border-bottom-color: #483d2e;
    border-right-color: #35291a;
    padding: 21px 10px 21px 11px;
    background: linear-gradient(to right, rgba(3,16,4,1) 0%,rgba(12,43,30,1) 50%,rgba(3,16,4,1) 100%);
}
.leadTxtArea .leadTxtIn:before {
    content: "";
    display: block;
    background: url(../assets/205/img-pin_001.png);
    width: 474px;
    height: 85px;
    position: absolute;
    top: -94px;
    left: 50%;
    margin-left: -237px;
}
.leadTxtArea .leadTxtIn:after {
    content: "";
    display: block;
    width: calc(100% + 19px);
    height: calc(100% + 19px);
    position: absolute;
    top: -9px;
    left: -9px;
    border: 1px solid;
    border-top-color: #7c7469;
    border-left-color: #52473a;
    border-bottom-color: #2c251c;
    border-right-color: #2c251c;
}
.leadTxtArea .leadTxtIn #leadTxt {
    color: #fff;
    text-align: center;
    font-weight: normal;
    padding: 65px 30px;
    background: url(../assets/205/img-lead_002.png) repeat-y;
    position: relative;
}
.leadTxtArea .leadTxtIn #leadTxt:before,
.leadTxtArea .leadTxtIn #leadTxt:after {
    display: block;
    content: "";
    width: 781px;
    height: 11px;
    position: absolute;
    left: 0;
}
.leadTxtArea .leadTxtIn #leadTxt:before {
    background: url(../assets/205/img-lead_001.png);
    top: -11px;
}
.leadTxtArea .leadTxtIn #leadTxt:after {
    background: url(../assets/205/img-lead_003.png);
    bottom: -11px;
}

/*============================
	メインエリア
=============================*/

/*　新着情報
-----------------------------------------*/
.newsIn {
    position: relative;
    padding-bottom: 100px;
    margin-bottom: 80px;
}
.newsIn:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -700px;
    bottom: 0;
    background: url(../assets/205/bgi-news_001.png) center bottom no-repeat;
    width: 1400px;
    height: 24px;
}
#news .newsTtl {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
#news .newsTtl span {
    display: inline-block;
    font-family: 'Pacifico', cursive;
    line-height: 1;
    font-size: 34px;
    padding: 10px 0;
    width: 335px;
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
    position: relative;
}
#news .newsTtl span:before,
#news .newsTtl span:after {
    border-top: 2px solid;
    border-bottom: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
    height: 6px;
    margin-top: -3px;
}
#news .newsTtl span:before {
    right: 100%;
}
#news .newsTtl span:after {
    left: 100%;
}

#news ul {
	max-height:255px;
    height: auto;
	overflow:scroll;
	line-height:1.3;
    border-top:1px dotted #000;
}
#news ul li {
	padding:14px 20px 14px 95px;
	position:relative;
	border-bottom:1px dotted #000;
}
#news ul .day {
	display:block;
	width:95px;
	position:absolute;
	left:0;
    color: #656565;
}
#news dl dd {
	float:left;
	width:782px;
	padding:10px 0;
	border-top:1px dotted #000;
}

/*　記事
-----------------------------------------*/
.articleBox {
    padding-top: 55px;
	margin-top:55px;
    border-top: 1px solid #b6b6b5;
}
.articleBox:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}
.articleBox .contTtl {
    font-size: 1.7em;
    line-height: 1.3;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 30px;
}
.articleBox .contTtl:after {
    display: block;
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    background: #000;
    left: 0;
    bottom: 0;
}

/* テキストエリア */
.articleBox .txtArea {
	width:530px;
	float:left;
}
.articleBox.noImg .txtArea {
	width:auto;
	float:none;
}
.articleBox .txtArea strong {
	font-weight:bold;
}
.articleBox .txtArea p:last-child {
	margin-bottom:0;
}

/* 写真ボックス */
.articleBox .imgArea {
	width:316px;
	float:right;
}
.articleBox .imgArea figure {
	margin-bottom:30px;
}
.articleBox .imgArea figure:last-child {
	margin-bottom:0;
}
.articleBox .imgArea figure img {
    border: 7px solid #fff;
    outline: 1px solid #b4b4b4;
}
.articleBox .imgArea figure figcaption {
	display:block;
	font-size:0.85em;
	padding-top:12px;
	line-height:1.5;
}

/* テーブル */
#main .articleBox table {
	width:auto;
	font-size:1em;
}
.articleBox table,
.articleBox table td,
.articleBox table th {
	border:1px solid #000;
}
.articleBox table td,
.articleBox table th {
	text-align:left;
	padding:10px 15px;
}


/*　お問い合わせボタン
-----------------------------------------*/
.contactBtn {
	width:505px;
	margin:55px auto 0;
}
.contactBtn a {
	display:block;
    background:#082114;
	text-decoration:none;
	text-align:center;
	color:#fff;
	line-height:90px;
	height:90px;
    font-family: 'Pacifico', cursive;
	font-size:2.14em;
}
.contactBtn a:hover {
    color:#68cca3;
    background: linear-gradient(to right, rgba(8,33,20,1) 0%,rgba(16,60,42,1) 50%,rgba(8,33,20,1) 100%);
}


/*============================
	サイドエリア
=============================*/
#side {
    padding-top: 31px;
}
#side div {
    margin-bottom: 84px;
}
#side div:last-child,
#side h2:last-child {
	margin-bottom:0;
}
#side .sideTtl {
	font-size:2.14em;
	color:#fff;
    font-family: 'Pacifico', cursive;
    line-height: 1.2;
    text-align: center;
    font-weight: normal;
    margin-bottom: 15px;
}
#side .sideTtl span {
    display: inline-block;
    position: relative;
}
#side .sideTtl span:before,
#side .sideTtl span:after {
    content: "";
    display: block;
    background: #fff;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
}
#side .sideTtl span:before {
    left: -15px;
}
#side .sideTtl span:after {
    right: -15px;
}

/* 共通 */
#side .sideBox {
    position: relative;
    background: #082114;
    border: 5px solid #e8e8e8;
    outline: 1px solid #b4b4b4;
    padding: 0 15px 10px;
}
#side .sideBox:before,
#side .sideBox:after {
    content: "";
    display: block;
    width: 260px;
    height: 31px;
    position: absolute;
    left: -6px;
}
#side .sideBox:before {
    background: url(../assets/205/img-side_001.png);
    top: -31px;
}
#side .sideBox:after {
    background: url(../assets/205/img-side_002.png);
    bottom: -31px;
}

/* サブメニュー */
#side #sideCont .sideTtl {
}
#side #sideCont {
    line-height:1;
}
#side #sideCont ul {
    border-top: 1px solid #264837;
}
#side #sideCont ul li {
    font-size:1.143em;
    border-bottom: 1px solid #264837;
}
#side #sideCont ul li a {
    display:block;
    text-decoration:none;
    text-align: center;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    padding: 18px 0;
}
#side #sideCont ul li a:hover {
    color:#68cca3;
    background: linear-gradient(to right, rgba(8,33,20,1) 0%,rgba(16,60,42,1) 50%,rgba(8,33,20,1) 100%);
}

/* ブログ */
#side #blog {
}
#side #blog dl {
    color: #f1f2f1;
    line-height: 1.3;
}
#side #blog dl dt {
	margin-bottom:5px;
	padding:13px 8px 0;
    font-size: 0.857em;
    border-top: 1px solid #264837;
}
#side #blog  dl dd {
	padding:0 8px 13px;
}
#side #blog  dl dd a {
	text-decoration:none;
    color: #f1f2f1;
}
#side #blog  dl dd a:hover {
    color:#68cca3;
}
#side #blog .btn {
}
#side #blog .btn a {
	display:block;
	text-decoration:none;
    font-size: 0.857em;
	color:#fff;
	font-weight:bold;
    background:#103c2a;
	padding:7px 0;
	text-align:center;
	position:relative;
}
#side #blog .btn a:before {
	content:"";
	display:block;
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 6px;
	border-color: transparent transparent transparent #fff;
	right:10px;
	top:50%;
	margin-top:-3px;
}
#side #blog .btn a:hover {
    color: #68cca3;
}
#side #blog .btn a:hover:before {
    border-color: transparent transparent transparent #68cca3;
}

/* QRコード */
#side #mobile {
}
#side #mobile .sideTtl {
    border-bottom: 1px solid #264837;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
#side #mobile figure {
	text-align:center;
}
#side #mobile figure img {
	width:100px;
	height:100px;
}
#side #mobile figure figcaption {
	text-align:left;
    color: #fff;
    font-size: 0.857em;
    padding: 20px 8px 0;
    line-height: 1.75;
}

/*============================
	ページトップ
=============================*/
#pageTop {
	position:fixed;
	z-index:1000;
	right:18px;
	bottom:25px;
	 display:none;
}
#pageTop a {
	display:block;
	width:38px;
	height:34px;
	 overflow: hidden;
	 text-indent: 100%;
	 white-space: nowrap;
	 background:url(../assets/205/btn-pageTop_001.png);
}

/*============================
	フッター
=============================*/
footer {
	background:#000;
}
footer .copy {
	width:1200px;
	text-align:center;
	margin:0 auto;
	color:#fff;
	line-height:1.2;
	padding:80px 0;
    font-size: 0.857em;
}

/*============================
	フリーエリア
=============================*/
.freeArea {
}
#main .freeArea {
    margin-top: 55px;
}

/*============================
	下層ページ共通
=============================*/
#page .headerIn {
    padding: 40px 0;
}
#page .contentIn {
    padding-top: 60px;
}

/*　下層ページタイトル
-----------------------------------------*/
.pageTtl {
	width:1200px;
	margin:0 auto 0;
}
.pageTtl h2 {
	font-size:2.5em;
	line-height:1.3;
	text-align:center;
	color:#fff;
    font-family: 'Roboto Slab', serif;
}

/*　パンくず
-----------------------------------------*/
#pnkz {
	letter-spacing:-0.40em;
	text-align:right;
	width:1200px;
	margin:0 auto 35px;
	font-size:0.85em;
}
#pnkz li {
	letter-spacing:0;
	display:inline-block;
}
#pnkz li:after {
	content:">";
	margin:0 10px;
}
#pnkz li:last-child:after {
	display:none;
}


/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/

/*　共通
-----------------------------------------*/
#main.form table,
#main.profile table,
#main.map table {
	border-bottom:1px solid #000;
	width:100%;
	margin-bottom:50px;
}
#main.form table th,#main.form table td,
#main.profile table th,#main.profile table td,
#main.map table th,#main.map table td {
	vertical-align:middle;
	text-align:left;
	border-top:1px solid #000;
	padding:25px 20px;
}
#main.form table th,
#main.profile table th,
#main.map table th {
	font-weight:bold;
	padding-right:0;
}
#main.form .txtBox,
#main.profile .txtBox,
#main.map .txtBox {
	line-height:1.87;
	margin-bottom:50px;
}
#main.form .txtBox p,
#main.profile .txtBox p,
#main.map .txtBox p {
	margin-bottom:30px;
}

/*　お問い合わせフォーム
-----------------------------------------*/
#main.form {
}
#main.form .requiredMark {
	color:#ce0000;
}
#main.form table th {
	width:270px;
}
#main.form table td {
	height:80px;
}
#main.form .inputArea {
	background:#f1f1f1;
	line-height:1;
	padding:8px 15px;
	border-radius:2px;
	width:520px;
	border:1px solid #ddd;
}
#main.form .inputArea.short {
	width:200px;
	display:inline-block;
}
#main.form .inputArea input {
	width:100%;
}
#main.form .inputArea input:focus,
#main.form .inputArea textarea:focus,
#main.form .inputArea button:focus {
	outline:none;
}
#main.form .inputArea textarea {
	width:100%;
	height:190px;
	padding: 10px 0;
    line-height: 1.5;
}
#main.form table {
	border-bottom:none;
}
#main.form #submit td {
	text-align:center;
	letter-spacing:-0.40em;
	padding-top:40px;
}
#main.form #submit input {
	display:inline-block;
	width:240px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	border-radius:5px;
	line-height:1;
	padding:18px 0;
	cursor:pointer;
	letter-spacing:0.1em;
	margin:0 10px;
	font-size:1.12em;
}
#main.form #submit input.submitBtn {
    background:#082114;
}
#main.form #submit input.resetBtn {
	background:#bbb;
}
#main.form #submit input:hover {
	opacity:0.7;
}

/*　地図
-----------------------------------------*/
#main.map #frame {
	margin-bottom:70px;
}
#main.map #frame iframe {
	width: 890px;
	height: 478px;
}

/* 20170703 ADD */
#side-area img{
	max-width: 100%;
}
#foot-area img{
	max-width: 100%;
}


/* 20190416 ADD */
.box ul,
.box1 ul,
.box2 ul,
.box3 ul,
.articleBox ul,
.entry_box ul,
.entryBox ul,
.article-box ul,
.article ul,
.article_box ul{
    list-style-type: disc;
}
.box ol,
.box1 ol,
.box2 ol,
.box3 ol,
.articleBox ol,
.entry_box ol,
.entryBox ol,
.article-box ol,
.article ol,
.article_box ol {
    list-style-type: decimal;
}
.box ul,
.box1 ul,
.box2 ul,
.box3 ul,
.articleBox ul,
.entry_box ul,
.entryBox ul,
.article-box ul,
.article ul,
.article_box ul,
.box ol,
.box1 ol,
.box2 ol,
.box3 ol,
.articleBox ol,
.entry_box ol,
.entryBox ol,
.article-box ol,
.article ol,
.article_box ol {
    margin-left: 18px;
}