@charset "utf-8";

h1#headline {
    color: #333;
    font-size:14px;
    top: 0;
}

#header_menu li {
    border-right: 0;
    background: #FFFFFF;
}

#header_menu ul {
    background-color: #3969bf;
}

#header_menu a {
    color: #FFFFFF;
    border-bottom: none;
    box-sizing: border-box;
    background-color: #3969bf;
    font-size: 16px;
}

#header_menu a:hover {
    color: #FFFFFF;
    box-sizing:border-box;
    background-color: #304280;
}

#wrapper {
    background-color: #FFFFFF;
    box-shadow: none;
}

p#catch_phrase {
    display: none;
}

#main {
    background-color: #ffffff;
}

h3 {
    background-color: #304280;
}

#sidebar_sale h3 {
    background-color: #304280;
}

.sidebar_menu_outer h3 {
    height: 30px;
    line-height: 31px;
}

#sidebar_personal_sale h3 {
    background-color: #3969bf;
}

#sidebar_sale .sidebar_submenu ul {
    border-color: #D8D8D8;
    background-color: #FFFFFF;
}

#sidebar_sale .sidebar_submenu h4 {
    background-color: #304280;
    font-weight: normal;
}

.sidebar_personal_outer h3 {
    height: 30px;
    line-height: 31px;
}

body {
    background: url(/shops/183/uploads/yamada_theme_images/background_light.png) left top repeat;
}

#sidebar_links h3 {
    background-color: #304280;
}

#sidebar_corporate h3 {
    color: #FFFFFF;
    font-weight: normal;
    padding: 5px;
}

#sidebar_corporate {
    padding: 0;
    border-radius: 0;
}

#sidebar_account h3 {
    background: #555555;
    font-weight: normal;
}

#sidebar_sale h3 {
    background-color: #3969bf;
}

#account_nav {
    background: #ffffff;
    border: 1px solid #d8d8d8;
}

#account_nav a:link {
    color:#333333;
}

#account_nav a:visited {
    color:#888888;
}

#account_nav a:hover {
    color:#555555;
}

.sidebar_personal #history_link a {
    background: url(/shops/183/uploads/yamada_theme_images/history_icon.png) 0 49% no-repeat;
}

.sidebar_personal #favorite_link a {
    background: url(/shops/183/uploads/yamada_theme_images/favorite_icon.png) 0 49% no-repeat;
}

#account_nav .a-button .a-button-text {
    background-color: #3969bf;
}

#top_recommend {
    border-radius: 0;
}

#top_whatsnew {
    border-radius: 0;
}

.sidebar_menu a {
    line-height: 15px;
    text-decoration: none;
    font-weight: normal;
}

#contents .top_content h2 {
    height: 31px;
    font-size: 16px;
    line-height: 32px;
    padding: 1px 10px;
    color: #304280;
    background: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    border-left: 6px solid #304280;
    width: auto;
}

#sidebar_sale .sidebar_submenu h4 {
    background-color: #304280;
    font-weight: normal;
    padding: 3px;
}

#top_recommend .price {
    color: #F52200;
}

body.sale h2#detail_top_title {
    background-color: #304280;
}

body.sale h2.detail_content_title {
    background-color: #304280;
}

#qr_img {
    display: none;
}

.detail_menu a {
    border-radius: 0;
    color: #ffffff;
    font-weight: normal;
    background-color: #3969bf;
    background-image: none;
}

.detail_menu a:hover {
    background-color: #304280;
    opacity: 100;
    background-image: none;
}

#detail_header_menu {
    margin-bottom: 0;
}

#detail_main {
    font-size: 13px;
}

body.sale #contact_info .introduction {
    background-color: #304280;
}

#top_recommend a.estate_title {
    margin-left: 0px;
}

#column3_free_space {
    margin-top: 13px;
}

#contents h3, .modal_contents h3 {
    background-color: #304280;
    font-weight:normal;
    font-size: 18px;
    padding: 10px;
}

#page_banner_title_outer {
    height: 40px;
}

#page_banner {
    margin-bottom: 10px;
}

#company_info table td {
    background-color: #FFFFFF;
}

#company_info table th {
    background-color: #EEEEEE;
    border-right: none;
}

#company_info table td {
    padding: 7px 10px;
}

.detail_personal_outer {
    border-radius: 0;
}

.detail_side_list_outer {
    border-radius: 0;
}

.detail_flex {
    display: flex;
}

.detail_flex_pic {
    width:48%;
}

#header {
    margin-bottom: 3px;
}

#page_banner {
    border-top: 3px solid #304280;
}

#sidebar_rental h3 {
    background-color: #3969bf;
}

body.sale #selling_point {
    background-color: #f4f4f4;
}

table.estate_item th.midashi .price {
    color: #ff0000;
}

.sale table.estate_item th.midashi a {
    color: #304280;
}

.sale table.estate_item th.midashi a:hover {
    color: #6374af;
}

.sale table.estate_item th, .sale table.estate_item td.check, .rental table.estate_item th, .rental table.estate_item td.check {
    background-color: #eaeaea;
}

