﻿@charset "UTF-8";
/*
Site URL	http://www.umin.ac.jp/cdisc/2018/index.html
Created		2018/08/24
Last update	2018/08/24 by Hayashi
Author		Hayashi Ryosuke
*/
body{
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 18px;
	min-width:450px ;
}
h1{
	background-color: #494;
	font-size: 12px;
	color: #fff;
}
h2{
	font-size: 32px;
	margin: 10px 0;
	font-weight: bold;
}
h3{
	font-size: 22px;
	margin: 20px 0 10px 0;
	font-weight: bold;
}
.section_frame{
	position: relative;
	max-width: 980px;
	min-width: 450px;
	margin: 60px auto;
	clear: both;
}
.title--font{
	padding: 80px 0;
	color: #012C5E;
	font-size: 40px;
}
.title-logo--font{
	color:#6BA196;
	font-size: 78px;
	font-weight: bold;
}
p.overview{
	width: 90%;
	margin: 10px auto;
	line-height: 1.6em;
	font-size: 20px;
}
.ul-li--th{
	display: block;
	width: 5em;
	font-weight: bold;
}
#seminar-info dl{
	margin-left: 2em;
}
#seminar-info dl:after{
	content: "";
	top:0;
	display: block;
	clear: both;
}
#seminar-info dl dt{
	clear: both;
	float: left;
	width: 5em;
	font-weight: bold;
	padding-bottom: 8px;
	position: relative;
}
#seminar-info dl dt:after{
	content: ":";
	position: absolute;
	right: 0;
}
#seminar-info dl dd{
	float: left;
	padding-left: 8px;
	padding-bottom: 8px;
}
#seminar-program ol{
	margin-left: 2em;
}
#seminar-program ol li{
	line-height: 1.6em;
}
.program-time{
	float: left;
	display: block;
	width: 8em;
}
#seminar-add ol{
	margin-left:3em;
	list-style-type: decimal;
}
#seminar-add ol li{
	line-height: 1.6em;
}
#seminar-add ul{
	margin-left:3em;
	list-style-type: disc;
}
#seminar-add ul li{
	line-height: 1.6em;
}
#seminar-doc ul{
	margin-left:2em;
}
#seminar-doc li{
	margin-bottom: 15px;
	list-style-image: url(/images/cdisc/notes_hoso-20.png);
}
.footer-frame{
	border-top: double 4px #262; 
	background-color: #494;
	color: #fff;
	box-shadow: 0px -8px 0px #040;
	text-align:center;
}
/*ボタン*/
.button--forme{
	margin: 40px 20px;
}
.button--entre{
	text-align: center;
	padding: 20px 20px ;
	border:2px solid #272;
	border-radius: 10px;
	text-decoration: none;
	background-color: #ffe;
	color: #040;
	font-weight: bold;
}
.button--faq{
	text-align: center;
	padding: 10px;
	border:2px solid #272;
	border-radius: 10px;
	text-decoration: none;
	background-color: #ffe;
}
.speaker--img{
	float: left;
}

.speaker--frame{
	margin-top:20px; 
}
.speaker--info{
	margin-left: 250px;
}
.speaker--info:after{
	content: "";
	top:0;
	display: block;
	clear: both;
}
.speaker--info p{
	margin-bottom: 20px;
	padding-left: 10px;
	line-height: 1.2em;
}
.speaker-name{
	margin: 0 ;
	padding:20px 5px; 
	font-size: 36px;
	font-weight: bold;
}
@media screen and (max-width: 450px){
	.speaker--img{
	float:none;
	}
	.speaker--frame{
		margin-top:20px; 
	}
	.speaker--info{
		margin-left: 10px;
	}
	.speaker--info:after{
		content: "";
		top:0;
		display: block;
		clear: both;
	}
	.speaker--info p{
		margin-bottom: 20px;
		padding-left: 10px;
		line-height: 1.2em;
	}
	.speaker-name{
		margin: 0 ;
		padding:10px 5px; 
		font-size: 36px;
		font-weight: bold;
	}
}
.qa--frame{
	border:solid 1px #777;
	box-shadow: 2px 2px 1px rgba(200,200,200,0.8);
	border-radius: 5px;
	margin: 20px 0;
}
.qa-q--frame{
	position: relative;
	border-bottom:dotted 2px #4d4;
	padding-top: 15px;
}
.qa-q--text{
	margin: 10px 20px 10px 45px;
	font-weight: bold;
	line-height: 1.2em;
}
.qa-q--text:before{
	content: url(/images/cdisc/Q.png);
	position: absolute;
	top:5px;
	left:5px;
}
.qa-a--frame{
	position: relative;
	padding-top: 0px;
}
.qa-a--text{
	margin: 15px 20px 10px 45px;
	line-height: 1.2em;
}
.qa-a--text:before{
	content: url(/images/cdisc/A.png);
	position: absolute;
	top:-8px;
	left:5px;
}

/*20181205追加*/
.sankatouroku{
	border:2px solid #373;
	border-radius: 5px;
	text-align: center;
	padding: 10px 0;
	background: #ffe;
	font-weight: bold;
}