@charset "utf-8";
/**----------------------------------------------------------
 *CSS information
 *
 * file name	: site.css
 * author		: takaaki koyama
 * style info	: サイト全体共通レイアウト
 -----------------------------------------------------------*/

html{
}
body{
	/*background:url(/img/makeing.png);*/
	background:#efeee7;
	color:#2f2f2f;
}

/* -------------------------------------------------------- */
/* #wrap
----------------------------------------------------------- */
#wrap {
	width:100%;
	text-align:center;
}

/* -------------------------------------------------------- */
/* #header
----------------------------------------------------------- */
#header_wrap {

}

#header {
	padding: 0 0 10px;
	background: url(/img/front/common/bg_header.jpg) left top repeat-x;

}

#header_inner {
	width:960px;
/*	margin:0 auto 10px; */
	margin:0 auto;
	text-align:left;
}

/* #tag_line
------------------------------------------------------ */
#tag_line{
	width:960px;
	margin:0 auto;
}
#tag_line h1,
#tag_line p{
	width:770px;
	/*margin:0 auto;*/
	text-align:left;
	line-height:1.5;
	font-weight:normal;
	color:#abbfdf;
	padding:5px 0 10px;
	display: inline-block;
}
#tag_line ul.menu{
	width: 180px;
	display: inline-block;
}
#tag_line ul.menu li{
	float: left;
	padding-left: 15px;
	margin-left: 15px;
	font-size: 12px;
	float: right;
	letter-spacing: 0.5px;
}
#tag_line ul.menu li.login{
	background: url('/img/front/common/icon_head_login.png') no-repeat top 4px left;
	margin-left: 0;
}
#tag_line ul.menu li.regist{
	background: url('/img/front/common/icon_head_regist.png') no-repeat top 4px left;
}
#tag_line ul.menu li.mypage{
	background: url('/img/front/common/icon_head_mypage.png') no-repeat top 4px left;
}
#tag_line ul.menu li a{
	color: #FFF;
	text-decoration: none;
}
/* #logo
------------------------------------------------------ */
#logo{
	width:163px;
	float:left;
	padding-right:24px;
}

/* #guide_navi
------------------------------------------------------ */
#guide_navi{
	width:400px;
	float:right;
	font-size:1.2em;
	text-align:right;
	margin-bottom:0.3em;
}

#guide_navi li{
	display:inline;
}

#guide_navi li a{
	padding-left:18px;
	background:url(/img/front/common/icon_y_arr_g.jpg) no-repeat 5px 50%;
}

#guide_navi li a:link{
	color:#666;
	text-decoration:none;
}
#guide_navi li a:visited{
	color:#666;
	text-decoration:none;
}
#guide_navi li a:hover{
	color:#666;
	text-decoration:underline;
}



/* #guide_navi
------------------------------------------------------ */
#head_info{
float: right;
}
#head_contact_info{
	float:left;
}
#head_contact_info a{
	margin-left:10px;
}
/* #member_navi
-------------------------------------------- */
#member_navi{
	float:right;
	width:250px;
	text-align:right;
}

#member_navi li{
	line-height:2;
	display:inline;
}

/* #global_navi
------------------------------------------------------ */
.global_navi{
	height: 40px;
}
.global_navi ul{
	margin:0 auto;
	text-align:left;
/*	background:url(/img/front/common/bg_global_navi.jpg) no-repeat right top;*/
	position:relative;
	height: 40px;
}

.global_navi ul li{
	float:left;
/*
	width:165px;
	height:38px;
*/
	position:relative;
}

.global_navi ul ul{
	width:165px;
	margin:0;
}

.global_navi ul ul li{
	float:none;
}



#global_navi_buy li{
	width:132px;
}

#global_navi_rent li{
}
#global_navi_rent li.navi{
	padding:5px 0 2px;
}
.global_navi .sub_global_navi{
	height:auto !important;
	padding-top:1px;
	position:relative;
	display:none;
}

.global_navi .sub_global_navi li{
	height:auto !important;
	margin-bottom:1px;
}
.global_navi .sub_global_navi li a{
	display:block;
	padding:10px 5px 10px 25px;
	background:url(/img/front/common/icon_y_arr_w.gif) #258D40 no-repeat 10px 50%;
	line-height:1;
	font-size:1.2em;
	font-weight:bold;
}
.global_navi .sub_global_navi li a:link,
.global_navi .sub_global_navi li a:visited{
	color:#fff;
}
.global_navi .sub_global_navi li a:hover{
	background-color:#30B852;
}

.global_navi #navi_keyword_search{
/*	width:275px; */
	height:auto;
/*	padding-left:15px;
	padding-top:8px;*/
	font-size:12px;
}

.global_navi #navi_keyword_search .text_input{
	width:110px;
}

#global_navi_rent #navi_keyword_search{
}

#global_navi_rent #navi_keyword_search .text_input{
	width:147px;
	margin-right:-4px;
	background:#e8e8e8;
}

/* IE6 */
.global_navi .sub_global_navi{
	_position : absolute;
	_top : 39px;
	_left : 0;
}

/* -------------------------------------------------------- */

#navi_keyword_search input,
#navi_keyword_search select{
/*	vertical-align:bottom; */
	vertical-align:middle;
}
#navi_keyword_search select{
	width: 93px;
}

/* -------------------------------------------------------- */
/* #contents
----------------------------------------------------------- */
#contents_wrap{
}

/* #contents_header
------------------------------------------------------ */
#contents_header{
	width:960px;
	margin:0 auto;
	text-align:left;
	margin-bottom:5px;
}

/* #topic_path
-------------------------------------------- */
#topic_path {}
#topic_path li{
	line-height:2;
	float:left;
	margin-right:5px;
	padding-left:10px;
	background:url(/img/front/common/icon_arr_gt.png) no-repeat left 50%;
}

#topic_path li.home{
	padding-left:0;
	background:none;
}




