@charset "utf-8";
* {
  box-sizing: border-box;
}
html, body {
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	color: #000;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
a.txtLink {
	color: #003cb7;
}
a.pdf:after {
	content: "";
	background: url(/2018/common/img/icon_pdf.png) right center no-repeat;
	padding-right: 30px;
	width: 24px;
	height: 24px;
}
a.blank:after {
	content: "";
	background: url(/2018/common/img/icon_blank_black.png) right center no-repeat;
	padding-right: 22px;
	width: 24px;
	height: 24px;
}
#wrapper {
	padding-right: 180px;
	min-width: 1204px;
	overflow: hidden;
	position: relative;
	min-height: 2000px;
}

/* -----------------------------------------------------------------------------

	header
  
----------------------------------------------------------------------------- */
header {
	background: #fff;
	position: static;
	z-index: 100;
	top: -114px;
	transition: 1s;
}
header * {
	font-family: 'Noto Sans JP';
}
header .headerNavi {
	background: #000;
	position: relative;
	z-index: 22;
}
header .headerNavi ul {
	float: right;
}
header .headerNavi .info > li {
	float: left;
	font-size: 12px;
	padding: 21px 0;
	position: relative;
	cursor: pointer;
	color: #fff;
}
header .headerNavi .info > li:hover {
	background: #333;
}
header .headerNavi .info > li a {
	color: #fff;
}
header .headerNavi .info > li span {
	padding: 0 12px;
}
header .headerNavi .info > li > span,
header .headerNavi .info > li > a > span {
	border-left: 1px solid #494949;
	padding: 0 12px 0 24px;
}
header .headerNavi .info > li > span {
	background: url(../img/icon_arw_down_white.png) left 12px center no-repeat;
}
header .headerNavi .info > li > a > span {
	padding-left: 12px;
}
header .headerNavi .info > li:last-child > span {
	border-right: 1px solid #494949;
}
header .headerNavi .info > li ul {
	position: absolute;
	top: 54px;
	left: 0;
	background: #333;
	z-index: 100;
	display: none;
}
header .headerNavi .info > li ul a {
	display: block;
	padding: 12px 21px 12px 12px;
	border-top: 1px solid #eee;
	line-height: 1.4;
	background: url(../img/icon_arw01.png) 94% center no-repeat;
	color: #fff;
}
header .headerNavi .info > li ul a:hover {
	background: url(../img/icon_arw05.png) 94% center no-repeat #dadada;
	color: #000;
}
header .headerNavi .info > li ul li:first-child a {
	border: none;
}
header .headerNavi .info .contact ul {
	width: 130px;
}
header .headerNavi .info .archive ul {
	width: 160px;
}
header .headerNavi .info .lang ul {
	width: 94px;
}
header .headerNavi .info .lang ul li a span {
	height: 13px;
	display: block;
	overflow: hidden;
}
header .headerNavi .info .lang ul li a span img {
	margin-top: -13px;
	vertical-align: top;
}
header .headerNavi .info .lang ul li a:hover span img {
	margin-top: 0;
}
header .sns {
	position: relative;
	margin-left: 20px;
	margin-right: 13px;
}
header .sns li {
	float: left;
	margin: 0 7px;
}
header .sns li a {
	height: 54px;
	display: table-cell;
	vertical-align: middle;
}
header .sns li a:hover img {
	opacity: 0.6;
}
header .sns + p {
	float: right;
	width: 44px;
	height: 54px;
	cursor: pointer;
	background: url(../img/btn_search.png) center no-repeat;
	text-indent: 250%;
	white-space: nowrap;
	overflow: hidden;
	color: #fff;
}
header .sns + p:hover {
	opacity:0.7;
}
header > .searchBox + div {
	position: relative;
	z-index: 11;
	background: #fff;
}
header h1 {
	float: left;
	padding: 15px 0 0 20px;
}
header h1 a:hover img {
	opacity: 1;
}
@media screen and (max-width: 1450px) {
	header h1 {
		padding-left: 10px;
	}
	header h1 img {
		width: 160px;
		margin-top: 5px;
	}
}
header #countdown {
	margin-left: 20px;
}

