@charset "utf-8";

/* ======================================================

contents.css
-----------------------------------
 * ELEMENT **********************************************
 * Heading Parts
 * Indent Parts
 * Text Parts
 * List Parts
 * Navi Parts
 * Button Parts
 * Tab Parts
 * Box Parts
 * Table Parts
 * Link Parts
 * Column Parts
 * Plugin Parts
 * Other Parts
 * COMPONENT ********************************************
 * Page Parts
 * Clearfix
====================================================== */

/********************************************************

  ELEMENT

********************************************************/


/* Heading Parts
------------------------------------------------------ */
/* selector */
#mainContents .heading01 + * {
	margin-top: 20px;
}
#mainContents .heading02-01 + *,
#mainContents .heading02-02 + *,
#mainContents .heading02-03 + *,
#mainContents .heading03 + * {
	margin-top: 20px !important;
}
#mainContents .umpire .heading03 + * {
	margin-top: 15px !important;
}

/* heading */
#mainContents .heading05 {
	border-left: 5px solid #333333;
	color: #343434;
	font-weight: bold;
	line-height: 1.2;
	padding-left: 10px;
}

/* paragraph */
.paragraph01 { margin-top: 1.0em !important; }
.paragraph02 { margin-top: 2.0em !important; }
.paragraph03 { margin-top: 0.5em !important; }

/* sectioning */
.sectioning02 + .sectioning02 {
	margin-top: 5%;
}

/********************************************************

  COMPONENT

********************************************************/

/* Page Parts
------------------------------------------------------ */
#mainContainer #mainContents .lang {
	position: absolute;
	right: 20px;
	top: 0;
	z-index: 100;
	width: 95px;
}
#mainContainer #mainContents .lang .langWrap {
	position: fixed;
	top: 0;
	border: solid 1px #cccccc;
	border-top: none;
}
.tablet #mainContainer #mainContents .lang,
.sp #mainContainer #mainContents .lang {
	display: none;
}
#mainContainer #mainContents .lang p {
	float: left;
	width: 3em;
	text-align: center;
}
#mainContainer #mainContents .lang p a {
	display: block;
	padding: 2px 11px;
}
#mainContainer #mainContents .lang p.jp a {
	background: #343434;
	color: #ffffff;
}
#mainContainer #mainContents .lang p.en a {
	background: #dbdbdb;
	color: #8c8c8c;
}
#mainContainer #mainContents .lang p.jp a:hover {
	text-decoration: none;
}
#mainContainer #mainContents .lang p.en a:hover {
	background: #343434;
	color: #ffffff;
	text-decoration: none;
}

#mainContainer #mainContents .menu {
	position: absolute;
	width: 20px;
	right: 20px;
	top: 0;
	z-index: 200;
}
#mainContainer #mainContents .menu .menuInner {
	position: fixed;
	top: 50%;
}
#mainContainer #mainContents .menu p > a {
	display: block;
	text-indent: -9999px;
	border: solid 8px #cdcdcd;
	font-size: 8px;
	font-size: 0.8rem;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
			-ms-border-radius: 8px;
		   -o-border-radius: 8px;
					border-radius: 8px;
}
#mainContainer #mainContents .menu p + p {
	margin-top: 1em;
}
#mainContainer #mainContents .menu p > a.active {
	border-color: #8c0000;
}
.tablet #mainContainer #mainContents .menu,
.sp #mainContainer #mainContents .menu {
	display: none;
}

#mainContainer #mainContents .panelWrap {
}

#mainContainer #mainContents .panelWrap .panel {
	width: 100%;
	position: relative;
	overflow: hidden;
	/*max-height: 768px*/
}
#mainContainer #mainContents .panelWrap .panel .panelInner {
	max-width: 1060px;
	height: 100%;
}
#mainContainer #mainContents .panelWrap #first {
	background: url(/kyougi/img/index_bg01.gif) right bottom no-repeat;
	/*padding-bottom: 4%;*/
}
#mainContainer #mainContents .panelWrap #first .mark {
	display: none;
	position: absolute;
	left: 48%;
	bottom: 2%;
	padding-bottom: 10px;
	background: url(/kyougi/img/index_ic03.png) center bottom no-repeat;
	font-size: 18px;
	font-size: 1.8rem;
}
.tablet #mainContainer #mainContents .panelWrap #first .mark,
.sp #mainContainer #mainContents .panelWrap #first .mark {
	display: none;
}
#mainContainer #mainContents .panelWrap #first .textArea {
	background: url(/kyougi/img/index_bg02.gif) left top no-repeat;
	float: left;
	width: 62%;
	height: 100%;
}
.tablet #mainContainer #mainContents .panelWrap #first .textArea {
	width: 66%;
}
.sp #mainContainer #mainContents .panelWrap #first .textArea {
	width: 60%;
}
#mainContainer #mainContents .panelWrap #first .textArea .mainText {
	padding: 8% 10% 0 10%;
	width: 100%;
}
#mainContainer #mainContents .panelWrap #first .textArea .mainText #fitText {
	font-size: 36px;
	font-size: 3.6rem;
}
#mainContainer #mainContents .panelWrap #first .textArea .mainText .theme {
	font-family: Times New Roman, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 20px;
	font-size: 2rem;
}
/* heading01 */
#mainContainer #mainContents .panelWrap #first .textArea .mainText .heading01 {
	/*font-size: 62px;
	font-size: 6.2rem;*/
	color: #343434;
	font-weight: bold;
}
#mainContainer #mainContents .panelWrap #first .textArea .mainText .nomalText {
	font-size: 14px;
	font-size: 1.4rem;
}
#mainContainer #mainContents .panelWrap #first .textArea .mainText .btLink02 {
	margin-top: 7%;
	display: inline-block;
}
#mainContainer #mainContents .panelWrap #first .textArea .mainText .btLink02 a {
	position: relative;
	overflow: hidden;
	display: block;
	padding: 13px 35px 13px 20px;
	background: url(/kyougi/common/img/com_ic04.png) 95% 50% no-repeat #343434;
	color: #ffffff;
	font-family: Times New Roman, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#mainContainer #mainContents .panelWrap #first .textArea .mainText .btLink02:hover {
	opacity: 0.7;
}
#mainContainer #mainContents .panelWrap #first .btnArea {
	width: 100%;
	height: 100%;
	margin-top: 7.5%;
	padding: 7.5% 6% 7% 10%;
	position: relative;
}
#mainContainer #mainContents .panelWrap #first .btnArea .btLink03 {
	position: relative;
  width: 40%;
  /*height: 214px;*/
  margin: 0;
  overflow: hidden;
	text-align: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mainContainer #mainContents .panelWrap #first .btnArea .btLink03 a {
	display: block;
	overflow: hidden;
}
#mainContainer #mainContents .panelWrap #first .btnArea .btLink03 .text {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 100%;
  height: 100%;
  z-index: 1;
	overflow: hidden;
	max-width: 212px;
	max-height: 212px;
}
#mainContainer #mainContents .panelWrap #first .btnArea .btLink03 .text p {
	padding-top: 51%;
  width: 100%;
  height: 100%;
  /*line-height: 214px;*/
  font-size: 28px;
	font-size: 2.8rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
	overflow: hidden;
	position: relative;
	color: #ffffff;
}
.tablet #mainContainer #mainContents .panelWrap #first .btnArea .btLink03 .text p,
.sp #mainContainer #mainContents .panelWrap #first .btnArea .btLink03 .text p {
	color: #ffffff;
}
#mainContainer #mainContents .panelWrap #first .btnArea .btLink03 .text:hover p {
	color: #343434;
}
#mainContainer #mainContents .panelWrap #first .btnArea .btLink03 img {
	max-width: 300px;
  margin: -14.66% 0 0 -14.66%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
	/*background: url(/kyougi/img/index_bg03.png) center top no-repeat;
	opacity: 0.4;*/
}
.tablet #mainContainer #mainContents .panelWrap #first .btnArea .btLink03 img,
.sp #mainContainer #mainContents .panelWrap #first .btnArea .btLink03 img {
	opacity: 1;
}
#mainContainer #mainContents .panelWrap #first .btnArea .posSet {
	position: absolute;
	right: 14%;
	top: -15%;
	width: 40%;
}
#mainContainer #mainContents .panelWrap #first .btnArea .btLink04 {
	position: relative;
 	width: 85%;
  /*height: 214px;*/
  margin: 0;
  overflow: hidden;
	text-align: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mainContainer #mainContents .panelWrap #first .btnArea .btLink04 a {
	display: block;
	overflow: hidden;
}
#mainContainer #mainContents .panelWrap #first .btnArea .btLink04 .text {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 100%;
  height: 100%;
  z-index: 1;
	overflow: hidden;
	max-width: 212px;
	max-height: 212px;
}
/*#mainContainer #mainContents .panelWrap #first .btnArea .btLink04 .text:hover {
	background: rgba(38,38,38,0.4);
	color: #ffffff;
}*/
#mainContainer #mainContents .panelWrap #first .btnArea .btLink04 .text p {
	padding-top: 30%;
  width: 100%;
  height: 100%;
  /*line-height: 214px;*/
  font-size: 28px;
	font-size: 2.8rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
	overflow: hidden;
	color: #ffffff;
}
.tablet #mainContainer #mainContents .panelWrap #first .btnArea .btLink04 .text p,
.sp #mainContainer #mainContents .panelWrap #first .btnArea .btLink04 .text p {
	color: #ffffff;
}
#mainContainer #mainContents .panelWrap #first .btnArea .btLink04 .text:hover p {
	color: #343434;
}
#mainContainer #mainContents .panelWrap #first .btnArea .btLink04 img {
	max-width: 300px;
  margin: -14.66% 0 0 -14.66%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
	/*background: url(/kyougi/img/index_bg03.png) center top no-repeat;
	opacity: 0.4;*/
}
.tablet #mainContainer #mainContents .panelWrap #first .btnArea .btLink04 img,
.sp #mainContainer #mainContents .panelWrap #first .btnArea .btLink04 img {
	opacity: 1;
}

