/* =========================================================
	Reset
========================================================= */
* {
	font-family: sans-serif;
}
body, div, header, footer, nav, h1, h2, h3, h4, h5, h6, form, li, img {
	margin: 0;
	padding: 0;
}
h1, h2, h3 {
	line-height: 1;
}
header, footer, nav, section {
	display: block;
}

section {
	clear:both;
	margin: 10px -10px 20px -10px;
	/* ノーマル */
	background-color: #dddddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#eeeeee));
	background-image: -moz-linear-gradient(top, #f4f4f4, #eeeeee);
	background-image: linear-gradient(top, #f4f4f4, #eeeeee);
	border: 1px #bbbbbb solid;
	
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 1px 0 rgba(255,255,255,0.5) inset;
	-moz-box-shadow: 0 1px 1px 0 rgba(255,255,255,0.5) inset;
	box-shadow: 0 1px 0 0 rgba(255,255,255,0.5) inset;
	-webkit-border-radius: 0.6em;
	-moz-border-radius: 0.6em;
	-o-border-radius: 0.6em;
	border-radius: 0.6em;
}

section.retractable {
	margin: 10px -10px 20px -10px!important;
}

section.retractable h2{
	margin: -1px!important;
	padding: 0!important;
}

section.retractable div.ui-collapsible-content{
	margin: 0!important;
	padding: 10px 0 10px 0!important;
}

section.message {
	clear:both;
	margin: 10px -10px 20px -10px;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
	background-image: linear-gradient(top, #ffffff, #ffffff);
	border: 0px #ffffff solid;
}

body {
	color: #000;
	background: #fff;
	line-height: 1.5;
	font-size: 14px;
	-webkit-text-size-adjust:none;
}
h2 {
	margin: 0;
	padding: 10px;
	/*border-bottom: 1px #e4e4e4 solid;*/
	font-size: 18px;
	font-weight: bold;
}
h3 {
	margin: 0;
	padding: 10px 10px 0px 10px;
	/*border-bottom: 1px #e4e4e4 solid;*/
	font-size: 14px;
	font-weight: bold;
}

/*
h2.menu{
	color: #656565;
	background: -moz-linear-gradient(top, #CBE5F6, #ffffff);
	background: -webkit-gradient(linear, left top, left bottom, from(#CBE5F6), to(#ffffff));
}
*/

h2 .small {
	display: block;
	margin-bottom: 0.2em;
	font-size: 11px;
	font-weight: normal;
}
h3.shadow {
	/*
	margin: 0 0 8px 0;
	padding: 5px 10px;
	*/
	margin: 0 -15px 8px -15px;
	padding: 5px 15px;
	
	background-color: #6da8d5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#81b7e1), to(#5595c7));
	background-image: -moz-linear-gradient(top, #81b7e1, #5595c7);
	background-image: linear-gradient(top, #81b7e1, #5595c7);
	-webkit-box-shadow: 0 1px 1px 0 rgba(255,255,255,0.5) inset;
	-moz-box-shadow: 0 1px 1px 0 rgba(255,255,255,0.5) inset;
	box-shadow: 0 1px 1px 0 rgba(255,255,255,0.5) inset;
	border-width: 1px 0;
	border-color: #155678;
	border-style: solid;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
	font-size: 14px;
}
p {
	margin: 8px 0;
	padding: 0 10px;
}
ul, ol {
	margin: 8px 0;
	padding: 0 10px 0 2em;
}
ol {
	padding-left: 2.5em;
}
dl {
	margin: 8px 0;
	padding: 0;
}
input, button {
	margin: 0;
	line-height: 1;
}
a img {
	border: 0;
}

/* =========================================================
	Common
========================================================= */
.center {
	text-align: center;
}
.nowrap {
	white-space: nowrap;
}
.border {
	padding-bottom: 10px;
	border-bottom: 1px #e4e4e4 solid;
}
.clear-after:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
.font-small {
	font-size: 10px;	
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.word-break {
	word-break:break-all;
	word-wrap: break-word;
}

.red {
	color: #ff0000;
}


/* =========================================================
	Links
========================================================= */
a {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
}
a.arrow03:before {
	content: url(../images/common/icon/arrow03.png);
	margin-right: 3px;
}
a.tel:before {
	content: url(../images/common/icon/tel.png);
	margin-right: 3px;
}
a.btn {
	float: left;
	padding: 3px 5px;
	border-radius: 4px;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background-image: -moz-linear-gradient(top, #fff, #eee);
	background-image: linear-gradient(top, #fff, #eee);
	border: 1px #bcbcbc solid;
	text-decoration: none;
}
a.myseino {
	float: right;
	margin-bottom: 10px;
}

/* =========================================================
	Common Parts
========================================================= */
/* Header */
header {
	position: relative;
	padding: 7px 10px;
	border-width: 4px 0 3px 0;
	border-color: #3265a6 transparent #be3837 transparent;
	border-style: solid;
	-webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 5px 5px rgba(0,0,0,0.15);
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.15);
}
header:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
header h1 {
	float: left;
}
header .pc-site {
	float: right;
	margin-top: 10px;
	padding: 3px 6px;
	border-radius: 10px;
	font-size: 10px;
}
header .pc-site:before {
	content: url(../images/common/icon/pc_small.png);
	vertical-align: middle;
	margin-right: 3px;
}
header img {
	vertical-align: bottom;
}
/* PC Site Button */
a.pc-site {
	text-decoration: none;
	line-height: 1;
	background-color: #efefef;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#d4d4d4));
	background-image: -moz-linear-gradient(top, #efefef, #d4d4d4);
	background-image: linear-gradient(top, #efefef, #d4d4d4);
	-webkit-box-shadow: 0 1px 1px 0 rgba(255,255,255,1) inset, 0 -1px 0 0 rgba(0,0,0,0.2) inset;
	-moz-box-shadow: 0 1px 1px 0 rgba(255,255,255,1) inset, 0 -1px 0 0 rgba(0,0,0,0.2) inset;
	box-shadow: 0 1px 1px 0 rgba(255,255,255,1) inset, 0 -1px 0 0 rgba(0,0,0,0.2) inset;
	border-width: 1px;
	border-color: #999 #999 #777 #999;
	border-style: solid;
	color: #555;
	text-shadow: 0 1px  0 rgba(255,255,255,0.5);
}
/* Footer */
footer {
	background: #fafafa;
}

/* Copyright */
footer p.copyright {
	text-align: center;
	font-size: 11px;
	background: #1a6193;
	color: #fff;
	margin: 0;
	padding: 10px;
}
footer p.copyright .company-name {
	text-transform: uppercase;
}

/* =========================================================
	Form Elements
========================================================= */
form div dl {
	/*border-top: 1px #e4e4e4 solid;*/
	margin: 0 -25px 2px -25px;
}

form section dl {
	/*border-top: 1px #e4e4e4 solid;*/
	margin: 0 0 2px 0;
}


h2 + form dl {
	border-top: none;
}
form dt {
	margin-bottom: 4px;
}
form dd {
	margin: 0;
}
.font-15 {
	font-size: 15px;
}
form dd.font-16 {
	font-size: 16px;
}


form dd.height-24 {
	min-height: 24px;
}	
form dt {
	padding: 3px 10px 3px 20px;
	/*
	background: #def2fa;
	border-top: 1px #fff solid;
	*/
	background-color: #b6e3ef;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#def2fa), to(#b6e3ef));
	background-image: -moz-linear-gradient(top, #def2fa, #b6e3ef);
	background-image: linear-gradient(top, #def2fa, #b6e3ef);
	border-top: 1px #bbb solid;
	-webkit-box-shadow: 0 1px 1px 0 rgba(255,255,255,1) inset;
	-moz-box-shadow: 0 1px 1px 0 rgba(255,255,255,1) inse;
	box-shadow: 0 1px 1px 0 rgba(255,255,255,1) inset;
}
form dt.required:before {
	margin-right: 5px;
	content: "必須";
	color: #c00;
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	background-color: #FAE34B;
}
form dd,input {
	padding: 0px 20px 0px 20px;
/*	border-bottom: 1px #e4e4e4 solid;*/
}

form dd.padding-lr10 {
	padding: 0px 10px 0px 10px;
}

form section.message dd {
	padding: 0px 0px 0px 10px;
/*	border-bottom: 1px #e4e4e4 solid;*/
}
form dd:last-child,
    label:last-child {
	border-bottom: none;
}
.btn-area {
	padding: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background-image: -moz-linear-gradient(top, #fff, #eee);
	background-image: linear-gradient(top, #fff, #eee);
	border-width: 1px 0;
	border-color: #c6c6c6;
	border-style: solid;
	text-align: center;
}
button img {
	vertical-align: middle;
	margin: -0.2em 0.3em 0 0;
}

/* Text, Button */

/* 07/30 岩間コメント化
input[type="text"], 
input[type="search"],
input[type="tel"],
input[type="email"],
input[type="submit"],
input[type="button"],
input[type="reset"],
button {
	border-radius: 4px;
	max-width: 290px;
}
 */
input[type="text"],
input[type="tel"],
input[type="search"],
input[type="email"] {
	padding: 4px;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#fff));
	background-image: -moz-linear-gradient(top, #e9e9e9, #fff);
	background-image: linear-gradient(top, #e9e9e9, #fff);
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1) inset;
	box-shadow: 0 1px 0 0 rgba(0,0,0,0.1) inset;
	border: 1px #bcbcbc solid;
}
input[type="submit"],
input[type="button"],
input[type="reset"],
button {
	padding: 4px 8px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(255,255,255,0.5) inset;
	-moz-box-shadow: 0 1px 1px 0 rgba(255,255,255,0.5) inset;
	box-shadow: 0 1px 0 0 rgba(255,255,255,0.5) inset;
	font-weight: bold;
}

input[type="submit"].orange,
input[type="button"].orange,
input[type="reset"],
button.orange {
	background-color: #ffaf40;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc965), to(#ff9a22));
	background-image: -moz-linear-gradient(top, #ffc965, #ff9a22);
	background-image: linear-gradient(top, #ffc965, #ff9a22);
	border: 1px #ec9229 solid;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
input[type="submit"].blue,
input[type="button"].blue,
input[type="reset"].blue,
button.blue {
	background-color: #59b3dc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7bc5e7), to(#349fd0));
	background-image: -moz-linear-gradient(top, #7bc5e7, #349fd0);
	background-image: linear-gradient(top, #7bc5e7, #349fd0);
	border: 1px #2390c3 solid;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
input[type="submit"].gray,
input[type="button"].gray,
input[type="reset"].gray,
button.gray {
	-webkit-box-shadow: 0 1px 1px 0 rgba(255,255,255,1) inset;
	-moz-box-shadow: 0 1px 1px 0 rgba(255,255,255,1) inset;
	box-shadow: 0 1px 0 0 rgba(255,255,255,1) inset;
	background-color: #ddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
	background-image: -moz-linear-gradient(top, #eee, #ccc);
	background-image: linear-gradient(top, #eee, #ccc);
	border: 1px #bcbcbc solid;
	color: #000;
	text-shadow: 0 1px 1px rgba(255,255,255,0.8);
}

input[type="text"].width-117 {
	width: 117px;
}

input[type="text"].width-150 {
	width: 150px;
}

input.txt-medium {
	font-size: 14px;
	padding: 5px;
}
input.txt-large {
	font-size: 16px;
	padding: 5px;
}
input.btn-medium,
button.btn-medium {
	font-size: 14px;
	font-weight: bold;
}
input.btn-large,
button.btn-large {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
}
.btn-wide {
	width: 80%;
}
.btn-half {
	width: 45%;
}

/* Radio Button, Checkbox */
ul.radio-group {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.radio-group .group-item {
	position: relative;
}
.radio-group label {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0 0 -1px 0;
	padding: 5px 5px 5px 26px;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e9e9e9));
	background-image: -moz-linear-gradient(top, #fff, #e9e9e9);
	background-image: linear-gradient(top, #fff, #e9e9e9);
	border-width: 1px;
	border-color: #bcbcbc;
	border-style: solid;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}
.radio-group .group-item:first-child label {
	border-radius: 4px 4px 0 0 / 4px 4px 0 0;
}
.radio-group .group-item:last-child label {
	margin: 0;
	border-radius: 0 0 4px 4px / 0 0 4px 4px;
}
.radio-group .checked label {
	z-index: 2;
	background-color: #6da8d5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#81b7e1), to(#5595c7));
	background-image: -moz-linear-gradient(top, #81b7e1, #5595c7);
	background-image: linear-gradient(top, #81b7e1, #5595c7);
	-webkit-box-shadow: 0 1px 1px 0 rgba(255,255,255,0.5) inset;
	-moz-box-shadow: 0 1px 1px 0 rgba(255,255,255,0.5) inset;
	box-shadow: 0 1px 0 0 rgba(255,255,255,0.5) inset;
	border-color: #155678;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
}
.radio-group input {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	left: 5px;
	margin-top: -8px;
	z-index: 1;
}
.radio-group label:before {
	content: url(../images/common/icon/radio.png);
	clip: rect(0, 16px, 16px, 0);
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -8px;
	z-index: 2;
}
.radio-group .checked label:before {
	clip: rect(0, 32px, 16px, 16px);
	left: -11px;
}

/* =========================================================
	kamotsu
========================================================= */
.msg {
	clear:both;
	position: relative;
	/*margin: 10px;*/
	margin: 10px -8px 10px -8px;
	padding: 10px 10px 10px 35px;
	border-radius: 4px;
}
.msg:after {
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -8px;
}
.info-msg {
	background-color: #f2f8e4;
	color: #63a10b;
}
.info-msg:after {
	content: url(../images/common/icon/msg_info.png);
}
.er-msg {
	background-color: #ffe7e7;
	color: #c33;
}
.er-msg:after {
	content: url(../images/common/icon/msg_error.png);
}

/* =========================================================
	GempyoNoShokai
========================================================= */
h2 + .gmp-no-area {
	margin-top: -1px;
}
.gmp-no-area {
	text-align: left;
	margin-bottom: 10px;
}
.gmp-no-area input[type="text"] {
	min-width: 8em;
}
.gmp-no-area button {
	padding: 4px 8px 3px 8px;
}
.track-result .summary {
	position: relative;
	padding: 8px 10px 8px 48px;
	background-color: #f2f8e4;
	border-width: 1px 0;
	border-color: #d0e4a3;
	border-style: solid;
	color: #63a10b;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
}
.track-result .summary-notfound {
	background-color: #ffe7e7;
	border-color: #f8cbcb;
	color: #c33;
}
.track-result .summary:before {
	content: url(../images/common/icon/box.png);
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -13px;
}
.track-result .mail {
	text-align: center;
}
.track-result table {
	margin: 0 0 10px 0;
	border-collapse: collapse;
	border-width: 1px 0;
	border-color: #d5d5d5;
	border-style: solid;
	width: 100%;
}
.track-result dl {
	font-size: 13px;
	padding: 0 10px;
}
.track-result dl:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
.track-result dt {
	float: left;
	color: #3492ba;
}
.track-result dd {
	margin: 0 0 0 9em;
}
.track-result th,
.track-result td {
	padding: 3px 7px;
	vertical-align: top;
}
.track-result th {
	background-color: #f0f1f0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e2e4e3));
	background-image: -moz-linear-gradient(top, #fff, #e2e4e3);
	background-image: linear-gradient(top, #fff, #e2e4e3);
	-webkit-box-shadow: 1px 0 1px 0 rgba(255,255,255,1) inset;
	-moz-box-shadow: 1px 0 1px 0 rgba(255,255,255,1) inset;
	box-shadow: 1px 0 0 0 rgba(255,255,255,1) inset;
 	border: 1px #d5d5d5 solid;
	font-weight: normal;
	text-align: left;
}
.track-result th:first-child,
.track-result td:first-child {
	padding-left: 10px;
	border-left: none;
}
.track-result th:last-child,
.track-result td:last-child {
	padding-right: 10px;
	border-right: none;
}
/*
.track-result tr.present td {
	border-width: 2px 0;
	border-color: #d0e4a3;
	border-style: solid;
	padding-top: 1px;
	padding-bottom: 1px;
}
.track-result .branch-name {
	display: block;
}
*/
.track-result .tel {
	line-height: 1;
	padding: 3px 5px;
}
/*
.track-result table.detail {
	margin-bottom: 0;
	border-bottom: none;
}
*/
.track-result table.detail td {
	vertical-align: top;
}
.track-result tbody tr:nth-child(even) td {
	background-color: #f3f4f3;
}
.track-result table.detail th.status {
	width: 4em;
}
.track-result table.detail th.time {
	width: 7em;
}
.track-result table.goods th {
	width: 2em;
}
.track-result table.goods td {
	padding: 3px 4px;
}
.track-result table.goods th.weight {
	width: 3em;
}
.track-result table.contact td.branch-type {
	width: 3em;
}
.track-result table.contact td.branch-name {
	width: 10em;
}
/* =========================================================
	trackStatusMail
========================================================= */
form dl .note {
	margin: 5px 0 0 0;
	padding: 0;
	list-style-type: none;
}
ul.gempyo-no {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/* =========================================================
	webShuka
========================================================= */
h2.noline {
	margin: 0;
	padding: 10px;
	border-bottom: none;
	font-size: 18px;
	font-weight: bold;
}
div.must,
select.must,
input[type="number"].must,
input[type="text"].must,
input[type="password"].must,
input[type="tel"].must,
input[type="email"].must {
	background-color: #ffcccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcccc), to(#ffcccc));
	background-image: -moz-linear-gradient(top, ffcccc, ffcccc);
	background-image: linear-gradient(top, ffcccc, ffcccc);
	border-top: 1px solid #abadb3;
	border-right: 1px solid #abadb3;
	border-bottom: 1px solid #abadb3;
	border-left: 1px solid #abadb3;
}
.must::-webkit-input-placeholder {
    color:    #2f4f4f;
}

.must:-moz-placeholder {
    color:    #2f4f4f;
}

select.fill,
textarea.fill,
input[type="number"].fill,
input[type="text"].fill,
input[type="tel"].fill,
input[type="password"].fill,
input[type="email"].fill {
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#fff));
	background-image: -moz-linear-gradient(top, #e9e9e9, #fff);
	background-image: linear-gradient(top, #e9e9e9, #fff);
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1) inset;
	box-shadow: 0 1px 0 0 rgba(0,0,0,0.1) inset;
	border: 1px #bcbcbc solid;
}

div.width-290 {
	width: 290px;
}

div.width-350 {
	width: 350px;
}
/* 08/02岩間追加 */
input.margin-right-min290 {
	margin-right: -290px;
}


span.float-left {
	float: left;
}

.inputtext-after {
	font-size: 26px;
	/*margin-left: 5px;*/
	/* 08/02岩間追加 */
	line-height: 1;
	margin: 0.5em 0 0.5em 11.5em;
}

dt.clear {
	clear: both;
}
input[type="text"].float-left {
	float: left;
}

input[type="text"].float-right {
	float: right;
}

select.after-text {
	margin-bottom: 5px;
}
/* =========================================================
	cycling
========================================================= */
input[type="text"]:disabled
{
	color: #666666!important;
	background-color: #dddddd!important;  
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#dddddd));
	background-image: -moz-linear-gradient(top, dddddd, dddddd);
	background-image: linear-gradient(top, dddddd, dddddd);
}
.kagoTable {
	margin: 5px;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 5px 5px #CCC;
	background-color:#f8f8ff;
}
.kagoTable td{
	background:#ffffff;
}
.kagoTable th{
	background:#e0ffff;
}
.kagoTable td.totalcell{
	background:#cccccc;
}

/* =========================================================
	leadTimeSerch
========================================================= */
h2.info {
	margin: 5px;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #404040;
	border-bottom: 3px solid #1a6193;
	background: -moz-linear-gradient(top, #d6d6d6, #ffffff);
	background: -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#ffffff));
}
.leadTimeTable {
	margin: 5px;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 5px 5px #CCC;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#81b7e1), to(#5595c7));
}
.leadTimeTable th{
	text-shadow: 0 1px 1px #000;
	color:#ffffff;
}
.leadTimeTable td{
	background:#ffffff;
}

.leadTimeTableR {
	margin: 5px;
	width: 100%;
	background:#ffffff;
	border:1px solid #808080;"
	border-collapse: collapse;
}

.leadTimeTableR th{
	border-bottom: 1px dotted #808080;
}
.leadTimeTable.table-bottommgn {
	margin-bottom:20px;
}

/* =========================================================
	kamotsu
========================================================= */
.gempyoTable {
	margin: 0 5px 0 5px;
	width: 100%;
	box-shadow: 0 5px 5px #CCC;
	background-color:#f8f8ff;
}
.gempyoTable .one{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.gempyoTablestart{
	margin: 0 5px 0 5px;
	width: 100%;
	box-shadow: 0 5px 5px #CCC;
	background-color:#f8f8ff;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.gempyoTablemidevn{
	margin: 0 5px 0 5px;
	width: 100%;
	box-shadow: 0 5px 5px #CCC;
	background-color:#f8f8ff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background-color:#dddddd;
}
.gempyoTablemidodd{
	margin: 0 5px 0 5px;
	width: 100%;
	box-shadow: 0 5px 5px #CCC;
	background-color:#f8f8ff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background-color:#f8f8ff;
}
.gempyoTableend{
	margin: 0 5px 0 5px;
	width: 100%;
	box-shadow: 0 5px 5px #CCC;
	background-color:#f8f8ff;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	background-color:#dddddd;
}
.gempyoTable th{
	font-size:15px;
	text-shadow: 0 1px 1px #000000;
	background:#e0ffff;
	padding: 3px 7px;
	vertical-align: top;
}
.gempyoTablestart th{
	font-size:15px;
	text-shadow: 0 1px 1px #000000;
	background:#e0ffff;
	padding: 3px 7px;
	vertical-align: top;
}

.info-msg2 {
	background-color: #f2f8e4;
	color: #63a10b;
}
.info-msg2:after {
	content: url(../images/common/icon/msg_info.png);
}
.er-msg2 {
	background-color: #ffe7e7;
	color: #c33;
}
.er-msg2:after {
	content: url(../images/common/icon/msg_error.png);
}
.odd
	{
	background-color:#f8f8ff;
	}
.evn
	{
	background-color:#dddddd;
	}
.gempyoTable2 {
	margin: 5px;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 5px 5px #CCC;
	background-color:#f8f8ff;
	margin-bottom: 10px;
}
.gempyoTable2 th{
	text-shadow: 0 1px 1px #000000;
	background:#e0ffff;
	padding: 3px 7px;
	vertical-align: top;
}
.left {
	text-align: left;
}
.gempyo-dt {
	float:left;
	color:#3492ba;
}
.gempyo-dd {
	margin: 0 0 0 9em;
}
.gempyo-dl {
	font-size: 13px;
	padding: 0 10px;
}
.gempyo-dl:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
.summary {
	position: relative;
	padding: 8px 10px 8px 48px;
	background-color: #f2f8e4;
	border-width: 1px 0;
	border-color: #d0e4a3;
	border-style: solid;
	color: #63a10b;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
}
.summary:before {
	content: url(images/common/icon/box.png);
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -13px;
}
span.toiawaseNo {
	margin: 0 20px 0 10px;
	padding: 0;
	font-size: 15px;
}
.kamotsuShosai-p {
	margin: 0 0 8px 0;
	padding: 0 10px;
}
.tr-gray {
	background-color:#f3f4f3;
}
.tr-white {
	background-color:#ffffff;
}
.acd {
	position: relative;
	padding: 0 10px 0 15px;
}
.margin-gnpTableBottom {
	margin-top:8px;
}
section #track{
	margin: 10px -10px 5px -10px !important;
}
div #track {
	clear:both;
	margin: 10px -10px 5px -10px;
	/* ノーマル */
	background-color: #dddddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#eeeeee));
	background-image: -moz-linear-gradient(top, #f4f4f4, #eeeeee);
	background-image: linear-gradient(top, #f4f4f4, #eeeeee);
	border: 1px #bbbbbb solid;
	
	/* 黄色 */
	/*
	background-color: #E4F0A8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFCC), to(#FFFF99));
	background-image: -moz-linear-gradient(top, #FFFFCC, #FFFFAA);
	background-image: linear-gradient(top, #FFFFCC, #FFFFAA);
	border: 1px #FF9966 solid;
	*/
	/* 青色 */
	/*background-color: #CCEEFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#CCF3FF), to(#CCEEFF));
	background-image: -moz-linear-gradient(top, #CCF3FF, #CCEEFF);
	background-image: linear-gradient(top, #CCF3FF, #CCEEFF);
	border: 1px #79A6D3 solid;
	*/
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 1px 0 rgba(255,255,255,0.5) inset;
	-moz-box-shadow: 0 1px 1px 0 rgba(255,255,255,0.5) inset;
	box-shadow: 0 1px 0 0 rgba(255,255,255,0.5) inset;
	-webkit-border-radius: 0.6em;
	-moz-border-radius: 0.6em;
	-o-border-radius: 0.6em;
	border-radius: 0.6em;
}
form div #track dl {
	border-top: 1px #e4e4e4 solid;
	margin: 0 0 2px 0;
}

/* =========================================================
	myseino
========================================================= */
span.mini {
	margin: 0;
	padding: 0;
	font-size: 15px;
}
span.normal {
	margin: 0;
	padding: 0;
	font-size: 18px;
}

zipcode-before {
	width: 40% !important;
}
zipcode-center {
	width:10% !important;;
	padding: 3px;
}

zipcode-after {
	width: 50% !important;;
}


/* =========================================================
	jQuery MobileのCSSを上書き
========================================================= */
.ui-body-c, .ui-overlay-c {
	background-color: #fff;
	background-image: none;
}

.ui-bar-b,.ui-bar-c {
	padding: 7px 10px;
	border-width: 4px 0 3px 0;
	border-color: #3265a6 transparent #be3837 transparent;
	border-style: solid;
	-webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 5px 5px rgba(0,0,0,0.15);
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.15);
	background-color: #fff;
	background-image: none;
}

.ui-header .ui-title {
	text-align: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 173px;
}

.ui-header .ui-title:before {
	content: url(../images/common/header/logo.png);
	display: inline-block;
	font-size: 0;
	line-height: 0;
}

.ui-btn-block {
	margin: 1.5em 0;
}
.ui-header .ui-btn-left,
.ui-header .ui-btn-right,
.ui-footer .ui-btn-left,
.ui-footer .ui-btn-right {
	top: 11px;
}

/* =========================================================
	redeli
========================================================= */
/*正常*/
.ok_msg{
	color:#000000;
	font-style:normal;
	font-size:15px;
	font-weight:bold;
	line-height:18px;
	text-decoration:none;
}
.margin-top-use-service{
	margin-top:30px !important;
}
/* =========================================================
	サービス内容とご利用方法
========================================================= */
div#service ol.body {
	counter-reset:li; /* Initiate a counter */
	padding:0; /* Remove the default left padding */
	list-style:none; /* Disable the normal item numbering */
	margin-top: 20px;
}
div#service ol.body > li {
	position:relative; /* Create a positioning context */
	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */
	padding:4px 0 4px 8px;
	font-weight:bold;
}
div#service ol.body > li:before {
	content:counter(li); /* Use the counter as content */
	counter-increment:li; /* Increment the counter by 1 */
	/* Position and style the number */
	position:absolute;
	top:-1px;
	left:-2em;
	width:2em;
	padding:4px 0;
	background:#ccc;
	text-align:center;
	border-radius: 50%;
}
div#service ol.body * {
	font-weight:normal;
}
div#service ol.body ul {
	list-style-type: disc;
	padding: 0;
}
div#service ol.body p {
	padding: 0;
}
/* =========================================================
	テーマＦ
========================================================= */
.ui-btn-up-f {
	border: 1px solid 		#620404 /*{b-bup-border}*/;
	background: 			#396b9e /*{b-bup-background-color}*/;
	font-weight: bold;
	color: 					#fff /*{b-bup-color}*/;
	text-shadow: 0 /*{b-bup-shadow-x}*/ 1px /*{b-bup-shadow-y}*/ 1px /*{b-bup-shadow-radius}*/ #7e1919 /*{b-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #c55f5f /*{b-bup-background-start}*/), to( #9e3939 /*{b-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #c55f5f /*{b-bup-background-start}*/, #9e3939 /*{b-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #c55f5f /*{b-bup-background-start}*/, #9e3939 /*{b-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #c55f5f /*{b-bup-background-start}*/, #9e3939 /*{b-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #c55f5f /*{b-bup-background-start}*/, #9e3939 /*{b-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #c55f5f /*{b-bup-background-start}*/, #9e3939 /*{b-bup-background-end}*/);
}
.ui-btn-up-f:visited,
.ui-btn-up-f a.ui-link-inherit {
	color: 					#fff /*{b-bup-color}*/;
}
.ui-btn-hover-f {
	border: 1px solid 		#5e0000 /*{b-bhover-border}*/;
	background: 			#b64b4b /*{b-bhover-background-color}*/;
	font-weight: bold;
	color: 					#fff /*{b-bhover-color}*/;
	text-shadow: 0 /*{b-bhover-shadow-x}*/ 1px /*{b-bhover-shadow-y}*/ 1px /*{b-bhover-shadow-radius}*/ #7e1919 /*{b-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #d56f6f /*{b-bhover-background-start}*/), to( #a44242 /*{b-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #d56f6f /*{b-bhover-background-start}*/, #a44242 /*{b-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #d56f6f /*{b-bhover-background-start}*/, #a44242 /*{b-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #d56f6f /*{b-bhover-background-start}*/, #a44242 /*{b-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #d56f6f /*{b-bhover-background-start}*/, #a44242 /*{b-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #d56f6f /*{b-bhover-background-start}*/, #a44242 /*{b-bhover-background-end}*/);
}
.ui-btn-hover-f:visited,
.ui-btn-hover-f:hover,
.ui-btn-hover-f a.ui-link-inherit {
	color: 					#fff /*{b-bhover-color}*/;
}
.ui-btn-down-f {
	border: 1px solid 		#772222 /*{b-bdown-border}*/;
	background: 			#c54e4e /*{b-bdown-background-color}*/;
	font-weight: bold;
	color: 					#fff /*{b-bdown-color}*/;
	text-shadow: 0 /*{b-bdown-shadow-x}*/ 1px /*{b-bdown-shadow-y}*/ 1px /*{b-bdown-shadow-radius}*/ #7e1919 /*{b-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #8e2929 /*{b-bdown-background-start}*/), to( #b53e3e /*{b-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #8e2929 /*{b-bdown-background-start}*/, #b53e3e /*{b-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #8e2929 /*{b-bdown-background-start}*/, #b53e3e /*{b-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #8e2929 /*{b-bdown-background-start}*/, #b53e3e /*{b-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #8e2929 /*{b-bdown-background-start}*/, #b53e3e /*{b-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #8e2929 /*{b-bdown-background-start}*/, #b53e3e /*{b-bdown-background-end}*/);
}
.ui-btn-down-f:visited,
.ui-btn-down-f:hover,
.ui-btn-down-f a.ui-link-inherit {
	color: 					#fff /*{b-bdown-color}*/;
}
.ui-btn-up-f,
.ui-btn-hover-f,
.ui-btn-down-f {
	font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	text-decoration: none;
}