/* nav
---------------------------------------------*/
header nav {
	float: right;
}
header nav > ul {
	float: left;
}
header nav > ul > li {
	float: left;
	font-size: 14px;
	cursor: pointer;
}
header nav > ul > li.soon {
	cursor:default!important;
	color: #dadada;
}
header nav > ul > li > b {
	display: block;
	padding: 37px 0 0;
	height: 90px;
	font-weight: bold;
}
header nav > ul > li:hover > b,
header nav > ul > li.active > b {
	background: #333;
	color: #fff;
}
header nav > ul > li.soon:hover > b {
	background: none;
	color: #dadada;
}
header nav > ul > li > b > span {
	display: block;
	padding: 0 10px;
}
@media screen and (max-width: 1350px) {
	header nav > ul > li > b > span {
		padding: 0 6px;
		font-size: 13px;
	}
}
header nav > ul > li > dl {
	position: absolute;
	width: 100%;
	top: 90px;
	left: 0;
	background: #fff;
	cursor: default;
	display: none;
	border-top: solid 1px #dfdfdf;
	z-index: 11;
}
header nav > ul > li:hover > dl {
	display: block;
}
header nav > ul > li > dl dt {
	padding: 30px 3% 30px 0;
	width: 25%;
	text-align: right;
	float: left;
}
header nav > ul > li > dl dd {
	padding: 0 0 20px 2%;
	border-left: solid 1px #dfdfdf;
	width: 75%;
	overflow: hidden;
}
header nav > ul > li > dl dd > ul {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 440px;
	width: 100%;
	max-width: 830px;
	margin-top: -1px;
}
header nav > ul > li > dl dd > ul > li {
	font-size: 16px;
	margin: 0 3% 0 0;
	max-width: 300px;
	float: left;
	border-top: dotted 1px #a5a5a5;
}
@media screen and (max-width: 1350px) {
	header nav > ul > li > dl dd > ul > li {
		font-size: 15px;
	}
}
header nav > ul > li > dl dd > ul > li a:hover span {
	opacity: 0.5;
}
header nav > ul > li > dl dd > ul > li > a,
header nav > ul > li > dl dd > ul > li > b {
	display: block;
	padding: 20px 0;
}
header nav > ul > li > dl dd > ul > li > a {
	display: inline-block;
	width: 100%;
}
header nav > ul > li > dl dd > ul > li > a > span,
header nav > ul > li > dl dd > ul > li > b > span {
	line-height: 1.2;
	font-weight: bold;
}
header nav > ul > li > dl dd > ul > li > a > span {
	background: url(../img/icon_arw02.png) no-repeat center right 5px;
	padding-right: 20px;
}
header nav > ul > li > dl dd > ul > li > a > span.blank {
	background: url(/2018/common/img/icon_blank_black.png) no-repeat center right 5px;
}
header nav > ul > li > dl dd > ul > li > ul {
	margin: -10px 0 20px;
}
header nav > ul > li > dl dd > ul > li > ul > li {
	margin-top: 10px;
}
header nav > ul > li > dl dd > ul > li > ul > li a {
	font-size: 14px;
	color: #636363!important;
	font-weight: normal;
}

header nav ul + div {
	float: left;
	margin-right: 60px;
}
@media screen and (max-width: 1450px) {
	header nav ul + div {
		margin-right: 10px;
	}
}
header nav ul + div p {
	float: left;
	margin: 17px 0 0 10px;
}
header nav ul + div .mypage {
	margin: 36px 0 0 10px;
}
header nav ul + div .mypage a {
	background: #d71418;
	padding: 6px 15px 8px;
	color: #fff;
	border-radius: 20px;
	font-size: 14px;
}
@media screen and (max-width: 1350px) {
header nav ul + div .mypage a {
	font-size: 12px;
}
}
header nav ul + div .mypage a:hover {
	opacity: 0.8;
}