#search_info {
    background-color: #eaeaea;
}

#sidebar_search_sale h3 {
    background-color: #304280;
}

#sidebar_account h3 {
    background: #3969bf;
}
.contents-wrap {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: space-between;
  	margin-bottom: 30px;
}

.contents-box {
  	margin-bottom: 1rem;
  	width: 49%;
  	background-color: #f0f0f0;
}

.contents-box p {
    padding: 0px 10px;
}

.contents-box img {
  	display: block;
  	width: 100%;
  	height: auto;
}

.contents-box h2 {
  	margin-bottom: 2rem;
  	font-size: 2.2rem;
  	text-align: center;
}

.contents-title {
    text-align:center;
    margin:10px auto;
    font-weight: bold;
}


@media screen and (max-width: 768px){
	.contents-wrap {
		flex-direction: column;
	}

.contents-box {
		width: 100%;
	}
}

.link_list, .page_list, .feature_list, .voice_list {
    background-color: #eeeeee;
}

p.link_list_txt, p.page_list_txt, p.feature_list_txt, p.voice_list_content {
    padding-left: 10px;
    font-size: 15px;
    display: table;
}

#contents .link_list h4, #contents .page_list h4, #contents .feature_list h4, #contents .voice_list h4 {
    font-size: 15px;
    font-weight: normal;
    background-color: #3969bf;
}

.title_mincho {
    font-family: MS PMincho,"ＭＳ Ｐ明朝",Hiragino Mincho ProN,serif;
    font-size: 30px;
    border-bottom: 1px solid #304280;
    margin-bottom: 20px;
}

.detail_nav {
    display: flex;
    justify-content: center;
    padding: 0 !important;
}

.detail_nav li {
    list-style:none;
}

.detail_nav a {
     margin: 10px;
    border-radius: 5px;
    background: #EEEEEE;
    display: block;
    padding: 10px;
    text-decoration: none;
    border: 1px solid #dddddd;
}

#top_recommend .recommend_pict {
    position: relative;
    text-align: center;
    margin: 2px auto;
    display: block;
    width: 240px;
    background-color: transparent;
    height: 180px;
    display: table;
    float: none;
}

#top_recommend a {
    display: table-cell;
    vertical-align: middle;
}

#top_recommend .recommend_pict img.estate-pict {
    max-width: 240px;
    max-height: 180px;
    margin: 0 auto;
    text-align: center;
}

#top_recommend .detail_link {
    display: block;
    position: inherit;
    right: 0;
    letter-spacing: 1px;
    padding: 8px 20px;
    text-align: center;
    width: 100px;
    height: 20px;
    margin: 5px auto;
    margin-bottom: 5px;
    background-color: #3969bf;
    border-radius: 5px;
    color: #FFFFFF;
}

#top_recommend .detail_link a {
    color: #FFFFFF;
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0px;
    left: 0;
    line-height: 35px;
}

#top_recommend .detail_link a:hover {
    color:#c9d7f1;
}

#account_nav {
    color: #000000;
}

a:hover {
    color: #7B7B7B;
}

#top_hero {
    background-color: #FFFFFF;
}

body.menu_left_3column_wide #top_hero, body.menu_right_3column_wide #top_hero {
    padding: 13px 0 1px;
}

#top_recommend ul#recommend_list li {
    width: 46%;
    margin-left: 0px;
    height: auto;
}

#top_recommend .recommend_item {
    height: 425px;
    width: 99%;
    margin-left: 0px;
    line-height:15px;
    background-color: #F5F5F5;
    border-left: none;
}

#top_recommend .recommend_text {
    margin-left: 0;
    margin-top: 10px;
}

#top_recommend .mark {
    text-align: center;
}

#top_recommend p.sellingpoint {
    width: 94%;
    height: auto;
    margin: 5px;
    position: relative;
    word-break: break-all;
}

#sidebar_sale .sidebar_menu a:hover {
    color: #3376CC;
}

#sidebar_rental .sidebar_menu a:hover {
    color: #3376CC;
}

#sidebar_links .sidebar_menu a:hover {
    color: #3376CC;
}

.sale .list_selling_point, .rental .list_selling_point {
    padding: 8px;
    background-color: #EFEFEF;
}

#footer {
    background-color: #3969bf;
    box-shadow: none;
}

#copyright {
    font-size: 14px;
    color: #FFFFFF;
    top: 20px;
}

/*アピタ用トップナビ余白詰める*/

body.menu_left_3column #top_hero, body.menu_right_3column #top_hero {
    padding: 5px 0;
}

body.menu_left_3column.estate_index #main, body.menu_right_3column.estate_index #main {
    padding-top: 4px;
}

/*アピタ用トップナビ余白詰めるここまで*/

#top_recommend .recommend_pict img.alpha-icon {
    top: 5px;
    left: 5px;
    bottom: 0;
    right: 0;
}

#sidebar_rental .sidebar_submenu h4 {
    background-color: #3969bf;
}

#sidebar_rental .sidebar_submenu ul {
    border-color: #3969bf;
}
