@charset "utf-8";

@import url("reset.css");

/* -------------------------------
   BASE
------------------------------- */

/* margin */
.mt-60 {margin-top:-60px!important;}
.mt-50 {margin-top:-50px!important;}
.mt-40 {margin-top:-40px!important;}
.mt-30 {margin-top:-30px!important;}
.mt-20 {margin-top:-20px!important;}
.mt-10 {margin-top:-10px!important;}
.mt0 {margin-top:0!important;}
.mt5 {margin-top:5px!important;}
.mt10 {margin-top:10px!important;}
.mt15 {margin-top:15px!important;}
.mt20 {margin-top:20px!important;}
.mt25 {margin-top:25px!important;}
.mt30 {margin-top:30px!important;}
.mt40 {margin-top:40px!important;}
.mt50 {margin-top:50px!important;}
.mt60 {margin-top:60px!important;}
.mt70 {margin-top:70px!important;}
.mb0 {margin-bottom:0!important;}
.mb5 {margin-bottom:5px!important;}
.mb10 {margin-bottom:10px!important;}
.mb15 {margin-bottom:15px!important;}
.mb20 {margin-bottom:20px!important;}
.mb25 {margin-bottom:25px!important;}
.mb30 {margin-bottom:30px!important;}
.mb40 {margin-bottom:40px!important;}
.mb50 {margin-bottom:50px!important;}
.mb60 {margin-bottom:60px!important;}
.mb70 {margin-bottom:70px!important;}


/* float */
.left { float:left;}
.right { float:right;}
.fNone { float:none!important;}
.clear { clear:both; }

/* align */
.tLeft { text-align:left!important;}
.tCenter { text-align:center!important;}
.tRight { text-align:right!important;}
.vTop { vertical-align:top!important;}
.vMiddle { vertical-align:middle!important;}
.vBottom { vertical-align:bottom!important;}

.nowrap { white-space:nowrap; }


/* 自動で挿入されるbrを排除 */
.br-disp-no br{ display:none; }


/* color */
.blue { color:#144398;}
.red { color:#A30035;}
.green { color:#3E9F39;}
.pink { color:#EA609E;}
.emph{font-weight:bold;font-size:105%;color:#c00;}
.orange{background: #F18101!important;}

/* text */
.normal { font-weight:normal; }
.bold { font-weight:bold; }
.f10 { font-size:10px!important;}
.f11 { font-size:11px!important;}
.f12 { font-size:12px!important;}
.f13 { font-size:13px!important;}
.f15 { font-size:15px!important;}
.f16 { font-size:16px!important;}
.f18 { font-size:18px!important;}
.f26 { font-size:26px!important;}
.lh10 { line-height:1!important;}
.lh12 { line-height:1.2!important;}
.lh15 { line-height:1.5!important;}
.lh18 { line-height:1.8!important;}
.lh20 { line-height:2!important;}
.gothic { font-family:Arial,Verdana,Helvetica,Roboto,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Meiryo,'游ゴシック','Yu Gothic',sans-serif;}
.serif { font-family:Georgia,'Times New Roman','ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','ヒラギノ明朝 Pro','Hiragino Mincho Pro','游明朝','Yu Mincho',HG明朝B,'ＭＳ Ｐ明朝','ＭＳ 明朝',serif;}

/* color */
.block { display:block!important;}
.inline { display:inline!important;}
.inlineBlock { display:inline-block!important;}

/* link */
a {color: #333;text-decoration:underline;}
a:hover {color: #333;text-decoration:none;}

/* transition */
.transition05 {
	-moz-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	transition-duration:0.5s;
}

[class^="circle-box"] {
	width: 97.3%;
	border: 2px solid;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0 auto 30px;
	padding: 15px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
.circle-box--red {
	border-color: #c00;
}
.circle-box--red p {
	color: #c00;
}

/*col2*/
[class^="col2-wrap"] {
    text-align: center;
}
[class^="col2-wrap"]:after {
  content: '';
  clear: both;
  display: block;
}
[class^="col2-wrap"] .col2-blk:nth-child(odd) {
    float: left;
	margin-right: 0.5%;
}
[class^="col2-wrap"] .col2-blk:nth-child(even) {
    float: right;
	margin-left: 0.5%;
}
[class^="col2-wrap"] .col2-blk {
    display: inline-block;
	width: 49%;
}
/*col3*/
[class^="col3-wrap"]:after {
  content: '';
  clear: both;
  display: block;
}
[class^="col3-wrap"] .col3-blk {
    list-style-type: none !important;
}
[class^="col3-wrap"] .col3-blk {
	float: left;
	width: 192px;
	margin-right: 12px;
}
[class^="col3-wrap"] .col3-blk:nth-child(3n) {
	margin-right: 0;
}
/*col4*/
[class^="col4-wrap"] {
    text-align: center;
}
[class^="col4-wrap"]:after {
  content: '';
  clear: both;
  display: block;
}
[class^="col4-wrap"] .col4-blk {
    list-style-type: none !important;
    margin-bottom: 15px;
}
[class^="col4-wrap"] .col4-blk img {width:100%;}
[class^="col4-wrap"] .col4-blk {
	float: left;
	width: 144px;
	margin-right: 8px;
}
[class^="col4-wrap"] .col4-blk:nth-child(4n) {
	margin-right: 0;
}

/*col-button*/
[class^="col-button"] {
	display: block;
	padding: 15px 0px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
[class^="col-button"]:hover{
	color: #fff;
	opacity: 0.5;
}
.col-button_green {
	background: #3C9F3B;
	border-bottom: 3px solid #218521;
}


/* -------------------------------
   common
------------------------------- */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	background:#FFF;
}
body {
	font-size:14px;
	line-height:1.5;
	background:#FFF;
	font-family:Arial,Verdana,Helvetica,Roboto,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Meiryo,'游ゴシック','Yu Gothic',sans-serif;
}


/* -------------------------------
   header
------------------------------- */


/* -------------------------------
   footer
------------------------------- */

#footer {
	background: url(../img/common/oblique_gray.png) center top repeat;
	margin-top: 60px;
}
#fNav dt {
	color: #3EA039;
	font-weight: bold;
	font-size: 16px;
}
#fNav dt a {
	color: #3EA039;
}
#fNav dt:nth-child(n+2) {
	margin-top: 10px;
}
#fNav dd {
	margin-top: 5px;
	padding-left: 10px;
}
#fNav dd a:before {
	display: inline-block;
	content: '';
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 4px solid #3EA039;
}
#fInfo {
	background: #FFF;
	padding: 20px;
}
#fInfo > * {
	padding: 5px 0;
}
#footer .logo {
	text-align: center;
	background: #FFF;
}
#pagetop {
	position: relative;
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	height: 0;
}
#pagetop p {
	position: absolute;
	top: -45px;
	right: 0;
	width: 90px;
	height: 90px;
	padding: 5px;
	background: url(../img/common/pagetop_bg_x2.png) center top no-repeat;
	-moz-background-size:100% auto;
	-webkit-background-size:100% auto;
	-o-background-size:100% auto;
	-ms-background-size:100% auto;
	background-size:100% auto;
}
#pagetop a {
	display: block;
	overflow: hidden;
	background: #FFF;
	padding: 14px;
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#copyright {
	background: url(../img/common/oblique_green.png) center top repeat;
	text-align: center;
	color: #FFF;
	line-height: 1.2;
}


