@charset "UTF-8";
/* CSS Document */

/* ------------------------------------- 
 *	トップページのデザイン
 * ------------------------------------- */

.header_wrapper {
	height: 575px;
	background-image: url(https://img08.shop-pro.jp/PA01202/369/etc/top_bnr2019.png?cmsp_timestamp=20190529114758);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 24px;
}

/* トップにはカテゴリ見出しの家族を出さない */
#sidebar .category h2 {
	background-image: none;
	padding: 0px;
}


#top {
	padding-top: 27px;
}
#top .news dl, #top .intro {
	font-size: 107.8%;
}
#top .top-bnr {
	margin-bottom: 20px;
}
#top .top-bnr li {
	float: left;
}
#top .news {
	clear: both;
	margin-bottom: 20px;
}
#top .news h2{
	color: #FFF;
	background-color: #543927;
	clear: both;
	padding: 5px;
	margin-bottom: 1em;
}
#top .news dl {
	line-height: 1.4em;
}
#top .news dl dt {
	float: left;
}
#top .news dl dd {
	padding-left: 7em;
	margin-bottom: 1em;
}
#top .intro {
	margin-bottom: 30px;
}
#top .intro p {
	line-height: 1.6;
}
#top #listPage h2 {
	margin-bottom: 30px;
}

.yamato-souryou {
  border:solid #003399 4px;
  margin:0 0 20px 0;
  line-height:200%;
  padding:5px 10px;
  text-align:center;
}