@charset "UTF-8";

* {
	-moz-box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


/**
 * Print
 */

@media print {
/***
	[canvas] {
		-webkit-transform: translate( 0px, 0px ) !important;
		    -ms-transform: translate( 0px, 0px ) !important;
		        transform: translate( 0px, 0px ) !important;
	}
***/

	div#menu-foot-block, div#menu-block, div#menu-offcanvas-block {
		display: none !important;
	}

	/*** text to speech box ***/
	div#tts {
		display: none !important;
	}
}


.opa:hover, .opa:visited {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.font-default {
	color:#666666;
}

.coupon-gray {
	color:#999999;
}

.coupon-blue {
	color:#4169e1;
}



.content-coupon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.coupon-num-box {
	background:#4169e1;
	color:#ffffff;
	padding:0.5em;
}





.iframe-content {
    position: relative;
    width: 100%;
    padding: 75% 0 0 0;
}
.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.w50per {
	width:50%;
}

.w30per {
	width:30%;
}

.w20per {
	width:20%;
}

li.normal span {
	display:inline-block;
	border:1px solid #fff;
	padding:0.5em;
	background:#238c00;
	margin-right:0.5em;
}


ul.n {
	margin:0;
	padding:0;
	
}

a.n li.normal {
	padding: 0.5em 1em 0.5em 0.5em;
	margin-top: 0.4em;
	border: 1px solid #ffffff;
	list-style-type: none;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	background:#2e3f93;
}

a.n li.normal:hover {
	padding: 0.5em 1em 0.5em 0.5em;
	margin-top: 0.4em;
	border: 1px solid #ffffff;
	list-style-type: none;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	background:#006dd9;
}


a.n li.normal2 {
	padding: 1em 1em 1em 1em;
	margin-top: 0.4em;
	border: 1px solid #ffffff;
	list-style-type: none;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	background:#2e3f93;
}

a.n li.normal2:hover {
	padding: 1em 1em 1em 1em;
	margin-top: 0.4em;
	border: 1px solid #ffffff;
	list-style-type: none;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	background:#006dd9;
}


.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


.va-m {
	vertical-align:middle;
}
.va-t {
	vertical-align:top;
}
.va-b {
	vertical-align:bottom;
}


a#entry-button:hover {
	text-decoration:underline;
	color:#fff;
}

a#entry-button div#entry-box:hover {
	background:#2e3f93;
}


#tooltip
{
    text-align: center;
    color: #fff;
    background: #111;
    position: absolute;
    z-index: 100;
    padding: 15px;
}
 
#tooltip:after /* triangle decoration */
{
	width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #111;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}
 
#tooltip.top:after
{
	border-top-color: transparent;
    border-bottom: 10px solid #111;
    top: -20px;
    bottom: auto;
}
 
#tooltip.left:after
{
	left: 10px;
    margin: 0;
}
 
#tooltip.right:after
{
	right: 10px;
    left: auto;
    margin: 0;
}





body#normal2 {
	margin: 0 auto 0 auto;
	padding: 0;
	font-family: "メイリオ", sans-serif;
	line-height: 1.5;
	text-align: left;
}

.cnone {
	background-color:none;
}


.cwhiteopa {
	background-color:none;
  	background-image: url(../img/bg_opa2.png);
  	background-repeat: repeat;
  	background-position: left top;
}

.cwhiteopa30 {
  	background-color: rgba( 255, 255, 255, 0.3 );
}

.cwhiteopa40 {
  	background-color: rgba( 255, 255, 255, 0.4 );
}

.cwhiteopa50 {
  	background-color: rgba( 255, 255, 255, 0.5 );
}

.cwhiteopa60 {
  	background-color: rgba( 255, 255, 255, 0.6 );
}

.cwhiteopa70 {
  	background-color: rgba( 255, 255, 255, 0.7 );
}

.cwhiteopa80 {
  	background-color: rgba( 255, 255, 255, 0.8 );
}


a.under {
	text-decoration: underline;
}

a.under-w:hover {
	text-decoration: underline;
	color:#fff;
}




div.clearfix { display: inline-block; }

div.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hide from IE-mac \*/
* html div.clearfix { height: 1%; }
div.clearfix { display: block; }
/* End hide from IE-mac */



a {
	text-decoration: none;
	color: inherit;
}


.aka {
	color: red;
	font-weight: bold;
}

.pink {
	color: #ffbfbf;
}

img.ico200px {
	width:200px;
}

img.ico220px {
	width:220px;
}

img.ico250px {
	width:250px;
}

img.ico150px {
	width:150px;
}

img.ico100px {
	width:100px;
}

img.ico50px {
	width:50px;
}

img.ico45px {
	width:45px;
}

img.ico30px {
	width:30px;
}

img.ico25px {
	width:25px;
}

img.ico22px {
	width:22px;
}

img.ico20px {
	width:20px;
}

img.ico18px {
	width:18px;
}

img.ico16px {
	width:16px;
}

img.ico15px {
	width:15px;
}


img.ico75ht {
	height:75px;
}

img.ico50ht {
	height:50px;
}

img.ico25ht {
	height:25px;
}

img.ico20ht {
	height:20px;
}

img.ico18ht {
	height:18px;
}

img.ico30ht {
	height:30px;
}

img.vm05 {
	margin:0.5em 0 0 0; 
}


h1.tit{
  text-align: left;
  font-weight:normal;
  margin:0;
  padding:0 0 0.5em 0;
  font-size:2.6em;
}

h1.tit-n{
  text-align: left;
  font-weight:normal;
  margin:0;
  padding:0 0 0.5em 0;
  font-size:2.6em;
}

h2.tit{
  text-align: left;
  font-weight:normal;
  margin:0;
  padding:0 0 0.5em 0;
  font-size:1.8em;
}



h2.tit-n{
  text-align: left;
  font-weight:normal;
  margin:0;
  padding:0 0 0.5em 0;
  font-size:1.8em;
}

h3.tit{
  text-align: left;
  font-weight:normal;
  margin:0 0 0.2em 0;
  padding:0.5em 0 0 0;
  font-size:1.4em;
}

h3.tit-n{
  text-align: left;
  font-weight:normal;
  margin:0 0 0.2em 0;
  padding:0.5em 0 0 0;
  font-size:1.4em;
}

h4.tit{
  text-align: left;
  font-weight:normal;
  margin:0;
  padding:0.5em 0 0 0;
  text-decoration: underline;
  font-size:1.2em;
}

h4.head-tit{
  text-align: left;
  font-weight:normal;
  margin:0 0 0.2em 0;
  padding:0.5em 0 0 0;
  font-size:1.2em;
}

div.header-left {
	float: left;
	text-align: left;
	width:40%;
}

div.header-right {
	float: right;
	text-align: right;
	width:60%;
}



.Page_wrap{
  padding: 2em 0;
}

.Page_wrap:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.Page_title{
  text-align: center;
  font-size: 2em;
  color:#ffffff;
}


.eidaibtn-noncolor {
	padding:1em 1em 0 1em;
	width:100%;
	border:none;
	text-align:center;
	text-decoration:none;
	background:none;
	margin:0;

-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
border-radius:0.5em;

}


.eidaibtn-noncolor:hover {
	padding:1em 1em 0 1em;
	width:100%;
	border:none;
	text-align:center;
	text-decoration:none;
  	background: none;
	margin:0;

-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
border-radius:0.5em;

}


.eidaibtn-pale {
	padding:1em;
	width:100%;
	border:1px solid #ffffff;
	text-align:center;
	text-decoration:none;
	background:#006dd9;
	color:#ffffff;
	margin:0;

-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
border-radius:0.5em;

}


.eidaibtn-pale:hover {
	/**
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	**/
	padding:1em;
	width:100%;
	border:1px solid #ffffff;
	text-align:center;
	text-decoration:none;
  	background: #7396ff;
	color:#ffffff;
	margin:0;


  	background-image: url(../img/bg_grad.png);
  	background-position:center top;
 	background-repeat:no-repeat;
	-moz-background-size:100% 50%;
 	background-size:100% 50%; 


-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
border-radius:0.5em;

}


.eidaibtn {
	padding:1em;
	width:100%;
	border:1px solid #ffffff;
	text-align:center;
	text-decoration:none;
	background:#2e3f93;
	color:#ffffff;
	margin:0;


/***
  	background-image: url(../img/bg_grad.png);
  	background-position:center top;
 	background-repeat:no-repeat;
	-moz-background-size:100% 50%;
 	background-size:100% 50%;
***/

-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
border-radius:0.5em;

}


