<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.main-content {
padding-bottom: 0;
}	


/* 見出し */
h1 {
	font-size:32px;
}
h2.ttl {
font-size: 28px;
    margin: 24px auto;
    display: table;
    position: relative;
font-weight: bold;
text-align: center;
}
h3 {
	font-weight: bold;
    font-size: 18px;
}

.tokuten h3 {
    padding: 0 0 0 10px;
    margin-bottom: 5px;
}

.tokuten .h3_yellow {
    color: #fab338;
    border-left: solid 5px #fab338;
}

.tokuten .h3_pink {
    color: #ee4d8d;
    border-left: solid 5px #ee4d8d;
}

.box_tokuten {
    margin: 30px auto;
}

/* キャンペーンタイトル */
h2.cp_section_title {
    display: block!important;
    font-size: 36px!important;
    font-weight: bold!important;
    text-align: center;
    margin-bottom: 20px;
}
span.cp_section_title_sub {
    display: block;
    position: relative;
    font-size: 18px;
}
span.cp_section_title_sub:before, span.cp_section_title_sub:after {
content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 35px;
    top: -16px;
}
span.cp_section_title_sub:before {
    right: 520px;
    background-image: url(../../../img/campaign/omiya/cp_omiya_ornament_l.png);
}

span.cp_section_title_sub:after {
    left: 520px;
    background-image: url(../../../img/campaign/omiya/cp_omiya_ornament_r.png);
}
span.cp_ttl_sub {
    display: block;
    position: relative;
}
span.cp_ttl_sub:before, span.cp_ttl_sub:after {
content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 35px;
    top: -16px;
}
span.cp_ttl_sub:before {
    right: 220px;
    background-image: url(../../../img/campaign/omiya/cp_omiya_ornament_l.png);
}

