/* common */
#containerOther{
	/* margin: 0 auto; */
	/* padding:40px 0 100px; */
	/* width:1000px; */
	margin: 40px auto;
	padding: 0 50px 100px 50px;
	width: 1100px;
}

.head03{
    border-bottom: 1px solid #CCC;
    font-family: "Josefin Slab",serif;
    font-size: 45px;
    font-weight: normal;
    line-height: 60% !important;
    margin: 20px 0 55px;
    padding-bottom: 55px;
    text-align: center;
}

.head03 span {
    font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic";
    font-size: 12px;
}

.mv{
	margin-bottom:30px;
}

.section {
    padding: 40px 0 40px;
}



/*----------------------------------------------------
	☆pager
----------------------------------------------------*/

.pager {
	padding-top:40px;
	text-align:center;
}

.pager a {
	border:2px solid #30b69e;
	color:#30b69e;
	display:inline-block;
	line-height:1;
	margin:0 2px;
	font-weight: bold;
	padding:10px 12px;
	text-decoration:none;
}

.pager a:hover,
.pager a.current {
	background-color:#30b69e;
	border:2px solid #30b69e;
	color:#FFF;
}


/*news*/
#main{
	float: right;
	/* max-width: 725px; */
	width: 80%;
	padding-left: 2rem;
	border-left: 1px solid #ddd;
}
#sideNav {
	float:left;
	/* max-width:160px; */
	width: 20%;
}
#sideNav h3{
	background: url(../img/icon_archive.gif) 15px center no-repeat #29b49b;
	border-radius: 5px;
	color: #FFF;
	padding: 5px 10px 3px  30px;
	line-height: 1.2;
	margin-bottom: 20px;
}
#sideNav ul li {
	border-bottom: 1px dotted #CCC;
	padding-bottom:10px;
	margin-bottom:10px;
	width:100%;
}
#sideNav ul li a {
	background: url(../img/icon_arr2.gif) left center no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:block;
	padding-left: 1em;
	text-decoration:none;
}
#sideNav ul li.current a {
	background: url(../img/icon_arr.gif) left center no-repeat;
}
#sideNav ul li ul li{
	border-bottom: none;
	margin-bottom:0;
	padding-bottom:0;
}
#sideNav ul li ul li a{
	background: none!important;
	padding-left: 2em;
	text-decoration: underline;
}


#newsBlock li{
	margin-bottom: 40px;
	overflow: hidden;
	zoom: 1;
}
#newsBlock li a{
	display: block;
}
#newsBlock li .img{
	border: 1px solid #DDD;
	float: left;
	display: table;
	line-height: 0;
	height: 210px;
	width: 210px;
}
#newsBlock li .img span{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#newsBlock li .img img{
	max-height: 210px;
	max-width: 210px;
}
#newsBlock li .cnt{
	float: none;
	/*padding-top: 80px;*/
	width: 100%;
}
#newsBlock li .data{
	font-size: 14px;
	text-decoration: underline;
}
#newsBlock li .title{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}





#newsHead{
    border-bottom: 1px solid #CCC;
    padding-bottom: 40px;
    margin-bottom: 55px;
}
#newsHead .data{
	font-size: 14px;
}
#newsHead .title{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
.listBtn{
	text-align: center;
}
.listBtn a{
	background: url(../img/icon_arr3.gif) 90% center no-repeat #30b69e;
	color: #FFF;
	border-radius: 5px;
	font-size: 18px;
	display: inline-block;
	padding: 10px 50px;
}
.listBtn a:hover{
	text-decoration: none;
	opacity: 0.7!important;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}