<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

/*全体*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body,h1,h2,h3,h4,h5,p,dl,ol,ul,th,td,div {
	font: 12px/1.5 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", MS P Gothic, Osaka,Arial, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #525248;
	text-align: left;
	list-style: none;
}
html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
	overflow-y: scroll;
}

body {
	background: #F1F1EC url(../../images/body_back.gif) repeat-x;
}

@media screen {
html{
	height: 100%;
}

body{
	height: 100%;
	text-align: center;
}
}

a:link,a:visited {
	color: #C90851;
	outline: none;
	text-decoration: underline;
}
a:hover,a:active,a:focus {
	color: #C90851;
	outline: none;
	text-decoration: none;
}
a img {
	border-style: none;
}
hr {
	display: none;
}
img {
	border: none;
	vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
strong {
	font-weight: bold;
}
table {
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0px;
}
p.para {
	margin-bottom: 1.5em;
}
.inlineblock {
    display: inline-block;
}

/*全体
===========================================================================*/
#allContents {
	position: relative;
	height: 100%;
	min-height: 100%;
	text-align: center;
}

body &gt; #allContents {
    height: auto;
}

/*ヘッダ
===========================================================================*/
header {
	margin: 0 0 35px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
}
header:before {
    content: '';
    display: block;
    width: 100%;
    height: 107px;
    background: url("images/title_l.png") repeat-x;
}
header:after {
    content: '';
    display: block;
    width: 100%;
    height: 107px;
    background: url("images/title_r.png") repeat-x;
}

h1 {
    text-align: center;
    flex-shrink: 0;
    max-width: 100%;
    overflow: hidden;
}
h1 img {
    width: 944px;
    max-width: none;
    height: 107px;
//    object-fit: cover;
}


/*コンテンツ大枠
===========================================================================*/
#midArea {
	margin: 0px;
	padding: 0px 20px 110px;
	position: relative;
}

#midArea .contentsArea {
	width: 960px;
    max-width: 100%;
	background: #FFF;
	border: 1px solid #CDD0CE;
	padding: 0px 15px;
    margin: auto;
	position: relative;
}


/*コンテンツ
===========================================================================*/
.seminer {
	width: 824px;
    max-width: 100%;
	margin: 0px auto;
}
.family .family_title {
	text-align: center;
	margin: 40px 0 25px;
}
.family .family_title h2 {
	text-align: center;
	margin-bottom: 30px;
}
.family .family_title p {
	font-size: 14px;
	line-height: 1.85;
	text-align: center;
}
.seminer_detail {
	width: 100%;
}
.seminer_detail th {
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	padding: 0.7em 1em;
	font-size: 14px;
	background: #EFF1EB;
	width: 5em;
}
.seminer_detail td {
	padding: 0.7em 1em;
	font-size: 14px;
	border-bottom: 1px solid #EFF1EB;
}
.seminer_detail tr.lastChild td {
	border-bottom: none;
}
.catimg02 {
	width: 100%;
	text-align: right;
	position: relative;
    display: none;
}
.catimg02 img {
	margin-top: -85px;
  margin-top: 0;
	position: absolute;
	right: -5px;
  bottom: -260px;
}

.seminer table td dt {
	font-size: 14px;
	font-weight: bold;
	color: #6F4335;
	margin-bottom: 0.5em;
}

.seminer table td dd {
	font-size: 14px;
	margin: 0px 0px 1em;
	padding: 0px 0px 1em;
	background: url(../../report/images/line_dot_w.gif) repeat-x left bottom;
}
.seminer table td dd:last-child {
	padding: 0px;
	background: none;
}

.seminer table td dd ul {
	margin-top: 0.5em;
}

.seminer table td dd li {
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 0px 1em;
	line-height: 1.8;
	text-indent: -1ex;
}

.seminer .title_timetable {
	margin-bottom: 1em;
	padding: 0.8em 0.6em;
	color: #525248;
	font-size: 18px;
	font-weight: bold;
	background: #f2eee9;
	border-left: solid 6px #be9665;
}

.seminer span.day {
	font-size: 18px;
	font-weight: bold;
}


/*市民プログラム*/
.family .pink {
	color: #e97781;
}
.family .seminer_detail th {
	background: #fbdfdd;
	vertical-align: middle;
	border-top: 1px solid #fbdfdd;
	border-bottom: 1px solid #fbdfdd;
}