/* #contents
------------------------------------------------------ */
#contents{
	width:960px;
	margin:0 auto;
	text-align:left;
}
#contents_inner{
	padding-bottom:10px;
}

.page_top{
	clear:both;
	text-align:right;
}

/* #article
------------------------------------------------------ */
#article{
	width:720px;
	float:right;
}
.rich_content #article{
	float:left;
}
#extra #page_title,
#article #page_title{
	color:#092e68;
	padding:0px 15px 0.6em 4px ;
	line-height: 1.4;
	font-size:1.6em;
	font-weight:bold;
	margin-bottom:20px;
	border-bottom: 3px #092e68 solid;
}
#extra #page_title.long,
#article #page_title.long{
}

#extra h2,
#article h2,
#article h3.bg_title{
/*	background: url("/img/front/index/bg_h2_article.jpg") no-repeat scroll left top transparent;*/
	background:#092e68;
	color:#FFF;
	padding: 12px;
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:8px;
}
#article h3.bg_title{
	padding: 0.3em 0 0.3em 0.8em;
	border-bottom: none;
}
#extra h2.long,
#article h2.long{
}

#article h3{
	padding-left: 15px;
	border-bottom: 1px dotted #adadad;
/*	background:url(/img/front/common/bg_h3_rep_x.jpg) no-repeat left 50% transparent;*/
	padding-bottom:5px;
	line-height:1.4;
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:10px;
}


,
#article ol,
#article ul,
#article dl,
#article blockquote,
#article pre,
#article code,
#article p {
	margin-bottom: 1em;
}

#article table table, #article table ul, #article table ol, #article table dl, #article table p,
#article ul ul, #article ul ol, #article ul dl, #article ul p,
#article ol ul, #article ol ol, #article ol dl, #article ol p,
#article dl ul, #article dl ol, #article dl dl, #article dl p{
	margin-bottom: 0;
}

#article table{
}

#article table,
#article th,
#article td{
	border:1px solid #E5E5E5;
}

#article table th,
#article table td{
	font-weight: normal;
	text-align: left;
}
#article table th{
}
#article table td{
	background:#FFF;
}
#article table.clickable_table tr.hover td,
#article table.check_table tr.hover td {
	background-color: #fcfdc4;
}
#article table.check_table tr.checked td {
	background-color: #fdff8a;
}


#article .section{
	margin-bottom:10px;
	clear: both;
}
#article .rent_section{
	margin-bottom: 30px;
}

/* #aside
-------------------------------------------- */
#aside .side_fix_area.fixed {
    position: fixed;
    bottom: 30px;
    width: 220px;
}
#article .contant_foot_contact{
	border:1px solid #1f509d;
	background:#FFF;
	padding: 18px 17px 15px;
}
#article .contant_foot_contact p{
	float:left;
	margin-bottom:0;
}
#article .contant_foot_contact .contant_foot_item{
	padding:0px 0px 0px 15px;
}
#article .contant_foot_contact .contant_message{
	font-size:1.4em;
	margin-bottom:15px;
	font-weight: bold;
}
#article .contant_foot_contact .contant_message span{
}
#article .contant_foot_contact .request_mansion{
	float: right;
}
/*
#article .contant_foot_contact p.btn{
	float:right;
}
*/

/* #aside
------------------------------------------------------ */
#aside{
	width:220px;
	float:left;
}
.rich_content #aside{
	float:right;
}
#aside h3{
	background:#FFF;
	padding:0.5em 10px;
	font-size:1.3em;
	line-height:1.4;
	color:#000;
	border-bottom: 1px #10418c solid;
}

#aside .side_module{
	margin-bottom:15px;
}
#aside .side_module .module_head{
}
#aside .side_module .module_body{
	border:1px solid #E5E5E5;
	border-top:none;
	padding:0px 9px 9px;
	background:#FFF;
}

#aside .side_module .side_list{
}
#aside .side_module .side_list li{
	margin-bottom:5px;
}
#aside .side_module{
	margin-bottom: 10px;
}
/* #TopItemCount
------------------------------------------------- */
#TopItemCount{
	border:4px solid #204277;
	background:#FFFFFF;
	padding:15px 19px;
}
#TopItemCount ul{
	height: 67px;
	background: url(/img/front/common/bg_side_update_data.jpg) 0 0 no-repeat;
	position: relative;
	font-size:12px;
}
#TopItemCount li#side_update_item_total {
position: absolute;
top: 32px;
right: 0;
}
#TopItemCount li#side_update_item_today {
position: absolute;
top: 53px;
right: 0;
}
#TopItemCount li span {
	font-weight:bold;
	color:#ff9b25;
	margin-right: 0.3em;
}

/* #side_siginup_info
------------------------------------------------- */
#side_siginup_info{
}

#side_siginup_info .module_head{
	border:1px solid #00FF00;
	border-bottom:none;
	padding:9px;
}

/* #side_login
------------------------------------------------- */

#aside #side_login.noLogin{
	background: #FFFFFF;
	padding: 14px 20px 20px;
}
#aside #side_login h3{
	padding: 0;
	border: none;
	margin-bottom: 8px;
}
#aside #side_login.noLogin h3{
	font-size: 15px;
	font-weight: bold;
	color: #1d53a3;
	padding-bottom: 7px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
}
#aside #side_login.noLogin dt{
	font-size: 13px;
	margin-bottom: 2px;
}
#aside #side_login.noLogin dd input[type="text"],
#aside #side_login.noLogin dd input[type="password"]{
	background-color: #e8e8e8;
	border: none;
	margin-bottom: 7px;
}
#aside #side_login.noLogin dd input[type="password"]{
	margin-bottom: 10px;
}
#aside #side_login.noLogin dd{
	font-size: 12px;
}
#aside #side_login.noLogin dd.republish{
	margin-bottom: 15px;
}
#aside #side_login.noLogin dd.login_submit{
	text-align: center;
}
#aside #side_login.noLogin dd.login_submit input{
	background: url("/img/front/mypage/icon_login.png") no-repeat 30px center;
	background-color: #e46425;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	width: 130px;
	border: none;
	padding-left: 15px;
}
#aside #side_login.noLogin dd.login_submit input:hover{
	background-color: #f37026;
	cursor: pointer;
}

