﻿@media screen and (min-width:280px) and (max-width:749px) { 
    /*縲繧ｹ繝槭�逕ｨCSS 縲*/
	div.pank{
		display:none;
	}
	span.down_link{
		display:none;
	}
	#contents_area {
		background-image:url(/img/page/haccp/bg.jpg);
		background-repeat: no-repeat;
		background-position: 36% top;
		width: 100%;
		margin-bottom: 35px;
		font-size:16px;
		background-size: auto 250px;
	}
	div.mokuji{
		margin-top:35px;
		margin-bottom:35px;
		width:80%;
		margin-left:auto;
		margin-right:auto;
		font-size:18px;
		padding: 0.5em 1em;
		color: #5d627b;
		background: white;
		border-top: solid 5px #ff932e;/* 繧ゅ￥縺倥�繝�ム繝ｼ縺ｮ濶ｲ謖�ｮ壹*/
		box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
		line-height: 2.0em;
		text-align:left;
	}
	div.maincon{
		margin: 0px auto 15px; 
		text-align:center;
		overflow: hidden;	
	}
	div.bg_space{
		text-align:center;
		height:250px;
	}
	h1.contents_title{
		margin-top:10px;
		text-align:center;
		font-size:27px;
	}
	h2.second_title {
		background: linear-gradient(transparent 92%, #ff932e 70%); /* 隕句�縺励�繝�ム繝ｼ縺ｮ濶ｲ謖�ｮ壹*/
		text-align: center;
		font-size: 2.0em;
		font-weight: bold;
		padding-top: 30px;
		width:100%;
		margin:5px auto;
	}
	h3.third_title{
		font-size: 21px;
		text-align: left;
		font-weight: bold;
		margin: 15px 0 5px;

	}
	h3.center_title{
		font-size: 21px;
		text-align: center;
		font-weight: bold;
		margin: 15px 0 5px;
	}
	div.text_box{
		font-size:18px;
		text-align:left;
		padding:5px;
		margin:25px auto;
		overflow:hidden;
		width:95%;
	}
	div.text_box a{
		text-decoration:underline;
	}

	.square_btn {
	    position: relative;
	    display: inline-block;
	    padding: 1.5em 5em;
	    text-decoration: none;
	    color: #FFF;
	    background: #dc1919;/*濶ｲ*/
	    border-radius: 4px;/*隗偵�荳ｸ縺ｿ*/
	    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	    font-weight: bold;
	    border: solid 2px #a50000;/*邱夊牡*/
	}

	.square_btn:active {/*謚ｼ縺励◆縺ｨ縺�*/
	    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	}
	.center{
	 text-align:center;
	 margin:20px auto;
	}
	.center img {
		margin:auto;
	}
	img.resize{
		width:100%;
		margin:0 auto;
	}

	a.square_btn {
      color: #fff;
	}

	/*SNS_CSS*/
	a.facebook-iine{
		width:50%;
		padding:20px 0;
		color:#fff;
		text-align:center;
		background-color:#3b5998;
		display:block;
		text-decoration:none;
		font-size:medium;
		float:left;
		margin-bottom:10px;
		margin-top:10px;
	}
	 
	a.facebook-iine:hover{
		background-color:#6277a1;
	}
	 
	a.twitter-tweet{
		width:50%;
		padding:20px 0;
		color:#fff;
		text-align:center;
		background-color:#00acee;
		display:block;
		text-decoration:none;
		font-size:medium;
		float:left;
		margin-bottom:10px;
		margin-top:10px;
	}
	 
	a.twitter-tweet:hover{
		background-color:#6aafca;
	}
	div.sns_box{
		margin:15px;
		overflow:hidden;
	}
	div.koutei_box{
		overflow:hidden;
		margin:10px auto;
		width:259px;
	}
	div.mini_box {
		background: #ff932e;/*閭梧勹濶ｲ*/
		width:50px;
		padding:5px;
		text-align: center;
		font-weight:bold;
		float:left;
		margin-right:5px;
		font-size:26px;
		color:#FFF;
	}
	div.mini_box2 {
		width:33px;
		padding:25px 5px;
		text-align: center;
		font-weight:bold;
		float:left;
		font-size:25px;
	}
	.haccp_box{
		padding:15px 25px;
		background: -moz-linear-gradient(#ffb03c, #ff708d);
		background: -webkit-linear-gradient(#ffb03c, #ff708d);
		background: linear-gradient(to right, #ffb03c, #ff708d);
		color: #FFF;
		margin:15px auto;
		font-size:15px;
	}
	span.mini_text{
		display:block;
		text-align:right;
		padding:25px 0px;
		font-size:12px;
	}
	span.product{
		display:block;
		margin:10px auto;
		font-size:16px;
		color:#000;
	}
	.product_title{
		font-size:18px;
		font-weight:bold;
		padding:10px 0;
		text-align:center;
		margin:-22px 0px 25px 0px;
	}


}
@media screen and (min-width:750px) {

	span.down_link{
		font-size:11px;
		text-align:center;
		margin:0px 0px 5px 0px;
		letter-spacing:-1px;
		clear:both;
	}
	div.mokuji{
		margin-top:60px;
		margin-bottom:60px;
		width:450px;
		margin-left:auto;
		margin-right:auto;
		font-size:18px;
		padding: 0.5em 1em;
		color: #5d627b;
		background: white;
		border-top: solid 5px #ff932e;
		box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
		line-height: 2.0em;
		text-align:left;
	}
	#contents_area {
		background-image:url(/img/page/haccp/bg.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		width: 100%;
		margin-bottom: 35px;
		font-size:16px;
	}
	div.pank{
		padding:10px;
		color:#FFF;
		font-size:12px;
	}

	div.maincon{
		margin: 0px auto 15px; 
		max-width: 1000px; 
		min-width: 960px;
		text-align:center;
		overflow: hidden;	
	}
	div.bg_space{
		text-align:center;
		height:255px;
	}
	h1.contents_title{
		margin-top:10px;
		text-align:center;
		font-size:50px;
	}
	h2.second_title {
		background: linear-gradient(transparent 92%, #ff932e 70%); /* 隕句�縺励�繝�ム繝ｼ縺ｮ濶ｲ謖�ｮ壹*/
		text-align: center;
		font-size: 30px;
		font-weight: bold;
		padding-top: 30px;
		width:650px;
		margin:5px auto;
	}
	h3.third_title{
		font-size: 28px;
		text-align: left;
		font-weight: bold;
		margin: 55px 0 10px 0;
		line-height: 30px;
	}
	h3.center_title{
		font-size: 30px;
		text-align: center;
		font-weight: bold;
		margin: 15px 0 20px;

	}
	div.text_box{
		font-size:20px;
		text-align:left;
		padding:20px;
		margin:25px 0;
		overflow:hidden;
	}
	/*SNS_CSS*/
	a.facebook-iine{
		width:50%;
		padding:20px 0;
		color:#fff;
		text-align:center;
		background-color:#3b5998;
		display:block;
		text-decoration:none;
		font-size:20px;
		float:left;
		margin-bottom:10px;
		margin-top:10px;
	}
	 
	a.facebook-iine:hover{
		background-color:#6277a1;
	}
	 
	a.twitter-tweet{
		width:50%;
		padding:20px 0;
		color:#fff;
		text-align:center;
		background-color:#00acee;
		display:block;
		text-decoration:none;
		font-size:20px;
		float:left;
		margin-bottom:10px;
		margin-top:10px;
	}
	 
	a.twitter-tweet:hover{
		background-color:#6aafca;
	}
	div.sns_box{
		margin:15px;
		overflow:hidden;
	}
	div.koutei_box{
		overflow:hidden;
		margin:40px auto;
		width:608px;
	}
	div.mini_box {
		background: #ff932e;/*閭梧勹濶ｲ*/
		width:50px;
		padding:5px;
		text-align: center;
		font-weight:bold;
		float:left;
		margin-right:5px;
		font-size:35px;
		color:#FFF;
	}
	div.mini_box2 {
		width:33px;
		padding:25px 5px;
		text-align: center;
		font-weight:bold;
		float:left;
		font-size:28px;
	}
	div.center {
		text-align: center;
		margin: 35px auto;
	}
	.haccp_box{
		padding:15px 25px;
		background: -moz-linear-gradient(#ffb03c, #ff708d);
		background: -webkit-linear-gradient(#ffb03c, #ff708d);
		background: linear-gradient(to right, #ffb03c, #ff708d);
		color: #FFF;
		margin:15px auto;
		width:670px;
	}
	span.mini_text{
		display:block;
		text-align:right;
		padding:25px 0px;
		font-size:15px;
	}
	span.back_text{
		display:block;
		text-align:right;
		padding:10px 0px;
		font-size:20px;
		text-decoration:underline;
	}
	figure {
	  width: 540px;
	  height: 450px;
	  margin: 0 auto;
	  padding: 0;
	  background: #fff;
	  overflow: hidden;
	}
	figure img {
	  -webkit-transform: scale(1);
	  transform: scale(1);
	  -webkit-transition: .3s ease-in-out;
	  transition: .3s ease-in-out;
	}
	figure:hover img {
	  -webkit-transform: scale(1.3);
	  transform: scale(1.3);
	}
	span.product{
		display:block;
		margin:10px auto;
	}
	ul.product-list {
	list-style-type: none;
    padding-top: 10px;
    overflow: hidden;
    width: 620px;
    margin: 10px auto 25px !important;
	}
	ul.product-list2 {
	list-style-type: none;
    padding-top: 10px;
    overflow: hidden;
    width: 200px;
    margin: 10px auto 25px !important;
	}
	.product-list li {
	width: 200px;
    margin-bottom: 10px;
    float: left;
    padding: 5px;
    /* background-color: #F5F5F5;*/
	}
	.product-list2 li {
	width: 200px;
    margin-bottom: 10px;
    float: left;
    padding: 5px;
    /* background-color: #F5F5F5;*/
	}
	.product-list li a {
		display: block;
		border-top: none;
		padding: 10px 15px;
		text-align: center;
	}
	.product-list2 li a {
		display: block;
		border-top: none;
		padding: 10px 15px;
		text-align: center;
	}
	.product_title{
		font-size:18px;
		font-weight:bold;
		padding:10px 0;
		text-align:center;
	}
}