@charset "utf-8";

/*---------------------------------------------------
	#pagebody
----------------------------------------------------*/

#contents .boxinfo {
	border: 1px solid #F66;
	padding: 15px 15px 10px;
	margin-bottom: 20px;
}

#contents .sankou {
	font-size: 1.4rem;
	padding: 10px;
	border: 2px dotted #CCC;
}

#contents .sankou a {
	word-break: break-all;
	text-indent: -1.5em;
	margin-left: 1.5em;
	display: block;
}

#contents .sankou a:before {
	content: '\f35d';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.5em;
}

#contents .alert {
	margin-left: 1em;
	text-indent: -1em;
	color: #F69;
}

/* inquiry.css用リセット */
#pagebody dl > div {
	background-image: none;
}

/*
#pagebody > section {
	background: url(../images/sh_4px_dotline.gif) left bottom repeat-x;
}
*/

#pagebody .sectionbody {
	padding: 10px 10px 0;
}

#pagebody > section.sec01,
#pagebody > section.flyer {
	padding-bottom: 30px;
}

#pagebody > section.sec01 .okayamalibrary_image {
	text-align: center;
	width: 100%;
	display: block;
	padding-bottom: 15px;
}

#pagebody > section.sec01 .okayamalibrary_image img {
	margin: 0 auto;
	width: 100%;
	max-width: 500px;
}

#pagebody > section.sec02 .akiya_image {
	text-align: center;
	width: 100%;
	display: block;
	padding-bottom: 15px;
}

#pagebody > section.sec02 .akiya_image img {
	margin: 0 auto;
	width: 100%;
	max-width: 500px;
}

#pagebody > section.detail_area > h2 {
	margin: 0 0 20px;
	font-size: 2.4rem;
	color: #009FC0;
}

#pagebody > section.detail_area > h3,
#pagebody > section.flyer > h3 {
	background-color: #009FC0;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 15px;
	text-indent: -1.2em;
	padding-left: 1.5em;
	color: #FFF;
	font-size: 1.8rem;
}

#pagebody > section.detail_area > h3:before,
#pagebody > section.flyer > h3:before {
	content: '●';
	margin-right: 0.2em;
}

section.sec02 > dl {
	background: url(../images/sh_4px_dotline.gif) left top repeat-x;
}

#pagebody > section.detail_area > dl > div {
	font-size: 1.6rem;
	background: url(../images/sh_4px_dotline.gif) left bottom repeat-x;
	padding: 20px 10px;
}

section.detail_area > dl > div.btm {
	background-image: none;
}

section.detail_area > dl > div > dt {
	width: 100%;
	color: #009FC0;
	font-weight: bold;
}

section.detail_area > dl > div > dd ol {
	list-style-type: none;
	counter-reset: item;
}

section.detail_area > dl > div > dd ol > li {
	text-indent: -1.3em;
	margin-left: 1.3em;
	padding: 0 0 5px;
}

section.detail_area > dl > div > dd ol > li:before {
	counter-increment: item;
	content: counter(item)'. ';
	font-weight: bold;
}

section.detail_area > dl > div > dd ul {
	list-style-type: none;
}

section.detail_area > dl > div > dd ul > li {
	text-indent: -1.5em;
	margin-left: 1.5em;
}

section.detail_area > dl > div > dd ul > li:before {
	content: '\f192';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.5em;
	color: #009FC0;
}

section.detail_area > dl > div > dd .etc {
	font-size: 1.6rem;
	text-align: right;
	padding-right: 2em;
}

section.detail_area > dl > div > dd > .telephone > p {
	display: block;
	margin-top: 10px;
}

section.detail_area > dl > div > dd > .telephone > p > a {
	font-size: 2.6rem;
	padding-left: 32px;
	background: url(../images/sh_header_tel_icon.gif) 4px 75% no-repeat;
	background-size: 24px auto;
	font-family: 'Sarabun', sans-serif;
	font-stretch:75%;
	font-weight:800;
	color: #03C;
	text-decoration: none;
	line-height: 0;
}

/* flyer */

.flyer .flyerBox .imageBox {
	width: 100%;
}

.flyer .flyerBox .imageBox img {
	width: 100%;
	max-width: 500px;
	height: auto;
	margin: 0 auto;
}

.flyer .flyerBox .textBox {
	width: 100%;
}

.flyer .flyerBox .textBox p.dlBt a {
	text-indent: -1.5em;
	margin-left: 1.5em;
	display: block;
}

.flyer .flyerBox .textBox p.dlBt a:before {
	content: '\f019';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.5em;
}

/* introbox */

#pagebody .sectionbody .introbox {
	display: block;
}