#mainContainer #mainContents .panelWrap #first .btnArea .btLink03 a:hover,
#mainContainer #mainContents .panelWrap #first .btnArea .btLink04 a:hover {
	color: #343434;
}
#mainContainer #mainContents .panelWrap #first .btnArea .btLink03 a:hover img,
#mainContainer #mainContents .panelWrap #first .btnArea .btLink04 a:hover img {
	opacity: 0.4;
}


#mainContainer #mainContents .panelWrap #first .flowArea {
	float: left;
	width: 33%;
	height: 100%;
	min-height: 600px;
	position: relative;
}
.sp #mainContainer #mainContents .panelWrap #first .flowArea {
	width: 40%;
}
.tablet #mainContainer #mainContents .panelWrap #first .flowArea,
.sp #mainContainer #mainContents .panelWrap #first .flowArea {
	height: auto;
}
#mainContainer #mainContents .panelWrap #first .flowArea:before {
	content: '';
	position: absolute;
	top: 0;
	left: -5px;
	width: 5px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	background-image: -webkit-linear-gradient(right, transparent, #ededed 25%, #fdfdfd 75%, transparent);
	background-image: linear-gradient(to left, transparent, #ededed 25%, #fdfdfd 75%, transparent);
	background-position: center;
	background-repeat: no-repeat;
}
.tablet #mainContainer #mainContents .panelWrap #first .flowArea:before,
.sp #mainContainer #mainContents .panelWrap #first .flowArea:before {
	display: none;
}
#mainContainer #mainContents .panelWrap #first .flowArea:after {
	content: '';
	position: absolute;
	top: 0;
	right: -5px;
	width: 5px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	background-image: -webkit-linear-gradient(left, transparent, #ededed 25%, #fdfdfd 75%, transparent);
	background-image: linear-gradient(to right, transparent, #ededed 25%, #fdfdfd 75%, transparent);
	background-position: center;
	background-repeat: no-repeat;
}
.tablet #mainContainer #mainContents .panelWrap #first .flowArea:after,
.sp #mainContainer #mainContents .panelWrap #first .flowArea:after {
	display: none;
}
#mainContainer #mainContents .panelWrap #first .flowArea #countDown {
	position: absolute;
	top: 45px;
	left: -25px;
	width: 99%;
	border: solid 1px #d4d4d4;
	z-index: 10;
}
#mainContainer #mainContents .panelWrap #first .flowArea #countDown .wrap {
	position: relative;
	padding: 3% 7% 6% 7%;
	background-color: #e0e0e0;
}
#mainContainer #mainContents .panelWrap #first .flowArea #countDown .wrap:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: -13px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 24px 12px 0;
	border-color: transparent #333333 transparent transparent;
}
#mainContainer #mainContents .panelWrap #first .flowArea #countDown .count {
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
#mainContainer #mainContents .panelWrap #first .flowArea #countDown p .last {
	font-size: 50%;
}
#mainContainer #mainContents .panelWrap #first .flowArea #countDown p .day {
	font-size: 68%;
}
#mainContainer #mainContents .panelWrap #first .flowArea #countDown p #deadLine {
	font-family: "メイリオ", Meiryo, san-serif;
	font-weight: normal;
}
#mainContainer #mainContents .panelWrap #first .flowArea #countDown .count-deadLine02 {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
#mainContainer #mainContents .panelWrap #first .flowArea #countDown .count-deadLine02 .last {
	font-size: 50%;
}
#mainContainer #mainContents .panelWrap #first .flowArea #countDown .count-deadLine02 .day {
	font-size: 68%;
}
#mainContainer #mainContents .panelWrap #first .flowArea #countDown .count-deadLine02 #deadLine02 {
	font-family: "メイリオ", Meiryo, san-serif;
	font-weight: normal;
}

#mainContainer #mainContents .panelWrap #first .flowArea #countDown .btLink01 {
}
#mainContainer #mainContents .panelWrap #first .flowArea #countDown .btLink01 a {
	position: relative;
	display: block;
	background-color: #8c0000;
	color: #ffffff;
	letter-spacing: -0.5px;
	font-size: 24px;
	font-size: 2.4rem;
	overflow: hidden;
}
#mainContainer #mainContents .panelWrap #first .flowArea #countDown .btLink01 a:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 40%;
	width: 14px;
	height: 10px;
	background-image: url(/kyougi/common/img/com_ic02.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainContainer #mainContents .panelWrap #first .flowArea #countDown .btLink01 a > span {
	position: relative;
	display: block;
	padding: 15px 10px 15px 30px;
}
#mainContainer #mainContents .panelWrap #first .flowArea #countDown .btLink01 a:hover {
	opacity: 0.7;
}
#mainContainer #mainContents .panelWrap #first .flowArea #countDown .wrap .finish {
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: -0.5px;
}
#mainContainer #mainContents .panelWrap #first .flowArea #countDown .wrap .note {
	margin-top: 10px;
	font-family: "メイリオ", Meiryo, san-serif;
	text-align: center;
	letter-spacing: -0.5px;
}
#mainContainer #mainContents .panelWrap #first .flowArea #countDown .wrap .note .txBold01 {
	font-weight: bold;
	font-size: 135%;
}
#mainContainer #mainContents .panelWrap #first .flowArea .step {
	text-align: center;
	padding: 0 9%;
	position: relative;
}
#mainContainer #mainContents .panelWrap #first .flowArea .step + .step {
	padding-top: 8%;
}
#mainContainer #mainContents .panelWrap #first .flowArea .step.first {
	padding-top: 115%;
	/* padding-top: 55%;*/
	padding-bottom: 15%;
	background: url(/kyougi/img/index_bg06.png) center bottom no-repeat;
	background-size: contain;
}
.sp #mainContainer #mainContents .panelWrap #first .flowArea .step.first {
	padding-top: 85%;
}
.tablet #mainContainer #mainContents .panelWrap #first .flowArea .step.first {
	padding-top: 90%;
}
#mainContainer #mainContents .panelWrap #first .flowArea .step.first.current {
	background: url(/kyougi/img/index_bg11.gif) center bottom no-repeat #faefef;
	background-size: contain;
	font-weight: bold;
}
#mainContainer #mainContents .panelWrap #first .flowArea .step.first.off {
	padding-top: 50%;
	background: url(/kyougi/img/index_bg13.gif) center bottom no-repeat #ffffff;
	background-size: contain;
}
/*#mainContainer #mainContents .panelWrap #first .flowArea .step.first:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 100px 0 100px;
	border-color: #ffffff transparent transparent transparent;
}*/
#mainContainer #mainContents .panelWrap #first .flowArea .step .title {
	font-size: 21px;
	font-size: 2.1rem;
	color: #8c0000;
	padding-bottom: 2%;
	background: url(/kyougi/img/index_bg05.gif) center bottom no-repeat;
}
#mainContainer #mainContents .panelWrap #first .flowArea .step .detail {
	margin-top: 1em;
	text-align: left !important;
}
#mainContainer #mainContents .panelWrap #first .flowArea .step.second {
	padding-bottom: 15%;
	background: url(/kyougi/img/index_bg06.png) center bottom no-repeat;
	background-size: contain;
}
#mainContainer #mainContents .panelWrap #first .flowArea .step.second.current {
	background: url(/kyougi/img/index_bg11.gif) center bottom no-repeat #faefef;
	background-size: contain;
	font-weight: bold;
}
#mainContainer #mainContents .panelWrap #first .flowArea .step.second.offset {
	background: url(/kyougi/img/index_bg13.gif) center bottom no-repeat #ffffff;
	background-size: contain;
}
#mainContainer #mainContents .panelWrap #first .flowArea .step.last {
	padding-bottom: 10%;
}
#mainContainer #mainContents .panelWrap #first .flowArea .step.last.current {
	background-color: #faefef;
}
#mainContainer #mainContents .panelWrap #first .flowArea .step.off .title,
#mainContainer #mainContents .panelWrap #first .flowArea .step.first.off,
#mainContainer #mainContents .panelWrap #first .flowArea .step.second.off,
#mainContainer #mainContents .panelWrap #first .flowArea .step.last.off {
	color: #999999 !important;
}
#mainContainer #mainContents .panelWrap #first .flowArea .step.off .title {
	background: url(/kyougi/img/index_bg12.gif) center bottom no-repeat;
}
.tablet #mainContainer #mainContents .panelWrap #first .flowArea .step:before,
.sp #mainContainer #mainContents .panelWrap #first .flowArea .step:before {
	content: '';
	position: absolute;
	top: 0;
	left: -5px;
	width: 5px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	background-image: -webkit-linear-gradient(right, transparent, #ededed 25%, #fdfdfd 75%, transparent);
	background-image: linear-gradient(to left, transparent, #ededed 25%, #fdfdfd 75%, transparent);
	background-position: center;
	background-repeat: no-repeat;
}
.tablet #mainContainer #mainContents .panelWrap #first .flowArea .step.last,
.sp #mainContainer #mainContents .panelWrap #first .flowArea .step.last {
	border-bottom: solid 2px #ededed;
}


