@charset "euc-jp";
/*■■■■■■■■■■■■■■■■■■■■■■■■■
　	トップページ用
　■■■■■■■■■■■■■■■■■■■■■■■■■*/


/* ▼▼▼▼▼ 旧サイト comdominium.css  ▼▼▼▼▼ */


/* ■■■■■■ フロー ■■■■■■ */

.flow_box{
	background: url(../../condominium/img/bg_flow.png) no-repeat left top;
	height: 380px;
	width: 620px;
	margin: 15px auto 20px;
}

.flow_box p{
	float: left;
	height: 312px;
	width: 132px;
	padding: 7px 7px 10px 7px;
	margin: 0px 9px 0px 0px;
	font-size: 12px;
	line-height: 1.2em;
	color: #000;
}
.flow_box p b{
	color: #FF1D25;
}
.flow_box p b.m_top{
	display: inline-block;
	margin: 7px 0px 0px 0px;
}
.flow_box p strong{
	display: block;
	background: url(../../condominium/img/flow_midasi_line.png) repeat-x left bottom;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	text-align: center;
	font-size: 15px;
	line-height: 1.2em;
	color: #C8B896;
}

/* attention */

.attention_box {
	padding: 10px;
	margin: 20px 0;
}
.attention_box strong {
	color: #F30;
}

/* ■■■■■■ カレンダーTABLE ■■■■■■ */

.cal_button{
	margin: 10px;
	height: 21px;
}
.cal_prev{
	float: left;
}
.cal_next{
	float: right;
}

.cal_table{
	margin: 10px 0 30px 20px;
	height: 240px;
}

.cal_table table{
	border: 1px solid #000;
	width: 30%;
	text-align: center;
	color: #000;
	float: left;
	margin-left: 2%;
	font-size: 12px;
	line-height: 14px;
}
.cal_table table:first-child{
	margin-left: 0;
}
.cal_table table tr td,
.cal_table table tr th{
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 1px 0px;
	empty-cells: show;
}
.cal_table table tr.last td,
.cal_table table tr.last th{
	border-bottom: 0px;
}
.cal_table table tr td.sat,
.cal_table table tr th.sat{
	background: #CCE2ED;
	color: #049;
	border-right: 0px;
}
.cal_table table tr td.holiday,
.cal_table table tr th.holiday{
	background: #FFE5EE;
	color: #A44;
}

.cal_table table tr td em,
.cal_table table tr th em{
	font-style: normal;
	font-weight: bold;
	color: #006EA6;
}
.cal_table table tr td b,
.cal_table table tr th b{
	color: #FF1D25;
}

.cal_table table thead tr td{
	background: #000;
	color: #FFF;
	border: 0px;
	padding: 2px 0px;
}




/* ■■■■■■ フォームTABLE ■■■■■■ */

table.form_table{
	border-spacing: 0px;
	width: 610px;
	margin: 15px 10px 30px 10px;
	border-top: 2px solid #E8B33B;
	border-bottom: 1px solid #E8B33B;
}

table.form_table tr th,
table.form_table tr td{
	border-bottom: 1px solid #E8B33B;
	padding: 10px;
}

table.form_table tr th{
	background: #FCF4E2;
	font-size: 14px;
	line-height: 18px;
	color: #E8B33B;
	white-space: nowrap;
}

table.form_table tr td b{
	color: #CC0D0D;
}
table.form_table.red{
	border-top: 2px solid #CC0D0D;
	border-bottom: 1px solid #CC0D0D;
}
table.form_table.red tr th,
table.form_table.red tr td{
	border-bottom: 1px solid #CC0D0D;
}

table.form_table.red tr th{
	color: #CC0D0D;
}
table.form_table tr th small{
	font-weight: normal;
	font-size: 11px;
}
.s_notice{
	display: inline-block;
	color: #CC0D0D;
	font-size: 11px;
	line-height: 1.1em;
	vertical-align: middle;
}
table.form_table tr td strong{
	font-size: 20px;
	line-height: 1.2em;
	color: #CC0D0D;
}
table.form_table thead tr td{
	background: #E8B33B;
	text-align: center;
	color: #000;
	padding: 4px 0px;
	font-weight: bold;
	line-height: 1.4em;
}
table.form_table thead tr td small{
	font-weight: normal;
	font-size: 10px;
}