.family .seminer_detail td {
	padding: 0.7em 1em;
	font-size: 14px;
	border-top: 1px solid #fbdfdd;
	border-bottom: 1px solid #fbdfdd;
}
.family .seminer_detail tr.lastChild td {
	border-bottom: 1px solid #fbdfdd;
}
.family .seminer_detail td p {
	font-size: 14px;
}
.family .seminer_detail td a {
	color: #525248;
}
.family .seminer_detail td li {
	font-size: 14px;
    padding-left: 1em;
    position: relative;
}
.family .seminer_detail td li span {
  position: absolute;
  left: 0px;
}
.family .covid {
    border: 1px solid #cdd0ce;
	margin-bottom: 50px;
	margin-bottom: 20px;
	padding: 15px;
}
.family .covid .title {
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	border: none;
    background: #e97781;
	margin: 0;
}
.family .covid ul {
	margin-top: 5px;
}
.family .covid ul li {
	font-size: 14px;
	padding-left: 1em;
	position: relative;
}
.family .covid ul li:before {
	content: '・';
	color: #e97781;
	position: absolute;
	left: 0px;
}
.covid p {
	text-align: left;
	margin-top: 1em;
	font-size: 14px;
}
.covid p span {
    color: #ff0000;
}

.family .title_timetable {
  background: #fbdfdd;
  border-left: solid 6px #e97781;
    margin-top: 60px;
}
.family .title_timetable small {
	font-size: 14px;
	font-weight: normal;
	margin-left: 2em;
}
.family .seminer_timetable th {
  background: none;
  border: 1px solid #fbdfdd;
}
.family .seminer_timetable tr:last-child td {
	border-bottom: none;
}
.family .seminer_timetable td {
  padding: 1.5em 0;
    border-top: none;
}
.family .seminer_timetable td.event_date {
    border: none;
    padding-bottom: 0;
}
.family .seminer_timetable td.event_date p {
    font-size: 16px;
    font-weight: bold;
    background: #fbdfdd;
    display: inline-block;
    padding: 0.5em 5em 0.5em 1em;
}
.family .seminer_timetable td dt {
  color: #e97781;
}
.family .seminer_timetable td dd {
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  background: none;
}
.family .seminer_timetable td dd .seminer_title {
  font-size: 16px;
	font-weight: bold;
  margin: 0.5em 0px;
}
.family .seminer_timetable td dd table {
	width: auto;
}
.family .seminer_timetable td dd table td {
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: top;
}
.family .seminer_detail .lecturer th {
    font-weight: normal;
    width: 3em;
    padding: 0;
    border: none;
    text-align: left;
    vertical-align: top;
}
.family .seminer_detail .lecturer td {
    padding: 0;
}
.family .seminer_detail .lecturer .lecturer_comment {
    background: #f8f8f5;
    margin: 0.5em 0;
	display: table;
}
.family .seminer_detail .lecturer .lecturer_comment .lecturer_photo {
    display: table-cell;
    width: 120px;
    padding: 0.5em;
    text-align: center;
}
.family .seminer_detail .lecturer .lecturer_comment .lecturer_photo img {
    width: 106px;
}
.family .seminer_detail .lecturer .lecturer_photo3 .lecturer_photo {
    display: table-cell;
    width: 332px;
    white-space: nowrap;
}
.family .seminer_detail .lecturer .lecturer_comment .comment {
    display: table-cell;
    padding: 0.5em;
    vertical-align: top;
}

.family .goods {
	background: #fdf0f2;
	margin-bottom: 60px;
	padding: 0 20px 20px;
}
.family .goods .goods_title {
  font-size: 20px;
	font-weight: bold;
    line-height: 1.2;
	text-align: center;
    padding: 20px 10px;
}
.family .goods .goods_title strong {
    display: inline-block;
    margin-bottom: 0.2em;
}
.family .goods .goods_title small {
	font-weight: normal;
    display: inline-block;
    margin: 0 0.5em;
}
.family .goods div {
	background: #fff;
	padding: 20px;
	position: relative;
}
.family .goods div dt {
    margin-top: 10px;
}
.family .goods div dd {
    margin: 0 0 0 1em;
    padding: 0;
}
.family .goods div dd ul {
    list-style: disc;
    margin-left: 1em;
}
.family .goods div * {
  font-size: 14px;
}
.family .goods div div {
	padding: 0px;
    margin-top: 10px;
}
.family .goods div div li {
    padding-left: 1em;
    position: relative;
}
.family .goods div div li:before {
    content: '※';
    font-size: small;
    color: #e97781;
    position: absolute;
    left: 0px;
}
.family .goods div p.goods_img {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.family .contact {
    margin-bottom: 60px;
}
.family .contact table {
    font-size: 16px;
    margin: auto;
}
.family .contact table th {
    font-size: 15px;
    font-weight: bold;
    vertical-align: top;
    padding-right: 2em;
}
.family .contact table td {
    font-size: 15px;
    padding-left: 2em;
    border-left: solid 6px #e97781;
}

.family .event_photo {
    margin:0 0 60px;
}
.family .event_photo img {
    width: 100%;
}


/*フッター
===========================================================================*/
#footerarea {
	height: 15px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
	width: 100%;
	background: url(../../images/footer_back.gif) repeat-x center bottom;
	clear: both;
}

