@charset "utf-8";
@import url("../../css-grp/my/uWaku.css");
@import url("../../css-grp/my/back2top.css");
/* CSS Document */
/*
h1			{text-decoration: none; color: #fff; background-color: #333;}
h1			{text-decoration: none; color: #fff; background-color: #68892f;}
*/
body {
	line-height:1.5;
	font-size:14px;
	background-color:#EEF;/*薄紫青*//*#9CC;*/
	margin-left:20px;/*910px;*/
	width: 800px;
}

.yubi {
  cursor : pointer !important;
}

div.wakuPlusU {/*未注文*/
	width:92%;
	background-color:#D9F569;/*鶯色*/
/*	background: #FFE;	/*薄黄色*/
/*	background: #CF3;	/*薄緑*/
/*	background: #33C;	/*青紫*/
	border-color: #30C;	/*濃青*/
	border-style: solid;
/*	line-height:1.1;*/
	border-width: thin;
}

div.wakuPlus {
	width:92%;
	background: #FFE;	/*薄黄色*/
/*	background: #CF3;	/*薄緑*/
/*	background: #33C;	/*青紫*/
	border-color: #30C;	/*濃青*/
	border-style: solid;
/*	line-height:1.1;*/
	border-width: thin;
}

h1 {
	text-decoration: none;
	color: #000;
	background-color:#66CCFF;
	text-align: center;
	margin: 8px 5px 10px 10px;
	font-size: 26px;
}
h2	{
	border-left: solid 5px #68892f;
	padding-left: 8px;
	color: #68892f;
}
h3	{
	color: #68892f;
}

input.bcolor-top {
	background-color:#CFC;/*薄緑*/
}

input.search-top {
	background-color:#060;/*濃緑*/
	color: #FFF;		/*白文字*/
	border-radius:10px;/*角丸*/
}

input.log-top {
	background-color:#060;/*濃緑*/
	color: #FFF;		/*白文字*/
	border-radius:10px;/*角丸*/
}

input.bcolor-index {
	background-color:#BBB;/*灰色*/
}

input.search-index {
	background-color:#060;/*濃緑*/
	color: #FFF;		/*白文字*/
	border-radius:10px;/*角丸*/
}

input.log-index {
	background-color:#060;/*濃緑*/
	color: #FFF;		/*白文字*/
	border-radius:10px;/*角丸*/
}

input.bcolor-list {
	background-color:#BBB;/*灰色*/
}

input.search-list {
	background-color:#060;/*濃緑*/
	color: #FFF;		/*白文字*/
	border-radius:10px;/*角丸*/
}

input.log-list {
	background-color:#060;/*濃緑*/
	color: #FFF;		/*白文字*/
	border-radius:10px;/*角丸*/
}

div.home {
	position: fixed;
	top: 10px;
	left: 51px;
}

/*------------------------------------*/
div.fixedbelt {	/*タイトル帯*/
	position: fixed;
	width:95%;
	hight:50px;
	font-size:22px;
	text-align:center;
	top: 35px;
	left: 20px;
	border: 1px solid gray;
	background-color:#393; /*濃鶯色*/
}

div.fixedchild { 
	position: fixed;
	top: 44px;
	left: 100px;
	font-size:12px;
}

#pp11 {
	color: #fff;
/*	background-color: #33FF66;*/
	position:fixed;
	top: 39px;
	left: 20px;
}

#pp12 {
/*	background-color: #33FF66;*/
	position:fixed;
	top: 42px;
	left: 45px;
}

#pp13 {
	color: #fff;
/*	background-color: #33FF66;*/
	position:fixed;
	top: 39px;
	left: 68px;
}

#pp14 {
	color: #fff;
/*	background-color: #33FF66;*/
	position:fixed;
	top: 39px;
	left: 90px;
}
/******/
#pp21 {
	color: #fff;
/*	background-color: #33FF66;*/
	position:fixed;
	top: 36px;
	left: 21px;
}

#pp22 {
/*	background-color: #33FF66;*/
	position:fixed;
	top: 36px;
	left: 44px;
}

#pp23 {
	color: #fff;
/*	background-color: #33FF66;*/
	position:fixed;
	top: 36px;
	left: 70px;
}

#globalNavi2Z {
	list-style-type: none;
/*	list-style-type: decimal;*/
	line-height:1.5;
	/*	width: 720px;*/
	width: 95%;/*850px;*/
	height: 10px;/*30px;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 30px;
	position: absolute;
	top: 115px;
	left: 30px;
}

#globalNavi2 {
	list-style-type: none;
/*	list-style-type: decimal;*/
	line-height:1.5;
	/*	width: 720px;*/
	width: 95%;/*850px;*/
	height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 30px;
	position: absolute;
	top: 115px;
	left: 30px;
}

/* zip要素 */
a[href$=".zip"]	{ 
	background: url(/img/icon/zip.gif) no-repeat 100% 50%;
}
* html a.zip{ 
	background: url(/img/icon/zip.gif) no-repeat 100% 50%;
}

/*----------------<TABLE id="tbl00">-------------2014-08-12---------------------------*/
#tbl00 {
  background-color : gray;/*table 背景色*/
  border-collapse: separate;
  border-spacing:1px;
   }
#tbl00 tr th {
  background-color :#008b8b ;/*th 背景色*/
  color : #fff;
  line-height:1.3;
   }
#tbl00 tr td {
  background-color :#9CC;/*:#9FC;/*:#e0ffff;/*tr 背景色*/
  color : #000;/*: #800000;*/
  line-height:1.3;
/*  text-align:center;*/
   }
   
/*-----------------------<TABLE class="TStyle">-----2018-10-29---------------*/
table.TStyle th, table.TStyle td{
	border: 1px solid #b1b8d2;
	padding: 5px;
	vertical-align: middle;
	text-align: center;
/*	width:400px;*/
}

#form table.TStyle{
	margin-bottom: 15px;
}

#form table.TStyle td{
	text-align: left;
}

table.TStyle tr.txtLeft td{
	text-align: left;
}

/*--color--*/
table.TStyle th{
	background-color: #838aa2;
	color: #fff;
}

table.TStyle td{
	background-color: #e8f1ff;
}

/*table.TStyle td.head1, table.TStyle td.head2{
	background-color: #bfd8ff;
}

tr.head3 td{
	background-color: #838aa2;
	color: #fff;
	font-weight: bold;
}*/

/**--------------------------------------------------------------------**/