/* -------------------------------
   side
------------------------------- */

#sns {
	width: 220px;
	height: 110px;
	background: url(../img/common/sns_bg.png) center center no-repeat;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	background-size:cover;
	padding: 5px;
	margin: 0 auto;
}
#sns li {
	float: left;
}
#sns a {
	display: block;
	padding: 18px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 100px;
	height: 100px;
}
#snsRss a {
	background: #EB832C;
}
#snsFb {
	margin-left: 10px;
}
#snsFb iframe {
	margin: 0 auto;
}
#snsFb a {
	background: #177ae8;
}

#sideL .sBnr a {
	display: block;
	position: relative;
	background: #3EA039;
	color: #FFF;
	padding: 15px 20px 15px 60px;
	line-height: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
}
#sideL .sBnr a:before {
	display: inline-block;
	content: '';
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -25px;
	-moz-background-size:cover!important;
	-webkit-background-size:cover!important;
	-o-background-size:cover!important;
	-ms-background-size:cover!important;
	background-size:cover!important;
}
#sideL .sBnr a:after,
#sideL .subBnr a:after {
	display: inline-block;
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	background: url(../img/common/arr_white.png) center center no-repeat;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	background-size:cover;
}
#mypageBnr a:before {
	background: url(../img/common/icon_mypage_2x.png) center center no-repeat;
}
#recordBnr a:before {
	background: url(../img/common/icon_note_2x.png) center center no-repeat;
}

#sideL .subBnr a {
	display: block;
	position: relative;
	background: #A5CB10;
	color: #FFF;
	padding: 10px 20px 10px 10px;
	line-height: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	font-size: 14px;
}

#sideL dt,
#sideR dt {
	text-align: center;
	color: #3EA039;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDD;
	margin: 0 5px 10px 5px;
}
#sideL dd,
#sideR dd {
	margin-bottom: 10px;
}

#sideL dd:after,
#sideR dd:after {
	content: "";
	display: block;
	clear: both;
}

#sideL .bnrs,
#sideR .bnrs {
	text-align: center;
	margin: 0 auto;
}
#sideL .bnrs li a,
#sideR .bnrs li a {
	display: inline-block;
}


#sideR .official dt {
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 13px;
	border-bottom: none;
	margin: 0 5px 5px 5px;
	padding: 0;
}

#pamphletList dd {
	background: #E5E5E5;
	padding: 5px;
	text-align: center;
	margin: 10px 5px 5px;
}
#pamphletList dd img {
	margin-bottom: 5px;
}


/* -------------------------------
   contents
------------------------------- */

#pagetit {
	border-top: 5px solid #ECF5EB;
	background: #F5FAF5;
	text-align: center;
	line-height: 1.2;
}
#path strong {
	font-weight: normal;
	color: #3EA039;
}

.anchorList {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-left: 1px solid #EEE;
}
.anchorList li {
	display: table-cell;
	text-align: center;
	border-right: 1px solid #EEE;
}
.anchorList li a {
	display: block;
	padding: 10px;
}
.anchorList li a:before {
	display: inline-block;
	content: '>';
	width: 14px;
	height: 14px;
	background: #3EA039;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 5px;
	-moz-background-size:8px auto!important;
	-webkit-background-size:8px auto!important;
	-o-background-size:8px auto!important;
	-ms-background-size:8px auto!important;
	background-size:8px auto!important;
	vertical-align: middle;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	color: #FFF;
	text-align: center;
	line-height: 14px;
}

.sec {
	text-align: center;
}
.sec:nth-child(n+2) {
	margin-top: 40px;
}
.sec h2.tit {
	display: inline-block;
	color: #3E9F39;
	font-weight: bold;
	padding-bottom: 15px;
	line-height: 1.2;
	border-bottom: 1px solid #3EA039;
}
.sec > .inner {
	text-align: left;
	border-top: 1px solid #CCC;
	margin-top: -1px;
	padding-top: 20px;
}
.sec h3.tit {
	position: relative;
	text-align: left;
	font-weight: bold;
	line-height: 1.2;
	border-bottom: 1px solid #EEE;
	padding: 0 0 10px 15px;
	margin-bottom: 20px;
}
.sec h3.tit:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 5px;
	height: calc(100% - 10px);
	background: #3EA039;
}

.sec h3.painted-light-green {
    width: 100%;
    margin: 15px 0;
    padding: 10px;
    font-weight: bold;
    color: #fff;
    background: #6eb92b;
    font-size: 16px;
    text-align: left;
}
.sec .sec > .inner {
	border: none;
	margin: 0;
	padding: 0;
}

