@charset "utf-8";

/*
精神科デイケア ～あすなろ会～
/department/asunaro/
*/


/*
***********************************************************************************************
ページ内共通
***********************************************************************************************
*/

.entry > section {
	margin-top: 70px;
}

	.viewmode-mobile .entry > section {
		margin-top: 35px;
	}


/*
***********************************************************************************************
ご利用いただける方
***********************************************************************************************
*/

#sec01 {

}


/*
***********************************************************************************************
ご利用について
***********************************************************************************************
*/

#sec02 {
}

	.viewmode-mobile #sec02 {
	}

	#sec02 th {
		white-space: nowrap;
	}


/*
***********************************************************************************************
ご利用者様の1日の流れ
***********************************************************************************************
*/

#sec03 {
	text-align: left;
	margin-left: -10px;
	margin-right: -10px;
}

	.viewmode-mobile #sec03 {
		margin-left: auto;
		margin-right: auto;
	}

	#sec03 table {
		margin-bottom: 2em;
	}

		#sec03 th {
			text-align :center;
			white-space: nowrap;
		}

	#sec03 figure {
		display: inline-block;
		margin: 0;
		padding: 0 10px 20px 10px;
		text-align: center;
		width: 32.5%;
		vertical-align: top;
	}

		.viewmode-mobile #sec03 figure {
			display: block;
			margin: 0;
			padding: 0 0px 20px 0px;
			width: auto;
		}

		#sec03 figure img {
			max-width: 100%;
			vertical-align: top;
		}

	#sec03 figcaption {
	}


/*
***********************************************************************************************
年間のイベント
***********************************************************************************************
*/

#sec04 {
}

	.viewmode-mobile #sec04 {
	}


/*
***********************************************************************************************
お問い合わせ
***********************************************************************************************
*/

#sec05 {
}

	.viewmode-mobile #sec05 {
	}

	#sec05::after {
		background-image: url(pic_asunaro_06.jpg);
	}

	#sec05 .misc {
	}

/*旧フォーマット（未使用）*/
/*
	#sec05 figure {
		background-color: #fff;
		display: block;
		float: right;
		margin: 0px;
		padding: 0px 0 35px 35px;
		width: 420px;
	}

		.viewmode-mobile #sec05 figure {
			float: none;
			margin: 0px auto 0px auto;
			padding: 0;
			width: auto;
		}

		#sec05 figure img {
			vertical-align: top;
			max-width: 100%;
		}

			.viewmode-mobile #sec05 figure img {
			}
*/