@charset "UTF-8";

/****************************************

	セッティング

*****************************************/
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
}

img{
	vertical-align: bottom;
}


body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #444;
	font-size: 18px;
	line-height: 1.6;
	background-image: url("images/protein-soy-chips/bg01.gif");
	-webkit-text-size-adjust: 100%;
}

a{
	color: #0085CB;
	text-decoration: none;
	transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	-webkit-transform:translateZ(0);
}
a:hover{
	color: #0085CB;
	text-decoration: underline;
}


*, *:before, *:after {
		-webkit-box-sizing: border-box;
			 -moz-box-sizing: border-box;
				 -o-box-sizing: border-box;
				-ms-box-sizing: border-box;
						box-sizing: border-box;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after{
	content: "";
	display: block;
	overflow: hidden;
}
.clearfix:after{
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix{
	zoom: 1;
}



/*************************************************************

	サイズ調整

*************************************************************/
.taL {text-align: left !important;}
.taC {text-align: center !important;}
.taR {text-align: right !important;}
.uLine {text-decoration: underline !important;}
.vaTop {vertical-align: top !important;}
.vaMid {vertical-align: middle !important;}
.vaBot {vertical-align: bottom !important;}

.mt05{margin-top: 5px !important;}
.mt10{margin-top: 10px !important;}
.mt15{margin-top: 15px !important;}
.mt20{margin-top: 20px !important;}
.mt25{margin-top: 25px !important;}
.mt30{margin-top: 30px !important;}
.mt35{margin-top: 35px !important;}
.mt40{margin-top: 40px !important;}
.mt45{margin-top: 45px !important;}
.mt50{margin-top: 50px !important;}

.mb05{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb25{margin-bottom: 25px !important;}
.mb30{margin-bottom: 30px !important;}
.mb35{margin-bottom: 35px !important;}
.mb40{margin-bottom: 40px !important;}
.mb45{margin-bottom: 45px !important;}
.mb50{margin-bottom: 50px !important;}

.ml05{margin-left: 5px !important;}
.ml10{margin-left: 10px !important;}
.ml15{margin-left: 15px !important;}
.ml20{margin-left: 20px !important;}
.ml25{margin-left: 25px !important;}
.ml30{margin-left: 30px !important;}
.ml35{margin-left: 35px !important;}
.ml40{margin-left: 40px !important;}
.ml45{margin-left: 45px !important;}
.ml50{margin-left: 50px !important;}

.mr05{margin-right: 5px !important;}
.mr10{margin-right: 10px !important;}
.mr15{margin-right: 15px !important;}
.mr20{margin-right: 20px !important;}
.mr25{margin-right: 25px !important;}
.mr30{margin-right: 30px !important;}
.mr35{margin-right: 35px !important;}
.mr40{margin-right: 40px !important;}
.mr45{margin-right: 45px !important;}
.mr50{margin-right: 50px !important;}

.pt05{padding-top: 5px !important;}
.pt10{padding-top: 10px !important;}
.pt15{padding-top: 15px !important;}
.pt20{padding-top: 20px !important;}
.pt25{padding-top: 25px !important;}
.pt30{padding-top: 30px !important;}
.pt35{padding-top: 35px !important;}
.pt40{padding-top: 40px !important;}
.pt45{padding-top: 45px !important;}
.pt50{padding-top: 50px !important;}

.pb05{padding-bottom: 5px !important;}
.pb10{padding-bottom: 10px !important;}
.pb15{padding-bottom: 15px !important;}
.pb20{padding-bottom: 20px !important;}
.pb25{padding-bottom: 25px !important;}
.pb30{padding-bottom: 30px !important;}
.pb35{padding-bottom: 35px !important;}
.pb40{padding-bottom: 40px !important;}
.pb45{padding-bottom: 45px !important;}
.pb50{padding-bottom: 50px !important;}

.pl05{padding-left: 5px !important;}
.pl10{padding-left: 10px !important;}
.pl15{padding-left: 15px !important;}
.pl20{padding-left: 20px !important;}
.pl25{padding-left: 25px !important;}
.pl30{padding-left: 30px !important;}
.pl35{padding-left: 35px !important;}
.pl40{padding-left: 40px !important;}
.pl45{padding-left: 45px !important;}
.pl50{padding-left: 50px !important;}

.pr05{padding-right: 5px !important;}
.pr10{padding-right: 10px !important;}
.pr15{padding-right: 15px !important;}
.pr20{padding-right: 20px !important;}
.pr25{padding-right: 25px !important;}
.pr30{padding-right: 30px !important;}
.pr35{padding-right: 35px !important;}
.pr40{padding-right: 40px !important;}
.pr45{padding-right: 45px !important;}
.pr50{padding-right: 50px !important;}

.fs10{font-size: 10px !important;}
.fs11{font-size: 11px !important;}
.fs12{font-size: 12px !important;}
.fs13{font-size: 13px !important;}
.fs14{font-size: 14px !important;}
.fs15{font-size: 15px !important;}
.fs16{font-size: 16px !important;}
.fs17{font-size: 17px !important;}
.fs18{font-size: 18px !important;}
.fs19{font-size: 19px !important;}
.fs20{font-size: 20px !important;}
.fB{font-weight: bold !important;}
.fwN{font-weight: normal !important;}

.lh12{line-height: 1.2;}
.lh13{line-height: 1.3;}
.lh14{line-height: 1.4;}
.lh15{line-height: 1.5;}
.lh16{line-height: 1.6;}
.lh17{line-height: 1.7;}
.lh18{line-height: 1.8;}
.lh19{line-height: 1.9;}
.lh20{line-height: 2.0;}

.tRed {color: #FF0000;}

.fL{float: left;}
.fR{float: right;}
.clear{clear: both;}

/* 計算方法　HD動画（16:9）の場合100÷16×9=56.25% に設定 */
.movie_box{text-align: center; padding: 0 0 56.25% 0; position: relative; width: 100%;}
.movie_box iframe{position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}

/* 計算方法　正方形動画（4:4）の場合100÷4×4=100% に設定 */
.movie_box2{text-align: center; padding: 0 0 100% 0; position: relative; width: 100%;}
.movie_box2 iframe{position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}

/* 計算方法　長方形動画（4:3）の場合100÷4×3=75% に設定 */
.movie_box3{text-align: center; padding: 0 0 75% 0; position: relative; width: 100%;}
.movie_box3 iframe{position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}

.no_display{display: none;}

@media screen and (min-width: 1000px){

.br-sp{}
.pc{display:block !important;}
.sp{display:none !important;}



/****************************************

	header

*****************************************/
header{}
#header{
	width: 1000px;
	margin: 0 auto;
}


#header .header-home{
	margin: 20px 0 0 0;
	text-align: right;
}
#header .header-home a{
	display: inline-block;
	text-align: center;
	background: #009933;
	padding: 7px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
	text-decoration: none;
}
#header .header-home a:hover{
	background: #66C285;
	text-decoration: none;
}
#header .header-home a span{
	margin: 0 0 0 10px;
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
}


