@charset "shift_jis";
/* CSS Document */

sup {
	vertical-align: text-top;
  line-height: 1;
  font-size: 60%;
}
sub {
	vertical-align: baseline;
  line-height: 1;
  font-size: 60%;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.txt-center {
  text-align: center;
}

/* 第21回（2017年）用スタイル
----------------------------------------------------*/
.sakuhin-head {
	width: 640px;
	margin: 20px auto 1px;
}
.sakuhin-head .waku-sakuhin-head-left {
  padding-left: 15px;
}

/* タイトル周り */
#titbox {
	background: #4FAB56;
  color: #fff;
	margin-bottom: 20px;
  position: relative;
}
#titbox a {
  color: #fff;
}
#titbox .sakuhin-name {
  padding: 5px 15px;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  font-weight: bold;
}
#titbox .sakuhin-name a span {
  font-size: 12px;
  font-weight: normal;
  padding-left: 20px;
}
#titbox .sakuhin-name a:hover {
  text-decoration: underline;
}
#titbox .sakuhin-title {
  padding: 5px 15px;
}
#titbox .sakuhin-title strong {
  font-size: 15px;
}

/* 上段 */
.sakuhin-info {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.sakuhin-info > * {
  display: table-cell;
  vertical-align: top;
}
.sakuhin-info > *:first-child {
  width: 100%;
}
.sakuhin-info ul {
	margin: 0;
	padding: 0;
}
.sakuhin-info ul li {
	list-style: none;
  position: relative;
  padding-left: 1.2em;
}
.sakuhin-info ul li::before {
  content: '■';
  position: absolute;
  top: 0;
  left: 0;
  color: #A6AAB9;
}
.sakuhin-komidashi {
	color: #7C8298;
	font-size: 120%;
	font-weight: bold;
	padding-top: 15px;
}



/* 中央イメージ */
.midimg {
	margin-bottom: 30px;
	text-align: center;
}

.conceptbox {
  background-color: #E9F2E6;
	margin-bottom: 20px;
  clear:both;
}
.conceptboxtit {
	background: #4FAB56 url(../image/bg_stit.png) no-repeat right bottom;
	color: #FFF;
	font-weight: bold;
  line-height: 1;
	padding: 8px 10px;
}
.box-txt {
	padding: 5px 15px 18px;
  line-height: 1.8;
}
.box-txt > p {
  padding: 0;
  margin: 0;
}
.box-txt > p + p {
  margin-top: 10px;
}

.zumenimg {
	padding: 10px 0 30px;
	text-align: center;
}
.zumenimg > img + img {
  margin-top: 30px;
}
.kohyobox {
	background-color: #E6EAF5;
	margin-bottom: 20px;
}
.kohyoboxtit {
	background: #4A7DB9 url(../image/bg_stit2.png) no-repeat right bottom;
	color: #FFF;
	font-weight: bold;
  line-height: 1;
	padding: 8px 10px;

}


/* 文字差替え */
a img.takal {
	border: 0;
	vertical-align: middle;
	padding-bottom: 2px;
}


/* index.html */
div#ichiran_tit {
	background: url(../image/back_ichiran.gif) no-repeat 0 10px;
	width: 690px;
	height: 80px;
	position: relative;
}
div#ichiran_tit p {
	padding: 0;
	margin: 0;
}
div#ichiran_tit p#tit {
	position: absolute;
	top: 37px;
	left: 34px;
}
div#ichiran_tit p#sinsa {
	display: none;
}