#pagebody .sectionbody .introbox .textbox {
	width: 100%;
	margin-right: 0;
}

#pagebody .sectionbody .introbox .imagebox {
	width: 100%;
	margin-bottom: 10px;
}

#pagebody .sectionbody .introbox .imagebox img {
	width: 100%;
	height: auto;
}


/* important */

.important {
	border: 4px solid #EE87B4;
	border-radius: 10px;
	margin: 20px 0;
}

.important > h3 {
	padding: 10px;
	background-color: #EE87B4;
	color: #FFF;
	font-size: 1.6rem;
}

.important > ul {
	list-style-type: none;
	padding: 20px;
}

.important > ul > li {
	font-size: 1.6rem;
	padding-bottom: 20px;
	text-indent: -1em;
	margin-left: 1em;
	color: #000;
}

.important strong {
	color: #F66;
}

/* soudankai */

#pagebody > section.detail > h3 {
	width: 100%;
	font-size: 2.0rem;
	color: #06C;
	padding: 20px 10px 0;
	border-bottom: 4px solid #06C;
	margin-bottom: 30px;
}

#pagebody > section.detail .content ul.alert {
	list-style-type: none;
	color: #F66;
	font-size: 1.6rem;
	padding: 10px;
}

#pagebody > section.detail .content ul.alert li {
	text-indent: -1em;
	margin-left: 1em;
}

#pagebody > section.detail .content h4 {
	font-size: 2.0rem;
	color: #06C;
	border-bottom: 2px solid #06C;
	padding: 10px 10px 5px;
	margin-bottom: 10px;
}

#pagebody > section.detail .content .first dl {
	font-size: 2.0rem;
	font-weight: normal;
	line-height: 120%;
	padding: 4px 8px;
	margin-bottom: 20px;
}

#pagebody > section.detail .content .first dl > dt {
	width: 100%;
	color: #FFF;
	background-color: #09F;
	text-align: left;
	padding: 4px;
	font-size: 1.8rem;
	margin-bottom: 10px;
}

#pagebody > section.detail .content .first dl > dd {
	color: #06C;
}

#pagebody > section.detail .content .first dl > dd > span {
	font-size: 1.6rem;
}

#pagebody > section.detail .content .first .access {
	padding: 10px 10px 5px;
	margin-bottom: 20px;
	border: 2px dotted #CCC;
}

#pagebody > section.detail .content .first .access h5 {
	font-size: 1.8rem;
	font-weight: normal;
	color: #F66;
	margin-bottom: 10px;
}

#pagebody > section.detail .content .first .access p {
	font-size: 1.6rem;
}

#pagebody > section.detail .content .first p.alert {
	text-indent: -1em;
	margin-left: 1em;
}

#pagebody > section.detail .content .second .main {
	width: 100%;
	padding: 20px 0 0;
}

#pagebody > section.detail .content .second .sub {
	width: 100%;
	padding-top: 30px;
	margin-left: auto;
	text-align: center;
}

#pagebody > section.detail .content .second .seminar,
#pagebody > section.detail .content .second .consultation {
	margin-bottom: 40px;
}

#pagebody > section.detail .content .second .seminar > ul > li,
#pagebody > section.detail .content .second .consultation > div {
	padding: 0 10px;
}

#pagebody > section.detail .content .second .seminar > ul > li,
#pagebody > section.detail .content .second .consultation > div.soudannaiyo {
	padding-bottom: 20px;
}


#pagebody > section.detail .content .second .seminar > ul > li {
	border-bottom: 4px dotted #CCC;
}


#pagebody > section.detail .content .second .seminar > ul > li.last {
	border-bottom: none;
}

#pagebody > section.detail .content .second h3 {
	font-size: 2.0rem;
	background-color: #06C;
	color: #FFF;
	padding: 10px 10px 5px;
	margin-bottom: 10px;
}

#pagebody > section.detail .content .second h3 span {
	margin-left: 2em;
}

#pagebody > section.detail .content .second .sub > div > a > img {
	border: 1px solid #CCC;
}

#pagebody > section.detail .content .second .sub p {
	font-size: 1.8rem;
}

#pagebody > section.detail .content .second {
	background: url(../images/sh_4px_dotline.gif) left top repeat-x;
	padding: 20px 10px 40px;
}

#pagebody > section.detail .content .second h4 {
	font-size: 2.0rem;
	color: #06C;
	border-bottom: 1px solid #06C;
	padding: 20px 10px 0;
}

#pagebody > section.detail .content .second p {
	padding: 10px 10px 0;
}

#pagebody > section.detail .content .second ul {
	list-style-type: none;
}

