/* 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;
}*/


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

/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

#container{
width:100%;
}

img.miniimage { display: none; }  /* miniを非表示 */
img.bigimage  { display: block; } /* bigを表示 */
div.minicdtimer  { display: none; width:100%; /*background-color:#cc0000;*/ }  /* miniを非表示 */
div.bigcdtimer  { display: block; width:100%; /*background-color:#cc0000;*/ padding:5px; } /* bigを表示 */

/*～以下、画面の横幅が768px以上の場合のスタイル記入～*/
#contents{
	max-width: 1000px !important;
	background-color: #FFFFFF;
	font-size:medium;
}

th {
background-color:#FFFF99;
}

h1{
	margin-top:10px;
}

a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

ul {
	margin:0;
	padding:0;
}

h2.one {
	margin:30px 0 10px 0;
	padding:32px 0;
	background-image:url(../img/bar_one.jpg);
	color:#000000;
	font-size:39px;
}

h2.gold {
	margin:30px 0 10px 0;
	padding:32px 0;
	background-image:url(../img/bar_one_gold.jpg);
	color:#000000;
	font-size:39px;
}

h2.red {
margin:30px 0 10px 0;
	padding:32px 0;
	background-image:url(../img/bar_one.jpg);
	color:#000000;
	font-size:39px;
}

h2.green {
margin:30px 0 10px 0;
	padding:32px 0;
	background-image:url(../img/bar_one_green.jpg);
	color:#000000;
	font-size:39px;
}

h2.purple {
margin:30px 0 10px 0;
	padding:32px 0;
	background-image:url(../img/bar_one_purple.jpg);
	color:#000000;
	font-size:39px;
}

h2.blue {
margin:30px 0 10px 0;
	padding:32px 0;
	background-image:url(../img/bar_one_blue.jpg);
	color:#000000;
	font-size:39px;
}

h2.black {
margin:30px 0 10px 0;
	padding:32px 0;
	background-image:url(../img/bar_one_black.jpg);
	color:#000000;
	font-size:39px;
}

h3 {
margin:5px 0;
}

.itembox {
	width: 95%;
	background:#fef8cd;
}

.itemlist {
	list-style: none;
	width: 32%;
	display: inline-block;
}

.itemlist img {
	width:100%;
	margin:5px;
}

/*～フローティングメニュー用～*/
div#floating-menu {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    z-index: 9999;
}

div#floating-menu_b {
    position: fixed;
    buttom: 0px;
    left: 0px;
    right: 0px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    z-index: 9999;
}

/*～フッターフローティングメニュー用～*/
#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%;
}

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

/* 商品リストtable 01 */
.menu-ul {
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}
.menu-ul li {
	display: table-cell;
	vertical-align: middle;
	padding:3px;
}

/* 商品リストtable 02 */
.table-ul {
	background-image:url(../img/bar_silver.jpg);
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}
.table-ul li {
	border-right: 1px solid #CCCCCC;
	display: table-cell;
	vertical-align: middle;
	padding:3px;
}
.table-ul li:last-child {
	border-right: 0;
}
.table-ul li a {
	color: #111111;
	display: block;
	font-size: 12px;
	text-decoration: none;
	padding: 8px 0;
}

/* 商品リストtable 03 */
.table-ul2 {
	margin-top:5px;
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 50%;
}
.table-ul2 li {
	display: table-cell;
	vertical-align: middle;
	padding:3px;
}


/* 商品リストfloat 3列*/
.list-l3 {
	width:100%;
	margin: 0;
	position: relative;
	overflow: hidden;
}
 .list-l3 ul {
	float: left;
	position: relative;
	left: 50%;
	margin-left:12px;
}
.list-l3 ul:after { list:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; } 
.list-l3 li {
	display:block;
	width:32%;
	margin: 0 5px 5px 0;
	float: left;
	position: relative;
	left: -50%;
	list-style-type: none;
}
/* 商品リストfloat 5列 */
.list-l5 {
	width:100%;
	margin: 0;
	position: relative;
	overflow: hidden;
}
 .list-l5 ul {
	 float: left;
	 position: relative;
	 left: 50%;
	 margin-left:12px;
}
.list-l5 ul:after { list:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; } 
.list-l5 li {
	display:block;
	width:19%;
	margin: 0 5px 5px 0;
	float: left;
	position: relative;
	left: -50%;
	list-style-type: none;
}
/*～クーポン項目用～*/
.cpon {
	padding:10px;
	background-color:#FFFF99;
	line-height:150%;
}
.cpon h3 {
	margin-bottom:0px;
}
.cpon li {
	list-style:none;
}

/*～スポンサー用～*/
#spon {
	float:right;
	font-size:10px;
	margin:-20px 20px 0 0;
}

/*～フッター画像用～*/
img.miniimage { display: none; }
div.minicdtimer { display: none; }


/*～コピーライト用～*/
#copy {
	font-size:11px;
	color:#CCCCCC;
}

/*～カウントダウンタイマー用～*/
#CDT{
 font-size: 26px;
 color:#FFFFFF;
}
#CDT .day{
 font-size: 39px;
 color:#FFFFFF;
}
#CDT .hour,#CDT .min,#CDT .sec{
 font-size: 32px;
 color:#FFFFFF;
}

/*～画像キャプション用～*/
.cap01 {
width: 275px;
float: right;
margin: 0 3px;
}

/*ハーフボックス*/
.half_box_l {
width:47%;
float:left;
padding:5px;
}
.half_box_r {
width:47%;
float:right;
padding:5px;
}

/*広告ボックス*/
.bbox_top {
	position: relative;
	width:1000px;
	height:3px;
	z-index:1;
/*	background-color:#FF0000; */
}
/*広告バナーボックス（右）*/
.bbox_r {
/*	position: absolute;
	top:39px;
	right:-175px;
	width:170px;
	z-index:99999999999;
	text-align:right;*/
	height: 170px;
	position: fixed;
	clip: rect(0px,auto,auto,auto);
	right: 0px;
	top:205px;
	z-index: 214747;
}
.bbox_sr {
	display:none;
}

/*リスト2列*/
ul.listtest2 {
    display: table;
    width:100%;
}
ul.listtest2 > li:nth-child(2n+1) {
    clear: both;
}
ul.listtest2 > li {
    display: table-cell;
    float: left;
    width: 50%;
	padding:5px 0;
}

/*リスト3列*/
ul.listtest3 {
    display: table;
    width:100%;
}
ul.listtest3 > li:nth-child(3n+1) {
    clear: both;
}
ul.listtest3 > li {
    display: table-cell;
    float: left;
    width: 33.2%;
	border:#CCCCCC solid 1px;
	padding:5px;
	margin:0 1px 8px 0;
}

.spof2 {
display:none;
}

}

