@charset "utf-8";

/* 過去画像検索用設定 */
input[type="radio"] {
    height: 30px;
    vertical-align: middle;
}

label.rajio-item {
	cursor:pointer;
    margin-left: 2px;
    display: block;
    float: left;
}
.hidden{
	visibility:hidden;
}
div.searchContainer {
    margin: 10px 0px 10px 0px;
    padding-left: 15px;
    padding-right: 15px;
}
.nodatatext {
    height: 50px;
    text-align: center;
    padding-top: 30px;
}
.disable{
	display: none;
}
div.fnc {
    margin-left: 0px;
    float: left;
}

div.fncText {
    margin-top: 3px;
}

div.fncBox {
    margin-top: 4px;
}

div.fncLeft {
    margin-left: 10px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    div.fncText {
        margin-top: 5px;
    }
    div.fncBox {
        margin-top: 5px;
    }
}

div#goSearch {
    border: 3px solid #03C;
    /* ▼CSS3 */
    border-radius: 6px;
    /* ▼Safari,Chrome */
    -webkit-left-radius: 6px;
    /* ▼Firefox */
    -moz-border-radius: 6px;
    top: -4px;
/*    margin-left: 20px;*/
	margin-left: 10px;
    cursor: pointer;
    height: 22px;
    width: 74px;
    background-image: url(../images/btnSearch.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
}

div.listContainer h2 {
    width: 14em;
    font-size: 14px;
    line-height: 1.2;
    padding: 2px;
    border-top-color: #999;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: #999;
    border-right-style: solid;
    border-right-width: 1px;
    border-left-color: #999;
    border-left-style: solid;
    border-left-width: 1px;
    color: #FFF;
    text-align: center;
    background-color: #114a92;
    background-position: 0 0;
    background-repeat: no-repeat;
}

div#listData {
    border: 1px solid #999;
    background-color: #FFF;
    margin: 0;
    padding: 0;
}

#listData div.thum {
    float: left;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    margin: 0;
    padding: 0;
    width: 163px;
}

#listData div.rightEnd {
    border-right-style: none;
}

#listData div.prisetMerge {
    border-right: 1px solid #fff !important;
}

#listData div.listEnd {
    border-bottom-style: none;
}

#listData div#listMenu {
    clear: both;
    height: 50px;
    background-color: #EEE;
    border-top: 1px solid #999;
    overflow: hidden
}

#listMenu div.leftMenu {
    float: left;
    padding: 10px;
}

#listMenu div.rightMenu {
    float: right;
    padding: 10px;
}

.button {
    cursor: pointer;
}

img.detailView-s {
    border-right: 1px solid #000000;
    width: 320px;
    height: 240px;
}
