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

/*------------------------------------------------------------
	もも
------------------------------------------------------------*/
#shopping1{
	clear:left;
	margin-top:30px;
	width:100%;
	height:auto;
}

#shopping1 section{
	clear:left;
	margin:0 auto;
	width:90%;
	height:auto;
}

#shopping1 h1{
	margin-top:30px;
	color:#F36;
	font-size:20px;
	font-weight:bold;
}

#shopping1 .btn01 a{
	clear:left;
    display:block;
	text-align:center;
	margin-top:10px;
	padding-top:15px;
	padding-bottom:17px;
	width:100%;
	font-size:15px;
	font-weight:bold;
    color:#FFF;
    text-decoration:none;
    background:#F0858F;
    transition:all 0.2s ease 0s;
}

#shopping1 .btn01 a:hover{
	color:#FFF;
    background:#EB5F6C;
    transition:all 0.2s ease 0s;
}

#shopping1 ul{
	line-height:1.8em;
}

/*------------------------------------------------------------
	もも table
------------------------------------------------------------*/
#shopping1 table{
	clear:left;
	margin-top:10px;
	margin-bottom:50px;
	width:100%;
	border-top:#000 1px solid;
	border-left:#000 1px solid;
}

#shopping1 table td{
	padding:10px;
	border-right:#000 1px solid;
	border-bottom:#000 1px solid;
}

#shopping1 table h2{
	margin:0;
	padding:0;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
}

#shopping1 table th{
	padding:10px;
	text-align:left;
	font-size:14px;
	font-weight:normal;
	border-right:#000 1px solid;
	border-bottom:#000 1px solid;
}

#shopping1 table th span{
	text-align:left;
	color:#C03;
	font-size:15px;
	font-weight:bold;
}

#shopping1 table th p{
	border:none;
}

/*------------------------------------------------------------
	ぶどう
------------------------------------------------------------*/
#shopping2{
	clear:left;
	margin-top:50px;
	width:100%;
	height:auto;
}

#shopping2 section{
	clear:left;
	margin:0 auto;
	width:90%;
	height:auto;
}

#shopping2 h1{
	margin-top:30px;
	color:#905C9B;
	font-size:20px;
	font-weight:bold;
}

#shopping2 .btn01 a{
    display:block;
	text-align:center;
	margin-top:15px;
	padding-top:15px;
	padding-bottom:17px;
	width:100%;
	font-size:15px;
	font-weight:bold;
    color:#FFF;
    text-decoration:none;
    background:#8F66A8;
    transition:all 0.2s ease 0s;
}

#shopping2 .btn01 a:hover{
	color:#FFF;
    background:#66457A;
    transition:all 0.2s ease 0s;
}

/*------------------------------------------------------------
	ぶどう table
------------------------------------------------------------*/
#shopping2 table{
	clear:left;
	margin-top:10px;
	margin-bottom:30px;
	width:100%;
	border-top:#000 1px solid;
	border-left:#000 1px solid;
	border-right:#000 1px solid;
}

#shopping2 table td{
	padding:10px;
	color:#C36;
	border-right:#000 1px solid;
	border-bottom:#000 1px solid;
}

#shopping2 table td span{
	color:#000;
	font-size:15px;
	font-weight:bold;
}

#shopping2 table th{
	padding:10px;
	text-align:left;
	color:#C03;
	font-size:17px;
	font-weight:bold;
	border-bottom:#000 1px solid;
}

#shopping2 table th p{
	border:none;
}

/*------------------------------------------------------------
	宅配便ご利用について
------------------------------------------------------------*/
#shopping3{
	clear:left;
	margin-top:50px;
	width:100%;
	height:auto;
}

#shopping3 section{
	clear:left;
	margin:0 auto;
	width:90%;
	height:auto;
}

#shopping3 h1{
	margin-top:30px;
	margin-bottom:10px;
	color:#000;
	font-size:20px;
	font-weight:bold;
}

#shopping3 h2{
	font-size:15px;
	font-weight:bold;
}

#shopping3 ul{
	line-height:1.8em;
}

#shopping3 a{
	color:#C36;
	text-decoration:underline;
    transition:all 0.2s ease 0s;
}

#shopping3 a:hover{
	color:#FFF;
	text-decoration:none;
    background:#C36;
    transition:all 0.2s ease 0s;
}

#shopping3 .btn01 a{
    display:block;
	text-align:center;
	margin-top:15px;
	padding-top:15px;
	padding-bottom:17px;
	width:100%;
	font-size:15px;
	font-weight:bold;
    color:#FFF;
    text-decoration:none;
    background:#F28298;
    transition:all 0.2s ease 0s;
}

#shopping3 .btn01 a:hover{
	color:#FFF;
    background:#ED5271;
    transition:all 0.2s ease 0s;
}