#header h1{
	text-align: center;
}



/****************************************

	footer

*****************************************/
footer{}
#footer{
	width: 980px;
	margin: 0 auto;
}


#footer .footer-home{
	margin: 20px 0 20px 0;
	text-align: left;
}
#footer .footer-home a{
	display: inline-block;
	text-align: center;
	background: #009933;
	padding: 7px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
	text-decoration: none;
}
#footer .footer-home a:hover{
	background: #66C285;
	text-decoration: none;
}
#footer .footer-home a span{
	margin: 0 0 0 10px;
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
}


#footer-logo{}
#footer-logo p{
	text-align: center;
	padding: 0 0 20px 0;
}


#footer-address{}
#footer-address p{
	text-align: center;
	color: #444;
	font-size: 12px;
	line-height: 1.6;
	padding: 0 0 30px 0;
}
#footer-address p a{
	color: #444;
	text-decoration: none;
}
#footer-address p a:hover{
	text-decoration: underline;
}


#footer-copyright{
	border-top: 1px solid #F3F0B8;
}
#footer-copyright p{
	border-top: 1px solid #FFF;
	text-align: center;
	color: #444;
	font-size: 12px;
	line-height: 1.6;
	padding: 30px 0 30px 0;
}



/****************************************

	contents

*****************************************/
#contents{
	width: 980px;
	margin: 0 auto 20px auto;
	background: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	padding: 40px;
}


