﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
/* == キャッチスライド == */
#mainimg
{
    margin: 0;
    padding: 0;
    position: relative;
    width: 990px;
    height: 530px;
margin: 0 auto;
}

#mainimg .featured
{
    position: relative;
    z-index: 0;
    width: 990px;
    height: 540px;
}

#mainimg .mainimg_b
{
    margin: 0;
    padding: 0px;
    width: 990px;
}


/* == 画像ブロック == */
#mainimg .ui-tabs-panel
{
    position: relative;
    z-index: 1;
}

#mainimg p
{
    margin: 0px;
    padding: 0px;
}

#mainimg img
{
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    width: 976px;
    height: 500px;
/*    border-radius: 10px 10px 0px 0px; */
}

/* == タイトル == */
#mainimg #thumbTitle
{
    color: #000;
    font-weight: bold;
    position: relative;
    top: 45px;
    width: 850px;
    z-index: 3;
    margin: 0px auto;
    text-align: right;
}


/* == 停止ボタン == */
#mainimg #thumbStop
{
}

#mainimg #thumbStop a
{
	border: 1px solid #ffffff;
	border-radius: 4px;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	left: 900px;
	padding: 3px 10px;
	position: absolute;
	text-decoration: none;
	z-index: 4;
	background: #666666;
	top: 9px;
	display: block;
}

/* == タブメニューブロック == */
#mainimg #thumbBtn
{
    bottom: 9px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 770px;
    z-index: 5;
    top: 13px;
}


#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
{
/* 2020/12/28 削除 */
/*    background: url(../../../Images/slide_bottom.png) no-repeat center -25px; */
    width: 960px;
    z-index: 2;
    bottom: 0px;
    min-height: 80px;
    position: absolute;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
/* == キャッチスライド == */
#mainimg
{
    margin: 0;
    padding: 0;
    position: relative;
    width: 320px;
}

#mainimg .mainimg_h
{
}

#mainimg .mainimg_b
{
	background-color: #ffffff;
	margin: 0;
	padding: 30px 0 0 0;
}

#mainimg .mainimg_f
{
}


/* == 画像ブロック == */
#mainimg p
{
    margin: 0px;
    padding: 0px;
}

#mainimg img
{
	height: 200px;
	margin: 0;
	width: 320px;
	padding: 0;
	vertical-align: bottom;
}

/* == タブメニューブロック == */
#mainimg #thumbBtn
{
    bottom: 5px;
    float: left;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 5px;
    z-index: 2;
}


#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;
}

#thumbTitle
{
	position: absolute;
	top: 0px;
	width: 300px;
	background: #FFE500;
	text-align: right;
	padding: 5px 10px;
}
}