table.form_table tr th.rline{
	border-right: 1px solid #E8B33B;
}


/* ■■■■■■ パーツ ■■■■■■ */

.icon_red, .icon_blue{
	display: inline-block;
	padding: 0px 3px;
	margin: 0px 2px;
	font-size: 10px;
	line-height: 14px;
	vertical-align: 2px;
	font-weight: normal;
}
.icon_red{
	border: 1px solid #DF1C86;
	background: #FCE9F3;
	color: #DF1C86;
}
.icon_blue{
	border: 1px solid #28A0DC;
	background: #F0F8FD;
	color: #28A0DC;
}

.input_l, .input_s, .sbt{
	border: 1px solid #DED4C0;
	padding: 4px 2px;
}
.v_m{
	vertical-align: 5px;
}
input.sbt{
	vertical-align: middle;
	margin-right: 2px;
}

input.sbt + img{
	vertical-align: middle !important;
	margin: 0;
	cursor: pointer;
}

.input_l{
	width: 350px;
}
textarea.input_l{
	width: 440px;
}

.input_s{
	width: 80px;
}

.no_ime{
	ime-mode: disabled;
}


/* ■■■■■■ NOTICE ■■■■■■ */

.notice_box{
	border: 1px solid #DDDAD9;
	background: #F2F2F2;
	padding: 10px 10px 1px 10px;
}

.notice_box p{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 1em;
	text-indent: -1em;
}
.notice_box p b{
	color: #888;
}







/* ■■■■■■ Index ■■■■■■ */

.t_r{
	text-align: right;
}

h3.condominium{
	background: url(../img/common/icon_tri_red_nega.png) no-repeat 8px 11px #E8BFAB;
	border-bottom: 1px solid #B81C22;
	padding: 2px 5px 0px 25px;
	margin: 0px 0px 15px 0px;
	font-size: 20px;
	line-height: 28px;
	color: #4D4D4D;
}

h3.condominium small{
	font-size: 13px;
}


.main_box.condo{
	margin: 20px 10px 20px 10px;
	padding: 0px;
	clear: btoh;
}

.main_box.condo p.l_indent{
	margin: 0px 0px 5px 0px;
	line-height: 1.2em;
	padding: 0px 0px 0px 1em;
	text-indent: -1em;
}

.just{
	display: inline-block;
	width: 100%;
	height: 0px;
}

.cond_words_1{
	position: relative;
	background: url(../../condominium/img/bg_1.jpg) no-repeat 8px top;
	padding: 140px 10px 0px 270px;
	height: 300px;
}

.cond_words_1 p{
	margin: 0px;
}

.cond_words_1 table.spec{
	margin: 5px 0px 0px 0px;
	line-height: 1.2em;
}

.cond_words_1 p.adress{
	position: absolute;
	background: #F2F2F2;
	padding: 10px;
	width: 232px;
	height: 65px;
	top: 358px;
	left: 8px;
	line-height: 1.4em;
}

h4.midasi4 small{
	color: #FF1D25;
	font-size: 11px;
	font-weight: normal;
}

.condo_point_1{
	position: relative;
	background: url(../../condominium/img/point_1.jpg) no-repeat 8px top;
	height: 636px;
	margin: 0px 0px 30px 0px;
	font-size: 12px;
	line-height: 1.4em;
}
.condo_point_1 p{
	margin: 0px;
	position: absolute;
}
.condo_point_1 p b{
	color: #CD9D49;
}
.condo_point_1 p strong{
	color: #CD9D49;
	font-size: 14px;
	display: block;
}

.condo_point_1 p#tx_1{
	width: 232px;
	top: 206px;
	left: 372px;
}
.condo_point_1 p#tx_2{
	width: 168px;
	top: 415px;
	left: 32px;
}
.condo_point_1 p#tx_3{
	width: 168px;
	top: 470px;
	left: 225px;
}
.condo_point_1 p#tx_4{
	width: 168px;
	top: 470px;
	left: 425px;
}



.cond_words_2{
	position: relative;
	background: url(../../condominium/img/bg_2.jpg) no-repeat 8px top;
	padding: 140px 10px 0px 270px;
	height: 270px;
}

