﻿@charset "utf-8";

/*----------------------------------------------------------------------------------*/
/* タイマー制御ページ(メイン1段・応募2段カラム)：スタイルシート(2026-01-08 update) */
/*----------------------------------------------------------------------------------*/

*{
	margin:0;
	padding:0;
	border:0;
	outline:none;
	}

a:link{   text-decoration:none;       color:#991100;}
a:visited{text-decoration:none;       color:#007700;}
a:hover{  text-decoration:underline;  color:#ee0000;}
a:focus  {text-decoration:underline;  color:#ee0000;}
a:active{ text-decoration:none;       color:#ff0000;}

.clearfix{
	zoom:1;
	}

.clearfix:after{
	content:"";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	}



/*----------------------------------------------------------------------------*/
/* 1段カラム */
/*----------------------------------------------------------------------------*/

#wrapper{
	margin:5px auto 20px auto;
	padding:0px 0px 20px 0px;
	width:978px;
	background-color:#ffffff;
	border-bottom:1px dotted #bbbbbb;
	}


/*----------------------------------------------------------------------------*/
/* 2段カラム */
/*----------------------------------------------------------------------------*/

#page-left{
	float:left;
	width:520px;
	margin:10px 0px 0px 0px;
	padding:0px;
	line-height:20px;
	font-size:14px;
	font-weight:normal;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	color:#000000;
	}

#page-right{
	float:right;
	width:458px;
	margin:10px 0px 0px 0px;
	padding:0px;
	}

/* 段設定終了 -----------------------------------------------------------------*/


.timer_area{
	width:978px;
	margin:0px;
	padding:0px;
	}

table.present{
	margin:0px;
	padding:0px;
	border-collapse:collapse;
	border:none;
	}

.present th{
	padding:2px 5px 2px 5px;
	text-align:left;
	vertical-align:top;
	line-height:20px;
	font-size:14px;
	font-weight:normal;
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	color:#aa0033;
	white-space:nowrap;
	}

.present td{
	padding:2px 5px 2px 5px;
	text-align:left;
	vertical-align:top;
	line-height:20px;
	font-size:13px;
	font-weight:normal;
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	color:#000000;
	}

dl.shop_list{
	margin:10px 0px 10px 0px;
	padding:10px 0px 0px 0px;
	border-top:3px dotted #660033;
	border-bottom:3px dotted #660033;
	}

.shop_list dt{
	margin:0px;
	padding:0px;
	line-height:18px;
	font-size:14px;
	font-weight:normal;
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック",sans-serif;
	text-align:left;
	color:#660033;
	}

.shop_list dd{
	margin:0px;
	padding:0px 0px 10px 30px;
	color:#000000;
	line-height:16px;
	font-size:12px;
	font-weight:normal;
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	text-align:left;
	}

