﻿.tenpo {
	width: 250px;
	padding: 7px 0 0 0;
	background: rgba(247, 247, 247, 0.75);
	border-radius: 5px;
	box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.29);
	font-family: Helvetica, Arial, sans-serif;
	-webkit-transform-origin: 0 10px;
	transform-origin: 0 10px;
}
.tenpo h1 {
	margin-top: 0;
	padding: 5px 15px;
	background: #bb2100;
	color: rgba(255, 255, 255, 0.9);
	font-size: 16px;
	font-weight: 300;
}
.tenpo section {
	padding: 0 15px 5px;
	font-size: 14px;
}
.tenpo section p {
	margin: 5px 0;
}
.tenpo section img {
	width: 200px;
	height: 150px;
}
.tenpo:after {
	content: "";
	position: absolute;
	top: 7px;
	left: -13px;
	width: 0;
	height: 0;
	margin-bottom: -13px;
	border-right: 13px solid #bb2100;
	border-top: 13px solid rgba(0, 0, 0, 0);
	border-bottom: 13px solid rgba(0, 0, 0, 0);
}

.bukken {
	width: 250px;
	padding: 7px 0 0 0;
	background: rgba(247, 247, 247, 0.75);
	border-radius: 5px;
	box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.29);
	font-family: Helvetica, Arial, sans-serif;
	-webkit-transform-origin: 0 10px;
	transform-origin: 0 10px;
}
.bukken h1 {
	margin-top: 0;
	padding: 5px 15px;
	background: #57ba00;
	color: rgba(255, 255, 255, 0.9);
	font-size: 16px;
	font-weight: 300;
}
.bukken section {
	padding: 0 15px 5px;
	font-size: 14px;
}
.bukken section p {
	margin: 5px 0;
}
.bukken section img {
	width: 200px;
	height: 150px;
}
.bukken:after {
	content: "";
	position: absolute;
	top: 7px;
	left: -13px;
	width: 0;
	height: 0;
	margin-bottom: -13px;
	border-right: 13px solid #57ba00;
	border-top: 13px solid rgba(0, 0, 0, 0);
	border-bottom: 13px solid rgba(0, 0, 0, 0);
}

@media only screen and (max-width:767px)
{
.bukken {
	width: 150px;
}
.bukken section img {
	width: 120px;
	height: 90px;
}
.tenpo {
	width: 150px;
}
.tenpo section img {
	width: 120px;
	height: 90px;
}
}