.newsList time {
	color: #3EA039;
}
#newsSec .btn {
	text-align: center;
}
#newsSec .btn a {
	display: inline-block;
	padding: 15px;
	line-height: 20px;
	width: 100%;
	max-width: 360px;
	background: url(../img/common/arr_green.png) right 10px center no-repeat #FFF;
	color: #3EA039;
	font-size: 16px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	text-decoration: none;
	border: 1px solid #3EA039;
}

ol.list {
	counter-reset: num;
}
ol.list > li {
	list-style: none;
	border-bottom: 1px solid #EEE;
	padding: 10px 0 10px 15px;
}
ol.list > li:before {
	counter-increment: num;
	display: inline-block;
	content: counter(num) '.';
	color: #3EA039;
	margin-left: -15px;
	min-width: 15px;
}
ol.list > li:first-child {
	padding-top: 0;
}

ol.list-nobdr {
	counter-reset: num;
}
ol.list-nobdr > li {
	list-style: none;
	padding: 5px 0 0 15px;
}
ol.list-nobdr > li:before {
	counter-increment: num;
	display: inline-block;
	content: counter(num) '.';
	color: #3EA039;
	margin-left: -15px;
	min-width: 15px;
}
ol.list-nobdr > li:first-child {
	padding-top: 0;
}

ul.komeList {
	counter-reset: num;
	font-size: 12px;
}
ul.komeList li {
	list-style: none;
	padding-left: 40px;
}
ul.komeList li:not(:first-child) {
	margin-top: 5px;
}
ul.komeList li:before {
	counter-increment: num;
	display: inline-block;
	content: '※' counter(num);
	margin-left: -40px;
	min-width: 40px;
}
ul.komeList li th {
	font-weight: bold;
	padding: 5px 10px;
	border: 1px solid #CCC;
	text-align: center;
}
ul.komeList li td {
	padding: 5px 10px;
	border: 1px solid #CCC;
	text-align: center;
}

ul.list {
	list-style: disc;
	padding-left: 15px;
}
ul.list li {
	padding-bottom: 5px;
}

dl.list dt {
	border-bottom: 1px solid #EEE;
	font-weight: bold;
	color: #3EA039;
	padding-bottom: 10px;
	line-height: 1.2;
}
dl.list dt:nth-child(n+2) {
	margin-top: 20px;
}

dl.list dt .icon {
	float: left;
	margin-top: -15px;
}

.sec h3.tit.green {
	color: #009644;
}
dl.list dd {
	padding: 10px 0 0 10px;
}
ul.asterisk-list {
  list-style-type: none;
  text-indent: -1rem;
  font-size: 95%;
}
ul.asterisk-list li {
  padding-left: 1rem;
  list-style-type: none;
  margin-bottom: 5px;
}
ul.asterisk-list li:before {
  padding-left: 1rem;
  display: inline-block;
  content: "\00203B";
}

.stdTable,
.stdTable02 {
	width: 100%;
	border-top: 1px solid #EEE;
}
.stdTable th,
.stdTable02 th {
	background: #F5FAF5;
	border-bottom: 1px solid #EEE;
	padding: 20px 10px;
	vertical-align: top;
}
.stdTable td,
.stdTable02 td {
	border-bottom: 1px solid #EEE;
	padding: 20px 10px;
}
.stdTable td table {
	width: 100%;
}
.stdTable td th {
	width: auto;
	padding: 5px;
	border: 1px solid #EEE;
	text-align: center;
}
.stdTable td td {
	width: auto;
	padding: 5px;
	border: 1px solid #EEE;
}
.stdTable td table.frame {
	border: none;
}
.stdTable td table.frame th {
	background: none;
	border: none;
	padding: 0;
	text-align: left;
}
.stdTable td table.frame td {
	border: none;
	padding: 0;
}

.stdTable02 {
	table-layout: fixed;
}
.stdTable02 th,
.stdTable02 td {
	border: 1px solid #EEE;
}

table[class^=no-bdr-table] {
	margin: 20px 0;
}
table[class^=no-bdr-table] > tbody > tr > th,
table[class^=no-bdr-table] > tbody > tr >  td {
	padding: 15px 5px;
	vertical-align: top;
}
table[class^=no-bdr-table] > tbody > tr >  th {
	white-space: nowrap;
}

table.table-inner-table th {
	padding: 5px;
    border: 1px solid #EEE;
    text-align: center;
    background: #F5FAF5;
}
table.table-inner-table td {
    width: auto;
    padding: 5px;
    border: 1px solid #EEE;
}

table.table-medical_runner th,
table.table-medical_runner td {
	padding: 7.5px;
}
table.table-medical_runner th {
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
}


.box {
	background: #F5FAF5;
	padding: 10px;
}
.box.pdf a {
	display: block;
	background: url(../img/common/pdf.jpg) 10px center no-repeat #F5FAF5;
	margin: -10px;
	padding: 10px 10px 10px 130px;
	text-decoration: none;
}
.box.redLine {
	border: 1px solid #A30035;
}
a.pdf {
	display: inline-block;
	min-height: 32px;
	padding-left: 35px;
	background: url(../img/common/icon_pdf.png) left top no-repeat;
	-moz-background-size:27px 32px!important;
	-webkit-background-size:27px 32px!important;
	-o-background-size:27px 32px!important;
	-ms-background-size:27px 32px!important;
	background-size:27px 32px!important;
}
#contents .btns a.pdf {
	line-height: 32px;
}
#contents .btns {
	border-top: 1px solid #EEE;
}
#contents .btns li {
	border-bottom: 1px solid #EEE;
	padding: 10px;
}
#contents .btn {
	text-align: center;
}
#contents .btn a {
	position: relative;
	display: inline-block;
	background: #3EA039;
  color: #FFF;
  padding: 20px 20px 20px 20px;
	text-decoration: none;
	min-width: 280px;
	font-size: 120%;
	line-height: 1.2;
}
#contents .btn a:after {
	display: inline-block;
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	background: url(../img/common/arr_white.png) center center no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}
#contents .btn a:hover {
	opacity: 0.5;
}

