
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,900);
@import url('https://fonts.googleapis.com/css?family=Sacramento');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*============================
	レイアウト・背景色・基本文字色
=============================	*/
body {
	color:#000;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	letter-spacing:0.1em;
    min-width: 1100px;
    border-top: 4px solid #564242;
    position: relative;
    overflow: hidden;
}
body::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: url(../../images/215/bg-header_line_001.png) repeat-x;
    top: 3px;
    z-index: 1;
}

a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
	opacity:0.7;
	color:#c7243a;
}
#container {
    position: relative;
}

#container .inner {
	width:1200px;
	margin:0 auto;
}
#content {
	width:1200px;
	margin:0 auto 70px;
}
#top #content::before {
    width: 100vw;
    height: 100%;
    background: url(../../images/215/bg-contents_001.png);
    content: '';
    position: absolute;
    z-index: -2;
    left: 0;
    margin-top: -100px;
}
#page #content::before {
        width: 100vw;
    height: 100%;
    background: url(../../images/215/bg-contents_001.png);
    content: '';
    position: absolute;
    z-index: -2;
    left: 0;
        margin-top: -130px;
}
#main {
	width:890px;
	float:left;
    padding-left: 30px;
}
#side {
	width:260px;
	float:right;
}

/*============================
	ヘッダー
=============================*/
header {
    width: 100%;
    margin: 0 auto;
    min-height: 105px;
    position: relative;
    background: url(../../images/215/bg-header_001.png);
}
#top header::after {
    content: '';
    display: block;
    background: url(../../images/215/bg-header_Top_001.png) repeat-x;
    height: 344px;
    width: 100%;
    bottom: 0;
    position: absolute;
    bottom: -344px;
    z-index: -1;
}

#top.noSlide header::after {
    content: '';
    display: block;
    background: url(../../images/215/bg-header_noSlide_001.png) repeat-x;
    height: 209px;
    width: 100%;
    bottom: 0;
    position: absolute;
    bottom: -209px;
    z-index: -1;
}

header .headNav {
	letter-spacing:-0.40em;
	text-align:right;
    position: absolute;
    width: 257px;
    height: 22px;
    top: 0;
    right: 45px;
    bottom: 0;
    margin: auto;
}
header .headNav li {
	display:inline-block;
	letter-spacing:0;
    font-size:0.857em;
	margin-left:25px;
    font-family: 'Poppins', sans-serif;
	line-height:1;
}
header .headNav li:first-child {
    margin-left: 0;
}
header .headNav li a {
	text-decoration:none;
    color:#564242;
	display:block;
	text-align:center;
    padding: 7px 0 4px 11px;
    background: url(../../images/215/ico-head_nav_001.png) no-repeat left center;
}
header .headNav li.profileNav a {
}
header .headNav li.accessNav a {
}
header .headNav li.contactNav a {
}

/*　タイトル
-----------------------------------------*/
header #siteTtl {
    width: 100%;
    max-width: 50vw;
    min-width: 513px;
    text-align: center;
    padding: 18px 0;
    margin: 0 auto;
}
header #siteTtl a {
	text-decoration:none;
    color:#574242;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
    font-size: 5.143em;
    line-height: 1.5;
}
header #siteTtl a img {
	max-width:500px;
	height:auto;
}

/*============================
	グロナビ
=============================*/
nav {
}
nav ul {
	letter-spacing:-0.40em;
	text-align:center;
	padding:13px 0 0;
}
nav ul li.parent {
	letter-spacing:0.1em;
	display:inline-block;
	margin-bottom:13px;
	position:relative;
    border-left: 1px solid #b9b9b9;
}
nav ul li.parent:last-child {
    border-right:1px solid #b9b9b9;
}
nav ul li.parent > a {
    color:#3a3030;
	text-decoration:none;
	padding:7px 26px;
	display:block;
	font-size:1em;
	font-weight:bold;
    min-width: 150px;
}
nav ul li.parent:hover:after {
	width:calc(100% + 2px);
	height:calc(100% + 18px);
	content:"";
	display:block;
	position:absolute;
	top:-9px;
	left:-1px;
}
nav ul li.childIn:hover:after {
	height:calc(100% + 15px);
}
nav ul li.parent:hover > a {
	position:relative;
	z-index:10;
    color:#d27373;
	opacity:1;
}