#aside #side_login.loggedIn{
	border: 4px solid #204277;
	background: #FFFFFF;
	padding: 16px 19px;
}
#aside #side_login .module_body{
	padding: 0;
	border: none;
}
#aside #side_login.loggedIn .module_body p{
	font-size: 13px;
	color: #1d53a3;
	margin-bottom: 2px;
}
.mypage_navi{
	font-size:1.2em;
}
#aside #side_login.loggedIn .module_body ul{
}
#aside #side_login.loggedIn .module_body ul li{
	font-size: 13px;
	line-height: 2;
	padding-left: 8px;
	background: url("/img/front/common/icon_arr_s_g_g.png") no-repeat left 9px;
}
#aside #side_login.loggedIn .module_body ul li a{
	color: #f15b0f;
}

.mypage_navi{
}

/* #side_mypage_menu
------------------------------------------------- */
#aside #side_mypage_menu .module_body{
	font-size:1.2em;
	padding:0;
}

#side_mypage_menu li{
	padding:0.6em 9px 0.5em;
	border-bottom:1px solid #E3E3E3;
}
#side_mypage_menu li.last-child{
	border-bottom:none;
}


/* #side_news_list
------------------------------------------------- */
#side_news_list{
}

#side_news_list .module_head{
	position:relative;
}
#side_news_list .module_head h3{
	border:none;
	color:#563d24;
}
#side_news_list .module_head p{
	position:absolute;
	right:10px;
	top:0.6em;
	font-size:1.1em;
}
#side_news_list p img{
	vertical-align: middle;
}

#side_news_list .module_head p a{
	padding:0px 8px;
}

#side_news_list .module_head p a:link,
#side_news_list .module_head p a:visited,
#side_news_list .module_head p a:hover{
	color:#333;
	text-decoration:none;
}
#side_news_list .module_head p a:hover{
	text-decoration:underline;
}


#aside #side_news_list .module_body{
	border:none;
	padding:3px 9px 9px;
	background:#FFF;
}

#side_news_list .module_body dt{
	font-size:1.1em;
	padding:0.6em 9px 0;
}

#side_news_list .module_body dd{
	font-size:1.2em;
	border-bottom:1px dotted #767676;
	padding:0 9px 5px;
}

#side_news_list .module_body dd.last-child{
}
#side_news_list .module_body p{
	padding-top:10px;
	font-size:12px;
	text-align: right;

}
#side_news_list .module_body p a{
	padding-left:8px;
	background: url(/img/front/common/icon_c_arr_b_w.png) no-repeat left 50%;

}

/* #side_companies
------------------------------------------------- */
#side_companies .module_head h3{
	border:none;
	color:#563d24;
}
#side_companies .module_body{
	padding:3px 9px 9px;
	background:#FFF;
}

#side_companies .module_body h4{
	font-size:1.4em;
	line-height:1.5;
}

#side_companies .module_body #companies_photo{
	text-align:center;
}

#side_companies .module_body p{
	font-size:1.2em;
	margin-bottom:0.3em;
}
#side_companies .module_body p strong{
/*
	color:#FF6000;
	font-size:1.273em;
*/
	font-weight: bold;
}

#side_companies .module_body p img{
	vertical-align:-0.35em;
}

#side_companies .module_body .detail_link{
	margin-bottom:0.5em;
}

#side_companies .module_body .detail_link a{
	padding-left:8px;
	background: url(/img/front/common/icon_c_arr_b_w.png) no-repeat left 50%;
}

#side_companies #companies_map{
	border:1px solid #ccc;
	width:198px;
	height:120px;
	margin-bottom:0.5em;
}
#side_companies #companies_map span{
	display:none;
	font-size:0;
	line-height:0;
}
#ssl_img{
	width: 115px;
	margin: 0 auto;
}

/* #contents_foot
------------------------------------------------------ */
#contents_foot{
	width:960px;
	margin:0 auto;
	text-align:left;
}


/* #divBnrArea
------------------------------------------------------ */
#divBnrArea{
	text-align: center;
	margin:0 auto 20px;
}

#divBnrArea ul{
	text-align: center;

}
#divBnrArea ul li{
	padding-right:15px;
	margin-bottom:22px;
	display: inline-block;
}
#divBnrArea ul li a:hover{
	opacity: 0.7;
}
/* -------------------------------------------------------- */
/* #footer
----------------------------------------------------------- */
#footer_wrap{
	background-color:#0e386e;
	color:#FFFFFF;
	font-size:12px;
}


/* #footer_head
------------------------------------------------------ */
#footer_head{

	padding:20px 0px 10px 0px;;
	background-position:0px 1px;
}


#site_help{
	width:960px;
	margin:0 auto;
	text-align:left;
	margin-bottom:0.5em;
}

#site_help h3{
	margin-bottom:0.3em;
	color:#6fd4ff;
}

/* #footer
------------------------------------------------------ */
#footer{
	/*background:url("/img/front/common/bg_footer.jpg") repeat top 100%;*/
	padding:15px 0;
}

#footer a{
	color:#FFF;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

#footer_inner{
	width:960px;
	margin:0 auto;
	text-align:left;
}

#foot_content h3{
	margin-bottom:0.3em;
	color:#6fd4ff;
}
/*
#foot_content ul{
	padding-left:15px;
	font-size:1.0em;
}
*/
#foot_content ul li a{
	background: url(/img/front/common/icon_arr_s_g_g.png) no-repeat left 50%;
	padding-left:10px;
	color:#FFF;
}
#foot_content ul li a:link,
#foot_content ul li a:visited{
	text-decoration:none;
}
#foot_content ul li a:hover{
	text-decoration:underline;
}