.eidaibtn:hover {
	/**
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	**/
	padding:1em;
	width:100%;
	border:1px solid #ffffff;
	text-align:center;
	text-decoration:none;
  	background: #006dd9;
	color:#ffffff;
	margin:0;

-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
border-radius:0.5em;

}


.eidaibtn-opa {
	padding:1em;
	width:100%;

	text-align:center;
	text-decoration:none;
	margin:0;

-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
border-radius:0.5em;

}


.eidaibtn-opa:hover {
	/**
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	**/
	padding:1em;
	width:100%;

	text-align:center;
	text-decoration:none;
	margin:0;

-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
border-radius:0.5em;

}


  div.normal-btn {
	padding:1em;
	width:100%;
	border:1px solid #ffffff;
	text-align:center;
	text-decoration:none;
	margin: 0;
	font-weight:normal;
	background-color:none;
  }

  div.normal-btn:hover {
	padding:1em;
	width:100%;
	border:1px solid #ffffff;
	text-align:center;
	text-decoration:none;
	margin: 0;
	background-color:none;
	font-weight:normal;
  }


.btn-detail {
	width:1em;
	margin:0 0 0 0.5em;
	vertical-align:middle;
}


.google-for-map {
	display:inline-block;
	text-align:center;
	border:1px solid #fff;
	width:100%;
	height:500px;
}

.mb1em {
	margin-bottom:1em;
}
.mb2em {
	margin-bottom:2em;
}

.mb3em {
	margin-bottom:3em;
}


.mt1em {
	margin-top:1em;
}

.mt2em {
	margin-top:2em;
}

.mt3em {
	margin-top:3em;
}

.pb {
	font-weight:bold;
}

.pdg1em {
	padding:1em !important;
}

.pdg2em {
	padding:2em !important;
}

.pdg05em {
	padding:0.5em !important;
}


.pb05em {
	padding-bottom:0.5em;
}

.pb1em {
	padding-bottom:1em;
}

.pb15em {
	padding-bottom:1.5em;
}

.pb2em {
	padding-bottom:2em;
}

.pt05em {
	padding-top:0.5em;
}

.pt1em {
	padding-top:1em;
}

.pt15em {
	padding-top:1.5em;
}

.pt2em {
	padding-top:2em;
}



.cnum01 {
  background-image: url(../img/01w.png);
  background-repeat: no-repeat;
  background-position: right top;

  -moz-background-size:100px 150px;
  background-size:100px 150px;

}

.cnum02 {
  background-image: url(../img/02w.png);
  background-repeat: no-repeat;
  background-position: right top;

  -moz-background-size:100px 150px;
  background-size:100px 150px;

}

.cnum03 {
  background-image: url(../img/03w.png);
  background-repeat: no-repeat;
  background-position: right top;

  -moz-background-size:100px 150px;
  background-size:100px 150px;

}

.cnum04 {
  background-image: url(../img/04w.png);
  background-repeat: no-repeat;
  background-position: right top;

  -moz-background-size:100px 150px;
  background-size:100px 150px;

}

.cnum05 {
  background-image: url(../img/05w.png);
  background-repeat: no-repeat;
  background-position: right top;

  -moz-background-size:100px 150px;
  background-size:100px 150px;

}

.fc333 {
	color:#333333;
}

.fc666 {
	color:#666666;
}

.fc999 {
	color:#999999;
}

.cbackimg5 {
  background-image: url(../img/bg5.png);
  background-repeat: repeat;
  background-position: left top;
}

.cbackimg21 {
	background-image: url(../img/bg21.png);
	background-repeat: repeat;
	background-position: left top;
  color:#ffffff;
}

.cbackimg19 {
	background-image: url(../img/bg19.png);
	background-repeat: repeat;
	background-position: left top;
  color:#ffffff;
}

.cbackimg13 {
	background-image: url(../img/bg13.png);
	background-repeat: repeat;
	background-position: left top;
}

.cbackimg17 {
	background-image: url(../img/bg17.png);
	background-repeat: repeat;
	background-position: left top;
}

.cbackimg25 {
	background-image: url(../img/bg25.png);
	background-repeat: repeat;
	background-position: left top;
}

.cbackimg2 {
	background-image: url(../img/bg2.png);
	background-repeat: repeat;
	background-position: left top;
}

.ctrans{
	background-image: url(../img/bg_opa.png);
	background-repeat: repeat;
	background-position: left top;
  color:#333333;
}

.ctrans2{
	background-image: url(../img/bg_opa2.png);
	background-repeat: repeat;
	background-position: left top;
  color:#333333;
}

.ctrans3{
	background-image: url(../img/bg_opa3.png);
	background-repeat: repeat;
	background-position: left top;
  color:#333333;
}

.ctrans4{
    background-color:rgba(0, 0, 0, 0.02);
}


.ctrans6{
    background-color:rgba(0, 0, 0, 0.1);
}


.faka {
	color:#e7296b;
}

.fao {
	color:#006dd9;
}

.fmidori {
	color:#238c00;
}

.fkon {
	color:#2e3f93;
}


.cshiro{
  background: #ffffff;
  color:#000000;
}

.fshiro{
  color:#ffffff;
}

.cshiro1{
  background: #ffffff;
  color:#333333;
}

.cshiro2{
  background: #ededed;
  color:#333333;
}



.cn {
  background: #eeeeee;
  color:#000000;
}

.cn2 {
  background: #ededed;
  color:#000000;
}

.cwhite{
  background: #ffffff;
  color:#000000;
}

.cwhite2{
  background: #ffffff;
  color:#555555;
}


.cgreen{
/***
  background: #59b200;
***/
  background: #238c00;
  color:#ffffff;
}

.cgreen2{
  background: #006600;
  color:#ffffff;
}

.cgreen3{
  background: #004000;
  color:#ffffff;
}

.cblue {
  background-color: #006dd9;
  color:#ffffff;
}

.fcblue {
  color: #006dd9;
}

.cblue2 {
  background: #004c66;
  color:#ffffff;
}

.caka2 {
	background: #e7296b;
	color:#ffffff;
}

.faka2 {
	color:#e7296b;
}

.cpink{
  background: #ff73ff;
  color:#ffffff;
}

.cred{
  background: #d90000;
  color:#ffffff;
}

.ckon{
  background: #2e3f93;
  color:#ffffff;
}

.cgray{
  background: #ededed;
}

.fckon{
  color: #2e3f93;
}

.fcgray {
	color:#555555;
}

.fcgray2 {
	color:#999999;
}

.ckon2{
  background: #04203c;
  color:#ffffff;
}

.fckon2{
  color: #04203c;
}


.cwhite{
  background: #ffffff;
}


.corange{
  background: #ff8000;
  color:#ffffff;
}

.cyellow{
  background: #d9d900;
  color:#000000;
}

/*****************/
/*** font size ***/
.fs0p8em {
	font-size:0.8em;
}

.fs1em {
	font-size:1em;
}

.fs1p2em {
	font-size:1.2em;
}

.fs1p3em {
	font-size:1.3em;
}

.fs1p4em {
	font-size:1.4em;
}

.fs1p5em {
	font-size:1.5em;
}

.fs1p8em {
	font-size:1.8em;
}

.fs2em {
	font-size:2em;
}

.fs2p5em {
	font-size:2.5em;
}

.fs3em {
	font-size:3em;
}

.fs3p5em {
	font-size:3.5em;
}

.fs4em {
	font-size:4em;
}

/*****************/

img.w100p {
	width:100%;
}

table.w100p {
	width:100%;
}

td.w50p {
	width:50%;
}

td.w48p {
	width:48%;
}

td.w49p {
	width:49%;
}

td.w40p {
	width:40%;
}

td.w60p {
	width:60%;
}



.bdr {
	border:1px solid #cccccc;
}



.cback-rireki{
  background-image: url(../img/bg_rireki.png);
  background-repeat: no-repeat;
  background-position: right top;
  color:#ffffff;
}

.cback-yotei{
  background-image: url(../img/bg_yotei.png);
  background-repeat: no-repeat;
  background-position: right top;
  color:#ffffff;
}

.cback5{
  background-image: url(../img/bg5.png);
  background-repeat: repeat;
  background-position: left top;
  color:#ffffff;
}

.fborder {
	border:1px solid #ffffff;
}

.b-space {
	margin-bottom: 1em;
}






div.tit-column {
  display: inline-block;
  width:100%;
	/**
  width:90%;
	**/
  margin: 1em 0 1em 0;
  padding: 2em;
  word-break:break-all;
  background:rgba(40, 83, 168,1.0);
		color:rgba(255,255,255,1.0);
	/***
    height: auto;
	***/
     
    animation-name: tit-column-anim;
    animation-duration: 2.5s;
    animation-delay: 1.0s;
    animation-direction: alternate;
    animation-iteration-count: 1;
	animation-fill-mode:forwards;

}

