﻿/* SearchKeywordUC */
.search_keyword
{
    width:99%;
    height:30px;
    text-align:center;
    color:#c69c6c;
    font-weight:bold;
}
.searchtype
{
    font-weight:normal;
    color:Black;
}
.search_keyword input, .search_keyword img
{
    vertical-align:middle;
}

    /* 公演名 */
.playinfo .playname
{
    display:block;
    font-size:24px;
    font-weight:bold;
    margin:0 0 0 3px;
    line-height:1.2em;
    vertical-align:bottom;
}
.playinfo A:link.playname, .playinfo A:visited.playname
{
    color:#000000;
    text-decoration:none;
}
 
/* 公演サブタイトル */
.playinfo .subtitle
{
    display:block;
    font-size:14px;
    font-weight:bold;
    color:#c69c6c;
    margin:0 0 0 3px;
    height:1.5em;
    vertical-align:middle;
}

.playinfo .detail
{
    clear:left;
    border-top:dotted 1px #cccccc;
    border-left:dotted 1px #cccccc;
    border-right:dotted 1px #cccccc;
    width:590px;
}

.playinfo .field_header
{
    background-color:#c69c6c;
    border-bottom:dotted 1px #cccccc;
    border-right:dotted 1px #cccccc;
    text-align:right;
    padding:0.5em 5px 0.5em 0;
    color:White;
    font-weight:bold;
    width:100px;
}
.playinfo .item
{
    background-color:#ffffff;
    border-bottom:dotted 1px #cccccc;
    text-align:left;
    padding:0.5em 0.7em;
    line-height:1.5em;
    width:490px;
}
.playinfo .theater
{
   width:480px;
}
.playinfo .theater_name
{
    background-image:url("../img/ya1_brown.gif");
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:16px;
}
.playinfo .nearshops
{
    width:168px;
    text-align:right;
}

.playinfo .description
{
    line-height:1.7em;
}

.playinfo .ticket th
{
    width:100px;
    text-align:right;
    color:#c69c6c;
}
.playinfo .ticket tr
{
    line-height:2.2em;
}
.playinfo .ticket td
{
    width:300px;
}

    
/* チケット販売リンク */
.playinfo .ticketlink
{
    width:590px;
    padding:5px 0 0 0;
    text-align:right;
    word-spacing:10px;
}
.playinfo .ticketlink a
{
    background-image:url("../img/ya1_yellow.gif");
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:18px;
}

/* CommentsUC */    
.comments .item, .playcomments .item
{
    height:3em;
    border-bottom:dotted 1px #cccccc;
    padding-left:5px;
    text-align:left;
}

.impressions
{
    width:120px;
}
.impressions td
{
    width:20%;
    text-align:center;
    font-weight:bold;
    border-bottom:none;
    padding-left:0;
}

