@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);

.ac_no_title {
	background-color:#86B142;
	border-top:1px solid #fff;
}
.ac_no_title p {
	padding:10px 0 10px 10px;
	color:#fff;
	font-weight:bold;
}

.title03 {
	background-color:#B2D183;
	border-bottom:1px solid #89B840;
}
.title03 p {
	padding:10px 15px 10px 15px;
	color:#fff;
	font-weight:bold;
}


.ph {
    width:100%;
	text-align:center;
	margin:15px 0 10px 0;
	height:190px;
}

.phtxt {
    width:100%;
	text-align:center;
	font-size:75%;
	margin:0;
}
.sphbx {
    width:100%;
	text-align:center;
	margin:0 0 20px 0;
}

.sphbx ul{
    text-align:center;
}

.sphbx li{
    display:inline-block;
	margin:6px 3px 0 0;
/display:inline;
/zoom:1;
}

/* Accordion */
.accordion input {
	display: none;
}
.accordion label {
	position: relative;
	display: block;
	padding: 10px 30px 10px 10px;
	border-bottom: 1px solid #89B840;
	cursor: pointer;
	background-color:#E2F1CF;
	color:#89B840;
}
.accordion label::after {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -7px;
	border-top: 2px solid #89B840;
	border-right: 2px solid #89B840;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.accordion div {
	position: relative;
	height: 0;
	overflow: hidden;
	box-shadow: 0 1px 7px 0 rgba(0,0,0,0.1) inset; 
	transition: height .2s ease-in-out;
}
.accordion input:checked + label::after {
	margin-top: -3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.accordion input:checked ~ div {
    height:auto;
	border-bottom: 1px solid #ccc;
}

.accordion div li {
	list-style-type: none;
	float:left;
	margin:0 0 0 10px;
}

.liwide {
    width:50px;
	padding:10px 0 0 0;
	height:60px;
}
.liwide02 {
    width:75%;
	font-size:75%;
	color:#89B840;
	padding:10px 0 0 0;
	font-weight:bold;
}
.liwide03 {
    width:75%;
	font-size:70%;
	padding:0 10px 0 0;
	line-height:1.3em;
}

.ltxt {
	font-size:80%;
	padding: 10px 15px 10px 15px;
	height:20px;
}
.btxt02 {
	font-size:80%;
	padding: 5px 15px 10px 15px;
}
.btxt {
	font-size:80%;
	padding: 10px 15px 0 15px;
	color:#89B840;
}
.btxt03 {
	font-size:75%;
	padding: 10px 15px 10px 15px;
	text-align:right;
}

.btn {
    padding:10px 0 10px 0;
	text-align:center;
}

/*soldout*/
.title04 {
	background-color:#E2F1CF;
	border-bottom:1px solid #89B840;
}
.title04 p {
	padding:10px 15px 10px 15px;
	color:#89B840;
	font-weight:bold;
}
.nametxt {
	padding: 10px 15px 0 15px;
	font-size:80%;
	font-weight:bold;
	color:#89B840;
}
.gytxt {
	font-size:75%;
	line-height:1.4em;
	padding: 5px 15px 10px 15px;
	border-bottom:solid 1px #ddd;
}

/*soldout*/
.totop2 {
	padding:15px;
	font-size:100%;
	text-align:right;
	border-bottom:1px solid #ccc;
	font-size:85%;
}
.totop2 a {
	text-decoration:underline;
	color:#006BB5;
}