#foot_content .foot_content_item{
	float:left;
}

#foot_content #foot_about{
	width:255px;
	padding-right:50px;
}

#foot_content #foot_contact{
	width:380px;
	padding-right:50px;
}
#foot_content #foot_contact p{
	padding-bottom:5px;
}

#foot_content #foot_search{
	width:200px;
	padding-right:15px;
}

#foot_search_keyword{
	padding-top:0.5px;
	margin-top: 20px;
	width:175px;
}

#foot_search_keyword .keyword_search_field{
	padding-top:0.3em;
	line-height:1;
}
#foot_search_keyword .keyword_search_field input{
	vertical-align:bottom;
}
#foot_search_keyword .keyword_search_field input.text_input {
	background:#e8e8e8;
	margin-right: -4px;
}
#foot_search_keyword .keyword_search_field input.mp {

}
#foot_links{
	margin: 20px 0px 0px 0px;
}

/* #footer_foot
------------------------------------------------------ */
#footer_foot{
}


#copyright{
	width:960px;
	margin:0 auto;
	padding:40px 0 30px 0;
	text-align:center;
	font-family:Arial, Helvetica, Tahoma, Geneva, sans-serif;
}

#error404{
	padding:30px;
	font-size:1.2em;
	background-color: #ffffff;
}
#error404 p {
	margin-bottom: 20px;
}
#error404 p:last-child {
	margin-bottom: 0;
}

/* #SocialButton
------------------------------------------------------ */
#SocialButton {
position: fixed;
overflow: hidden;
z-index: 20;
width: 17px;
top: 165px;
right: 0;
padding: 7px;
background: #FFF;
}
#SocialButton li {
padding-left: 25px;
margin-bottom: 2px;
}
#SocialButton .fb {
padding-right: 60px;
background: url(../../img/front/common/social_button/fb.png) no-repeat 0 0;
}
#SocialButton .ht {
padding-right: 60px;
background: url(../../img/front/common/social_button/hatena.png) no-repeat 0 0;
}
#SocialButton .tw {
padding-right: 60px;
background: url(../../img/front/common/social_button/twitter.png) no-repeat 0 0;
}
#SocialButton .gp {
padding-right: 60px;
background: url(../../img/front/common/social_button/gplus.png) no-repeat 0 0;
}
#SocialButton li:last-child {
margin-bottom: 0;
}

/* #print_footer
------------------------------------------------------ */
#print_footer{
	width:auto;
	text-align: left;
}

#print_left_footer{
	width:250px;
	font-size:1.4em;
	line-height:1.8em;
}

#print_left_footer h4{
	font-size:1.3em;
	margin:0px 0px 10px 0px;
}

#print_left_footer p{
	margin:0px 0px 10px 0px;
}

#print_left_footer p strong{
    color: #FF6000;
}

#print_left_footer p .tel{
	font-size:1.3em;
}

#print_right_footer{
	width:640px;
}
/*
#print_right_footer{
	width:480px;
}
*/

#print_right_footer .gmap .road{
	height:300px;
	border:#E5E5E5 1px solid;
}


/* -------------------------------------------------------- */
/* 部屋リスト用アイコン表示
----------------------------------------------------------- */
ul.room_status_icon,
ul.room_status_icon li {
	display: inline;
}
ul.room_status_icon {
	margin: 0 0 0 2px;
}
ul.room_status_icon li {
	margin: 0 0 0 3px;
}

div.fig_room_status_icon {
	background: #fff;
	font-size: 12px;
}
div.fig_room_status_icon dl {
	padding: 10px;
}
div.fig_room_status_icon dl dt img {
	vertical-align: middle;
	margin: -2px 0 0;
}
div.fig_room_status_icon dl dt,
div.fig_room_status_icon dl dd {
	display: inline-block;
}
div.fig_room_status_icon dl dt span{
    letter-spacing: -3px;
}
div.fig_room_status_icon dl dd {
	margin: 0 50px 0 0;
	width: 120px;
}

/* -------------------------------------------------------- */
/* CLEARFIX
----------------------------------------------------------- */
#header_inner:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
* html #header_inner{
	display:inline-block;
}
*+ html #header_inner{
	display:inline-block;
}

#global_navi:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
* html #global_navi{
	display:inline-block;
}
*+ html #global_navi{
	display:inline-block;
}

#contents_header:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
* html #contents_header{
	display:inline-block;
}
*+ html #contents_header{
	display:inline-block;
}

#topic_path:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
* html #topic_path{
	display:inline-block;
}
*+ html #topic_path{
	display:inline-block;
}

#contents_inner:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
* html #contents{
	display:inline-block;
}
*+ html #contents{
	display:inline-block;
}

#extra:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
* html #extra{
	display:inline-block;
}
*+ html #extra{
	display:inline-block;
}

.contant_foot_contact:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
* html .contant_foot_contact{
	display:inline-block;
}
*+ html .contant_foot_contact{
	display:inline-block;
}


#footer_inner:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
* html #footer_inner{
	display:inline-block;
}
*+ html #footer_inner{
	display:inline-block;
}


/* 会員登録系共通
--------------------------------------*/
ul.check_if_list li{
	float:left;
	margin-right:10px;
}

.move_reasons li.lh2{
	line-height: 2;
}

.btn{
	width:100px;
	color:#333!important;
	display: block;
	border: 1px solid #bbb;
	padding: 5px 10px 3px;
	line-height: 1.2;
	background: #e5e5e5 url(/img/admin/imgOvers.gif) repeat-x left top;
	color: #444;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
}

.btn:hover {
	background: #f4f4f4 url(/img/admin/imgOvers_on.gif) repeat-x left top;
}

