/* CSS Document */
@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	vertical-align: baseline;
	line-height:150%;
}

html {
	overflow-y: scroll;
	font-size: 62.5%;
}

body {
	color:#515151;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	//background:url(../images/cmn_body_bg.png);
	background-color:#ffffff;
	font-size: 1.4rem;
}


/*～(ALL　PAGE)googleマップレスポンシブ～*/ 
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*～タイトルバー用～*/
.tbar {
width: 100%;
height: 30px;
line-height: 30px;
background-image:url(../img/title_bar.png);
background-position : right bottom;
background-repeat:no-repeat;
color:#FFFFFF;
font-weight:bold;
font-size:large;
}

.tbar2 {
width: 100%;
height: 30px;
line-height: 30px;
background-image:url(../img/dmscs/t_back2.png);
background-position : right bottom;
background-repeat: repeat-x;
color:#FFFFFF;
font-weight:bold;
font-size:large;
}

.tbar3 {
width: 100%;
height: 30px;
line-height: 30px;
background-image:url(../img/dmscs/t_back3.png);
background-position : right bottom;
background-repeat: repeat-x;
color: #000000;
font-weight:bold;
/*font-size:large;*/
}

.tbar4 {
width: 100%;
height: 30px;
line-height: 30px;
background-image:url(../img/dmscs/dmccs_back.png);
background-position : right;
background-repeat: repeat-x;
color: #FFFF00;
font-weight:bold;
border:solid 1px;
/*font-size:large;*/
}

.c2-text {
list-style:none;
margin-left:10px;
}

.tt {
padding-top:10px;
}

/*～(開催に寄せて)画像用～*/
p.resizeimage img {
width: 35%;
}

/*～賞金テーブル用～*/
.prize {
border:solid 1px #666666;
margin:5px;
}
.prize th {
border:solid 1px #666666;
padding:5px;
}
.prize td {
border:solid 1px #666666;
padding:5px;
}

/*～お知らせ用～*/
.logbox {
border: solid 2px #808080;
width: 100%;
height: 100px;
/*padding: 0.5em;*/
overflow: auto;
}

.logbox li {
margin:10px;
}

/*～挨拶用～*/
.logbox2 {
border: solid 1px #808080;
width: 100%;
height: auto;
background-image:url(../img/dmscs/comment_back.png);
background-position:bottom;
background-repeat:repeat-x;
margin-top:10px;
/*padding: 0.5em;*/
}

/*～メインメニュー用～*/
.mainmenu td {
padding:3px !important;
background-color:#DDDDDD;
}

/*～フローティングフッター用～*/
#footerFloatingMenu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 2px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
}
 
#footerFloatingMenu img {
    max-width: 99%;
}
/* CSS Document */
label.panel-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  color: #bdc3c7;
  cursor: pointer;
  background-color: #ecf0f1;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
label.panel-label:hover {
  color: #003399;
}

#panels {
  background-color: white;
  border-left:#CCCCCC solid 1px;
  border-right:#CCCCCC solid 1px;
  border-bottom:#CCCCCC solid 1px;  
}
#panels .container {
  margin: 0 auto;
  width: 100%;
}
#panels section header label.panel-label {
  padding: 10px 10px;
  box-sizing: border-box;
}
#panels section main {
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
  overflow-y: hidden;
}

#panel-1-ctrl:checked ~ #panels #panel-1 main {
  max-height: initial;
  opacity: 1;
  padding: 8px 0px;
}

#panel-2-ctrl:checked ~ #panels #panel-2 main {
  max-height: initial;
  opacity: 1;
  padding: 8px 0px;
}

#panel-3-ctrl:checked ~ #panels #panel-3 main {
  max-height: initial;
  opacity: 1;
  padding: 8px 0px;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1.last {
  border-right: 1px solid transparent;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 + li {
  border-left: 1px solid #dfdfdf;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
  background-color: white;
  color: #003399;
  padding-top: 10px;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label::after {
  height: 6px;
}

#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2.last {
  border-right: 1px solid transparent;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 + li {
  border-left: 1px solid #dfdfdf;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
  background-color: white;
  color: #CC0000;
  padding-top: 10px;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label::after {
  height: 6px;
}

#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3.last {
  border-right: 1px solid transparent;
}
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 + li {
  border-left: 1px solid #dfdfdf;
}
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
  background-color: white;
  color: #003399;
  padding-top: 10px;
}
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label::after {
  height: 6px;
}

ul#tabs-list {
  display: flex;
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
  margin: 0;
  padding: 10px 0 0 0;
  background-image:url(../img/menuback01.png);
  background-repeat:repeat-x;
}
ul#tabs-list li {
  text-align: center;
  font-size: 0.875em;
  width: 20%;
  box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
  border-right: 1px solid #dfdfdf;
  position: relative;
}
ul#tabs-list li:hover {
  -webkit-transition: none;
  transition: none;
  border-right: none;
}
ul#tabs-list li:hover.last {
  border-right: 1px solid transparent;
}
ul#tabs-list li:hover + li {
  border-left: 1px solid #dfdfdf;
}
ul#tabs-list li label.panel-label {
  position: relative;
  padding: 10px 0;
  font-size: 0.875em;
}
ul#tabs-list li label.panel-label::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  background-color: #003399;
  height: 0;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
ul#tabs-list li label.panel-label:hover {
  padding-top: 10px;
}
ul#tabs-list li label.panel-label:hover::after {
  height: 6px;
}

main {
    width: 100%;
    margin: 0 auto;
}
.panel-radios {
  display: none;
}

/*body {
  background: #00bfff;
  color: #444444;
}

main p {
  line-height: 1.8;
}*/


