/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
#masthead .hgroup {
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
}

table.tradius {
	border-radius: 10px;
	background-image: url("http://www.yoyocompany.jp/wp-content/uploads/2016/01/aa04.gif");
	border-bottom: 0 solid #ededed;
	width: 100%;
}

th.tradius {
	font-size: 2.2em;
	line-height: 2.6em;
	text-align: center;
	text-shadow: 2px 2px 0 #fff;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

th.tradius2 {
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	font-size: 1.2em;
	line-height: 2.6em;
	text-align: center;
	text-shadow: 2px 2px 0 #fff;
}

td.tradius {
	text-shadow: 1px 1px 0 white;
	font-weight: bolder;
	font-size: 1.2em;
}

td.tradius2 {
	text-shadow: 1px 1px 0 white;
	font-weight: bolder;
	font-size: 1.2em;
	padding: 1em;
}

td.tradius3 {
	text-shadow: 1px 1px 0 white;
	font-size: .8em;
	padding: .8em;
}

td.tradius-caution {
	text-shadow: 1px 1px 0 white;
	font-weight: 100;
	font-size: .8em;
	padding-bottom: 1.3em;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 1.3em;
}

caption, th, td {
	padding-left: 5px;
}

article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title {
	background-color: #0068b7;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 1.6em;
	padding: .5em;
	color: #ffffff;
	font-weight: bolder;
	line-height: 1.35em;
}

.entry-content h1 {
	background-color: #0068b7;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 1.6em;
	padding: .5em;
	color: #ffffff;
	font-weight: bolder;
	line-height: 1.35em;
}

a img {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

a:hover img {
	opacity: .6;
	filter: alpha(opacity=60);
}

.main-menu-container .main-menu-navigation ul > li a {
	transition: all .2s ease-in 0;
}

.wpcf7-textarea {
	width: 100%;
}

ul, ol {
	margin: 0 2em 1.5em;
}

#secondary .widget .widget-title {
	border-color: #0068b7;
	border-style: solid;
	border-width: 0 0 1px 10px;
	font-size: 1.2em;
	line-height: 1.5;
	padding: 1px 0 0 5px;
}