/* search
---------------------------------------------------------- */
header .searchBox {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	height: 44px;
	margin-top: -44px;
}
header .search {
	width: 596px;
	height: 60px;
	position: absolute;
	top: -18px;
	right: 300px;
	background: #fff;
	z-index: 21;
	border: 1px solid #dcdcdc;
}
header .search * {
	box-sizing: content-box;
}
header .search .gsib_a {
	padding-left: 20px !important;
}
header .search table.gsc-search-box td.gsc-input {
	vertical-align: top !important;
	padding: 16px 0 19px 0;
}
header .search .gsc-input-box {
	border: none !important;
	box-shadow: none;
}
header .search .gsst_a .gscb_a {
	margin-top: 4px !important;
}
header .search input.gsc-search-button {
	cursor: pointer;
}
header .search input.gsc-search-button,
header .search input.gsc-search-button:hover,
header .search input.gsc-search-button:focus {
	border: none;
	padding: 15px 23px;
	margin-right: 10px;
}
header .search input.gsc-search-button:hover {
	background-color: #bbb;
}

/* overlay
---------------------------------------------*/
.overlay {
	width: 100%;
	height: 100%;
	background: url(../img/bg_overlay.png);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
}

/* fix
---------------------------------------------*/
header.fix {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1024px;
	transition: 0.5s;
}
header.fix h1 {
	padding-top: 8px;
}
header.fix nav > ul > li > b {
	display: block;
	padding: 27px 0 0;
	height: 70px;
}
header.fix nav > ul > li > dl {
	top: 70px;
}
header.fix nav ul + div p {
	margin-top: 7px;
}
header.fix nav ul + div .mypage {
	margin-top: 26px;
}
header.fix #countdown {
	display: none;
}
header.fix .search {
	right: 150px;
}
header.fix + main {
	padding-top: 134px;
}

/* -----------------------------------------------------------------------------

	side
  
----------------------------------------------------------------------------- */
#side {
	position: absolute;
	width: 180px;
	top: 0;
	right: 0;
	background: #fff;
	text-align: center;
	border-left: 1px solid #f3f3f3;
}
#side dl {
	padding: 0 20px;
	margin-top: 0;
}
#side dl dt {
	border-top: 1px solid #d9d9d9;
	padding: 18px 0 12px;
	margin-top: 15px;
}
#side dl.main {
	padding: 0 20px;
}
#side dl.main dt {
	border-top:none;
	margin-top:0;
}
#side dl:nth-child(2) dt {
	border: none;
	margin-top: 10px;
}
#side dl dd {
}
#side li {
	margin-bottom: 3px;
}
#side .slideshow {
	background: url(../img/bg_side_all.png);
	padding: 30px 0 51px;
	position: relative;
	z-index: 10;
}
#side .slideshow dt {
	margin: 0;
	border: none;
}
#side .slideshow ul {
	position: relative;
	width: 148px;
	height: 68px;
	margin: 0 auto;
	border: 4px solid #fff;
}
#side .slideshow li {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}
#side .slideshow li.active {
	z-index: 10;
	opacity: 1.0;
}
#side .slideshow li.last-active {
	z-index: 9;
}
#side .slideshow li img {
	width: 100%;
	height: auto;
}
#side .slideshow a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
#side .sideInner > p {
	margin-top: 30px;
}

