@charset "utf-8";
/*
Theme Name: belk
Theme URI: 自分のURL
Description: COMPANY official theme
*/


/* 横スクロールを防ぐ
----------------------------------------------------*/
html{
	overflow:auto;
}
body{
	overflow: hidden;
	min-width:1000px;
}
/*--- reset */
html {
	overflow-y: scroll;
}
body {
}
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}

/*--- default */
body {
	background: #FFF;
	color: #444;
	font-size:15px;
	line-height: 1.7;
	font-family:'Open Sans','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック','Lucida Sans Unicode',Arial,Verdana,sans-serif;
	letter-spacing: 1px;
}
* html body {	/* for IF6 */
	font-size:x-small;
}

img {
	vertical-align: bottom;
}

ul#ul_default {
	margin: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
ul#ul_default li {
	list-style-type: circle;
}

/*--- css ロールオーバー */
.ov a:hover {
    opacity:0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}

/*--- iframe */
iframe {
    vertical-align: bottom;
}


/* ===================================================================
 style info : ヘッダーやフッターなどサイト内共通
=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
a:link {
	color:#0088cc;
	text-decoration: underline;
}
a:visited {
	color:#0088cc;
	text-decoration: underline;
}
a:hover {
	color:#0088cc;
	text-decoration: none;
}

.red{
	color:#c00;
}


.strong {
	font-weight: bolder;
}
.textSize110 {
	font-size: 110% !important;
}

.pdf {
	background-image: url(common/img/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
}

.indent {
	padding-left:1em;
	text-indent:-1em;
}

/*----------------------------------------------------
	header#globalHeader
----------------------------------------------------*/
header#globalHeader {
	height: 150px;
	position: relative;
}

#tophead {
	height: 120px;
}

#logo {
	position: absolute;
	left: 0px;
	top: 18px;
	margin-right: auto;
	margin-left: auto;
	right: 0px;
	width: 490px;
}
#logo h1,#logo p {
	font-weight: normal;
	font-size: 12px;
	color: #666;
	margin-bottom: 5px;
	font-family: none;
	letter-spacing: 0em;
}

#headerRight {
	position: absolute;
	top: 0px;
	right: 0px;
}
ul#head_topnav li {
	float: left;
}
ul#head_topnav li.topnav1 {
	margin-top: 10px;
}



/* グローバルナビゲーション
----------------------------------------------------*/
.gnav {
	height: 60px;
	color: #79a998;
	background-color: #0b7651;
}
.gnav a {
	color: #fff;
	text-decoration: none;
}
.gnav a:hover {
	color: #1ff8ad;
}
ul#menu-nav {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
ul#menu-nav li {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	font-size: 14px;
	line-height: 1em;
	margin-top: 20px;
}
ul#menu-nav li span {
	font-size: 80%;
}
ul#menu-nav li:last-child {
	border-right: none;
}

.home .menu_1 a,
.ticket .menu_2 a, 
.parking .menu_3 a,
.sponsor .menu_4 a,
.volunteer .menu_5 a {
	color: #fff;
}


/*----------------------------------------------------
	footer#globalFooter
----------------------------------------------------*/
#footer {
	margin-top: 0px;
}

/* copyright
----------------------------------------------------*/
#cp {
	min-width: 1000px;
	width: 100%;
	background-color: #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cp_in {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
p.copyright {
	font-family: none;
	letter-spacing: 0em;
	font-size: 12px;
}



