@charset "UTF-8";

/* ------------------------------------------------------------
	0. Reset
------------------------------------------------------------ */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas {
	margin: 0;
	padding: 0;
}
article, aside, figure, figcaption, footer,
header, hgroup, menu, nav, section {
	display: block;
}

/* ------------------------------------------------------------
	1. HTML, Body, Anchor
------------------------------------------------------------ */
html {
	-webkit-text-size-adjust: none;
}
body {
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
	font-size: 16px;
	line-height: 1;
	
	font-weight:bold;
}
a {
	color: #000;
	-webkit-tap-highlight-color: rgba(00,33,99,0.3);
}

/* ------------------------------------------------------------
	2. Headings
------------------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

/* ------------------------------------------------------------
	3. Lists
------------------------------------------------------------ */
li {
	list-style: none;
}

/* ------------------------------------------------------------
	4. Tables
------------------------------------------------------------ */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

/* ------------------------------------------------------------
	5. Forms
------------------------------------------------------------ */
fieldset {
	border: none;
}
input, textarea, select, label {
	font-size: 100%;
	vertical-align: middle;
}
textarea {
	overflow: auto;
}

/* ------------------------------------------------------------
	6. Others
------------------------------------------------------------ */
img {
	border: none;
	vertical-align: middle;
}
em, strong {
	font-weight: bold;
	font-style: normal;
}
mark {
	font-weight: bold;
}
object {
	vertical-align: middle;
	outline: none;
}
blockquote, q {
	quotes: none;
}
q:before, q:after {
	content: '';
}
code {
	font-family: monospace;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
abbr, acronym {
	border: none;
	font-variant: normal;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #333;
	cursor: help;
}
address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}
hr {
	display: none;
}
pre {
	font-family: monospace;
}

/*/////////////////////////////////////////////////////////////
[Layout] 
//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	0. Base Layout
------------------------------------------------------------ */
body {
	padding: 10px;
}

/* ------------------------------------------------------------
	1. Header
------------------------------------------------------------ */
body > header {
	/*margin-bottom: 10px;*/
	/*padding: 10px;*/
	border: 4px solid #ccc;
	
	margin-left:11px;
	width: 97.1%;
	
	border-radius: 5px;				/* CSS3 */
	-webkit-border-radius: 5px;		/* for Safari,Google Chrome */
	-moz-border-radius: 5px;		/* for Firefox */
	
	text-align:center;
	
	background-image: url(./header.gif);
	background-repeat: no-repeat;
	background-position: 78px 0px;
}

#logobox{
	height:82px;
	width: 100%;
}
#headlogo{
	background-image: url(./toplogo.gif);
	background-repeat: no-repeat;
	width:78px;
	height:82px;
	float:left;
	position:relative;
/*
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	-o-filter: blur(5px);
	filter: blur(5px);
*/
}
#headbody{
/*
	background-image: url(./header.gif);
	background-repeat: no-repeat;
	height:82px;
	width:90%;
	float:left;
	position:relative;
*/
/*
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	-o-filter: blur(5px);
	filter: blur(5px);
*/
}
#headtext{
	color:#ee55aa;
	font-size:250%;
	padding-top:0.7em;
	padding-right:0.5em;
	text-align:right;
}

body > header h1 {
	font-size: 20px;
}

/* ------------------------------------------------------------
	2. Content
------------------------------------------------------------ */
#content {
	margin-bottom: 10px;
	padding: 5px 10px 0 10px;
/*
	border: 5px solid #ccc;
	
	border-radius: 5px;				/* CSS3 */
	-webkit-border-radius: 5px;		/* for Safari,Google Chrome */
	-moz-border-radius: 5px;		/* for Firefox */
*/
	text-align:center;
}
#content h1 {
	font-size: 20px;
}

/* ------------------------------------------------------------
	3. Footer
------------------------------------------------------------ */
body > footer {
	padding: 10px;
	/*border: 5px solid #ccc;*/
	text-align: center;
}

