/*-----------------------  introduction  ----------------------------*/
h2.title_area{
	text-align: center;
	font-size: 200%;
	margin-bottom: 70px;
}
h2.title_area span{
	position: relative;
	text-align: center;
	margin: 0px 0px 0px;
	/*padding: 0px 0px 25px 5px;*/
	/*
	background: url(/wp-content/themes/hokudai-ist-csit/img/common/bg_title.png) no-repeat 50% 90%;
	background-size: auto 25%;
	-moz-background-size: auto 25%;
	-webkit-background-size: auto 25%;
	-o-background-size: auto 25%;
	-ms-background-size: auto 25%;
	*/
	color: #17a19a;
	letter-spacing: 0.1em;
}
h2.title_area span:after{
	content: "";
	position: absolute;
	bottom: -25px;
	left: 50%;
	height: 2px;
	width: 80px;
	margin-left: -40px;
	background: #000;
}
.category_block{
	padding: 40px;
	background: #fff;
	margin-bottom: 70px;
}
.category_block > h3{
	background: #dff4f1 url(/wp-content/themes/hokudai-ist-csit/img/common/bg_category.png) no-repeat;
	color: #36373c;
	padding: 7px 15px;
	font-size: 170%;
}
.category_block > h3 + div{
	line-height: 1.9;
	padding: 30px 15px;
}
@media screen and (max-width:767px){
	.category_block > h3{
		line-height: 1.4;
		font-size: 155%;
	}
}
/*.category_block > h4{
	position: relative;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	max-width: 200px;
	min-width: 80px;
	margin: 30px auto 20px;
}*/
/*.category_block > h4 span{
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}*/

.labo_ancr_list{
	text-align: center;
	margin-bottom: 30px;
}
.labo_ancr_list li{
	display: inline-block;
}
.labo_ancr_list li a{
	display: block;
	min-width: 100px;
	text-align: center;
	background: #4bcdc8;
	color: #fff;
	padding: 5px 15px;
	margin: 3px 1px;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
}
.labo_ancr_list li a:hover{
	background: #17A19A;
}

.labo_research_theme{
	position: relative;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	margin: 40px auto 15px;
}
.labo_research_theme span:before,
.labo_research_theme span:after{
	position: absolute;
	top: 50%;
	content: '';
	display: block;
	width: 80px;
	height: 1px;
	background-color: #36373c;
	z-index: 1;
}
.labo_research_theme span:before{
	left: -80px;
}
.labo_research_theme span:after{
	right: -80px;
}
.labo_research_theme span{
	position: relative;
	display: inline-block;
	/*margin: 0 2.5em;*/
	padding: 0 1em;
	background-color: #fff;
	z-index: 2;
}

