/* CSS Document */
#sub article.cWrap {
	width: auto !important;
	line-height: 1.8em;
	font-size: 130%;
}
.cWrap .chengeBtn li img {
    width: auto;
    max-width: 100%;
	display: inline-block;
}
#item ul {
    margin: auto;
}
#item ul li img{
    max-width: 100%;
}
.faqWrap dt {
	font-size: 140%;
	margin-bottom: 60px;
}
.faqWrap dd {
    padding: 25px;
    margin-bottom: 80px;
    font-size: 110%;
    line-height: 1.8em;
}
.pageTitle {
    padding-top: 100px;
}
.pageTitle h2 {
	background: url(images/title_border.gif) repeat-x bottom;
    color: #333333;
    font-size: 200%;
    line-height: 100%;
    padding-bottom: 15px;
	text-align: center;
}
.link a{
	color: #9e826f;
	font-weight: 800;
}
#item ul {
	text-align: center;
}
#item li{
	display: inline;
}
#item li img {
	display: inline;
	padding: 5px;
}
#sweetpotato .pageTitle h2 span.temp {
    background-image: url(images/icon_sweetpotato.png);
}
#hoshiimo .pageTitle h2 span.temp {
    background-image: url(images/icon_hoshiimo.png);
}
#buy .pageTitle h2 span.temp {
    background-image: url(images/icon_buy.png);
}

.pageTitle h2 span {
    background-position: top;
    background-repeat: no-repeat;
    padding: 38px 0 5px;
}
.faqWrap ul li {
    margin-top: 60px;
}
.faqWrap dt {
    background: #f2f2f2;
    padding: 15px;
    margin-bottom: 40px;
    position: relative;
    font-size: 130%;
    font-weight: 600;
    border-radius: 10px;
}
.faqWrap dt:before {
    content: "";
    background: url(images/faq_q.png) no-repeat;
    width: 50px;
    height: 47px;
    position: absolute;
    top: -35px;
    left: 10px;
}
.faqWrap dd {
    padding: 15px 15px 15px 20px;
    margin-left: 50px;
    border: solid 1px #e6e6e6;
    border-radius: 10px;
    position: relative;
}
.faqWrap dd:before {
    content: "";
    background: url(images/faq_a.png) no-repeat;
    width: 47px;
    height: 45px;
    position: absolute;
    top: -35px;
    left: 10px;
}
#sweetpotato .tableframe{
	padding: 0 15px;
	margin-bottom: 30px;
}
#sweetpotato .table_temp {
    margin: 15px 0;
    font-size: 16px;
}

#sweetpotato .table_temp .title {
    background: #f7e7b7;
	color: #c9736b;
}

#sweetpotato .table_temp th {
    text-align: center;
    vertical-align: middle;
    background: none;
	width: 10%;
	border: solid 1px #fff;
	font-size: 16px;
	padding: 10px 5px;
}

#sweetpotato .table_temp td {
    text-align: center;
    vertical-align: middle;
	border: solid 1px #fff;
}
#sweetpotato .table_temp .border {
    background: #faf2de;
}
#sweetpotato .table_temp .border2 {
    background: #fcfced;
}
#sweetpotato .detail{
	padding: 0 15px;
}
#sweetpotato .detail h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 4px;
    color: #c9736b;
    border-bottom: 2px solid #c9736b;
    padding: 15px;
}
#sweetpotato .detail ul li {
	position: relative;
	line-height: 180%;
    letter-spacing: 1px;
    font-size: 18px;
	padding: 5px 0 5px 26px;
	margin-top: 0;
}
#sweetpotato .detail ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: 16px;
	left: 10px;
	width: 6px;
	height: 6px;
	border-right: 2px solid #c9736b;
	border-bottom: 2px solid #c9736b;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#sweetpotato .detail ul li span {
    border-bottom: solid #f7e7b7;
	font-weight: bold;
	color: #c9736b;
}

#hoshiimo .tableframe{
	padding: 0 15px;
	margin-bottom: 30px;
}
#hoshiimo .table_temp {
    margin: 15px 0;
    font-size: 16px;
}

#hoshiimo .table_temp .title {
    background: #f7e7b7;
	color: #c9736b;
}

#hoshiimo .table_temp th {
    text-align: center;
    vertical-align: middle;
    background: none;
	width: 10%;
	border: solid 1px #fff;
	font-size: 14px;
	padding: 10px 2px;
}

#hoshiimo .table_temp td {
    text-align: center;
    vertical-align: middle;
	border: solid 1px #fff;
}
#hoshiimo .table_temp .border {
    background: #faf2de;
}
#hoshiimo .table_temp .border2 {
    background: #fcfced;
}

@media screen and (max-width:640px){
	.cWrap .chengeBtn li {
		width: 50%;
		padding: 0 8%;
		box-sizing: border-box;
	}
	.faqWrap dd {
    	margin-left: 0;
	}
	.faqWrap img {
		width: 100%;
		height: auto;
	}
	.pageTitle .buyh2 {
		font-size: 120%;
	}
	.pageTitle h2 {
		font-size: 170%;
	}
	#sweetpotato .tableframe {
		padding: 0; 
	}
	#sweetpotato .table_temp tr {
		display: block;
		float: left;
	}
	#sweetpotato .table_temp tr td{
		border-left: none;
		display: block;
	}
	#sweetpotato .table_temp tr th {
		border-left: none;
		display: block;
		width: auto;
		font-size: 15px;
	}
	#sweetpotato .table_temp thead {
		display: block;
		float: left;
		width: 30%;
	}
	#sweetpotato .table_temp thead tr {
		width: 100%;
	}
	#sweetpotato .table_temp tbody {
		display: block;
		float: left;
		width: 70%;
	}
	#sweetpotato .table_temp tbody tr {
		width: 50%;
	}
	#sweetpotato .table_temp tr td + td {
		border-left: none;
	}
	#sweetpotato .detail {
		padding: 0;
	}
	#hoshiimo .tableframe {
		padding: 0; 
	}
	#hoshiimo .table_temp tr {
		display: block;
		float: left;
	}
	#hoshiimo .table_temp tr td{
		border-left: none;
		display: block;
	}
	#hoshiimo .table_temp tr th {
		border-left: none;
		display: block;
		width: auto;
		font-size: 15px;
		writing-mode: horizontal-tb;
    	text-orientation: mixed;
	}
	#hoshiimo .table_temp thead {
		display: block;
		float: left;
		width: 30%;
	}
	#hoshiimo .table_temp thead tr {
		width: 100%;
	}
	#hoshiimo .table_temp tbody {
		display: block;
		float: left;
		width: 70%;
	}
	#hoshiimo .table_temp tbody tr {
		width: 50%;
	}
	#hoshiimo .table_temp tr td + td {
		border-left: none;
	}
}
@media screen and (max-width:320px){
	.pageTitle h2 {
		font-size: 150%;
	}
}