@charset "utf-8";
.galleryImg h2 {
background:url(../images/main_copy01.png) no-repeat 0 0;
background-size:auto 121px;
height:121px;
}

.galleryPlan{
width:576px;
margin:10px 0 0 0;
}
.galleryPlan:after{
content:"";
display:block;
clear:both;
}
.galleryPlan .img{
width:400px;
float:left;
}
.galleryPlan ul{
width:160px;
margin:0;
padding:0;
list-style:none;
float:right;
}
.galleryPlan ul li {
padding:0 0 10px 0;
}

.galleryPlan ul li a {
    background: rgba(0, 0, 0, 0) url("/common/images/arrow02.gif") no-repeat scroll 0 50%;
    clear: both;
    padding: 0 0 0 15px;
}

.galleryLayout table{
margin:10px 0 0 0;
border-collapse:separate;
border-spacing:0;
width:100%;
border-top:solid 1px #bcbcbc;
}
.galleryLayout table th,
.galleryLayout table td{
font-weight:normal;
padding:5px;
border-bottom:solid 1px #bcbcbc;
}
.galleryLayout table thead th{
text-align:center;
background:#f2f2f2;
}

@media screen and (max-width: 600px) {
.galleryPlan{
width:100%;
}
.galleryPlan .img{
float:none;
width:100%;
}
.galleryPlan .img img{
width:100%;
height:auto;
}
.galleryPlan ul{
margin: 10px auto 0 auto;
text-align:center;
float:none;
width:100%;
}
.galleryPlan ul li {
text-align:center;
}
.galleryPlan ul li a{
background: #1b558c;
border: 1px solid #797979;
color: #fff;
display: block;
font-size: 14px;
margin: 0 auto;
padding: 12px;
text-align: center;
width: 14em;
}

}