@charset "utf-8";
/*
Theme Name: ★BizVektor子テーマサンプル★
Theme URI: http://bizvektor.com
Template: biz-vektor
Description: 
Author: ★あなた ｍ９っ・ｗ・）ｂ★
Tags: 
Version: 0.1.0
*/
/*
#content p { font-size:20px; }
#content a.nishiya { color: black; font-size:16px; background-color: none; }
#content a.master { font-size:24px; background-color: lightpink; }
#content .title {background-color: yellow; }
#content table{ border: dot; background-color: lightyellow; }
#content th{ background-color: gold; }

p {
  font-size:20px;
}
a.master{
  background-color: lightcyan;
}
a.nishiya {
  color: black;
  font-size:16px;
  background-color: none;
}
a.master {
  font-size:24px;
  background-color: lightpink;
}
.title {
  background-color: gold;
}*/
/*
th{
  background-color: gold;
}
*/
table.yymenu {
	width: 500px;
	margin: 100px auto;
	border-collapse: separate;
	border-spacing: 0px 15px;
  background-color: yellow;
	font-size: 12px;
}

table.yymenu th,
table.yymenu td {
	padding: 10px;
}
table.yymenu th {
	background: #295890;
	vertical-align: middle;
	text-align: left;
	width: 100px;
	overflow: visible;
	position: relative;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
}
table.yymenu th:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #295890;
	border-width: 10px;
	margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() { 
	table.yymenu th::after {
		float: right;
		padding: 0;
		left: 30px;
		top: 10px;
		content: " ";
		height: 0;
		width: 0;
		position: relative;
		pointer-events: none;
		border: 10px solid transparent;
		border-left: #295890 10px solid;
		margin-top: -10px;
	}
}

table.yymenu td {
	background: #f8f8f8;
	width: 360px;
	padding-left: 20px;
}