@charset "UTF-8";
/* CSS Document */

body{
	max-width: 1170px;
	color: #333;
	background: url(../bg.gif);
	margin: auto;
	-webkit-text-size-adjust: 100%;
	z-index: 0;
}

body a{
	color: #3366FF;
}

/* 汎用系 */

.block{display: block;}
.mt10{margin-top: 10px;}
.ml10{margin-left: 10px;}
.ml20{margin-left: 20px;}
.left{float: left;}


/* ヘッダー */

header {
width: 100%;
height: 255px;

}

.header-img {
	width:100%;
	height:auto;
	margin: 0px auto;
}

.facebook{
	position: relative;
	left: 1000px;
	top: -70px;
}

.facebook:hover{
	opacity: 0.8;
}

/* TOPメイン画像 */

.container {
    width: 100%;
    height: 590px;
    background-color: #fff;
}

.slider-area {
    position: relative;
    width: 100%;
    height: 590px;
}

.slider-item {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 0;
    animation: slideShow 30s linear infinite 0s;
}

.slider-item:nth-child(2) {
    animation-delay: 10s;
}

.slider-item:nth-child(3) {
    animation-delay: 20s;
}

.slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes slideShow {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        animation-timing-function: ease-out;
    }

    20% {
        opacity: 1;
    }

    40%,
    100% {
        opacity: 0;
    }
}
  
/* コンテンツ */

.contents{
	margin: -5px auto 0;
	width: 100%;
	background: #fff;
}

.contents a{
	transition: 1.0s;
}

#nav{
	list-style:none;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	line-height: 1.2;
}

#nav li{
	padding: 10px;
	width: 120px;
}

#nav li:not(:last-child) {
	border-right: 2px solid #eee;
}

#nav li a{
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	display: block;
	text-align: center;
	border-bottom: 2px solid #fff;
}

#nav li a:hover{
	font-size: 14px;
	border-bottom: 2px solid #f5911e;
	margin: 0;
}

.btnbox{
	margin: 20px 0 0 20px;
	float: left;
}

.btnbox td{
	margin: 0;
	padding: 0;
	width: 197px;
	height: 138px;
}

/*ボタン関連*/
.btn1 {background: url("../img/btn/btn1.png") no-repeat; /* ロールオーバ�?�時�?�チラつき防止 */ border-bottom: 1px dotted #cebf92; border-right: 1px dotted #cebf92;}
.btn1 a {width: 197px;height: 138px;background: url("../img/btn/btn1.png") no-repeat;display: block;text-indent: -9999px;}
.btn1 a:hover {background-image: url("../img/btn/btn1_over.png");}

.btn2 {background: url("../img/btn/btn2.png") no-repeat; /* ロールオーバ�?�時�?�チラつき防止 */ border-left: 1px dotted #cebf92; border-bottom: 1px dotted #cebf92 #cebf92;}
.btn2 a {width: 197px;height: 138px;background: url("../img/btn/btn2.png") no-repeat;display: block;text-indent: -9999px;}
.btn2 a:hover {background-image: url("../img/btn/btn2_over.png");}

.btn3 {background: url("../img/btn/btn3.png") no-repeat; /* ロールオーバ�?�時�?�チラつき防止 */  border-top: 1px dotted #cebf92; border-right: 1px dotted #cebf92;}
.btn3 a {width: 197px;height: 138px;background: url("../img/btn/btn3.png") no-repeat;display: block;text-indent: -9999px;}
.btn3 a:hover {background-image: url("../img/btn/btn3_over.png");}

.btn4 {background: url("../img/btn/btn4.png") no-repeat; /* ロールオーバ�?�時�?�チラつき防止 */ border-left: 1px dotted #cebf92; border-top: 1px dotted #cebf92;}
.btn4 a {width: 197px;height: 138px;background: url("../img/btn/btn4.png") no-repeat;display: block;text-indent: -9999px;}
.btn4 a:hover {background-image: url("../img/btn/btn4_over.png");}


.item_box{
	float: left;
	width: 360px;
	font-size: 14px;
	margin-top: 15px;
}

/* What's New(上下表示) */
.item_box2{
	float: left;
	width: 720px;
	font-size: 14px;
	margin-top: 15px;
}

/* 医局からのお知らせ */
.item_box3{
	float: left;
	width: 660px;
	font-size: 14px;
	margin-top: 15px;
}

.p_h{
	font-size: 18px;
	margin-left: 20px;
	font-weight: bolder;
	color: #4c8c00;
}

.item_box dl{
	width: 320px;
	padding: 0px 10px;
	overflow-y: scroll;
	height: 250px;
}

.item_box2 dl{
	width: 660px;
	padding: 0px 10px;
	overflow-y: scroll;
	height: 250px;
}

.item_box3 dl{
	width: 660px;
	padding: 0px 10px;
	overflow-y: scroll;
	height: 200px;
}

.item_box dt, .item_box2 dt, .item_box3 dt{
	float: left;
	padding:10px 15px 10px 10px;
}

.item_box dd, .item_box2 dd, .item_box3 dd{
	border-bottom: 1px solid #bbb;
	padding: 10px 10px 10px 75px;
}

.link-left {
	float: left;
    clear: both;
    margin-left: 20px;
    margin-top: 20px;
	width: 100%;
}

.link-left-banner {
	float: left;
    clear: both;
    margin-left: 20px;
    margin-top: 20px;
	border-radius: 10px;
	/*width: 100%;*/
}


.box_left {
	float: left;
}

.link-left:before {
	content:'�? ';
	color: #4cb300;
}


/* フッター */

footer{
	width: 100%;
	position: relative;
	bottom: 0px;
}

footer p {
	padding: 2px 0px;
}

.link{
	background: #eee;
	width: 100%;
}

.link a{
	color: #000;
	text-decoration: none;
}

.link a:hover{
	text-decoration: underline;
}

.link ul{
	width: 90%;
	margin: 0 auto;
	display: block;
	padding: 15px 10px 45px;
}

.link ul li{
	float: left;
	margin-right: 25px;
}

.link ul li:before  {
	content:url(../img/footer_icon.png);
	padding-right: 10px;
	position: relative;
    top: 3px;
}

.address{
	background: #4cb300;
	width: 100%;
	height: 200px;
}

.address_contents{
	width: 90%;
	margin: 0 auto;
	display: block;
	padding: 15px 10px;
	color: #fff;
	font-size: 14px;
}

.name{
	font-size: 25px;

}

.mail{
	float: left;
	color: #fff;
	font-size: 20px;	
	text-align: center;
	border-left: 2px solid #fff;
	padding-left: 5px;
	
}

.mail a{ 
	color:#fff;
	text-decoration: none;
}

.mail a:hover{
	opacity: 0.8;
}

.fa {
	color: #fff;
	padding: 5px;

}

.fas {
	color:#fff;
	padding: 5px 5px 5px 0px;
}

.fa-fax {
	padding-left: 15px;
}

.copyright{
	background: #81d800;
	width: 100%;
	text-align: center;
	padding: 15px 0;
	color: #fff;
	font-size: 11px;	
}


