/* ------------------------------
	common
------------------------------ */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
	-webkit-text-size-adjust: none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0; margin:0; padding:0;}
img {vertical-align: bottom;}
li{list-style:none}
.clearfix:after{
    content:".";
    display:block;
    height:0px;
    clear:both;
    visibility:hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height:1%;}
.clearfix {display:block;}
/* ------------------------------
	BLOG
------------------------------ */
#optional-contents {
	width: 960px;
	margin: 0px auto;
	margin-left:5px;
	background-color:#FFF;
	font-size:93%;
	line-height:1.5;
}
/*LINK*/
.optional-wrap a { color:#000098; text-decoration: underline;}
.optional-wrap a:hover { color:#08f; text-decoration: none;}
.panlist{
    background: #6c5c0c;
}
#panlist_bali {
    width: 960px;
    margin: 0 auto;
    color: #fff;
    overflow: hidden;
    padding: 7px;
	list-style:none;
	font-size:14px;
}
#panlist_bali li {
    float: left;
}
#panlist_bali li a {
    color: #ffcc00;
}
#panlist_bali li a:hover {
    color: #fff;
}
/* ------------------------------
	bread
------------------------------ */
.blog-bread {
	background-color: #A00105;
	padding: 10px;
	font-size: 13px;
	color: #FFF;
}
.blog-bread ul {}
.blog-bread ul li {
	list-style: none;
	float:left;
}
.blog-bread ul li a {
	color: #FFCC00;
	text-decoration: underline;
}
.blog-bread ul li a:hover {color: #FFF; text-decoration: none;}

/* ------------------------------
	title
------------------------------ */
.blog-title-area {
	clear:both;
	width:960px;
	text-indent:-10000px;
	font-size: 1px;
	line-height: 0;
	background: url(https://bali-oh.com/blogbali/optional2/images/title_new.png) left top no-repeat;
	height:192px;/*タイトル画像高さ*/
}
.blog-title-area a {
	display:block;
	width:960px;
	height:170px;
}
/* ------------------------------
	レイアウト共通
------------------------------ */
.optional-wrap {
	clear:both;
	margin:0 auto;
	padding:0px 0px;
	width:960px;
}
.article-list-area-wrap {
	padding:30px 0px 30px 15px;
	background-color:#FFF;
}
.article-list-area-wrap.sub-box {padding-bottom:0px;}
.top-cate-area-wrap,
.category-area-wrap {
	padding:30px 0px 0px 15px;
	background-color:#FFFADF;
	border-bottom: 1px solid #D4BC83;
	margin-bottom:10px;	
}
.category-area-wrap {padding-top:20px; padding-bottom:15px; border-top: 1px solid #D4BC83;}

h1.subti,h2.subti,h3.subti {
	color:#FF8D00;
	border-left: 5px solid#FF8400;
	height:30px;
	line-height:30px;
	font-size:19px;
	font-weight:bold;
	text-indent:12px;
}
/*BTN*/
.btn-gr span {
	border: 1px solid #3A7F3E;
	background-color:#2E7D2E;
	background: -moz-linear-gradient(top, #45AF35,#2E7D2E);
	background: -webkit-gradient(linear, left top, left bottom, from(#45AF35), to(#2E7D2E));
}
.btn-gr a:hover span {
	border: 1px solid #6AA06D;
	background-color:#609E60;
	background: -moz-linear-gradient(top, #70C462,#609E60);
	background: -webkit-gradient(linear, left top, left bottom, from(#70C462), to(#609E60));
}
.btn-or span {
	border: 1px solid #FF9A00;
	background-color:#FFA000;
	background: -moz-linear-gradient(top, #FFC23E,#FFA000);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFC23E), to(#FFA000));
}
.btn-or a:hover span {
	border: 1px solid #FFB42D;
	background-color:#FFB92E;
	background: -moz-linear-gradient(top, #FFD264,#FFB92E);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFD264), to(#FFB92E));
}
.btn-gr a,.btn-gr a:hover,
.btn-or a,.btn-or a:hover{color:#FFF; text-decoration:none;}
/**/
.top-back-btn {
	margin:40px auto 40px;
	width:400px;
	height:75px;
}
.top-back-btn span {
	display: table-cell;
    width: 400px;
    height: 75px;
    text-align: center;
    vertical-align: middle;
	font-weight:bold;
	font-size:18px;	
}
/* ------------------------------
	Top
------------------------------ */
/*top-category*/
.top-category-list { margin-top:10px; /*デザイン改修削除　margin-left:1px;*/ font-size:0px;}
.top-category-list li {
	display:inline-block;
	vertical-align:top;
    
    /*デザイン改修変更*/
	width:300px;
	margin-right:15px;
    margin-bottom:15px;
    /*デザイン改修変更*/
    
    /*デザイン改修追加*/
    position: relative;
    /*デザイン改修追加*/
}
.top-category-list li img {/*デザイン改修変更*/width:300px; height:200px;/*デザイン改修変更*/ overflow:hidden;}/**/
.top-category-list li a:hover img{opacity:0.8}
/*デザイン改修変更*/
.top-category-list li h3 {
	width:270px;
	position: absolute;
	bottom: 0px;
	padding: 5px 15px;
	z-index: 2;
	color: #741e0d;
	font-size: 14px;
	font-weight: bold;
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
}
/*デザイン改修変更*/
/*top-article-list*/
.article-list { margin-top:10px;}
.article-list li {
	float:left;
	width:300px;
    
    /*デザイン改修変更*/
	height:200px;
    /*デザイン改修変更*/
    
	position: relative;
	margin: 0 15px 15px 0;
}
.article-list li h2,
.article-list li h3,
.article-list li p{
	width:270px;
	position: absolute;
	bottom: 0px;
    
     /*デザイン改修変更*/
	padding: 7px 15px;
     /*デザイン改修変更*/
    
	z-index: 2;
    
     /*デザイン改修変更*/
	color: #000;
     /*デザイン改修変更*/
    
	font-size: 14px;
	font-weight: bold;
    
    /*デザイン改修削除*/
	/*text-shadow: 2px 2px 2px rgba(0,0,0,0.7);*/
    /*デザイン改修削除*/
    
    /*デザイン改修変更*/
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    /*デザイン改修変更*/
}
.article-list li a:hover h2,
.article-list li a:hover h3,
.article-list li a:hover p{
	color:#08F;
	text-shadow: 0 -2px 2px rgba(255,255,255,0.9), -2px 0 2px rgba(255,255,255,0.9), 2px 0 2px rgba(255,255,255,0.9), 0 2px 2px rgba(255,255,255,0.9);
}
.article-list li img {
	position: relative;
	z-index: 1;
	width: 300px;
	height:200px;
	overflow:hidden;
}
.article-list li a:hover img{opacity:0.8}



/* ------------------------------
	Category
------------------------------ */
.category-list { margin-top:20px; font-size:0px;}
.category-list li {
	display: inline-block;
	vertical-align:middle;
	width:213px;
	height:43px;
	line-height:43px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	overflow:hidden;
	padding:0 5px;
	background-color:#FFFADF;
	border: 1px solid #FFBE00;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-right:10px;
	margin-bottom:20px;
}
.category-list li a {
	display:block;
	width:213px;
	height:43px;
}
.category-list li a:hover {}
/* ------------------------------
	Article
------------------------------ */
.article-cont-area-wrap {
	padding:30px 30px 60px 30px;
	background-color:#FFF;
}
.article-title {
	width:870px;
	padding:15px 15px 12px;
	background-color:#FF9E00;
	background: -moz-linear-gradient(top, #FF9E00,#FFB342);
	background: -webkit-gradient(linear, left top, left bottom, from(#FF9E00), to(#FFB342));
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color:#FFF;
}
.article-title h1 {
	font-size:22px;
	font-weight:bold;
	line-height:1.35;
}
.article-info { margin-top:7px; font-size:14px; line-height:1.35;}
.article-info span {margin-right:10px;}
.article-category { padding:10px 15px 15px; font-size:14px;}
/*画像大*/
.article-main-img {width:900px;}

/**/
.article-content {
	width:700px;
	margin:60px auto 40px;
	font-size:14px;
}
.article-content h2 {
	clear:both;
	margin-top:100px;
	font-size:17px;
	font-weight:bold;
	color:#2A6E00;
}
.article-content p { margin-top:20px;}
/*画像共通*/
.article-content img {
	max-width:100%;
	height: auto;
}
@media \0screen {
.article-content img { 
    width: auto; /* for ie 8 */
  }
}

/*中760px*/
.mt-image-none {
	margin-top:30px;
	position: relative;
}
.article-content .mt-image-none p {
	position: absolute;
	left:0;
	bottom: 0;
	width: 100%;
	margin-top:0px;
	padding: 12px 15px !important;
	background: rgba(255,255,255,0.7);
	text-align:center;
	font-size:13px;
}
/*小サイズ指定無し*/
/**/
.wrapper { margin-bottom:0px;}
.article-content .wrapper p{ margin-top:0px; padding-top:30px;}

.article-content .mt-image-left {
	float:left;
	margin-right:20px;	
}
.article-content .mt-image-right {
	float:right;
	margin-left:20px;
}
.article-content .mt-image-left img,
.article-content .mt-image-right img {margin-top:30px;}
.article-content .mt-image-center {
	float:none;
	display:block;
	margin:30px auto 0;
}
.article-content .mt-image-center img {display:block; margin:0 auto;}
.article-content .mt-image-left:after,
.article-content .mt-image-right:after,
.wrapper:after {
	content: "";
	clear: both;
	display: block;
}
/*caption*/
.mt-image-left,
.mt-image-right,
.mt-image-center {position: relative;}
.mt-image-left p.caption, 
.mt-image-right p.caption,
.mt-image-center p.caption {
	position: absolute;
	left:0;
	bottom: 0;
	width: 100%;
	padding: 8px 15px !important;
	background: rgba(255,255,255,0.7);
	text-align:center;
	font-size:12px;
	margin:0;
}
/**/
.tour-link-btn {
	margin:60px auto 0;
	width:560px;
	height:85px;
}
.tour-link-btn span {
	display: table-cell;
    width: 560px;
    height: 85px;
    text-align: center;
    vertical-align: middle;
	font-weight:bold;
	font-size:20px;	
}
.article-list-btn {
	margin-left:630px;
	width:300px;
	height:38px;
}
.article-list-btn span {
	display: table-cell;
    width: 300px;
    height: 38px;
    text-align: center;
    vertical-align: middle;
	font-weight:bold;
	font-size:15px;	
}
/* ------------------------------
	pagetop
------------------------------ */
#page_s_top{
	position:relative;
	width:965px;
}
#page_s_top a {
	display: block;
	position: fixed;
	left:auto;
	bottom:30px;
	width: 48px;
	height: 48px;
	margin-left:917px;
	z-index: 9999;
}
#page_s_top a:hover img{opacity: 0.7;}
.attention_opt{
 font-weight:bold; 
color:#c00;
text-align:center;
font-size:17px;
 position: relative;
top:50px;
}

/* ------------------------------
   2018/07/05 追加
------------------------------ */
.article-list li p.opname {
     /*デザイン改修変更*/
    bottom: 31px !important;
     /*デザイン改修変更*/
    
    font-size: 12px !important;
    text-shadow: 0 !important;
    
    /*デザイン改修変更*/
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0    　!important;
    /*デザイン改修変更*/
    
    z-index: 5 !important;
    
    /*デザイン改修変更*/
    padding: 7px 15px;
    /*デザイン改修変更*/
    
    /*デザイン改修削除*/
    /*left: 13px;*/
    /*デザイン改修削除*/
    
     /*デザイン改修変更*/
    border-bottom: 2px solid #FF8D00;
     /*デザイン改修変更*/
    
    /*デザイン改修変更*/
    color: #741e0d;
    /*デザイン改修変更*/
    
}

.article-list li p.item-top {
    top: 0;
    padding: 3px 7px;
    display: inline-block;
    text-shadow: none;
    background: #FF8D00 !important;
    width: auto;
    height: auto;
    bottom: inherit;
    /*デザイン改修追加*/
    color: #FFF;
    /*デザイン改修追加*/
}

.article-list li a {
    display: block;
    position: relative;
   /* デザイン改修追加*/
    height: 200px;
    /* デザイン改修追加*/
}
body{
    background: #FFF;
}
.title-area img {
    width: 100%;
}

.pagenation ol.left {
    text-align: center;
	margin: 0 auto 15px;
}

.pagenation .left li {
	border:1px solid #FF8D00;
    display: inline-block;
}
.pagenation li a {
    display: block;
    padding: 8px;
    background: #FF8D00;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}
.pagenation li.page_now{
	padding:9px;
	color:#FF8D00;
	}
.pagenation li.prev a {
    position: relative;
    padding-left: 20px;
}

.pagenation li.prev a::after {
    left: 4px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 5px solid transparent;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 5px;
	border-right: 6px solid    #fff;
    content: "";
    position: absolute;
    top: 12px;
}
.pagenation li.next a {
    position: relative;
    padding-right: 20px;
}

.pagenation li.next a::after {
    right: 4px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 5px solid transparent;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 5px;
	border-left: 6px solid    #fff;
    content: "";
    position: absolute;
    top: 12px;
}

@media (max-width: 639px) {
.article-list-area-wrap,
.top-cate-area-wrap, .category-area-wrap{
    padding: 10px;}
.optional-wrap {
    width: 100%;
}
.article-list li {
    float: none;
    margin: 15px auto;
}
.article-list li h2, .article-list li h3, .article-list li p,
.top-category-list li h3 {
    width: 100%;}
.top-category-list li {
    display: block;
    margin: 15px auto;}
	
.article-list li p.opname{
    width: calc(100% - 30px);
}
.top-category-list li h3{
    width: calc(100% - 30px);
	}
#panlist_bali {
    color: #fff;
    font-size: 10px;
    list-style: outside none none;
    overflow: hidden;
     padding: 4px;
	 margin:0;
	 width:auto;
}
	}