.cond_words_2 p{
	margin: 0px;
}

.cond_words_2 table.spec{
	margin: 5px 0px 0px 0px;
	line-height: 1.2em;
}

.cond_words_2 p.adress{
	position: absolute;
	background: #F2F2F2;
	padding: 10px;
	width: 232px;
	height: 50px;
	top: 345px;
	left: 8px;
	line-height: 1.4em;
}




table.spec{
	margin: 30px 0px;
	border-top: 2px solid #C8B896;
	border-bottom: 1px solid #C8B896;
	border-spacing: 0px;
	width: 100%;
}
table.spec tr th{
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #C8B896;
	background: #F7F4EF;
	padding: 10px;
	color: #C8B896;
	white-space: nowrap;
	font-size: 14px;
}

table.spec tr td{
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #C8B896;
	padding: 10px;
}
table.spec tr td p{
	margin: 0px;
	padding-left: 1em;
	text-indent: -1em;
}
table.spec tr td b{
	color: #D82737;
}


.cond_words_3{
	position: relative;
	background: url(../../condominium/img/bg_3.jpg) no-repeat 8px top;
	padding: 140px 10px 0px 270px;
	height: 300px;
}

.cond_words_3 p{
	margin: 0px;
}

.cond_words_3 table.spec{
	margin: 5px 0px 0px 0px;
	line-height: 1.2em;
}

.cond_words_3 p.adress{
	position: absolute;
	background: #F2F2F2;
	padding: 10px;
	width: 232px;
	height: 65px;
	top: 358px;
	left: 8px;
	line-height: 1.4em;
}

.cond_pt10 {
	padding: 10px 0px 0px 0px;
}

/*Aloha Surf*/
.cond_words_4 {
	position: relative;
	background: url(../../condominium/img/bg_4.jpg) no-repeat 8px top;
	padding: 230px 10px 0px 270px;
}

.cond_words_4 p{
	margin: 0px;
}

.cond_words_4 table.spec{
	margin: 5px 0px 0px 0px;
	line-height: 1.2em;
}

.cond_words_4 p.adress{
	position: absolute;
	background: #F2F2F2;
	padding: 10px;
	width: 232px;
	height: 65px;
	top: 358px;
	left: 8px;
	line-height: 1.4em;
}

/* ▲▲▲▲▲ 旧サイト comdominium.css  ここまで ▲▲▲▲▲ */


/* ▼▼▼▼▼ ＰＣレイアウト : 1200 px以上。 ▼▼▼▼▼ */

a.detail{
	clear: left;
	position: relative;
	display: block;
	background: #fff;
	padding: 0 10px 0 20px;
	color: #fff;
	font-size: 15px;
	line-height: 1.4em;
	border: 1px solid #77a85e;
	color: #77a85e;
	text-align: center;
	margin-top: 15px;
}

a.detail:before{
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: 5px;
	left: 10px;
	border: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #2eadcf;
}

a.detail:hover{
	opacity:0.7;
	text-decoration: none;
}

.midasi small{
	font-size: 70%;
}

.midasi_blue{
	margin: 0 15px 10px;
	font-weight: bold;
	font-size: 140%;
	line-height: 1.4em;
	color: #2eadcf;
}
.main_box.midasi_blue{
	margin: 0 0 10px;
}


#condo_tab{
	margin: 30px 10px;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
#condo_tab a{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	*display: inline;
	width: 32%;
	max-width: 200px;
	height: 60px;
	padding: 15px 0 15px 5%;
	margin-left: 2%;
	background: #fff;
	border: 1px solid #2eadcf;
	/* font-size: 14px; */
	font-size: 10px;
	text-align: left;
	line-height: 15px;
	color: #2eadcf;
	cursor: pointer;
}
#condo_tab a .longstay {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  right: 5px;
  width: 50px;
}
#condo_tab a:first-child{
	margin-left: 0;
}
#condo_tab a small{
	font-weight: normal;
	/* font-size: 12px; */
	font-size: 10px;
	line-height: 13px;
}
#condo_tab a:hover,
#condo_tab a.on{
	background: #2eadcf;
	color: #fff;
	text-decoration: none;
}
#condo_tab a:before{
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	margin: -3px 0;
	border: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #2eadcf;
	top: 50%;
	left: 6%;
}

