@charset "utf-8";
/* CSS Document */

/*サブナビゲーション*/
.subnav{
width:1240px;
text-align:center;
overflow:hidden;
}
.subnav nav{
height:100px;
}

.subnav nav ul{
float:none;
width:275px;
height:90px;
margin:10px auto;
display:block;
}
.subnav nav li{
margin:15px 15px 0 0;
}
.studio{
width:1200px;
margin:0 auto;
}

.studio h2{
font-size:182%;
text-align:center;
}
.studio h3{
font-size:138.5%;
text-align:center;
}
.studio table{
margin:20px auto;
font-size:138.5%;
}
.rtxt{
color:#B3115B;
}

/*写真　大*/
.photo_l{
width:1200px;
text-align:center;
overflow:hidden;
margin-bottom:15px;
}
/*写真3枚*/
.photo_3{
width:1200px;
overflow:hidden;
margin-bottom:15px;
}
.photo_3 img{
float:left;
}