@charset "UTF-8";
/* CSS Document */

/***************コンテンツ*********************/


/*newsHead*/
.newsHead {
	clear: both;
	padding: 8px 10px;
	background: #ebebeb;
	background: -moz-linear-gradient(top,  #ebebeb 0%, #ffffff 50%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(50%,#ffffff), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #ebebeb 0%,#ffffff 50%,#ffffff 100%);
	background: -o-linear-gradient(top,  #ebebeb 0%,#ffffff 50%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #ebebeb 0%,#ffffff 50%,#ffffff 100%);
	background: linear-gradient(to bottom,  #ebebeb 0%,#ffffff 50%,#ffffff 100%);
	font-size: 20px;
	color: #3e1f03;
	text-shadow: none;
}
.newsHead span {
	margin-top: 10px;
	padding-left: 9px;
	font-size: 20px;
	font-weight: bold;
	border-left: solid 4px #b81c22;
}


/*newsList*/
.newsList {
/*	padding: 8px 0;*/
}
.newsList li {
	border-bottom: dotted 1px #cacaca;
}
.newsList li a {
	display: block;
	padding: 12px 10px 12px 30px;
	background:url(../images/arrow.gif) no-repeat 12px 50%;
}

.month{
	margin:15px 0px 0px 10px;
	font-size:18px;
	font-weight: bold;
}

/*KanrenLink*/
.KanrenLink {
    padding-bottom: 20px;
}
.KanrenLink li a {
	display: block;
	padding: 12px 10px 0 30px;
	background:url(../images/arrow.gif) no-repeat 12px 1.1em;
}

.KanrenLink p{
	margin:15px 0px 0px 10px;
	font-size:16px;
	font-weight: bold;
}

/*newsDetailHead*/
.newsDetailHead {
	clear: both;
	padding: 10px;
	background-color: #f3f3f3;
}
.newsDetailHead .date {
	margin-right: 12px;
}
.newsDetailHead .head {
	margin-top: 4px;
	font-size: 16px;
	color: #3e1f03;
}

/*newstextArea*/
#newstextArea {
	padding: 10px;
}
#newstextArea p {
	margin-top: 10px;
        line-height: 1.5;
}
#newstextArea p:first-child {
	margin-top: 0;
}

#newstextArea p.offer {
	color:#808080;
	text-align:right;
	padding:10px 5px 10px 15px;
	font-size:14px;
}

/*tabs*/
#tabs {
	clear: both;
}
#tabs .list {
	display: table;
	width: 100%;
	border-right: solid 1px #d8d8d8;
}
#tabs .list li {
	display: table-cell;
	width: 20%;
	height: 100%;
	border-top: solid 1px #d8d8d8;
	border-bottom: solid 1px #d8d8d8;
	border-left: solid 1px #d8d8d8;
	vertical-align: middle;
}
#tabs .list li a {
	position: relative;
	display: block;
	height: 100%;
	padding: 12px 5px 10px;
	border-bottom: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	background: #ededed;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%);
	text-align: center;
	vertical-align: middle;
	color: #3e1f03;
	font-size: 15px;
	outline: none;
}
#tabs .list li a:before {
	content: "";
	position: absolute;
	width: 98%;
	height: 3px;
	background-color: #c4c4c4;
	top: 3px;
	left: 1%;
}
#tabs .list li a em {
	font-size: 18px;
	font-weight: bold;
}
#tabs .list li.on {
	border-bottom: solid 1px #f1f1f1;
}
#tabs .list li.on a {
	padding: 14px 5px 8px;
	border-bottom: solid 1px #f1f1f1;
	border-left: solid 1px #f1f1f1;
	background: #f1f1f1;
}
#tabs .list li.on a:before {
	background-color: #b81c22;
}

#tabs .tabBox {
	background-color: #f1f1f1;
	padding: 8px;
}

#tabs .tabBox .iconList01 {
	background-color: #ffffff;
  -webkit-border-radius: 14px;
  border-radius: 14px;
}
#tabs .tabBox .iconList01 li:first-child {
	border-top: none;
}

/* clearfix
========================================== */
.newsList:after {
	content: "";
	display: block;
	clear: both;
}

.newsList {
	min-height: 1%;
	zoom: 1;
}