ul#list{
	list-style: none;
	margin: 0 0 40px 0;
}
ul#list li{
	background-image: url("images/protein-soy-chips/arrow01.png");
	background-repeat: no-repeat;
	background-position: left 6px;
	background-size: 21px 18px;
	color: #444;
	font-size: 18px;
	line-height: 1.6;
	padding: 0 0 0 28px;
	margin: 0 0 15px 0;
}
ul#list li:last-child{
	margin: 0;
}


#protein{
	width: 900px;
	margin: 0 auto 40px auto;
	background-image: url("images/protein-soy-chips/protein-bg01.gif");
	background-repeat: repeat;
	background-position: left top;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 30px;
}
#protein ul{}
#protein ul li{
	float: left;
	margin: 0 10px 0 0;
}
#protein ul li:last-child{
	margin: 0;
}


#merit{
	width: 900px;
	margin: 0 auto 40px auto;
	background-image: url("images/protein-soy-chips/merit-bg01.gif");
	background-repeat: repeat;
	background-position: left top;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 30px;
}
#merit ul{}
#merit ul li{
	float: left;
	margin: 0 10px 0 0;
}
#merit ul li:last-child{
	margin: 0;
}


#item{
	width: 900px;
	margin: 0 auto;
}


#item01{
	width: 430px;
	float: left;
}
#item01 p.icon{
	text-align: center;
}
#item01-box{
	border: 5px solid #DBB25E;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 25px;
}
#item01-box h2{
	text-align: center;
	color: #444;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 10px 0;
	margin: 0 0 18px 0;
	border-bottom: 2px solid #444;
}
#item01-box p.txt{
	color: #444;
	font-size: 16px;
	line-height: 1.2;
	padding: 0 0 36px 0;
}
#item01-box p.image{
	text-align: center;
	padding: 0 0 20px 0;
}

#item01-box h3{
	color: #444;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 15px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #444;
}

#item01-box table{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #999;
}
#item01-box table th{
	background-color: #F3F1EA;
	padding: 8px 15px;
	border: 1px solid #999;
	border-right: none;
	color: #444;
	font-size: 18px;
	text-align: left;
	font-weight: normal;
}
#item01-box table td{
	background-color: #fff;
	padding: 8px 15px;
	border: 1px solid #999;
	border-left: none;
	color: #444;
	font-size: 18px;
}


#item02{
	width: 430px;
	float: right;
}
#item02 p.icon{
	text-align: center;
}
#item02-box{
	border: 5px solid #D8D8CB;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 25px;
}
#item02-box h2{
	text-align: center;
	color: #444;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 10px 0;
	margin: 0 0 18px 0;
	border-bottom: 2px solid #444;
}
#item02-box p.txt{
	color: #444;
	font-size: 16px;
	line-height: 1.2;
	padding: 0 0 18px 0;
}
#item02-box p.txt span{
	font-size: 10px;
	line-height: 1.2;
}
#item02-box p.image{
	text-align: center;
	padding: 0 0 20px 0;
}

#item02-box h3{
	color: #444;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 15px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #444;
}

#item02-box table{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #999;
}
#item02-box table th{
	background-color: #F3F1EA;
	padding: 8px 15px;
	border: 1px solid #999;
	border-right: none;
	color: #444;
	font-size: 18px;
	text-align: left;
	font-weight: normal;
}
#item02-box table td{
	background-color: #fff;
	padding: 8px 15px;
	border: 1px solid #999;
	border-left: none;
	color: #444;
	font-size: 18px;
}


#item .item-ecbtn{
	margin: 20px 0 0 0;
	text-align: center;
}
#item .item-ecbtn a{
	display: inline-block;
	text-align: center;
	background: #009933;
	padding: 15px 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	text-decoration: none;
}
#item .item-ecbtn a:hover{
	background: #66C285;
	text-decoration: none;
}
#item .item-ecbtn a span{
	margin: 0 0 0 10px;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
}



/****************************************

	以下レスポンシブ　記述終了用　削除禁止

*****************************************/
}