div.tit-column:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hide from IE-mac \*/
* html div.tit-column { height: 1%; }
div.tit-column { display: block; }
/* End hide from IE-mac */


@keyframes tit-column-anim {
    from {
        width: 100%;
		color:rgba(255,255,255,1.0);
        background:rgba(40, 83, 168,1.0);
    }
    15% {
        width: 100%;
		color:rgba(255,255,255,1.0);
    }
    30% {
        width: 100%;
		color:rgba(255,255,255,1.0);
    }
    to {
        width: 100%;
        background-color:rgba(0, 0, 255, 0.1);
		color:rgba(0,0,0,0.7);
    }
}




div.tit-column-nonpadding {
  display: inline-block;
  width:100%;
  margin: 1em 0 1em 0;
  padding: 0;
  word-break:break-all;
  /*** background-color:rgba(0, 0, 0, 0); ***/
}

div.tit-column-nonpadding:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hide from IE-mac \*/
* html div.tit-column-nonpadding { height: 1%; }
div.tit-column-nonpadding { display: block; }
/* End hide from IE-mac */




div.tit-column-trans {
  width:100%;
  margin: 1em 0 1em 0;
  padding: 2em 0 2em 0;
  word-break:break-all;
}


div.column {
  width:100%;
  margin: 1em 0 1em 0;
  padding: 2em;
  word-break:break-all;
}

div.column2 {
  width:100%;
  margin: 0.5em 0 0.5em 0;
  padding: 1em;
  word-break:break-all;

}

div.column3 {
  width:100%;
  margin: 0.3em 0 0 0;
  padding: 0.5em 1em;
  word-break:break-all;
}



.box-3column {
  float: left;
  margin: 0.5% 1%;
  padding: 0;
  word-break:break-all;

}

.box-2column {
  float: left;
  margin: 0.5% 1%;
  padding: 0;
  word-break:break-all;

}

.box-2column30, .box-2column70 {
  float: left;
  margin: 0.5% 1%;
  padding: 0;
  word-break:break-all;

}

.box-2column70 a.std {
	text-decoration: underline;
	color: #006dd9;
}

.box-1column {
  float: left;
  margin: 0.5% 1%;
  padding: 0;
  word-break:break-all;
}




.item{
  float: left;
  margin: 1%;
/****
  padding: 3%;
****/
  padding: 0;
  word-break:break-all;

}

.item431{
  float: left;
  margin: 1%;
  padding: 0;
  word-break:break-all;

}

.item421{
  float: left;
  margin: 1%;
  padding: 0;
  word-break:break-all;

}

.item2{
  float: left;
  margin: 1%;
  padding: 3%;
  word-break:break-all;
}

.item3{
  float: left;
  margin: 1%;
  padding: 3%;
  word-break:break-all;
}

.item4{
  float: left;
  margin: 1%;
  padding: 0;
  background: none;
  word-break:break-all;
}

.item5{
  float: left;
  margin: 1%;
  padding: 0;
  background: none;
  text-align:center;
  word-break:break-all;
}



video {
	width:100%;
	height:520px;
}



div#facebook_container {
  display: inline-block;
  width:100%;
  padding: 0;
  word-break:break-all;
  /*** background-color:rgba(0, 0, 0, 0); ***/
  text-align:center;
}

div#facebook_container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
}

/* Hide from IE-mac \*/
* html div#facebook_container { height: 1%; }
div#facebook_container { display: block; }
/* End hide from IE-mac */



div#facebook_container .fb-page,
div#facebook_container .fb-page[style],
div#facebook_container .fb-page_widget iframe[style],
div#facebook_container .fb-page iframe[style],
div#facebook_container .fb-page span{
    /*width: 100% !important;*/
	height:500px;
	clear:both;
}



div#facebook_container .twitter-timeline {
  display: inline-block;
  width:100%;
  padding: 0;
  word-break:break-all;
}

div#facebook_container .twitter-timeline:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
}

/* Hide from IE-mac \*/
* html div#facebook_container .twitter-timeline { height: 1%; }
div#facebook_container .twitter-timeline { display: block; }
/* End hide from IE-mac */


div#facebook_container .twitter-timeline,
div#facebook_container .twitter-timeline[style],
div#facebook_container .twitter-timeline iframe[style],
div#facebook_container .twitter-timeline span{
    /*width: 100% !important;*/
	height:500px !important;
	clear:both !important;
}



/***************************************************/
/****  （0）1101px ～　 ****/
/***************************************************/
/***************************************************/
/***************************************************/
/***************************************************/


@media (min-width:1101px){
  .Page_wrap{
    width: 940px;
    margin: auto;
  }

.one-btn-wrapper {
	display:inline-block;
	text-align:center;
	width:33%;
}

.wrapper-coupon {
	text-align:center;
	background-image: url("../img/kao_coupon01.jpg");
	background-position:center middle;
	background-repeat:no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto;
	background-color:#ffffff;

    position: relative;
    width: 100%;
}
.wrapper-coupon:before {
    content:"";
    display: block;
    padding-top: 31%; /* 4:3の場合、高さを幅の75%に固定 */
}

.coupon-mini-box {
	display:none;
}

.coupon-outline {
	background:#ffffff;
}

.coupon-outline-img {
	padding-top:0.5em;
	text-align:center;
}

.coupon-outline-img>img#coupon-img {
	width:300px;
	text-align:center;
}

.coupon-pdg {
	padding-top:4.2em;
}

.coupon-txt-ss {
	font-size:0.6em;
	line-height:1.2em;
}

.coupon-txt-s {
	font-size:0.8em;
	line-height:1.2em;
}

.coupon-txt-m {
	font-size:1em;
	line-height:1.4em;
}

.coupon-txt-l {
	font-size:1.5em;
	line-height:1.4em;
}

.coupon-txt-ll {
	font-size:2.5em;
	line-height:1.4em;
}

.coupon-txt-title {
	font-size:3em;
	line-height:2em;
}



.box-column {
  margin:0;
  padding: 0 1% 0 1%;
  word-break:break-all;
}


  .box-1column{
    width: 98%;
  }

  .box-2column{
    width: 48%;
  }

  .box-2column30{
    width: 28%;
  }

  .box-2column70{
    width: 68%;
  }

  .box-3column{
    width: 31.3%;
  }

  .item{
    width: 23%;
  }

  .item431{
    width: 23%;
  }

  .item421{
    width: 23%;
  }

  .item2{
    width: 48%;
  }

  .item3{
    width: 98%;
  background-image: url(../img/bg_23008c.png);
  background-repeat: no-repeat;
  background-position: right top;
  }

  .item3-nobg{
    width: 98%;
  }

  .item4{
    width: 98%;
  background-image: url(../img/bg_23008c.png);
  background-repeat: no-repeat;
  background-position: right top;
  }

  .item5{
    width: 98%;
  background-image: url(../img/bg_23008c.png);
  background-repeat: no-repeat;
  background-position: right top;
  }



  .ico {
	width: 6%;
	vertical-align:middle;
  }

  .ico-logo {
	width: 40%;
	vertical-align:middle;
  }

  .ico-logo2 {
	width: 18%;
	vertical-align:middle;
  }

  h1.gn-btn {
	padding:0.5em;
	width:15%;
	border:1px solid #ffffff;
	text-align:center;
	text-decoration:none;
	float:left;
	margin: 0 0.5em 1.0em 0.5em;
	font-size: 1em;
	font-weight:normal;
	color:#ffffff;

-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
border-radius:0.5em;


  }

  h1.gn-btn:hover {
	padding:0.5em;
	width:15%;
	border:1px solid #ffffff;
	text-align:center;
	text-decoration:none;
	float:left;
	margin: 0 0.5em 1.0em 0.5em;
	background-color:#ffc926;
	font-size: 1em;
	font-weight:normal;
	color:#ffffff;

-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
border-radius:0.5em;

  }


  h1.gn-btn-is {
	padding:0.5em;
	width:15%;
	border:1px solid #ffffff;
	text-align:center;
	text-decoration:none;
	float:left;
	margin: 0 0.5em 1.0em 0.5em;
	font-size: 1em;
	font-weight:normal;
	color:#ffffff;

-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
border-radius:0.5em;

  }

  h1.gn-btn-is:hover {
	padding:0.5em;
	width:15%;
	border:1px solid #ffffff;
	text-align:center;
	text-decoration:none;
	float:left;
	margin: 0 0.5em 1.0em 0.5em;
	background-color:#ffc926;
	font-size: 1em;
	font-weight:normal;
	color:#ffffff;

-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
border-radius:0.5em;
  }


  h1.gn-btn-on {
	padding:0.5em;
	width:15%;
	border:1px solid #ffffff;
	text-align:center;
	text-decoration:none;
	float:left;
	margin: 0 0.5em 1.0em 0.5em;
	font-size: 1em;
	font-weight:normal;
	color:#ffffff;

-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
border-radius:0.5em;

  }

  h1.gn-btn-on:hover {
	padding:0.5em;
	width:15%;
	border:1px solid #ffffff;
	text-align:center;
	text-decoration:none;
	float:left;
	margin: 0 0.5em 1.0em 0.5em;
	background-color:#ffc926;
	font-size: 1em;
	font-weight:normal;
	color:#ffffff;

-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
border-radius:0.5em;

  }


	input#timeDisplay {
	font-size:6em;
	}


