@charset "utf-8";
/*::::::::::::::::::::::::::::::::::
TOPページ全体設定
:::::::::::::::::::::::::::::::::::*/
article#top_wrapper{
	width: 735px;
	margin: 0 auto;
	margin-bottom: 20px;
}

/*::::::::::::::::::::::::::::::::::
ヘッダー部分設定
:::::::::::::::::::::::::::::::::::*/
article#top_wrapper div#ikora_header{
	width: 735px;
	margin-bottom: 20px;
	position: relative;
}

/*:: パンクズリスト部分 :::::::::::::::::::::::*/
article#top_wrapper div#ikora_header p#pankuzu{
	margin-bottom: 20px;
}

/*:: ロゴ＆キャッチ部分 :::::::::::::::::::::::*/
article#top_wrapper div#ikora_header h1{
	margin-bottom: 20px;
}

/*::::::::::::::::::::::::::::::::::
コンテンツ部分設定
:::::::::::::::::::::::::::::::::::*/

/*:: コンテンツ共通設定 :::::::::::::::::::::::*/
article#top_wrapper section.ikora_contents{
	width: 735px;
	margin-bottom: 30px;
	margin-top: 20px;
	border-bottom: dotted #ccc 2px;
	padding-bottom: 30px;
}
/* コンテンツ内ヘッダー設定 */
article#top_wrapper section.ikora_contents h1{
	margin: 0;
	padding: 0;
	border: none;
	margin-bottom: 20px;
}

article#top_wrapper section.ikora_contents h2{
	margin-bottom: 30px;
}

article#top_wrapper section.ikora_contents h3{
	margin-bottom: 20px;
}

article#top_wrapper section.ikora_contents h4{
	margin-bottom: 10px;
}

article#top_wrapper section.ikora_contents ul{
	margin-bottom: 40px;
}

article#top_wrapper section.ikora_contents ul li{
	margin-left: 0;
	margin-left: 1em;
	padding-bottom: 5px;
}

article#top_wrapper section.ikora_contents p{
	margin-left: 0;
	margin-bottom: 40px;
	text-indent: 1em;
	padding-left: -1em;
	line-height: 1.6;
}

article#top_wrapper section.ikora_contents p.chuui{
	color: #900;
	font-size: 84%;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 0;
}

article#top_wrapper section.ikora_contents figcaption{
	margin-top: 10px;
	text-align: right;
}

article#top_wrapper section.ikora_contents figure#photo2{
	float: left;
}

article#top_wrapper section.ikora_contents p#shomei{
	text-align: right;
}

article#top_wrapper section.ikora_contents p#shouhinichiran{
	width: 735px;
	clear: both;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 0;
}

/*:: メーカーバナー部分 :::::::::::::::::::::::*/
article#top_wrapper figure.m_banner{
	width: 735px;
	height: 250px;
	margin-bottom: 20px;
}

article#top_wrapper figure.m_banner a:hover{
	opacity: 0.8;
}

article#top_wrapper figure.m_banner img{
	border-radius: 5px;
}
/*:: リンクボタン :::::::::::::::::::::::*/
div#btn{
	width: 735px;
	clear: both;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 0;
}
div#btn .btn-flat{
  display: inline-block;
  font-size: 1rem;
  font-weight:bold;
  text-decoration: none;
  padding: 0.4em 2.5em;
  margin-right: 10px;
  border:2px solid #f4eddc;
  background: #f4eddc;
  border-radius: 5px;
}
div#btn .btn-flat:hover{
  text-decoration: none;
  background: #fff;
  color:#888;
}