/* float */
.floatLeft{
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.floatRight{
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
}


/* clearfix */
#hoge:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
.clear{
	clear:both;
}
.clearfix {zoom:1;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}


/* マージン関連 */
.mgb05{
	margin-bottom:5px;
}
.mgb10{
	margin-bottom:10px;
}
.mgb15{
	margin-bottom:15px;
}
.mgb20{
	margin-bottom:20px;
}
.mgb25{
	margin-bottom:25px;
}
.mgb30{
	margin-bottom:30px;
}
.mgb35{
	margin-bottom:35px;
}
.mgb40{
	margin-bottom:40px;
}
.mgb50{
	margin-bottom:50px;
}
.mgb60{
	margin-bottom:60px;
}
.mgb70{
	margin-bottom:70px;
}

.mgt05{
	margin-top:5px;
}
.mgt10{
	margin-top:10px;
}
.mgt20{
	margin-top:20px;
}
.mgt25 {
	margin-top: 25px;
}
.mgt30{
	margin-top:30px;
}
.mgt35{
	margin-top:35px;
}
.mgt40{
	margin-top:40px;
}
.mgt50{
	margin-top:50px;
}
.mgt60{
	margin-top:60px;
}
.mgt80{
	margin-top:80px;
}
.mgl05{
	margin-left:5px;
}
.mgl10{
	margin-left:10px;
}
.mgl15{
	margin-left:15px;
}
.mgl20{
	margin-left:20px;
}
.mgl30{
	margin-left:30px;
}
.mgr10{
	margin-right:10px;
}
.mgr15{
	margin-right:15px;
}
.mgr20{
	margin-right:20px;
}
.mgr30{
	margin-right:30px;
}
.mgr40{
	margin-right:40px;
}

/* 行ぞろえ */
.alignCenter{
	text-align: center;	
}
.alignLeft{
	text-align: left;	
}
.alignRight{
	text-align: right;	
}

/* ライン */
hr.hr01 {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #195242;
}

/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
}



/* ===================================================================
共通
=================================================================== */

/*----------------------------------------------------
	inner（ページ全体）
----------------------------------------------------*/
#inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#inner_head {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}


/*----------------------------------------------------
	contents
----------------------------------------------------*/
#contentsTop {
	/zoom: 1;
	padding-top: 50px;
	background-image: url(common/img/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#contents {
	/zoom: 1;
	padding-top: 0px;
	padding-bottom: 40px;
}
.contentsTTL {
	text-align: center;
	margin-bottom: 30px;
}
.contentsL {
	text-align: center;
	margin-bottom: 30px;
}
.contentsR {
	width: 745px;
	margin-right: auto;
	margin-left: auto;
}

.section {
	margin-bottom: 40px;
}






/* ページトップ
----------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 0px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
#pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

/* パン屑 */
#crumbs {
	width: 100%;
	background-color: #163152;
}
#breadcrumbs {
	margin-bottom: 0px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
    }  
#breadcrumbs li {
	display:inline;
	list-style-type:none;
	font-size: 90%;
	color: #FFF;
    }  
#breadcrumbs li a {
	padding-right:10px;
	background:url(common/img/head02.png) no-repeat right center;
	color: #FFF;
    }


