@charset "utf-8";

body {
padding: 0;
margin: 0;
background: #fff;
}
a {
color: #000;
text-decoration: underline;
}
#wrap {
color: #000;
font-size: 13px;
line-height: 1.6;
padding-top: 80px;
-webkit-text-size-adjust: 100%;
}
#wrap * {
box-sizing: border-box;
margin: 0;
padding: 0;
list-style: none;
}
#wrap .areaIn {
position: relative;
max-width: 960px;
margin: 0 auto;
}
#wrap .areaIn:before { content:""; display:table;}
#wrap .areaIn:after { content:""; display:table; clear:both;}
#wrap .areaIn { zoom:1;}
#wrap .areaIn img {
width: 100%;
}
	@media screen and (max-width: 768px) {
	body {
	overflow-x: hidden;
	position: relative;
	}
	#wrap {
	padding: 0;
	}
	#wrap .areaIn {
	padding: 0;
	margin: 0;
	}
	#wrap .pc {
	display: none;
	}
	#wrap .sp {
	display: block;
	}
	}
/* wrapHead --------------------------------------------------------------------- */
#wrap #wrapHead {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1;
background: #fff;
z-index: 999;
}
#wrap #wrapHead.active {
box-shadow: 0 2px 10px rgba(0,0,0,0.25);
-moz-box-shadow: 0 2px 10px rgba(0,0,0,0.25);
-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.25);
}
#wrap .wrapHeadIn {
position: relative;
height: 80px;
margin: 0 auto;
}
#wrap #wrapHead h1 {
position: absolute;
left: 10px;
top: 5px;
font-size: 11px;
font-weight: normal;
color: #999;
}
#wrap #wrapHead h1 br {
display: none;
}
#wrap #wrapHead p {
position: absolute;
left: 10px;
top: 20px;
}
#wrap #wrapHead p img {
}
#wrap #wrapHead p .logo_m img {
max-width: 170px;
}
#wrap #wrapHead p .logo_x img {
max-width: 20px;
}
#wrap #wrapHead p .logo_x br {
display: none;
}
#wrap #wrapHead p .logo_t img {
max-width: 165px;
}
	@media screen and (max-width: 768px) {
	#wrap #wrapHead {
	position: relative;
	}
	#wrap .wrapHeadIn {
	height: auto;
	min-height: 60px;
	}
	#wrap #wrapHead h1 {
	clear: both;
	position: inherit;
	left: inherit;
	top: inherit;
	text-align: center;
	padding: 5px;
	line-height: 1.1;
	font-size: 10px;
	}
	#wrap #wrapHead h1 br {
	display: none;
	}
	#wrap #wrapHead p {
	position: inherit;
	left: inherit;
	top: inherit;
	padding: 0;
	padding-right: 50px;	
	text-align: center;
	min-height: 50px;
	}
	#wrap #wrapHead p img {
	}
	}
	@media screen and (max-width: 420px) {
	#wrap #wrapHead h1 br {
	display: block;
	}
	#wrap #wrapHead p > * {
	padding-top: 10px;
	display: inline-block;
	vertical-align: top;
	}
	/*
	#wrapHead p .logo_m img {
	max-width: 100px;
	}
	*/
	#wrap #wrapHead p .logo_x img {
	max-width: 10px;
	}
	#wrap #wrapHead p .logo_t img {
	max-width: 110px;
	}
	}