.labo_research_theme_text{
	text-align: center;
	color: #17a19a;
	font-size: 220%;
	font-weight: normal;
}
/*.category_block > h5{
	text-align: center;
	color: #17a19a;
	font-size: 170%;
	font-weight: normal;
}*/
/*.category_block > h4::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #36373c;
}*/
.category_block a.labo{
	display: block;
	width: 47%;
	height: 250px;
	margin: 1.5%;
	float: left;
	overflow: hidden;
}
.category_block .labo .article{
	width: 100%;
	height: 250px;
	position: relative;
}
.category_block .labo .article em{
	display: block;
	width: 95%;
	height: 80%;
	position: absolute;
	bottom: 20px;
	right: 10px;
	overflow: hidden;
}
/*
.category_block .labo .article em:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.3;
	background: url(/wp-content/themes/hokudai-ist-csit/img/top/bg_ami02.png) repeat 0 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	mix-blend-mode: overlay;
	opacity: 0.2\9;
}
@media all and (-ms-high-contrast:none){
	.category_block .labo .article em:after{
		opacity: 0.2;
	}
}
*/
.category_block .labo .article em:hover:after{
	opacity: 0;
}
.category_block .labo .article img{
	position: absolute;
	width: 100%;
	height: auto;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%) scale(1,1);
	-ms-transform: translate(-50%,-50%) scale(1,1);
	transform: translate(-50%,-50%) scale(1,1);
}
.category_block .labo .article span.themes{
	display: block;
	width: 60%;
	background : #17A19A;
	background : rgba(23, 161, 154, 1);
	font-size: 120%;
	opacity : 0.85;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.category_block .labo .article:hover span.themes{
	width: 70%;
	background : #4BCDC8;
	background : rgba(75, 205, 200, 1);
	font-size: 140%;
}
.category_block .labo .article span.to_single{
	position: absolute;
	display: block;
	bottom: 0px;
	right: 0px;
	min-width: 30%;
	background : #36373c;
	border: 1px solid #fff;
	padding: 10px 60px 10px 10px;
	color: #fff;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.category_block .labo .article span.to_single:after{
	content: "";
	position: absolute;
	width: 19px;
	height: 16px;
	top: 50%;
	right: 15px;
	margin-top: -9px;
	background: url(/wp-content/themes/hokudai-ist-csit/img/common/ico_arrow.png) no-repeat 0 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.category_block .labo .article:hover span.to_single{
	background : #4BCDC8;
}
.category_block .labo .article:hover span.to_single:after{
	right: 10px;
}
.category_block .labo_text{
	line-height: 1.9;
	padding: 30px 10px;
}
@media screen and (max-width:767px){
	.category_block{
		padding: 15px;
		background: #fff;
		margin: 0 4%;
		margin-bottom: 40px;
	}
	.category_block > h3 + div{
		padding: 20px 0;
	}
	.category_block > h5{
		line-height: 1.4;
	}
	.category_block a.labo{
		width: 100%;
		height: 190px;
		float: none;
		margin: 0 0 30px;
	}
	.category_block .labo_text{
		padding-left: 0;
		padding-right: 0;
	}
	.category_block .labo .article{
		width: 100%;
		height: 190px;
		clear: both;
	}
	.category_block .labo .article span.themes{
		width: 80%;
	}
	.category_block .labo .article span.to_single{
		/*width: 170px;*/
		right: -1px;
	}
	.category_block .labo .article em{
		width: 100%;
		right: 0;
	}
}
/*---------------------------------------------------*/
.bg_blue{
	background: #4bcdc8!important;
}
.bg_blue h2.title_area{
	margin-bottom: 20px;
}
.bg_blue h2.title_area span{
	color: #fff;
}
.bg_blue .category_block{
	padding: 40px;
	background: none;
	margin-bottom: 40px;
}
@media screen and (max-width:767px){
	.bg_blue h2.title_area{
		margin-bottom: 50px;
	}
	.bg_blue .category_block{
		padding: 0;
	}
}

.category_block .staff_block_wrap{
	margin-top: -20px;
	padding-left: 15px;
	padding-right: 15px;
}
.category_block .staff_block{
	background: #fff;
	width: 530px;
	padding: 15px;
	margin-right: 30px;
	margin-top: 30px;
	float: left;
}
.category_block .staff_block:nth-of-type(2n){
	margin-right: 0;
}
.staff_block .staff_img{
	position: relative;
	width: 37%;
	height: 185px;
	overflow: hidden;
	margin: 0 3% 2% 0;
	float: left;
}
.staff_block .staff_img img{
	position: absolute;
	width: 100%;
	min-width: 81px;
	height: auto;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%) scale(1,1);
	-ms-transform: translate(-50%,-50%) scale(1,1);
	transform: translate(-50%,-50%) scale(1,1);
}
.staff_block .staff_prof{
	width: 60%;
	margin: 0 0 2% 0;
	float: left;
}
.staff_block .staff_prof h6{
	font-weight: normal;
	font-size: 130%;
	line-height: 1.4;
	margin-bottom: 5px;
}
.staff_prof h6 > span{
	display: block;
	font-weight: normal;
	font-size: 70%;
}
.staff_prof dt{
	color: #17a19a;
	font-size: 90%;
}
.staff_prof dd{
	margin-bottom: 5px;
	line-height: 1.4;
}
.staff_block .staff_coment{
	clear: both;
	background: #4bcdc8;
	position: relative;
	color: #fff;
	padding: 10px;
}
.staff_block .staff_coment::before {
	content: "";
	/*background: #fff;*/
	border: solid transparent;
	display: inline-block;
	border-left: solid transparent 6px;
	border-right: solid transparent 6px;
	border-top: solid transparent 13px;
	border-bottom: 15px solid #4bcdc8;
	margin-left: 16px;
	position: absolute;
	left: 5%;
	top: -27px;
}
@media screen and (max-width:767px){
	.category_block .staff_block_wrap{
		margin-top: 0;
		padding-left: 10px;
		padding-right: 10px;
	}
	.category_block .staff_block{
		width: 100%;
		margin: 0 0 20px;
		float: none;
	}
	.staff_block .staff_img,
	.staff_block .staff_prof{
		float: none;
		width: 100%;
	}
	.staff_block .staff_img{
		position: relative;
		height: 190px;
		margin-bottom: 15px;
	}
	.staff_block .staff_prof{
		margin-bottom: 22px;
		padding-left: 0;
	}
}
.main-content .labo_site{
	text-align: center;
	margin: 30px 0px 60px;
}
.main-content .labo_site a{
	display: block;
	position: relative;
	max-width: 30%;
	margin: 0px auto;
	padding: 10px 30px;
	background: #36373c;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
}
.main-content .labo_site a::before{
	content: url(/wp-content/themes/hokudai-ist-csit/img/common/bg_btn_labo.png);
	position: absolute;
	top: 20%;
	left: 5%;
}
.main-content .labo_site a::after{
	content: url(/wp-content/themes/hokudai-ist-csit/img/common/ico_arrow.png);
	position: absolute;
	top: 25%;
	right: 5%;
}
.main-content .labo_site a:hover{
	background : #4BCDC8;
}
@media screen and (max-width:767px){
	.main-content .labo_site{
		margin-top: 0;
	}
	.main-content .labo_site a{
		max-width: 80%;
	}
}


.floating {
	position: fixed;
	top: 200px;
	right: 0px;
	z-index: 9999;
}
.floating div{
	margin-bottom: -6px;
}
.floating a{
	display: block;
}
.floating img{
	margin-top: -1px;
	width: 40px;
	border: 1px solid #fff;
	border-right: 0;
}
@media screen and (max-width:767px){
	.floating{
		top: auto;
		right: auto;
		left: 0;
		bottom: 0;
		width: 100%;
		overflow: hidden;
	}
	.floating div{
		margin-bottom: 0;
		text-align: center;
	}
	.floating div a{
		padding: 5px 0;
	}
	.floating .go_obog{
		background-color: #4bcdc8;
		border-top: 1px solid #fff;
	}
	.floating .back_list,
	.floating .go_staff{
		float: left;
		width: 50%;
		border-top: 1px solid #fff;
	}
	.floating .back_list{
		background-color: #17a19a;
	}
	.floating .go_staff{
		background-color: #4bcdc8;
	}
	.floating img{
		width: auto;
		height: 40px;
		border: 0;
		margin: 0 auto;
	}
}

/*---------------------------------------------------*/
.category_block .labo_text{
}
.category_block .labo_text > li{
	list-style: none;
	width: 33.3333333%;
	float: left;
}
.category_block .labo_text > li dl{
	padding: 20px;
}
.category_block .labo_text > li dt{
	text-align: center;
}
@media screen and (max-width:767px){
	.category_block .labo_text > li{
		width: 100%;
		float: none;
	}
	.category_block .labo_text > li dl{
		padding: 0 0;
		margin-bottom: 30px;
	}
	.category_block .labo_text > li dt img{
		height: 56px;
	}
	.category_block .labo_text > li.num_3 dl{
		margin-bottom: 0;
	}
	
}
.category_block .curriculu_sub_title{
	margin: 30px 0;
}
.category_block > h3.title_num{
	background: none;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin-top: -90px;
}
.category_block > h3.title_num > span.num1{
	color: #ffabd5;
	display: block;
}
.category_block > h3.title_num > span.num2{
	color: #80bbe4;
	display: block;
}
.category_block > h3.title_num > span.num3{
	color: #fbc966;
	display: block;
}
.category_block > h3.title_num > span::after{
	display: block;
	content: "―";
	font-size: 200%;
	font-weight: normal;
	line-height: 1;
}
@media screen and (max-width:767px){
	.category_block > h3.title_num{
		margin-top: 10px;
	}
}
.category_block a.pdf{
	display: inline-block;
	position: relative;
	/*width: 300px;*/
	padding: 10px 40px 10px 50px;
	margin: 10px 35px 10px 35px;
	background: #36373c;
	color: #fff;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.category_block a.pdf::before{
	content: url(/wp-content/themes/hokudai-ist-csit/img/common/btn_pdf.png);
	position: absolute;
	top: 20%;
	left: 4%;
}
.category_block a.pdf::after{
	content: url(/wp-content/themes/hokudai-ist-csit/img/common/ico_arrow.png);
	position: absolute;
	top: 25%;
	right: 4%;
}
.category_block a.pdf:hover{
	background : #4BCDC8;
}
@media screen and (max-width:767px){
	.category_block a.pdf{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

.category_block .img_campas{
	padding-left: 15px;
	padding-right: 15px;
}
.category_block .img_campas li{
	text-align: center;
	list-style: none;
	width: 343px;
	margin-right: 30px;
	margin-top: 30px;
	float: left;
}
.category_block .img_campas li img{
	vertical-align: bottom;
	height: auto !important;
}
@media screen and (min-width:768px){
	.category_block .img_campas li:nth-child(3n){
		margin-right: 0;
	}
	.category_block .img_campas li:nth-child(3n+1){
		clear: both;
	}
}
@media screen and (max-width:767px){
	.category_block .img_campas{
		padding-left: 0;
		padding-right: 0;
	}
	.category_block .img_campas li{
		float: none;
		width: 100%;
		margin: 0 0 15px;
	}
}


.category_block.mgt-0{
	margin-top: -100px;
}
.category_block .student_block {
	padding: 30px 15px;
	margin-top: -35px;
}
.category_block .student_block li.article{
	width: 530px;
	margin-right: 30px;
	margin-top: 35px;
	float: left;
	list-style: none;
	position: relative;
}
.category_block .student_block li.article:nth-child(2n){
	margin-right: 0;
}
.student_block li.article > div{
	border: 1px solid #c3c3c4;
	display: block;
/*	margin: 10px;*/
	padding: 10px;
}
.student_block li.article div.student_img{
	position: relative;
	width: 30%;
	height: 152px;
	float: left;
	overflow: hidden;
}
.student_block li.article div.student_img img{
	width: 100%;
	position: absolute;
	min-width: 81px;
	height: auto;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%) scale(1,1);
	-ms-transform: translate(-50%,-50%) scale(1,1);
	transform: translate(-50%,-50%) scale(1,1);
}
.student_block li.article div.student_prof{
	width: 66%;
	padding: 0 2%;
	float: left;
}
.student_block li.article div.student_prof .name{
	font-size: 130%;
}
.student_block li.article div.student_prof p{
	margin: 8px 0;
}
.student_block li.article div.student_prof p:first-of-type{
	margin-top: 0;
}
.student_block li.article a{
	display: inline-block;
	position: absolute;
	bottom: -13px;
	right: 0;
	width: 250px;
	padding: 5px 20px;
	background: #36373c;
	color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.student_block li.article a::after{
	content: url(/wp-content/themes/hokudai-ist-csit/img/common/ico_arrow.png);
	position: absolute;
	top: 25%;
	right: 5%;
}
.student_block li.article a:hover{
	background : #4BCDC8;
}
@media screen and (max-width:767px){
	.category_block.mgt-0{
		margin-top: -40px;
	}
	.student_block li.article > div{
		margin: 0;
		padding: 15px;
		padding-bottom: 30px;
	}
	.category_block .student_block{
		padding-left: 0;
		padding-right: 0;
		margin-top: 0;
	}
	.category_block .student_block li.article{
		width: 100%;
		float: none;
		margin-top: 0;
		margin-bottom: 35px;
	}
	
	.student_block li.article div.student_img,
	.student_block li.article div.student_prof{
		float: none;
		width: 100%;
	}
	.student_block li.article div.student_img{
		position: relative;
		margin-bottom: 10px;
		height: 190px;
	}
	.student_block li.article div.student_prof{
		line-height: 1.5;
		padding: 0;
	}
	.student_block li.article div.student_prof p{
		margin: 5px 0;
	}
	.student_block li.article div.student_prof p:first-of-type{
		margin-top: 0;
	}
	.student_block li.article a{
		bottom: -15px;
		right: 0px;
		width: 230px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.category_block .edu_staff_wrap{
	margin-top: -10px;
	padding: 0 15px;
}
.category_block .staff_block.edu_staff{
	background: #fff;
	width: 250px;
	margin: 30px 30px 0 0;
	padding: 18px;
	border: 1px solid #c3c3c4;
	float: left;
	line-height: 1.6;
}
.category_block .staff_block.edu_staff:nth-of-type(4n){
	margin-right: 0;
}
.staff_block.edu_staff .staff_img{
	position: relative;
	width: 100%;
	height: 212px;
	margin: 0 0 10px 0;
	overflow: hidden;
	float: none;
}
.staff_block.edu_staff .staff_img img{
	position: absolute;
	width: 100%;
	min-width: 81px;
	height: auto;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%) scale(1,1);
	-ms-transform: translate(-50%,-50%) scale(1,1);
	transform: translate(-50%,-50%) scale(1,1);
}
.staff_block.edu_staff .staff_prof{
	width: 100%;
	height: auto;
	margin: 0 0 2% 0;
	float: none;
}
.edu_staff .tooltip{
	position: relative;
	margin-top: 15px;
	padding: 5px 20px;
	background: #36373c;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.edu_staff .tooltip::after{
	content: url(/wp-content/themes/hokudai-ist-csit/img/common/btn_coment.png);
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 5%;
}
.edu_staff .tooltip:hover{
	background : #4BCDC8;
}
.edu_staff .tooltip span{
	display: none;
}
.edu_staff .tooltip:hover span{
	display: block;
	position: absolute;
	bottom: 57px;
	left: 50%;
	margin-left: -150px;
	color: #fff;
	background-color: #4bcdc8;
	width: 300px;
	padding: 5px 10px;
	z-index:100;
}
.edu_staff .tooltip:hover span::after {
	content: "";
	border: solid transparent;
	display: inline-block;
	border-left: solid transparent 6px;
	border-right: solid transparent 6px;
	border-bottom: solid transparent 13px;
	border-top: 15px solid #4bcdc8;
	margin-left: 16px;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: -27px;
}
@media screen and (max-width:767px){
	.category_block .edu_staff_wrap{
		padding-left: 0;
		padding-right: 0;
	}
	.category_block .staff_block.edu_staff{
		width: 100%;
		padding: 15px;
		margin: 0 0 20px;
	}
	.staff_block.edu_staff .staff_img{
		height: 190px;
	}
	.edu_staff .tooltip{
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
.category_block.course h4{
	display: block;
	border-top: 1px solid #17a19a;
	border-bottom: 1px dashed #cccccc;
	padding: 7px 15px 7px 15px;
	margin-bottom: 15px;
	letter-spacing: 0.1em;
	color: #17a19a;
	font-weight: normal;
	font-size: 140%;
}
.category_block.course .course_item{
	padding: 0;
	margin-top: 40px;
}
.category_block.course ul {
	padding: 0 15px;
	clear: both;
}
.category_block.course ul:before,
.category_block.course ul:after {
	content: " ";
	display: table;
}
.category_block.course li {
	list-style: none;
	width: 50%;
	padding-right: 2%;
	margin-bottom: 5px;
	float: left;
}
@media screen and (min-width:768px){
	.category_block.course li:nth-child(2n){
		padding-left: 2%;
		padding-right: 0;
	}
	.category_block.course li:nth-child(2n+1){
		clear: both;
	}
}
@media screen and (max-width:767px){
	.category_block.course .course_item{
		margin-top: 20px;
	}
	.category_block.course li{
		float: none;
		width: 100%;
		padding-right: 0;
		margin-bottom: 10px;
	}
}

.obog_block_wrap{
	margin-top: -20px;
	padding-left: 15px;
	padding-right: 15px;
}
.obog_block_wrap .obog_block{
	position: relative;
	width: 530px;
	margin-right: 30px;
	margin-top: 30px;
	float: left;
}
.obog_block_wrap .obog_block:nth-of-type(2n){
	margin-right: 0;
}
.obog_block .min_block{
	padding: 15px;
	background: #fff;
}
.obog_block .obog_img{
	position: relative;
	width: 37%;
	height: 185px;
	overflow: hidden;
	float: left;
}
.obog_block .obog_img img{
	position: absolute;
	width: 100%;
	min-width: 81px;
	height: auto;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%) scale(1,1);
	-ms-transform: translate(-50%,-50%) scale(1,1);
	transform: translate(-50%,-50%) scale(1,1);
}
.obog_block .obog_prof{
	width: 63%;
	padding-left: 4%;
	padding-bottom: 13px;
	float: left;
}
.obog_block .obog_prof p{
	margin: 8px 0;
}
.obog_block .obog_prof .name{
	font-size: 130%;
}
.obog_block .obog_prof p:first-of-type{
	margin-top: 0;
}
.obog_block .obog_prof dl{
	margin: 0px 10px;
}
.obog_block .obog_prof dt{
	font-size: 120%;
	margin-bottom: 10px;
}
.obog_block .obog_prof dt span{
	display: block;
	font-size: 84%; 
}
.obog_block a{
	display: inline-block;
	position: absolute;
	bottom: -13px;
	right: 0;
	width: 250px;
	padding: 5px 20px;
	background: #36373c;
	color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.obog_block .min_block + a::after{
	content: url(/wp-content/themes/hokudai-ist-csit/img/common/ico_arrow.png);
	position: absolute;
	top: 25%;
	right: 5%;
}
.obog_block .min_block + a:hover{
	background : #17a19a;
}
@media screen and (max-width:767px){
	.obog_block_wrap{
		padding-left: 0;
		padding-right: 0;
		margin-top: 0;
	}
	.obog_block_wrap .obog_block{
		width: 100%;
		padding: 0 10px;
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 35px;
	}
	.obog_block .min_block{
		margin: 0;
		padding: 15px 15px 30px;
	}
	.obog_block .min_block + a{
		bottom: -15px;
		right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.obog_block .obog_prof{
		padding-left: 0;
		padding-bottom: 0;
	}
	.obog_block .obog_prof p{
		margin: 5px 0;
	}
	.obog_block .obog_prof p:first-of-type{
		margin-top: 0;
	}
	.obog_block .obog_img,
	.obog_block .obog_prof{
		width: 100%;
		float: none;
	}
	.obog_block .obog_img{
		position: relative;
		margin-bottom: 10px;
		height: 190px;
		overflow: hidden;
	}
	
}

/*----------------------------------------*/
.message{
	display: block;
	/*max-height: 500px;*/
	padding: 30px;
}
.message h1{
	font-size: 130%;
	margin-bottom: 20px;
	color: #17a19a;
}
.message .message_img{
	width: 270px;
	margin-top: 30px;
	float: right;
}
.message .message_img > div{
	width: 150px;
	margin-right: 10px;
	float: left;
}
.message .message_img > p{
	width: 100px;
	height: 100px;
	background-color: #eee;
	float: left;
}



/*新着情報*/
.category_block.topics_block{
	width: 75%;
	float: left;
	margin-bottom: 50px;
}
.topics_block .news_block{
	padding-left: 0;
	padding-right: 0;
}
.topics_sidebar{
	width: 22%;
	float: left;
	margin-left: 3%;
	margin-bottom: 50px;
}
.topics_sidebar .day_list{
	padding-left: 27px;
}
.topics_sidebar .day_list a{
	color: #333;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
}
.topics_sidebar .day_list a:hover{
	color: #17a19a;
}
.topics_sidebar .day_list li{
	margin-bottom: 3px;
}
@media screen and (max-width:767px){
	.category_block.topics_block,
	.topics_sidebar{
		width: 94%;
		float: none;
		margin: 0 auto 30px;
	}
}

.inner.pager{
	clear: both;
	margin-bottom: 60px;
}
.next_prev .btn_base{
	display: inline-block;
	text-decoration: none;
	padding: 15px 50px;
	margin: 0 3px;
	border: 1px solid #17a19a;
	color: #17a19a;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
}
.next_prev .btn_base:hover{
	background: #17a19a;
	color: #fff;
}
@media screen and (max-width:767px){
	.inner.pager{
		margin-bottom: 50px;
	}
	.next_prev .btn_base{
		padding: 15px 0;
		margin: 0;
		width: 30%;
	}
}

.topics_block .news_block dt{
	width: 18%;
}
.topics_block .news_block dd{
	width: 82%;
}
@media screen and (max-width:767px){
	.topics_block .news_block dt,
	.topics_block .news_block dd{
		width: 100%;
	}
}
#pagenation{
	text-align: center;
}
.pagination{
	list-style: none;
}
.pagination li{
	display: inline-block;
	border: 1px solid #17a19a;
	margin: 0 3px;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
}
.pagination li.current{
	background-color: #17a19a;
	padding: 8px 14px;
	color: #fff
}
.pagination li a{
	display: block;
	color: #17a19a;
	padding: 8px 14px;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
}
.pagination li a:hover{
	background-color: #17a19a;
	color: #fff;
}


/* wordpress edit config*/
.category_block .edit_area{
	padding-left: 15px;
	padding-right: 15px;
}
.category_block .edit_area p{
	margin: 15px 0;
}
.category_block .edit_area ul,
.category_block .edit_area ol{
	margin: 15px 0;
	padding-left: 20px;
}
.category_block .edit_area ul{
	list-style: disc;
}
.category_block .edit_area ol{
	list-style: decimal;
}
.category_block .edit_area strong {
	font-weight: bold;
}
.category_block .edit_area em {
	font-style: italic;
}
.category_block .edit_area blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
.category_block .edit_area .aligncenter {
    display: block;
    margin: 0 auto;
}
.category_block .edit_area .alignright {
	float: right;
}
.category_block .edit_area .alignleft {
	float: left;
}
.category_block .edit_area img[class*="wp-image-"],
.category_block .edit_area img[class*="attachment-"]{
    max-width: 100%;
    height: auto;
}
/* wordpress edit config end*/

/*画像回り込みしないように設定*/
.category_block .edit_area p,
.category_block .edit_area ul,
.category_block .edit_area ol,
.category_block .edit_area table,
.category_block .edit_area h4,
.category_block .edit_area h5,
.category_block .edit_area h6{
	clear: both;
}
.category_block .edit_area p:before,
.category_block .edit_area p:after{
	content: " ";
	display: table;
}
.category_block .edit_area p:after {
	clear: both;
}


.category_block .edit_area h4{
	color: #17a19a;
	font-size: 135%;
	margin: 15px 0;
	text-align: center;
}
.category_block .edit_area h5{
	font-size: 110%;
	text-align: center;
	margin: 15px auto;
	padding: 3px 10px;
	border-bottom: 1px dashed #b9b9b9;
}
.category_block .edit_area h6{
	margin: 15px auto;
	font-size: 100%;
	text-align: center;
}

@media screen and (max-width:767px){
	.category_block .edit_area{
		padding-left: 0;
		padding-right: 0;
	}
}