/* Navigation
------------------------------------------------- */
nav {
	margin-bottom: 10px;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
nav li {
/*
	border:solid 1px #f00;
*/
	float: left;
	width: 39%;
	padding:1% 6% 1% 2%;
}


/* Copyright
------------------------------------------------- */
body > footer .copyright {
	font-size: 14px;
}

/*/////////////////////////////////////////////////////////////
[Module] 
//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	1. Common Elements
------------------------------------------------------------ */

/* Title
------------------------------------------------- */

/* Text
------------------------------------------------- */

/* List
------------------------------------------------- */

/* Form
------------------------------------------------- */
input[type="text"],
input[type="password"],
input[type="email"] {
	width: 95%;
	margin-bottom: 5px;
	padding: 10px 5px;
}
input[type="password"] {
	width: 50%;
}

/* ------------------------------------------------------------
	2. Common Module
------------------------------------------------------------ */

/* ------------------------------------------------------------
	90. Others
------------------------------------------------------------ */

/* for Voice Browser */
.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/* Noscript Message */
p#msgNoscript {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	padding: 5px 0;
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	background: #fcc;
	color: #f00;
	line-height: 1.2;
	text-align: center;
	opacity: 0.7;
}

/* ------------------------------------------------------------
	99. Clearfix
------------------------------------------------------------ */
.group:after {
	content : '';
	display : block;
	clear : both;
}

#btnbox{
	margin:auto;
	padding:auto;
}

#title{
	font-size: 200%;
}

.cnfbtn{
	width:80%;
	font-size: 250%;
	text-align:center;
	padding: 0.75em;
	border: solid 1px #aaa;
	
	border-radius: 10px;				/* CSS3 */
	-webkit-border-radius: 10px;		/* for Safari,Google Chrome */
	-moz-border-radius: 10px;			/* for Firefox */
	
	margin: 10px;
}

.small{
	font-size: 80%;
}
.big{
	font-size: 175%;
}

#cnfbox{
	clear:both;
	height:1em;
	text-align:center;
	color:#f55;
}

.days{
	font-size:1.2em;
}


#infotbl{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: bold;
	
	width: 100%;
	
	border-collapse:separate;
    border: 3px solid #ccc;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;

}
#infotbl th{
	font-size: 275%;
	text-align:center;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	
	border: 2px solid #ccc;
}
#infotbl td{
	font-size: 350%;
	text-align:center;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	
	border: 2px solid #ccc;
}

.th1{
	background-color:#f2ffe5;
	background: -prefix-linear-gradient(top, #7fff7f, #ffffff);
	background: linear-gradient(to bottom, #7fff7f, #ffffff);
}
.th2{
	background-color:#f2ffe5;
	background: -prefix-linear-gradient(top, #ffef7f, #ffffff);
	background: linear-gradient(to bottom, #ffef7f, #ffffff);
	padding-bottom:0.15em!important;
}

.normal{
	width:50%;
	border-bottom: 1px solid #ccc!important;
	
	background-color:#eaffff;
	background: -prefix-linear-gradient(top, #7fffff, #ffffff);
	background: linear-gradient(to bottom, #7fffff, #ffffff);
	padding-top: 0.1em!important;
	padding-bottom: 0.1em!important;
}
.urgent{
	width:50%;
	/*color:#f55;*/
	border-bottom: 1px solid #ccc!important;
	
	background-color:#ffeaea;
	background: -prefix-linear-gradient(top, #ff93ff, #ffffff);
	background: linear-gradient(to bottom, #ff93ff, #ffffff);
	padding-top: 0.1em!important;
	padding-bottom: 0.1em!important;
}
.normal2{
	width:50%;
	background-color:#eaffff;
	background: -prefix-linear-gradient(top, #ffffff, #7fffff);
	background: linear-gradient(to bottom, #ffffff, #7fffff);
	padding-top: 0.4em!important;
	padding-bottom: 0.2em!important;
	white-space:nowrap;
}
.urgent2{
	width:50%;
	/*color:#f55;*/
	background-color:#ffeaea;
	background: -prefix-linear-gradient(top, #ffffff, #ff93ff);
	background: linear-gradient(to bottom, #ffffff, #ff93ff);
	padding-top: 0.4em!important;
	padding-bottom: 0.2em!important;
	white-space:nowrap;
}


#backbtn{
	color:#333;
	float:left;
	margin-left:1em!important;
	display:block;
	border:solid 1px #aaa;
	padding:0.3em 0.75em 0.2em 0.75em;
	text-decoration:none;
	background-color:#eee;
	font-size:0.8em;
}
.setdate{
	text-align:center;
	font-size:80%;
}
#shopbox{
	text-align:left!important;
	padding:0.2em 0 0.1em 1em!important;
}
#shpnm{
	font-size: 0.9em;
	/*width:60%;*/
	width:75%;
	margin-bottom:0.1em;
	padding-left:0.3em;
}

#settingbox{
	text-align:right;
	margin-top:0.7em;
}
#setbtn{
	font-size:70%;
	padding:0.15em 1em 0.15em 1em;
	float:right;
	margin-right:1em;
}