@charset "utf-8";

/*
作業療法係
/department/section/therapist/
*/


/*
***********************************************************************************************
ページ内共通
***********************************************************************************************
*/

.entry > section {
	margin-top: 70px;
}

	.viewmode-mobile .entry > section {
		margin-top: 35px;
	}


/*
***********************************************************************************************
作業療法とは
***********************************************************************************************
*/

#sec01 {
	margin-top: 0;
}


/*
***********************************************************************************************
作業療法、作業療法士ってどんなことするの？
***********************************************************************************************
*/

#sec02 > div {
	background-color: #fff;
	float: right;
	/*
	position: absolute;
	right: 0;
	top: 90px;
	*/
	padding-left: 35px;
	padding-bottom: 35px;
	width: 360px;
}

	.viewmode-mobile #sec02 > div {
		background-color: transparent;
		float: none;
		padding: 0;
		position: static;
		width: auto;
	}

#sec02 figure {
	display: block;
	margin: 0px 0 0 0;
	padding: 0;
}

	#sec02 figure img {
		vertical-align: top;
		max-width: 100%;
	}

	#sec02 figure + figure {
		margin-top: 1.5em;
	}

	.viewmode-mobile #sec02 > div + p {
		margin-top: 2em;
	}

#sec02 ol li {
	margin-top: 0;
}

#sec02 th {
	white-space: nowrap;
}

#sec02 h3 {
	clear: none;
}

	.viewmode-mobile #sec02 h3 {

	}

		.viewmode-mobile #sec02 figure + h3 {
			margin-top: 1.5em;
		}