#footer {
}
#footer .pagetop {
	position: fixed;
	right: 20px;
	bottom: 30px;
	display: none;
}

/* ポジション配置用初期タグ */
.positionSet {
	position: relative;
}



@media screen and (max-width: 1199px) {
header {
	margin: 0 0 20px;
}

.family .title_timetable {
    margin-top: 40px;
}

.family .goods div {
    padding-right: 170px;
}
.family .goods div div {
    padding-right: 0px;
    margin-top: 10px;
}
.family .goods div p.goods_img {
    width: 180px;
    right: -150px;
}
}



@media screen and (max-width: 767px) {
#midArea {
	padding: 0px 15px 95px;
}

.family .seminer_detail th {
    display: block;
    width: 100%;
    padding: 0.4em;
}
.family .seminer_detail td {
    display: block;
	padding: 0.5em;
	font-size: 14px;
}

.family .covid {
  padding: 10px;
}

.family .title_timetable {
  font-size: 15px;
}
.family .title_timetable small {
  font-size: 12px;
  margin-left: 0;
    display: block;
    padding-left: 1em;
    position: relative;
}
.family .title_timetable small span {
    position: absolute;
    left: 0px;
}
.seminer span.day {
  font-size: 14px;
}
.family .seminer_timetable td.event_date p {
  font-size: 14px;
  padding: 0.4em 5em 0.4em 1em;
}
.family .seminer_timetable td {
	padding: 0.5em 0;
}
.family .seminer_timetable td dd .seminer_title {
  font-size: 14px;
}
.family .seminer_detail .lecturer th {
	font-size: 13px;
    display: table-cell;
    width: 3em;
    padding: 0;
}
.family .seminer_detail .lecturer td {
	font-size: 13px;
    display: table-cell;
    padding: 0;
}
.family .seminer_detail .lecturer .lecturer_comment .lecturer_photo {
    width: 90px;
    padding: 5px;
}
.family .seminer_detail .lecturer .lecturer_comment .lecturer_photo img {
    width: 80px;
}
.family .seminer_detail .lecturer .lecturer_comment .comment {
    padding: 5px;
}
.family .seminer_detail .lecturer .lecturer_photo3 {
    display: block;
}
.family .seminer_detail .lecturer .lecturer_photo3 .lecturer_photo {
    display: block;
    width: 100%;
    text-align: left;
    padding-bottom: 0;
}
.family .seminer_detail .lecturer .lecturer_photo3 .lecturer_photo img {
    max-width: 33%;
}

.catimg02 {
    display: none;
}

.family .goods {
  margin-bottom: 40px;
  padding: 0 10px 10px;
}
.family .goods .goods_title {
  font-size: 16px;
    padding: 15px 10px;
}
.family .goods .goods_title small {
}
.family .goods div {
    padding: 10px;
}
.family .goods div div {
    padding: 0px;
    margin-top: 15px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
.family .goods div p.goods_img {
    width: 130px;
    margin-left: 10px;
    position: static;
    flex-shrink: 0;
}

.family .event_photo {
    margin:0 0 40px;
}

.family .contact {
  margin-bottom: 40px;
}

.family .contact table th {
  font-size: 13px;
  padding: 0 0 0.5em;
    display: block;
}
.family .contact table td {
  font-size: 13px;
  padding: 0.5em 0 0;
    display: block;
  border-left: none;
  border-top: solid 4px #e97781;
}

#footer .pagetop {
    width: 50px;
    height: 50px;
}
}



/* begin clearfix ～ボックス終わりに自動フロートクリア */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;zoom:1;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end clearfix */

/* iepngfix efect */
.iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}
/* end iepngfix efect */


</pre></body></html>