@charset "utf-8";
/* -----------------------------------------
page.css
個別ページ設定用css
----------------------------------------- */

.ttl01 {
	background: url(/shared/img/title_line_01.gif) repeat-x 0 100%;
	padding: 6px 0 15px;
	margin-bottom: 25px;
	color: #192c79;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 33px;
	line-height: 1.2;
}

.subTtl01 {
	display: inline-block;
	font-size: 24px;
}

.sec01 {
	margin-bottom: 35px;
}

.box01 {
	background: #e8f0f8 url(/confer/search/cfp/img/ind_bg01.jpg) no-repeat right 15px bottom;
	padding: 35px 25px;
	margin-bottom: 35px;
}

.outerBox {
	margin: 35px 0;
	background: url(/confer/search/cfp/img/ind_bg02.jpg) no-repeat right center;
	background-size: 205px;
}

.box02 {
	width: 416px;
	border: 2px solid #7faada;
	border-radius: 25px;
	padding: 20px 30px;
}

.list01 {
	margin-bottom: 5px;
}
.list01 li {
	position: relative;
	padding-left: 1em;
}
.list01 li:before {
	position: absolute;
	top: 4px;
	left: 0;
	content: "";
	width: 10px;
	height: 10px;
	background-color: #7faada;
	border-radius: 50%;
}

.imgList {
	overflow: hidden;
	margin: 35px 0 0 -21px;
}
.imgList figure {
	text-align: center;
	float: left;
	width: 342px;
	margin: 0 0 35px 21px;
}
.imgList figure:last-child {
	margin: 0 0 0 3%;
}

.ttl02 {
	position: relative;
	border-bottom: 1px solid #aaa;
	padding: 0 10px 6px 35px;
	margin-bottom: 12px;
	color: #00318c;
	font-size: 113.3%;
	font-weight: bold;
	line-height: 1.3;
}
.ttl02:before {
	top: -2px;
}

body.sp .subTtl01 {
	font-size: 16px;
}
body.sp .box01 {
	background-size: 150px auto;
	padding: 20px 20px 100px;
	margin-bottom: 20px;
}
body.sp .outerBox {
	background-position: right bottom;
	background-size: 150px auto;
	margin: 15px 0 20px;
	padding-bottom: 100px;
}
body.sp .box02 {
	width: auto;
	padding: 20px;
}
body.sp .imgList {
	margin: 20px 0 0;
}
body.sp .imgList figure {
	float: none;
	width: auto;
	margin: 0 0 25px;
}
body.sp .imgList figure:last-child {
	margin: 0;
}
body.sp .imgList figure img {
	margin: 0 auto;
}

