@charset "utf-8";

#contents section {
	margin-bottom: 50px;
}


/*
	main
-------------------------------------------------------------------- */

.item01_R {
	color: #000000;
	border: 5px solid #EEE;
	padding: 20px;
}

h3.item_h3 {
	font-weight: bold;
}

.item01_txt01 {
	font-weight: bold;
}

.item01_txt03 {
	color: #133F64;
	
}

.item01_R dl {
	color: #555;
}

.item01_R dt {
	font-weight: bold;
}

/* ボタン */
.item01_btn01 a {
	color:#ffffff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serifl;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

.item01_btn01 a {
	-moz-box-shadow:inset 0px 1px 0px 0px #c7e3c9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c7e3c9;
	box-shadow:inset 0px 1px 0px 0px #c7e3c9;
	background-color: #054786;
	display:inline-block;
	text-shadow:1px 1px 4px #333;
}

.item01_btn01 a:hover {
	background-color: #065EB5;
}

.item01_btn01 a:active {
	position:relative;
	top:1px;
}

.button01 a {
	width: 100%;
	color: #FFF;
	text-align: center;
	padding: 10px 0;
	display: block;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	text-decoration: none;
}

.item02_L,
.item03_L {
	height: auto;
}

.item02_R,
.item03_R {
	height: auto;
}

.item02_R02,
.item03_R02 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.item01_R02, 
.item02_R02,
.item03_R02{
	border-bottom: 1px solid #222;
	padding: 10px 0;
}

.item01_R03,
.item01_R04,
.item01_R05 {
	border-bottom: 1px solid #CCC;
}






/*
	tab
-------------------------------------------------------------------- */
#sample {
  margin-top: 20px;
}

#tab li {
  float: left;
  width: 24%;
  margin-right: 1%;
  list-style: none;
  cursor: pointer;
  background: #FFF;
  border-left: 5px solid #EEE;
  border-right: 5px solid #EEE;
  border-top: 5px solid #EEE;
}

#tab li.select {
  background: #EEE;
}

.disnon {
  display: none;
}

.tab_wrap {
  clear: left;
  width: 100%;
  background: #FFF;
  color: #222;
  border: 5px solid #EEE;
}





/*
	title
-------------------------------------------------------------------- */
#contents h5 {
	color: #00528C;
	line-height: 120%;
	border-left: 5px solid #00528C;
	padding: 10px 0 10px 5px;
	margin: 30px 0 10px 0;
	clear: both;
}

h5 {
	font-size: 20px;
	padding: 10px;
	margin: 10px 0;
}





/*
	banner
-------------------------------------------------------------------- */
#couse ul {
	list-style-type: none;
}

#couse ul li {
	width: 48%;
	float: left;
	margin-right: 2%;
}





/*
	voice
-------------------------------------------------------------------- */
.voice ul {
	list-style-type: none;
	border: 2px solid #9797A6;
}

.voice ul li {
	width: 100%;
	border-bottom: 1px dotted #9797A6;
	clear: both;
	padding: 2%;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

.voice01_02 {
	color: #00528C;
}

.voice01_03 {
	color: #00799F;
}

.voice01_04 {
	clear: both;
	color: #000;
	font-weight: bold;
}

.voice01_05 {
	color: #555;
}

.voice .next {
	display: block;
	text-align: right;
	padding: 10px 0;
}





/* おすすめアイテム */
#recommend li {
	display: block;
	width: 23%;
	float: left;
	margin: 0 2% 20px 0;
}

#recommend .img {
	display: block;
	border: 2px solid #CCC;
	margin-bottom: 15px;
}

#recommend span {
	display: block;
	
	font-size: 12px;
}

#recommend .txt01 {
	font-weight: bold;
	
	font-size: 13px;
	margin-top: 10px;
}

#recommend .txt03 {
	display: inline;
	color: #258FCF;
	border: 1px solid #258FCF;
	
	font-size: 10px;
	padding: 2px 10px;
}





/* 成分 */
#component {
	border: 1px solid #CCC;
	padding: 15px;
	color: #444;
	margin: 20px auto;
}

#component p {
	font-size: 11px;
	line-height: 140%;
}