.thickbox.btn{
	width:150px;
}
/* 建物ページ追加コンテンツ
------------------------------------------------------ */
#rent_extra_header .inner {
	display: flex;
	justify-content: space-between;
	width: 960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 22px;
	padding-top: 10px;
}
#rent_extra_header .title_area {
	width: 672px;
	margin-right: 20px;
}
#rent_extra_header .page_title {
	font-size: 24px;
	margin-bottom: 15px;
	padding-bottom: 2px;
	border-bottom: 2px solid #082e68;
}
#rent_extra_header .page_title strong {
	display: block;
	padding-top: 2px;
	font-size: 11px;
	color: #989393;
}
#rent_extra_header .tel_area.free {
	margin-bottom: 5px;
	padding-left: 30px;
	background: url(/img/front/svg/icon_freedial.svg) no-repeat left 7px;
	background-size: 25px 15px;
	width: 180px;
	box-sizing: border-box;
	overflow: hidden;
}
#rent_extra_header .tel_area {
	margin-bottom: 5px;
	padding-left: 25px;
	background: url(/img/front/svg/icon_telephone.svg) no-repeat left center;
	background-size: 25px 17px;
	width: 180px;
	box-sizing: border-box;
	overflow: hidden;
}
#rent_extra_header .tel strong {
	font-weight: 600;
	font-size: 21px;
	letter-spacing: 1px;
	font-family: 'Roboto', sans-serif;
	color: #c00026;
}
#rent_extra_header .tel_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 12px;
}
#rent_extra_header .owner_contact_area {
	width: 254px;
	background-color: #ffffff;
	padding: 10px;
	border: solid 2px #082e68;
}
#rent_extra_header .owner_contact_area .title_area {
	width: auto;
	margin-right: 0;
	word-break: break-all;
	padding-bottom: 15px;
	border-bottom: solid 1px #efefef;
	margin-bottom: 15px;
	font-size: 12px;
}
#rent_extra_header .owner_contact_area .title_area h3 {
	font-size: 17px;
	margin-bottom: 10px;
}
#rent_extra_header .owner_contact_area .title_area h3 .building_name {
	font-size: 11px;
	display: block;
	color: #bcc2d0;
}
#rent_extra_header .contant_foot_contact{
	background:#FFF;
	padding: 15px 17px 10px;
	margin-top: 12px;
}
#rent_extra_header .contant_foot_contact_inner {
	display: flex;
}
#rent_extra_header .contant_foot_contact p{
	margin-bottom:0;
}
#rent_extra_header .contant_foot_contact .contant_foot_item{
	padding:0px 0px 0px 15px;
}
#rent_extra_header .contant_foot_contact .contant_message{
	display: block;
	width: 226px;
	margin-right: 15px;
	font-size:1.1em;
	margin-bottom: 0px;
	font-weight: bold;
}
.rent_status_area {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 11px;
}
.rent_status_area h3 {
	font-size: 11px;
	display: block;
	width: 110px;
}
.rent_status_area li {
	margin-right: 10px;
}
.rent_status_area li span {
	font-weight: bold;
	color: #6b6565;
}
.rent_status_area li a {
	text-decoration: underline;
	color: initial;
}
.rent_status_area li a:hover {
	text-decoration: none;
}
.rent_status_area .relation_list,
.rent_status_area .spec_list {
	display: flex;
}
.rent_status_area .spec_list {
	margin-bottom: 2px;
}
.rent_status_area:last-child {
	margin-top: 15px;
}

/* #rent_extra_nav */
#rent_extra_nav {
	margin-bottom: 15px;
}
#rent_extra_nav nav {
	display: block;
	/* padding-top: 5px; */
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#rent_extra_nav nav > ul {
	display: flex;
}
#rent_extra_nav nav > ul > li {
	width: 25%;
	display: block;
}
#rent_extra_nav nav > ul > li > a {
	position: relative;
	padding: 16px 20px;
	display: block;
	background: #4C6DA0;
	margin-right: 1px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	transition: all ease-in-out .1s;
	text-align: center;
	font-size: 13px;
}

#rent_extra_nav nav > ul > li > a:hover,
#rent_extra_nav nav > ul > li:hover > a {
	background-color: #7d9fd2;
}
#rent_extra_nav nav > ul > li > a.active {
	padding: 16px 20px;
	display: block;
	color: #F5FF00;
	background-color: #092e68;
}
#rent_extra_nav nav > ul > li.has_child {
	position: relative;
}
#rent_extra_nav nav > ul > li.has_child .child_nav {
	display: none;
	position: absolute;
	width: 100%;
	background-color: #edf0f3;
	z-index: 100;
}
#rent_extra_nav nav > ul > li.has_child .child_nav a {
	padding: 10px 10px;
	display: block;
	font-weight: bold;
	border-top: 1px dashed #CCC;
	background: url(/img/front/svg/icon_arrow_circle_right.svg) no-repeat right 10px center;
	background-size: 11px 11px;
	font-size: 12px;
}
#rent_extra_nav nav > ul > li.has_child .child_nav a:last-child {
	border-bottom: solid 1px #d8d8d8;
    background-size: 11px 11px;
}
#rent_extra_nav nav > ul > li.has_child .child_nav a:hover {
	text-decoration: none;
}
#rent_extra_nav nav > ul > li.has_child:hover .child_nav {
	display: block;
}
#rent_extra_nav nav > ul > li.has_child .child_nav .has_member_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 10px;
	background: url(/img/front/common/icon_padlock.png) no-repeat left 205px center;
	background-size: 15px auto;
	transition: all ease-in-out .2s;
	opacity: 1;
	font-size: 11px;
	font-weight: bold;
	background-color: #e9ee00;
	box-sizing: border-box;
	color: #2f2f2f;
	text-decoration: none;
}
#rent_extra_nav nav > ul > li.has_child .child_nav .has_member_btn a:hover {
	background-color: transparent;
}

/* #photo_viewer
--------------------------------------------------*/
.photo_viewer {
	margin: 0 0 47px;
	position: relative;
}
#rich_mansion_photo_album #album_photos{
	position: relative;
}
#photo_controller{
	position: absolute;
	z-index: 5;
	top: 37%;
	width: 100%;
}
#photo_controller .btn_next{
	position: absolute;
	right: 0;
}