#mainContainer #mainContents .panelWrap #first .resultArea {
	background: url(/kyougi/img/index_bg02.gif) left top no-repeat;
	padding: 3% 9% 6% 10%;
}
#mainContainer #mainContents .panelWrap #first .resultArea .resultTitle {
	text-align: center;
	font-family: Times New Roman, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	color: #343434;
	line-height: 1.1;
}
#mainContainer #mainContents .panelWrap #first .resultArea .resultTitle .theme {
	font-weight: normal;
	 color: #595959;
}
#mainContainer #mainContents .panelWrap #first .resultArea .resultTitle .main {
	margin-top: 10px;
}
#mainContainer #mainContents .panelWrap #first .resultArea .resultTitle .txBold02 {
	font-size: 75%;
	color: #8c0000;
}
#mainContainer #mainContents .panelWrap #first .resultArea .resultTitle + p {
	font-family: "メイリオ", Meiryo, san-serif;
	margin-top: 3%;
}
#mainContainer #mainContents .panelWrap #first .resultArea .boxLayout01 {
	margin-top: 3%;
	padding: 3% 3% 3% 7%;
	box-shadow:0px 0px 4px 1px #ededed;
	-moz-box-shadow:0px 0px 4px 1px #ededed;
	-webkit-box-shadow:0px 0px 4px 1px #ededed;
}
#mainContainer #mainContents .panelWrap #first .resultArea .boxLayout01 > *:first-child {
	margin-top: 0;
}
#mainContainer #mainContents .panelWrap #first .resultArea .boxLayout01 .colLayout01 {
}
#mainContainer #mainContents .panelWrap #first .resultArea .boxLayout01 .colLayout01 .text {
	float: left;
	width: 34%;
	padding-right: 7%;
}
#mainContainer #mainContents .panelWrap #first .resultArea .boxLayout01 .colLayout01 .text .title {
	text-align: center;
	margin-top: 22%;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	color: #8c0000;
	padding-bottom: 2%;
	background: url(/kyougi/img/index_bg05.gif) center bottom no-repeat;
}
#mainContainer #mainContents .panelWrap #first .resultArea .boxLayout01 .colLayout01 .text .name {
	text-align: center;
	margin-top: 12%;
	font-size: 21px;
	font-size: 2.1rem;
	font-family: "メイリオ", Meiryo, san-serif;
}
#mainContainer #mainContents .panelWrap #first .resultArea .boxLayout01 .colLayout01 .btn {
	margin-top: 30%;
}
#mainContainer #mainContents .panelWrap #first .resultArea .boxLayout01 .colLayout01 .btn {
	margin-top: 10%;
	overflow: hidden;
}
#mainContainer #mainContents .panelWrap #first .resultArea .boxLayout01 .colLayout01 .btn a {
	display: block;
	background: url(/kyougi/common/img/com_ic04.png) 95% 50% no-repeat #343434;
	color: #ffffff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "ＭＳ Ｐ明朝", "MS PMincho", serif;
	overflow: hidden;
}
#mainContainer #mainContents .panelWrap #first .resultArea .boxLayout01 .colLayout01 .btn a > span {
	display: block;
	padding: 15px 40px 15px 40px;
	position: relative;
}
#mainContainer #mainContents .panelWrap #first .resultArea .boxLayout01 .colLayout01 .btn a:hover {
	opacity: 0.7;
}

#mainContainer #mainContents .panelWrap #first .resultArea .boxLayout01 .colLayout01 .colImg {
	float: right;
	width: 66%;
	text-align: center;
}
#mainContainer #mainContents .panelWrap #first .resultArea .boxLayout01 .colLayout01 .colImg img {
	border: solid 1px #d9d9d9;
}



#mainContainer #mainContents .panelWrap #second {
	min-height: 600px;
	position: relative;
	background: url(/kyougi/img/index_bg08.gif) right bottom no-repeat #f2efe6;
}
.tablet #mainContainer #mainContents .panelWrap #second,
.sp #mainContainer #mainContents .panelWrap #second {
	display: none;
}
#mainContainer #mainContents .panelWrap #second .mark {
	display: none;
	position: absolute;
	left: 48%;
	top: 1%;
	padding-top: 15px;
	background: url(/kyougi/img/index_ic02.png) center top no-repeat;
	font-size: 18px;
	font-size: 1.8rem;
	z-index: 100;
}
#mainContainer #mainContents .panelWrap #second .copyright {
	position: absolute;
	right: 6%;
	bottom: 10px;
	font-family: "メイリオ", Meiryo, san-serif;
	font-size: 10px;
	font-size: 1rem;
	font-weight: normal;
	color:#999999;
	z-index: 50;
}
#mainContainer #mainContents .panelWrap #second .past {
	position: absolute;
	right: 6%;
	bottom: 30px;
	font-family: Times New Roman, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 16px;
	font-size: 1.6rem;
	border: solid 1px #545454;
	z-index: 50;
	overflow: hidden;
	background-color: #ffffff;
}
#mainContainer #mainContents .panelWrap #second .past a {
	color: #343434;
	display: block;
	background: url(/kyougi/common/img/com_ic05.png) 95% 50% no-repeat #fcfcfa;
	overflow: hidden;
}
#mainContainer #mainContents .panelWrap #second .past a > span {
	display: block;
	padding: 10px 35px 10px 20px;
}
#mainContainer #mainContents .panelWrap #second .past a:hover {
	opacity: 0.3;
}