#pagebody > section.detail .content .second dl {
	padding: 20px 0 0;
}

/*
#pagebody > section.detail .content .second dl > dt {
	font-size: 2.0rem;
	line-height: 120%;
	color: #09F;
	border-bottom: 2px solid #09F;
	width: 100%;
}
*/

#pagebody > section.detail .content .second dl > dt {
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 120%;
	color: #06C;
}

#pagebody > section.detail .content .second dl > dd.time {
	font-size: 1.6rem;
	line-height: 120%;
	color: #09F;
}

#pagebody > section.detail .content .second dl > dd.subject {
	font-size: 2.0rem;
	line-height: 120%;
	color: #06C;
	padding: 20px 0 0;
}

#pagebody > section.detail .content .second dl > dd.speaker {
	font-size: 1.8rem;
	line-height: 150%;
	color: #333;
	padding: 20px 0 0;
}

#pagebody > section.detail .content .second dl > dd.speaker > strong {
	font-size: 2.0rem;
}

#pagebody > section.detail .content .second .consultation ul {
	margin-top: 10px;
}

#pagebody > section.detail .content .second .consultation ul li {
	font-size: 1.8rem;
	margin-left: 1em;
	text-indent: -1em;
	padding: 0 10px;
}

#pagebody > section.detail .content .second .consultation ul li:before {
	display:inline-block; 
	vertical-align: 0.05em;
	content:'';
	width: 0.75em;
	height: 0.75em;
	background: #09F;
	margin-right: 6px;
}

/*
#pagebody > section.detail .content .second .main > div > .etc {
	font-size: 1.6rem;
	text-align: right;
	padding-right: 60px;
}
*/

#pagebody > section.detail .content .third .common {
	padding: 10px;
	border: 8px solid #EEE;
}

#pagebody > section.detail .content .third .common > div {
	padding-bottom: 20px;
}

#pagebody > section.detail .content .third .common h3 {
	font-size: 2.2rem;
	color: #06C;
	border-bottom: 4px dotted #06C;
	padding: 10px 10px 0;
	margin-bottom: 20px;
}

#pagebody > section.detail .content .third .common h4 {
	font-size: 2.0rem;
	background-color: #06C;
	color: #FFF;
	padding: 10px 10px 0;
}

#pagebody > section.detail .content .third .common h5 {
	font-size: 2.0rem;
	color: #06C;
	padding: 10px 0 5px;
}

#pagebody > section.detail .content .third .common p {
	padding: 10px 10px 0;
}

#pagebody > section.detail .content .third .common p.tel {
	margin: 10px;
	padding: 10px 10px 5px;
	border: 4px solid #06C;
	background-color: #FFC;
	border-radius: 10px;
	display: block;
}
 
#pagebody > section.detail .content .third .common p.tel span {
	font-size: 2.0rem;
	font-family: 'Sarabun', sans-serif;
	font-stretch:75%;
	font-weight:800;
	color: #06C;
	text-decoration: none;
	line-height: 0;
	display: inline-block;
}

#pagebody > section.detail .content .third .common ul {
	margin: 10px 0 20px;
	list-style-type: none;
}

#pagebody > section.detail .content .third .common ul li {
	font-size: 1.8rem;
	margin-left: 1em;
	text-indent: -1em;
	padding: 0 10px;
}

#pagebody > section.detail .content .third .common ul li:before {
	display:inline-block; 
	vertical-align: 0.05em;
	content:'';
	width: 0.75em;
	height: 0.75em;
	background: #09F;
	margin-right: 6px;
}

#pagebody > section.detail .content .third .common p.link_bt {
	margin: 10px;
	padding: 10px;
	border: 4px solid #EEE;
	background-color: #009FC0;
	border-radius: 10px;
}

#pagebody > section.detail .content .third .common p.link_bt:hover {
	background-color: #1EBDDE;
}

#pagebody > section.detail .content .third .common p.link_bt a {
	color: #FFF;
	display: block;
	margin-left: 1.5em;
	text-indent: -1.5em;
	text-decoration: none;
}

#pagebody > section.detail .content .third .common p.link_bt a:hover {
	text-decoration: underline;
}

#pagebody > section.detail .content .third .common p.link_bt a:before {
	content: '\f019';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.5em;
}

/* senkouyoyaku */

.senkouyoyaku {
	border: 4px solid #CCC;
	padding: 20px;
	margin-top: 40px;
}

.senkouyoyaku h3 {
	color: #009FC0;
	font-size: 2.0rem;
	padding: 10px 0 20px;
}

.senkouyoyaku ul {
	list-style-type: none;
}