#condo_tab a:hover:before,
#condo_tab a.on:before{
	border-width: 6px 4px 0 4px;
	border-color: #fff transparent transparent transparent;
}

.icon_condition{
	overflow: hidden;
	text-align: center;
	margin: 20px 0;
	font-size: 0;
}

.icon_condition em{
	display: inline-block;
	width: 49%;
	background: #dfd7c4;
	padding: 10px 0;
	margin-left: 2%;
	font-size: 13px;
	border-radius: 6px;
}

.icon_condition em:first-child{
	margin-left: 0;
}
.icon_condition.full em{
	width: 100%;
}

.detail_table,
.detail_table_pc{
	border-spacing: 0;
	width: 100%;
	border-top: 1px solid #c9bc9c;
	font-size: 12px;
	line-height: 1.4em;
	margin: 15px 0 30px 0;
}
.detail_table tr th{
	white-space: nowrap;
	width: 25%;
}

.detail_table tr th,
.detail_table tr td,
.detail_table_pc tr th,
.detail_table_pc tr td{
	border-bottom: 1px solid #c9bc9c;
	padding: 10px;
	text-align: left;
}
.detail_table tr th b,
.detail_table tr td b,
.detail_table_pc tr th b,
.detail_table_pc tr td b{
	color: #f00;
}

.detail_table tr th em,
.detail_table tr td em,
.detail_table_pc tr th em,
.detail_table_pc tr td em{
	color: #c7b795;
}

.detail_table tr td span,
.detail_table_pc tr td span{
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
}

.detail_table tr th,
.detail_table_pc tr th{
	background: #f5f4ed;
	padding: 5px 10px;
}
.detail_table tr th:first-child,
.detail_table_pc tr th:first-child{
	border-left: 0;
}
.detail_table tr th[rowspan],
.detail_table_pc tr th[rowspan]{
	width: 25px;
}
input[name*="other"]{
	box-sizing: border-box;
	width: 98%;
}


.detail_table caption,
.detail_table_pc caption{
	text-align: center;
	background: #c9bc9c;
	color: #fff;
	padding: 5px;
}
.detail_table tr td input{
	vertical-align: middle;
}

.detail_table thead tr td{
	background: #c9bc9c;
	text-align: center;
	color: #000;
	padding: 4px 0px;
	font-weight: bold;
	line-height: 1.4em;
}
.detail_table thead tr td small{
	font-weight: normal;
	font-size: 11px;
}

.detail_table tr th.rline{
	border-right: 1px solid #c9bc9c;
}
p.capt{
	clear: both;
	margin: -20px 0 30px 0 !important;
	text-align: left;
}

p.capt em{
	display: inline-block;
	margin-right: 10px;
}

.detail_table tr td u:before,
p.capt em:before{
	content: "●";
	color: #c9bc9c;
}

.l_indent.price{
	background: #f5f4ed;
	padding: 15px;
	margin: 30px 0 20px;
}

.condo_pic{
	margin: 20px 15px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	text-align: justify;
}

.condo_pic > div{
	display: inline-block;
	width: 19%;
	vertical-align: top;
	margin-bottom: 20px;
}

.condo_pic > div.line2:after,
.condo_pic > div.line3:after,
.condo_pic > div.line5:after,
.condo_pic:after{
	content: "";
	display: inline-block;
	width: 100%;
	height: 0;
}

.condo_pic > div.line2{
	width: 39.2%;
}
.condo_pic > div.line3{
	width: 59.5%;
}
.condo_pic > div.line5{
	width: 100%;
}

.condo_pic > div.line2 p{
	display: inline-block;
	width: 48.4%;
	vertical-align: top;
}
.condo_pic > div.line3 p{
	display: inline-block;
	width: 31.8%;
	vertical-align: top;
}
.condo_pic > div.line5 p{
	display: inline-block;
	width: 19%;
	vertical-align: top;
}
.condo_pic > div p img{
	width: 100%;
}

.condo_pic > div h5{
	font-size: 14px;
	line-height: 1.2em;
	padding: 4px 6px 3px;
	margin: 0 0 5px;
	background: #d5eff5;
	color: #333;
}

