@charset "utf-8";
/*====================================================
	出版物
----------------------------------------------------*/
#publicationSearch {
  position: relative;
  width: 960px;
  margin: 30px auto 60px auto;
  padding: 0 28px;
  background-color: #EEE;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.formPublication {
  width: 750px;
  margin: 0;
}
.formPublication dt {
  padding: 17px 0 0;
  float: left;
  clear: left;
  font-size: 15px;
  color: #444;
}
.formPublication dt.required {
  background: url(../img/inquiry/iconRequired.png) no-repeat 47px 21px;
}
.formPublication dd {
  display: block;
  padding: 12px 0 12px 112px;
  font-size: 14px;
  width: 100%;
  border-bottom: solid 1px #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.formPublication dd:last-child {
  border: none;
}
.yearRange {
  line-height: 31px;
  margin: 0 .5em;
}

#publicationList {
  width: 960px;
  margin: 20px auto;
  list-style: none;
  min-height: 318px;
  background: url(../img/publication/imgShelf.png) repeat-y 0 0;
}
#publicationList li {
  position: relative;
  display: block;
  width: 240px;
  height: 318px;
  overflow: hidden;
  float: left;
}
#publicationList li a {
  display: block;
  height: 100%;
}
#publicationList li a:hover img {
  opacity:1.0;
  filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1.00;
	-moz-opacity: 1.00;
}
.publicationImg {
  width: 240px;
  height: 186px;
  vertical-align: bottom;
  display: table-cell;
  text-align: center;
}
.publicationImg img {
  display: block;
  margin: 0 auto;
  height:160px;
}
#publicationList .category {
  position: absolute;
  top: 214px;
  left: 20px;
  min-width: 96px;
  max-width:140px;
  padding: 0 1em;
  font-size: 12px;
  text-align: center;
  border: solid 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height:130%;
}
.other .category {
  border-color: #888;
  color: #888;
}
.books .category {
  border-color: #FFAA4E;
  color: #FFAA4E;
}
.transcripts .category {
  border-color: #DF6C90;
  color: #DF6C90;
}
.minutes .category {
  border-color: #DF6C90;
  color: #DF6C90;
}
.report .category {
  border-color: #5A96BA;
  color: #5A96BA;
}
.survey-reports .category {
  border-color: #5A96BA;
  color: #5A96BA;
}
#publicationList .date {
  position: absolute;
  top: 214px;
  right: 20px;
  padding: 0;
  font-size: 12px;
  line-height: 22px;
  color: #333;
}
#publicationList h3 {
  position: absolute;
  top: 245px;
  left: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
  padding: 0 20px;
}
#publicationList a h3 {
  text-decoration: underline;
}
#publicationList li a:hover h3 {
  color: #14c567;
}
/*--出版詳細ページ--*/
.btnBack{
	float:right;
	margin-left:10px;
}
.contentsInner #main {
	margin-bottom:100px;
}
.contentsInner #main h3 {
	font-size:18px;
	padding:0 0 10px 0;
	border-bottom:#00924D 3px solid;
	margin-bottom:30px;
  color: #333;
  line-height: 1.5;
}
.contentsInner #main h3 .category {
	display:inline;
  min-width: 96px;
  padding: 0 1em;
  font-size: 12px;
  text-align: center;
  border: solid 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin:0;
}
.contentsInner #main h3 .date{
	font-size:14px;
	font-weight:normal;
	margin-right:5px;
}
.contentsInner #main .bookImg{
	float:left;
	margin:0 30px 10px 20px;
}
.contentsInner #main .bookImg img{
	width:200px;
}
.contentsInner #main .bookImg .iconPdf{
	display:block;
	margin:10px 0;
}
.contentsInner #main p{
	font-size:14px;
	line-height:150%;
	margin:0 20px 10px 20px;
}

.floatimg_right {
    display: inline;
    text-align: center;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    line-height: 150%;
    font-size: 90%;
}
dl.box01 {
	clear:both;
    background: #F3F3F3;
    border: 1px solid #e9e9e9;
    padding: 20px 0 25px 0;
    margin-top: 30px;
}
dl.box01 dt {
    margin: 0 28px 0 28px;
    font-weight: bold;
}
dl.box01 dd {
    margin: 5px 28px 0 28px;
}
.contentsInner #main dl.box01 p{
	margin:20px 20px 10px 20px;
}

#contents>p strong {
	color:#00894E;
	font-weight:bold;
}