@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%;
}
.mb20 {
  margin-bottom: 20px;
}

/* 第20回（2016年）用スタイル
----------------------------------------------------*/
.sakuhin-head {
	width: 640px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 15px;
}

/* タイトル周り */
#titbox {
	background: #3D6B81;
  color: #fff;
	padding: 25px 15px 10px;
	margin-bottom: 20px;
  position: relative;
}
#titbox a {
  color: #fff;
}
#titbox::before {
  content: '';
  display: block;
  width: 100%;
  height: 15px;
  background: url(../image/bg_line-diag.png) repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
#titbox_toku {
	background-color: #DCDFE3;
    border-top: 5px solid #3D6B81;
	padding: 10px 15px;
	margin-bottom: 20px;
}
.sakuhin-name a {
	color: #000;
	font-weight: bold;
	font-size: 18px;
}
.sakuhin-name a span {
	font-weight: normal;
	font-size: 12px;
	padding-left: 20px;
}
.sakuhin-name a:hover {
	color: #933;
	text-decoration: underline;
}

.sakuhin-title {
	padding-top: 5px;
}
.sakuhin-title strong {
	font-size: 110%;
}

/* 上段 */
.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: #3D6B81;
	font-size: 120%;
	font-weight: bold;
	padding-top: 15px;
}



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

.conceptbox {
  background-color: #DCDFE3;
	margin-bottom: 20px;
  clear:both;
}
.conceptboxtit {
	background: #3D6B81 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;
}

.zumenimg {
	padding: 10px 0;
	text-align: center;
}
.kohyobox {
	background-color: #DFF2FC;
	margin-bottom: 20px;
}
.kohyoboxtit {
	background: #4B90C3 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;
}