/* PC */
@media screen and (min-width: 769px){
	
#contents section {
	font-size: 14px;
	line-height: 160%;
}


/*
	main
-------------------------------------------------------------------- */

.item01_L {
	width: 45%;
	float: left;
}

.item01_R {
	width: 53%;
	float: right;
	padding: 20px;
}

h3.item_h3 {
	font-size: 20px;
	line-height: 160%;
}

.item_h3s {
	font-size: 12px;
	margin-bottom: 30px;
}

.item01_txt01 {
	font-size: 13px;
	line-height: 160%;
	margin-bottom: 5px;
}

.item01_txt02 {
	font-size: 11px;
	line-height: 160%;
	margin-bottom: 30px;
	
}

.item01_txt03 {
	font-size: 13px;
	line-height: 160%;
	
}

.item01_R dl {
	font-size: 11px;
	line-height: 140%;
	margin-top: 10px;
}

.item01_R dt {
	width: 20%;
	float: left;
	margin-top: 10px;
	padding-top: 10px;
}

.item01_R dd {
	width: 80%;
	float: left;
	margin-top: 10px;
	padding-top: 10px;
}

.item01_btn01 a {
	font-size:18px;
	letter-spacing: 0.1em;
	height:50px;
	line-height:50px;
	width:90%;
	margin: 20px 5% 0 5%;
}



/*
	tab
-------------------------------------------------------------------- */
#tab li {
  padding: 10px;
}

.tab_wrap {
  height: auto;
  font-size: 13px;
  line-height: 160%;
}



/*
	voice
-------------------------------------------------------------------- */
.voice ul li {
	padding: 2%;
}

.voice01_01 {
	width: 50%;
	float: left;
}

.voice01_02 {
	font-size: 16px;
	letter-spacing: 0.2em;
}

.voice01_03 {
	width: 50%;
	float: right;
	text-align: right;
	margin-bottom: 20px;
}

.voice01_04 {
	padding: 5px 0;
	margin: 10px 0;
	font-size: 18px;
}

.voice01_05 {
	font-size: 13px;
}


/*
	banner
-------------------------------------------------------------------- */

#couse .pc {
	display: none;
}

#couse .sp {
	display: block;
	margin-bottom: 20px;
}

}



/* TABLET */
@media screen and (max-width: 768px){

#contents section {
	font-size: 14px;
	line-height: 160%;
}


/*
	main
-------------------------------------------------------------------- */

.item01_L {
	width: 45%;
	float: left;
}

.item01_R {
	width: 53%;
	float: right;
	padding: 20px;
}

h3.item_h3 {
	font-size: 20px;
	line-height: 160%;
}

.item_h3s {
	font-size: 12px;
	margin-bottom: 30px;
}

.item01_txt01 {
	font-size: 13px;
	line-height: 160%;
	margin-bottom: 5px;
}

.item01_txt02 {
	font-size: 11px;
	line-height: 160%;
	margin-bottom: 30px;
	
}

.item01_txt03 {
	font-size: 13px;
	line-height: 160%;
	
}

.item01_R dl {
	font-size: 11px;
	line-height: 140%;
	margin-top: 10px;
}

.item01_R dt {
	width: 20%;
	float: left;
	margin-top: 10px;
	padding-top: 10px;
}

.item01_R dd {
	width: 80%;
	float: left;
	margin-top: 10px;
	padding-top: 10px;
}

.item01_btn01 a {
	font-size:18px;
	letter-spacing: 0.1em;
	height:50px;
	line-height:50px;
	width:90%;
	margin: 20px 5% 0 5%;
}



/*
	tab
-------------------------------------------------------------------- */
#tab li {
  padding: 10px;
}

.tab_wrap {
  height: auto;
  font-size: 13px;
  line-height: 160%;
}



/*
	voice
-------------------------------------------------------------------- */
.voice ul li {
	padding: 2%;
}

.voice01_01 {
	width: 50%;
	float: left;
}

.voice01_02 {
	font-size: 16px;
	letter-spacing: 0.2em;
}

.voice01_03 {
	width: 50%;
	float: right;
	text-align: right;
	margin-bottom: 20px;
}

.voice01_04 {
	padding: 5px 0;
	margin: 10px 0;
	font-size: 18px;
}