/* -----------------------------------------------------------------------------

	footer
  
----------------------------------------------------------------------------- */
footer {
	background: #282e34;
	position: relative;
	min-width: 1204px;
	color: #fff;
	z-index: 2;
}
footer:before {
	content: "";
	background: url(../img/bg_footer.png) no-repeat;
	position: absolute;
	top: -84px;
	left: 0;
	width: 512px;
	height: 102px;
	display: block;
}
footer:before,
footer .pagetop {
	z-index: 100;
}
footer * {
	font-family: 'Noto Sans JP';
}
footer .inner {
	padding: 70px 0;
	max-width: 1204px;
	margin: 0 auto;
	position: relative;
}
footer .inner a {
	color: #fff;
}
footer .inner a:hover {
	text-decoration: underline;
}
footer .logoArea {
	float: left;
	margin-left: 20px;
}
footer .logoArea > p {
	text-align: center;
}
footer .logoArea > p a:hover img {
	opacity: 1;
}
footer .logoArea .jaaf {
	float: left;
	margin: 18px 7px 0 0;
}
footer .logoArea ul {
	float: left;
	margin-top: 20px;
}
footer .logoArea ul li {
	float: left;
	margin: 0 7px;
}
footer .logoArea ul li:last-child {
	margin-right: 0;
}
footer .logoArea ul li a {
	height: 30px;
	display: table-cell;
	vertical-align: middle;
}
footer .inquiry {
	float: left;
	margin-left: 45px;
	width: 480px;
}
footer .inquiry h3 {
	font-size: 17px;
	font-weight: bold;
	border-bottom: solid 1px #616569;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
footer .inquiry p {
	font-size: 14px;
	line-height: 1.8;
}
footer .inquiry p.note {
	line-height: 1.5;
	margin-top: 15px;
	font-size: 13px;
	font-weight: lighter;
	text-indent: -1em;
	padding-left: 1em;
}
footer p.policy a {
	font-size: 12px;
	padding-left: 12px;
	background: url(../img/icon_arw01.png) left center no-repeat;
	margin-top: 40px;
	display: inline-block;
}
footer iframe {
	margin-left: 50px;
}
footer small {
	position: absolute;
	bottom: 30px;
	left: 20px;
	font-size: 12px;
	font-weight: lighter;
	color: #b7b8b9;
}
footer .pagetop {
	position: absolute;
	top: -102px;
	right: 40px;
	cursor: pointer;
}
footer .pagetop:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

/* -----------------------------------------------------------------------------

	下層ペ�ジ共通css
  
----------------------------------------------------------------------------- */
.sub #contents {
	width: 1000px;
	margin: 0 auto 100px;
	font-size: 140%;
}
.sub main {
	display: block;
	position: relative;
}
.sub #contents a:hover {
	text-decoration: underline;
}