/* -------------------------------
   home
------------------------------- */
#fb-content {
	max-width: 700px;
	width: auto;
	margin: 0 auto;
	/*padding: 10px;*/
}

#main {
	position: relative;
	overflow: hidden;
	width: 100%;
}
#main .inner:before,
#main .inner:after {
	position: absolute;
	top: 0;
	width: 10000%;
	height: 100%;
	display: block;
	content: '';
	background: url(../img/common/oblique_permeation.png);
}
#main .inner:before {
	right: 100%;
}
#main .inner:after {
	left: 100%;
	margin-left: 1px;
}
#main .imgs li {
	float: left;
	padding-left: 1px;
	background: #FFF;
}
#main .btns li {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #FFF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
}
#main .btns li img {
	vertical-align: middle;
}
#main .btns li:first-child {
	left: 0;
}
#main .btns li:last-child {
	right: 0;
}
#mainImg {
	text-align: center;
	background: #3E9F39;
	padding: 10px;
}
#entrySec h2.tit,
#homeAmbassadorSec h2.tit{
	position: relative;
	background: #3EA039;
	color: #FFF;
	padding: 20px;
	text-align: center;
	line-height: 1.2;
}
#entrySec h2.tit span,
#homeAmbassadorSec h2.tit span {
	position: relative;
	z-index: 1;
}
#entrySec h2.tit:before {
	content: '';
	position: absolute;
	left: 50%;
	background: url(../img/common/icon_entry_x2.png) center center no-repeat #3EA039;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#homeAmbassadorSec h2.tit:before {
	content: '';
	position: absolute;
	left: 50%;
	background: url(../img/common/icon_ambassador_x2.png) center center no-repeat #3EA039;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#entrySec .inner,
#homeAmbassadorSec .inner {
	background: url(../img/common/oblique_lightgreen.png) center top repeat;
}
#entrySec .catch,
#homeAmbassadorSec .catch {
	color: #EB832C;
	text-align: center;
}

#entryBnrs li.bdr-btn {
	border: 5px solid #EA609E;
}

#entryBnrs li.end {
	position: relative;
}

#entryBnrs li.end:after {
	content: "受付終了";
	position: absolute;
	top: 50%;
	right: -20px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #EA609E;
	font-size: 16px;
	margin: auto;
}

#entryBnrs li a,
#entryBnrs li p {
	position: relative;
	display: block;
	background: url(../img/common/arr_green.png) right 10px center no-repeat #FFF;
	border: 1px solid #F2F2F2;
	padding: 19px 19px 19px 44px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	overflow: hidden;
	text-decoration: none;
}

#entryBnrs li.bdr-btn a {
	padding: 15px 19px 0 44px;
	line-height: 1.25;
}


#entryBnrs li a.unclickable {
	background: #FFF;
	pointer-events: none;
	cursor: text;
}


#entryBnrs li a:before,
#entryBnrs li p:before {
	position: absolute;
	content: '';
	top: -42px;
	left: -42px;
	width: 0;
	height: 0;
	border: 42px solid transparent;
	border-right: 42px solid #3EA039;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#entryBnrs li a:after,
#entryBnrs li p:after {
	position: absolute;
	content: '';
	top: 5px;
	left: 10px;
	width: 18px;
	height: 26px;
	-moz-background-size:cover!important;
	-webkit-background-size:cover!important;
	-o-background-size:cover!important;
	-ms-background-size:cover!important;
	background-size:cover!important;
	background-position: center center;
	background-repeat: no-repeat;
}

/* トップページは否対応のため、body:not(#home)を追記*/
body:not(#home) #entryBnrs li:nth-child(1) a:after,
body:not(#home) #entryBnrs li:nth-child(1) p:after {
	background-image: url(../img/common/num01_x2.png);
}
body:not(#home) #entryBnrs li:nth-child(2) a:after,
body:not(#home) #entryBnrs li:nth-child(2) p:after {
	background-image: url(../img/common/num02_x2.png);
}
body:not(#home) #entryBnrs li:nth-child(3) a:after,
body:not(#home) #entryBnrs li:nth-child(3) p:after {
	background-image: url(../img/common/num03_x2.png);
}
body:not(#home) #entryBnrs li:nth-child(4) a:after,
body:not(#home) #entryBnrs li:nth-child(4) p:after {
	background-image: url(../img/common/num04_x2.png);
}
body:not(#home) #entryBnrs li:nth-child(5) a:after,
body:not(#home) #entryBnrs li:nth-child(5) p:after {
	background-image: url(../img/common/num05_x2.png);
}


#homeVolunteerSec h2.tit {
	position: relative;
	background: #D93600;
	color: #FFF;
	padding: 20px;
	text-align: center;
	line-height: 1.2;
}
#homeVolunteerSec h2.tit span {
	position: relative;
	z-index: 1;
}
#homeVolunteerSec h2.tit:before {
	content: '';
	position: absolute;
	left: 50%;
	background: url(../img/common/icon_volunteer_x2.png) center center no-repeat #D93600;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#homeVolunteerSec .inner {
	background: url(../img/common/oblique_pink.png) center top repeat;
}
#homeVolunteerSec .catch {
	color: #EB832C;
	text-align: center;
}
#volunteerSec {
	background: url(../img/common/oblique_pink.png) center top repeat;
	text-align: center;
}
#volunteerSec h2.tit {
	position: relative;
	color: #D93600;
	padding: 50px 20px 10px 20px;
	text-align: center;
}
#volunteerSec h2.tit:before {
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -30px;
	content: '';
	width: 60px;
	height: 60px;
	background: url(../img/common/icon_volunteer_x2.png) center center no-repeat #D93600;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#volunteerSec .inner/*,