input.n4m {
	padding: 1em;
	font-family: inherit;
	font-size: 4em;
	width:42%;
  background-image: url(../img/bg_min.png);
  background-repeat: no-repeat;
  background-position: left top;

}


input.n4s {
	padding: 1em;
	font-family: inherit;
	font-size: 4em;
	width:42%;
  background-image: url(../img/bg_sec.png);
  background-repeat: no-repeat;
  background-position: left top;

}

input.nsec {
	padding: 0.5em 1em;
	font-family: inherit;
	font-size: 6em;
	width:100%;
  background-image: url(../img/bg_sec50.png);
  background-size:50px 50px;
  background-repeat: no-repeat;
  background-position: left top;

}

input.nmin {
	padding: 0.5em 1em;
	font-family: inherit;
	font-size: 6em;
	width:100%;
  background-image: url(../img/bg_min50.png);
  background-size:50px 50px;
  background-repeat: no-repeat;
  background-position: left top;

}

#v-space {
	position:relative;
	background-color:none;
	width:100%;
	height:710px;
}


}



/***************************************************/
/****  （1）960px～1100px  ****/
/***************************************************/
/***************************************************/
/***************************************************/
/***************************************************/

@media (min-width: 960px) and (max-width: 1100px){
  .Page_wrap{
    width: 940px;
    margin: auto;
  }


.one-btn-wrapper {
	display:inline-block;
	text-align:center;
	width:33%;
}


.wrapper-coupon {
	text-align:center;
	background-image: url("../img/kao_coupon01.jpg");
	background-position:center middle;
	background-repeat:no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto;
	background-color:#ffffff;

    position: relative;
    width: 100%;
}
.wrapper-coupon:before {
    content:"";
    display: block;
    padding-top: 31%; /* 4:3の場合、高さを幅の75%に固定 */
}

.coupon-mini-box {
	display:none;
}

.coupon-outline {
	background:#ffffff;
}

.coupon-outline-img {
	padding-top:0.5em;
	text-align:center;
}

.coupon-outline-img>img#coupon-img {
	width:300px;
	text-align:center;
}

.coupon-pdg {
	padding-top:4.4em;
}

.coupon-txt-ss {
	font-size:0.6em;
	line-height:1em;
}

.coupon-txt-s {
	font-size:0.8em;
	line-height:1em;
}

.coupon-txt-m {
	font-size:1em;
	line-height:1.4em;
}

.coupon-txt-l {
	font-size:1.5em;
	line-height:1.4em;
}

.coupon-txt-ll {
	font-size:2.5em;
	line-height:1.4em;
}

.coupon-txt-title {
	font-size:2.8em;
	line-height:2em;
}




.box-column {
  margin:0;
  padding: 0 1% 0 1%;
  word-break:break-all;
}


  .box-1column{
    width: 98%;
  }

  .box-2column{
    width: 48%;
  }

  .box-2column30{
    width: 28%;
  }

  .box-2column70{
    width: 68%;
  }

  .box-3column{
    width: 31.3%;
  }

  .item{
    width: 23%;
  }

  .item431{
    width: 23%;
  }

  .item421{
    width: 23%;
  }

  .item2{
    width: 48%;
  }

  .item3{
    width: 98%;
  background-image: url(../img/bg_23008c.png);
  background-repeat: no-repeat;
  background-position: right top;
  }

  .item3-nobg{
    width: 98%;
  }

  .item4{
    width: 98%;
  background-image: url(../img/bg_23008c.png);
  background-repeat: no-repeat;
  background-position: right top;
  }

  .item5{
    width: 98%;
  background-image: url(../img/bg_23008c.png);
  background-repeat: no-repeat;
  background-position: right top;
  }



  .ico {
	width: 6%;
	vertical-align:middle;
  }

  .ico-logo {
	width: 40%;
	vertical-align:middle;
  }

  .ico-logo2 {
	width: 18%;
	vertical-align:middle;
  }

  h1.gn-btn {
	padding:0.5em;
	width:15%;
	border:1px solid #ffffff;
	text-align:center;
	text-decoration:none;
	float:left;
	margin: 0 0.5em 1.0em 0.5em;
	font-size: 1em;
	font-weight:normal;
	color:#ffffff;

-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
border-radius:0.5em;

  }

  h1.gn-btn:hover {
	padding:0.5em;
	width:15%;
	border:1px solid #ffffff;
	text-align:center;
	text-decoration:none;
	float:left;
	margin: 0 0.5em 1.0em 0.5em;
	background-color:#ffc926;
	font-size: 1em;
	font-weight:normal;
	color:#ffffff;

-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
border-radius:0.5em;

  }


  h1.gn-btn-is {
	padding:0.5em;
	width:15%;
	border:1px solid #ffffff;
	text-align:center;
	text-decoration:none;
	float:left;
	margin: 0 0.5em 1.0em 0.5em;
	font-size: 1em;
	font-weight:normal;
	color:#ffffff;

-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
border-radius:0.5em;

  }

  h1.gn-btn-is:hover {
	padding:0.5em;
	width:15%;
	border:1px solid #ffffff;
	text-align:center;
	text-decoration:none;
	float:left;
	margin: 0 0.5em 1.0em 0.5em;
	background-color:#ffc926;
	font-size: 1em;
	font-weight:normal;
	color:#ffffff;

-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
border-radius:0.5em;

  }


  h1.gn-btn-on {
	padding:0.5em;
	width:15%;
	border:1px solid #ffffff;
	text-align:center;
	text-decoration:none;
	float:left;
	margin: 0 0.5em 1.0em 0.5em;
	font-size: 1em;
	font-weight:normal;
	color:#ffffff;

-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
border-radius:0.5em;

  }

  h1.gn-btn-on:hover {
	padding:0.5em;
	width:15%;
	border:1px solid #ffffff;
	text-align:center;
	text-decoration:none;
	float:left;
	margin: 0 0.5em 1.0em 0.5em;
	background-color:#ffc926;
	font-size: 1em;
	font-weight:normal;
	color:#ffffff;

-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
border-radius:0.5em;

  }


	input#timeDisplay {
	font-size:6em;
	}


input.n4m {
	padding: 1em;
	font-family: inherit;
	font-size: 4em;
	width:42%;
  background-image: url(../img/bg_min.png);
  background-repeat: no-repeat;
  background-position: left top;

}


input.n4s {
	padding: 1em;
	font-family: inherit;
	font-size: 4em;
	width:42%;
  background-image: url(../img/bg_sec.png);
  background-repeat: no-repeat;
  background-position: left top;

}

input.nsec {
	padding: 0.5em 1em;
	font-family: inherit;
	font-size: 6em;
	width:100%;
  background-image: url(../img/bg_sec50.png);
  background-size:50px 50px;
  background-repeat: no-repeat;
  background-position: left top;

}

input.nmin {
	padding: 0.5em 1em;
	font-family: inherit;
	font-size: 6em;
	width:100%;
  background-image: url(../img/bg_min50.png);
  background-size:50px 50px;
  background-repeat: no-repeat;
  background-position: left top;

}

#v-space {
	position:relative;
	background-color:none;
	width:100%;
	height:410px;
}


}



/***************************************************/
/****  （2）600px～959px  ****/
/***************************************************/
/***************************************************/
/***************************************************/
/***************************************************/


@media (min-width:600px) and (max-width: 959px){
  .Page_wrap{
    width: 90%;
    margin: auto;
  }

.one-btn-wrapper {
	display:inline-block;
	text-align:center;
	width:50%;
}

.wrapper-coupon {
	text-align:center;
	background-image: url("../img/kao_coupon01.jpg");
	background-position:center middle;
	background-repeat:no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto;
	background-color:#ffffff;

    position: relative;
    width: 100%;
}
.wrapper-coupon:before {
    content:"";
    display: block;
    padding-top: 31%; /* 4:3の場合、高さを幅の75%に固定 */
}

.coupon-mini-box {
	display:none;
}

.coupon-outline {
	background:#ffffff;
}

.coupon-outline-img {
	padding-top:0.5em;
	text-align:center;
}

.coupon-outline-img>img#coupon-img {
	width:300px;
	text-align:center;
}