#wrap #menu {
float: right;
}
#wrap #menu li {
position: relative;
display: table;
float: left;
vertical-align: middle;
border-left: 1px solid #eee;
height: 80px;
}
#wrap #menu a {
display: table-cell;
width: 120px;
height: 80px;
vertical-align: middle;
color: #fff;
text-decoration: none;
text-align: center;
transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
-webkit-transition: all 0.1s linear;
-o-transition: all 0.1s linear;
-ms-transition: all 0.1s linear;
}
#wrap #menu a span {
display: inline-block;
}
#wrap #menu .menu01 a,
#wrap #menu .menu02 a,
#wrap #menu .menu03 a {
background: #222;
}
#wrap #menu .menu04 a {
background: #1a8ebf;
}
#wrap #menu li.btn:before { content:""; display:table;}
#wrap #menu li.btn:after { content:""; display:table; clear:both;}
#wrap #menu li.btn { zoom:1;}
#wrap #menu .fb {
float: right;
margin-top: 25px;
width: 80px;
height: 30px;
padding: 0 5px;
overflow: hidden;
}
#wrap #menu .tw {
float: right;
margin-top: 25px;
width: 80px;
height: 30px;
padding: 0 5px;
overflow: hidden;
}
#wrap #wrapHead .menu {
display: none;
}
#wrap #menu a:hover {
filter: alpha(opacity=70);
-moz-opacity:0.70;
opacity:0.70;
}
	@media screen and (max-width: 910px) {
	#wrap #menu a {
	width: 100px;
	padding: 5px;
	}
	}
	@media screen and (max-width: 840px) {
	#wrap #menu a {
	width: 80px;
	}
	}
	@media screen and (max-width: 768px) {
	#wrap #menu {
	position: absolute;
	display: none;
	clear: both;
	width: 100%;
	z-index: 9999;
	}
	#wrap #menu ul {
	float: none;
	width: 100%;
	background: #333;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99000000,EndColorStr=#99000000);
	background-color: rgba(0, 0, 0, 0.8);
	}
	#wrap #menu ul li {
	clear: both;
	float: none;
	border-left: none;
	height: inherit;
	width: 100%;
	}
	#wrap #menu a {
	display: block;
	width: 100%;
	width: inherit;
	height: inherit;
	line-height: inherit;
	text-align: left;
	display: block;
	padding: 15px;
	border: none;
	color: #fff;
	background: none!important;
	border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.8);
	}
	#wrap #wrapHead .menu {
	display: block;
	position: absolute;
	z-index: 999;
	right: 0;
	bottom: 0;
	cursor: pointer;
	}
	#wrap .menu img {
	width: inherit;
	max-height: 55px;
	}
	#wrap #menu li.btn {
	padding: 10px 0;
	}
	}
/* wrapVisual --------------------------------------------------------------------- */
#wrap #wrapVisual {
background: url(../images/visual_bg.jpg) no-repeat center top,url("../images/bg.jpg") repeat-y center center;
background-size: 100% auto,100% auto;
}
	@media screen and (max-width: 768px) {
    #wrap #wrapVisual {
    padding: 0 30px;
    }
	}
/* wrapFooter --------------------------------------------------------------------- */
#wrap #wrapFooter {
background: #fff;
}
.wrapFooterIn {
}
#wrap #wrapFooter .pagetop {
text-align: right;
}
#wrap #wrapFooter .pagetop a {
display:inline-block;
*display: inline;
*zoom: 1;
height: 30px;
text-align: center;
background: url(../images/arrow02.png) no-repeat 20px center #222;
line-height: 30px;
text-decoration: none;
color: #fff;
padding: 0 20px 0 35px;
}
#wrap .footerNav {
clear: both;
padding: 20px 0;
}
#wrap .footerNav ul {
position: relative;
float: left;
left: 50%;
}
#wrap .footerNav li {
position: relative;
float: left;
left: -50%;
}
#wrap .footerNav a {
display: block;
border-left: 1px solid #666;
line-height: 1;
color: #000;
padding: 0 10px;
}
#wrap .footerNav li:last-child a {
border-right: 1px solid #666;
}
#wrap #wrapFooter .copy {
clear: both;
padding: 0 0 30px 0;
text-align: center;
color: #000;
}
	@media screen and (max-width: 768px) {
	#wrap #wrapFooter {
	}
	#wrap #wrapFooter .pagetop {
	text-align: center;
	}
	#wrap .footerNav ul {
	float: inherit;
	left: inherit;
	}
	#wrap .footerNav li {
	float: inherit;
	left: inherit;
	}
	#wrap .footerNav a,
	#wrap .footerNav li:last-child a {
	padding: 15px;
	border: none;
	border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	text-decoration: none;
	}
	}