/* 子メニュー */
nav .child {
	position:absolute;
	letter-spacing:0;
	width:calc(100% + 2px);
	text-align:left;
	padding:0;
	display:none;
	z-index:10;
	padding-top:6px;
    left: -1px;
}
nav .child li {
    background: rgba(86,66,66,0.83);
    margin-bottom: 1px;
}
nav .child li a {
	color:#fff;
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
	display:block;
	position:relative;
    text-align: center;
    padding: 10px 5px;
}
nav .child li a:hover {
	opacity:1;
    color:#d27373;
}
nav .child li:first-child {
}
nav .child li:last-child {
}

/* topのみ */
#top nav {
	margin-bottom:5px;
}
/*noSlideのみ*/
#top.noSlide nav {
    margin-bottom: 14px;
}

/*============================
	メインスライド
=============================*/
.bx-wrapper {
    margin-bottom: 0 !important;
}
.mainSlideIn {
	width:1200px;
	margin:0 auto;
}
.bx-wrapper .bx-viewport {
    border: 15px solid #fff;
}

#mainSlide li {
	height:500px !important;
	position:relative;
	background: #fff;
    background-color: #fff;
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	/*top:50%;*/
	left:0;
	/*transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);*/
	width:1200px;
	height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ccc;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 7.5px;
	outline: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #c7243a;
	opacity:1;
}

.bx-wrapper .bx-pager {
    display: none;
}

/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:56px;
	height:56px;
	margin:0;
    border-radius: 28px;
	top:225px;
}
.bx-wrapper .bx-prev {
    background:url(../../images/215/btn-slider_001.png) 23px center no-repeat #564242;
    left: -69px;
}
.bx-wrapper .bx-prev:hover {
    background:url(../../images/215/btn-slider_001.png) 23px center no-repeat #564242;
	opacity:0.7;
}
.bx-wrapper .bx-next {
    background:url(../../images/215/btn-slider_002.png) 23px center no-repeat #564242;
	right:-69px;
}
.bx-wrapper .bx-next:hover {
    background:url(../../images/215/btn-slider_002.png) 23px center no-repeat #564242; 
	opacity:0.7;
}


/*============================
	メインイメージ
=============================*/
.mainImgIn {
}
.mainImgIn .inner {
	display:table;
	width:100%;
	padding:45px 30px 50px;
}
.mainImgIn .inner #mainImg {
	width:365px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.mainImgIn .inner #mainImg img {
    border: 15px solid #fff;
}
.mainImgIn .inner #leadTxt {
	/*display:table-cell;*/
    display: block;
	vertical-align:middle;
	padding-left:40px;
	font-weight:normal;
	line-height:2.14;
}

.noSlide .mainImgIn .inner {
    border-collapse: separate;
    border-spacing: 48px 0px;
    padding-bottom: 0;
}

/*============================
リードエリア
=============================*/
/* leadTxt */
#leadTxt {
    line-height:2.14;
    padding:20px;
    font-weight:normal;
    margin-bottom:55px;
    color: #3a3030;
    width: 900px;
    margin: 32px auto 56px;
    text-align: center;
    padding: 30px 50px;
    position: relative;
    min-height: 147px;
}
#leadTxt::before {
    content: '';
    background: url(../../images/215/ico-read_001.png) no-repeat left center;
    width: 41px;
    height: 100%;
    position: absolute;
    left: -17px;
    top: 0;
}
#leadTxt::after {
    content: '';
    background: url(../../images/215/ico-read_002.png) no-repeat right center;
    width: 41px;
    height: 100%;
    position: absolute;
    right: -17px;
    top: 0;
}
.noSlide #leadTxt {
    width: auto;
}
.noSlide #leadTxt::before {
    content: '';
    background: url(../../images/215/ico-read_noSlide_001.png) no-repeat left center;
    width: 41px;
    height: 100%;
    position: absolute;
    left: -17px;
    top: 0;
}
.noSlide #leadTxt::after {
    content: '';
    background: url(../../images/215/ico-read_noSlide_002.png) no-repeat right center;
    width: 41px;
    height: 100%;
    position: absolute;
    right: -17px;
    top: 0;
}

/*============================
	メインエリア
=============================*/
#main .contTtl {
    font-size:1.714em;
	line-height:1.3;
	padding-bottom:20px;
    color: #564242;
    font-weight: bold;
}
#main div:last-child {
	margin-bottom:0;
}