.coupon-pdg {
	padding-top:2.3em;
}

.coupon-txt-ss {
	font-size:0.6em;
	line-height:1em;
}

.coupon-txt-s {
	font-size:0.8em;
	line-height:1em;
}

.coupon-txt-m {
	font-size:1em;
	line-height:1.4em;
}

.coupon-txt-l {
	font-size:1.5em;
	line-height:1.4em;
}

.coupon-txt-ll {
	font-size:2.5em;
	line-height:1.4em;
}

.coupon-txt-title {
	font-size:2.5em;
	line-height:1.5em;
}



.box-column {
  margin:0;
  padding: 0 2% 0 1%;
  word-break:break-all;
}

  .box-1column{
    width: 97%;
  }

  .box-2column{
	width:97%;
  }

  .box-2column30, .box-2column70 {
	width:97%;
  }

  .box-3column{
    width: 31%;
  }

  .item{
    width: 31%;
  }

  .item431{
    width: 31%;
  }

  .item421{
    width: 48%;
  }

  .item2{
    width: 97%;
  }

  .item3{
    width: 97%;
  background-image: url(../img/bg_23008c.png);
  background-repeat: no-repeat;
  background-position: right top;
  }

  .item3-nobg{
    width: 97%;
  }

  .item4{
    width: 97%;
  background-image: url(../img/bg_23008c.png);
  background-repeat: no-repeat;
  background-position: right top;
  }

  .item5{
    width: 97%;
  background-image: url(../img/bg_23008c.png);
  background-repeat: no-repeat;
  background-position: right top;
  }

  .ico {
	width: 8%;
	vertical-align:middle;
  }

  .ico-logo {
	width: 50%;
	vertical-align:middle;
  }

  .ico-logo2 {
	width: 20%;
	vertical-align:middle;
  }

  h1.gn-btn {
	padding:0.5em;
	width:32%;
	border:1px solid #ffffff;
	text-align:center;
	text-decoration:none;
	float:left;
	margin: 0 0.2em 0.3em 0.1em;
	font-size: 1em;
	font-weight:normal;
	color:#ffffff;

-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
border-radius:0.5em;

  }

  h1.gn-btn:hover {
	padding:0.5em;
	width:32%;
	border:1px solid #ffffff;
	text-align:center;
	text-decoration:none;
	float:left;
	margin: 0 0.2em 0.3em 0.1em;
	background-color:#ffc926;
	font-size: 1em;
	font-weight:normal;
	color:#ffffff;

-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
border-radius:0.5em;

  }


  h1.gn-btn-is {
	padding:0.5em;
	width:32%;
	border:1px solid #ffffff;
	text-align:center;
	text-decoration:none;
	float:left;
	margin: 0 0.2em 0.3em 0.1em;
	font-size: 1em;
	font-weight:normal;
	color:#ffffff;

-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
border-radius:0.5em;

  }

  h1.gn-btn-is:hover {
	padding:0.5em;
	width:32%;
	border:1px solid #ffffff;
	text-align:center;
	text-decoration:none;
	float:left;
	margin: 0 0.2em 0.3em 0.1em;
	background-color:#ffc926;
	font-size: 1em;
	font-weight:normal;
	color:#ffffff;

-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
border-radius:0.5em;

  }

  h1.gn-btn-on {
	padding:0.5em;
	width:32%;
	border:1px solid #ffffff;
	text-align:center;
	text-decoration:none;
	float:left;
	margin: 0 0.2em 0.3em 0.1em;
	font-size: 1em;
	font-weight:normal;
	color:#ffffff;

-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
border-radius:0.5em;

  }

  h1.gn-btn-on:hover {
	padding:0.5em;
	width:32%;
	border:1px solid #ffffff;
	text-align:center;
	text-decoration:none;
	float:left;
	margin: 0 0.2em 0.3em 0.1em;
	background-color:#ffc926;
	font-size: 1em;
	font-weight:normal;
	color:#ffffff;

-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
border-radius:0.5em;

  }

	input#timeDisplay {
	font-size:3em;
	}


input.n4m {
	padding: 1em;
	font-family: inherit;
	font-size: 2.5em;
	width:44%;
  background-image: url(../img/bg_min.png);
  background-repeat: no-repeat;
  background-position: left top;
}


input.n4s {
	padding: 1em;
	font-family: inherit;
	font-size: 2.5em;
	width:44%;
  background-image: url(../img/bg_sec.png);
  background-repeat: no-repeat;
  background-position: left top;
}

input.nsec {
	padding: 1em;
	font-family: inherit;
	font-size: 4em;
	width:100%;
  background-image: url(../img/bg_sec50.png);
  background-size:50px 50px;
  background-repeat: no-repeat;
  background-position: left top;

}

input.nmin {
	padding: 1em;
	font-family: inherit;
	font-size: 4em;
	width:100%;
  background-image: url(../img/bg_min50.png);
  background-size:50px 50px;
  background-repeat: no-repeat;
  background-position: left top;

}

#v-space {
	position:relative;
	background-color:none;
	width:100%;
	height:240px;
}


}



/***************************************************/
/***************************************************/
/******** 481～599 ****************/
/***************************************************/
/***************************************************/


@media (min-width:481px) and (max-width: 599px){
  .Page_wrap{
    width: 90%;
    margin: auto;
  }

.one-btn-wrapper {
	display:inline-block;
	text-align:center;
	width:50%;
}

.wrapper-coupon {
	text-align:center;
	background-image: url("../img/kao_coupon01.jpg");
	background-position:center middle;
	background-repeat:no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto;
	background-color:#ffffff;

    position: relative;
    width: 100%;
}
.wrapper-coupon:before {
    content:"";
    display: block;
    padding-top: 31%; /* 4:3の場合、高さを幅の75%に固定 */
}

.coupon-mini-box {
	display:none;
}

.coupon-outline {
	background:#ffffff;
}

.coupon-outline-img {
	padding-top:0.5em;
	text-align:center;
}

.coupon-outline-img>img#coupon-img {
	width:100%;
	text-align:center;
}

.coupon-pdg {
	padding-top:1.8em;
}

.coupon-txt-ss {
	font-size:0.6em;
	line-height:1em;
}

.coupon-txt-s {
	font-size:0.8em;
	line-height:1em;
}

.coupon-txt-m {
	font-size:1em;
	line-height:1.2em;
}

.coupon-txt-l {
	font-size:1.5em;
	line-height:1.2em;
}

.coupon-txt-ll {
	font-size:2.5em;
	line-height:1.2em;
}

.coupon-txt-title {
	font-size:1.8em;
	line-height:1.8em;
}



.box-column {
  margin:0;
  padding: 0 2% 0 1%;
  word-break:break-all;
}

  .box-1column{
    width: 97%;
  }

  .box-2column{
	width:97%;
  }

  .box-2column30, .box-2column70 {
	width:97%;
  }

  .box-3column{
    width: 31%;
  }

  .item{
    width: 31%;
  }

  .item431{
    width: 31%;
  }

  .item421{
    width: 48%;
  }

  .item2{
    width: 97%;
  }

  .item3{
    width: 97%;
  background-image: url(../img/bg_23008c.png);
  background-repeat: no-repeat;
  background-position: right top;
  }

  .item3-nobg{
    width: 97%;
  }

  .item4{
    width: 97%;
  background-image: url(../img/bg_23008c.png);
  background-repeat: no-repeat;
  background-position: right top;
  }

  .item5{
    width: 97%;
  background-image: url(../img/bg_23008c.png);
  background-repeat: no-repeat;
  background-position: right top;
  }

  .ico {
	width: 8%;
	vertical-align:middle;
  }

  .ico-logo {
	width: 50%;
	vertical-align:middle;
  }

  .ico-logo2 {
	width: 20%;
	vertical-align:middle;
  }

  h1.gn-btn {
	padding:0.5em;
	width:32%;
	border:1px solid #ffffff;
	text-align:center;
	text-decoration:none;
	float:left;
	margin: 0 0.2em 0.3em 0.1em;
	font-size: 1em;
	font-weight:normal;
	color:#ffffff;

-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
border-radius:0.5em;

  }

  h1.gn-btn:hover {
	padding:0.5em;
	width:32%;
	border:1px solid #ffffff;
	text-align:center;
	text-decoration:none;
	float:left;
	margin: 0 0.2em 0.3em 0.1em;
	background-color:#ffc926;
	font-size: 1em;
	font-weight:normal;
	color:#ffffff;

-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
border-radius:0.5em;

  }


  h1.gn-btn-is {
	padding:0.5em;
	width:32%;
	border:1px solid #ffffff;
	text-align:center;
	text-decoration:none;
	float:left;
	margin: 0 0.2em 0.3em 0.1em;
	font-size: 1em;
	font-weight:normal;
	color:#ffffff;

-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
border-radius:0.5em;

  }

  h1.gn-btn-is:hover {
	padding:0.5em;
	width:32%;
	border:1px solid #ffffff;
	text-align:center;
	text-decoration:none;
	float:left;
	margin: 0 0.2em 0.3em 0.1em;
	background-color:#ffc926;
	font-size: 1em;
	font-weight:normal;
	color:#ffffff;

-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
border-radius:0.5em;

  }

  h1.gn-btn-on {
	padding:0.5em;
	width:32%;
	border:1px solid #ffffff;
	text-align:center;
	text-decoration:none;
	float:left;
	margin: 0 0.2em 0.3em 0.1em;
	font-size: 1em;
	font-weight:normal;
	color:#ffffff;

-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
border-radius:0.5em;

  }

  h1.gn-btn-on:hover {
	padding:0.5em;
	width:32%;
	border:1px solid #ffffff;
	text-align:center;
	text-decoration:none;
	float:left;
	margin: 0 0.2em 0.3em 0.1em;
	background-color:#ffc926;
	font-size: 1em;
	font-weight:normal;
	color:#ffffff;

-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
border-radius:0.5em;

  }

	input#timeDisplay {
	font-size:3em;
	}


