@charset "utf-8";

/*
Site URL	http://www.umin.ac.jp/faq/index.html
Created		2012/12/22
Last update	2014/02/07 By Ryosuke Hayashi
Author		Ryosuke Hayashi
*/
html{
	scroll-behavior: smooth;
}
/*================================================
	UMINブラックリストの件
--------------------------------------------------*/
.bracklist{
	border: 2px solid rgb(200,20,20);
	background: rgb(255,220,230);
}
.bracklist .brack-titl{
	text-align: center;
	font-weight: bold;
	color: rgb(200,20,20);
	font-size: 24px;
	border-bottom: 1px solid rgb(40,40,40);
}
/*================================================
	UMIN IDとパスワードについて
--------------------------------------------------*/
#umin_id{
}

/*================================================
	メールお問い合わせ 
	更新　2014/02/07　By Ryosuke Hayashi
--------------------------------------------------*/
#mail_faq{
}
#mail_faq .mail_faq_hotmail{
	margin:10px 40px ;
	background:#FDF;
	padding:6px;
	border-radius: 12px;
	box-shadow: 3px 3px 4px 1px #EFEFEF;
}
.mail-reduction{
	border: 2px double rgb(250,200,180);
	margin: 0 0 1em 0;
	padding: 0;
}
.mail-reduction h4{
	margin: 0;
	padding: 1em;
	font-size: 18px ;
	font-weight: bold;
	background-color: rgb(250,200,200);
}
.mail-reduction p{
	margin: 0;
	padding: .5em;
}
/*================================================
	EPOC
--------------------------------------------------*/
#epoc{
}
#epoc h2{
	line-height: 1.6em;
}
#epoc h2 span.color--red{
	color: rgb(250,0,0);
}
#epoc a.faq_button_from{
	text-decoration: none;
}
.epoc2019 {
	margin-top: 40px;
	margin-left:40px;
	border: 2px solid rgb(100,100,240);
	border-radius: 5px;
	background-color: rgb(250,250,250);
}
.epoc2019 h4{
	line-height: 1.6em;
	font-size: 18px;
	margin-left: 1em;
}

.epoc2019-faq_button_from{
	margin:0 0 20px 40px;
	display: block;
	max-width:240px;
	padding:10px 20px 10px 0;
	line-height:1.5em;
	text-align: center;
	font-size:14px;
	font-weight:bolder;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center; 
	-webkit-justify-content: center;
	justify-content: center;
}
#epoc a.epoc2019-faq_button_from{
	text-decoration: none;
}
/*================================================
	DEBUT
--------------------------------------------------*/
#debut{
}

/*================================================
	一般公開ホームページ
--------------------------------------------------*/
#hp{
}

/*================================================
	会員制ホームページ
--------------------------------------------------*/
#secret_hp{
}

/*================================================
	メーリングリスト
--------------------------------------------------*/
#million{
}

/*================================================
	演題
--------------------------------------------------*/
#elbis{
}

/*================================================
	INDICE
--------------------------------------------------*/
#indice{
}
.NCD-faq{
	border:solid #eee 1px;
	border-radius: 10px;
	background-color: #fff5ee;
	margin: 10px;
	padding: 3px 5px 3px 5px;
}
.NCD-faq_fontred{
	color:#FF0000;
}


/*================================================
	UMIN-CTR
--------------------------------------------------*/
#ctr{
}

/*================================================
	Vote
--------------------------------------------------*/
#vote{
}

/*================================================
	各種情報掲載
--------------------------------------------------*/
#keisai{
}

/*================================================
	国公私立大学病院業務サービス
--------------------------------------------------*/
#vpn{
}

/*================================================
	その他のお問い合わせ
	20160126追記
--------------------------------------------------*/
#about{
}
.general-faq{
	border:solid #FFCC33 2px;
	border-radius: 5px;
	background-color: #FFFF99;
	box-shadow: 0px 0px 4px #FFCC00;
	margin: 14px 14px;
	padding:14px;
}



/*================================================
==================================================
	共通
	※すべてに影響しますので修正の際は注意
	作成　2014/02/06
	更新　2014/02/07　By Ryosuke Hayashi
--------------------------------------------------*/

.faq_button_from{
	margin:0 0 20px 40px;
	display: block;
	max-width:240px;
	padding:20px 20px 20px 0;
	line-height:1.5em;
	text-align: center;
	font-size:18px;
	font-weight:bolder;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center; 
	-webkit-justify-content: center;
	justify-content: center;
}

#faq_button_from{
	max-width:240px;
	max-height:60px;
	margin:0 0 20px 40px;
	padding:0;
}
#faq_button_from a{
	display:block;
	width:100%;
	padding:15px 20px 20px 0;
	line-height:1.5em;
	text-align:center;
	font-size:18px;
	font-weight:bolder;
	text-decoration:none;
}
#faq_button_from a:before{
	content:normal;
}
.faq_button_style{
	border:#00C 2px solid;
	border-radius: 10px;
	box-shadow: 0px 0px 4px #000000;
	background:url(/images/hayashi/link_icon_triangle.gif) no-repeat right center #FFF;
}
.faq_button_style:hover,
.faq_button_style:active{
	border-radius: 10px;
	box-shadow: inset 0px 0px 3px #000000;
}

p{
	margin:0 20px;
}

ul{
	margin-left:20px;
}
.list_ul{
	list-style:none;
}
/*
strong {
  background: linear-gradient(transparent 40%, #ff9 40%); 
}
*/
strong {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(255, 228, 0, 0.6);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}
.a_underline a{
	text-decoration:underline;
	position:relative;
}
.a_underline a[href^="#"]:before{
	position:relative;
	content:url(/images/faq/ar_g.png);
	padding-right:0px;
}
#backtop{
	position: fixed;
	right: 5px;
	bottom: 40px;
	z-index:10;
	padding:3px;
	cursor:pointer;
	text-align:center;
	color:#FFF;
	background-color:rgba(10,10,10,0.6);
}
#backtop div{
	cursor:pointer;
	border:dotted #DDD 2px;
	padding:4px;
}
@media only screen and (max-width:600px){
#backtop{
	width:100%;
	right: 0px;
	bottom: 0px;
}
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	UMIN 電子メール縮小のご案内
	20120/08/09
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.email-reduction-top{
	border: 2px double rgb(200,50,50);
	padding: 0;
	margin-bottom: 5px;
}
.email-reduction-top h2{
	margin: 0;
	padding: 5px 10px;
	background-color: rgb(200,50,50);
	color: rgb(255,255,255);
	border: none;
	text-shadow: 1px 1px 1px rgb(50,50,50);
}
.email-reduction-top p{
	margin: 5px 16px;
	padding: 0;
	line-height: 1.3em;
}

/*=================================
Center9 ボタン
=================================*/
.center9_button{
	display: inline-block;
} 
.center9_button a{
	text-decoration: none;
	display: inline-block;
	margin: 1rem;
	padding: 1rem 2rem;
	border: 1px solid;
	border-radius: 5px ;
}
.center9_jp a{
  border-color: rgb(50,50,200);
	box-shadow: 2px 2px 1px rgb(20, 20, 150);
}
.center9_en a{
  border-color: rgb(50,200,50);
	box-shadow: 2px 2px 1px rgb(20, 150, 20);
}

.oshirase{
	border: 2px solid rgb(200,20,20);
	border-radius:10px;
	background: rgb(255,220,230);
	padding:1em;
}
.oshirase .brack-titl{
	text-align: center;
	font-weight: bold;
	color: rgb(200,20,20);
	font-size: 24px;
	border-bottom: 1px solid rgb(40,40,40);
}