/* temp --------------------------------------------------------------------- */
#wrap .textLeft { text-align: left;}
#wrap .textCenter { text-align: center;}
#wrap .textRight { text-align: right;}
#wrap .bar01 {
padding: 10px 0;
margin-bottom: 30px;
border-bottom: 2px solid #000;
font-size: 20px;
font-weight: bold;
}
#wrap .textBox01 p {
margin-bottom: 2em;
}
#wrap .text01 {
margin-bottom: 2em;
}
#wrap .text01.typeBg {
padding: 10px;
margin: 10px 0;
background: #eee;
}
#wrap .lsize {
font-size: 120%;
}
#wrap .profBox01 {
margin-bottom: 30px;
border: 1px solid #666;
}
#wrap .profBar01 {
background: #000;
line-height: 1;
color: #fff;
font-size: 14px;
padding: 20px;
}
#wrap .profBox01 .layoutBox01 {
padding: 20px;
background: url(../images/box_bg01_30p.png);
}
#wrap .profBox01 .layoutBox01 .fix { width: 30%; margin-right: -30%;}
#wrap .profBox01 .layoutBox01 .varIn { margin-left: 30%;}
#wrap .tableDlBox01 {
font-size: 14px;
border: 3px solid #000;
background: #fff;
margin-bottom: 10px;
}
#wrap .tableDlBox01 dl {
display: table;
width: 100%;
border-collapse: collapse;
border-bottom: 1px solid #000;
}
#wrap .tableDlBox01 dl:last-child {
border-bottom: none;
}
#wrap .tableDlBox01 dt {
display: table-cell;
width: 25%;
border-right: 1px solid #000;
background: #eee;
font-weight: bold;
text-align: center;
padding: 15px;
vertical-align: middle;
}
#wrap .tableDlBox01 dd {
display: table-cell;
text-align: left;
padding: 15px;
}
#wrap .layoutBox01 {
clear: both;
display: table;
width: 100%;
}
#wrap .layoutBox01 > * {
vertical-align: top;
display: table-cell;
}
#wrap .layoutBox01 > *.image {
width: 150px;
padding-right: 20px;
}
#wrap .contactBtnArea {
text-align: center;
margin: 0 auto;
padding: 30px;
max-width: 640px;
}
#wrap .contactBtnArea .title {
font-size: 200%;
line-height: 1.3;
margin-bottom: 15px;
letter-spacing: 0.05em;
color: #971c21;
}
#wrap .contactBtnArea .title br {
display: none;
}
#wrap .contactBtnArea .btn {
text-align: center;
}
#wrap .contactBtnArea .btn a {
display: block;
border: 1px solid rgba(255,255,255,0.5);
font-size: 280%;
line-height: 1.2;
padding: 20px;
margin-bottom: 20px;
text-align: center;
text-decoration: none;
border-radius: 5px;
box-shadow: 2px 2px 2px rgba(0,0,0,0.2), 0 0 1px 0 rgba(255,255,255,0.8) inset;
text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
background: #fff;
background: -webkit-linear-gradient(
top,
rgba(255,255,255,1) 0%,
rgba(255,255,255,1) 48%,
rgba(246,245,241,1) 52%,
rgba(235,233,226,1) 100%
);
background: linear-gradient(
to bottom,
rgba(255,255,255,1) 0%,
rgba(255,255,255,1) 48%,
rgba(246,245,241,1) 52%,
rgba(235,233,226,1) 100%
);
transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
-webkit-transition: all 0.1s linear;
-o-transition: all 0.1s linear;
-ms-transition: all 0.1s linear;
}
#wrap .contactBtnArea .btn a:hover {
opacity: 0.7;
}
#wrap .contactBtnArea .text {
font-weight: bold;
font-size: 95%;
letter-spacing: 0.02em;
}
#wrap .contactBtnArea .text > * {
display: inline-block;
}
	@media screen and (max-width: 768px) {
	#wrap .bar01 {
	padding: 10px;
	}
	#wrap .bar02 {
	margin-bottom: 20px;
	}
	#wrap .bar03 {
	margin-bottom: 20px;
	line-height: 1.2;
	}
	#wrap .bar03 br {
	display: none;
	}
	#wrap .bar06 {
	margin-bottom: 10px;
	}
	#wrap .bar07 {
	text-align: center;
	}
	#wrap .profBar01 {
	padding: 10px;
	}
	#wrap .textBox01 p {
	margin: 0 10px;
	margin-bottom: 1em;
	}
	#wrap .text01 {
	margin-bottom: 2em;
	}
	#wrap .info {
	padding: 0 10px;
	}
	#wrap .tableDlBox01 {
	border: 3px solid #000;
	background: #fff;
	margin-bottom: 10px;
	}
	#wrap .tableDlBox01 dl {
	display: block;
	width: 100%;
	border-bottom: 1px solid #000;
	}
	#wrap .tableDlBox01 dl:last-child {
	border-bottom: none;
	}
	#wrap .tableDlBox01 dt {
	display: block;
	background: #eee;
	width: auto;
	border: none;
	border-bottom: 1px solid #000;
	font-weight: bold;
	text-align: center;
	padding: 15px;
	vertical-align: middle;
	}
	#wrap .tableDlBox01 dd {
	display: block;
	text-align: left;
	padding: 15px;
	}
	#wrap .contactBtnArea {
	padding: 20px 10px 10px 10px;
	}
	#wrap .contactBtnArea .text {
	padding-bottom: 20px;
	}
	#wrap .contactBtnArea .btn a {
	font-size: 150%;
	}
	#wrap .contactBtnArea .title {
	font-size: 120%;
	line-height: 1.3;
	margin-bottom: 15px;
	letter-spacing: 0;
	}
	#wrap .layoutBox01 {
	clear: both;
	display: block;
	}
	#wrap .layoutBox01 > * {
	vertical-align: top;
	display: block;
	}
	#wrap .layoutBox01 > *.image {
	width: auto;
	text-align: center;
	padding-right: 0;
	margin-bottom: 10px;
	}
	#wrap .layoutBox01 > *.image img {
	max-width: 150px;
	}
	}
	@media screen and (max-width: 420px) {
	#wrap .contactBtnArea .text span {
	display: inline-block;
	}
	#wrap .contactBtnArea .title {
	font-size: 110%;
	}
	#wrap .contactBtnArea .title br {
	display: block;
	}
	.contactBtnArea .text span:first-child {
	display: block;
	}
	#wrap .tableDlBox01 dt,
	#wrap .tableDlBox01 dd {
	padding: 10px!important;
	}
	}