#homeVolunteerSec .inner*/ {
	padding: 0 20px 30px 20px;
	text-align: center;
}
#volunteerSec .btn a,
#homeVolunteerSec .btn a {
	display: inline-block;
	padding: 15px;
	line-height: 20px;
	width: 100%;
	max-width: 360px;
	background: url(../img/common/arr_red_x2.png) right 20px center no-repeat #FFF;
	color: #D93600;
	font-size: 16px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	text-decoration: none;
}
#volunteerSec dl {
	margin-top: 20px;
}
#volunteerSec dt {
	background: #D93600;
	color: #FFF;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
}
#volunteerSec dd {
	background: #FFF;
	padding: 20px;
	font-size: 16px;
}
#volunteerSec dd p:not(:first-child):before {
	display: block;
	content: '';
	width: 40px;
	height: 40px;
	background: url(../img/common/arr_flow.png) center center no-repeat #3EA039;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 10px auto;
}

#featureSec dt {
	color: #3EA039;
	line-height: 1.2;
	margin-bottom: 20px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#featureSec dd img.fl-img {
	float: left;
	width: 50%;
	height: auto;
	margin: 0 10px 10px 0;
}
#featureSec dd :nth-child(n+2) {
	margin-top: 10px;
}


/* -------------------------------
   step
------------------------------- */

#stepList {
	background: url(../img/common/oblique_gray.png);
	padding: 10px;
}
#stepList:not(:first-child) {
	margin-top: 40px;
}
#stepList dt {
	position: relative;
	padding: 10px;
	text-align: center;
	color: #FFF;
	background: #333;
}
#stepList.greenLabel dt {
	background: #3EA039;
}
#stepList.redLabel dt {
	background: #D93600;
}
#stepList dt:not(:first-child) {
	margin-top: 20px;
}
#stepList dt:not(:first-child):before {
	display: inline-block;
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -20px;
	background: url(../img/common/arr_flow.png) center center no-repeat #3EA039;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
}
#stepList.greenLabel dt:not(:first-child):before {
	background-color: #9FCB3A;
}
#stepList dt:not(:first-child):after {
	position: absolute;
	left: -10px;
	top: -10px;
	display: block;
	content: '';
	width: calc(100% + 20px);
	height: 1px;
	background: #FFF;
}
#stepList dd {
	padding: 20px;
	background: #FFF;
}
#stepList dd th {
	font-weight: normal;
	vertical-align: top;
}
#stepList dd td:before {
	float: left;
	display: inline-block;
	content: ':';
}
#stepList dd table.bold th,
#stepList dd table.bold td {
	font-weight: bold;
}

.priceTable {
	width: 100%;
	border-collapse:separate;
	border-spacing: 0;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.priceTable tr.sep th:not(:first-child):not(:last-child),
.priceTable tr.sep td:not(:first-child):not(:last-child),
.priceTable tr:not(.sep) th:not(:last-child),
.priceTable tr:not(.sep) td:not(:last-child) {
	border-right: 1px solid #CCC;
}
.priceTable .dotted {
	border-style: dotted!important;
}
.priceTable tr.sep th,
.priceTable tr.sep td {
	border-top: 1px solid #CCC!important;
}
.priceTable th {
	text-align: center;
	background: #3EA039;
	color: #FFF;
	padding: 20px 10px;
	border-top: 1px dotted #CCC;
}
.priceTable th.sub {
	background: #F5FAF5;
	color: #3EA039;
	white-space: nowrap;
}
.priceTable tr:first-child th {
	width: 33.333%;
	border-top: 1px solid #CCC;
}
.priceTable td {
	padding: 20px 10px;
	text-align: center;
	vertical-align: middle;
	border-top: 1px dotted #CCC;
}


/* -------------------------------
   volunteer
------------------------------- */

.appBnrs a {
	display: block;
	color: #FFF;
	background: url(../img/common/arr_white.png) right 10px center no-repeat;
	text-align: center;padding: 10px;
	text-decoration: none;
	line-height: 20px;
}
.appBtn01 a {
	background-color: #0054AF;
}
.appBtn02 a {
	background-color: #FD7800;
}
.appBtn03 a {
	background-color: #009644;
}
.appBtn04 a {
	background-color: #F90000;
}
.blockA {
	background: #FC0694;
	color: #FFF;
}
.blockB {
	background: #0054AF;
	color: #FFF;
}
.blockC {
	background: #FD7800;
	color: #FFF;
}
.blockD {
	background: #009644;
	color: #FFF;
}
.blockE {
	background: #A10082;
	color: #FFF;
}
.blockF {
	background: #009FED;
	color: #FFF;
}
.blockG {
	background: #F90000;
	color: #FFF;
}
.blockH {
	background: #7BCD0D;
	color: #FFF;
}


/* -------------------------------
   qa
------------------------------- */

.qaSec:not(:first-child) {
	margin-top: 40px;
}
.qaSec h2.tit {
	position: relative;
	background: #3EA039;
	color: #FFF;
	padding: 10px;
}
.qaSec section {
	margin-top: 30px;
}
.qaSec  h3.tit {
	position: relative;
	color: #3EA039;
	padding: 10px 50px 10px 1.5em;
	margin-top: -10px;
	border-bottom: 1px solid #EEE;
	cursor: pointer;
}
.qaSec h3.tit:before {
	display: inline-block;
	content: 'Q.';
	width: 1.5em;
	margin-left: -1.5em;
}
.qaSec h3.tit:after {
	display: inline-block;
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/common/arr_flow.png) center center no-repeat #3EA039;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
	-moz-transition-duration:0.25s;
	-o-transition-duration:0.25s;
	-ms-transition-duration:0.25s;
	transition-duration:0.25s;
}
.qaSec section.open h3.tit:after {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.qaSec section .inner {
	padding: 20px 0 0 20px;
}

.contactBox dt {
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 20px;
	text-align: center;
}
.contactBox dd {
	margin-top: 10px;
}
.contactBox dd .tel {
	font-weight: bold;
	color: #CC0000;
}

.qaList li a:before{
    display: inline-block;
    content: '>';
    width: 14px;
    height: 14px;
    background: #3EA039;
    border-radius: 50%;
    margin-right: 5px;
    background-size: 8px auto!important;
    vertical-align: middle;
    transform: rotate(90deg);
    color: #FFF;
    text-align: center;
    line-height: 14px;
}

.qaList{
	table-layout: auto;
	overflow: hidden;
}

.qaList li{
	width:50%;
	float: left;
	padding-bottom:8px !important;
}

.qaList li:nth-child(6){
	width:100%;
}

/* -------------------------------
   gallery
------------------------------- */

.gallery_list li {
	float: left;
	padding-top: 100%;
	padding: 5px;
}
.gallery_list li img {
	width: 100%;
	height: auto;
}
#group02,
#group03,
#group04,
#group05,
#fanrun{
	display: none;
}



