@charset "utf-8";

/* topic path
==========================================*/
#topicPath {
	display:none;
}


/* h1
==========================================*/
#headContainer h1 {
	float: left;
}


/* mainImageArea
==========================================*/
#mainImageArea {
	position: relative;
	height: 300px;
	height: 400px;
	margin-bottom: 12px;
}

#mainImages .main_image {
	position: absolute;
/*	z-index: 3;*/
	width: 910px;
/*	height: 300px;*/
	height: 400px;
	color: #ffffff;
}
#mainImages .main_image p.ph {
	position: absolute;
	top: 0;
	left: 0;
/*	z-index: 1;*/
}
#mainImages .main_image div {
	position: absolute;
	left: 0;
/*	z-index: 3;*/
	width: 866px;
	padding: 8px 22px;
	background: url(https://www.shimz.co.jp/shazi/images/main_bg001.png);
}
#mainImages .main_image div.pos_top {
	top: 0;
}
#mainImages .main_image div.pos_bottom {
	bottom: 0;
}
#mainImages .main_image h2 {
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 124%;
}

/* 
#mainImageArea dl {
	position: absolute;
	top: 0;
	left: 670px;
	width: 240px;
	height: 300px;
	font-size: small;
	line-height: 1.6;
}
#mainImageArea li {
	height: 60px;
}
#mainImageArea a {
	display: block;
	padding: 12px 10px 0 18px;
	height: 48px;
	text-decoration: none;
	background: transparent url(../images/main_bg002.gif) no-repeat;
	color: #ffffff;
}
#mainImageArea a.hover {
	background: url(../images/main_bg003.gif) no-repeat;
	color: #2B2B2B;
}

#mainImageArea a strong {
	font-weight: bold;
}
#mainImageArea a span {
	font-size: 84%;
}
#mainImageArea a img {
	vertical-align: -3px;
}
*/


/* contents
==========================================*/
#contents {
	zoom: 1;
}

#contents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

#contents #newsArea {
	width: 350px;
	float: left;
}

#contents #topicsArea {
	width: 530px;
	float: right;
}
#contents h3 {
	margin-bottom: 10px;
	padding-left:10px;
	padding-bottom: 6px;
	font-size:105%;
	font-weight:bold;
	background: url(https://www.shimz.co.jp/shazi/images/index_bg001.gif) repeat-x left bottom;
}
#contents p {
	line-height:1.4;
}
#contents ul.list {
	position: relative;
	zoom: 1;
}
#contents ul.list li {
	position: absolute;
	right: 10px;
	bottom: 18px;
}

#contents #newsArea dl {
	margin: 0 10px 10px;
	margin-right:0;
}
#contents #newsArea dd {
	padding: 1px;
	line-height:1.4;
}
#contents #newsArea p {
	margin: 25px 10px 0;
	text-align: right;
}
#contents #newsArea a.rss {
	padding-left: 16px;
	background: url(https://www.shimz.co.jp/shazi/images/index_ex002.gif) no-repeat left;
}
#contents #newsArea a.rss_icon {
	padding-left: 18px;
	background: url(https://www.shimz.co.jp/shazi/images/index_ex003.gif) no-repeat left;
}


#contents #topicsArea .section {
	position: relative;
	min-height: 79px;
	margin:0 10px;
	padding:3px 0 20px 120px;
	zoom: 1;
}
	
#contents #topicsArea .border {
	border-bottom:#CCCCCC 2px solid;
	margin-bottom:20px;
}
	
* html #contents #topicsArea .section {
	height:75px;
}

#contents #topicsArea .section p.ph {
	position: absolute;
	top: 0;
	left: 0;
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

/* 191216 bx slider
==========================================*/
#mainImages .main_image div{
	width: 910px;
	padding: 0 0;
	background: none;
}
.bx-wrapper{
	box-shadow: none;
	border: none;
}
.bx-wrapper .bx-controls-direction a,
.bx-wrapper .bx-pager-item{
	display: none;
}
#mainImages .main_image > div.text_box {
    z-index: 1;
    position: absolute;
}
#mainImages .text_box {
	width: 350px;
}
#mainImages .main_image .text_box > p {
	display: block;
    color: #fff;
    text-shadow: 2px 2px 5px #000000, 1px 1px 10px #000000, 2px 2px 10px #000000, -2px -2px 10px #000000, 0 0 0 #000000;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 18px;
    width: 330px;
	padding: 5px 0 0 15px;
    z-index: 1;
    position: absolute;
/*	background-color: rgba(73,73,73,0.3);*/
}

/* 220311 bx slider
==========================================*/
.pager-custom {
	margin: 20px 0;
	display: none;
	position: relative;
	margin-top: 410px;
}

.bx-pager {
	text-align: center;
}
.bx-pager li {
	margin: 0 5px;
	display: inline-block;
	*display: inline;
    *zoom: 1;
}

.bx-pager a {
	width: 12px;
	height: 12px;
	line-height: 30px;
	display: inline-block;
	background-color: #852e19;
	text-align: center;
	text-decoration: none;
	border-radius: 20px;
	font-size: 0;
}

.bx-pager .active {
	background-color: #c68d7f;
	cursor: default;
}

#mainImages .text_box {
	text-align: right;
}