@charset "utf-8";
* {
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

a {
	color:#FFF;
}


.wide {
	max-width: 100%; /* 最大幅 */
	min-width: 240px; /* 最小幅 */
}
.bold {
  font-weight: bold;
}
/* テキストを省略せずに表示する */


body {
	background-color:#231815;
}

.glay a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.glay2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

.touchstyle {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#main_top {
	text-align:center;
	padding-top:20px;
	overflow: hidden;
}
#more {
	text-align:center;
	overflow: hidden;
}
.main_img {
	width:90%;
}


/* BLOW　TIMER　選択 */
#choice {
	padding-top:15px;
	/*	text-align: center;*/
	overflow: hidden;
}

#choice img {
	padding:0;
	display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5～7*/
    /zoom: 1; /*for ie5～7*/
}

.choice_l {
	float:left;
	width:50%;
	margin-right:0px;
	text-align: right;
}
.choice_r {
	float:right;
	width:50%;
	text-align:left;
	margin-left:0px;
}

.choice_blow_on a {
	overflow: hidden;
	background-image: url(../images/btn_blow_on.jpg);
}
.choice_blow_on a:hover {
	overflow: hidden;
	background-image: url(../images/btn_blow_off.jpg);
}

.choice_blow_off a {
	overflow: hidden;
	background-image: url(../images/btn_blow_off.jpg);
}
.choice_blow_off a:hover {
	overflow: hidden;
	background-image: url(../images/btn_blow_on.jpg);
}

.choice_timer_on a {
	overflow: hidden;
	background-image: url(../images/btn_timer_on.jpg);
}
.choice_timer_on a:hover {
	overflow: hidden;
	background-image: url(../images/btn_timer_off.jpg);
}

.choice_timer_off hover {
	overflow: hidden;
	background-image: url(../images/btn_timer_off.jpg);
}
.choice_timer_off a:hover {
	overflow: hidden;
	background-image: url(../images/btn_timer_on.jpg);
}



/* ホイッスル */
#whistle {
	width:100%;
	text-align:center;
	padding-top:20px;
	padding-bottom: 30px;
	overflow: hidden;
}
#whistle ul {
	margin:0;
	padding:0;
	list-style:none;
}
#whistle li {
	display:inline;
	padding:0 10px;
	margin:0;
	text-align:justify;
}
#whistle a {
}

/* タイマー　数値table */

#timer_time {
	text-align:center;
	padding-top: 0px;
	margin: 0;
	color: #FFF;
	font-size:50px;
	overflow: hidden;
	letter-spacing: -20px;
}
#timer_time2 {
	text-align:center;
	padding-top: 80px;
	padding-bottom:80px;
	margin: 0;
	color: #FFF;
	width: 100%;
	letter-spacing: -5px;
}
.time_ent {
	background:#231815;
	width:15%;
	height:70px;
	color:#FFF;
	font-size:50px;
	text-align:center;
	border:none;
	letter-spacing:-3px;
	padding-left: 10px;
}

table {
	width:306px;
	height:228px;
}

#timer_no {
	width:100%;
	padding-top: 0px;
	text-align: center;
	overflow:hidden;
}
#timer_no tr {
}
.bor_rad10 {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #6d6d6d;
}
#timer_no td {
	table-layout:fixed;
	width:150px;
	color:#FFF;
	font-size:21px;
	padding-top: 10px;
}
#timer_no td img {
	text-align:center;
}

.timer_start {
	text-align:center;
	padding-top: 0px;
	padding-bottom: 20px;
	overflow: hidden;
}

.subton {
    background-color: #6d6d6d;
    color: #fff;
    border-style: none;
}

.num_subton {
	background:#6d6d6d;
	color:#FFF;
	text-align:center;
	border:none;
	width:102px;
}


/* start stop */
#res {
	padding-top:10px;
	/*	text-align: center;*/
	overflow: hidden;
}
.res_l {
	float:left;
	width:50%;
	margin-right:0px;
	text-align: right;
}
.res_r {
	float:right;
	width:50%;
	text-align:left;
	margin-left:0px;
}


/* timer over under */
#timer_over {
	padding-bottom:85px;
}
#timer_under {
	padding-top:85px;
}
