/* iui.css (c) 2007-9 by iUI Project Members, see LICENSE.txt for license */
body {
    color: #000000;
}

/*
li > a[selected], li > a:active {
    background-image: url(listArrowSel.png), url(selection.png) !important;
}

li > a[selected="progress"] {
    background-image: url(../default/loading.gif), url(selection.png) !important;
}
*/

/************************************************************************************************/

body > .toolbar {
    background: url(toolbar.png) #6d84a2 repeat-x;
}

.button {
    -webkit-border-image: url(toolButton.png) 0 5 0 5;
    -moz-border-image: url(toolButton.png) 0 5 0 5;
}

.blueButton {
    -webkit-border-image: url(blueButton.png) 0 5 0 5;
    -moz-border-image: url(blueButton.png) 0 5 0 5;
}

#backButton {
    -webkit-border-image: url(backButtonBrdr.png) 0 8 0 14;
    -moz-border-image: url(backButtonBrdr.png) 0 8 0 14;
    background: url(backButtonBack.png) repeat-x;
}


.whiteButton {
    -webkit-border-image: url(whiteButton.png) 0 12 0 12;
    -moz-border-image: url(whiteButton.png) 0 12 0 12;
    text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0;
}

.redButton {
    -webkit-border-image: url(redButton.png) 0 12 0 12;
    -moz-border-image: url(redButton.png) 0 12 0 12;
}

.grayButton {
    -webkit-border-image: url(grayButton.png) 0 12 0 12;
    -moz-border-image: url(grayButton.png) 0 12 0 12;
    color: #FFFFFF;
}

/************************************************************************************************/

body > ul > li.group {
    opacity:0.7;
    background: url(/img/s/listGroup.png) repeat-x;
}

body > ul > li > a {
    background: url(/img/s/listArrow.png) no-repeat right center;
}

body > ul > li > a.shop {
    background: url(/img/s/listArrow2.png) no-repeat right center;
}

body > ul > li > a.shop2 {
    background: url(/img/s/listArrow3.png) no-repeat right center;
}

body > ul > li > div > a {
    background: url(/img/s/listArrow.png) no-repeat right center;
}

/************************************************************************************************/

.dialog > fieldset {
    background: url(/img/s/toolbar.png) #7388a5 repeat-x;
}

/************************************************************************************************/

body > .panel {
    background: #c8c8c8 url(pinstripes.png);
}

.toggle {
    border: 1px solid #888888;
    background: url(toggle.png) repeat-x;
}

.toggle[toggled="true"] {
    background: #194fdb url(toggleOn.png) repeat-x;
}

.thumb {
    background: url(thumb.png) repeat-x;
}

/************************************************************************************************/
/*
#preloader {
    display: none;
    background-image: url(loading.gif), url(selection.png),
        url(blueButton.png), url(listArrowSel.png), url(listGroup.png);
}
*/

.toolbar > h1.titleImg {
  background: url(title-img.png) no-repeat top center;
  color: rgba(0,0,0,0);
}

.backButtonImg {
  width: 50px;
  background: url(back-img.png) no-repeat center left,
              url(backButtonBack.png) repeat-x top left !important;
  color: rgba(0,0,0,0);
}
/* 2013/06/12 ADD start */
#shop_voice a {
    color: #000000;
}
#shop_voice p.voice_content {
    float: left;
    margin-left: 2px;
    width: 98%;
    color: #000000;
    line-height: 14px;
    text-align: left;
    font-size: 12px;
    word-break: break-all;
}
#shop_voice tr {
    width: 100%;
}
#shop_voice tr.voice_row_bl {
    background-color: #FFFFFF;
}
#shop_voice tr.voice_row_br {
    background-color: #F3FFFE;
}
#shop_voice td.voice_data {
    padding: 10px 10px;
    width: 100%;
    text-align: center;
    vertical-align: top;
    border-bottom: 1px dotted #D1D1D1;
}
#shop_voice div.voice_thum_bl, #shop_voice div.voice_thum_br {
    padding: 0;
    width: 30%;
    box-sizing: border-box;
}
#shop_voice div.voice_thum_bl {
    float: right;
}
#shop_voice div.voice_thum_br {
    float: left;
}
* html body img.voice_pic_bl, * html body img.voice_pic_br {
    width: expression(this.width >= 100 ? "100px" : "auto");
    height: expression(this.height >= 100 ? "100px" : "auto");
}
#shop_voice img.voice_pic_bl, #shop_voice img.voice_pic_br {
    max-width: 70px;
    max-height: 100px;
    box-shadow: 0 0px 3px #999999;
    -webkit-box-shadow: 0 0px 3px #999999;
    -moz-box-shadow: 0 0px 3px #999999;
    -khtml-box-shadow: 0 0px 3px #999999;
}
#shop_voice img.voice_pic_bl {
    margin: 10px auto 0 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
}
#shop_voice img.voice_pic_br {
    margin: 10px 0 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}
