@charset "utf-8";
/* CSS Document */

#head_bgarea {
	background: url(../img/bg_2.jpg) no-repeat center top;
	height: 840px;
}

/*==============================================================================================
●画面の横幅が980px以上
================================================================================================*/
@media screen and (min-width: 980px){

	
	
/*-----------------------------------------------
商品情報
-----------------------------------------------*/

.shohin_table {
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
	margin-bottom: 25px;
	border: 2px solid #CCC;
	width: 100%;
	font-size: 15px;
}

.shohin_table tr ,.shohin_table td ,.shohin_table th  {
	border: 1px solid #CCC;

}

.section .shohin_table tbody tr th {
	text-align: center;
	padding: 5px;
	width: 150px;
	border-collapse:collapse
}
.section .shohin_table tbody tr td {
	padding: 10px 5px;
}	
	
/*-----------------------------------------------
成分表示
-----------------------------------------------*/

.seibunhyo_table {
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
	/*margin-bottom: 25px;*/
	border: 2px solid #CCC;
	width: 70%;
	font-size: 1em;
}

.seibunhyo_table tr.kasen  {
	border-bottom: 1px solid #CCC;
}


.section .seibunhyo_table tbody tr th {
	text-align: left;
	padding-left: 14%;
	width: 75%;
	border-collapse:collapse
}
.section .seibunhyo_table tbody tr td {
	text-align: right;
	padding-right: 10%;
}
	
}

@media screen and (max-width: 980px){

/*-----------------------------------------------
商品情報
-----------------------------------------------*/

.shohin_table {
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
	margin-bottom: 25px;
	border: 2px solid #CCC;
	width: 100%;
	font-size: 15px;
}

.shohin_table tr ,.shohin_table td ,.shohin_table th  {
	border: 1px solid #CCC;

}

.section .shohin_table tbody tr th {
	text-align: center;
	padding: 5px;
	width: 30%;
	border-collapse:collapse
}
.section .shohin_table tbody tr td {
	padding: 10px 5px;
}
	
/*-----------------------------------------------
成分表示
-----------------------------------------------*/

.seibunhyo_table {
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
	/*margin-bottom: 25px;*/
	border: 2px solid #CCC;
	width: 100%;
	font-size: 1em;
}

.seibunhyo_table tr.kasen  {
	border-bottom: 1px solid #CCC;
}


.section .seibunhyo_table tbody tr th {
	text-align: left;
	padding-left: 5%;
	width: 75%;
	border-collapse:collapse
}
.section .seibunhyo_table tbody tr td {
	text-align: right;
	padding-right: 10%;
}
	
}