/* マウスオーバー
----------------------------------------------------*/
.card {
	display: inline-block;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	cursor:pointer;
	background-color: #fff;
	background-image: url(common/images/card.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.card:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.card2 {
	display: inline-block;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	cursor:pointer;
	background-color: #fff;
	background-image: url(common/images/card.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.card2:hover {
  box-shadow: 0 7px 14px rgba(0,0,0,0.15), 0 5px 5px rgba(0,0,0,0.12);
}


/* ===================================================================
内容
=================================================================== */

/* メインヴィジュアル
----------------------------------------------------*/
#mainv {
	background-color: #0b7651;
	min-width: 1000px;
	height: 500px;
	position: relative;
	text-align: center;
	background-image: url(common/img/mainv.png);
	background-repeat: no-repeat;
	background-position: center top;
}


/* 開催概要
----------------------------------------------------*/
ul.outlineArea li:nth-child(odd) {  /* 奇数行 */
   background-color: #f7f7f7;
}
ul.outlineArea li:nth-child(even) {    /* 偶数行 */
   background-color: #eeeeee;
}


dl.outline {
	width: 745px;
	margin-right: auto;
	margin-left: auto;
}

dl.outline dt {
	float:left;
	width:8em;
	padding-top:10px;
	padding-bottom:0;
	padding-right:0;
	font-weight: bolder;
}

dl.outline dd {
   margin-left:8em;
   padding-top:10px;
   padding-bottom:10px;
   padding-right:10px;
}

dl.outline_in {
	border-bottom:none;
	margin-bottom: 0px;
}

dl.outline_in dt {
	float:left;
	width:6em;
	border-top:none;
	padding-top:0px;
	font-weight: normal;
}

dl.outline_in dd {
   margin-left:6em;
   padding-top:0px;
   border-top:none;
}


dl.outline2 {
	border-bottom:1px solid #ccc;
	margin-bottom: 40px;
}
dl.outline2 dt {
	float:left;
	width:8em;
	border-top:1px solid #ccc;
	padding-top:10px;
	padding-bottom:0;
	padding-right:0;
	font-weight: bolder;
}
dl.outline2 dd {
   margin-left:8em;
   padding-top:10px;
   padding-bottom:10px;
   padding-right:10px;
   border-top:1px solid #ccc;
}




/* 見出し
----------------------------------------------------*/
h1.topTTL {
	font-size: 180%;
	line-height: 1.4em;
	font-weight: normal;
	color: #0b7751;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	background-color: #f7f7f7;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
h2 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}
h2.border {
	border: 1px solid #999;
}
h3 {
	font-size: 20px;
	margin-bottom: 10px;
	color: #0b7751;
}


/* ボタンエリア
----------------------------------------------------*/
#btnArea {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #eee;
}

#btnArea ul {
}
#btnArea ul li {
	float: left;
	margin-bottom: 40px;
}
#btnArea ul li.mgR {
	margin-right: 40px;
}


/* ライン
----------------------------------------------------*/
hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
hr.style1 {
	border-top: 1px solid #333;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* スポンサー企業
----------------------------------------------------*/
ul.sponsorList li {
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	width: 355px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	letter-spacing: 0em;
}
ul.sponsorList2 li {
	width: 100%;
	font-size: 14px;
	letter-spacing: 0em;
}
ul.sponsorList li span {
	font-size: 10px;
	margin-right: 5px;
}
ul.sponsorList li:nth-child(odd) {
	margin-right: 35px;
}
ul.sponsorList li a,ul.sponsorList2 li a {
	color: #333;
	text-decoration: none;
	background-image: url(common/img/blank.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}
ul.sponsorList li a:hover,ul.sponsorList2 li a:hover {
	text-decoration: underline;
}

/* ボランティア募集
----------------------------------------------------*/
.greenbox {
	border: 2px solid #076f58;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.ancherlink {
	text-align: center;
	display: block;
	margin-top: 20px;
}
.ancherlink a {
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 10px 15px 10px 25px;
	background-color: #e61874;
	background-image: url(common/img/ancher.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.mainTxt {
	margin-bottom: 40px;
}
.pdfArea {
	background-color: #eee;
	text-align: center;
	padding: 5px;
	margin-bottom: 20px;
}
.shimekiri {
	font-size: 24px;
	color: #FFF;
	background-color: #0b7651;
	text-align: center;
	margin-bottom: 20px;
}
ul.kome li {
	padding-left:1em;
	text-indent:-1em;
	font-size: 90%;
	color: #666;
	margin-bottom: 10px;
}
ul.kome2 li {
	padding-left:1em;
	text-indent:-1em;
	font-size: 90%;
	color: #666;
}

ul.kome3 li {
	padding-left:1em;
	text-indent:-1em;
	font-size: 100%;
	color: #ff0000;
	margin-bottom: 5px;
}

table#table-01 {
    border: 1px #ccc solid;
    border-collapse: collapse;
    border-spacing: 0;
	line-height: 1.4em;
}
table#table-01 th {
    padding: 10px;
    border: #ccc solid;
    border-width: 0 0 1px 1px;
    background: #e8f6f1;
    font-weight: bold;
    line-height: 120%;
}
table#table-01 td.ttl {
	text-align: center;
	font-weight: bolder;
}
table#table-01 td {
    padding: 10px;
    border: 1px #ccc solid;
    border-width: 0 0 1px 1px;
}