/* area --------------------------------------------------------------------- */
#wrap .seminar_area {
padding: 30px;
}
#wrap .seminar_box {
padding: 30px;
background: #eee;
}
#wrap .seminar_box > .box_in {
background: #fff;
border: 3px solid #222;
text-align: center;
font-size: 120%;
margin-bottom: 30px;
}
#wrap .seminar_box .box_in:last-child {
margin: 0;
}
#wrap .seminar_box dl.bar {
display: table;
width: 100%;
border-bottom: 1px solid #222;
font-size: 120%;
line-height: 1;
}
#wrap .seminar_box dl.bar > * {
display: table-cell;
padding: 20px;
vertical-align: middle;
}
#wrap .seminar_box dl.bar > dt {
background: #222;
color: #fff;
text-align: center;
width: 200px;
}
#wrap .seminar_box dl.bar > dt br {
display: none;
}
#wrap .seminar_box dl.bar > dd {
text-align: left;
}
#wrap .seminar_box .box_in > .title {
font-size: 180%;
padding: 20px;
padding-bottom: 15px;
line-height: 1.2;
color: #1a8ebf;
text-align: center;
}
#wrap .seminar_box .layout {
background: #eee;
padding: 20px;
}
#wrap .seminar_box .layout_in {
display: table;
width: 100%;
}
#wrap .seminar_box .layout_in > * {
display: table-cell;
vertical-align: top;
}
#wrap .seminar_box .layout_in > *.photo {
width: 150px;
}
#wrap .seminar_box .layout_in > *.info {
text-align: left;
padding: 0 20px;
text-align: left;
vertical-align: middle;
}
#wrap .seminar_box .company {
font-weight: bold;
}
#wrap .seminar_box .name {
font-weight: bold;
margin-bottom: 1em;
font-size: 120%;
}
#wrap .seminar_box .text {
font-size: 90%;
}
#wrap .seminar_box .contact {
text-align: center;
padding: 30px;
}
#wrap .seminar_box .contact .title {
font-size: 160%;
line-height: 1.2;
margin-bottom: 15px;
letter-spacing: 0.05em;
color: #1a8ebf;
}
#wrap .seminar_box .contact .btn {
max-width: 640px;
margin: 0 auto;
}
#wrap .seminar_box .text > * {
display: inline-block;
padding: 0 10px;
}
#wrap .seminar_box .contact .btn a {
display: block;
border: 1px solid rgba(255,255,255,0.5);
font-size: 220%;
line-height: 1.2;
padding: 20px;
margin-bottom: 20px;
text-align: center;
text-decoration: none;
border-radius: 5px;
color: #fff;
border-color: #16759d;
background: #1a8ebf;
text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
background: linear-gradient(
to bottom,
rgba(26,142,191,1) 0%,
rgba(26,142,191,1) 48%,
rgba(22,117,157,1) 52%,
rgba(22,117,157,1) 100%
);
}
	@media screen and (max-width: 768px) {
    #wrap .seminar_area {
    padding: 10px;
    }
    #wrap .seminar_box {
    padding: 10px;
    }
    #wrap .seminar_box dl.bar > dt,
    #wrap .seminar_box dl.bar > dd {
    display: block;
    width: inherit;
    padding: 10px;
    }
    #wrap .seminar_box dl.bar > dd {
    text-align: center;
    }
    #wrap .seminar_box dl.bar > dt {
    padding: 10px;
    }
    #wrap .seminar_box .box_in > .title {
    text-align: left;
    font-size: 130%;
    padding: 10px;
    }
    #wrap .seminar_box .box_in > .title br {
    display: none;
    }
    #wrap .seminar_box .layout {
    padding: 10px;
    }
    #wrap .seminar_box .layout_in > * {
    display: block;
    }
    #wrap .seminar_box .layout_in > *.photo {
    margin: 0 auto 10px;
    }
    #wrap .seminar_box .layout_in > *.info {
    padding: 0;
    }
    #wrap .seminar_box .contact {
    padding: 10px;
    }
    #wrap .seminar_box .contact .title {
    font-size: 100%;
    letter-spacing: 0;
    margin: 0 0 5px 0;
    }
    #wrap .seminar_box .contact .btn a {
    font-size: 150%;
    }
    #wrap .seminar_box .text > * {
    display: block;
    padding: 0;
    }
    }