#pagebody .senkouyoyaku dl > div {
	background: url(../images/sh_4px_dotline.gif) left top repeat-x;
}

#pagebody .submitbox {
	padding-left: 10px;
}

@media screen and (min-width: 961px) {

#contents .sankou {
	font-size: 1.6rem;
}

#pagebody > section.sec01 .okayamalibrary_image img {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
}

#pagebody > section.sec02 .akiya_image img {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
}

#pagebody > section.detail_area > h2 {
	font-size: 3.0rem;
}

#pagebody > section.detail_area > h3,
#pagebody > section.flyer > h3 {
	font-size: 2.4rem;
}

#pagebody > section.detail_area > dl > div {
	font-size: 2.0rem;
	display: -webkit-box;
	display: -webkit-flex; 
	display: -ms-flexbox;
	display: flex;
}

section.detail_area > dl > div > dt {
	width: 25%;
}

section.detail_area > dl > div > dd {
	width: 75%;
}

section.detail_area > dl > div > dd > .telephone > p > a {
	font-size: 3.2rem;
	padding-left: 48px;
	background-size: auto;
}

/* flyer */

.flyer .flyerBox {
	display: -webkit-box;
	display: -webkit-flex; 
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flyer .flyerBox .imageBox {
	width: 55%;
}

.flyer .flyerBox .imageBox img {
	width: 100%;
	height: auto;
}

.flyer .flyerBox .textBox {
	width: 45%;
}

/* important */
	
.important h3 {
	font-size: 2.8rem;
	text-align: center;
}

.important > ul > li {
	font-size: 2.0rem;
}

/* introbox */

#pagebody .sectionbody .introbox {
	display: -webkit-box;
	display: -webkit-flex; 
	display: -ms-flexbox;
	display: flex;
	flex-direction: row-reverse;
}

#pagebody .sectionbody .introbox .textbox {
	width: 70%;
	padding-right: 2em;
}

#pagebody .sectionbody .introbox .imagebox {
	width: 30%;
	margin-bottom: 0;
}

/* soudankai */

#pagebody > section.detail > h3 {
	font-size: 2.8rem;
}

#pagebody > section.detail .content ul.alert {
	font-size: 2.0rem;
}

#pagebody > section.detail .content .first dl {
	font-size: 2.4rem;
	display: -webkit-box;
	display: -webkit-flex; 
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#pagebody > section.detail .content .first dl > dt {
	width: 60px;
	height: 60px;
	color: #FFF;
	background: url(../images/sh_event_date_bg.gif) left top no-repeat;
	text-align: center;
	padding: 16px 0 0 0;
	font-size: 1.8rem;
	margin: 0 10px 0 0;
}

#pagebody > section.detail .content .first dl > dd > span {
	font-size: 1.8rem;
}

#pagebody > section.detail .content .first p.alert {
	font-size: 1.8rem;
}

#pagebody > section.detail .content .second {
	display: -webkit-box;
	display: -webkit-flex; 
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#pagebody > section.detail .content .second .main {
	width: 65%;
	padding: 20px 0 30px;
}

#pagebody > section.detail .content .second .sub {
	width: 35%;
}

#pagebody > section.detail .content .second .sub p {
	font-size: 1.8rem;
}

#pagebody > section.detail .content .second {
	background: url(../images/sh_4px_dotline.gif) left top repeat-x;
	padding: 20px 10px;
}

#pagebody > section.detail .content .second h4 {
	font-size: 2.0rem;
}

#pagebody > section.detail .content .second p {
	font-size: 1.8rem;
}

#pagebody > section.detail .content .second p.tel span {
	font-size: 2.6rem;
}

#pagebody > section.detail .content .second ul {
	list-style-type: none;
}

#pagebody > section.detail .content .second dl {
	position: relative;
}

#pagebody > section.detail .content .second dl > dt {
	font-size: 2.2rem;
}

#pagebody > section.detail .content .second dl > dd.time {
	position: absolute;
	right: 0;
	top: 20px;
	font-size: 1.8rem;
}

#pagebody > section.detail .content .second dl > dd.subject {
	font-size: 2.0rem;
}

#pagebody > section.detail .content .second dl > dd.speaker {
	font-size: 1.8rem;
}

#pagebody > section.detail .content .second dl > dd.speaker > strong {
	font-size: 2.4rem;
}

#pagebody > section.detail .content .second > div > ul li {
	font-size: 1.8rem;
	margin-left: 1em;
	text-indent: -1em;
}

#pagebody > section.detail .content .third .common h3 {
	font-size: 2.8rem;
}

/* senkouyoyaku */
#pagebody .senkouyoyaku dl > div > dt {
	width: 400px;
}

}