table#table-02 {
	border: 1px #ccc solid;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.4em;
	margin-bottom: 20px;
}
table#table-02 th {
    padding: 10px;
    border: #ccc solid;
    border-width: 0 0 1px 1px;
    background: #e8f6f1;
    font-weight: bold;
    line-height: 120%;
}
table#table-02 td.ttl {
	text-align: center;
	font-weight: bolder;
}
table#table-02 td.number {
	color: #FFF;
	background-color: #0b7651;
	font-size: 140%;
}
table#table-02 td {
	padding: 10px;
	border: 1px #ccc solid;
	border-width: 0 0 1px 1px;
	text-align: center;
}

.box {
	padding: 15px;
	border: 1px solid #CCC;
}


/* チケット販売
----------------------------------------------------*/
.pinkbox {
	border: 2px solid #0b7651;
	margin-bottom: 40px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.price {
	font-size: 200%;
	font-weight: bolder;
	color: #e61773;
	line-height: 1em;
}
.price span {
	font-size: 13px;
	color: #333;
	font-weight: normal;
}

dl.ticketList {
	margin-bottom: 40px;
}

dl.ticketList dt {
	float:left;
	width:11em;
	padding-top:10px;
	padding-bottom:0;
	padding-right:0;
	font-weight: bolder;
}

dl.ticketList dd {
   margin-left:11em;
   padding-top:10px;
   padding-bottom:10px;
   padding-right:10px;
   border-bottom:1px dotted #ccc;
}
.ticket_ml {
	padding-left: 1em;
}


dl.ticketList2 {
	border-bottom:1px dotted #ccc;
	margin-bottom: 40px;
}

dl.ticketList2 dt {
	float:left;
	width:25em;
	padding-top:10px;
	padding-bottom:0;
	padding-right:0;
	border-top:1px dotted #ccc;
}

dl.ticketList2 dd {
   margin-left:25em;
   padding-top:10px;
   padding-bottom:10px;
   padding-right:10px;
   border-top:1px dotted #ccc;
}

dl.ticketList3 {
	margin-bottom: 40px;
}

dl.ticketList3 dt {
	float:left;
	width:11em;
	padding-top:5px;
	padding-bottom:0;
	padding-right:0;
	font-weight: bolder;
}

dl.ticketList3 dd {
   margin-left:11em;
   padding-top:5px;
   padding-bottom:5px;
   padding-right:10px;
   border-bottom:1px dotted #ccc;
}


/* 大会情報
----------------------------------------------------*/
.taikaiList_outline {
    position:relative;
    overflow:hidden;
    width: 100%;
}
ul.taikaiList {
	margin-bottom: 40px;
	margin-top: 5px;
	position:relative;
    left:50%;
    float:left;
    clear: both;
}

ul.taikaiList li {
	position:relative;
	right:50%;
	float:left;
	padding-right: 1em;
	font-size: 120%;
	font-weight: bolder;
	padding-left: 1em;
	width: 330px;
	text-align: center;
}
ul.taikaiList li a {
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	display: block;
	color: #FFF;
	text-decoration: none;
	background-color: #0b7650;
}
ul.taikaiList li a:hover {
	background-color: #39b589;
}

ul.chuui {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
ul.chuui li {
	float: left;
}

/* バス
----------------------------------------------------*/
ul.bus {
	background-image: url(common/img/bus.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 430px;
	margin-bottom: 40px;
	font-size: 100%;
}

/* 中止
----------------------------------------------------*/
.chushi {
	padding: 50px;
	margin-bottom: 50px;
	border: solid 3px #c00;
}