/* news */
#news {
    max-height: 461px;
    background-image: linear-gradient(to right, #564242, #564242 8px, transparent 1px, transparent 4px);
    background-size: 12px 2px;
    background-position: top;
    background-repeat: repeat-x;
    position: relative;
    -ms-background-position-y: 6px;
    background-position-y: 6px;
    padding: 70px 0;
    margin-bottom: 100px;
}
#news::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../../images/215/bg-header_002.png);
    top: 0;
    left: 0;
    display: block;
    position: absolute;
    z-index: -1;
}
#news::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -24px;
    background: url(../../images/215/bg-header_bottom_002.png) repeat-x;
    height: 24px;
    width: 100%;
}

#news .contTtl {
    font-family: 'Sacramento', cursive;
    color:#624d4d;
    position: relative;
    font-size: 4.143em;
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
}
#news ul {
	max-height:255px;
	overflow:scroll;
	line-height:1.3;
	margin-bottom:73px;
    width: 928px;
    margin: 0 auto;
    overflow-x: hidden;
}
#news ul li {
	padding:15px 20px 15px 145px;
	position:relative;
    border-bottom:1px solid #ecacac;
}
#news ul li:first-child {
    border-top:1px solid #ecacac;
}
#news ul li::before {
    content: '';
    display: block;
    position: absolute;
    background: url(../../images/215/ico-news_001.png) no-repeat;
    width: 21px;
    height: 22px;
    left: 7px;
    top: 13px;
}
#news ul li::after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 25px;
    background-color: #ecacac;
    left: 131px;
    top: 11px;
}

#news ul .day {
	display:block;
	width:100px;
	position:absolute;
	left:35px;
}
#news ul .day::after {
}
#news dl dd {
	float:left;
	width:782px;
	padding:10px 0;
	border-top:1px dotted #000;
}

/* article */
.articleBox {
	margin-bottom:85px;
}
.articleBox .contTtl {
	font-weight:normal;
	padding-bottom:25px !important;
	margin-bottom:28px;
    background-image: linear-gradient(to right, #564242, #564242 8px, transparent 1px, transparent 4px);
    background-size: 12px 2px;
    background-position: bottom;
    background-repeat: repeat-x;
    position: relative;
}
.articleBox .contTtl::before {
    content: '';
    display: block;
    position: absolute;
    background: url(../../images/215/ico-contTtl_001.png)no-repeat;
    width: 59px;
    height: 62px;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
    top: -19px;
    left: -30px;
}
.articleIn .articleBox:last-child {
}
.articleBox .txtArea {
	width:520px;
	float:left;
	line-height:2.14;
}
.articleBox.noImg .txtArea {
	width:auto;
	float:none;
}
/*.articleBox .txtArea p {
	margin-bottom:30px;
}*/
.articleBox .txtArea strong {
	font-weight:bold;
}
.articleBox .txtArea p:last-child {
	margin-bottom:0;
}
.articleBox .imgArea {
	width:300px;
	float:right;
}
.articleBox .imgArea figure {
	margin-bottom:25px;
}
.articleBox .imgArea figure img{
    border: 5px solid #fff;
}

.articleBox .imgArea figure:last-child {
}
/*.articleBox .imgArea figure img{
	width:300px;
}*/
.articleBox .imgArea figure:last-child {
	margin-bottom:0;
}
.articleBox .imgArea figure figcaption {
	display:block;
    font-size:0.857em;
	padding-top:10px;
	line-height:1.5;
}
#main .articleBox table {
	width:100%;
	font-size:1em;
    border: none;
    border-top: 2px solid #564242;
}
.articleBox table,
.articleBox table td,
.articleBox table th {
}
.articleBox table td,
.articleBox table th {
	text-align:left;
	padding:10px 15px;
    border-bottom: 1px solid #ac9e95;
}
.articleBox table th {
    font-weight: bold;
    background-color: #ece8e4;
    text-align: center;
}

.articleIn .articleBox.noImg .txtArea p {
    margin-bottom: 30px;
}


/* contactBtn */
.contactBtn {
	width:450px;
	margin:0 auto 70px;
}

#page .contactBtn {
    margin-top: 70px;
}