#mainContainer #mainContents .panelWrap #second #timeLineWrapper {
	position: relative;
	background: url(/kyougi/img/index_bg07.gif) left top no-repeat;
	width: 100%;
	padding-left: 5%;
	padding-top: 80px;
	padding-bottom: 8%;
	min-height: 650px;
	height: 100%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper:after{
	content: "";
	position: absolute;
	top: 0;
	left: 14%;
	background: url(/kyougi/img/index_bg09.gif) left top repeat-y;
	width: 1px;
	height: 100%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .timeLine {
	position: relative;
	font-family: "メイリオ", Meiryo, san-serif;
	z-index: 10;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .timeLine .accordion {
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .timeLine .accordion dt {
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: bold;
	margin-top: 15px;
	width: 10.5%;
	text-align: right;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .timeLine .accordion dt:first-child {
	margin-top: 0;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .timeLine .accordion dt:hover {
	cursor: pointer;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .timeLine .accordion dt.hasNoItem:hover {
	cursor: default;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .timeLine .accordion dt .year {
	/*font-size: 16px;
	font-size: 1.6rem;*/
	font-size: 80%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .timeLine .accordion dt.on {
	color: #8c0000;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .timeLine .accordion dt.on a {
	color: #8c0000;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .timeLine .accordion dd {
	display: none;
	margin-top: 1.2%;
	width: 100%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .timeLine .accordion dd .colList {
	width: 10.35%;
	text-align: right;
	/*padding-right: 3px;*/
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper ul > li.open span {
	color: #8c0000;
	font-weight: bold;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper ul > li.open span a {
	color: #8c0000;
	font-weight: bold;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper ul > li + li {
	margin-top: 13%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper ul > li > span > a {
	font-size: 15px;
	font-size: 1.5rem;
	padding-right: 2px;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents {
	position: absolute;
	left: 18%;
	top: 70px;
	height: 75%;
	width: 80%;
	z-index: 100;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > .childContents {
	display: none;
	position: relative;
	height: 100%;
	max-width: 780px;
	max-height: 650px;
	width: 100%;
	padding: 3% 4%;
	background-color: rgba(255,255,255,0.3);
	box-shadow:0px 0px 4px 1px #e1ded6;
	-moz-box-shadow:0px 0px 4px 1px #e1ded6;
	-webkit-box-shadow:0px 0px 4px 1px #e1ded6;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > .childContents:after {
	content: "";
	position: absolute;
	top: 0;
	left: -27px;
	width: 44px;
	height: 40px;
	background: url(/kyougi/img/index_bg10.png) left top no-repeat;
}

/* 各タブの吹き出しの位置 */
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab058.childContents:after {
	top: 1%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab057.childContents:after {
	top: 10%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab056.childContents:after {
	top: 19%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab055.childContents:after {
	top: 26%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab054.childContents:after {
	top: 14%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab053.childContents:after {
	top: 20%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab052.childContents:after {
	top: 26%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab051.childContents:after {
	top: 32%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab050.childContents:after {
	top: 38%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab049.childContents:after {
	top: 44%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab048.childContents:after {
	top: 50%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab047.childContents:after {
	top: 55.5%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab046.childContents:after {
	top: 61.5%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab045.childContents:after {
	top: 68%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab044.childContents:after {
	top: 21.5%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab043.childContents:after {
	top: 27%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab042.childContents:after {
	top: 33%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab041.childContents:after {
	top: 39%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab040.childContents:after {
	top: 45%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab039.childContents:after {
	top: 51%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab038.childContents:after {
	top: 56.5%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab037.childContents:after {
	top: 62.5%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab036.childContents:after {
	top: 68%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab035.childContents:after {
	top: 75%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab034.childContents:after {
	top: 28%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab033.childContents:after {
	top: 34%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab032.childContents:after {
	top: 40%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab031.childContents:after {
	top: 46%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab030.childContents:after {
	top: 51.5%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab029.childContents:after {
	top: 57.5%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab028.childContents:after {
	top: 63.5%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab027.childContents:after {
	top: 69.5%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab026.childContents:after {
	top: 75.5%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab025.childContents:after {
	top: 82%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab024.childContents:after {
	top: 35%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab023.childContents:after {
	top: 41%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab022.childContents:after {
	top: 47%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab021.childContents:after {
	top: 53%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab020.childContents:after {
	top: 59%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab019.childContents:after {
	top: 64.5%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab018.childContents:after {
	top: 71%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab017.childContents:after {
	top: 76.5%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab016.childContents:after {
	top: 82.5%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab015.childContents:after {
	top: 89%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab014.childContents:after {
	top: 42%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab013.childContents:after {
	top: 48%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab012.childContents:after {
	top: 54%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab011.childContents:after {
	top: 60%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab010.childContents:after {
	top: 65.5%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab009.childContents:after {
	top: 72%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab008.childContents:after {
	top: 77.5%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab007.childContents:after {
	top: 83.5%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab006.childContents:after {
	top: 89.5%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab005.childContents:after {
	top: 96%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab004.childContents:after {
	top: 63%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab003.childContents:after {
	top: 70.5%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab002.childContents:after {
	top: 78%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > #tab001.childContents:after {
	top: 86%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > .childContents .headingArea {
	position: relative;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > .childContents .headingArea .heading02-01 {
	font-family: Times New Roman, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 5px;
	border-bottom: solid 1px #cccccc;
	padding-right: 170px;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > .childContents .headingArea .heading02-01 .head {
	/*font-size: 22px;
	font-size: 2.2rem;*/
	font-size: 55%;
	font-weight: normal;
	display: block;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > .childContents .headingArea .btn {
	position: absolute;
	right: 0;
	bottom: 15px;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	overflow: hidden;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > .childContents .headingArea .btn a {
	display: block;
	padding: 10px 50px 10px 15px;
	background: url(/kyougi/common/img/com_ic04.png) 95% 50% no-repeat #000000;
	color: #ffffff;
	font-family: Times New Roman, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "ＭＳ Ｐ明朝", "MS PMincho", serif;
	position: relative;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > .childContents .headingArea .btn a:hover {
	opacity: 0.7;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > .childContents .scrollArea {
	margin-top: 20px;
	width: 100%;
	height: calc(100% - 71px);
	overflow: auto;
	position: relative;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > .childContents .scrollArea.heading2Line {
	height: calc(100% - 108px);
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > .childContents .scrollArea.heading3Line {
	height: calc(100% - 148px);
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > .childContents .scrollArea > *:first-child {
	margin-top: 0 !important;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > .childContents .scrollArea .colLayout01.count2 {
	margin-top: 0;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > .childContents .scrollArea .title01 {
	font-family: Times New Roman, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	color: #8c0000;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > .childContents .scrollArea .title02 {
	margin-top: 20px;
	font-family: Times New Roman, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #8c0000;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > .childContents .scrollArea .umpire {
	margin-top: 3%;
}
#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > .childContents .scrollArea .umpire .heading03 {
	padding-left: 10px;
	border-left: solid 5px #333333;
	font-weight: bold;
	line-height: 1.2;
	color: #343434;
}


/* Page Parts
------------------------------------------------------ */
/* archive */
.innerContents {
	position: relative;
}
.innerContents .headingArea {
	padding: 1% 5%;
	background: url(/kyougi/archive/img/archive_bg01.gif) left top no-repeat #fafafa;
}
.innerContents .headingArea .heading01 {
	display: table;
	width: 100%;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: bold;
	color: #343434;
}
.innerContents .headingArea .heading01 .sub {
	display: block;
	font-size: 55%;
	line-height: 1.2;
}
.innerContents .headingArea .heading01 .year {
	display: table-cell;
	font-size: 55%;
	vertical-align: middle;
	width: 4em;
}
.innerContents .headingArea .heading01-02 {
	width: 100%;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: bold;
	color: #343434;
}
.innerContents .headingArea .heading01-02 .year {
	display: inline-block;
	font-size: 55%;
	margin-right: 1%;
}
.innerContents .mainArea {
	padding: 2% 5%;
	max-width: 1060px;
	font-family: "メイリオ", Meiryo, san-serif;
}
/* topicPath */
#mainContainer .innerContents .mainArea #topicPath {
	margin-bottom: 30px;
}
#mainContainer .innerContents .mainArea #topicPath .pathNavi {
}
#mainContainer .innerContents .mainArea #topicPath .pathNavi > li {
	float: left;
	font-size: 11px;
	font-size: 1.1rem;
	color: #8c8c8c;
	font-family: "メイリオ", Meiryo, san-serif;
}
#mainContainer.innerContents .mainArea  #topicPath .pathNavi > li.into:first-child {
	color: #404040;
	text-decoration: underline;
}
#mainContainer .innerContents .mainArea #topicPath .pathNavi > li.into {
	position: relative;
	margin: 0 3px 0 0;
	padding: 0 13px 0 0;
}
#mainContainer .innerContents .mainArea #topicPath .pathNavi > li.into:after {
	content: "＞";
	position: absolute;
	right: 0;
	top: 0;
	color: #8c8c8c;
}
/* mainWrapper */
#mainContainer .innerContents .mainArea .mainWrapper {
	margin-top: 4%;
}
#mainContainer .innerContents .mainArea .mainWrapper .mainHeadingWrap {
	text-align: center;
	padding-bottom: 2%;
	border-bottom: solid 1px #cccccc;
	margin-bottom: 3%;
}
#mainContainer .innerContents .mainArea .mainWrapper .mainHeadingWrap02 {
	padding-bottom: 2%;
	border-bottom: solid 1px #cccccc;
	margin-bottom: 4%;
}
#mainContainer .innerContents .mainArea .mainWrapper .mainHeadingWrap section {
	display: table;
	width: 100%;
}
#mainContainer .innerContents .mainArea .mainWrapper .mainHeadingWrap .mainHeading {
	display: table-cell;
	vertical-align: middle;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: bold;
	color: #343434;
	line-height: 1.2;
}
#mainContainer .innerContents .mainArea .mainWrapper .mainHeading .year {
	display: inline-block;
	font-size: 50%;
	font-weight: normal;
	vertical-align: middle;
}
#mainContainer .innerContents .mainArea .mainWrapper .mainHeading .theme {
	display: inline-block;
	font-size: 60%;
	font-weight: normal;
	margin-right: 20px;
	vertical-align: middle;
}
#mainContainer .innerContents .mainArea .mainWrapper .mainHeadingWrap02 .mainHeading02 {
	vertical-align: middle;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
	color: #343434;
}
#mainContainer .innerContents .mainArea .mainWrapper .mainHeading02 .year {
	display: inline-block;
	font-size: 50%;
	font-weight: normal;
	margin-right: 10px;
}
#mainContainer .innerContents .mainArea .mainWrapper .mainHeading02 .theme {
	display: inline-block;
	font-size: 60%;
	font-weight: normal;
	margin-right: 20px;
}
#mainContainer .innerContents .mainArea .mainWrapper .mainHeadingWrap02 .mainHeading02 .chairman {
	display: inline-block;
	font-size: 55%;
	font-weight: normal;
	color: #ffffff;
	background-color: #343434;
	padding: 3px 15px;
	vertical-align: text-top;
	margin-right: 2%;
}
#mainContainer .innerContents .mainArea .mainWrapper .mainHeadingWrap02 .mainHeading02 .company {
	font-weight: normal;
	font-size: 66%;
}
#mainContainer .innerContents .mainArea .mainWrapper .colLayout01 {
}
#mainContainer .innerContents .mainArea .mainWrapper .colLayout01 .colImg {
	float: left;
	width: 53%;
}
#mainContainer .innerContents .mainArea .mainWrapper .colLayout01 .colImg img {
	border: solid 1px #efefef;
}
#mainContainer .innerContents .mainArea .mainWrapper .colLayout01 .colText {
	float: left;
	width: 43%;
	margin-left: 4%;
	font-family: "メイリオ", Meiryo, san-serif;
}
#mainContainer .innerContents .mainArea .mainWrapper .colLayout01 .colText .heading04 {
	border-left: 5px solid #333333;
	color: #343434;
	font-weight: bold;
	line-height: 1.2;
	padding-left: 10px;
}
#mainContainer .innerContents .mainArea .mainWrapper .colLayout01 .colText section + section {
	margin-top: 5%;
}
#mainContainer .innerContents .mainArea .mainWrapper .colLayout01 .colText .btn {
	margin-top: 10%;
	overflow: hidden;
}
#mainContainer .innerContents .mainArea .mainWrapper .colLayout01 .colText .btn a {
	display: inline-block;
	background: url(/kyougi/common/img/com_ic04.png) 95% 50% no-repeat #343434;
	color: #ffffff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "ＭＳ Ｐ明朝", "MS PMincho", serif;
	overflow: hidden;
}
#mainContainer .innerContents .mainArea .mainWrapper .colLayout01 .colText .btn a > span {
	display: block;
	padding: 12px 60px 12px 20px;
	position: relative;
}
#mainContainer .innerContents .mainArea .mainWrapper .colLayout01 .colText .btn a:hover {
	opacity: 0.7;
}
/* imagefrow */
#mainContainer .innerContents .mainArea .mainWrapper .imagefrow {
	margin-top: 4%;
	padding-top: 4%;
	border-top: dotted 1px #c2c2c2;
}
#mainContainer .innerContents .mainArea .mainWrapper .imagefrow .col {
	position: relative;
	text-align: center;
	/*display: none;*/
	opacity: 0;
}
#mainContainer .innerContents .mainArea .mainWrapper .imagefrow .col.finish {
	display: block;
	opacity: 1;
}
#mainContainer .innerContents .mainArea .mainWrapper .imagefrow .col a {
	display: block;
}
#mainContainer .innerContents .mainArea .mainWrapper .imagefrow .col a img {
	opacity: 0.3;
}
#mainContainer .innerContents .mainArea .mainWrapper .imagefrow .col .txCaption01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-weight: bold;
	font-family: "メイリオ", Meiryo, san-serif;
	text-align: center;
}
#mainContainer .innerContents .mainArea .mainWrapper .imagefrow .col .txCaption01 span {
	display: inline-block;
	padding-top: 13%;
	width: 10em;
	margin: 0 auto;
}
#mainContainer .innerContents .mainArea .mainWrapper .imagefrow .col .txCaption01 span .year {
	font-size: 87%;
}
#mainContainer .innerContents .mainArea .mainWrapper .imagefrow .col .txCaption01 span .title {
	display: block;
	margin-top: 3%;
}
#mainContainer .innerContents .mainArea .mainWrapper .imagefrow .col:hover .txCaption01 {
	background-color: rgba(38,38,38,0.6);
	color: #ffffff;
	transition: all 0.4s ease 0s;
}

/* normalList */
.normalList {
	margin-top: 2%;
}
.normalList li {
	float: left;
	position: relative;
	color: #666666;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: -0.5px;
}
.normalList li + li {
	padding-left: 14px;
	margin-left: 7px;
}
.normalList li:nth-of-type(n+2):before {
	content: "｜";
	position: absolute;
	left: 0;
	top: 0;
	color: #666666;
}
.normalList li span {
	font-weight: bold;
}

/* colImg02 */
#mainContainer .innerContents .mainArea .mainWrapper .colImg02 {
	float: left;
	width: 61%;
	margin-right: 6%;
}
#mainContainer .innerContents .mainArea .mainWrapper .colImg02 .modalBlock {
	position: relative;
	margin-top: 3%;
}
#mainContainer .innerContents .mainArea .mainWrapper .colImg02 .modalBlock figure {
	border: solid 1px #ededed;
}
#mainContainer .innerContents .mainArea .mainWrapper .colImg02 .modalBlock .modalIcon {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
#mainContainer .innerContents .mainArea .mainWrapper .colImg02 .modalBlock a:hover {
	opacity: 0.7;
}

/* inlineModalArea */
#inlineModalArea {
	display: none;
}
/*.inlineArea {
	margin: 0 auto;
	width: 70%;
	max-width: 750px;
}*/
.inlineArea .modalHeading {
	display: block;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: solid 1px #cccccc;
	margin-bottom: 30px;
}
.inlineArea .modalHeading .year {
	display: inline-block;
	vertical-align: middle;
	font-size: 55%;
	font-weight: normal;
	margin-right: 10px;
}
.inlineArea .modalHeading .theme {
	display: inline-block;
	vertical-align: middle;
	font-size: 60%;
	font-weight: normal;
	margin-right: 20px;
}
.inlineArea .modalHeading .theme .num {
	font-size: 120%;
}
.inlineArea .modalClose {
	margin-top: 40px;
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
	color: #ffffff;
}
.inlineArea .modalClose span {
	display: inline-block;
	padding: 10px 45px;
	background: url(/kyougi/archive/img/archive_ic01.png) 10px 50% no-repeat #343434;
}
.inlineArea .modalClose span:hover {
	cursor: pointer;
	opacity: 0.7;
}

/* memberBlock */
#mainContainer .innerContents .mainArea .mainWrapper .memberBlock {
	overflow: hidden;
}
#mainContainer .innerContents .mainArea .mainWrapper .memberBlock .heading04,
#mainContainer .innerContents .mainArea .mainWrapper .heading04 {
	border-left: 5px solid #333333;
	color: #343434;
	font-weight: bold;
	line-height: 1.2;
	padding-left: 10px;
}
#mainContainer .innerContents .mainArea .mainWrapper .memberBlock .heading04 + p {
	margin-top: 4%;
}
#mainContainer .innerContents .mainArea .mainWrapper .heading04 > .company,
#mainContainer .innerContents .mainArea .mainWrapper .company {
	font-size: 87%;
}

/* sectioning01 */
#mainContainer .innerContents .mainArea .mainWrapper .sectioning01 {
	margin-top: 6%;
	padding-top: 6%;
	border-top: dotted 1px #c2c2c2;
	opacity: 0;
}
#mainContainer .innerContents .mainArea .mainWrapper .tableWrap01.sectioning01 {
	margin-top: 3%;
	padding-top: 3%;
	border-top: dotted 1px #c2c2c2;
}


/* prize */
#mainContainer .innerContents .mainArea .mainWrapper .prize {
	display: block;
	vertical-align: middle;
}
#mainContainer .innerContents .mainArea .mainWrapper .prize .gold {
	display: inline-block;
	text-align: center;
	color: #ffffff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding: 1% 6%;
	background: #b8af83;
	background: -moz-linear-gradient(-45deg,  #b8af83 0%, #b8af83 19%, #aca16d 20%, #aca16d 100%);
	background: -webkit-linear-gradient(-45deg,  #b8af83 0%,#b8af83 19%,#aca16d 20%,#aca16d 100%);
	background: linear-gradient(135deg,  #b8af83 0%,#b8af83 19%,#aca16d 20%,#aca16d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8af83', endColorstr='#aca16d',GradientType=1 );
}
#mainContainer .innerContents .mainArea .mainWrapper .prize .silver {
	display: inline-block;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	color: #ffffff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding: 0.5% 5%;
	background: #acacac;
	background: -moz-linear-gradient(-45deg,  #acacac 0%, #acacac 19%, #9e9e9e 20%, #9e9e9e 100%);
	background: -webkit-linear-gradient(-45deg,  #acacac 0%,#acacac 19%,#9e9e9e 20%,#9e9e9e 100%);
	background: linear-gradient(135deg,  #acacac 0%,#acacac 19%,#9e9e9e 20%,#9e9e9e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acacac', endColorstr='#9e9e9e',GradientType=1 );
}
#mainContainer .innerContents .mainArea .mainWrapper .prize .bronze {
	margin-top: 4%;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	color: #ffffff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding: 0.5% 6%;
	background: #b8a49a;
	background: -moz-linear-gradient(-45deg,  #b8a49a 0%, #b8a49a 19%, #ac9488 20%, #ac9488 100%);
	background: -webkit-linear-gradient(-45deg,  #b8a49a 0%,#b8a49a 19%,#ac9488 20%,#ac9488 100%);
	background: linear-gradient(135deg,  #b8a49a 0%,#b8a49a 19%,#ac9488 20%,#ac9488 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8a49a', endColorstr='#ac9488',GradientType=1 );
}
#mainContainer .innerContents .mainArea .mainWrapper .prize .fine {
	margin-top: 4%;
	display: inline-block;
	padding: 0 5px 3px;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "ＭＳ Ｐ明朝", "MS PMincho", serif;
	border-bottom: solid 2px #8c0000;
}
#mainContainer .innerContents .mainArea .mainWrapper .prize .detail {
	display: inline-block;
	vertical-align: middle;
	color: #343434;
	font-size: 65%;
}
#mainContainer .innerContents .mainArea .mainWrapper .name {
	margin-top: 3%;
	font-size: 21px;
	font-size: 2.1rem;
	color: #333333;
	line-height: 1.2;
}
#mainContainer .innerContents .mainArea .mainWrapper .name .place {
	font-size: 70%;
}

/* iconList01 */
#mainContainer .innerContents .mainArea .mainWrapper .iconList01 {
	margin-top: 2%;
}
#mainContainer .innerContents .mainArea .mainWrapper .iconList01 li {
	position: relative;
	padding-left: 2rem;
}
#regulation #mainContainer .innerContents .mainArea .mainWrapper .iconList01 li {
	padding-left: 1.5rem;
}
#mainContainer .innerContents .mainArea .mainWrapper .iconList01 li .ast {
	position: absolute;
	left: 0;
	top: 0;
}
#mainContainer .innerContents .mainArea .mainWrapper .iconList01 li + li {
	margin-top: 1%;
}
#mainContainer .innerContents .mainArea .mainWrapper .iconList01.type-float {
	margin-left: -1.8%;
}
#mainContainer .innerContents .mainArea .mainWrapper .iconList01.type-float li {
	float: left;
	margin-left: 1.8%;
}
#mainContainer .innerContents .mainArea .mainWrapper .iconList01.type-float li + li {
	margin-top: 0;
}
#mainContainer .innerContents .mainArea .mainWrapper .iconList01.count2 li {
	width: 48.2%;
}
#mainContainer .innerContents .mainArea .mainWrapper .iconList01.count2 li:nth-child(2n+1) {
	clear: left;
}

/* pagerWrap */
#mainContainer .innerContents .mainArea .mainWrapper .pagerWrap {
	margin-top: 6%;
	padding-top: 2%;
	border-top: dotted 1px #c2c2c2;
}
#mainContainer .innerContents .mainArea .mainWrapper .pagerWrap .back {
	float: left;
}
#mainContainer .innerContents .mainArea .mainWrapper .pagerWrap .next {
	float: right;
}
#mainContainer .innerContents .mainArea .mainWrapper .pagerWrap p a {
	text-decoration: underline;
}
#mainContainer .innerContents .mainArea .mainWrapper .pagerWrap p:hover {
	color: #9c0000;
}
#mainContainer .innerContents .mainArea .mainWrapper .pagerWrap p:hover a {
	color: #9c0000;
}
/* btLink05 */
.btLink05 {
	margin-top: 4%;
	font-size: 16px;
	font-size: 1.6rem;
}
.btLink05 a {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "ＭＳ Ｐ明朝", "MS PMincho", serif;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	color: #343434;
	margin: 0 auto;
	padding: 1% 4%;
	border: solid 1px #545454;
	background: url(/kyougi/form/img/form_ic05.png) 5% 50% no-repeat #fcfcfa;
	text-align: center;
	-webkit-box-sizing: border-box;
	 	 -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
		   -o-box-sizing: border-box;
					box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
		 -moz-transition: all 0.3s ease;
			 -o-transition: all 0.3s ease;
		  -ms-transition: all 0.3s ease;
					transition: all 0.3s ease;
}
.btLink05 a:hover {
	opacity: 0.3;
	text-decoration: none;
}

/* txCaption02 */
.txCaption02 {
	margin-top: 3%;
	letter-spacing: -0.4px;
}
.txCaption02 .addName {
	display: block;
	margin-top: 3%;
}

/* copyright02 */
.copyright02 {
	margin-top: 3%;
	text-align: right;
	font-family: Arial, Times New Roman, Helvetica, serif;
	font-size: 11px !important;
	font-size: 1.1rem !important;
	color: #999999;
}

.copyright02.type-Fix {
	position: absolute;
	margin-top: 0;
	right: 4%;
	bottom: 15px;
}

/* blur */
#contentsWrapper.blur {
   -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}



/* Column Parts
------------------------------------------------------ */
/* selector */
.colLayout01 > [class*="col"] > *:first-child,
.colLayout02 > [class*="col"] > *:first-child,
.colLayout03 > [class*="col"] > *:first-child {
	clear: none;
	margin-top: 0 !important;
}
.colLayout01.count1,
.colLayout01.count1 > * {
	text-align: center;
	margin: 20px auto;
}
.colLayout01.count1.type02 {
}
.colLayout01.count1.type02 > *:first-child {
	text-align: left;
	margin: 0 !important;
}
.colLayout01.count1 > .col:nth-child(n+2) {
	margin-top: 30px !important;
}
.colLayout01.count2 > .col:nth-child(n+3),
.colLayout01.count3 > .col:nth-child(n+4),
.colLayout01.count4 > .col:nth-child(n+5) {
	margin-top: 30px;
}
.colLayout01.count5 > .col:nth-child(n+6) {
	margin-top: 15px;
}
.colLayout01.count2 > .col:nth-child(2n+1),
.colLayout02.count2 > .col:nth-child(2n+1),
.colLayout03.count2 > .col:nth-child(2n+1),
.colLayout01.count3 > .col:nth-child(3n+1),
.colLayout02.count3 > .col:nth-child(3n+1),
.colLayout03.count3 > .col:nth-child(3n+1),
.colLayout01.count4 > .col:nth-child(4n+1),
.colLayout02.count4 > .col:nth-child(4n+1),
.colLayout03.count4 > .col:nth-child(4n+1),
.colLayout01.count5 > .col:nth-child(5n+1),
.colLayout02.count5 > .col:nth-child(5n+1),
.colLayout03.count5 > .col:nth-child(5n+1) {
	clear: left !important;
	margin-left: 0 !important;
}

/* size */
.colLayout01.count1 > .col { width: 100%; }
.colLayout01.count2 > .col { width: 47%; }
.colLayout01.count3 > .col { width: 31%; }
.colLayout01.count4 > .col { width: 23.2%; }
.colLayout01.count5 > .col { width: 18%; }
.colLayout01.count4 > .col.double { width: 48%; }

.colLayout02.count1 > .col { width: 100%; }
.colLayout02.count2 > .col { width: 48%; }
.colLayout02.count3 > .col { width: 30.6%; }
.colLayout02.count4 > .col { width: 23.2%; }
.colLayout02.count4 > .col.double { width: 48%; }

.colLayout03.count1 > .col { width: 100%; }
.colLayout03.count2 > .col { width: 48%; }
.colLayout03.count3 > .col { width: 30.6%; }
.colLayout03.count4 > .col { width: 23.2%; }
.colLayout03.count4 > .col.double { width: 48%; }

/* colLayout01 */
.colLayout01 {
	clear: both;
	margin: 30px 0 0 0;
}
.colLayout01.type-table {
	display: table;
	width: 100%;
}
.colLayout01 > .col {
	float: left;
}
.colLayout01.count2 > .col {
	margin: 0 0 0 5%;
}
.colLayout01.count2.type-requid > .col {
	margin: 0 0 0 5%;
}
.colLayout01.count3 > .col {
	margin: 0 0 0 3.5%;
}
.colLayout01.count4 > .col,
.colLayout01.count5 > .col {
	margin: 0 0 0 2.4%;
}
.colLayout01.count3.type-requid > .col,
.colLayout01.count4.type-requid > .col {
	margin: 0 0 0 4%;
}
.colLayout01.count1 > .col {
	float: none;
	display: inline-block;
	margin-left: 0;
}
.colLayout01 > .colLeft {
	float: left;
	margin-right: 4%;
}
.colLayout01.count2 > .colLeft {
	width: 48%;
	margin-right: 4%;
}
.colLayout01.count2.type-requid > .colLeft {
	width: 48%;
	margin-right: 4%;
}
.colLayout01.count3 > .colLeft {
	width: 30.6%;
	margin-right: 4%;
}
.colLayout01.count3.type-requid > .colLeft {
	width: 30.6%;
	margin-right: 4%;
}
.colLayout01.count4 > .colLeft {
	width: 22%;
	margin-right: 4%;
}
.colLayout01.count4.type-requid > .colLeft {
	width: 22%;
	margin-right: 4%;
}

/* Unique Parts */
.colLayout01 figure.colLeft a:hover img{
	opacity: 0.7;
}
.colLayout01 figure.colLeft.hasBorder img{
	border-radius: 10px;
	border: 1px solid #c8d5da;
	box-sizing:border-box;
}

.colLayout01 > .colRight {
	float: right;
	margin-left: 4%;
}
.colLayout01.count2 > .colRight {
	width: 48%;
	margin-left: 4%;
}
.colLayout01.count3 > .colRight {
	width: 30.6%;
	margin-left: 4%;
}
.colLayout01.count4 > .colRight {
	width: 22%;
	margin-left: 4%;
}

.colLayout01 > .colDetail {
	overflow: hidden;
}
.colLayout01 > .colMain {
	float: left;
}
.colLayout01 > .colSide {
	float: right;
}
.colLayout01[class*="count"] > .col > img {
	max-width: 100%;
}

/* colLayout02 */
.colLayout02 {
	clear: both;
	margin: 30px 0 0 0;
}
.colLayout02.type-table {
	display: table;
	width: 100%;
}
.colLayout02 > .col {
	float: left;
}
.colLayout02.count2 > .col {
	margin: 0 0 0 4%;
}
.colLayout02.count3 > .col,
.colLayout02.count4 > .col {
	margin: 0 0 0 4%;
}

.colLayout02.count1 > .col {
	float: none;
	display: inline-block;
	margin-left: 0;
}
.colLayout02 > .colLeft {
	float: left;
}
.colLayout02.count2 > .colLeft {
	width: 48%;
	margin-right: 4%;
}
.colLayout02.count3 > .colLeft {
	width: 30.6%;
	margin-right: 4%;
}
.colLayout02.count4 > .colLeft {
	width: 48%;
	margin-right: 4%;
}

.colLayout02 > .colRight {
	float: right;
}
.colLayout02.count2 > .colRight {
	width: 48%;
	margin-left: 4%;
}
.colLayout02.count3 > .colRight {
	width: 30.6%;
	margin-left: 4%;
}
.colLayout02.count4 > .colRight {
	width: 48%;
	margin-left: 4%;
}

.colLayout02 > .colDetail {
	overflow: hidden;
}
.colLayout02 > .colMain {
	float: left;
}
.colLayout02 > .colSide {
	float: right;

}
.colLayout02[class*="count"] > .col > img {
	max-width: 100%;
}

/* colLayout03 */
.colLayout03 {
	clear: both;
	margin: 30px 0 0 0;
}
.colLayout03.type-table {
	display: table;
	width: 100%;
}
.colLayout03 > .col {
	float: left;
}
.colLayout03.count2 > .col {
	margin: 0 0 0 4%;
}
.colLayout03.count3 > .col,
.colLayout03.count4 > .col {
	margin: 0 0 0 4%;
}

.colLayout03.count1 > .col {
	float: none;
	display: inline-block;
	margin-left: 0;
}
.colLayout03 > .colLeft {
	float: left;
}
.colLayout03.count2 > .colLeft {
	width: 48%;
	margin-right: 4%;
}
.colLayout03.count3 > .colLeft {
	width: 30.6%;
	margin-right: 4%;
}
.colLayout03.count4 > .colLeft {
	width: 22%;
	margin-right: 4%;
}

.colLayout03 > .colRight {
	float: right;
	margin-left: 4%;
}
.colLayout03.count2 > .colRight {
	width: 48%;
	margin-left: 4%;
}
.colLayout03.count3 > .colRight {
	width: 30.6%;
	margin-left: 4%;
}
.colLayout03.count4 > .colRight {
	width: 22%;
	margin-left: 4%;
}

.colLayout03 > .colDetail {
	overflow: hidden;
}
.colLayout03 > .colMain {
	float: left;
}
.colLayout03 > .colSide {
	float: right;
}
.colLayout03[class*="count"] > .col > img {
	max-width: 100%;
}


/* pageTopArea
------------------------------------------------------ */
#mainContainer #mainContents .pageTopArea {
	position: fixed !important;
	right: 10px;
	bottom: 30px;
}
#mainContainer #mainContents .pageTopArea.fixed {
	bottom: 30px !important;
	position: fixed !important;
	right: 10px;
}
#mainContainer #mainContents .pageTopArea img {
	opacity: 0.7;
}
#mainContainer #mainContents .pageTopArea.fixed img {
	opacity: 1;
}


/* Page Parts
------------------------------------------------------ */
/* /about/ */
#about .innerContents {
	background: url(/kyougi/common/img/com_bg03.png) right bottom no-repeat;
}

/* /theme/ */
#theme .innerContents {
	background: url(/kyougi/common/img/com_bg02.png) right bottom no-repeat;
}

/* /regulation/ */
#regulation .innerContents {
	background: url(/kyougi/common/img/com_bg02.png) right bottom no-repeat;
}

/* anchorNavi01 */
.anchorNavi01 {
	clear: both;
	margin: 3% 0;
}
.anchorNavi01 > *:first-child {
	margin-top: 0 !important;
}
#archive.tablet .anchorNavi01 {
	display: none;
}
#archive.sp .anchorNavi01 {
	display: none;
}

/* ancLink01 */
.anchorNavi01 .ancLink01 {
}
.anchorNavi01 .ancLink01 > li {
	float: left;
	margin-right: 25px;
	margin-top: 0;
}
.anchorNavi01 .ancLink01.count3 > li {
	width: 33.3%;
	margin-right: 0;
}
.anchorNavi01 .ancLink01.count3 > li:nth-of-type(n+4) {
	margin-top: 2%;
}
.anchorNavi01 .ancLink01 > li.noLink {
	display: inline-block;
	padding-left: 18px;
	background: url(/kyougi/common/img/com_ic08.gif) left 0.5em no-repeat;
}
.anchorNavi01 .ancLink01 > li a {
	display: inline-block;
	padding-left: 18px;
	background: url(/kyougi/common/img/com_ic06.png) left 0.5em no-repeat;
}
.anchorNavi01 .ancLink01 > li:first-child {
}
.anchorNavi01 .ancLink01 > li:last-child {
	margin-right: 0;
}
.anchorNavi01 .ancLink01 > li a:hover {
	background: url(/kyougi/common/img/com_ic06_on.png) left 0.5em no-repeat;
	color: #8c0000;
	text-decoration: none;
}

/* Table Parts
------------------------------------------------------ */
/* tableWrap01 */
.tableWrap01 {
	clear: both;
	margin: 20px 0 0 0;
}
.tableWrap01 > *:first-child {
	margin-top: 0 !important;
}

/* tableType01 */
.tableWrap01 > .tableType01 {
	border-bottom: solid 1px #cccccc;
}
.tableWrap01 > .tableType01 th,
.tableWrap01 > .tableType01 td {
	border-collapse: collapse;
	border-top: solid 1px #cccccc;
}
.tableWrap01 > .tableType01 > thead th:first-child {
}
.tableWrap01 > .tableType01 > tbody > tr > th {
	padding: 2% 2%;
	vertical-align: top;
	background-color: #fafafa;
	font-weight: bold;
}
.tableWrap01 > .tableType01 > tbody > tr > th > *:first-child {
	margin: 0;
	padding: 0;
}
.tableWrap01 > .tableType01 > tbody > tr > td {
	padding: 2% 2%;
	vertical-align: top;
}
.tableWrap01 > .tableType01 > tbody > tr > th > *:first-child,
.tableWrap01 > .tableType01 > tbody > tr > td > *:first-child {
	margin-top: 0 !important;
}

/* tableType02 */
.tableWrap01 .tableType02 {
}
.tableWrap01 .tableType02 th,
.tableWrap01 .tableType02 td {
	border-collapse: collapse;
	border: none;
	padding: 0;
	line-height: 1.6;
}
.tableWrap01 .tableType02 > thead th:first-child {
}
.tableWrap01 .tableType02 > tbody th {
	vertical-align: top;
	font-weight: bold;
}
.tableWrap01 .tableType02 > tbody th > *:first-child {
	margin: 0;
	padding: 0;
}
.tableWrap01 .tableType02 > tbody td {
	vertical-align: top;
	letter-spacing: -0.3px;
}
.tableWrap01 .tableType02 th > *:first-child,
.tableWrap01 .tableType02 td > *:first-child {
	margin-top: 0 !important;
}
.tableWrap01 .tableType02 > tbody tr + tr th,
.tableWrap01 .tableType02 > tbody tr + tr td {
	padding-top: 1%;
}
.tableWrap01 .tableType02.type02 > tbody tr + tr th,
.tableWrap01 .tableType02.type02 > tbody tr + tr td {
	padding-top: 7%;
}
.tableWrap01 .tableType02 > tbody tr + tr th .lv01 {
	font-size: 85%;
	font-weight: normal;
	letter-spacing: -0.4px;
}
.noteList01 {
}
.noteList01 li {
	position: relative;
	padding-left: 1em;
}
.noteList01 li .ast {
	position: absolute;
	left: 0;
	top: 0;
}


/* /archive/ */
#archive .innerContents {
	background: url(/kyougi/common/img/com_bg03.png) right bottom no-repeat;
}

/* anchorNavi01 */
.anchorNavi01 {
	clear: both;
	margin: 2.5% 0;
}
.anchorNavi01 > *:first-child {
	margin-top: 0 !important;
}

/* ancLink02 */
.anchorNavi01 .ancLink02 {
}
#mainContainer .innerContents .mainArea .mainWrapper .anchorNavi01 .ancLink02 {
	margin-left: -0.1%;
}
#mainContainer .innerContents .mainArea .mainWrapper .anchorNavi01 .ancLink02 .col {
	position: relative;
	text-align: center;
	/*display: none;*/
	float: left;
	width: 19.9%;
}
#mainContainer .innerContents .mainArea .mainWrapper .anchorNavi01 .ancLink02 .col {
	margin-left: 0.1%;
	margin-bottom: 0.1%;
}
#mainContainer .innerContents .mainArea .mainWrapper .anchorNavi01 .ancLink02 .col.finish {
	display: block;
	opacity: 1;
}
#mainContainer .innerContents .mainArea .mainWrapper .anchorNavi01 .ancLink02 .col a {
	display: block;
}
#mainContainer .innerContents .mainArea .mainWrapper .anchorNavi01 .ancLink02 .col a img {
	opacity: 0.4;
}
#mainContainer .innerContents .mainArea .mainWrapper .anchorNavi01 .ancLink02 .col .txCaption01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-weight: bold;
	font-family: "メイリオ", Meiryo, san-serif;
	text-align: center;
	background: url(/kyougi/common/img/com_ic07.png) center 95% no-repeat;
}
#mainContainer .innerContents .mainArea .mainWrapper .anchorNavi01 .ancLink02 .col .txCaption01 span {
	display: inline-block;
	padding-top: 13%;
	width: 10em;
	margin: 0 auto;
}
#mainContainer .innerContents .mainArea .mainWrapper .anchorNavi01 .ancLink02 .col .txCaption01 span .year {
	font-size: 87%;
}
#mainContainer .innerContents .mainArea .mainWrapper .anchorNavi01 .ancLink02 .col .txCaption01 span .num {
	font-size: 140%;
}
#mainContainer .innerContents .mainArea .mainWrapper .anchorNavi01 .ancLink02 .col .txCaption01 span .title {
	display: block;
	margin-top: 3%;
}
#mainContainer .innerContents .mainArea .mainWrapper .anchorNavi01 .ancLink02 .col:hover .txCaption01 {
	background: url(/kyougi/common/img/com_ic07_on.png) center 95% no-repeat rgba(38,38,38,0.6);
	color: #ffffff;
	transition: all 0.4s ease 0s;
}