.voice01_05 {
	font-size: 13px;
}



/*
	banner
-------------------------------------------------------------------- */

#couse .pc {
	display: none;
}

#couse .sp {
	display: block;
	margin-bottom: 20px;
}

}





/* SP */
@media screen and (max-width:640px){

#contents section {
	font-size: 14px;
	line-height: 160%;
}


/*
	main
-------------------------------------------------------------------- */
	
.item01_L {
	width: 60%;
	float: none;
	margin: 20px 20%;
}

.item01_R {
	width: 94%;
	float: none;
	padding: 0;
	margin: 0 3%;
	border: none;
}

h3.item_h3 {
	font-size: 15px;
	line-height: 160%;
	padding-top: 10px;
	border-top: 1px solid #CCC;
}

.item_h3s {
	font-size: 12px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

.item01_txt01 {
	font-size: 13px;
	line-height: 160%;
	margin-bottom: 5px;
}

.item01_txt02 {
	font-size: 11px;
	line-height: 160%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
	
}

.item01_txt03 {
	font-size: 13px;
	line-height: 160%;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
	
}

.item01_R dl {
	font-size: 11px;
	line-height: 140%;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

.item01_R dt {
	width: 20%;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
}

.item01_R dd {
	width: 80%;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
}

.item01_btn01 a {
	font-size:18px;
	letter-spacing: 0.1em;
	height:50px;
	line-height:50px;
	width:90%;
	margin: 20px 5% 0 5%;
}



/*
	tab
-------------------------------------------------------------------- */
#tab li {
  padding: 10px 0;
  text-align: center;
  font-size: 13px;
}

.tab_wrap {
  height: auto;
  font-size: 13px;
  line-height: 160%;
}




/*
	title
-------------------------------------------------------------------- */
#contents h5 {
	background: #EEE;
	color: #333;
	font-size: 15px;
	padding: 10px;
}





/*
	banner
-------------------------------------------------------------------- */
#couse ul {
	list-style-type: none;
}

#couse ul li {
	width: 96%;
	float: none;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 10px;
}



/*
	voice
-------------------------------------------------------------------- */

.voice ul {
	margin-left: 2%;
	margin-right: 2%;
}

#foot_wrap {
	text-align: left;
}

.voice ul li {
	padding: 2%;
	font-size: 11px;
	line-height: 150%;
}

.voice01_01 {
	width: 50%;
	float: left;
}

.voice01_02 {
	font-size: 15px;
	letter-spacing: 0.2em;
}

.voice01_03 {
	width: 50%;
	float: right;
	text-align: right;
	margin-bottom: 20px;
}

.voice01_04 {
	padding: 5px 0;
	margin: 10px 0;
	font-size: 15px;
}

.voice01_05 {
	font-size: 11px;
}





/*
	banner
-------------------------------------------------------------------- */

#couse .pc {
	display: block;
	margin-bottom: 20px;
}

#couse .sp {
	display: none;
}




/*
	foot menu
-------------------------------------------------------------------- */
#sp_menu ul {
	border-bottom: 1px solid #D9D9D6;
}

#sp_menu li a {
display: block;
position: relative;
padding: 10px 25px 10px 10px;
border-top: 1px solid #D9D9D6;
background: #FFF;
color: #000;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}

#sp_menu li a:after {
display: block;
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 6px;
height: 6px;
margin: -4px 0 0 0;
border-top: solid 2px #000;
border-right: solid 2px #000;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}




/* おすすめアイテム */
#recommend li {
	width: 100%;
	float: none;
	padding: 0 2% 10px;
	margin: 0 0% 10px 0;
	border-bottom: 1px solid #D9D9D6;
}

#recommend .img {
	width: 33%;
	float: left;
	margin-bottom: 0;
}

#recommend .txt {
	width: 65%;
	float: right;
}

#recommend span {
	font-size: 12px;
}

#recommend .txt01 {
	font-weight: bold;
	
	font-size: 13px;
	margin: 5px 0;
}

#recommend .txt02 {
	line-height: 140%;
}

#recommend .txt02 {
	font-size: 10px;
}




/* 成分 */
#component {
	margin: 20px 3%;;
}

#component p {
	font-size: 10px;
	line-height: 120%;
}

}
