@charset "utf-8";

.mainContents_area p {
	font-size: 1rem;
	line-height: 1.5rem;
}
.event_head {
	background: #fff;
}
.event_head h2 {
	margin: 0;
}

/* ==================================================
ロボコンチャンピオンシップ大会
================================================== */
.event_head.robocon_head {
	padding: 3em;
	margin-bottom: 3em;
	border-top: 5px solid #090;
	border-bottom: 5px solid #090;
	text-align: center;
}
@media screen and (max-width: 599px) {
	.event_head.robocon_head {
		padding: 1em;
		margin-bottom: 2em;
	}
}
.robocon_head img {
	width: 100%;
	max-width: 300px;
}
.robocon_head h2.f1 {
	color: #090;
	font-size: 1.5em;
	margin: 0.75em 0 0.25em;
}
.robocon_head h2.f2 {
	font-size: 1.25em;
	margin-bottom: 0.325em;
	line-height: 1.325em;
}

h2.f3 {
	color: #090;
	font-size: 1.5em;
	margin-bottom: 0.325em;
	line-height: 1.325em;
}

.wsp2017 {
	background: #fff;
	padding: 2em;
	border: 1px solid #090;
	border-radius: 1em;
}
.wsp2017 .one {
	margin: 0 0 3em;
}
.wsp2017 h2 {
	background: #090;
	color: #fff;
	padding: 0.125em 1em;
	border-radius: 1em;
	margin: 0 0 1em;
	font-weight: normal;
	line-height: 1.325em;
}
.wsp2017 h3 {
	font-size: 1.325em;
	margin: 0 0 0.25em;
	color: #090;
	line-height: 1.325em;
}
.wsp2017 h3:before {
	color: #;
	content: "\f0a9";
	font-family: fontAwesome;
	margin-right: 0.25em;
}

.wsp2017 ul {
	margin: 0.5em 0 0;
}
.wsp2017 ul li  {
	border-top: 1px solid #ccc;
	padding: 0.5em 0;
}
.wsp2017 ul li:last-child  {
	border-bottom: 1px solid #ccc;
}

.mainContents_area  .wsp2017 ul li p.title {
	font-size: 18px;
	line-height: 1.25em;
	font-weight: bold;
}
.mainContents_area  .wsp2017 ul li p.sub {
	font-size: 16px;
	font-weight: bold;
}
.mainContents_area  .wsp2017 ul li p.summary {
	font-size: 14px;
	line-height: 1.5em;
	margin: 0.25em 0;
}
.mainContents_area  .wsp2017 ul li p.name {
	font-size: 15px;
	font-weight: bold;
}
.mainContents_area  .wsp2017 ul li p.data {
	font-size: 13px;
	line-height: 1.25em;
}
.wsp2017 ul.wsp_prog1 li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}


@media screen and (max-width: 599px) {
	.wsp2017 {
		padding: 1em;
		border-radius: 0.5em;
	}
	.wsp2017 h2 {
		padding: 0.125em 0.5em;
		border-radius: 6px;
		font-size: 1.325em;
	}
	.wsp2017 ul {
		margin: 1em  0;
	}
.wsp2017 ul.wsp_prog1 li {
		display: block;
	}
}

























/*
.wsp2016 {
	background: #fff;
	padding: 2em;
	border: 1px solid #090;
	border-radius: 1em;
}
.wsp2016 .one {
	margin: 0 0 2.5em;
}
.wsp2016 h2 {
	background: #090;
	color: #fff;
	padding: 0.125em 1em;
	border-radius: 1em;
	margin: 0 0 1em;
	font-weight: normal;
	line-height: 1.325em;
}
.wsp2016 h3 {
	margin: 0 0 0.325em;
	color: #090;
	line-height: 1.325em;
}

.wsp2016 ul {
	margin: 1em 1em 0;
}
.wsp2016 ul li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-align-items: center;
	align-items: center;
	border-top: 1px solid #ccc;
	padding: 0.2em 0;
}
.wsp2016 ul li:last-child  {
	border-bottom: 1px solid #ccc;
}
.wsp2016 ul li p.name {
	font-weight: bold;
	margin-right: 1em;
}
.mainContents_area  .wsp2016 ul li p.data {
	font-size: 85%;
	line-height: 1.25em;
}


@media screen and (max-width: 599px) {
	.wsp2016 {
		padding: 1em;
		border-radius: 0.5em;
	}
	.wsp2016 h2 {
		padding: 0.125em 0.5em;
		border-radius: 6px;
		font-size: 1.325em;
	}
	.wsp2016 ul {
		margin: 1em  0;
	}
	.wsp2016 ul li {
		display: block;
	}
}
*/