input.n4m {
	padding: 1em;
	font-family: inherit;
	font-size: 2.5em;
	width:44%;
  background-image: url(../img/bg_min.png);
  background-repeat: no-repeat;
  background-position: left top;
}


input.n4s {
	padding: 1em;
	font-family: inherit;
	font-size: 2.5em;
	width:44%;
  background-image: url(../img/bg_sec.png);
  background-repeat: no-repeat;
  background-position: left top;
}

input.nsec {
	padding: 1em;
	font-family: inherit;
	font-size: 4em;
	width:100%;
  background-image: url(../img/bg_sec50.png);
  background-size:50px 50px;
  background-repeat: no-repeat;
  background-position: left top;

}

input.nmin {
	padding: 1em;
	font-family: inherit;
	font-size: 4em;
	width:100%;
  background-image: url(../img/bg_min50.png);
  background-size:50px 50px;
  background-repeat: no-repeat;
  background-position: left top;

}

#v-space {
	position:relative;
	background-color:none;
	width:100%;
	height:240px;
}


}

/***************************************************/
/***************************************************/
/***************************************************/

@media (max-width:480px){
  .Page_wrap{
    width: 95%;
    margin: auto;
  }


.one-btn-wrapper {
	display:inline-block;
	text-align:center;
	width:100%;
}


.wrapper-coupon {
	display:none;
}

.coupon-mini-box {
	
}

.coupon-outline {
	background:#ffffff;
	border:1px solid #4169e1;
}

.coupon-outline-img {
	padding-top:0.5em;
	text-align:center;
}

.coupon-outline-img>img#coupon-img {
	width:100%;
	text-align:center;
}

.coupon-pdg {
	padding-top:1em;
}

.coupon-txt-ss {
	font-size:0.6em;
	line-height:1em;
}

.coupon-txt-s {
	font-size:0.8em;
	line-height:1em;
}

.coupon-txt-m {
	font-size:1em;
	line-height:1.2em;
}

.coupon-txt-l {
	font-size:1.5em;
	line-height:1.2em;
}

.coupon-txt-ll {
	font-size:2.5em;
	line-height:1.2em;
}

.coupon-txt-title {
	font-size:1.5em;
	line-height:1.3em;
}




div#tts {
	display: none;
}

.box-column {
  margin:0;
  padding: 0 2% 0 1%;
  word-break:break-all;
}

  .box-1column{
    width: 97%;
  }

  .box-2column{
	width:97%;
  }

  .box-2column30, .box-2column70 {
	width:97%;
  }

  .box-3column{
    width: 31%;
  }

  .item{
    width: 47.5%;
  }

  .item431{
    width: 97%;
  }

  .item421{
    width: 97%;
  }

  .item2{
    width: 97%;
  }

  .item3{
    width: 97%;
  background-image: url(../img/bg_23008c.png);
  background-repeat: no-repeat;
  background-position: right top;
  }

  .item3-nobg{
    width: 97%;
  }

  .item4{
    width: 97%;
  background-image: url(../img/bg_23008c.png);
  background-repeat: no-repeat;
  background-position: right top;
  }

  .item5{
    width: 97%;
  background-image: url(../img/bg_23008c.png);
  background-repeat: no-repeat;
  background-position: right top;
  }

  .ico {
	width: 10%;
	vertical-align:middle;
  }

  .ico-logo {
	width: 80%;
	vertical-align:middle;
  }

  .ico-logo2 {
	width: 30%;
	vertical-align:middle;
  }

  h1.gn-btn {
	padding:0.5em;
	width:47%;
	border:1px solid #ffffff;
	text-align:center;
	text-decoration:none;
	float:left;
	margin: 0.2em 0.2em 0.2em 0.2em;
	font-size: 1em;
	font-weight:normal;
	color:#ffffff;

-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
border-radius:0.5em;

  }

  h1.gn-btn:hover {
	padding:0.5em;
	width:47%;
	border:1px solid #ffffff;
	text-align:center;
	text-decoration:none;
	float:left;
	margin: 0.2em 0.2em 0.2em 0.2em;
	background-color:#ffc926;
	font-size: 1em;
	font-weight:normal;
	color:#ffffff;

-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
border-radius:0.5em;

  }


  h1.gn-btn-is {
	padding:0.5em;
	width:47%;
	border:1px solid #ffffff;
	text-align:center;
	text-decoration:none;
	float:left;
	margin: 0.2em 0.2em 0.2em 0.2em;
	font-size: 1em;
	font-weight:normal;
	color:#ffffff;

-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
border-radius:0.5em;

  }

  h1.gn-btn-is:hover {
	padding:0.5em;
	width:47%;
	border:1px solid #ffffff;
	text-align:center;
	text-decoration:none;
	float:left;
	margin: 0.2em 0.2em 0.2em 0.2em;
	background-color:#ffc926;
	font-size: 1em;
	font-weight:normal;
	color:#ffffff;

-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
border-radius:0.5em;

  }


  h1.gn-btn-on {
	padding:0.5em;
	width:47%;
	border:1px solid #ffffff;
	text-align:center;
	text-decoration:none;
	float:left;
	margin: 0.2em 0.2em 0.2em 0.2em;
	font-size: 1em;
	font-weight:normal;
	color:#ffffff;

-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
border-radius:0.5em;

  }

  h1.gn-btn-on:hover {
	padding:0.5em;
	width:47%;
	border:1px solid #ffffff;
	text-align:center;
	text-decoration:none;
	float:left;
	margin: 0.2em 0.2em 0.2em 0.2em;
	background-color:#ffc926;
	font-size: 1em;
	font-weight:normal;
	color:#ffffff;

-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
border-radius:0.5em;

  }

	input#timeDisplay {
	font-size:2.1em;
	}


input.n4m {
	padding: 1em;
	font-family: inherit;
	font-size: 2em;
	width:44%;
  background-image: url(../img/bg_min.png);
  background-repeat: no-repeat;
  background-position: left top;
}


input.n4s {
	padding: 1em;
	font-family: inherit;
	font-size: 2em;
	width:44%;
  background-image: url(../img/bg_sec.png);
  background-repeat: no-repeat;
  background-position: left top;
}

input.nsec {
	padding: 1em;
	font-family: inherit;
	font-size: 2em;
	width:100%;
  background-image: url(../img/bg_sec50.png);
  background-size:50px 50px;
  background-repeat: no-repeat;
  background-position: left top;

}

input.nmin {
	padding: 1em;
	font-family: inherit;
	font-size: 2em;
	width:100%;
  background-image: url(../img/bg_min50.png);
  background-size:50px 50px;
  background-repeat: no-repeat;
  background-position: left top;

}

#v-space {
	position:relative;
	background-color:none;
	width:100%;
	height:120px;
}

}















table.normal3 {
    width: 100%;
    margin:0 0 1em 0;
    border:none;
    border-spacing:0;
}

table.normal4 {
    width: 100%;
    margin:0 0 1em 0;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-spacing:0;
}