/* ------------------------------
	sponsor
------------------------------- */

#contents .sec .sponsor-sec {
    margin-bottom: 30px;
}
#contents .sec [class^=sponsor-tit] {
    font-weight: bold;
    padding-bottom: 15px;
    line-height: 1.2;
}
#contents .sec .sponsor-tit-gold {
    border-bottom: 1px solid #e6b422;
    color: #e6b422;
}
#contents .sec .sponsor-tit-silver {
    border-bottom: 1px solid #C0C0C0;
    color: #C0C0C0;
}
#contents .sec .sponsor-tit-bronze {
    border-bottom: 1px solid #C47222;
    color: #C47222;
}
#contents .sec .sponsor-tit-supporting {
    border-bottom: 1px solid #3EA039;
    color: #3E9F39;
}
#contents .sec .sponsor-tit-drink {
    border-bottom: 1px solid #13a6d7;
    color: #13a6d7;
}
#contents .sec section [class^=sponsor-list] {
    text-align: center;
    border-top: 1px solid #CCC;
    padding-top: 20px;
    padding-bottom: 20px;
}
#contents .sec [class^=sponsor-list] ul:after {
    content: "";
    display: block;
    clear: both;
}
#contents .sec [class^=sponsor-list] ul li {
    float: left;
    line-height: 100%;
    font-size: 0;
}
#contents .sec [class^=sponsor-list] ul li img {
    width: 100%;
}


#contents .sec .sponsor-list-supporting {
	padding-top:7.5px;
	padding-bottom:7.5px;
}

#contents .sec .sponsor-list-supporting a {
	font-size: 16px;
	/*line-height: 160%;*/
	line-height: 140%;
	word-break: keep-all!important;
	display: inline-block;
	color: #666;
}

#contents .sec .sponsor-list-supporting a:hover {
	color: #333;
}


/* ------------------------------
	guest
------------------------------- */

/* 大会ゲスト */
#contents .guestsec h2.tit{
	position: relative;
	background: #3EA039;
	color: #FFF;
	padding: 10px;
	margin-bottom: 20px;
 }


#contents .guestsec ul.guest_lists li{
	width: 100%;
	border-top: 1px dotted #CCC;
}

#contents .guestsec ul.guest_lists li:first-of-type {
	border-top: none;
	padding-top: 0;
}

#contents .guestsec ul.guest_lists li:after {
	content: "";
	clear: both;
	display: block;
}

#contents .guestsec ul.guest_lists li figure img {
	width: 100%;
}

#contents .guestsec ul.guest_lists li dt{
	color: #6eb92b;
	font-weight:bold;
}

/* ------------------------------
	platinum runner
------------------------------- */
#contents .platinum-runner {
	border-top: 1px dotted #CCC;
}

#contents .platinum-runner > dt {
    color: #6eb92b;
    font-weight: bold;
    text-align: center;
}

/* ------------------------------
	lunch-aid
------------------------------- */
.lunch-aid-box:after {
    content: "";
    display: block;
    clear: both;
}
.lunch-aid-box .lunch-aid-txt .lunch-aid-title {
    font-size: 16px;
    color: #ff8f31;
    font-weight: bold;
}
.lunch-aid-box .lunch-aid-img img {
    width: 100%;
}
.lunch-aid-box {
    border-bottom: 1px dotted #ccc;
    margin: 15px 0;
    padding: 0 0 15px;
}

/* ------------------------------
	raceday-services
------------------------------- */
#contents .serivice-info-box:after {
	content: "";
	display: block;
	clear: both;
}
#contents .serivice-info-box .logo {
	float: right;
}
#contents .serivice-info-box .logo img {
	width: 100%;
}
#contents .serivice-info-box .txt {
	display: block;
}

/* ------------------------------
	オフィシャルグッズ
------------------------------- */
.official-goods-sec .official-goods-ttl{
	text-align:center;
	font-weight:bold;
	font-size:14px;
	background:#41993a;
	color:#fff;
	padding:15px 10px;
}
.official-goods-sec .official-goods {
	border: 1px solid #ccc;
}
.official-goods-info-ttl {
	text-align:center;
	font-weight:bold;
	font-size:14px;
    background: #6eb92b;
	color:#fff;
	padding:15px 10px;
}

.official-goods-sec .col2 .item{
    width: 300px;
    float: left;
    margin: 10px auto 0 !important;
    padding: 15px 0;
    text-align: center;
}

.official-goods-sec .col2 .item .item_inner p,
.official-goods-sec .col1 .item .item_inner p{
    color: #333 !important;
    font-weight: normal !important;
    padding-top: 5px;
}


