
/*-----------------------------------------------------------------
	共通CSS
-----------------------------------------------------------------*/

.mb5 { margin-bottom: 5px;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb30 { margin-bottom: 30px;}
.ml15 { margin-left: 15px;}
.mr15 { margin-right: 15px;}
.mt10 { margin-top: 10px;}

.txt10 { font-size: 72%;}
.txt11 { font-size: 79%;}
.txt12 { font-size: 86%;}
.txt13 { font-size: 93%;}
.txt16 { font-size: 115%;}

.clear { clear:both;}

.flex {	
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

#h2-page {
	 width: 100%;
		height: 50px;
		border-bottom: #eee 1px dashed;
		border-left: #d0eadc 6px solid;
		color: #333;
		font-size: 167%;
		line-height: 50px;
		margin: 0 0 20px;
		padding: 0 20px 0 14px;
		text-align: left;
}

h3 {
	 width: 100%;
		height: 40px;
		background: #fffcde;
		border-bottom: #ffe6da 1px solid;
		border-top: #e9c1af 1px solid;
		color: #7d3d20;
		font-size: 134%;
		font-weight: bold;
		line-height: 40px;
		margin: 30px 0 20px;
		padding: 0 20px;
		text-align: left;
}

h4 {
	 width: 100%;
		height: 30px;
		background: url(../images/h4_mark.gif) no-repeat left;
		border-bottom: #ccc 1px dashed;
		color: #211009;
		font-size: 117%;
		font-weight: bold;
		line-height: 33px;
		margin: 20px 0 20px;
		padding: 0 30px;
		text-align: left;
}

h5 {
		margin: 20px 0 15px;
		text-align: left;
}

h5 span {
	 min-width: 100px;
		border-bottom: #FFCCA0 5px dotted;
		color: #211009;
		font-size: 117%;
		font-weight: bold;
		padding: 0;
}


.proto-tbl {
	 border: #ccc 1px solid;
		margin: 0 0 15px;
}

.proto-tbl th {
	 background: #FFFDED;
	 border-right: #ccc 1px solid;
	 border-bottom: #ccc 1px solid;
	 padding: 10px;
		text-align: center;
		vertical-align: middle;
}

.proto-tbl td {
	 border-right: #ccc 1px solid;
	 border-bottom: #ccc 1px dotted;
	 padding: 10px;
		/*text-align: left;*/
}

.proto-list {
	 margin: 0 0 15px;
		padding: 0 0 0 1.5em;
		text-align: left;
}

.proto-list li {
	 list-style-type: disc;
	 margin: 0 0 5px;
		padding: 0 0 0 8px;
}

/*-----------------------------------------------------------------
	トップページ
-----------------------------------------------------------------*/

.recommend_list {
	 width: 750px;
	 margin: 20px 0 0;
	 text-align: left;
		overflow: hidden;
	 display: flex;
	 flex-wrap: wrap;
}

.recommend_list li {
	 width: 350px;
	min-height: 150px;
	background: url(../images/top_cate_bg.jpg?1) no-repeat top;
	margin: 0 20px 15px 0;
	position: relative;
	vertical-align: top;
	position: relative;
}

.recommend_list li::after {
	content: "";
	background: url(../images/arrow.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
  	transform: translateY(-50%);
	right: 8px;
	width: 11px;
	height: 19px;
}
/* ハックでIE6,7のみに適用 */
html*.recommend_list li {
	 width: 350px;
		min-height: 150px;
	 display: inline;
	 margin: 0 20px 15px 0;
		position: relative;
	 zoom: 1;
}

.recommend_list li a {
	 width: 100%;
		height: 100%;
	 display: block;
		padding: 0;
		position: absolute;
		  top: 0;
				left: 0;
  text-indent:-999px;
}

.recommend_list li th{
		vertical-align: top;
}

.recommend_list li td{
		vertical-align: top;
		padding-right: 25px;
}

.recommend_list li .tp-img {
	 width: 100px;
	 height: 100px;
		background: #fff;
		margin: 25px 15px 0 12px;
		position: relative;
	 text-align: center;
		vertical-align: middle;
}

.recommend_list li img{
	 max-width: 100px;
	 max-height: 100px;
 	margin: auto;
	 position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*.recommend_list li dl dt {
	 width: 100px;
		height: 100px;
	 float: left;
		margin: 25px 0 0 12px;
		position: relative;
	 text-align: center;
		vertical-align: middle;
}

.recommend_list li dl dt img {
	 max-width: 100px;
		max-height: 100px;
  margin: auto;
		position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.recommend_list li dl dd {
	 width: auto;
	 padding: 0 0 0 125px;
}*/


.r-title {
	 color: #381b0f;
		font-size: 124%;
		font-weight: bold;
		line-height: 1.3em;
		padding: 15px 0 10px;
		margin-bottom: 5px;
		background: url(../images/dot.png) repeat-x bottom left;
}

.r-txt {
	 font-size: 93%;
	 padding: 0 0 10px 0;
}

/*-----------------------------------------------------------------
	あんしんのススメ
-----------------------------------------------------------------*/

/* ページ送り */
.wp-pagenavi {
	 margin: 50px 0 20px;
	 text-align: center;
}

.wp-pagenavi .pages {
		margin: 0 5px 0 0;
}

.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	 border: #ccc 1px solid;
		margin: 0 3px;
		padding: 2px 5px;
}

/*-----------------------------------------------------------------
	取扱い商品
-----------------------------------------------------------------*/

/* カタログリスト */
.catalog_list {
	 width: 750px;
	 margin: 20px 5px 0;
	 text-align: left;
		overflow: hidden;
}

.catalog_list li {
	 width: 350px;
		height: 80px;
		background: url(../images/cate_bg.jpg) no-repeat top;
	 display: inline-block;
		margin: 0 10px 10px 0;
		position: relative;
		vertical-align: top;
}
/* ハックでIE6,7のみに適用 */
html*.catalog_list li {
	 width: 350px;
		height: 80px;
	 display: inline;
	 margin: 0 10px 10px 0;
		position: relative;
	 zoom: 1;
}

.catalog_list li a {
	 width: 100%;
		height: 100%;
	 display: block;
		padding: 0;
		position: absolute;
		  top: 0;
				left: 0;
  text-indent:-999px;
}

/*.c-title {
	 color: #381b0f;
		font-size: 124%;
		font-weight: bold;
		padding: 15px 0 15px;
}*/

.catalog_list li span {
  width:280px;
		height: 80px;
	 color: #381b0f;
	 display: table-cell;
		font-size: 154%;
		font-weight: bold;
		line-height: 1.2em;
		padding: 0 40px 0 30px;
  vertical-align: middle;
  *zoom: 1; /* for IE6-7 */
  *display: inline; /* for IE6-7 */
}

/* 商品一覧リスト */

.shouhin-list {
	 width: 720px;
	 margin: 20px 10px 0;
	 overflow: hidden;
	 text-align: left;
}
.shouhin-list li {
	 width: 160px;
		display: inline-table;
	 margin: 0 15px 25px 0;
		vertical-align: top;
}

/* ハックでIE6,7のみに適用 */
html*.shouhin-list li {
	 width: 160px;
	 display: inline;
	 margin: 0 15px 25px 0;
	 zoom: 1;
}

.shouhin-list li .sl-img {
	 width: 150px;
	 height: 150px;
		/*background: #f4f4f4;*/
		margin: 0 0 3px;
		position: relative;
	 text-align: center;
		vertical-align: middle;
}

.shouhin-list li img{
	 max-width: 150px;
	 max-height: 150px;
 	margin: auto;
	 position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*-----------------------------------------------------------------
	商品詳細ページ
-----------------------------------------------------------------*/

.detail-box {
	 width: 720px;
		margin: 0 10px 50px;
}

.detail-left {
	 width: 370px;
		/*height: 370px;*/
		border: #eee 1px solid;
		/*float: left;*/
		display: inline-block;
		*display:inline;
		zoom: 1;
		/*position: relative;*/
		margin: 0 auto;
		text-align: center;
		vertical-align: top;
}

.detail-left img {
	 max-width: 370px;
		max-height: 370px;
 	margin: 10px auto;
	 /*position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;*/
}

.detail-right {
	 width: 300px;
		/*float: right;*/
		display: inline-block;
		*display:inline;
		zoom: 1;
		margin: 0 0 0 30px;
		vertical-align: top;
}

.item-name {
	 font-size: 139%;
		font-weight: bold;
		margin: 10px 0 0;
}

.detail-right dl {
	 font-size: 124%;
		margin: 10px 0 20px;
}

.detail-right dt {
	 width: 90px;
		float: left;
	 padding: 12px 0 6px;
		text-align: left;
}

.detail-right dd {
	 border-bottom: #ccc 1px dashed;
	 padding: 12px 0 6px 100px;
		text-align: left;
		word-break: break-all;
}

/*-----------------------------------------------------------------
	ご注文方法
-----------------------------------------------------------------*/

.num-list	{
	 background: #FFDFA0;
	 position: relative;
	 margin:0 0 25px;
	 padding:10px 10px 5px;
		text-align: left;
}

.num-list li {
	 list-style: none;
	 list-style-position:outside;
	 margin:0 0 10px;
	 padding-left:1.5em;
}
.num-list li .num-l {
	 font-size: 16px;
	 position: absolute;
	 left:10px;
	 margin:0
}

.fax-list {
	 margin: 20px 0 0;
	 text-align: left;
}

.fax-list li {
	 width: 28%;
		height: 220px;
	 border: #aaa 2px solid;
	 display: inline-block;
		*display: inline;  
  *zoom: 1;
		padding: 15px;
		vertical-align: top;
}

.fax-list li img {
	 text-align: center;
		margin: 0 0 10px 10px;
}

.fs-list {
	 margin: 20px 0 10px;
	 text-align: left;
}

.fs-list li {
	 width: 40%;
	 display: inline-block;
		*display: inline;  
  *zoom: 1;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.2em;
		padding: 15px;
		text-align: center;
		vertical-align: top;
}

.fs-list .yasai-nashi {
	 background: #eee;
	 border: #aaa 3px solid;
		margin: 0 10px 0 0;
}

.fs-list .yasai-ari {
	 background: #FFD684;
	 border: #FFA584 3px solid;
}

.fs-list li p {
	 font-size: 16px;
		font-weight: bold;
		margin: 0 0 5px;
		text-align: center;
}

.fs-list .yasai-ari p {
	 color: #7d3d20;
}

/*-----------------------------------------------------------------
	お問い合わせ
-----------------------------------------------------------------*/

.contact-list {
	 margin: 10px 0 10px 30px;
		text-align: left;
}

.contact-list li {
	 width: 40%;
	 display: inline-block;
		*display: inline;  
  *zoom: 1;
		padding: 10px;
		text-align: center;
		vertical-align: top;
}

.contact-list li:first-child {
	 border-right: #ccc 1px dashed;
}

.contact-list li p {
	 font-size: 24px;
		font-weight: bold;
		text-align: center;
}

.contact-tbl {
	 border: #ccc 1px solid;
		margin: 0 0 15px;
}

.contact-tbl th {
	 background: #f7f7f7;
	 border-right: #ccc 1px solid;
	 border-bottom: #ccc 1px solid;
	 padding: 10px;
		text-align: left;
		vertical-align: middle;
}

.contact-tbl td {
	 border-right: #ccc 1px solid;
	 border-bottom: #ccc 1px dotted;
	 padding: 10px;
		/*text-align: left;*/
}

.con-btn {
	 text-align: center;
}

.con-btn input {
	 width: 100px;
		padding: 5px;
}

/*-----------------------------------------------------------------
	陽光フーズの理念
-----------------------------------------------------------------*/

.rinen-ol {
	 padding: 0 0 0 1.5em;
	 text-align: left;
}

.rinen-ol li {
	 margin: 0 0 20px;
		list-style: decimal;
}

.rinen-txt {
	 color: #7d3d20;
	 font-size: 14px;
	 margin: 10px 0 10px 30px;
}

/*-----------------------------------------------------------------
	プライバシーポリシー
-----------------------------------------------------------------*/

.pp-list {
	 margin: 15px 20px 20px;
		text-align: left;
}

.pp-list li {
}

.mark-num1 { list-style-type: decimal;}
.mark-num1 li { margin-bottom: 15px;}
.mark-num2 { list-style-type: lower-roman;}
.mark-num2 li { margin-bottom: 0;}

/*-----------------------------------------------------------------
	404 エラーページ
-----------------------------------------------------------------*/

#box404 {
	 margin: 80px 0;
}