/* 下層 */
#mainContainer .innerContents .fixedAncBox {
	position: fixed;
	top: 0;
	display: none;
	z-index: 50;
	width: 100%;
	max-width: 1060px;
	/*padding: 0 3% 0 3%;*/
}
#mainContainer .innerContents .fixedAncBox .accordionBox {
}
#mainContainer .innerContents .fixedAncBox .detailsBox {
	background: rgba(255,255,255,0.9);
	width: 100%;
	max-width: 1060px;
	padding: 0 5% 0 5%;
	/* box-shadow */
	box-shadow:0px 4px 2px -4px #636363;
	-moz-box-shadow:0px 4px 2px -4px #636363;
	-webkit-box-shadow:0px 4px 2px -4px #636363;
}
#mainContainer .innerContents .fixedAncBox .detailsBox:hover {
	background: rgba(255,255,255,1);
}
#mainContainer .innerContents .fixedAncBox .detailsBox .ancLink03 {
	padding-top: 3%;
}
#mainContainer .innerContents .fixedAncBox .detailsBox .ancLink03 .col {
	float: left;
	width: 20%;
	height: 7em;
}
#mainContainer .innerContents .fixedAncBox .detailsBox .ancLink03 .col a {
	display: inline-block;
	padding: 0 0 0 20px;
	background: url(/kyougi/common/img/com_ic06.png) left 10px no-repeat;
}
#mainContainer .innerContents .fixedAncBox .detailsBox .ancLink03 .col a:hover {
	background: url(/kyougi/common/img/com_ic11.png) left 10px no-repeat;
	color: #8c0000;
}
#mainContainer .innerContents .fixedAncBox .switch {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 14px;
	font-size: 1.4rem;
	color: #ffffff;
	text-align: center;
	padding: 15px 0;
	background: url(/kyougi/common/img/com_ic10.png) 10px 50% no-repeat #343434;
	width: 13em;
	margin-left: 5%;
}
#mainContainer .innerContents .fixedAncBox .switch.on {
	background: url(/kyougi/common/img/com_ic09.png) 10px 50% no-repeat #343434;
}
#mainContainer .innerContents .fixedAncBox .switch:hover {
	cursor: pointerl;
	opacity: 0.7;
}
.tablet #mainContainer .innerContents .fixedAncBox {
	display: none;
}
.sp #mainContainer .innerContents .fixedAncBox {
	display: none;
}