#rich_mansion_photo_album .comment {
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 1.2em;
	padding: 4px 6px;
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
}
.photo_viewer .photo_view .comment.no_i14{
	background-color: rgba(0,0,0, 0.7);
}
.photo_viewer .photo_thumb_list{
	float:right;
}

.photo_viewer .click_info,
.photo_viewer .photo_thumb_list {
	width: 100%;
}
#thumb_list {
	/*overflow: hidden;*/
	/*position: relative;*/
	/*margin: 10px 0 30px;*/
}
#thumb_list ul{
  /*width: 3400px;*/
  /*left: 0px;*/
  /*padding-top: 7px;*/
}
#thumb_list span{
  position: absolute;
  top: 0px;
  left: 2px;
}


.photo_viewer .photo_thumb_list ul{
	list-style:none;
}

.photo_viewer .photo_thumb_list ul li {
	display:block;
	float:left;
	padding:0 0 2px 2px;
	/* margin-right: 3px; */
}

.photo_viewer .photo_thumb_list ul li a {
	border:1px solid #CCC;
	display:block;
	width:78px;
	height:52px;
	outline:none;
	border:3px solid #fff;
}

.photo_viewer .photo_thumb_list ul li a:hover,
.photo_viewer .photo_thumb_list ul li a.current {
	border: 3px solid #df5349;
}

.photo_viewer .photo_thumb_list ul li a img{
	display:block;
}

.photo_viewer .click_info {
	float:right;
	margin-bottom: 5px;
}

.photo_viewer .photo_view_controller{
	padding-top:0.5em;
	font-size:1.2em;
	float:left;
}

#rich_mansion_photo_album .photo_view_controller p{
	margin-bottom:0.5em;
}
#rich_mansion_photo_album .photo_view_controller .btn_list{
	text-align:center;
	margin-bottom:0;
}
#rich_mansion_photo_album .photo_view_controller .btn_list .btn_prev,
#rich_mansion_photo_album .photo_view_controller .btn_list .btn_next {
	margin-top: -1.2em;
	position: absolute;
	top: 42%;
}
#rich_mansion_photo_album .photo_view_controller .btn_list .btn_prev {
	left: 10px;
}
#rich_mansion_photo_album .photo_view_controller .btn_list .btn_next {
	right: 10px;
}
#rich_mansion_photo_album .photo_view_divition_controller{
	clear: both;
}
#rich_mansion_photo_album .photo_view_divition_controller .btn_list {
	display: flex;
}
#rich_mansion_photo_album .photo_view_divition_controller .btn_list a {
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	margin: 0 3px;
	padding: 4px 15px;
	background-color: #1e867a;
	height: 24px;
	border-radius: 4px;
	line-height: 2;
	text-decoration: none;
}

#rich_mansion_photo_album .photo_view_divition_controller .btn_list a:hover,
#rich_mansion_photo_album .photo_view_divition_controller .btn_list .current {
	background-color: #32ad9f;
}

#rich_mansion_photo_album #gmap_view{
	position: relative;
	z-index: 0;
}
#rich_mansion_photo_album #gmap_view #gmap_road,
#rich_mansion_photo_album #gmap_view #gmap_street{
	position: absolute;
	top: 1px;
	left: 1px;
}

#rich_mansion_photo_album #gmap_view,
#rich_mansion_photo_album #gmap_view #gmap_road,
#rich_mansion_photo_album #gmap_view #gmap_street{
	width: 710px;
	height: 473px;
}
#rich_thumb_list {
	overflow: hidden;
}
#rich_thumb_list ul{
	list-style:none;
	display: flex;
}

#rich_thumb_list ul li {
	display:block;
	padding:0 0 2px 2px;
	margin-right: 3px;
}

#rich_thumb_list ul li a {
	border:1px solid #CCC;
	display:block;
	width:72px;
	height:52px;
	outline:none;
	border:3px solid #fff;
}

#rich_thumb_list ul li a:hover,
#rich_thumb_list ul li a.current {
	border: 3px solid #082e68;
}

#rich_thumb_list ul li a img{
	display:block;
}
#rich_mansion_photo_album .photo_view{
	position: relative;
}

/* .rent_extra_sub_nav */
.rent_extra_sub_nav {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}
.rent_extra_sub_nav .in_page_link {
	text-align: right;
}

.rent_extra_sub_nav .in_page_link li {
	display: inline;
	padding-left: 13px;
	margin-right: 15px;
	background: url("/img/front/svg/icon_arrow_down.svg") no-repeat scroll left 50% transparent;
	background-size: 9px 9px;
	font-size: 12px;
}
.rent_extra_sub_nav .in_page_link li a {
	color: initial;
}

.rent_extra_sub_nav .in_page_link.none_icon li {
	padding-left: 0;
	background: none;
}
.rent_extra_sub_nav .in_page_link li:last-child {
	margin-right: 0;
}

.rent_extra_sub_nav .blank_links_list {
	font-size: 12px;
	display: flex;
}
.rent_extra_sub_nav .blank_links_list li:first-child {
	margin-right: 15px;
}
.rent_extra_sub_nav .blank_links_list li a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	display: inline-block;
	min-width: auto;
}
.blank_links_list li a:hover {
	color: #D3322E;
}

