@charset "utf-8";

@import "base.css";
@import "common_topics.css";

/*#################### 共通 ####################*/

#Container {
	min-height:378px;
}
.contentsBox {
	background:#fff;
	border:4px solid #70b33a;
	border-radius: 10px;
}
#ContentsBox02.contentsBox{
	border:4px solid #c9a97d;
}
#ContentsBox03.contentsBox{
	border:4px solid #81bee2;
}
#ContentsBox04.contentsBox{
	border:4px solid #edcc72;
}

#Main {
	padding: 0 0 30px 0;
}


#Main .contentsBox {
	padding:25px 30px;
}
#Main .contentsBox h2.topics6 {
	margin:0 auto 10px auto;
	height:35px;
	padding-bottom:12px;
	text-indent:-9999px;
	background:url(../img/topics/topics_border.png) repeat-x scroll left bottom,url(../img/topics/topics_title6.png) no-repeat scroll left top;
}
#Main .contentsBox h2.topics7 {
	margin:0 auto 10px auto;
	height:35px;
	padding-bottom:12px;
	text-indent:-9999px;
	background:url(../img/topics/topics_border.png) repeat-x scroll left bottom,url(../img/topics/topics_title7.png) no-repeat scroll left top;
}
#Main .contentsBox h2.topics8 {
	margin:0 auto 10px auto;
	height:35px;
	padding-bottom:12px;
	text-indent:-9999px;
	background:url(../img/topics/topics_border.png) repeat-x scroll left bottom,url(../img/topics/topics_title8.png) no-repeat scroll left top;
}
#Main .contentsBox h2.topics9 {
	margin:0 auto 10px auto;
	height:35px;
	padding-bottom:12px;
	text-indent:-9999px;
	background:url(../img/topics/topics_border.png) repeat-x scroll left bottom,url(../img/topics/topics_title9.png) no-repeat scroll left top;
}
#Main #ContentsBox02.contentsBox h2{	background:url(../img/topics/topics_border.png) repeat-x scroll left bottom,url(../img/topics/topics_title7.png) no-repeat scroll left top;}
#Main #ContentsBox03.contentsBox h2{	background:url(../img/topics/topics_border.png) repeat-x scroll left bottom,url(../img/topics/topics_title8.png) no-repeat scroll left top;}
#Main #ContentsBox04.contentsBox h2{	background:url(../img/topics/topics_border.png) repeat-x scroll left bottom,url(../img/topics/topics_title9.png) no-repeat scroll left top;}

#Main .contentsBox dl{
	margin:0 30px;
	padding:15px 0px;
	border-bottom:1px solid #b9dbc3;
}
#Main .contentsBox dl dd li{
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
#Main .contentsBox dl dd li.category{
	margin-left:8px;
}
#Main .contentsBox dl dd li.category img{
	vertical-align: middle;
}
#Main .contentsBox dl dt{
	padding:8px 12px 0 44px;
	line-height: 1.5;
}
#Main .contentsBox dl dt a:hover{
	text-decoration: none;
	opacity: 0.5;
}
nav.pageMove{
	margin:30px 0;
}
nav.pageMove ul{
	width:555px;
  margin:0 auto;
  position: relative;
  text-align:center;
  font-size:0;
}
.text_regular nav.pageMove ul li{
	font-size: 12px;
}
.text_large nav.pageMove ul li{
	font-size: 14px;
}

nav.pageMove ul li{
	width:30px;
  height:30px;
  display:inline-block;
  line-height: 30px;
  text-align:center;
  font-size:100%;
  color:#b9dbc3;
}
nav.pageMove ul li a{
    text-align:center;
}
nav.pageMove ul li a:hover{
	text-decoration: none;
	opacity: 0.5;
}
nav.pageMove ul li.prev,
nav.pageMove ul li.next{
	width: 50px;
	position:absolute;
  top:0;
}
nav.pageMove ul li.prev{
	left:-50px;
}
nav.pageMove ul li.next{
	right:-50px;
}
/*end*/

/*entry*/
#Main .contentsBox .entryBox{
	margin:0 30px;
}
#Main .contentsBox .entryBox h3{
	padding: 10px 0;
	margin-bottom:10px;
	border-bottom:1px solid #9c9c9c;
  font-size: 115%;
  line-height: 1.2;
}
#Main .contentsBox .entryBox p{
  padding: 0 16px;
  line-height: 1.5;
}
#Main .contentsBox .entryBox a:hover{
	text-decoration: none;
	opacity: 0.5;
}
#Main .contentsBox .entryBox .photo_text{
	margin:20px 0;
	padding:0 16px;
}
#Main .contentsBox .entryBox .photo_text p{
	padding:0;
	margin:0;
}
#Main .contentsBox .entryBox .photo_text:after{
	content:" ";
	display: block;
	clear:both;
	height:0;
	visibility: hidden;
}
#Main .contentsBox .entryBox .line_dot{
  padding-bottom: 20px;
  background-image: url(../../img/shared/line_dot.png);
  background-position: left bottom;
  background-repeat: repeat-x;
}
#Main .contentsBox .entryBox .photo_text .photo{
	width:320px;
	margin-right:20px;
	float:left;
}
#Main .contentsBox .entryBox .photo_text .photo img{
	max-width:100%;
}
#Main .contentsBox .entryBox .photo_text .photo p.pdf{
	background:url(../../topics/img/icon_pdf.gif) no-repeat left top;
	padding-left:30px;
	min-height: 12px;
	line-height: 1;
}
#Main .contentsBox .entryBox .photo_text .photo img+p.pdf{
	margin-top:15px;
}
#Main .contentsBox .entryBox .photo_text .text{
	float:left;
}
.pageEntry nav.pageMove ul li{
	width:80px;
}

/*#################### フォントサイズ設定 ####################*/
.text_regular {
	font-size:12px;
	line-height:22px;
}
.text_large {
	font-size:14px;
	line-height:26px;
}


