﻿/* == キャッチスライド == */
#mainimg
{
    margin: 0 auto 5px;
    padding: 0;
    border: none;
    position: relative;
    width: 900px;
}

#mainimg .featured
{
    position: relative;
    z-index: 0;
}

#mainimg .mainimg_h
{
}

#mainimg .mainimg_b
{
/*    background: linear-gradient(to right,#476A1A 40% ,transparent 60%);*/
    margin: 0;
    padding: 0;
    width: 900px;
    min-height:250px;
}

#mainimg .mainimg_f
{
}


/* == 画像ブロック == */
#mainimg .ui-tabs-panel
{
    position: relative;
    z-index: 1;
    padding: 0.2em 0;
}

#mainimg p
{
    margin: 0px;
    padding: 0px;
}

#mainimg img
{
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
    width: 900px;
    height: 250px;
}


/* == タイトル == */
#mainimg #thumbTitle
{
/*    bottom: 10px;
    color: #ffffff;
    font-weight: bold;
    padding: 0 225px;
    position: absolute;
    text-align: center;
    width: 300px;
    z-index: 3;
    float:left;
    left: 400px;*/
display:none;
background-color: #ffffff;
border: 1px solid #107473;
border-radius: 4px;
color:#107473;
bottom: 10px;
font-weight: bold;
padding: 0;
position: absolute;
text-align: center;
width: 300px;
z-index: 3;
float: right;
left: 560px;
}


/* == 停止ボタン == */
#mainimg #thumbStop
{
}

#mainimg #thumbStop a
{
    background-color: #ffffff;
    border: 1px solid #107473;
    border-radius: 4px;
    bottom: 5px;
    color: #107473;
    cursor: pointer;
    font-weight: bold;
    left: 20px;
    padding: 3px 10px;
    position: absolute;
    text-decoration: none;
    z-index: 4;
}

/* == タブメニューブロック == */
#mainimg #thumbBtn
{
    bottom: 9px;
    float: left;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 100px;
    z-index: 5;
}


#mainimg #thumbBtn li
{
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#mainimg #thumbBtn li a
{
    background-color: #dddddd;
    border: 1px solid #107473;
    border-radius: 10px;
    display: block;
    height: 19px;
    margin: 0 4px 0 0;
    text-indent: -9999px;
    width: 19px;
}

#mainimg #thumbBtn li.ui-tabs-selected a
{
    background-color: #666666;
}

/* == 上書き画像 == */
#mainimg  .mainimg_overpanel
{
}