table.normal4 th, table.normal4 td {
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 1em;
	font-family: inherit;
	font-size: inherit;
}

table.normal4 th {
    background-color:rgba(0, 0, 0, 0.05);
	font-weight:normal;
    color:#333333;
}




table.sch {
    width: 100%;
    margin:0 0 0 0;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-spacing:0;
    color:#333333;
}


table.sch tr th,
table.sch tr td {
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 0;
	font-family: inherit;
	font-size: inherit;
    color:#333333;
}


table.normal,
table.normal2 {
    width: 100%;
    margin:0 0 1em 0;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-spacing:0;
    color:#333333;
}



table.normal tr th,
table.normal2 tr th,
table.normal tr td,
table.normal2 tr td {
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 1em;
	font-family: inherit;
	font-size: inherit;
    color:#333333;
}

table.normal tr th {
    background-color:rgba(255, 255, 255, 0.05);
	width:30%;
	font-weight:normal;
	color:inherit;
}

table.normal tr td {
	color:inherit;
}

table.normal2 tr th {
    background-color:rgba(0, 0, 0, 0.05);
	width:30%;
	font-weight:normal;
    color:#333333;
}

table.normal2 tr td {
    color:#333333;
}


table.normal2 tr th.passed {
    background-color:rgba(0, 0, 0, 0.05);
	width:30%;
	font-weight:normal;
    color: rgba(0,0,0,0.4);
}

table.normal2 tr td.passed {
    background-color:rgba(0, 0, 0, 0.02);
    color: rgba(0,0,0,0.4);
}





table.btn2column {
	width: 100%;
	margin:1em 0 1em 0;
}

td.r2c {
	width: 49%;
	text-align: right;
	vertical-align:top;
}

td.l2c {
	width: 49%;
	text-align: left;
	vertical-align:top;
}

td.s2c {
	width: 2%;
	text-align: center;
	vertical-align:top;
}

table.foot-table {
	width: 100%;
	margin:2em 0 0 0;
}

table.foot-table2 {
	width: 100%;
	margin:0 0 0 0;
}

td.r {
	width: 30%;
	text-align: right;
	vertical-align:top;
}

td.l {
	width: 30%;
	text-align: left;
	vertical-align:top;
}

td.c {
	width: 30%;
	text-align: center;
	vertical-align:top;
}

td.s {
	width: 5%;
	text-align: center;
	vertical-align:top;
}

td.min {
	width: 20%;
	text-align: center;
}

td.sbtn {
	width: 10%;
	text-align: center;
}

td.txt-l {
	text-align: left;
	vertical-align:top;
	word-wrap: break-word;
}

td.td30, th.td30 {
	width: 30%;
	vertical-align:top;
}

td.td33, th.td33 {
	width: 33%;
	vertical-align:top;
}

td.td33m, th.td33m {
	width: 33%;
	vertical-align:middle;
}

td.td34, th.td34 {
	width: 34%;
	vertical-align:top;
}

td.td34m, th.td34m {
	width: 34%;
	vertical-align:middle;
}

td.td20, th.td20 {
	width: 20%;
	vertical-align:top;
}

td.td25, th.td25 {
	width: 25%;
	vertical-align:top;
}

td.td50, th.td50 {
	width: 50%;
	vertical-align:top;
}

td.td60, th.td60 {
	width: 60%;
	vertical-align:top;
}

td.td80, th.td80 {
	width: 80%;
	vertical-align:top;
}

td.td67, th.td67 {
	width: 67%;
	vertical-align:top;
}

td.td67m, th.td67m {
	width: 67%;
	vertical-align:middle;
}

td.td40, th.td40 {
	width: 40%;
	vertical-align:top;
}

td.td45, th.td45 {
	width: 45%;
	vertical-align:top;
}

td.td5, th.td5 {
	width: 5%;
	vertical-align:top;
}

td.td5m, th.td5m {
	width: 5%;
	vertical-align:middle;
}

td.td10, th.td10 {
	width: 10%;
	vertical-align:top;
}





input.n {
	padding: 1em;
	font-family: inherit;
	font-size: inherit;
	width: 100%;
	color:#333333;
}

input.nstopwatch {
	padding: 1em;
	font-family: inherit;
	font-size: inherit;
	width: 100%;
	color:#ffffff;
}

textarea.n {
	padding: 1em;
	font-family: inherit;
	font-size: inherit;
	width: 100%;
	height: 10em;
	color:#333333;
}

textarea.nstopwatch {
	padding: 1em;
	font-family: inherit;
	font-size: inherit;
	width: 100%;
	height: 10em;
	color:#ffffff;
}

select.n {
	padding: 1em;
	font-family: inherit;
	font-size: inherit;
	width: 100%;
	color:#333333;
}

select.n2 {
	padding: 1em;
	font-family: inherit;
	font-size: inherit;
	color:#333333;
}

input.n3 {
	padding: 1em;
	font-family: inherit;
	font-size: inherit;
	width:50%;
	color:#333333;
}

input.cb {
	padding:1em;
	font-family: inherit;
    width: 16px;
    height: 16px;
    vertical-align: middle;
  -moz-transform-origin: right bottom;
  -moz-transform: scale( 1.1 , 1.1 );
  -webkit-transform-origin: right bottom;
  -webkit-transform: scale( 1.1 , 1.1 );
	z-index:9999;
}


input.cb2 {
	padding:0;
	font-family: inherit;
    width: 16px;
    height: 16px;
    vertical-align: middle;

  -moz-transform-origin: left top;
  -moz-transform: scale( 1.15 , 1.15 );
  -webkit-transform-origin: left top;
  -webkit-transform: scale( 1.15 , 1.15 );

}



span.ex {
	display: block;
	padding: 0.5em 0 0 0;
}


#logo {
	padding:0 0 1em 0;
	width:60%;
}

.t-a-c {
	text-align:center;
}

.t-a-r {
	text-align:right;
}

.t-a-l {
	text-align:left;
}


img.f-left-img {
	float:left;
	width:40%;
	margin:0 1em 1em 0;
	padding:0;
	border: 1px solid #ffffff;
}

img.f-right-img {
	float:right;
	width:40%;
	margin:0 0 1em 1em;
	padding:0;
	border: 1px solid #ffffff;
}

img.t-left-img {
	float:left;
	width:15%;
	padding:0;
	border: none;
	margin:0 1em 1em 0;
}

img.imgleft {
	float:left;
	padding: 0 1em 0.5em 0;
	border: none;
}

div.topics-date {
	text-align:right;
	padding-bottom:1em;
}

.ico-space {
	padding-right:1em;
}

.ico-logo-space {
	padding-right:2em;
}


div.inner {
  display: inline-block;
  padding: 0;
  margin: 0;
  text-align: left;
}

div.inner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hide from IE-mac \*/
* html div.inner { height: 1%; }
div.inner { display: block; }
/* End hide from IE-mac */


div.inner-b {
  display: inline-block;
  padding: 1em 1em 1em 1em;
  margin: 0;
  text-align: left;
  word-wrap:break-word;
}

div.inner-b:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hide from IE-mac \*/
* html div.inner-b { height: 1%; }
div.inner-b { display: block; }
/* End hide from IE-mac */



div.inner-block {
  display: inline-block;
  padding: 0 1em 1em 1em;
  margin: 0;
  text-align: left;
  word-wrap:break-word;
}

div.inner-block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hide from IE-mac \*/
* html div.inner-block { height: 1%; }
div.inner-block { display: block; }
/* End hide from IE-mac */

a.under {
	text-decoration: underline;
}

a.under-b {
	text-decoration: underline;
	color:blue;
}

a:hover {
	color:#666666;
}

.footer{
  clear: both;
  padding-bottom: 2em;
  text-align: center;
}

* {
	box-sizing: border-box;
}


div.f-wrapper {
	padding: 0 0 1em 0;
	position: relative;
	background-color:none;
  	display: inline-block;
	background-image: url(../img/bg_f_box.png);
	background-repeat: no-repeat;
	background-position: 15% 94%;
}

div.f-wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hide from IE-mac \*/
* html div.f-wrapper{ height: 1%; }
div.f-wrapper { display: block; }
/* End hide from IE-mac */



div.f-wrapper-me {
	padding: 0 0 1em 0;
	position: relative;
	background-color:none;
  	display: inline-block;
	background-image: url(../img/bg_f_box_me.png);
	background-repeat: no-repeat;
	background-position: 85% 94%;
}

div.f-wrapper-me:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hide from IE-mac \*/
* html div.f-wrapper-me{ height: 1%; }
div.f-wrapper-me { display: block; }
/* End hide from IE-mac */


