@charset "utf-8";

/*タブ切り替え*/
.tab-wrap{
	text-align:left;
	margin-bottom:1.5em; /* 24px */
}
#tab li {
  float: left;
  width: 33.333%;
  vertical-align:middle;
  color:#74346b;
  padding:0.875em 0.625em 0.875em 2em; /* 14px 10px */
  display: inline-block;
  list-style: none;
  background-color: #eee;
  border-right:1px solid #ccc;
  border-top:1px solid #ccc;
  box-sizing:border-box;
  cursor:pointer;
}
#tab li:first-child{
	border-left:1px solid #ccc;
}
#tab li.select {
  background: #fff;
  font-weight:bold;
}
.disnon {
  display: none;
}
.tab_content_wrap {
  clear: left;
  width: 100%;
  padding:0.625em; /* 10px */
  background: #fff;
  border-top:2px solid #74346b;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
  box-sizing:border-box;
}
.tab_content_wrap dl{
	clear:left;
}
.tab_content_wrap dl dt {
  clear: left;
  float: left;
  width: 7.5em;
  padding: 0.5em; /* 上下左右7px */
  color:#999;
}
.tab_content_wrap dl dd {
  margin-left: 0;
  padding: 0.5em 0.5em 0.5em 7em; /* 上下7px */
  border-bottom: 1px solid #ccc;
}
.tab_content_wrap dl dd:last-child{
	 border-bottom: none;
}
.tab_content_wrap a{
	color:#333;
}
.tab_content_wrap a:hover{
	color:#999;
	text-decoration:none;
}
.tab_content_wrap .news-link{
	width:100%;
	text-align:right;
	text-indent:1.2em;
}