@charset "utf-8";

body {
	background-color: transparent !important;
}

.border {
	border: 1px solid red;
}

.colorblue {
	color: #0173e7;
}
.colorpink {
	color: #d251a1;
}

.margintop {
	margin-top: 14px;
}

 td {
	padding: 5px;
}

ol {
	margin-left: 28px;
}
ol li {
	list-style-type: decimal;
}

.h3 {
	color: #0173e7;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
.h4 {
	color: #d251a1;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 14px;
}
.h5 {
	font-size: 16px;
	text-align: right;
}

.subtitle {
	color: #0173e7;
	font-size: 18px;
}

.container {
	max-width: 700px;
	margin: 14px auto 28px;
}

#main {
	background-color: rgba( 255, 255, 255, .9 );
}

#menu-nav-1 > div,
#footer-in {
	background-color: rgba(255, 255, 255, .8);
}

img {
	max-width: 100%;	
}

/***** menu *****/

.infolist1,
.infolist2 {
	border-radius: 10px;
	background-color: #0070E6;
	}
.infolist1 {
	width: 60%;
	float: left;	
	}
.infolist2 {
	margin-top: 7px;
	}
.infolist1 a,
.infolist2 a {
	color: #FFF;
	text-align: center;
	display: block;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	}
.infolist2 a {
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	}
.infolist1  a:hover,
.infolist2  a:hover {
	color: #333;
	border-radius: 10px;
	background-color: #E3EDD8;
	}

/***** index *****/

.homeinfoheader p {
	margin-top: 10px;
}

/***** access *****/

.access {
	max-width: 400px;
	line-height: 1.8;
}

/***** clinic *****/

.clinic {
	max-width: 350px;
}

/***** event *****/

.event {
	max-width: 500px;
}

/***** facility *****/

.facility {
	max-width: 400px;
}

/***** greeting *****/

.greeting {
	max-width: 650px;
}

/***** hansen *****/

.hansen {
	max-width: 450px;
}

/***** history *****/

.history {
	max-width: 400px;
}
.history tr > td:first-child {
	text-align: right;
}
.history td {
	vertical-align: top;
}

/***** idea *****/

.idea {
	max-width: 500px;
}

/***** information *****/

.information {
	max-width: 500px;
}

/***** logomark *****/

.logomark {
	max-width: 500px;
}

/***** notice *****/

.notice {
	max-width: 600px;
}
.notice-note {
	max-width: 500px;
}
.notice table {
	font-size: 16px;
	margin: 0 auto;
	margin-top: 28px;
}
.notice tr > td:first-child {
	text-align: right;
}

/***** nurse *****/

.nurse {
	max-width: 450px;
}
.nurse_information {
	max-width: 500px;
}
.nurse_action,
.nurse_event {
	max-width: 550px;
}
.nurse .h3 {
	color: #d251a1;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
.nurse .h4 a,
.nurse_information .h4 a,
.nurse_action .h4 a,
.nurse_event .h4 a {
	color: #ffffff;
	border-radius: 10px;
	background-color: #0173e7;
	padding: 7px 14px;
	margin-top: 14px;
}

.soft_food,
.visitor {
	max-width: 600px;
}

.haccyu27,
.koji28,
.cyotatsu28 {
	max-width: 500px;
}

.recruit,
.junkanki,
.koji {
	max-width: 400px;
}

.recruit p {
	font-size: 16px;
}

.recruit p a {
	padding-left: 56px;
}

.recruit .annotation {
	padding-left: 56px;
	color: #d04a9f;
}

.koji28 .h4,
.cyotatsu28 .h4 {
	font-size: 16px;	
}

.junkanki .note {
	padding-left: 14px;
}

.junkanki .annotation,
.koji28 .annotation,
.cyotatsu28 .annotation {
	color: #d04a9f;
}

.cyotatsu28 .h4 {
	text-align: left;
}


/* PC 769px以上 */
@media only screen and (min-width: 769px){}
/* Tablet 768pxまで */
@media only screen and (max-width: 783px){
    #main {
	    border-radius: 0;
	    padding: 28px 14px;
    }
    #footer-in {
	    width: 100%;
	    margin: 0;
	    padding: 0;
    }
}
/* Mobile 640pxまで */
@media only screen and (max-width:640px){
}