/* /profile/ */
#profile .innerContents {
	background: url(/kyougi/common/img/com_bg02.png) right bottom no-repeat;
}

/* personBlock */
.personBlock {
	margin-top: 6%;
	opacity: 0;
}
.personBlock .profileBlock {
	margin-top: 1%;
}
.personBlock .profileBlock .photo,
.personBlock .profileBlock .detail01,
.personBlock .profileBlock .detail02 {
	float: left;
}
.personBlock .profileBlock .photo {
	width: 24%;
}
.personBlock .profileBlock .detail01,
.personBlock .profileBlock .detail02 {
	width: 35%;
	margin-left: 3%;
}
.personBlock .profileBlock .detail01 .descList01,
.personBlock .profileBlock .detail02 .descList01 {
	margin-top: 2%;
}
.personBlock .profileBlock .detail01 .descList01 dt,
.personBlock .profileBlock .detail02 .descList01 dt {
	float: left;
}
.personBlock .profileBlock .detail01 .descList01 dd,
.personBlock .profileBlock .detail02 .descList01 dd {
	overflow: hidden;
}
.personBlock .profileBlock .detail01 .descList01 dt,
.personBlock .profileBlock .detail02 .descList01 dt {
	width: 6em;
}

/* /result/ */
#result .innerContents {
	background: url(/kyougi/common/img/com_bg02.png) right bottom no-repeat;
}


