@CHARSET "utf-8";

/*.ui-btn-up-c {
    background: repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #444444;
    font-weight: bold;
    text-shadow: 0 1px 1px #F6F6F6;
}
}*/

.ui-btn-up-a.odd {
    background: white;
}

.ui-link-inherit {
    color: #AE5404 !important;
}
.ui-body-d .ui-link {
    color: #6EA66E;
}

input.ui-input-text, textarea.ui-input-text, .ui-input-search {
    display: inline-block;
}

/*
サムネイルの幅変更時は、(1)のmax-widthを各画面のCSSでオーバーライド
合わせて、横に表示する文字の位置を(2)のpadding-leftで調整
参考用に、デフォルトの値を記載
*/
/* (1) */
.ui-li-thumb,
.ui-li-icon {
	position: absolute;
	left: 1px;
	top: 0;
	max-height: 80px;
	max-width: 80px;
}
/* (2) */
.ui-li-has-thumb .ui-btn-inner a.ui-link-inherit,
.ui-li-static.ui-li-has-thumb {
    min-height: 60px;
    padding-left: 100px;
}


/*
追加画像用
data-icon="arrow"
*/

.ui-icon-arrow {
    background: url(../images/arrow_01.png) 50% 50% no-repeat;
    width: 24px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.ui-btn-right,
.ui-btn-left {
	top: 2px !important;
	min-height: 35px;
	line-height: 35px;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	color: white;
	text-shadow: 0px 0px 0px;
}

.ui-btn-right {
	background: url(../images/button_b.png) 50% 50% no-repeat;
	min-width: 69px;
}
.ui-btn-left {
	background: url(../images/button_b_l.png) 50% 50% no-repeat;
	min-width: 54px;
}


/**
 * 	タブ設定
 */
.ui-tabs {
	border: 0px;
	padding: 0px !important;
	margin-top: 1em;
}
.ui-tabs-panel {
	padding: 0px !important;
}
.ui-tabs-nav {
	border: 0px;
	margin: 0px !important;
	border-radius: 0px !important;
	font-size: 90%;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffcd38), to(#ff8e00)) !important;
}
.ui-state-default {
	margin: 0 0.3em !important;
	border: 0px !important;
	border-radius: 8px 8px 0px 0px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff4b06), to(#ff2703)) !important;
}
.ui-tabs-selected {
	top: 2px !important;
	background: white !important;
}
.ui-state-default a {
	color: white !important;
}
.ui-tabs-selected a {
	color: #b05709 !important;
}