#wrap .tenji_box {
display: table;
width: 100%;
padding: 0 30px 30px 30px;
}
#wrap .tenji_box > * {
display: table-cell;
vertical-align: top;
width: 50%;
color: #fff;
padding: 0;
}
#wrap .tenji_box > * .text {
font-size: 110%;
padding: 20px 0;
min-height: 130px;
}
#wrap .tenji_box > *.item01 .image {
padding: 20px 0 0 30px;
}
#wrap .tenji_box > *.item02 .image {
padding: 20px 30px 0 0;
}
#wrap .tenji_box > *.item01 .info {
background: #1e989d;
background: linear-gradient(-135deg,rgba(255,255,255,0.0), rgba(255,255,255,0.3)),#1e989d;
padding: 20px;
}
#wrap .tenji_box > *.item02 .info {
background: #2b95c5;
background: linear-gradient(-135deg,rgba(255,255,255,0.3), rgba(255,255,255,0.0)),#2b95c5;
padding: 20px;
}
	@media screen and (max-width: 768px) {
    #wrap .tenji_box {
    padding: 0 10px;
    }
    #wrap .tenji_box > * {
    width: 100%;
    display: block;
    }
    #wrap .tenji_box > *.item01 .image,
    #wrap .tenji_box > *.item02 .image {
    padding: 10px 0;
    }
    }

