/*
Theme Name: Suzuya
Author: Suzuya
Author URI: https://yamano-suzuya.mom/
Description: すずやのテーマ
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import "css/common.css";
@import "css/post-content.css";
@import "css/normalize.css";
@import "css/components.css";
@import "css/himekukan-suzuya.css";
@import "css/pnavi.css";
@import "css/ac-menu.css";

/*--------------------------------------------------
  サイトトップページ
--------------------------------------------------*/
.page-home #site_header { margin: 0; }

.page-home #main_visual { clear: both; margin-bottom: 20px; overflow: hidden; }

.page-home #content { padding: 0; margin-bottom: 20px; }
/* メインエリア */
.page-home #content #main { float: left; width: 680px; min-height: 200px; }
/* バナーエリア */
.page-home #content #banner { float: right; width: 300px; } 
.page-home #content #banner ul { list-style: none; margin-bottom: -10px; }
.page-home #content #banner ul li { margin-bottom: 10px; }

/* 新着情報 */
.page-home .news_content .title { font-size: 20px; line-height: 40px; background: #ddd; padding: 0 10px; margin-bottom: 5px; }
.page-home .news_content .title a { display: inline-block; float: right; background: #999; color: #fff; padding: 0 5px; margin: 10px 0; 
	font-size: 14px; line-height: 20px; font-weight: normal; 
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; 
}
.page-home .news_content .hentry { padding: 5px 0; }
.page-home .news_content .hentry .post-title { font-size: 100%; }
.page-home .news_content .hentry .date { margin-right: 1em; }

/* ----- mobile ----- */
@media screen and (max-width: 768px) {
	.page-home #main_visual img { max-width: 100%; }
	.page-home #content #main { float: none; width: auto; margin: 0 10px 20px; }
	.page-home #content #banner { float: none; width: auto; margin: 0 10px 20px; text-align: center; }
}