/* Nina */
.button--nina {
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.button--nina > span {
	display: inline-block;
	/*padding: 1em 0;*/
	opacity: 0;
	color: #fff;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.past .button--nina > span {
	color: #343434;
}
.btLink05 .button--nina > span {
	color: #343434;
}
.button--nina::before {
	content: attr(data-text);
	position: absolute;
	top: -3px;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 1em 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btLink01 .button--nina::before {
	left: inherit;
	top: -3px;
}
.wrap .btLink01 a .button--nina::before {
	padding: 0;
	top: inherit;
}
.btn .button--nina::before {
	top: -6px;
	left: 14px;
}
.text .btn .button--nina::before {
	top: 0px;
	left: inherit;
}
.btLink05 .button--nina::before {
	top: -6px;
}
.btn.type-02 .button--nina::before {
	top: -4px;
	left: 20px;
}
.btLink02 .button--nina::before {
	left: 20px;
}
.past .button--nina::before {
	left: 20px;
	top: -6px;
}
.button--nina:hover {
}
.button--nina:hover::before {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.button--nina:hover > span {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button--nina:hover > span:nth-child(1) {
	-webkit-transition-delay: 0.045s;
	transition-delay: 0.045s;
}
.button--nina:hover > span:nth-child(2) {
	-webkit-transition-delay: 0.09s;
	transition-delay: 0.09s;
}
.button--nina:hover > span:nth-child(3) {
	-webkit-transition-delay: 0.135s;
	transition-delay: 0.135s;
}
.button--nina:hover > span:nth-child(4) {
	-webkit-transition-delay: 0.18s;
	transition-delay: 0.18s;
}
.button--nina:hover > span:nth-child(5) {
	-webkit-transition-delay: 0.225s;
	transition-delay: 0.225s;
}
.button--nina:hover > span:nth-child(6) {
	-webkit-transition-delay: 0.27s;
	transition-delay: 0.27s;
}
.button--nina:hover > span:nth-child(7) {
	-webkit-transition-delay: 0.315s;
	transition-delay: 0.315s;
}
.button--nina:hover > span:nth-child(8) {
	-webkit-transition-delay: 0.36s;
	transition-delay: 0.36s;
}
.button--nina:hover > span:nth-child(9) {
	-webkit-transition-delay: 0.405s;
	transition-delay: 0.405s;
}
.button--nina:hover > span:nth-child(10) {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}



/* デザインスクロールバー表示用
------------------------------------------------------ */
.mCustomScrollbar {
}


/* タブレット表示用
------------------------------------------------------ */
.tabCopy {
	display: none;
}
.tablet .tabCopy {
	display: block;
	margin-top: 20px;
}
.tablet .tabCopy p {
	color: #b2b2b2;
	font-size: 10px;
	font-size: 1rem;
	font-family: "メイリオ", Meiryo, san-serif;
}

/* スマートフォン表示用
------------------------------------------------------ */
.tabCopy {
	display: none;
}
.sp .tabCopy {
	display: block;
	margin-top: 20px;
}
.sp .tabCopy p {
	color: #b2b2b2;
	font-size: 10px;
	font-size: 1rem;
	font-family: "メイリオ", Meiryo, san-serif;
}


/* Clearfix
------------------------------------------------------ */
#mainContainer #mainContents .lang:after,
#mainContainer #mainContents .panelWrap #first:after,
.colLayout01:after,
.colLayout02:after,
.colLayout03:after,
#mainContainer #topicPath .pathNavi:after,
.normalList:after,
#mainContainer .innerContents .mainArea .mainWrapper .pagerWrap:after,
.anchorNavi01 .ancLink01:after,
#mainContainer .innerContents .mainArea .mainWrapper .anchorNavi01 .ancLink02:after,
.personBlock .profileBlock:after,
.personBlock .profileBlock .detail02 .descList01:after,
#mainContainer .innerContents .fixedAncBox .detailsBox .ancLink03:after,
#mainContainer .innerContents .mainArea .mainWrapper .iconList01.type-float:after {
	content: "";
	display: block;
	clear: both;
}

@media print{
	#contentsWrapper {
		width: 1000px !important;
		margin: 0 auto;
	}
	#mainContainer .innerContents .mainArea .mainWrapper .imagefrow .col {
		opacity: 1 !important;
	}
	#mainContainer .innerContents .mainArea .mainWrapper .imagefrow .col a img {
		opacity: 0.6 !important;
	}
	#mainContainer .innerContents .fixedAncBox {
		display: none !important;
	}
	.copyright02 {
		position: relative !important;
	}
	.copyright02.type-Fix {
		position: relative !important;
	}
	#mainContainer .innerContents .fixedAncBox {
		display: none !important;
	}
}