#wrap .programBox {
background: #eee;
padding: 30px;
}
#wrap .programBox .programBoxContents {
border: 3px solid #222;
border-bottom: 2px solid #222;
background: #fff;
margin-bottom: 10px;
}
#wrap .programBox dl.programBoxTitle,
#wrap .programBox dl.place {
display: table;
width: 100%;
}
#wrap .programBox dl.programBoxTitle > *,
#wrap .programBox dl.place > * {
display: table-cell;
}
#wrap .programBox dl.programBoxTitle > dt,
#wrap .programBox dl.place > dt {
width: 60px;
padding: 10px;
text-align: center;
background: #222;
color: #fff;
vertical-align: middle;
border-right: 1px solid #222;
border-bottom: 1px solid #222;
}
#wrap .programBox dl.place > dt {
font-size: 200%;
}
#wrap .programBox dl.place.placeA > dt {
background: #dc6c0c;
}
#wrap .programBox dl.place.placeA > dd {
background: #fff1e5;
}
#wrap .programBox dl.place.placeB > dt {
background: #d9bf1c;
}
#wrap .programBox dl.place.placeB > dd {
background: #fff9d4;
}
#wrap .programBox dl.place.placeC > dt {
background: #4b9c36;
}
#wrap .programBox dl.place.placeC > dd {
background: #f1ffee;
}
#wrap .programBox dl.place.placeD > dt {
background: #037a73;
}
#wrap .programBox dl.place.placeD > dd {
background: #ecfffe;
}
#wrap .programBox dl.place.placeE > dt {
background: #02568a;
}
#wrap .programBox dl.place.placeE > dd {
background: #e7f4ff;
}
#wrap .programBox dl.place.placeF > dt {
background: #42448f;
}
#wrap .programBox dl.place.placeF > dd {
background: #f1f2ff;
}
#wrap .programBox dl.place.placeG > dt {
background: #832a6c;
}
#wrap .programBox dl.place.placeG > dd {
background: #fff0fb;
}
#wrap .programBox dl.place > dd .noitem {
background: #eee;
}
#wrap .programBox .programBoxTitleIn,
#wrap .programBox .placeIn {
display: table;
table-layout: fixed;
width: 100%;
}
#wrap .programBox .placeIn {
min-height: 160px;
}
#wrap .programBox .programBoxTitleIn > *,
#wrap .programBox .placeIn > * {
display: table-cell;
width: 33%;
border-right: 1px solid #222;
border-bottom: 1px solid #222;
}
#wrap .programBox .programBoxTitleIn > * {
padding: 15px;
}
#wrap .programBox .programBoxTitleIn > *:last-child,
#wrap .programBox .placeIn > *:last-child {
width: 34%;
border-right: none;
}
#wrap .programBox .programBoxTitleIn > .item,
#wrap .programBox .placeIn > .item > .time {
background: #eee;
line-height: 1.2;
text-align: center;
}
#wrap .programBox .programBoxTitleIn > .item b,
#wrap .programBox .placeIn > .item > .time b {
font-weight: normal;
font-size: 110%;
display: inline-block;
}
#wrap .programBox .programBoxTitleIn > .item span,
#wrap .programBox .placeIn > .item > .time span {
font-size: 85%;
display: inline-block;
}
#wrap .programBox .placeIn > .item > .time {
padding: 10px;
border-bottom: 1px solid #222;
display: none;
}
#wrap .programBox .placeIn > .item > .info {
padding: 15px;
}
#wrap .programBox .placeIn > .item > .info .title {
font-size: 150%;
font-weight: bold;
line-height: 1.1;
padding-bottom: 15px;
}
#wrap .programBox .placeIn > .item > .info .title a:hover {
text-decoration: none;
opacity: 0.7;
}
#wrap .programBox .placeIn > .item > .info .title .icon {
display: inline-block;
background: #333;
color: #fff;
font-size: 80%;
padding: 5px 10px;
line-height: 1;
margin: 2px;
}
#wrap .programBox .placeIn > .item > .info .text {
font-size: 85%;
padding-bottom: 10px;
}
#wrap .programBox .placeIn > .item > .info .text .icon {
display: block;
background: #fff;
border: 2px solid #333;
color: #333;
text-align: center;
padding: 5px 10px;
line-height: 1.3;
font-weight: bold;
margin: 2px;
}
#wrap .programBox dl.place.placeA .placeIn > .item > .info .title .icon {
background: #dc6c0c;
}
#wrap .programBox dl.place.placeA .placeIn > .item > .info .text .icon {
border-color: #dc6c0c;
color: #dc6c0c;
}
#wrap .programBox dl.place.placeB .placeIn > .item > .info .title .icon {
background: #d9bf1c;
}
#wrap .programBox dl.place.placeB .placeIn > .item > .info .text .icon {
border-color: #d9bf1c;
color: #d9bf1c;
}
#wrap .programBox dl.place.placeC .placeIn > .item > .info .title .icon{
background: #4b9c36;
}
#wrap .programBox dl.place.placeC .placeIn > .item > .info .text .icon {
border-color: #4b9c36;
color: #4b9c36;
}
#wrap .programBox dl.place.placeD .placeIn > .item > .info .title .icon{
background: #037a73;
}
#wrap .programBox dl.place.placeD .placeIn > .item > .info .text .icon {
border-color: #037a73;
color: #037a73;
}
#wrap .programBox dl.place.placeE .placeIn > .item > .info .title .icon{
background: #02568a;
}
#wrap .programBox dl.place.placeE .placeIn > .item > .info .text .icon {
border-color: #02568a;
color: #02568a;
}
#wrap .programBox dl.place.placeF .placeIn > .item > .info .title .icon{
background: #42448f;
}
#wrap .programBox dl.place.placeF .placeIn > .item > .info .text .icon {
border-color: #42448f;
color: #42448f;
}
#wrap .programBox dl.place.placeG .placeIn > .item > .info .title .icon{
background: #832a6c;
}
#wrap .programBox dl.place.placeG .placeIn > .item > .info .text .icon {
border-color: #832a6c;
color: #832a6c;
}
	@media screen and (max-width: 768px) {
	#wrap .programBox {
	background: #eee;
	padding: 15px;
	}
	#wrap .programBox dl.programBoxTitle {
	display: none;
	}
	#wrap .programBox .programBoxTitleIn,
	#wrap .programBox .placeIn {
	display: block;
	}
	#wrap .programBox dl.programBoxTitle > dt,
	#wrap .programBox dl.place > dt {
	width: 40px;
	padding: 5px;
	font-size: 150%;
	}
	#wrap .programBox .programBoxTitleIn > *, .programBox .placeIn > * {
	display: block;
	width: 100%;
	border-right: none;
	border-bottom: 1px solid #222;
	}
	#wrap .programBox .placeIn > .item > .time {
	display: block;
	}
	#wrap .programBox .placeIn > .item > .info .title {
	font-size: 110%;
	}
	#wrap .programBox .programBoxTitleIn > *:last-child,
	#wrap .programBox .placeIn > *:last-child {
	width: 100%;
	border-right: none;
	}
	#wrap .programBox dl.place > dd .noitem {
	display: none;
	}
	}
#wrap #area04 {
background: #222;
padding: 30px 0;
}
#wrap #area04 .bar01 {
color: #fff;
border-color: #fff;
}
#wrap #area04 .areaIn {
padding: 0;
}
#wrap #area04 img {
max-width: 330px;
display:inline-block;
*display: inline;
*zoom: 1;
margin-bottom: 10px;
}
#wrap #area04 .textBox01 {
color: #fff;
}
#wrap .dinb {
display: inline-block;
}
	@media screen and (max-width: 768px) {
    .spsize_s {
    font-size: 80%;
    }
    }




