@charset "UTF-8";
/*
 * cmn_layout.css
 *
 *  version --- 3.4
 *  updated --- 2012/09/23
 */


/* !index.html
---------------------------------------------------------- */
.index_ul {
	width: 596px;
	margin: 0 auto;
}

.index_ul ul {
	width: 597px;
	margin-right: -1px;
}

.index_ul li {
	margin-right: 1px;
	float: left;
}

.index_ul li span {
	display: block;
	border-top: #FFF 1px solid;
	padding: 5px 10px;
	background: #595757;
	color: #FFF;
	font-size: 90%;
}

.index_bg {
	background: #090 url(../img/index_bg01.gif) left top no-repeat;
	padding: 10px 35px 10px 260px;
	height: 89px;
}

.index_bg p {
	font-size: 116%;
	color: #FFF;
	line-height: 1.3em;
}

.index_colBlock {
	height: 100%;
	overflow: hidden;
	margin: 15px 0;
}

.index_col {
	width: 290px;
}

.index_Colbox {
	clear: both;
}

.index_Colbox .imgCol {
	float: left;
	margin-right: 5px;
}

.index_Colbox .imgCol img {
	border: #FFF 3px solid;
}

.index_Colbox .textCol {
	overflow: hidden;
	zoom: 1;
	line-height: 1.5em;
	padding: 5px 0 0 0;
}

.index_Colbox .textCol a {
	background: url(../img/index_ico01.gif) left center no-repeat;
	font-size: 142%;
	color: #E60012;
	padding: 0 0 0 15px;
	font-weight: bold;
}

.topics .topics_line {
	background: url(../shared/images/topics_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom: 10px;
}

.topics .topics_line p {
	padding: 5px 15px;
}

.topics .topics_line p.topics_title {
	font-size: 116%;
	padding: 10px 15px;
}

.topics .topics_line p.topics_title span {
	color: #F00;
}

.hitokoto {
	background-image: url(../shared/images/hitokoto.jpg);
	background-repeat: no-repeat;
	padding: 80px 255px 0 25px;
	height: 193px;
	font-size: 115%;
	line-height: 1.4em;
}


/* 商品説明 ******************************/

.titleimg {
	margin: 20px 20px 10px 20px;
}

.setumei {
	font-size: 115%;
	width: 432px;
	border-top: solid #F00 1px;
	margin: 10px auto;
	padding-top: 7px;
}

.syohin_dl {
	font-size: 115%;
	margin: 15px 0;
}

.syohin_dl dt {
	background-color: #e8323d;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 6px 5px;
	width: 78px;
	float: left;
	border: solid #e8323d 1px;
	margin-bottom: 5px;
}

.syohin_dl dd {
	background-color: #fdedec;
	text-align: left;
	padding: 6px 10px;
	float: left;
	width: 498px;
	border: solid #e8323d 1px;
	margin-bottom: 5px;
}

/* 注文方法 ******************************/
.tyumon_mg {
	padding: 20px 5px;
}

.tyumon_mg2 {
	padding: 20px 20px;
}

.tyumon_mg table, .tyumon_mg2 table {
	border-collapse: collapse;
}

.tyumon_mg th, .tyumon_mg td {
	padding: 5px;
	border: solid #633 1px;
}

.tyumon_mg th {
	background-color: #FC9;
	text-align: center;
}

.tyumon_mg2 li {
	margin: 2px 2px 2px 18px;
	padding: 2px;
	list-style-type: disc;
}


.souryou_bikou {
	margin-top: 8px;
	color: #F00;
}

.souryou_bikou span {
	font-size: 130%;
	font-weight: bold;
}




/* 注文フォーム ******************************/
.tyumon_mg2_news {
	border-radius: 5px;
	padding: 10px 20px;
	background: #fdedec;
	box-sizing: border-box;
}

.tyumon_mg2_news h3 {
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.tyumon_mg2_news h3 .text-liner {
	display: inline-block;
	position: relative;
}

.tyumon_mg2_news h3 .text-liner::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #E60012;
}

.tyumon_mg2_news p {
	text-align: center;
}

.tyumon_mg2 th, .tyumon_mg2 td {
	padding: 5px;
	border: solid #633 1px;
	background-color: #fff7da;
}

.tyumon_mg2 th {
	background-color: #FC9;
	text-align: center;
}

/*商品名*/
td.form_pd1 {
	font-size: 100%;
	font-weight: bold;
}

/*在庫*/
td.form_pd2 {
	text-align: center;
}

/*価格*/
td.form_pd3 {
	color: #FF0000;
	text-align: center;
	font-weight: bold;
}

/*数量*/
td.form_pd4 {
	text-align: center;
}

.tyumon_mg2 h2 {
	margin: 20px 0 10px;
}

.tyumon_mg2 h3 {
	font-size: 142%;
	font-weight: bold;
}