@media print, screen and (max-width: 1280px) {
	#mainContainer #mainContents .panelWrap #second #timeLineWrapper {
		padding-left: 4.5%;
	}
	#mainContainer #mainContents .panelWrap #second #timeLineWrapper .timeLine .accordion dt {
		font-size: 17px;
		font-size: 1.7rem;
		width: 10.8%;
	}
	#mainContainer #mainContents .panelWrap #second #timeLineWrapper .timeLine .accordion dd .colList {
		width: 10.8%;
	}
	#mainContainer #mainContents .panelWrap #second #timeLineWrapper ul > li > a > span {
		font-size: 14px;
		font-size: 1.4rem;
		padding-right: 2px;
	}
	#mainContainer #mainContents .panelWrap #second #timeLineWrapper ul > li + li {
		margin-top: 11%;
	}
}

@media print, screen and (max-width: 1100px) {
	#mainContainer #mainContents .panelWrap #first .flowArea #countDown {
		top: 36px;
	}
	#mainContainer #mainContents .panelWrap #second #timeLineWrapper {
		padding-left: 4%;
	}
	#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > .childContents .scrollArea {
		height: 76%;
	}
	#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > .childContents .scrollArea .title01 {
		font-size: 17px;
		font-size: 1.7rem;
	}
	#mainContainer #mainContents .panelWrap #second #timeLineWrapper .tabContents > .childContents .headingArea .heading02-01 {
		font-size: 26px;
		font-size: 2.6rem;
	}
	#mainContainer #mainContents .panelWrap #second #timeLineWrapper .timeLine .accordion dt {
		font-size: 15px;
		font-size: 1.5rem;
		width: 11.2%;
		margin-top: 10px;
	}
	#mainContainer #mainContents .panelWrap #second #timeLineWrapper .timeLine .accordion dd {
		margin-top: 5px;
	}
	#mainContainer #mainContents .panelWrap #second #timeLineWrapper ul > li > span > a {
		font-size: 13px;
		font-size: 1.3rem;
	}
	#mainContainer #mainContents .panelWrap #second #timeLineWrapper .timeLine .accordion dd .colList {
		width: 11.2%;
	}
	#mainContainer #mainContents .panelWrap #second #timeLineWrapper ul > li > span > a > span {
		font-size: 12px;
		font-size: 1.2rem;
	}
	#mainContainer #mainContents .panelWrap #second #timeLineWrapper ul > li + li {
		margin-top: 4%;
	}
	#mainContainer .innerContents .mainArea .mainWrapper .imagefrow .col .txCaption01 span {
		padding-top: 5%;
	}
}
