@charset "utf-8";

/*
Site URL	http://medicalcommunication.umin.jp
Created		2021/01/14
Last update	2021/01/14 Hayashi Ryosuke
Author		Hayashi Ryosuke（UMIN Center）
*/


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	基礎情報
		最大横サイズ	980PX
		基本フォントサイズ	18px
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
body{
	background-image:url(../img/hl_bg.jpg);
	font-size: 18px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	タイトル等ヘッダ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.head-h1{
	background: rgb(0,0,180);
	color:rgb(255,255,255);
}
@media screen and (max-width:500px) { 
	.head-h1 h1{
		font-size: 0.5em;
	}
}
.head-title{
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}
.head-title-lang{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 80px;
	height: 20px;
}
.head-title-img {
	width: 100%;
}
.head-title h1{
	position: absolute;
	padding: 1rem ;
	top:50%;
	transform: translateY(-50%);
	font-size: 32px;
	font-weight: bold;
	text-shadow: 1px 1px rgb(255,255,255);
	color: rgb(50,50,50);
	background-color: rgba(250,250,250,0.5);
}
/*
.head-title-text{
	position: absolute;
	top:50%;
	font-size: 32px;
	font-weight: bold;
	text-shadow: 1px 1px rgb(255,255,255);
	color: rgb(10,10,10);
	border-bottom: 5px solid rgb(255,255,255);
	transform: translateY(-50%);
}
*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	index.html
	nav
＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.menu--flex{
	max-width: 960px;
	padding: 0;
	margin: 0px auto;
}
.menu--flex ul{
	margin: 0 1em;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.menu--flex li{
	border: solid 2px rgb(251,179,5);
	background: rgb(255,255,255);
	border-radius: 5px;
	width: 150px;
	text-align: center;
	margin-top: 20px;
	filter: drop-shadow(2px 2px 2px rgba(181,144,18,1));
}
.menu--flex .check{
	background-color: rgb(252,234,187);
}
.menu--flex ul li a{
	display: block;
	width: 100%;
	padding: 12px 0;
	text-decoration: none;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	section 基礎
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.sec-body{
	max-width: 960px;
	background: rgb(255,255,255);
	padding: 0 0 14px 0;
	margin: 40px auto 20px auto;
	filter: drop-shadow(2px 2px 2px rgba(181,144,18,1));
	/*
	border-left:3px solid rgb(50,150,50) ;
	border-right:3px solid rgb(50,150,50) ;
	*/
}
.sec-box--h2{
	position: relative;
	left:-13px;
	top:-10px;
	width: 80%;
	padding: 10px 20px;
	background: rgb(251,179,5);
	color: rgb(255,255,255);
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,1));
	text-shadow:1px 1px 0 rgba(50,50,50,1);
	font-size: 24px;
	font-weight: bold;
}
.sec-box--h2:before{
    content:" ";
    position:absolute;
    top:100%;
    left:-12px;
    width:0;
    height:0;
	left:0px;
    border-width:0 10px 10px 0;
    border-style:solid;
    border-color:transparent;
    border-right-color:#330;
}
.sec-box--h3{
	border-bottom: dotted 6px rgb(80,80,80);
	margin: 15px 20px;
	text-shadow:1px 1px 0 rgba(0,0,0,1);
	font-size: 24px;
}
.sec-text1--p{
	text-indent: 1em;
	padding: 1em;
	line-height: 1.4em;
}
.sec--ul{
	list-style: outside none;
	padding: 1em 1em 1em 2em;
	line-height: 1.4em;
	text-shadow:0.3px 0.3px 0 rgba(80,80,80,1);
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	index.html
	世話人
＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.organizer li{
	margin-left: 5em;
	margin-bottom: 5px;
	position: relative;
}
.organizer li:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.organizer li.representative:before{
	content: "【代表】";
	font-weight: bold;
	position: absolute;
	left: -4em;
}
.org-name{
	float: left;
	width: 6em;
	font-weight: bold;
	position: relative;
}
.organizer-post{
	margin-bottom: 1em;
}
.organizer-post li{
	margin-left: 1em;
	margin-bottom: 5px;
	position: relative;
}
.organizer-post span{
	font-weight: bold;
	margin-bottom: 5px;
}
.organizer-post2 li{
	margin-left: 1em;
	margin-bottom: 5px;
	position: relative;
}
.old-manager--p{
	text-align:right;
	margin: 0 1em;
}
@media screen and (max-width:500px) { 
	.organizer li{
		margin-left: 1em;
		margin-bottom: 5px;
		position: relative;
	}
	.organizer li.representative:before{
		content: "！";
		font-weight: bold;
		position: absolute;
		left: -1em;
	}
	.org-name{
		float: left;
		width: 6em;
		font-weight: bold;
	}
}
/*英語*/
.organizer-en .org-name{
	width:auto;
	float:none;
}
.organizer-en li{
	margin-left:1em;
	padding-bottom: 0.4em;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	index.html
	連絡先
＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.address dl{
	margin-left: 1em;
}
.address dt{
	font-weight: bold;	
}
.address dd{
	margin-left: 1em;
	margin-bottom: 2em;
	line-height: 1.4em;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	link.html
	リンクリスト
＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.link--style{
	margin: 0 1rem;
	list-style: inside none;
}
.link--style li{
	position: relative;
	margin-left: 2rem; 
	margin-bottom: 10px;
}
.link--style li::before{
	position: absolute;
	content: url("../img/3d-square-25-23.png");
	left: -30px;
	top:-5px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	All_htm
	フッター設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#hl_footer{
	background-color:#EEE;
	width:100%;
	margin-top:30px;
	border-top:#CCC 4px groove;
	border-bottom:#AAA 1px solid;
	font-size:12px;
}
#hl_footer p{
	clear:both;
	text-align:right;
}
#hl_footer ol{
	margin:0;
	padding:0;
}
#hl_footer ol li{
	float:left;
	padding:0 2px;
	font-size:12px;
}
#hl_footer ol li a{
	display:block;
	padding:2px 7px;
	text-decoration:none;
	color:#000;
}
#hl_footer ol li a:hover{
	color:#F00;
}





/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	Copyright (c) HealthLiteracy
＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