.has_title {
	position: relative;
}
.has_title .title_child_link {
	position: absolute;
	right: 0;
	bottom: 8px;
	font-size: 12px;
	background: url(/img/front/svg/icon_arrow_circle_right.svg) no-repeat right center;
	background-size: 13px 13px;
	padding-right: 20px;
}
/* rent side bnr */
.rent_extra_bnr_area .bnr_site,
.rent_extra_bnr_area .bnr_catalog {
	display: block;
	border: solid 2px #c00026;
	font-weight: bold;
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	text-align: center;
	line-height: 1em;
	font-size: 18px;
	transition: all ease-in-out .2s;
}
.rent_extra_bnr_area .bnr_site i,
.rent_extra_bnr_area .bnr_catalog i {
	text-align: center;
	display: block;
	padding: 8px 5px 5px;
	margin-bottom: -3px;
	font-size: 10px;
	color: #868686;
	font-style: normal;
}
.rent_extra_bnr_area .bnr_site span,
.rent_extra_bnr_area .bnr_catalog span {
	display: flex;
	justify-content: center;
	margin-top: 10px;
	padding: 3px;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	background: #c00026;
}
.rent_extra_bnr_area span::before {
	position: relative;
	top: 2px;
	margin-right: 8px;
	margin-left: -10px;
	content: "";
	display: block;
}
#article .contant_foot_contact p.akimachi_num {
	width: 280px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
#article .contant_foot_contact p.akimachi_num span {
	font-size: 20px;
	display: inline-block;
	margin-right: 3px;
	color: #D3322E;
}

/* madori_list */
.title {
	font-size: 14px;
	margin-bottom: 5px;
}
.madori_list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -15px;
}
.madori_list > li {
	width: 223px;
	margin-right: 25.3px;
	margin-bottom: 15px;
}
.madori_list > li:nth-child(3n) {
	margin-right: 0;
}
.madori_list > li a {
	padding: 5px;
	display: flex;
	font-size: 10px;
	background: #ffffff url(/img/front/svg/icon_arrow_circle_right.svg) no-repeat left 205px bottom 5px;
	background-size: 13px 13px;
	transition: all ease-in-out .2s;
	text-decoration: none;
	color: initial;
	border: solid 1px #ffffff;
}
.madori_list > li a:hover {
	text-decoration: none;
	border: solid 1px #082e68;
}
.madori_list li a .photo {
	margin-right: 10px;
}
.madori_list li.icon_img {
	margin-top: 5px;
}
.madori_list li.icon_img img {
	margin-right: 3px;
}
.status_list strong {
	font-size: 11px;
	font-family:'Noto Sans JP',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #f05000;
	margin-right: 2px;
}
.status_list span {
	font-weight: bold;
	display: inline-block;
	width: 4.4em;
	color: #6b6565;
}
.madori_list li.has_more_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
	font-size: 10px;
	background: url(/img/front/svg/icon_arrow_circle_right.svg) no-repeat right 15px center;
	background-size: 13px 13px;
	transition: all ease-in-out .2s;
	opacity: 1;
	font-size: 11px;
	font-weight: bold;
	background-color: #eeeeee;
	border: solid 1px #d8d8d8;
	box-sizing: border-box;
}
.madori_list li.has_more_btn a:hover {
	border: solid 1px #082e68;
	background-color: #ffffff;
}
.madori_list li.has_member_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
	font-size: 10px;
	background: url(/img/front/common/icon_padlock.png) no-repeat left 195px center;
	background-size: 15px auto;
	transition: all ease-in-out .2s;
	opacity: 1;
	font-size: 11px;
	font-weight: bold;
	background-color: #e9ee00;
	border: solid 1px #d8d8d8;
	box-sizing: border-box;
}
.madori_list li.has_member_btn a:hover {
	border: solid 1px #082e68;
	background-color: #ffffff;
}

/* madori_list */
.equipment_list {
	display: flex;
	flex-wrap: wrap;
}
.equipment_list .photo {
	margin-bottom: 5px!important;
}
.equipment_list:last-of-type {
	margin-bottom: -30px;
}
.equipment_list > li {
	width: 223px;
	margin-right: 25.3px;
	margin-bottom: 30px;
}
.equipment_list.has_large_photo > li {
	width: 296px;
}
.equipment_list > li:nth-child(3n) {
	margin-right: 0;
}
.equipment_list.has_large_photo > li:nth-child(3n) {
	margin-right: 25.3px;
}
.equipment_list.has_large_photo > li:nth-child(2n) {
	margin-right: 0px;
}
.equipment_list > li a {
	display: block;
	transition: all ease-in-out .2s;
	opacity: 1;
}
.equipment_list > li h3 {
	font-size: 13px!important;
	padding: 0!important;
	border: none!important;
	margin-bottom: 0!important;
}
.equipment_list > li p {
	font-size: 12px;
	margin-top: 5px;
}
.equipment_list > li a:hover {
	opacity: .7;
	text-decoration: none;
}
.equipment_list li.has_more_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 162px;
	font-size: 10px;
    background: url(/img/front/svg/icon_arrow_circle_right.svg) no-repeat right 15px center;
	background-size: 13px 13px;
	transition: all ease-in-out .2s;
	opacity: 1;
	font-size: 14px;
	font-weight: bold;
	background-color: #eeeeee;
	border: solid 1px #d8d8d8;
	color: initial;
	text-decoration: none;
}
.equipment_list > li a:hover {
	opacity: .7;
	text-decoration: none;
}
.equipment_list .photo {
	margin-bottom: 10px;
	margin-top: 0px;
}
.equipment_list li.has_more_btn a:hover {
	border: solid 1px #082e68;
	background-color: #ffffff;
}

/* room_photo */
#room_photo {
	position: relative;
}
#room_photo.section {
	margin-bottom: 0px;
	padding-bottom: 30px;
}
/* point_coment */
#point_coment {
	display: flex;
	align-items: center;
	padding: 30px 30px 25px;
	color: #ffffff;
	background: #414f63 url(/img/front/svg/bg_point.svg) no-repeat left 35px center;
	background-size: 161px 78px;
}
#point_coment {
	margin-bottom: 15px;
}
#point_coment h3 {
	width: 20%;
	display: block;
	text-align: left;
	padding: 0!important;
	border: none;
}
#point_coment p {
	width: 80%;
}

