﻿/* テーマ緑 */

/* selectmenuのヘッダがなぜかテーマ"a"を使用しているので緑に変更 */

.ui-bar-a{
border:1px solid #007130;
background:#00873c;
color:#fff;
font-weight:bold;
text-shadow:0 -1px 1px #003705;
background-image:-webkit-gradient(linear,left top,left bottom,from(#69bd83),to(#00873c));
background-image:-webkit-linear-gradient(#69bd83,#00873c);
background-image:-moz-linear-gradient(#69bd83,#00873c);
background-image:-ms-linear-gradient(#69bd83,#00873c);
background-image:-o-linear-gradient(#69bd83,#00873c);
background-image:linear-gradient(#69bd83,#00873c)
}

.ui-bar-b{
border:1px solid #007130;
background:#00873c;
color:#fff;
font-weight:bold;
text-shadow:0 -1px 1px #003705;
background-image:-webkit-gradient(linear,left top,left bottom,from(#69bd83),to(#00873c));
background-image:-webkit-linear-gradient(#69bd83,#00873c);
background-image:-moz-linear-gradient(#69bd83,#00873c);
background-image:-ms-linear-gradient(#69bd83,#00873c);
background-image:-o-linear-gradient(#69bd83,#00873c);
background-image:linear-gradient(#69bd83,#00873c)
}

.ui-bar-b .ui-link-inherit{
color:#fff
}

.ui-bar-b .ui-link{
color:#d5ead8;
font-weight:bold
}
.ui-bar-b .ui-link:hover{
color:#d5ead8
}

.ui-bar-b .ui-link:active{
color:#d5ead8
}

.ui-bar-b .ui-link:visited{
color:#d5ead8
}

.ui-body-b,.ui-dialog.ui-overlay-b{
border:1px solid #c6c6c6;
background:#ccc;
color:#333;
text-shadow:0 1px 0 #fff;
font-weight:normal;
background-image:-webkit-gradient(linear,left top,left bottom,from(#e6e6e6),to(#ccc));
background-image:-webkit-linear-gradient(#e6e6e6,#ccc);
background-image:-moz-linear-gradient(#e6e6e6,#ccc);
background-image:-ms-linear-gradient(#e6e6e6,#ccc);
background-image:-o-linear-gradient(#e6e6e6,#ccc);
background-image:linear-gradient(#e6e6e6,#ccc)
}

.ui-body-b .ui-link-inherit{
color:#333
}

.ui-body-b .ui-link{
color:#00a051;
font-weight:bold
}

.ui-body-b .ui-link:hover{
color:#00a051
}

.ui-body-b .ui-link:active{
color:#00a051
}

.ui-body-b .ui-link:visited{
color:#00a051
}

.ui-btn-up-b{
border:1px solid #004714;
background:#009944;
font-weight:bold;
color:#fff;
text-shadow:0 -1px 1px #004714;
background-image:-webkit-gradient(linear,left top,left bottom,from(#3eb370),to(#009140));
background-image:-webkit-linear-gradient(#3eb370,#009140);
background-image:-moz-linear-gradient(#3eb370,#009140);
background-image:-ms-linear-gradient(#3eb370,#009140);
background-image:-o-linear-gradient(#3eb370,#009140);
background-image:linear-gradient(#3eb370,#009140)
}

.ui-btn-up-b a.ui-link-inherit{
color:#fff
}

.ui-btn-hover-b{
border:1px solid #006428;
background:#00a95f;
font-weight:bold;
color:#fff;
text-shadow:0 -1px 1px #00561f;
background-image:-webkit-gradient(linear,left top,left bottom,from(#89c997),to(#00a95f));
background-image:-webkit-linear-gradient(#89c997,#00a95f);
background-image:-moz-linear-gradient(#89c997,#00a95f);
background-image:-ms-linear-gradient(#89c997,#00a95f);
background-image:-o-linear-gradient(#89c997,#00a95f);
background-image:linear-gradient(#89c997,#00a95f)
}

.ui-btn-hover-b a.ui-link-inherit{
color:#fff
}

.ui-btn-down-b{
border:1px solid #007c36;
background:#00a051;
font-weight:bold;
color:#fff;
text-shadow:0 -1px 1px #007c36;
background-image:-webkit-gradient(linear,left top,left bottom,from(#009140),to(#00a051));
background-image:-webkit-linear-gradient(#009140,#00a051);
background-image:-moz-linear-gradient(#009140,#00a051);
background-image:-ms-linear-gradient(#009140,#00a051);
background-image:-o-linear-gradient(#009140,#00a051);
background-image:linear-gradient(#009140,#00a051)
}

.ui-btn-down-b a.ui-link-inherit{
color:#fff
}


.ui-body-b{
	background:#CCC;
	background-image: -moz-linear-gradient(top,#FFF, #CCC);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFF),color-stop(1, #CCC));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFF', EndColorStr='#CCC')";
}


/*
.ui-header {
	color:white;
	background:green;
}
*/

.title{
/*	color:blue; */
	color:green;
	font-size:20px;
	font-weight:bold;
	text-shadow:1px 0 0 #FFF; 
	padding:0px;
	margin:0px;
}
.right{
	text-align: right;
}
.center{
	text-align: center;
}
.wordBreak{
	overflow: visible;
	white-space: normal;
}
.ui-grid-a .ui-block-a{
	width: 60%;
}
.ui-grid-a .ui-block-b{
	width: 40%;
}
#stocklist .ui-li-divider{
/*	background: green; */
}
#stocklist .ui-grid-b .ui-block-a{
	width: 60%;
	font-size: 14px;
}
#stocklist .ui-grid-b .ui-block-b{
	width: 20%;
	font-size: 14px;
}
#stocklist .ui-grid-b .ui-block-c{
	width: 20%;
	font-size: 14px;
}
#stocklist .ui-grid-c .ui-block-a{
	width: 50%;
	font-size: 14px;
}
#stocklist .ui-grid-c .ui-block-b{
	width: 10%;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
}
#stocklist .ui-grid-c .ui-block-c{
	width: 20%;
	font-size: 14px;
}
#stocklist .ui-grid-c .ui-block-d{
	width: 20%;
	font-size: 14px;
}
.ui-grid-c .ui-block-a{
	width: 40%;
	font-size: 14px;
}
.ui-grid-c .ui-block-b{
	width: 20%;
	font-size: 14px;
}
.ui-grid-c .ui-block-c{
	width: 20%;
	font-size: 14px;
}
.ui-grid-c .ui-block-d{
	width: 20%;
	font-size: 14px;
}
.ui-li .ui-btn-inner{
	padding: .6em 40px .6em 15px;
	font-size: 14px;
}
.ui-li-desc{
	margin: 0em 0 .1em;
	font-size: 14px;
}
.ui-grid-b#navibtn .ui-btn{
	padding-top: .7em;
	height: 25px;
}
/*
.firstline{
	margin-top: 0;
	padding-top: 0;
}
.portrait #table-l {
}
.landscape #table-p {
	display: none;
}
*/
.blue{
	color:#3366FF;
}
.green{
	color:#003705;
}
.red{
	color:red;
}
.goudouZaikoColor{
	background:#fce4d6!Important;
}

.tokuisakiZaikoColor{
	background:#bdd7ee!Important;
}

.hattyuzumiZaikoColor{
	background:#ddebf7!Important;
}

.makerZaikoColor{
	background:#fff2cc!Important;
}

.syohinColor{

	background:#ffffff!Important;

}

.zissekiColor1{
	background:#b5f090!Important;
}

.zissekiColor2{
	background:#e2efda!Important;
}

.zissekiColor3{
	background:#f1ffe8!Important;
}

.minMozisize{
	font-size:12px;
}
