/*

ACC symposium style.css

============================================================*/
.title p.logo {margin-bottom: 10px;}
.title p {font-size: 1.5em;}

div.content {
	padding-bottom: 0;
	font-size:14px;
}

.section h3 {
	background: #f2f2f2;
	font-size: 1.5em;
	padding:10px 20px 10px 20px;
}

.section h3 span {
	font-size: 12px;
}

.section .person{
	border-bottom:1px dotted #ccc;
	padding-bottom:1em;
	margin-bottom:1.5em;
	overflow: hidden;
}

.section .person .photo{
	float:left;
	margin:0;
}

.section .person div {
	float: right;
	width: 355px;
}

.section .person div.panelist {
	width: 600px;
}

.section .person .nametxt{
}

.section .person .nametxt span{
	font-size:16px;
	font-weight:bold;
}

.section .person .mode{
	font-size: 10px;
}

.section .txtblock p{
	margin-bottom:1.2em;
}

.section .txtblock .photo_l{
	float:left;
	margin:0 1.5em 0 0;
}

.section .txtblock .photo_r{
	float:right;
	margin:0 0 0 1.5em;
}

.maincontent > h4 {
	border-left:3px solid #B49759;
	padding-left:1em;
	margin:2.5em 0 1.5em;
	border-bottom: 1px solid #eee;
}

.maincontent > h5 {
	font-weight: bold;
	margin: 0 1em;
}

.list1 .title{
	font-size:16px;
	padding:1em 0;
	border-top:1px dotted #ccc;
	margin:0!important;
}

.list1 .txt{
	padding-left:1em;
}

.list1.last .txt{
	margin-bottom:1.5em;
	padding-bottom:1em;
	border-bottom:1px dotted #ccc;
}

.photosection .photo{
	margin-bottom:0.5em;
}

.photosection .txt{
	text-align:center;
}

.pagenation{
	margin:1.5em 0;
}

.pagenation ul{
	text-align: center;
}

.pagenation ul li{
	font-size:12px;
	margin-right:10px;
	display:inline-block;
}

.pagenation ul li.next{
	margin-right:0;
}

.pagenation ul li a{
	display:block;
	padding:0.5em 1em;
	border:1px solid #ccc;
}

.pagenation ul li.nlink{
	pointer-events:none;
	background:#ccc;
}

div.title{
	text-align:center;
}

.fontbold{
	font-weight:bold;
}

.bg-ccc {
	background: #ccc;
	padding: 10px;
	font-size: 12px;
}


/* clearfix */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

.att{
	padding-left: 1em;
	text-indent: -1em;
}

.nomargin{
	margin-bottom:0!important;
	padding-bottom:0!important;
}


/*=======================
/ 
  2017.03.03追記
/ 
===========================*/
.mTB10 {
	margin: 10px 0;
}
.mLR10 {
	margin: 0 10px;
}

.interview {
	margin-bottom: 3em;
}
.interview > h6 {
	font-weight: bold;
	margin: 1em 0 0.3em;
}
.interview > p {
	margin-left: 2em;
}
.interview > ol {
	list-style: decimal;
	margin-left: 3em;
}

/*=======================
レスポンシブ
=======================*/

@media(max-width: 768px){

	.btn_purchase,
	.sentence .text,
	#section3 .film,
	.btn_about,
	#section1 .left {width: 100%;}

	#section1 .view {
		float: none;
		text-align: center;
	}

	#section1 .view img {
		width: auto;
	}

	#section1 .article {
		float: none;
		width: 100%;
		margin-bottom: 1em;
	}

	#section3 dl {float: none;}

	.inbox{
		padding:1em;
	}

	.section .person .photo {
	float:none;
	margin:0 0 10px;
	text-align: center;
}

	.section .person .photo img {
		width: 70%;
	}

	.section .person div,
	.section .person div.panelist {
		float: none;
		width: 100%;
	}
}



/*=======================
		レスポンシブ
2017.03.03 vol.13告知ページのstyle.cssよりコピー
==================================================*/

@media(max-width: 768px) {
	#section2 li .description,
	#section2 li .panelist_name,
	#section2 li,
	#section3 #btn_form {
		max-width: 100%;
	}
	.text-box table tr.news-bg,
	.text-box table td.f-bold {
		border: 3px solid #ccc;
	}
	.text-box table td.f-bold {
		padding: 0;
	}
	.text-box table td.txt-left {
		font-size: 85%;
	}
	.sp-br {
		display: block;
	}
}

@media(min-width: 769px) {
	#section1_sub {
		text-align: left;
		padding: 15px 15px 15px 60px;
	}
	div.content {
		padding: 0 4em;
	}
	div.text-box {
		padding: 0 0 1.5em 0;
	}
	.pc-mgn {
		margin: 0 -2.7em;
		max-width: 885px;

	}
	.pc-mgn>.js-switch {
		width: 100%;
	}
	.text-box table tr.news-bg,
	.text-box table td.f-bold {
		border: 5px solid #ccc;
	}
	.sp-br {
		display: none;
	}
}