/* admin_comment */
.richLayout #admin_comment {
	padding: 20px 24px 20px;
	border: solid 3px #e4e4e4;
	background-color: #ffffff;
}
.richLayout #admin_comment h3 {
	position: relative;
	padding: 2px 2px 2px 31px;
	display: block;
	background: url(/img/front/svg/icon_balloon.svg) no-repeat left center;
	background-size: 25px 25px;
	border: none!important;
}

/* floorpan */
.floorpan_img .js_switch_content {
	display: none;
}
.floorpan_img .js_switch_content.active {
	display: block;
}
.floorpan_title {
	display: flex;
	flex-wrap: wrap;
}
.floorpan_title li {
	margin-right: 6.2px;
	width: 15.89%;
	text-align: center;
	margin-bottom: 10px;
}
.floorpan_title li:nth-child(6n) {
	margin-right: 0px;
}
.floorpan_title a {
	display: block;
	padding: 12px 10px;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #4C6DA0;
	text-decoration: none;
}
.floorpan_title a:hover {
	background-color: #7d9fd2;
}
.floorpan_title .active a {
	background-color: #092e68;
	text-decoration: none;
	color: #F5FF00;
}

/* rooms */
.rooms_title {
	font-size: 22px!important;
	margin-bottom: 20px!important;
	padding-left: 0!important;
}
.rooms_title em {
	font-size: 31px;
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	padding-left: 10px;
	font-style: normal;
}
.rooms_title strong {
	display: block;
	color: #D3322E;
	font-size: 10px;
	padding-top: 3px;
}
.rooms_spec_wrap {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.rooms_spec_wrap .right_box {
	margin-left: auto;
	display: flex;
}
.btn_room_cvarea {
	margin-left: 15px;
}
.rooms_spec_wrap .right_box {
}
.spec_area {
	width: 266px;
	margin-right: 10px;
}
.spec_area .main_spec {
	display: flex;
	align-items: flex-end;
}
.spec_area .main_spec li {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 1em;
	padding-bottom: 5px;
}
.spec_area .main_spec li:first-child {
	position: relative;
	display: inline-block;
	font-size: 50px;
	font-family: 'Roboto', sans-serif;
	margin-right: 40px;
	padding-bottom: 0px;
}
.spec_area .main_spec li:first-child::after {
	position: absolute;
	content: "";
	position: absolute;
	right: -30px;
	top: 50%;
	margin-top: -18px;
	display: inline-block;
	width: 1px;
	height: 45px;
	background-color: #082e68;
	transform: rotate(30deg);
	transform-origin: left top;
}
.spec_area .main_spec span,
.spec_area .sub_spec span {
	display: inline-block;
	font-weight: bold;
	font-size: 10px;
	margin-right: 10px;
}
.spec_area .main_spec strong {
	font-weight: normal;
	display: inline-block;
}
.spec_area .sub_spec {
	margin-top: 10px;
	font-family: 'Roboto', sans-serif;
}
.spec_area .sub_spec span {
	font-size: 10px;
}
#article .rooms_spec_wrap table th,
#article .rooms_spec_wrap table td {
	padding: 4px;
	font-size: 10px;
	cursor: default;
}
#article .rooms_spec_wrap .btn_favorite {
	border: none;
	font-size: 14px;
	padding: 5px 0px 5px 25px;
	color: initial!important;
}
#article .rooms_spec_wrap .btn_favorite:hover {
	background-color: transparent;
	color: #D3322E!important;
}
#article .rooms_spec_wrap .btn_favorite:after,
#article .rooms_spec_wrap .btn_favorite:hover:after {
	width: 14px;
	height: 14px;
	background: url(/img/front/svg/icon_heart_red.svg) no-repeat center center;
	background-size: 14px 14px;
}
#article .rooms_spec_wrap .select_price_list {
	margin-top: 5px;
}
#article .rooms_spec_wrap .select_price_list li {
	display: inline-block;
	margin-left: 5px;
	font-size: 11px;
}
.etc_spec_area {
	padding: 20px 0px;
	background-color: #FAFAFA;
	margin-bottom: 20px;
	font-size: 12px;
	text-align: center;
}
.etc_spec_area ul {
	display: flex;
}
.etc_spec_area ul li {
	position: relative;
	width: 20%;
}
.etc_spec_area ul li::before {
	position: absolute;
	left: 0;
	top: 5px;
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 10px);
	background-color: #d8d8d8;
}
.etc_spec_area ul li:first-child::before {
	display: none;
}
.etc_spec_area strong {
	display: block;
}

/* map_area */
.map_area {
}
#map_search_surroundings {
	border:1px solid #E5E5E5;
}

/* page_main_ttl */
.page_main_ttl p.telephone {
	width: 315px;
	line-height: 1.2;
	font-size: 12px;
	margin-top: 5px;
}
.page_main_ttl p.telephone {
	font-size: 11px;
	color: #ffffff;
}

.page_main_ttl p.telephone .tel {
	font-weight: bold;
	font-size: 22px;
}
.page_main_ttl p.telephone .tel strong  {
	display: inline-block;
	padding-top: 3px;
	padding-bottom: 3px;
	background: url(/img/front/svg/icon_telephone_white.svg) no-repeat left 6px;
	background-size: 25px 17px;
	padding-left: 27px;
	font-weight: 600;
    font-size: 21px;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
}
.page_main_ttl .btn_cv_area {
	position: absolute;
	top: 80px;
	right: 0;
}
.page_main_ttl.bg_noimage {
	margin-bottom: 135px;
	border-bottom: solid 1px #efefef;
	background-color: #FAFAFA;
}
.page_main_ttl {
	margin-bottom: 135px;
}
.page_main_ttl_inner {
	width: 960px;
	height: 260px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.page_main_ttl.bg_noimage .page_main_ttl_inner {
	height: 190px;
}
.page_main_ttl h2 {
	position: absolute;
	left: 0px;
	bottom: -50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #e00022;
	color: #ffffff;
	font-size: 24px;
	width: 280px;
	height: 160px;
	text-align: center;
	font-family:'Noto Sans JP',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	letter-spacing: 3px;
}