.popup{
	display: none;
}

.input[type="text"]{
	box-sizing: border-box;
}
select[name*="pref"]{
	margin: 5px 0 10px;
}

/* ▼▼▼▼▼ タブレットレイアウト : 800 px 〜 1200 px。ＰＣレイアウトからスタイルを継承。 ▼▼▼▼▼ */
@media only screen and (max-width: 1200px){


	.detail_table tr th,
	.detail_table tr td,
	.detail_table_pc tr th,
	.detail_table_pc tr td{
		padding: 10px 5px;
	}
	.condo_pic > div h5{
		font-size: 13px;
		line-height: 1.2em;
	}
	.detail_table tr td input[name*="name"].sbt{
		width: 40%;
	}
	input[name*="other"],
	input[name*="city"],
	textarea.input_l{
		box-sizing: border-box;
		width: 98%;
	}

}
@media screen and (min-width: 1050px) {
	#condo_tab a {
		font-size: 14px;
	}
	#condo_tab a.monarch {
		max-width: 250px;
	}
}

@media only screen and (max-width: 1000px){
	.condo_pic > div h5{
		font-size: 12px;
		line-height: 1.2em;
	}
	.detail_table tr td input[name*="name"].sbt{
		width: 30%;
	}
}

/* ▼▼▼▼▼ モバイルレイアウト : 799 px およびそれ以下。ＰＣレイアウトからスタイルを継承。 ▼▼▼▼▼ */
@media only screen and (max-width: 799px){
	a.detail{
		font-size: 13px;
		line-height: 1.4em;
	}
	.midasi_blue{
		margin: 0 10px 10px;
		font-size: 15px;
	}

	.main_box .midasi_blue{
		margin: 0 0 10px;
		font-size: 15px;
	}
	.detail_table tr td input[name*="name"].sbt{
		width: 70%;
	}

	.detail_table{
		border: 0;
		border-bottom: 1px solid #c9bc9c;
	}
	.detail_table tr th,
	.detail_table tr td{
		display: block;
		border: 0;
	}
	.detail_table tr th{
		border-bottom: 1px solid #c9bc9c;
		width: auto;
	}

	.detail_table tr td{
		padding-bottom: 20px;
	}
	.detail_table tr td input[type="text"]{
		margin: 5px 5px 5px 0;
	}
	.detail_table tr td select{
		height: 35px;
		margin-right: 5px;
	}
	.school_info p{
		margin: 0 10px 20px;
	}
	.detail_table tr th,
	.detail_table tr td{
		padding: 10px;
	}

	.room_links{
		position: relative;
	}
	.room_links img{
		width: 100%;
	}
	.room_links em{
		position: absolute;
		display: block;
		width: 35px;
		height: 35px;
		margin: -18px;
		background: #2eadcf;
		font-size: 26px;
		line-height: 35px;
		border: 1px solid #fff;
		border-radius: 18px;
		color: #fff;
		cursor: pointer;
		text-align: center;
	}

	.popup{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background: rgba(0,0,0,0.7);
		text-align: center;
		vertical-align: middle;
		z-index: 100;
	}
	.popup:after{
		content: "";
		display: inline-block;
		width: 0;
		height: 100%;
		vertical-align: middle;
	}
	.popup > div{
		display: none;
		width: 80%;
		max-width: 80%;
		max-height: 90%;
		padding: 15px 10px;
		background: #fff;
		margin: auto;
		border-radius: 10px;
		vertical-align: middle;
		z-index: 105;
		overflow: auto;
	}
	input.input_l,
	textarea.input_l,
	input[name*="other"],
	input[name*="city"]{
		box-sizing: border-box;
		width: 98%;
	}

	.popup > div.on{
		display: inline-block;
	}
	.popup > div img{
		max-width: 100%;
		max-height: 70%;
		display: block;
		margin: auto;
	}

	.popup > div h5{
		font-weight: bold;
		font-size: 13px;
		color: #2eadcf;
		margin: 0 0 10px;
	}

	.popup > div p{
		position: relative;
		margin: 10px 0;
		text-align: justify;
		text-justify: inter-ideograph;
		font-size: 12px;
		line-height: 1.3em;
	}
	.popup > div p.close{
		margin: 5px 0 0;
		background: #2eadcf;
		padding: 10px;
		margin: 0;
		color: #fff;
		border-radius: 5px;
		font-size: 15px;
		cursor: pointer;
		text-align: center;
	}
	.detail_table tr td.rline,
	.detail_table tr th.rline{
		background: #e9dcbc;
		text-align: center;
		border-top: 1px solid #fff;
		padding: 5px;
	}
	.flow_box{
		background: transparent;
		margin: 0 10px 30px;
		width: auto;
		height: auto;
	}
	.flow_box p{
		position: relative;
		border: 1px solid #c9bc9c;
		padding: 0 10px 10px;
		width: auto;
		height: auto;
		margin: 0 0 15px;
		float: none;
	}
	.flow_box p:before{
		content: "";
		position: absolute;
		bottom: -16px;
		left: 50%;
		margin: 0 -20px;
		border: solid;
		border-width: 15px 20px 0;
		border-color: #c9bc9c transparent transparent;
	}
	.flow_box p:last-child:before{
		display: none;
	}
	.flow_box p strong{
		display: block;
		background: #c9bc9c;
		margin: 0 -10px 10px;
		padding: 3px 5px;
		color: #fff;
	}
	.cal_table{
		margin: 10px 0 30px;
	}
	.cal_table table:last-child{
		display: none;
	}
	.cal_table table{
		width: 47%;
	}

	.detail_table tr th[rowspan],
	.detail_table_pc tr th[rowspan]{
		width: auto;
	}

}
@media only screen and (max-width: 800px) and (orientation:landscape){
	.popup > div img{
		max-height: 50%;
	}
}