/* ==================================================
アワード
================================================== */
.results2017 {
	background: #fde23a;
	margin: 0 0 100px;
	padding: 30px;
	border-radius: 8px;
}
@media screen and (max-width: 599px) {
	.results2017 {
		margin: 0 0 100px;
		padding: 10px;
		border-radius: 8px;
	}
}
.prize_head {
	background: #333333;
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#000));
	background: linear-gradient(to bottom, #555 0%, #000 100%);
	color: #fff;
	border-radius: 20px 20px 0 0;
	padding: 20px 35px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.prize_head .image_area {
	width: 20%;
}
.prize_head .image_area img {
	width: 100%;
}

.prize_head .copy_area  {
	width: calc(100% - 23%);
}
.prize_head .copy_area img  {
	width: 480px;
}
.results2017 p.lead {
	margin-top: 0.75em;
}
@media screen and (max-width: 999px) {
	.prize_head {
		-webkit-align-items: flex-start ;
		align-items: flex-start ;
	}
	.prize_head .copy_area img  {
		width: 90%;
	}
	.results2017 p.lead {
		font-size: 14px;
		line-height: 1.5;
	}
}
@media screen and (max-width: 599px) {
	.prize_head {
		display: block;
	}
	.prize_head .image_area {
		width: 100%;
		margin-bottom: 1em;
	}
	.prize_head .copy_area  {
		width: 100%;
	}
	.prize_head .copy_area img  {
		width: 100%;
	}
}



.prize_area {
	background: #fff;
	padding: 50px;
	border-radius: 8px;
}
.prize_area h2 {
	margin: 0;
	background: #333333;
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#000));
	background: linear-gradient(to bottom, #555 0%, #000 100%);
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	padding: 0.25em 0.75em;
	border-radius: 24px;
	margin-bottom: 1em;
}
.prize_area .one {
	margin: 10px 15px ;
}
.prize_area  hr {
	border: 0;
	border-top: 1px solid #ccc;
}
.prize_area .one + h2 {
	margin-top: 2em;
}

.prize_area .one .nameSet {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	/* 天地センター */
	-webkit-align-items: center;
	align-items: center;
}
.prize_area .one .nameSet .image_area {
	width: 100px;
}
.prize_area .one .nameSet .image_area img {
	width: 100%;
}
.prize_area .one .nameSet .txt_area {
	margin-left: 1em;
}



.prize_area .one p.name {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0.125em;
}
.prize_area .one p.title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0.15em;
}
.prize_area .one p.sub {
	font-size: 16px;
	font-weight: bold;
}
.prize_area .one p.comment {
	margin-top: 0.5em;
	font-size: 15px;
}
.prize_area .one p.comment span.miniRepo {
	font-weight: bold;
}
.prize_area .one p.comment span.miniRepo:before {
	color: #e33;
	content: "\f00c";
	font-family: fontAwesome;
	margin-right: 0.25em;
}
.prize_area .one p.comment span.miniRepo:after {
	content: "……";
}

@media screen and (max-width: 999px) {
	.prize_area {
		padding: 30px;
	}
}
@media screen and (max-width: 599px) {
	.prize_area {
		padding: 20px;
	}
	.prize_area h2 {
		font-size: 18px;
		border-radius: 8px;
	}
	.prize_area .one {
		margin: 10px 5px ;
	}
	.prize_area .one .nameSet {
		display: block;
	}
	.prize_area .one .nameSet .image_area {
		display: none;
	}
	.prize_area .one .nameSet .txt_area {
		margin-left: 0;
	}
	.prize_area .one p.name {
		font-size: 18px;
	}
	.prize_area .one p.title {
		font-size: 18px;
	}
}
@media screen and (max-width: 399px) {
	.prize_area {
		padding: 10px;
	}
}










.event_head.award_head {
	padding: 3em;
	margin-bottom: 3em;
	border: solid #00a99d;
	border-width: 5px 0;
}
.award_head p {
	margin-bottom: 0.325em;
}
.event_head.award_head h2 {
	line-height: 1.25em;
}
.event_head.award_head h2.copy {
	font-size: 1.25em;
	color: #00a99d;
}
.event_head.award_head h2.celemony {
	font-size: 1.5em;
	margin: 0.5em 0 0.75em;
}
.event_head.award_head h2.celemony span.c1 {
	font-family: 'Roboto', sans-serif;
	padding-right: 0.5em;
}
.event_head.award_head h2.celemony span.c1 span {
	font-size: 140%;
}

@media screen and (max-width: 768px) {
	.event_head.award_head h2.celemony > span {
		display: block;
	}
}
@media screen and (max-width: 599px) {
	.event_head.award_head {
		padding: 1em;
		margin-bottom: 2em;
	}
	.event_head.award_head h2.copy {
		font-size: 1em;
	}
	.event_head.award_head h2.celemony {
		font-size: 1.325em;
		margin: 0.5em 0 ;
	}
}
@media screen and (max-width: 399px) {
	.event_head.award_head h2.celemony {
		font-size: 1.25em;
	}
}



h2.aw_title {
	font-size: 1.325em;
	border-top: 2px solid #00a99d;
	color: #00a99d;
	padding-top: 0.325em;
	margin-bottom: 1em;
}
.flex_hold {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.aw16_one {
	width: 48%;
	margin-bottom: 1em;
}
@media screen and (max-width: 699px) {
	.flex_hold {
		display: block;
	}
	.aw16_one {
		width: 100%;
		margin-bottom: 2em;
	}
}
.aw16_one .heads {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 0.75em;
}
.aw16_one .heads .icon_holder {
	margin-right: 0.75em;
}
.aw16_one .heads .icon_holder img {
	width: 120px;
}

.mainContents_area .aw16_one p {
	line-height: 1.5em;
}
.mainContents_area .aw16_one p.name {
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 0.1em;
}
.mainContents_area .aw16_one p.title {
	font-size: 1em;
	line-height: 1.325em;
	font-weight: bold;
}
.mainContents_area .aw16_one p.summary {
	font-size: 1em;
	margin-bottom: 0.5em;
	font-weight: bold;
}
.mainContents_area .aw16_one p.review {
	font-size: 1em;
	margin-bottom: 0;
}


table.awardjudge {
	border-top: 1px solid #ccc;
}
table.awardjudge td {
	border-bottom: 1px solid #ccc;
	padding: 0.5em 0;
}
table.awardjudge td:nth-of-type(1), 
table.awardjudge td:nth-of-type(2) {
	white-space: nowrap;
}
@media screen and (max-width: 599px) {
	table.awardjudge td {
		font-size: 14px;
		vertical-align: top;
		padding: 0.325em 0.5em;
	}
}


/* ==================================================
フェスタ
================================================== */
.festa_head_all {
	margin-bottom: 3em;
}
.festa_colorBar {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 5px;
}
.festa_colorBar img {
	width: 100%;
	height: 5px;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.event_head.festa_head {
	padding: 3em;
}

h2.festa_midashi {
	font-size: 1.75em;
	line-height: 1.25em;
	margin-bottom: 0.75em;
}

.festa_head .schedule {
	margin-bottom: 1.5em;
}
.festa_head .schedule h2 {
	font-size: 1.5em;
	margin-bottom: 0.125em;
}

.festa_head p {
	margin-bottom: 0.325em;
}

@media screen and (max-width: 767px) {
	h2.festa_midashi br {
		display: none;
	}
}

@media screen and (max-width: 599px) {
	.event_head.festa_head {
		padding: 1em;
	}
	h2.festa_midashi {
		font-size: 1.325em;
		line-height: 1.25em;
		margin-bottom: 0.75em;
	}
}


/* photo_headset */
.photo_headset {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 2em;
}
.photo_headset > div {
	margin: 0 2px;
}
.photo_headset img {
	width: 100%;
	max-width: 300px;
}
@media screen and (max-width: 599px) {
	.photo_headset {
		display: block;
		text-align: center;
	}
	.photo_headset > div {
		margin: 0 auto 0.325em;
	}
}

/* festa_photo_headset */
.festa_photo_headset {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 2em;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

}
.festa_photo_headset > div {
	margin: 0 2px 4px ;
	width: calc(33.33% - 4px);
}
.festa_photo_headset img {
	width: 100%;
}
@media screen and (max-width: 599px) {
	.festa_photo_headset {
		text-align: center;
	}
	.festa_photo_headset > div {
		width: calc(50% - 4px);
		margin: 0 auto 0.325em;
	}
}




/*-----------------------------------------------------
fest_list
-----------------------------------------------------*/

h2 span.min {
	font-size: 16px;
	padding-left: 1em;
	font-weight: normal;
}

.fest_list_area {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0em;
}
.fest_list_area .zone_column {
	width: calc(25% - 0.25em);
}

.fest_list_area .zone_column ul {
	margin: 0.5em 0.125em 1.5em;
}
.fest_list_area .zone_column ul li {
}
.fest_list_area .zone_column ul li a {
	display: block;
	color: #333;
	border-bottom: 1px solid #ddd;
}
.fest_list_area .zone_column ul li:last-child a {
	border-bottom: 0;
}
.fest_list_area .zone_column ul li a:hover {
	background: #fff;
}

h2.zone_num {
	font-size: 1.25em;
	color: #fff;
	font-weight: normal;
	margin: 0;
}

.fest_list_area h2.zone_num a {
	display: block;
	color: #fff;
	padding: 0.125em 0.75em;
	border-radius: 1em;
}
.fest_list_area h2.zone_num a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

.fest_detail_area  h2.zone_num {
	padding: 0.125em 0.75em;
	border-radius: 1em;
}



.fest_list_area .zone_column ul li a .one_line p {
	font-size: 13px;
	line-height: 17px;
}

.fest_list_area .zone_column ul li a .one_line,
.fest_detail_area .one_line {
	padding: 0.25em 0.25em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-start;
}
.fest_list_area .zone_column ul li a .one_line p.num,
.fest_detail_area .one_line p.num {
	border-radius: 4px;
	padding: 0 0.5em;
	color: #fff;
	margin-right: 0.5em;
	font-size: 70%;
	white-space: nowrap;
}
.color-A  p.num,
.fest_list_area  .color-A h2.zone_num  a,
.fest_detail_area  .color-A h2.zone_num {
	background: #f50000;
}
.color-B  p.num,
.fest_list_area  .color-B h2.zone_num  a,
.fest_detail_area  .color-B h2.zone_num {
	background: #fc9b00;
}
.color-C  p.num,
.fest_list_area  .color-C h2.zone_num  a,
.fest_detail_area  .color-C h2.zone_num {
	background: #669900;
}
.color-D  p.num,
.fest_list_area  .color-D h2.zone_num  a,
.fest_detail_area  .color-D h2.zone_num {
	background: #3897C8;
}




.mapArea {
	margin: 0 0 10em;
	background: #fff;
	padding: 20px;
	border: 1px solid #ddd;
}
.mapArea img {
	width: 100%;
}
.mapArea .pdf_dl a {
	display: block;
	margin: 1.5em auto 0;
	background: #333333;
	background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#333));
	background: linear-gradient(to bottom, #777 0%, #333 100%);
	color: #fff;
	text-align: center;
	font-size: 1em;
	padding: 0.5em;
	border-radius: 1.5em;
	width: 100%;
	max-width: 30em;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.mapArea .pdf_dl a:hover {
	background: #333333;
	background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#333));
	background: linear-gradient(to bottom, #999 0%, #333 100%);
}
.mapArea .pdf_dl a:before {
	content: "\f0a9";
	font-family: fontAwesome;
	margin-right: 0.25em;
}
@media screen and (max-width: 599px) {
	.mapArea .pdf_dl a {
		border-radius: 0.5em;
	}
	.mapArea .pdf_dl a span {
		display: block;
		font-size: 75%;
	}
}






/*-----------------------------------------------------
fest_detail
-----------------------------------------------------*/
.fest_detail_area {
	margin-bottom: 600px;
}
.fest_detail_area h2.zone_num {
}

.fest_detail_area .zone_column ul {
	margin: 0.5em 0.25em 5em;
}
.fest_detail_area .zone_column ul li {
	padding: 0.5em 0;
	color: #333;
	border-bottom: 1px solid #ddd;
	/* ネガティブマージン打ち直し */
	margin-top: -100px; /* 固定ナビの高さ分のネガティブマージン */
	padding-top: 100px; /* 打ち消し用のパディング */
}
.fest_detail_area .zone_column ul li .one_line {
	padding: 0.5em 0 ;
}



.fest_detail_area .zone_column ul li:last-child {
	border-bottom: 0;
}
.fest_detail_area .one_line p.name {
	font-size: 18px;
	font-weight: bold;
}
.fest_detail_area .one_line p.num {
	font-size: 16px;
}
.fest_detail_area .zone_column ul li p.guide {
	margin: 0em;
	font-size: 1em;
	line-height: 1.5;
}


@media screen and (max-width: 1099px) {
	.fest_list_area .zone_column {
		width: calc(50% - 0.5em);
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 599px) {
	.fest_list_area .zone_column {
		width: calc(100% - 0.5em);
	}
	.fest_list_area .zone_column h2 {
		text-align: center;
	}
	.fest_list_area .zone_column ul {
		display: none;
	}
	.fest_detail_area .one_line p.name {
		line-height: 1.25;
		font-size: 16px;
	}
	.fest_detail_area .one_line p.num {
		font-size: 14px;
	}
	.fest_detail_area .zone_column ul li p.guide {
		font-size: 14px;
		line-height: 1.5;
	}
}