#shop_voice div.voice_name_br, #shop_voice div.voice_name_bl {
    width: 60%;
    min-height: 25px;
    color: #FF6DAF;
}
#shop_voice div.voice_name_full {
    width: 85%;
}
#shop_voice div.voice_name_bl {
    padding: 0 0 0 10px;
    float: left;
}
#shop_voice div.voice_name_br {
    padding: 0 10px 0 0;
    float: right;
}
#shop_voice p.voice_name_br, #shop_voice p.voice_name_bl {
    float: left;
    width: 100%;
    line-height: 25px;
    font-size: 13px;
}
#shop_voice p.voice_name_bl {
    text-align: left;
}
#shop_voice p.voice_name_br {
    text-align: right;
}
#shop_voice font.voice_name {
    color: #FF6DAF;
}
#shop_voice font.voice_name_mini {
    color: #FF6DAF;
    font-size: 10px;
}
#shop_voice div.balloon_br, #shop_voice div.balloon_bl {
    position: relative;
    margin-bottom: 15px;
    padding: 5px;
    width: 60%;
    min-height: 45px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFFFFF;
    border: 3px solid #82FBFF;
}
#shop_voice div.balloon_full {
    width: 85%;
}
#shop_voice div.balloon_bl {
    float: left;
}
#shop_voice div.balloon_bl:before, #shop_voice div.balloon_bl:after {
    content: ' ';
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border: solid transparent;
}
#shop_voice div.balloon_bl:before {
    top: 0px;
    border-width: 10px 15px 10px 15px;
    border-color: transparent transparent transparent #82FBFF;
}
#shop_voice div.balloon_bl:after {
    top: 5px;
    border-width: 5px 10px 5px 10px;
    border-color: transparent transparent transparent #FFFFFF;
}
#shop_voice div.balloon_br {
    float: right;
}
#shop_voice div.balloon_br :before, #shop_voice div.balloon_br :after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}
#shop_voice div.balloon_br :before {
    top: 4px;
    bottom: 50px;
    left: -30px;
    border-width: 10px 15px 10px 15px;
    border-color: transparent #82FBFF transparent transparent;
}
#shop_voice div.balloon_br :after {
    top: 9px;
    bottom: 55px;
    left: -20px;
    border-width: 5px 10px 5px 10px;
    border-color: transparent #FFFFFF transparent transparent;
}
/* 2013/06/12 ADD end */
/* 2013/08/21 ADD start */
#searchareatb {
    margin: 0;
    width: 100%;
    border-style: none;
}
#searchareatb td {
    padding: 0;
    border-style: none;
}
#searchareatb td.no_middle {
    padding-top: 5px;
}
#searchareatb td.l_area {
    padding: 5px 0 0 10px;
    color: #FB5281;
    font-size: 16px;
    font-weight: bold;
}
#searchareatb td.m_area {
    padding: 2px 0 0 0;
    font-size: 15px;
    font-weight: bold;
}
#searchareatb td.s_area {
    padding: 0 0 2px 0;
}
#searchareatb td.m_area label {
    color: #000000;
	font-size: 14px;
}
/* 2013/08/21 ADD end */
#floatWindow {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    bottom: 55px;
    color: #f2f0f0;
    display: block;
    left: 0;
    opacity: 1;
    position: fixed;
    width: 100%;
    z-index: 2000;
}
@media screen and (max-width: 320px) {
#floatWindow {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    bottom: 50px;
    color: #f2f0f0;
    display: block;
    left: 0;
    opacity: 1;
    position: fixed;
    width: 100%;
    z-index: 2000;
}
}
#floatWindow a.close {
    left: 3px;
    position: absolute;
    top: 2px;
}
#floatWindow a.close img {
    border-color: -moz-use-text-color;
    border-style: none;
    border-width: medium;
}
#floatWindow dl dd {
    margin: 8px;
    text-align: center;
}
