﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
/* == キャッチスライド == */
#mainimg
{
    margin: 0;
    padding: 0;
    position: relative;
    width: 610px;
}

#mainimg .featured
{
    position: relative;
    z-index: 0;
}

#mainimg .mainimg_h
{
}

#mainimg .mainimg_b
{
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
    width: 610px;
    height: 330px;
}

#mainimg .mainimg_f
{
}


/* == 画像ブロック == */
#mainimg .ui-tabs-panel
{
    position: relative;
    z-index: 1;
}

#mainimg p
{
    margin: 0px;
    padding: 0px;
}

#mainimg img
{
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
    width: 600px;
    height: 330px;
    border-radius: 15px 15px 0px 0px;
}


/* == タイトル == */
#mainimg #thumbTitle
{
    bottom: 10px;
    background: #FAE3EE;
    font-weight: bold;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 240px;
    z-index: 3;
    left: 10px;
}


/* == 停止ボタン == */
#mainimg #thumbStop
{
    background: #ffffff;
    position: absolute;
    z-index: 4;
    bottom: 10px;
    left: 413px;
    min-height: 40px;
}

#mainimg #thumbStop a
{
    border: 1px solid #ffffff;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    padding: 3px 10px;
    text-decoration: none;
    background: #CCCCCC;
    margin: 5px;
    float: left;
}

/* == タブメニューブロック == */
#mainimg #thumbBtn
{
    bottom: 10px;
    float: left;
    margin: 0;
    padding: 9px;
    position: absolute;
    z-index: 5;
    background: #ffffff;
    left: 270px;
    min-height: 22px;
}


#mainimg #thumbBtn li
{
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#mainimg #thumbBtn li a
{
    background-color: #dddddd;
    border: 1px solid #ffffff;
    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
{
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
/* == キャッチスライド == */
#mainimg
{
    margin: 0;
    padding: 0;
    position: relative;
    width: 320px;
}

#mainimg .featured
{
    position: relative;
    z-index: 0;
}

#mainimg .mainimg_h
{
}

#mainimg .mainimg_b
{
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
    width: 320px;
    height: auto;
}

#mainimg .mainimg_f
{
}


/* == 画像ブロック == */
#mainimg .ui-tabs-panel
{
    position: relative;
    z-index: 1;
}

#mainimg p
{
    margin: 0px;
    padding: 0px;
}

#mainimg img
{
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
    width: 320px;
    height: auto;
}


/* == タイトル == */
#mainimg #thumbTitle
{
    background: #FAE3EE;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    width: 300px;
    z-index: 3;
    position: relative;
}


/* == 停止ボタン == */
#mainimg #thumbStop
{
    background: #ffffff;
    position: relative;
    z-index: 4;
    min-height: 40px;
}

#mainimg #thumbStop a
{
    border: 1px solid #ffffff;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    padding: 3px 10px;
    text-decoration: none;
    background: #333333;
    margin: 5px;
    float: left;
}

/* == タブメニューブロック == */
#mainimg #thumbBtn
{
    float: left;
    margin: 0;
    padding: 9px;
    position: relative;
    z-index: 5;
    background: #ffffff;
    min-height: 22px;
}


#mainimg #thumbBtn li
{
    float: left;
    list-style: none outside none;
    margin: 0px 0px 0px 22px;
    padding: 0;
}

#mainimg #thumbBtn li a
{
    background-color: #dddddd;
    border: 1px solid #ffffff;
    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
{
}
}
