/* 共通 */

/* インデックスページ・各ページ共通 */
div#main_swf {
	width: 850px;
	height: 520px;
}
.main_bg {
	width: 100%;
	background-image: url("./images/index_bg.png");
	background-repeat: repeat-x;
	background-size: auto 125%;
}
div.omise_txt {
	width: 500px;
	margin-left: 50px;
	float: left;
}
div.omise_info {
	width: 300px;
	float: left;
}
div.omise_txt p,
div.omise_info p,
div.n_memo p {
	font-size: 14px;
	line-height: 150%;
	color: #444444;
}
div.omise_txt p.omise_check {
	color: #FF5147;
	font-weight: bold;
	margin-bottom: 0.5em; 
}
div.omise_txt p span.textrubi,
div.omise_info p span.textrubi,
div.n_memo p span.textrubi {
	font-size: 12px;
	line-height: 130%;
	color: #406771;
}
/* ピノリ吹き出し */
div.p_talk {
	position: relative;
	padding: 20px;
	border-radius: 10px;
	background-color: #fff;
	border: 3px solid #efb240;
	margin-left: 80px;
	margin-right: 80px;
	margin-bottom: 20px;
}
div.p_talk div.p_icon {
	position: absolute;
	left: -80px;
	top: 50%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	background-image: url("./images/p.gif");
	background-repeat: no-repeat;
}
div.p_talk::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -15px;
	top: 50%;
	margin-top: -15px;
	border-right: 15px solid #efb240;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}
div.p_talk::after{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -11px;
	top: 50%;
	margin-top: -15px;
	border-right: 15px solid #fff;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}
/* のりたろう吹き出し */
div.n_talk {
	position: relative;
	padding: 20px;
	border-radius: 10px;
	background-color: #fff;
	border: 3px solid #409f3a;
	margin-left: 80px;
	margin-right: 80px;
	margin-bottom: 20px;
}
div.n_talk div.n_icon {
	position: absolute;
	right: -80px;
	top: 50%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	background-image: url("./images/n.gif");
	background-repeat: no-repeat;
}
div.n_talk::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: -15px;
	top: 50%;
	margin-top: -15px;
	border-left: 15px solid #409f3a;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}
div.n_talk::after{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: -11px;
	top: 50%;
	margin-top: -15px;
	border-left: 15px solid #fff;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}
div.n_photo {
	margin-bottom: 30px;
}
div.n_photo p {
	text-align: center;
}
div.n_memo {
	width: 238px;
	background-image: url("./images/bg_memo.gif");
	margin: 0 auto;
	border: solid 2px #444;
	padding-bottom: 24px;
}
div.n_memo p {
	margin: 0 24px;
	font-size: 12px;
}
table.omise_btn {
	width: 200px;
	margin: 30px auto 0;
	height: 110px;
}
table.omise_btn td {
	text-align: center;
	vertical-align: middle;
}