﻿

/*** for PC Browser ***/
@media (min-width:401px)
{

.sta{
 border-top:2px dotted #ccc;
 padding-bottom:5px;
 padding-top:10px;
 margin-bottom:10px;
}

.sta img{
 float:left;
 margin-right:15px;
 padding:3px;
 border:1px solid #ccc;
}


.pict{
 width:380px;
 float:right;
 margin-left:18px;
}

.pict img{
 margin-bottom:10px;
}

.concert{
 width:435px;
 padding:10px;
 border:1px solid #ccc;
 background-color:#ffd;
}

.concert h3{
 border:0px;
}

}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.sta{
 border-top:2px dotted #ccc;
 padding-bottom:5px;
 padding-top:10px;
 margin-bottom:10px;
}

.sta img{
 float:left;
 margin-right:15px;
 padding:10px;
}

.pict{
 width:100%;
}

.pict img{
 margin-bottom:10px;
}

.concert{
 width:99%;
}
}