.contactBtn a {
	display:block;
    background:#f49292;
	font-weight:600;
	text-decoration:none;
	text-align:center;
	color:#fff;
	line-height:64px;
	height:64px;
    font-family: 'Poppins', sans-serif;
    font-size:1.714em;
    position: relative;
}
.contactBtn a::before {
    position: relative;
    content: '';
    background: url(../../images/215/ico-contact_001.png) no-repeat;
    width: 22px;
    height: 22px;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    position: absolute;
    right: 17px;
    top: calc(50% - 11px);
}


/*============================
	サイドエリア
=============================*/
#top #side {
	padding-top:56px;
}
#page #side {
}
#side div:last-child,
#side h2:last-child {
	margin-bottom:0;
}
#side .sideTtl {
    font-size:1.857em;
    color:#fed5d5;
    height: 65px;
    line-height: 75px;
    text-align: center;
    background: url(../../images/215/bg-sideTtl_001.png) no-repeat;
    margin-bottom: 10px;
}

/* sideCont */
#side #sideCont .sideTtl {
}
#side #sideCont {
	letter-spacing:0.1em;
	line-height:1;
	margin-bottom:20px;
    background-color: #fed5d5;
    padding-bottom: 10px;
}
#side #sideCont ul {
    width: 240px;
    margin: 0 auto;
    background-color: #fff;
}
#side #sideCont ul li {
    border-bottom:1px solid #d2d2d2;
    font-size:1.286em;
}
#side #sideCont ul li:last-child {
    border-bottom: none;
}
#side #sideCont ul li a {
	display:block;
	text-decoration:none;
	padding:27px 20px;
	position:relative;
}
#side #sideCont ul li a:before {
	content:"";
	display:block;
	position:absolute;
    background: url(../../images/215/ico-sideCont_001.png) no-repeat;
    width: 20px;
    height: 20px;
    right: 17px;
    top: 25px;
}
#side #sideCont ul li a:hover:before {
    content:"";
    display:block;
    position:absolute;
    background: url(../../images/215/ico-sideCont_002.png) no-repeat;
    width: 20px;
    height: 20px;
    right: 17px;
    top: 25px;
}
#side #sideCont ul li a:hover {
	opacity:1;
    color:#dd3131;
}

/* blog */
#side #blog {
	line-height:1.3;
	margin-bottom:20px;
    background-color: #fed5d5;
    padding-bottom: 10px;
}
#side #blog dl {
    background-color: #fff;
    width: 240px;
    margin: 0 auto;
}
#side #blog dl dd:last-child {
    border-bottom: none;
}
#side #blog  dl dt {
	margin-bottom:5px;
	padding:13px 20px 0 20px;
}
#side #blog  dl dd {
    border-bottom:1px solid #d2d2d2;
	padding:0 20px 13px 20px;
}
#side #blog  dl dd a {
	text-decoration:none;
}
#side #blog .btn {
	width:240px;
	margin:4px auto 0;
}
#side #blog .btn a {
	display:block;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
    background:#f49292;
	padding:14px 10px 14px 0;
	text-align:center;
	position:relative;
    font-size: 1.214em;
}
#side #blog .btn a:hover {
}
#side #blog .btn a:before {
	content:"";
	display:block;
	position:absolute;
    background: url(../../images/215/ico-contact_001.png) no-repeat;
    width: 22px;
    height: 22px;
    right: 13px;
}
#side #blog .btn a:hover:before {
    opacity: 0.7;
}

/* mobile */
#side #mobile {
	margin-bottom:60px;
    border-bottom:1px solid #fed5d5;
    background-color: #fed5d5;
}
#side #mobile .sideTtl {
    letter-spacing: 0;
}
#side #mobile figure {
	padding:28px 28px 24px;
	text-align:center;
    background-color: #fff;
    margin: 10px;
}
#side #mobile figure img {
	width:100px;
	height:100px;
}
#side #mobile figure figcaption {
	line-height:1.7;
	padding-top:20px;
}

/*============================
	ページトップ
=============================*/
#pageTop {
	position:fixed;
	z-index:1000;
	right:18px;
	bottom:25px;
	width:60px;
	height:60px;
	 border-radius:30px;
	 display:none;
}
#pageTop a {
	display:block;
	width:56px;
	height:56px;
	 overflow: hidden;
	 text-indent: 100%;
	 white-space: nowrap;
	 background:url(../../images/215/ico-pageTop_001.png) no-repeat;
}
#pageTop a:hover {
	opacity:0.7;
}

