@charset "UTF-8";
/*
Site URL	http://www.umin.ac.jp/cdisc/2017/index.html
Created		2017/08/24
Last update	2017/08/24 by Hayashi
Author		Hayashi Ryosuke
*/
body{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
h1 {
	background-color: #571;
	color:#fff;
}
.menu{
	margin-bottom: 40px;
}
.menu a{
	text-decoration: none;
}
.menu ul{
	list-style: none;
}
.menu ul li{
	border:2px solid #3d3;
	width: 6em;
	text-align: center;
	padding: 7px;
	border-radius: 5px;
}
/*
	2017/9/11　参加多数による記述追加
*/
	.cdisc-participation{
		position: relative;
	}
	.atumori-title{
		position: absolute;
		margin: 0;
		top:14px;
		left:0;
 		font-size: 24px;
 		color: #FBE000;
 		text-shadow: #EF454A 1px 1px 0px, #EF454A -1px 1px 0px, #EF454A 1px -1px 0px, #EF454A -1px -1px 0px;
	}
	.atumori-main{
		margin:0 0 0 80px;
	}
#main-body{
	max-width: 980px;
	margin: 0 auto;
	padding-left:5px; 
}
.main-title{
	font-size: 1.7em;
	padding: 80px 0 40px 0 ;
	font-weight: bold;
}
.main-title span.cdisc-title{
	font-size: 2em;
	color: #251 ;
}
.main-title span.sb-title{
	font-size: .7em;
}
.dl-open a{
	text-decoration: none;
	border:#d77 1px solid;
	border-radius: 5px;
	padding: 7px;
	background-color: #f77;
}
.dl-open a span{
	background-color: #f77;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px #000;
}
h2{
	font-weight: bold;
	font-size: 1.3em;
	padding:40px 0 10px 0;
	clear: both;
}
h3{
	font-weight: bold;
	font-size: 1.1em;
	padding:10px 0 10px 0;
}
img {
	float: left;
	margin: 0 0.5em 0.5em 0;
}
iframe{
	width: 450px;
	height: 350px;
}
ul{
	list-style: inside disc;
	margin-left: 1em;
}
li{
	line-height: 1.3em;
}
ul ul{
	list-style: inside circle;
	margin-left: 2em;
}
p{
	margin:0.5em 1em 0 1em; 
	line-height: 1.3em;
}
.lang-b{
	border:1px #333 solid;
	border-radius: 5px;
	margin: 1em;
	float: left;
	padding: 4px;
	width: 150px;
	text-align: center;
	cursor: pointer;
}
.jap-b{
	background-color: #fdd;
}
.eng-b{
	background-color: #dfd;
}
.jozef-box{
	clear: both;
	overflow: hidden;
}
.jozef-eng{
	display: none;	
	overflow: hidden;
}
.jozef-jap{
	overflow: hidden;
}
.cdisc-program{
	margin-left: 1em;
}
.cdisc-program time{
	padding-right: 1em;
}
.cdisc-program li{
	margin-bottom: 0.3em;
}
.aria-service{
	border:2px solid #000;
	border-radius: 5px;
	width: 250px;
	margin-left: 1em;
	margin-top: 1em;
}
.aria-service a{
	text-decoration: none;
}
.aria-service div{
	padding: 1em;
	text-align: center;
	background-color: #282;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
}
footer{
	margin-top: 80px;
	background-color: #ff8;
}

.dlall-box{
	border:2px #11aa11 solid;
	border-radius: 5px;
	background-color: #eeffee;
	padding: 2em;
}
.dlind-box{
}
.dlind-box img,
.photo-frame img{
	width: 100%;
}
.photo-frame{
	margin: 0 auto 40px auto;
	width: 90%;
	padding: 2em;
	border:1px #444444 solid;
	box-shadow: 4px 4px 4px rgba(100,100,100,100);
}
.photo-frame h3{
	margin: 0 0 1em 0;
	border-bottom: dotted 2px #888;
}
.photo-frame p{
	font-weight: bold;
}
.photo-frame .data{
	text-align: right;
}