/* ------------------------------
	コースマップ
------------------------------- */
.map_detail {
    width: 100%;
}
.clearfix {
    display: block;
}
.map_detail li {
    float: left;
    width: 300px;
    margin-bottom: 30px;
    padding: 0 5px 0 5px;
}
.map_detail li img {
    width: 100%;
    height: auto;
    line-height: 100%;
    font-size: 0px;
}
.map_detail li p {
    font-size: 10px;
    padding-bottom: 10px;
}
.ancor_link {
    margin-bottom: 30px;
    padding-top: 8px;
    text-align: center;
    color: #F60;
    border-bottom: 1px dotted #999;
    padding-bottom: 12px;
}
.ancor_link a {
    color: #F00;
}
.map_detail h5 {
    margin: 20px 0px 25px;
    font-size: 20px;
    font-weight: bold;
    color: #399F32;
}
		.map_detail h5.area10 {
		    margin: 20px 0px 0px;
		    font-size: 20px;
		    font-weight: bold;
		    color: #399F32;
		}
		.map_detail .area10_box{
		width:98%;
		margin-bottom:25px;
		overflow:hidden;
		border:solid 1px #FF0000;
		padding:1%;
		}
		.map_detail .area10_box p.area10_text{
		width:83%;
		float:left;
		}
		.map_detail .area10_box p.area10_img{
		width:14%;
		float:right;
		}



/* ------------------------------
	ペースチャート
------------------------------- */
h3.chart_tit {
    background: #3EA039;
    color: #FFF;
    padding: 10px;
    margin: 5% 0;
}
.chart_box{
	width:98%;
}
.chart_box p{
	margin-bottom:5%;
}