/*============================
	フッター
=============================*/
footer {
    background:#564242;
}
footer .copy {
	width:1200px;
	text-align:center;
	margin:0 auto;
	color:#fff;
	line-height:1.2;
	font-weight:bold;
	padding:80px 0;
    font-size: 0.857em;
}

/*============================
	フリーエリア
=============================*/
.freeArea {
	line-height:2;
}

/*============================
	下層ページ共通
=============================*/
/*下層ページheader*/
#page header {
    background: url(../../images/215/bg-header_light_001.png);
    border-bottom: 1px solid #deb4b4;
}
/*下層ページnav*/
#page nav {
    background-color: #fff;
    padding: 15px 50px 10px;
}

/* pageTtl */
.pageTtl {
	border-bottom:1px solid #ddd;
	padding:38px 0 28px;
	margin:0 auto 15px;
        background: url(../../images/215/bg-header_002.png);
    position: relative;
    text-align: center;
}
.pageTtl::after {
    content: '';
    display: block;
    position: absolute;
    background:url(../../images/215/bg-header_bottom_002.png) repeat-x #fff;
    -ms-background-position-y: top;
    background-position-y: top;
    height: 24px;
    width: 100%;
    bottom: -24px;
}
.pageTtl h2 {
	font-size:2.429em;
	line-height:1.3;
	color:#564242;
    max-width: 1200px;
    position: relative;
    display: inline-block;
    max-width: 1100px;
    word-break: break-all;
}
.pageTtl h2::before {
    content: "・";
    display: inline-block;
    position: absolute;
    left: -55px;
    font-size: 1.5em;
    line-height: 1;
    top: calc(50% - 25px);
}
.pageTtl h2::after {
    content: "・";
    display: inline-block;
    position: absolute;
    right: -55px;
    font-size: 1.5em;
    line-height: 1;
    top: calc(50% - 25px);
}


/* pnkz */
#pnkz {
	letter-spacing:-0.40em;
	text-align:left;
	width:1200px;
	margin:0 auto 65px;
	font-size:0.85em;
    padding: 16px 0 16px 34px;
    position: relative;
}
#pnkz::after {
    content: '';
    display: block;
    height: 1px;
    width: 100vw;
    background-color: #d7d4c2;
    position: absolute;
    bottom: 0;
    left: calc(50% - 50vw);
    min-width: 1200px;
}
@media screen and (max-width:1200px) {
    #pnkz::after {
        left: 0;
    }
}

#pnkz li {
	letter-spacing:0;
	display:inline-block;
}
#pnkz li:after {
	content:">";
	margin:0 10px;
}
#pnkz li:last-child:after {
	display:none;
}
#pnkz li a {
    text-decoration: none;
    color: #e67c7c;
}


/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#main.form table,
#main.profile table,
#main.map table {
	border-bottom:2px solid #564242;
	width:100%;
	font-size:1.14em;
    border-top: 2px solid #564242;
}
#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;
	padding:25px 20px;
	margin-bottom:70px;
    border-bottom: 1px solid #ac9e95;
}
#main.form table tr:last-child th,#main.form table tr:last-child td,
#main.profile table tr:last-child th,#main.profile table tr:last-child td,
#main.map table tr:last-child th,#main.map table tr:last-child td {
     border-bottom: 2px solid #564242;
}
#main.form table th,
#main.profile table th,
#main.map table th {
	font-weight:bold;
        background-color: #ece8e4;
    text-align: center;
    border-bottom: 1px solid #ac9e95;
}
#main.form .txtBox,
#main.profile .txtBox,
#main.map .txtBox {
	line-height:1.87;
	margin-bottom:70px;
}
#main.form .txtBox p,
#main.profile .txtBox p,
#main.map .txtBox p {
	margin-bottom:30px;
}

/* form */
#main.form {
    margin-bottom: 70px;
}
#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;
    margin-bottom: 70px;
}
#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;
	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:#f49292;
}
#main.form #submit input.resetBtn {
	background:#bbb;
}
#main.form #submit input:hover {
	opacity:0.7;
}

/* map */
#main.map #frame {
	margin-bottom:70px;
}
#main.map #frame iframe {
	width:860px;
	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;
}