/* 見��
------------------------------------------------------------------*/
.sub h2 {
	height: 280px;
	font-size: 40px;
	color: #fff;
	text-align: center;
}
.sub h2 * {
	font-family: 'Noto Sans JP';
}
.sub h2 span {
	height: inherit;
	display: inline-block;
	padding: 0 20px;
}
.sub h2 span b {
	line-height: 1.3;
	font-weight: normal;
	display: table-cell;
	vertical-align: middle;
	height: inherit;
}
.sub.info h2 {
	background: url(/2018/info/img/ttl_information.jpg) no-repeat left top;
	background-size: cover;
}
.sub.charity h2 {
	background: url(/2018/charity/about/img/ttl_charity.jpg) no-repeat left top;
	background-size: cover;
}
.sub.runner h2 {
	background: url(/2018/runner/entry/admission/img/ttl_runner.jpg) no-repeat left top;
	background-size: cover;
}
.sub.expo h2 {
	background: url(/2018/expo2018/outline/img/ttl_expo.jpg) no-repeat left top;
	background-size: cover;
}
.sub.event h2 {
	background: url(/2018/event/img/ttl_event.jpg) no-repeat left top;
	background-size: cover;
}
.sub.volunteer h2 {
	background: url(/2018/volunteer/summary/img/ttl_volunteer.jpg) no-repeat left top;
	background-size: cover;
}
.sub.yell h2 {
	background: url(/2018/yell/img/ttl_yell.jpg) no-repeat left top;
	background-size: cover;
}
/* タブあ�*/
.sub .tab {
	position: relative;
	text-align: center;
	height: 360px;
}
.sub .tab h2{
	height: 360px;
}
.sub .tab h2 span b {
	padding-bottom: 50px;
}
.sub .tab ul {
	display: inline-block;
	margin-top: 0;
	position: relative;
	bottom: 130px;
}
.sub .tab ul li {
	float: left;
	font-size: 16px;
	line-height: 1.8;
	position: relative;
	margin: 0 30px 0 20px;
	height: 56px;
	font-family: 'Noto Sans JP';
}
.sub .tab ul li * {
	font-family: 'Noto Sans JP';
}
.sub .tab ul li:before {
	content: "";
	background: url(/2018/common/img/img_tab_line.png) no-repeat center;
	width: 30px;
	height: 56px;
	display: block;
	position: absolute;
	left: -40px;
	top: 0;
}
.sub .tab ul li:last-child:after {
	content: "";
	background: url(/2018/common/img/img_tab_line.png) no-repeat center;
	width: 30px;
	height: 56px;
	display: block;
	position: absolute;
	right: -40px;
	top: 0;
}
.sub .tab ul li a {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	height: inherit;
}
.sub .tab ul li a span:after {
	content: "";
	height: 2px;
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0;
	background: #fff;
	transition: 0.2s;
}
.sub .tab ul li.active a span {
	font-weight: bold;
}
.sub .tab ul li a:hover span:after,
.sub .tab ul li.active a span:after {
	width: 100%;
}
/* タブ（セカンダリ*/
.sub .tabSecondary {
	width: 1000px;
	height: 70px;
	margin: 50px auto;
	position: relative;
}
.sub .tabSecondary ul {
	display: inline-block;
	width: 100%;
	margin-top: 0;
	position: absolute;
}
.sub .tabSecondary ul:after {
	content: "";
	height: 2px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	background: #e0ded7;
}
.sub .tabSecondary ul li {
	float: left;
	width: 192px;
	font-size: 16px;
	line-height: 1.6;
	position: relative;
	margin: 0 10px 0 0;
	height: 70px;
	font-family: 'Noto Sans JP';
}
.sub .tabSecondary ul li:last-child {
	margin-right: 0;
}
.sub .tabSecondary ul li:after {
	content: "";
	height: 3px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	background: #c2bfb7;
}
.sub .tabSecondary ul li * {
	font-family: 'Noto Sans JP';
}
.sub .tabSecondary ul li a {
	display: table-cell;
	vertical-align: middle;
	height: inherit;
	width: 192px;
	text-align: center;
}
.sub .tabSecondary ul li a span:after {
	content: "";
	height: 3px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	background: #033333;
	transition: 0.2s;
	z-index: 10;
}
.sub .tabSecondary ul li.active a span {
	font-weight: bold;
}
.sub .tabSecondary ul li a:hover span:after,
.sub .tabSecondary ul li.active a span:after {
	width: 100%;
}
.sub h3.ttl01 * {
	font-family: 'Noto Sans JP';
}
.sub.info h3.ttl01 {
	background: linear-gradient(to right, rgba(108,0,170,0.4), rgba(48,0,255,0.4));
}
.sub.charity h3.ttl01 {
	background: linear-gradient(to right, rgba(5,255,218,0.4), rgba(243,255,5,0.4));
}
.sub.runner h3.ttl01 {
	background: linear-gradient(to right, rgba(20,186,255,0.4), rgba(48,0,255,0.4));
}
.sub.expo h3.ttl01 {
	background: linear-gradient(to right, rgba(255,139,0,0.4), rgba(255,0,48,0.4));
}
.sub.event h3.ttl01 {
	background: linear-gradient(to right, rgba(255,0,48,0.4), rgba(108,0,170,0.4));
}
.sub.volunteer h3.ttl01 {
    background: linear-gradient(to right, rgba(20,186,255,0.4), rgba(5,255,218,0.4));
}
.sub.yell h3.ttl01 {
    background: linear-gradient(to right, rgba(243,255,5,0.4), rgba(255,139,0,0.4));
}
.sub h3.ttl01 span,
.sub h3.ttl02 span,
.sub h3.ttl03 span{
	padding: 20px 10px;
	font-size: 26px;
	display: block;
	width: 1000px;
	margin: 0 auto;
}
/* グロナビ以外�ペ�ジ用 */
.sub h2.other {
	height: 160px;
	background: linear-gradient(to right, #f3bf1f, #f25ab3);
}
/* 汎用見��*/
.sub .subTitle {
	text-align: left;
	font-size: 25px;
	font-weight: bold;
	padding: 0 0px 20px 0px;
	margin: 0 0 35px 0;
	border-bottom: 1px solid #aaa;
}

/* パンくず
---------------------------------------------------------- */
#breadCrumb {
	position: absolute;
	top: 10px;
	right: 20px;
}
#breadCrumb * {
	font-family: 'Noto Sans JP';
}
#breadCrumb li {
	display: inline;
	font-size: 12px;
	padding-right: 6px;
	color: #fff;
}
#breadCrumb li:before {
	content: ";
	padding-right: 5px;
	font-size: 10px;
	font-weight: lighter;
}
#breadCrumb li:first-child:before {
	content: none;
}
#breadCrumb a {
color: #fff;
}
#breadCrumb a:hover {
	text-decoration: underline;
}