span.cp_ttl_sub:after {
    left: 220px;
    background-image: url(../../../img/campaign/omiya/cp_omiya_ornament_r.png);
}
strong {
color: #ee4d8d;
}
.box_sns {
text-align: center;
}
.box_sns a {
display: inline-block;
}
.trans {
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
}
.trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}
/*吹き出し*/
.fukidashi {
background: #ffeb3b;
    border-radius: 30px;
    padding: 10px 20px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
.fukidashi::before {
content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid #ffeb3b;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.catch strong {
    background: linear-gradient(transparent 70%, #ffeb3b 70%);
}
/*店舗一覧*/
/*アコーディオン*/
.hidden_box {
    margin: 1em 0;
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
    padding: 15px;
    font-weight: bold;
    background: #efefef;
    border-radius: 5px;
    cursor :pointer;
    transition: .5s;
	display:block;
}

/*アイコンを表示*/
.hidden_box label:before {
    display: inline-block;
    content: '\f078';
font-family: "Font Awesome 5 Free";
    padding-right: 5px;
    transition: 0.2s;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: silver;
}

/*アイコンを切り替え*/
.hidden_box input:checked ~ label:before {
     content: '\f00d';
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
/*     color: #668ad8;*/
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

/* 背景 */
.bg-gray {
background-color: #fff1f5;
padding: 60px 0px 10px;
}
.wrp_cp {
padding: 70px 0;
}

/* MV下タイトル */
section.tx-yellow {
	padding: 10px 20px;
	margin-bottom: 0;
	color: #FFF;
        font-weight: 700;
}
section.tx-yellow .date {
margin-bottom: 0!important;
}

section.tx-yellow h1 {
	font-size: 32px;
	margin-bottom: 0;
}

/* 応募方法 */
.wrp_step {
    width: 70%;
    margin: 0 auto;
}
.box_step:nth-of-type(2) {
margin-top: 30px;
}
.box_step h3 {
text-align: center;
    background: #fab338;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    color: #fff;
    line-height: 40px;
}
.box_text {
background: #fff;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -ms-border-radius: 0 0 20px 20px;
    -o-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    padding-top: 5%;
    padding-bottom: 5%;
}
.box_text .tx_step {
font-weight: 700;
    color: #fab338;
    text-align: center;
    font-size: 1.2rem;
}
.des_step {
width: 80%;
margin: 20px auto 0px;
}

.white ul {
    font-size: 16px;
    margin-bottom: 2rem;
    position: relative;
}
.white li {
padding-left: 1.25em;
    margin-bottom: 0.2rem;
}
span.nb {
    position: absolute;
    left: 0;
    font-size: 1em;
}
.nor_list {
    font-size: 16px;
    margin: 0 auto 10px;
    display: table;
text-align: left;
}
.nor_list li {
padding-left: 1.25em;
margin-bottom: 0.2rem;
position: relative;
}

/* 撮影メニュー */
.wrp_shoot {
background-color:#fff6db;
padding:20px 20px 40px;
}
.item-shoot-menu {
float: left;
	width: 33.33333%;
	padding: 0 7px;
	margin-bottom: 16px;
}
.item-shoot-menu .inner {
    border: 3px solid #ffe7f4;
    border-radius: 10px;
    padding: 5px 5px 0px 5px;
box-shadow: 3px 3px #ffe7f4a6;
background-color: #fff;
}

.item-shoot-menu .inner img {
    border-bottom: 2px dashed #ffe7f4;
    padding-bottom: 10px;
}

.item-shoot-menu .inner:hover {
background-color: #f8f8f8;
}

.item-shoot-menu .inner:hover .text {
color: #e94235;
}

.item-shoot-menu a {
display: block;
}

.item-shoot-menu a .text {
height: 50px;
vertical-align: middle;
text-align: center;
}
.item-shoot-menu a .inner img {
	margin: 0 auto 6px;
}
.item-shoot-menu .link-cmn {
    color: #333;
    font-weight: 700;
    text-decoration: none;
}
/* 安心・安全対策 */
.cp_shooting_img img {
    width: 80%;
    margin: 10px auto 20px;
}
/* アンケート回答リンクボタン */
.btn_survey {
    display: block;
    max-width: 320px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border: 0;
    outline: none;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #e94235;
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: 20px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 10px 0;
    line-height: 140%;
    margin: 5px auto;
}
.btn_survey span {
    display: block;
    font-size: 90%;
}
.tx_btn {
text-align:center;
margin: 0px auto!important;
width: 80%;
}

/* 撮影メニューリンクボタン */
.btn_strong {
    display: block;
    max-width: 616px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border: 0;
    outline: none;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #ffb6dd;
    background-image: url(../../img/common/icon-arrow07.png);
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: 20px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 22px 0 20px;
    font-size: 1rem;
}
a:hover {
opacity: 0.75;
text-decoration: none;
}
/* Q&amp;A */
.qa {
    background-color: #fff;
    border-radius: 30px;
    padding: 40px 60px;
    margin: 0 30px 60px;
}

.qa .q {
background: url(/img/campaign/753_rental/qa_bg.png) repeat;
background-size: cover;
padding: 10px;
font-size: 18px;
font-weight: bold;
}

.qa .q div {
background: url(/img/campaign/753_rental/q.png) no-repeat left center;
padding: 0 0 0 50px;
padding: 10px 0 10px 50px;
background-size: 40px;
}

.qa .a {
background: url(/img/campaign/753_rental/a.png) no-repeat 10px center;
 padding: 20px 0 20px 60px;
background-size: 40px;
margin-bottom: 20px;
}

.qa ul {
font-size: 1rem;
    line-height: 1.6rem;
}
.qa h2 {
    margin: 24px auto;
}
.qa h3 {
text-align: left;
    font-size: 19px;
    font-weight: 500;
    border-bottom: 1px solid #e94235;
    padding: 5px 0 7px;
    margin-bottom: 10px;
}
span.sub_ttl {
    display: block;
    font-size: 18px;
}

/* プレゼント */
.present {
background-color: #fff;
    border-radius: 30px;
    border: 2px dashed #f8a002;
    margin: auto;
width: 80%;
}

/* お問い合わせ */
.icoOpenWindow {
    background: url(/common/images/ico_openWindow.png) no-repeat scroll left center rgba(0, 0, 0, 0);
    padding-left: 11px;
color: #0070c9;
}
p.addTxt {
    margin-bottom: 0;
}
.ttl-cmn-h3 {
margin-bottom: 20px;
}

/* 対象外店舗 */
.cp_store {
	display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.cp_store li {
	width: 33%;
    margin-bottom: 10px;
}

.cp_store li a {
display: block;
    color: #333;
    font-weight: bold;
    font-size: 15px;
    margin-top: 2px;
    padding-right: 22px;
}

.cp_store li a small {
    display: block;
    color: #8a8a8a;
    font-size: 12px;
    font-weight: normal;
   font-family: 'Meiryo',"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka", sans-serif;
}
.cp_store li a.phone span {
    padding-left: 20px;
    color: #d70c24;
    font-size: 14px;
    padding-left: 23px;
}
.cp_store li a.phone span {
position: relative;
}
.cp_store li a.phone span:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    position: absolute;
    left: 2px;
}
@media only screen and (max-device-width: 480px) and (min-device-width: 320px), 
		only screen and (max-width: 480px) and (min-width: 320px){
	.cp_store li {
		width: 48%;
	}

	.cp_store li a {
		display: block;
		color: #333;
		font-weight: bold;
		font-size: 13px;
		margin-top: 2px;
		padding-top: 20px;
		padding-right: 10px;
	}
			
	.cp_store li a small {
		display: block;
		color: #111;
		font-size: 12px;
		font-weight: normal;
		font-family: "メイリオ";
	}
	
	.cp_store li a.phone {
		color: #d70c24;
		font-size: 13px;
		padding-top:4px;
	}
}

/*-------------セクション-------------*/

.white {
	background-color: #fff;
	border-radius: 30px;
	padding:40px 60px;
	margin: 0 30px 60px;
}
.white .cp_p {
	margin-top: 20px;
}

.white .cp_p .small {
	font-size: 12px;
}

.first_yoyaku {
padding: 10px 40px 40px;
    background-color: #fff6db;
}

/*---------ネット予約---------*/
.trial-yoyaku .list-link .reservation, 
.trial-yoyaku .list-link .looking {
width:90%;
margin:5% auto;
display:block;
}
.cp_yoyaku {
	margin:40px 20px 60px;
}

.booking_wrapper .cp_yoyaku {
	margin: 40px 0;
}


.list-link .reservation,
.list-link .looking {
   display: inline-block;
    vertical-align: top;
    width: 47%;	
	text-decoration: none !important;
	-webkit-box-shadow: 0px 6px 0px 0px #ba352a;
    -moz-box-shadow: 0px 6px 0px 0px #ba352a;
    box-shadow: 0px 6px 0px 0px #ba352a;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}


.list-link .reservation {
    background-color: #e94235;
    background-image: url(../../../img/common/icon-calendar.png);
    background-repeat: no-repeat;
    background-size: 29px auto;
    background-position: 20px 18px;
    padding: 23px 0 20px 23px;
    margin-right: 30px;
    border: 3px solid #e94235;
}

.list-link .reservation .text-main {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.03em;
    padding-right: 7px;
}

.list-link .looking {
    display: inline-block;
    background-color: #fff;
    border: 3px solid #e94235;
}

.list-link .looking .inner {
    display: block;
    width: 100%;
   padding: 19px 0 20px 23px;
    background-image: url(../../../img/common/icon-looking.png);
    background-repeat: no-repeat;
    background-position: 17px 18px;
    background-size: 32px auto;
}

.list-link .looking .inner .text-main {
    display: block;
    text-align: center;
    color: #e94235;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.03em;
    padding-right: 7px;
}

.white .list-link {
	margin: 30px 0;
}

.cp_section_title.event_wan {
	margin-top: 60px;
}



/*--------------------ご予約はこちらから--------------------*/

.booking_wrapper {
    background-color: #fff;
    position: relative;
    margin: 90px 30px 60px;
	padding: 4px 60px 48px;
    border-radius: 32px;
    text-align: center;
}

.booking_wrapper:before {
    content: "";
    position: absolute;
    display: block;
    left: 48%;
    margin-left: -67px;
    top: -31px;
    width: 167px;
    height: 34px;
    background-image: url(/img/campaign/enter/booking_frame.png);
}

.booking_mark {
    margin: 0 auto;
}

.booking_heading {
    margin-top: 48px;
    margin-bottom: 0;
    font-weight: bold!important;
	font-size: 24px !important;
}

.booking_call {
border: 2px solid #ff8d9d;
    border-radius: 12px;
    height: 300px;
}

.booking_call_heading {
    margin: 0!important;
    padding: 12px!important;
    border-radius: 6px 6px 0 0;
    background-image: url(/img/campaign/753_superearly/call_bg.png);
    color: #fff;
    font-size: 26px!important;
}

.booking_call_text {
    margin-top: 32px;
    line-height: 1.4;
}

.booking_call_link {
    display: block;
    margin-top: 32px;
}

.booking_call_link&gt;img {
    display: inline-block!important;
}

.booking_call_text_weak {
    margin-top: 18px;
    color: #555555;
}

.booking_wrapper.cp_c .booking_call {
	height: auto;
}

.booking_wrapper.cp_c .booking_call_text_weak {
    color: #fff;
    font-size: 20px;
    margin-top: 0;
    padding: 0 0 0 20px;
	
}

.booking_wrapper.cp_c .booking_call_text {
	margin: 20px 0;
}

@media (max-width: 767px) {
/*---------ネット予約(SP)---------*/

section.cp_yoyaku {	
 margin: 0;
 padding: 0;
}	

.first_yoyaku {
padding: 5px 10px 30px;
}
	
.cp_yoyaku {
	margin:30px 0;
}

.list-link .reservation,
.list-link .looking
{
    -webkit-box-shadow: 0px 3px 0px 0px #ba352a;
    -moz-box-shadow: 0px 3px 0px 0px #ba352a;
    box-shadow: 0px 3px 0px 0px #ba352a;
    border-radius: 8px;
}


.list-link .reservation {
    background-image: url(../../../img/common/icon-calendar.png);
    background-repeat: no-repeat;
    background-size: 22px auto;
    background-position: left 20px center;
    padding: 18px 0 14px 23px;
	margin-right:4%;
}

.list-link .reservation .text-main {
    font-size:16px;
    padding-right: 7px;
}

.list-link .looking .inner {
    padding: 18px 0 14px 23px;
    background-image: url(../../../img/common/icon-looking.png);
    background-repeat: no-repeat;
    background-position: left 20px center;
    background-size: 22px auto;
}

.list-link .looking .inner .text-main {
    font-size:16px;
}

/*--------------------ご予約はこちらから(SP)--------------------*/
		

.booking_heading {
	font-size: 20px !important;
margin-top: 20px;
}	
	
.booking_wrapper:before {
margin-left: -37px;
top: -17px;
width: 76px;
height: 19px;
background-size: contain;
}

.cp_summary.cp_bg+div.cp_yoyaku {
margin: 16px 8px 20px;
}
div.cp_yoyaku {
margin: 24px 0 15px;
}
.booking_wrapper {
margin-top: 50px;
margin-right: 10px;
margin-left: 10px;
padding: 0px 16px 20px;
}

.booking_mark {
width: 128px;
}

#wPrimary .booking_heading {
margin-top: 24px;
font-size: 22px;
line-height: 1.5 !important;	
	
}
	
.booking_call {
height: auto;
-webkit-box-shadow: 0px 5px 0px 0px #efd0c7;
box-shadow: 0px 5px 0px 0px #efd0c7;
}

	
.booking_call_heading {
	padding: 5px !important;
	font-size: 24px !important;
	font-weight: bold;
}	
	
.booking_call_link {
margin-top: 14px;
}
	
.booking_call_link&gt;img {
width: 88%;
}
	
.booking_call_text {
margin: 15px 0 0;
font-size: 12px;
line-height: 1.6;
}
	
.booking_call_text_weak {
margin: 14px 0 10px;	
font-size: 12px;
}

.cp_section_title_kerning {
letter-spacing: -1.8px;
}	
	
	
.list-link.yoyaku_c {
	padding: 0 10px;
}	

.list-link.yoyaku_c .reservation, .list-link.yoyaku_c .looking {
	display: block;
	width: 100%;
	margin: 20px auto;
}
	
section.booking_wrapper.cp_c .booking_call_heading {
	font-size: 14px !important;
	font-weight: bold;
	padding: 8px !important;
}
	
section.booking_wrapper.cp_c .booking_call_text_weak {
    padding: 0 0 0 10px;
    font-size: 13px;
}
	
section.booking_wrapper.cp_c .booking_call {
	margin: 0 10px;
    padding-bottom: 10px;
}
	
section.booking_wrapper.cp_c .booking_call_link img {
    width: 80%;
}	
	
section.booking_wrapper.cp_c .booking_call_text {
    margin: 8px 0 0;
}	

.booking_wrapper .cp_yoyaku {
    margin: 20px 0;
}	
}

/*--------------------ご予約はこちらから--------------------*/

.booking_wrapper {
    background-color: #fff;
    position: relative;
    margin: 60px 30px 40px;
	padding: 4px 40px 48px;
    border-radius: 32px;
    text-align: center;
}

.booking_wrapper:before {
    content: "";
    position: absolute;
    display: block;
    left: 48%;
    margin-left: -67px;
    top: -31px;
    width: 167px;
    height: 34px;
    background-image: url(/img/campaign/enter/booking_frame.png);
}

.booking_mark {
    margin: 0 auto;
}
@media screen and (min-width: 766px) {
.fukidashi {
    margin: 20px auto;
}
.catch {
font-size: 1.9em!important;
line-height: 1.6em!important;
margin-bottom: 40px!important;
}
.catch strong {
font-size: 1.3em;
}
.cp_store li {
    width: 30%;
}
.cp_store li:nth-of-type(3n+2) {
margin-left: 5%;
margin-right: 5%;
}
.present {
padding: 40px;
}
.present p {
padding: 10px;
margin-bottom: 0!important;"
}
.box_sns .btn_sns {
width: 300px;
margin: 0 auto 20px;
}
}
@media screen and (max-width: 767px) {
.fukidashi {
    margin: 5px auto 20px;
}
.catch {
    font-size: 1.5em!important;
    line-height: 1.5em!important;
}
.catch strong {
font-size: 1.3em;
}
h2.ttl {
font-size: 18px;
}
.wrp_cp {
padding: 50px 0;
}
section.tx-yellow {
height:70px;
padding: 10px;
}
section.tx-yellow h1 {
font-size: 22px;
margin-bottom: 0;
}
span.cp_section_title_sub:before {
    right: 305px;
}
span.cp_section_title_sub:after {
    left: 305px;
}
span.cp_ttl_sub:before {
    right: 140px;
}

span.cp_ttl_sub:after {
    left: 140px;
}
h2.cp_wan_title {
    font-size: 24px!important;
}
.wrp_step {
width: 90%;
}
.present {
width: 90%;
padding: 30px;
}
.wrp_shoot {
padding:40px 20px;
}
.tx_btn {
text-align: left;
}
.item-shoot-menu {
padding: 0 4px;
}
.qa {
border-radius: 24px;
padding: 20px;
margin: 0 20px 60px;
background-color: #fff;
}
.center {
text-align: left;
}

.qa .q {
	background: url(/img/campaign/753_rental/qa_bg.png) repeat;
	background-size: cover;
	padding: 10px;
	font-size: 16px;
    font-weight: bold;
}

.qa .q div {
	background: url(/img/campaign/753_rental/q.png) no-repeat left center;
	padding: 0 0 0 50px;
	padding: 10px 0 10px 50px;
    background-size: 30px;
}

.qa .a {
	background: url(/img/campaign/753_rental/a.png) no-repeat 10px center;
 	padding: 20px 0 20px 60px;
background-size: 30px;
	margin-bottom: 20px;
font-size: 14px;
}

span.sub_ttl {
    font-size: 13px;
}
.wrapper.campaign {
    padding-left: 0;
    padding-right: 0;
}
	
.main-sidebar {
	padding-top: 0;
}	
	
.sidebar-cmn {
    margin: 0;
}	
	
section.tx {
	padding: 10px;
	margin-bottom: 10px;	
}
	
section.tx h1 {
	font-size: 22px;
}
section p.date {
	font-size: 13px;
	margin: 0;
}

.dis-cell.text.link-cmn.\33 0p {
    height: 30px;
}

.booking_wrapper:before {
margin-left: -37px;
top: -17px;
width: 76px;
height: 19px;
background-size: contain;
}

.booking_wrapper {
margin-top: 50px;
margin-right: 20px;
margin-left: 20px;
padding: 0px 16px 20px;
}

.booking_mark {
width: 128px;
}

.white {
    border-radius: 24px;
    padding: 20px;
    margin: 0 20px 30px;
}
.cp_store li {
    width: 47%;
    font-size: 14px;
}
.cp_store li:nth-of-type(2n+1) {
margin-right: 5%;
}
.white ul {
    font-size: 14px;
}
.nor_list {
    font-size: 14px;
}
.box-studio {
    width: 100%;
    margin-right: 0;
    padding: 30px 0 6px;
    margin-bottom: 0px!important;
    text-align: center;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
.list-attraction {
margin-top: 40px;
}
.box_sns .btn_sns {
width: 250px;
margin: 0 auto 10px;
}
}

@media screen and (max-width:360px) {
span.cp_section_title_sub:before {
right: 260px;
background-size: 40px;
background-repeat: no-repeat;
}
span.cp_section_title_sub:after {
left: 270px;
background-size: 40px;
background-repeat: no-repeat;
}
}
	
@media (min-width: 751px) {
.list-attraction {
margin-top: 40px;
}
.box-studio {
    float: left;
    width: 290px;
    height: 330px;
    margin-right: 0;
    position: relative;
    padding: 30px 14px 6px;
    background-color: #fff;
    margin-bottom: 8px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.box-studio .ttl-box-studio {
	text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    padding: 15px 0px 18px;
    position: relative;
    z-index: 10;
}

.box-studio p {
	padding: 14px 4px;
	line-height: 20px;
	font-size: 15px;
}
}
















</pre></body></html>