@media only screen and (max-width: 600px){

	#condo_tab{
		margin: 15px;
	}
	#condo_tab a{
		display: block;
		width: auto;
		max-width: none;
		padding-left: 30px;
		margin: 0 0 -1px;
	}
	#condo_tab a:before{
		left: 10px;
	}

	.condo_pic{
		margin: 10px;
	}

	.condo_pic > div{
		display: inline-block;
		width: 48.5%;
		margin-bottom: 0;
	}


	.condo_pic > div.line2,
	.condo_pic > div.line3,
	.condo_pic > div.line5{
		width: 100%;
	}
	.condo_pic > div p{
		margin-bottom: 10px;
	}
	.condo_pic > div.line2 p,
	.condo_pic > div.line3 p,
	.condo_pic > div.line5 p{
		display: inline-block;
		width: 48%;
		vertical-align: top;
	}

	.condo_pic > div h5{
		font-size: 13px;
		line-height: 1.2em;
		margin-top: 10px;
	}
	.icon_condition em{
		font-size: 12px;
	}
}

@media only screen and (max-width: 400px){

	a.detail{
		font-size: 12px;
		line-height: 1.4em;
	}

	/* ■■■■■ 学校詳細 ■■■■■ */
	#condo_tab a{
		padding-left: 7%;
		font-size: 14px;
	}

	.icon_condition em{
		font-size: 11px;
	}
	input[name*="fax"],
	input[name*="tel"]{
		width: 25%;
	}

}

@media only screen and (max-width: 320px){

	/* ■■■■■ 学校詳細 ■■■■■ */
	#condo_tab a{
		font-size: 12px;
	}

}


.airbed {
	width: 90%;
	margin: 0 auto;
}

.airbed {
	width: 90%;
	margin: 0 auto !important;
}


/* add 17.03.09 */
.gallery-wp {
	margin-bottom: 30px;
	letter-spacing: -.4em;
}
.gallery-wp li {
	display: inline-block;
	letter-spacing: normal;
	box-sizing: border-box;
	vertical-align: top;
	width: 23%;
	margin: 0 1% 10px;
}
.gallery-wp li .mask {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 75%;
	background-color: #EFEFEF;
	text-align: center;
	overflow: hidden;
}
.gallery-wp li .mask img {
	position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 100%;
  margin: 0 auto;
  vertical-align: bottom;
  text-align: center;
  backface-visibility: hidden;
}
	@media only screen and (max-width: 799px){
		.gallery-wp li {
			width: 48%;
		}
	}