html.PC .sp_only{
		display: none;
	}
		html.SP .sp_only{
			display: block;
		}

		html.PC .sp_only{
			display: none;
		}
			html.SP .sp_only{
				display: block;
			}
	
.tweet{
	text-align: right;
	margin: 20px 0 0 0;
}
	#detail .tweet img{
		width: 120px;
		height: auto;
	}

html.PC .title .logo {
	width: auto;
	height: 80px;
}

html.PC .title .logo img {
	width: auto;
	height: 100%;
}

	html.SP .title .logo {
		width: 80%;
		height: auto;
	}

	html.SP .title .logo img {
		width: 100%;
		height: auto;
	}

html.PC p.image{
	width: 600px;
	margin: 0 auto;
}
html.PC p.image_2{
	width: 300px;
	margin: 0 auto 20px !important;
}
	html.SP p.image_2{
		width: 60%;
		margin: 0 auto;
	}

html.PC .kanren {
	height: auto;
	border: solid 1px #ccc;
	margin: 30px 0 20px 0;
}
html.PC .kanren .pic {
	margin: 0;
	box-sizing: border-box;
}
html.PC #detail .kanren .pic,
html.PC #detail .kanren table {
	display: table-cell;
	vertical-align: middle;
}
html.PC .kanren .pic {
	width: 245px;
	height: 245px;
	/*float: left;*/
	padding: 10px;
}
html.PC #detail .kanren .pic img {width: 100%;}
html.PC #detail .kanren table {
	width: 739px;
	height: auto;
	border: none;
}
html.PC #detail tr {border-top: solid 1px #ccc;}
html.PC #detail tr:first-child {border-top: none;}
html.PC #detail th, html.PC #detail td {
	border: none;
	border-left: solid 1px #ccc;
}
#detail th{
	width: 140px;
}
	html.PC #detail .products th{
		width: 140px;
	}
	html.SP #detail th{
		width: 20%;
	}

	html.SP .kanren #pic {
		width: 60%;
		margin: 0 auto;
		text-align: center;
	}
	
	
	html.SP .kanren {
		border: solid 1px #ccc;
		margin: 0 auto 5%;
	}
	html.SP .kanren #pic img {width: 100%;}
	html.SP #detail table {border: 1px solid #ccc;}
	html.SP #detail .kanren table {border: none;}
	html.SP #detail th:first-child {border-left: none;}
	html.SP #detail th, html.SP #detail td {
		border: none;
		border-left: solid 1px #ccc;
		border-top: solid 1px #ccc;
	}

span.pic_cap{
	font-size: 85%;
	text-align: left;
	display: block;
	margin: 0 auto;
	padding: 0;
	line-height: 1.5em;
}
	html.PC span.pic_cap{
		width: 260px;
	}

#detail .single_logo {
	display: block;
	width: 200px;
	height: auto;
	margin-top: 20px;
}

	html.SP #detail .single_logo {
		width: 50%;
		height: auto;
		margin: 20px auto 0;
	}

	html.SP #detail p {
		word-break: break-all;
	}