/* ------------------------------
	マナーアップ
------------------------------- */
.safety{}
.safety p{ font-size: 14px; }
.safety p.lead{ margin-bottom: 4%; }
.safety h3{ width: 100%; padding: 15px 0px; text-indent: 20px; font-weight: bold; color:#fff; background: #6eb92b; font-size: 16px; margin-bottom: 25px; }
.safety dl{ margin-bottom:30px; }
.safety dt{ margin-left: 20px; font-weight:bold; margin-bottom: 10px; font-size: 14px; background:url("/wp-content/themes/kks/img/safety/arrow.jpg")  left top 2px no-repeat; text-indent: 20px; }
.safety dd{ margin-left: 20px; margin-bottom: 20px; }
.safety ul{}
.safety li{ margin-left: 0px; font-weight:bold; margin-bottom: 25px; font-size: 14px; background:url("/wp-content/themes/kks/img/safety/arrow.jpg")  left top 4px no-repeat; line-height: 180%; text-indent: 0px; padding-left: 20px; }
.safety li p{ color:#FF0000;}
.safety li p span.red_line{ border-bottom: double 3px #FF0000;}


/* ------------------------------
	ランナーへの手紙
------------------------------- */
.clearfix {
    display: block;
}
.letter p.about {
    margin: 25px 0px;
}
.letter ul.anchor_link {
    margin-bottom: 25px;
}
.letter ul.anchor_link li {
    margin-bottom: 15px;
}
.letter h3 {
    width: 100%;
    padding: 15px 0px;
    text-indent: 20px;
    font-weight: bold;
    color: #fff;
    background: #6eb92b;
    font-size: 16px;
    margin-bottom: 25px;
}
.letter table.letter-table--01 {
    margin-bottom: 35px;
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}
.letter table.letter-table--01 tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.letter table.letter-table--01 tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.letter table.letter-table--01 th {
    background: #f85f0d;
    color: #fff;
    width: 170px;
    border-radius: 3px;
    font-weight: bold;
    text-align: center;
}
.letter table.letter-table--01 td {
    width: 530px;
    background: #fffde4;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;
}
.letter table.letter-table--02 tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.letter table.letter-table--02 tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.letter table.letter-table--02 th {
    background: #f85f0d;
    color: #fff;
    width: 600px;
    border-radius: 3px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}
.letter table.letter-table--02 td {
    width: 600px;
    background: #fffde4;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;
}
.letter .goods-box {
    width: 600px;
    text-align: center;
}
.letter h4 {
    display: inline-block;
    color: #3E9F39;
    font-weight: bold;
    padding-bottom: 15px;
    line-height: 1.2;
    border-bottom: 1px solid #3EA039;
    font-size:21px;
}
.letter ul.goods,
.letter ul.goods-no-pic {
    border-top: 1px solid #CCC;
    margin-top: -1px;
    padding-top: 20px;
    margin-bottom: 50px;
}
.letter ul.goods,
.letter ul.goods-no-pic {
    margin-bottom: 30px;
}
.letter ul.goods-no-pic li {
    margin-bottom: 5px;
}
.letter .teacher {
    width: auto;
    margin: 30px auto 25px;
    text-align: center;
}
.letter .teacher li {
    width: 185px;
    display: inline-block;
}
.letter .teacher li img {
    width: 185px;
    margin-bottom: 5px;
}
.letter .teacher li dt {
    font-weight: bold;
    margin-bottom: 3px;
    color: #399f32;
    font-size: 14px;
}
.letter .teacher li dd {
    color: #399f32;
}
.top {
margin: 0 0 35px;
}
ul.dot-list {
  list-style-type: none;
  text-indent: -1rem;
}
ul.dot-list li {
  list-style-type: none;
  margin-bottom: 5px;
  padding-left: 1rem;
}
ul.dot-list li:before {
  display: inline-block;
  content: "\002022";
  padding-left: 1rem;
}

/* ------------------------------
	交通規制情報
------------------------------- */
	.traffic_inner p.main_explan{ margin-bottom:25px;line-height:160%;color:#F00;font-weight:bold; }
	ul.eikyou{ margin:15px 0px 25px 20px; }
		ul.eikyou li{ list-style-type:disc; margin-left:10px; margin-bottom:5px; }
	.traffic_inner h4{display: inline-block; color: #3E9F39; font-weight: bold; padding-bottom: 15px; line-height: 1.2; border-bottom: 1px solid #3EA039; font-size:28px;}
	.traffic_inner h6{ margin-bottom:15px; font-weight:bold; font-size:14px; }
	ul.startfinish{ margin:10px 0px 20px 0px; list-style-type:disc; }
		ul.startfinish li{  list-style-type:disc; margin-left:10px; margin-bottom:5px; }
	.title-box{ text-align:center; }
	.line-box{ border-top: 1px solid #CCC; margin-top: -1px; padding-top: 20px; margin-bottom:50px;}
/* ------------------------------
		副賞
------------------------------- */
p.award_lead{
	font-weight:bold;
	margin-bottom:5%;
}
	h3.award_tit {
	position: relative;
	background: #3EA039;
	color: #FFF;
	padding: 10px;
	margin-bottom: 20px;
	}
.company_Box{
	margin-bottom:10%;
}
.meiji_Box{
	display: flex;
	flex-flow: row wrap;
}
.award_meiji_img{
	margin-top:3%;
}
.company_Box p.details{
	margin-top:6%;
}
.company_Box p.item_name{
	font-weight:bold;
	font-size:110%;
}
.company_Box p.item_name2{
	font-weight:bold;
	font-size:110%;
	margin-top:6%;
}
/* ------------------------------
	北九州マラソン応援団
------------------------------- */
.small_sponcer p{
   line-height:1.8em;
}

/* ------------------------------
	大型手荷物預かり
------------------------------- */
#contents .text-box {
margin-bottom: 10px;
width: 65%;
float: left;
}
#contents .bg-ser-img {
float: right;
margin-bottom: 40px;
display: block;
}
.br-sp { display: none; }
.landmark{
	color:#FF0000;
	border:solid 4px #FF0000;
	padding:2%;
	font-weight:bold;
	font-size:103%;
	margin-top:3%;
	text-align:center;
}
/* ------------------------------
	特別招待選手等来場イベント
------------------------------- */
	.special_visit p.text_box1{
		margin:4% 0;
	}
	.special_visit p.text_box2{
		margin-top:4%;
		background: #ecffb9;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
		padding:3%;
		overflow: auto;
	}
	.mizuno, .manners_up{
		margin-bottom:10%;
	}
	.special_visit .mizuno p.midasi,
	.special_visit .manners_up p.midasi{
		font-weight:bold;
		font-size: 146%;
	}
	.special_visit .mizuno img {
		vertical-align: top;
		float: left;
		margin: 0px 2px 15px 2px;
		width: 49%;
	}
/* ------------------------------
	走行時の注意
------------------------------- */
.safety{}
.safety p{ font-size: 14px; }
.safety p.lead{ margin-bottom: 4%; }
.safety h3{ width: 100%; padding: 15px 0px; text-indent: 20px; font-weight: bold; color:#fff; background: #6eb92b; font-size: 16px; margin-bottom: 25px; }
.safety dl{ margin-bottom:30px; }
.safety dt{ margin-left: 20px; font-weight:bold; margin-bottom: 10px; font-size: 14px; background:url(https://kitakyushu-marathon.jp/2019/wp-content/themes/kks/img/safety/arrow.jpg) left top 2px no-repeat; text-indent: 20px; }
.safety dd{ margin-left: 20px; margin-bottom: 20px; }
.safety ul{}
.safety li{ margin-left: 0px; font-weight:bold; margin-bottom: 10px; font-size: 14px; background:url(https://kitakyushu-marathon.jp/2019/wp-content/themes/kks/img/safety/arrow.jpg) left top 4px no-repeat; line-height: 180%; text-indent: 0px; padding-left: 20px; }

/* -------------------------------
   ambassador
------------------------------- */
#ambassador .ambassador-profile:after {
	clear: both;
	display: block;
	content: '';
}
#ambassador .ambassador-profile .ambassador-img  {
	float: left;
}
#ambassador .ambassador-profile .ambassador-img img {
	width: 144px;
	border: 1px solid #eee;
}
#ambassador .ambassador-profile .ambassador-txt {
	float: right;
	width: calc(100% - 154px);
	margin: 10px 0 0 10px;
	text-align: left;
}
#ambassador.ambassador-waku {
    border: solid 1px #3e9f39;
    padding: 10px 0;
}
#ambassador.special-ambassador {
    overflow: hidden;
}
#ambassador.special-ambassador figure img {
    border: solid #3ea039 1px;
    float: left;
    margin-right: 15px;
}

/* -------------------------------
   volunteer
------------------------------- */

.leader_target dt{
	width:2em;
	float:left;
}
.leader_target dd{
	overflow:hidden;
}


/* -------------------------------
   fun_lottery
------------------------------- */
.lottery_img{
width: 300px;
}

.lottery_table th,.lottery_table td{
	border:1px solid #eee !important;
	padding:6px 10px;
}
.lottery_table th{
	background:#F5FAF5;
	text-align:center;
}

.lottery_table td:last-child{
	text-align:right;
}

.lottery_table td:nth-last-child(1){
	border-left:none !important;
}

.lottery_table td:nth-last-child(2){
	border-right:none !important;
}

.lottery_table td{
	vertical-align:middle;
}

.lottery_table td span{
	font-size:0.8em !important;
}

/*
.fun_lottery_col2 li{
	border:1px solid #ccc !important;
	padding:10px;
	box-sizing:border-box;
}

.fun_lottery_col2 li .co{
	height:65px;
}

.fun_lottery_col2 li img{
	width:100% !important;
	margin-bottom:10px;
}

.fun_lottery_col2 p{
	font-weight:bold;
}

.fun_lottery_col2 p span{
	font-weight:normal;
}
*/

/* -------------------------------
   photo-contest
------------------------------- */
.photo-contest_txt{
	margin-left:14px;
}


/* -------------------------------
   2020ティザー
------------------------------- */
/*
#gNav,#hNav,#fNav{
	display:none !important;
}

#fInfo {
	float:none !important;
	margin:0 auto !important;
}

.guideline_dl dt{
	float:left;
	width:4em;
}

#main{
	position:relative;
	text-align:center;
	background: #6fba2c;
}
*/

/*
#main img{
	position: relative;
	z-index: 10;
}

#main:before{
	position:absolute;
	content:"";
	background:url("../img/common/oblique_permeation.png");
	background-repeat:repeat;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:1;
}
*/