div.f-box-new {
	float:left;
	position: relative;
	background: #238c00;
	/*height: 70px;*/
	height:100%;
	width: 70%;
	margin-bottom: 20px;
	border-radius: 20px;
}



div.f-box-new-me {
	float:right;
	position: relative;
	background: #006dd9;
	/*height: 70px;*/
	height:100%;
	width: 70%;
	margin-bottom: 20px;
	border-radius: 20px;
}



div.boxinner {
	padding:2em;
	background-color:none;
	word-wrap:break;

  	display: inline-block;
}

div.boxinner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hide from IE-mac \*/
* html div.boxinner { height: 1%; }
div.boxinner { display: block; }
/* End hide from IE-mac */


div.boxinner-me {
	padding:2em;
	background-color:none;
	word-wrap:break;

  	display: inline-block;
}

div.boxinner-me:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hide from IE-mac \*/
* html div.boxinner-me{ height: 1%; }
div.boxinner-me { display: block; }
/* End hide from IE-mac */


/***********************************************
	calendar css
************************************************/


/* The main calendar widget.  DIV containing a table. */

img.calendar-trigger {
    cursor: pointer;
    vertical-align: middle;
    margin-left: 4px;
}

div.calendar { position: relative; z-index: 30;}

.calendar, .calendar table {
  border: 1px solid #556;
  font-family: "メイリオ", sans-serif;
/***
  font-size: 11px;
***/
  font-size: 12px;
  color: #000;
  cursor: default;
  background: #fafbfc;
/***
  font-family: tahoma,verdana,sans-serif;
***/
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
  font-family: "メイリオ", sans-serif;
	font-size:1.8em;
}

.calendar .nav {
  background: #467aa7;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #fff;
  color: #000;
  padding: 2px;
  font-family: "メイリオ", sans-serif;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
  background: #467aa7;
  color: #fff;
  font-family: "メイリオ", sans-serif;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #bdf;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #556;
  padding: 2px;
  text-align: center;
  color: #000;
  font-family: "メイリオ", sans-serif;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #a66;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background-color: #80b0da;
  color: #000;
  padding: 1px;
  font-family: "メイリオ", sans-serif;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background-color: #77c;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 4.5em;
 /*** width: 2em; ***/
  color: #456;
  font-family: "メイリオ", sans-serif;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
  font-family: "メイリオ", sans-serif;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
  font-family: "メイリオ", sans-serif;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #bdf;
}

.calendar tbody .rowhilite td {
  background: #def;
}

.calendar tbody .rowhilite td.wn {
  background: #80b0da;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #80b0da;
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #cde;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #fff;
  color: #000;
  font-family: "メイリオ", sans-serif;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #a66;
  font-family: "メイリオ", sans-serif;
}

.calendar tbody td.today { /* Cell showing selected date */
  font-weight: bold;
  color: #f00;
  font-family: "メイリオ", sans-serif;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #556;
  color: #fff;
  font-family: "メイリオ", sans-serif;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #fff;
  color: #445;
  font-family: "メイリオ", sans-serif;
  border-top: 1px solid #556;
  padding: 1px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #aaf;
  border: 1px solid #04f;
  color: #000;
  font-family: "メイリオ", sans-serif;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #77c;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 9em;
 /*** width: 4em; ***/
  cursor: default;
  border: 1px solid #655;
  background: #def;
  color: #000;
  font-family: "メイリオ", sans-serif;
  font-size: 90%;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 9em;
 /*** width: 4em; ***/
}

.calendar .combo .hilite {
  background: #acf;
}

.calendar .combo .active {
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  background: #eef;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #f4f0e8;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #667;
  color: #fff;
  font-family: "メイリオ", sans-serif;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
  font-family: "メイリオ", sans-serif;
}

/** modified by DQNEO  */
.calendar th, .calendar td {
  border:none;
  padding:0;
}

.calendar table,
.calendar td,
.calendar th
{
    border-collapse: separate;
}

.calendar table {
    width:100%;
}

input.inputCalendars {
	/***padding: 2em;***/
	font-family: inherit;
	font-size: inherit;
	width:100%;
	color:#000;
	padding:1em;
	
}


/***********************************************
	pietimer css
************************************************/



#timer {
    margin: 0;
    width: 100%;
/**
    margin: 20px;
    width: 300px;
**/
}

.pietimer {
    position:relative;
    font-size: 0.1em;
    width:1em;
    height:1em;
    float: left;
}
.pietimer > .percent {
/****
    position: absolute;
    top: 1.05em;
    left: 0;
    width: 3.33em;
    font-size: 0.3em;
    text-align:center;
    display: none;
***/

    position: absolute;
    top: 1.8em;
    left: 0.9em;
    width: 3.33em;
    font-size: 0.2em;
    text-align:center;
    display: none;

}
.pietimer > .slice {
    position:absolute;
    width:1em;
    height:1em;
    clip:rect(0px,1em,1em,0.5em);
}
.pietimer > .slice.gt50 {
    clip:rect(auto, auto, auto, auto);
}
.pietimer > .slice > .pie {
    border: 0.1em solid #c0c0c0;/** 0.1em **/
    position:absolute;

    width:1.0em; /* 1 - (2 * border width) default 0.8*/
    height:1.0em; /* 1 - (2 * border width) default 0.8*/

    clip:rect(0em,0.5em,1em,0em);
    -moz-border-radius:0.5em;
    -webkit-border-radius:0.5em;
    border-radius:0.5em;
}
.pietimer > .slice > .pie.fill {
    -moz-transform:rotate(180deg) !important;
    -webkit-transform:rotate(180deg) !important;
    -o-transform:rotate(180deg) !important;
    transform:rotate(180deg) !important;
}
.pietimer.fill > .percent {
    display: none;
}
.pietimer.fill > .slice > .pie {
    border: transparent;
    /**** background-color: #c0c0c0; ***/
	background-color: #c0c0c0;
    width:1em;
    height:1em;
}






/*********************************************
/*********************************************
/*********************************************
	Page Proccessing selector  
---------------------------------------------*/

.num-wrapper {
	display: inline-block;
	margin: 1em 0 1em 0;
	padding-bottom: 0.5em;
	padding-left:0;
}
.num-wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.num-wrapper ul {
	padding:0;
	margin:0;
}

/* Hide from IE-mac \*/
* html .num-wrapper { height: 1%; }
.num-wrapper { display: block; }
/* End hide from IE-mac */

li.num {
	font-weight: normal;
	color: #999999;
	padding: 0.5em 1em 0.5em 1em;
	margin-top: 0.4em;
	margin-right: 0;
	margin-left: 0.4em;
	border: 1px solid #999999;
	list-style-type: none;
	float: left;
	display: block;
	background-color: #ffffff;
}

li.num a {
	color: #003366;
	text-decoration: underline;
	font-weight: normal;
}





/***************************/
/********カウントダウンタイマー**********/
/***************************/
#CDT{
 font-size: 1.4em;
}
#CDT .day{
 font-size: 2.5em;
}
#CDT .hour,#CDT .min,#CDT .sec{
 font-size: 1.8em;
}

#CDT1{
 font-size: 1.4em;
}
#CDT1 .day{
 font-size: 2.5em;
}
#CDT1 .hour,#CDT1 .min,#CDT1 .sec{
 font-size: 1.8em;
}

#CDT2{
 font-size: 1.4em;
}
#CDT2 .day{
 font-size: 2.5em;
}
#CDT2 .hour,#CDT2 .min,#CDT2 .sec{
 font-size: 1.8em;
}

#CDT3{
 font-size: 1.4em;
}
#CDT3 .day{
 font-size: 2.5em;
}
#CDT3 .hour,#CDT3 .min,#CDT3 .sec{
 font-size: 1.8em;
}

#CDT4{
 font-size: 1.4em;
}
#CDT4 .day{
 font-size: 2.5em;
}
#CDT4 .hour,#CDT4 .min,#CDT4 .sec{
 font-size: 1.8em;
}

#CDT5{
 font-size: 1.4em;
}
#CDT5 .day{
 font-size: 2.5em;
}
#CDT5 .hour,#CDT5 .min,#CDT5 .sec{
 font-size: 1.8em;
}


.csnow {
  	background-image: url(../img/bg_head_snow.jpg);
	background-repeat: no-repeat;
	background-position: 85% 94%;
}

.kadomaru {
padding:0.5em;
-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
border-radius:0.5em;
}


.notice1 {
  	background: #006dd9;
  	color:#ffffff;
	padding:2em;
	text-align:left;
	font-size:1.0em;
}

.notice2 {
	background: #e7296b;
	color:#ffffff;
	padding:2em;
	text-align:left;
	font-size:1.0em;
}