/* ボタン
---------------------------------------------------------- */
.btn {
	font-size: 15px;
	margin: 0 auto;
	text-align: center;
}
.btn a span {
	display: block;
	margin-top: 18px;
}
.btn a {
	display: inline-block;
	color: #fff;
	height: 64px;
	border: solid 3px #000;
	border-radius: 30px;
	background-image: url(../img/icon_arw_btn_white.png);
	background-position: right 25px center;
	background-repeat: no-repeat;
	background-color: #000;
	font-weight: bold;
	padding: 0 70px;
}
.btn.red a {
	border: solid 3px #d71418;
	background-image: url(../img/icon_arw_btn_white.png);
	background-color: #d71418;
}
.btn.white a {
	border: solid 3px #dadada;
	background-image: url(../img/icon_arw_btn_black.png);
	background-color: #fff;
	color: #000;
}
/* hover */
.btn a:hover {
	text-decoration: none !important;
	background-image: url(../img/icon_arw_btn_black.png);
	background-color: #fff;
	color: #000;
}
.btn.red a:hover {
	text-decoration: none !important;
	background-image: url(../img/icon_arw_btn_red.png);
	color: #d71418;
}
.btn.white a:hover {
	text-decoration: none !important;
	background-color: #dadada;
}
/* ダウンロー�*/
.btn.down a {
	background-image: url(../img/icon_down_white.png);
}
.btn.down.white a,
.btn.down a:hover {
	background-image: url(../img/icon_down_black.png);
}
.btn.down.red a:hover {
	background-image: url(../img/icon_down_red.png);
}
/* ポップア� */
.btn.zoom a {
	background-image: url(../img/icon_zoom_white.png);
}
.btn.zoom.white a,
.btn.zoom a:hover {
	background-image: url(../img/icon_zoom_black.png);
}
.btn.zoom.red a:hover {
	background-image: url(../img/icon_zoom_red.png);
}
/* 外部リンク */
.btn.blank a {
	background-image: url(../img/icon_blank_white.png);
}
.btn.blank.white a,
.btn.blank a:hover {
	background-image: url(../img/icon_blank_black.png);
}
.btn.blank.red a:hover {
	background-image: url(../img/icon_blank_red.png);
}
/* PDF */
.btn.pdf a,
.btn.pdf a:hover {
	background-image: url(../img/icon_pdf.png);
}
/* エクセル */
.btn.xls a {
	background-image: url(/2018/common/img/icon_xls_white.png);
}
.btn.xls a:hover {
	background-image: url(/2018/common/img/icon_xls_black.png);
}

/* ワー�*/
.btn.doc a {
	background-image: url(/2018/common/img/icon_doc_white.png);
}
.btn.doc a:hover {
	background-image: url(/2018/common/img/icon_doc_black.png);
}
/* グレーアウ�*/
.btn.gray a {
	cursor: default;
	background: #dadada;
	border-color: #dadada;
	color: #31373e;
}


/* �ブル
---------------------------------------------------------- */
#contents table {
	background: #fff;
	width: 100%;
	text-align: left;
}
#contents tr:nth-child(even) {
	background: #f5f5f5;
}
#contents table th {
	width: 140px;
	padding: 15px 9px 15px 10px;
	text-align: left;
	border-right: 1px solid #d9d9d9;
}
#contents table td {
	padding: 15px;
	vertical-align: middle;
}
#contents table td dt {
	font-weight: bold;
}
#contents table td ul + ul,
.tex {
	margin-top: 10px;
}
#contents table td li {
	vertical-align: top;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
}
#contents table span {
	font-weight: bold;
}
#contents table .btn {
	margin: 10px auto 15px;
}

/* colorbox調整
---------------------------------------------------------- */

#cboxWrapper * {
	box-sizing: content-box;
}
#cboxClose {
	box-sizing: border-box;
}