@charset "utf-8";
/*
Theme Name: ueda-body-2016
Theme URI: http://www.eolas.co.jp/rokuga
Description: 上田ボデー株式会社様 WordPresテーマ
Version: 1.00
Author: 株式会社 北海道録画センター
Author URI: http://www.eolas.co.jp/rokuga
Note:	上田ボデー株式会社様 WordPresテーマ
*/

/* CSS Document */

@import url("editor-style.css");/* 投稿内容表示・ビジュアルエディタ */

/*
------ common ---------------------------------------------
*/

body {
	margin: 0px;
	margin-bottom: 0px;
	background-color: #eee;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #369;
}

a:hover {
	text-decoration: none;
	color: #C00;
}

textarea,
input {
	outline: none;
}

/*
------ header ---------------------------------------------
*/

#header {
	width: 100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #cc0000;
	background-color: #fff;
	background-image: url(image/header-bg.png);
	background-repeat: repeat-x;
	background-position: 0% bottom;
	-moz-box-shadow: 0px 0px 5px rgba(000, 000, 000, 0.35);
	-webkit-box-shadow: 0px 0px 5px rgba(000, 000, 000, 0.35);
	box-shadow: 0px 0px 5px rgba(000, 000, 000, 0.35);
	margin-bottom: 0px;
	position: relative;
	z-index: 10;
}

.header-data {
}

#header .description {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-size: 65%;
	color: #111;
	margin: 0px;
	padding-top: 7px;
	padding-left: 12px;
}

#header .site-logo {
	background-image: url(image/site-logo.png);
	background-repeat: no-repeat;
	height: 38px;
	width: 255px;
	display: block;
	line-height: 70px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#header .site-logo a {
	display: block;
}

#header .apple-merchant,
#header .contact {
	background-size: cover;
	background-repeat: no-repeat;
	white-space: nowrap;
	overflow: hidden;
	line-height: 70px;
	text-indent: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
}

#header .apple-merchant {
	background-image: url(image/apple-merchant.png);
	height: 56px;
	width: 224px;
}

#header .contact {
	background-image: url(image/header-contact.png);
	height: 56px;
	width: 276px;
}

/*
#header .ueda-contact {
	background-image: url(image/header-contact-image.png);
	background-repeat: no-repeat;
	height: 56px;
	width: 507px;
	display: block;
	line-height: 70px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
}
*/

/*
------ flash ---------------------------------------------
*/

/*
#top-page-movie {
	width: 100%;
	height: 320px;
	background-color: #dddddd;
	margin-bottom: 15px;
	-moz-box-shadow: 0px 0px 7px rgba(000, 000, 000, 0.25);
	-webkit-box-shadow: 0px 0px 7px rgba(000, 000, 000, 0.25);
	box-shadow: 0px 0px 7px rgba(000, 000, 000, 0.25);
	position: relative;
	z-index: 1;
	text-align: center;
}
*/

#top-page-movie {
	width: 100%;
	/*height: 320px;*/
	background-color: #dddddd;
	margin-bottom: 15px;
	-moz-box-shadow: 0px 0px 7px rgba(000, 000, 000, 0.25);
	-webkit-box-shadow: 0px 0px 7px rgba(000, 000, 000, 0.25);
	box-shadow: 0px 0px 7px rgba(000, 000, 000, 0.25);
}

#movie-area {
	width: 960px;
	/*height: 320px;*/
	margin-left: auto;
	margin-right: auto;
}

/*
------ main menu ---------------------------------------------
*/

.main-menu {
}

.main-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.main-menu li {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	line-height: 1.35em;
	margin-bottom: 5pt;
	font-weight: bold;
}

.main-menu li:last-child {
}

.main-menu li a:link,
.main-menu li a:visited,
.main-menu li a:active {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	text-shadow: 0px 0px 1px rgba(000, 000, 000, 0.2);
	display: block;
	background-color: #cc0000;
	padding-top: 18px;
	padding-bottom: 17px;
	padding-left: 12px;
	padding-right: 12px;
	border-radius: 3px;
	box-shadow: 0px 3px 0px #AC0000;
}

.main-menu li a:hover {
	background-color: #555;
	box-shadow: 0px 2px 0px #111;
}

/*
.main-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	-moz-box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.25);
	-webkit-box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.25);
	box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.25);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #555;
}

.main-menu li {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 85%;
	line-height: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #aaa;
	position: relative;
}

.main-menu li:last-child {
	border-bottom-width: 0px;
}

.main-menu li a:link,
.main-menu li a:visited,
.main-menu li a:active {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(000, 000, 000, 0.2);
	height: 40px;
	display: block;
	padding: 5px;
	background-image: url(image/main-menu-bg.png);
}

.main-menu li a:hover {
	color: #6ff;
	text-shadow: 1px 1px 1px rgba(000, 000, 000, 0.2);
	background-image: url(image/main-menu-bg-mo.png);
}

.main-menu li ul {
	background-color: rgba(255, 255, 255, 0.0);
	display: none;
	position: absolute;
	z-index: 100;
	margin-left: 0px;
	padding-top: 0px;
	-moz-box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.0);
	-webkit-box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.0);
	box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.0);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	left: 150px;
	bottom: -50px;
}

.main-menu li li {
	width: 150px;
	font-size: 90%;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-width: 0px;
}

.main-menu li li a:link,
.main-menu li li a:visited,
.main-menu li li a:active {
	display: block;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(000, 000, 000, 0.1);
	background-color: rgba(000, 000, 000, 0.80);
	height: 35px;
	padding: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	-moz-box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.3);
	-webkit-box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.3);
	box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.3);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: url(image/---.png);
}

.main-menu li li a:hover {
	color: #FC0;
	text-shadow: 1px 1px 1px rgba(000, 000, 000, 0.2);
	background-image: url(image/main-menu-bg.png);
}
*/




/* マウスオーバーで出現 */
.main-menu li:hover > ul {
	display: block;
}

/*
------ page frame ---------------------------------------------
*/

#main-page-frame {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	background-color: #fff;
	overflow: hidden;
}

#main-page-frame-sub {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	background-color: #fff;
	overflow: hidden;
}

#column-set {
	float: right;
	width: 770px;
}

#column-alpha {
	width: 530px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
	float: left;
}

#column-bravo {
	width: 150px;
	padding: 0px;
	margin: 0px;
	float: left;
}

#column-charlie {
	width: 200px;
	padding: 0px;
	margin: 0px;
	float: right;
}

#column-alpha-sub {
	width: 750px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	float: right;
}

/*
------ top page center column ---------------------------------------------
*/

#column-alpha p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#column-alpha p img {
	border-radius: 3px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
	border: 0px;
}

#column-alpha .alignleft {
	float: left;
}

#column-alpha .alignright {
	float: right;
}

/*
------ top page right column ---------------------------------------------
*/

.top-page-upper-banner-list,
.top-page-bottom-banner-list {
}

.top-page-upper-banner-list ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.top-page-bottom-banner-list ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.top-page-upper-banner-list li,
.top-page-bottom-banner-list li {
	text-align: center;
	margin-bottom: 5px;
}

.top-page-upper-banner-list li img {
	border: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.2);
	-webkit-box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.2);
	box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.2);
}

.top-page-bottom-banner-list li img {
	border: 0px;
}

/*
------ top page left column ---------------------------------------------
*/

.banners {
	text-align: center;
}

.banners ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.banners li {
	margin-bottom: 10px;
}

.banners img {
	border: 0px;
}

/*
------ history ---------------------------------------------
*/

.history-title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: 111;
	text-shadow: 1px 1px 1px rgba(000, 000, 000, 0.2);
	height: 17px;
	line-height: 17px;
	background-color: #FFF;
	background-image: url(image/title-mark-red.gif);
	background-repeat: no-repeat;
	background-position: 7px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.50);
	-webkit-box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.50);
	box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.50);
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
}

ul.history-index {
	list-style-type: none;
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

ul.history-index li {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 80%;
	line-height: 1em;
	color: #111;
	margin-bottom: 4px;
	padding-bottom: 7px;
}

#main-page-frame ul.history-index {
	margin-top: 7px;
}

#main-page-frame ul.history-index li {
	margin-bottom: 8px;
}

ul.history-index a:link,
ul.history-index a:visited,
ul.history-index a:active {
	text-decoration: none;
	color: #222;
}

ul.history-index a:hover {
	text-decoration: none;
	color: #C00;
}

/*
------ widget ---------------------------------------------
*/

.widget-title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: 111;
	text-shadow: 1px 1px 1px rgba(000, 000, 000, 0.2);
	height: 17px;
	line-height: 17px;
	background-color: #FFF;
	background-image: url(image/title-mark-blue.gif);
	background-repeat: no-repeat;
	background-position: 7px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.50);
	-webkit-box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.50);
	box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.50);
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/*
------ footer ---------------------------------------------
*/

#footer {
	width: 100%;
	clear: both;
	background-color: #666;
	-moz-box-shadow: 0px 0px 7px rgba(000, 000, 000, 0.2);
	-webkit-box-shadow: 0px 0px 7px rgba(000, 000, 000, 0.2);
	box-shadow: 0px 0px 7px rgba(000, 000, 000, 0.2);
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	overflow: hidden;
	margin-top: 35px;
}

/*
------ footer menu ---------------------------------------------
*/

#footer {
}

.footer-contents-index {
}

.footer-contents-index ul {
	display: block;
	text-align: center;
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
}

.footer-contents-index li {
	display: inline-block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 72%;
	line-height: 1.35em;
	color: #111;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	margin: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
}

.footer-contents-index li:last-child {
	border-right-width: 0px;
}

.footer-contents-index a:link,
.footer-contents-index a:visited,
.footer-contents-index a:active {
	text-decoration: none;
	color: #fff;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.footer-contents-index a:hover {
	text-decoration: none;
	color: #000;
}

.footer-contents-index li ul {
	display: none;
	position: absolute;
	left: 50%;
	z-index: 100;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0px;
}

.footer-contents-index li li {
	font-size: 100%;
	float: none;
	border-right-width: 0px;
	margin: 0px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

.footer-contents-index li li:last-child {
	border-bottom-width: 0px;
}

.footer-contents-index li li a:link,
.footer-contents-index li li a:visited,
.footer-contents-index li li a:active {
	color: #111;
	width: 150px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	background-color: #eee;
}

.footer-contents-index li li a:hover {
	color: #C00;
	background-color: #fff;
}

/* マウスオーバーで出現 */
.footer-contents-index li:hover > ul {
	display: block;
}

/*
------ footer-contact-index ---------------------------------------------
*/

.footer-contact-index {
	clear: both;
	text-align: center;
	list-style-type: none;
	padding-top: 5px;
	padding-left: 0px;
}

.footer-contact-index a {
	display: block;
}

#footer .contact-apple,
#footer .contact-ueda {
	background-repeat: no-repeat;
	height: 65px;
	width: 175px;
	display: inline-block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 20px;
}

#footer .contact-apple {
	background-image: url(image/footer-contact-apple.png);
	margin-right: 25px;
}

#footer .contact-ueda {
	background-image: url(image/footer-contact-ueda.png);
	margin-left: 25px;
}

#footer .contact-mail {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	border: 1px solid #999;
	font-size: 75%;
	float: none;
}

#footer .contact-mail a {
	display: block;
	color: #fff;
	line-height: 1.75em;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 7px;
	margin-right: 7px;
}

/*
------ copyright ---------------------------------------------
*/

#copyright {
	text-align: center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	background-color: #999;
}

#copyright p {
	font-size: 70%;
	color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top: 0px;
	letter-spacing: 0.15em;
}

#copyright a:link,
#copyright a:visited,
#copyright a:active {
	text-decoration: none;
	color: #fff;
}

#copyright a:hover {
	text-decoration: none;
	color: #F90;
}

/*
------ sub page ---------------------------------------------
*/

/*
h1.post-title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 180%;
	line-height: 1em;
	font-weight: normal;
	color: #222;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
	margin: 0px;
	width: 450px;
	position: absolute;
	top: 160px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	letter-spacing: 0.2em;
}
*/

h1.post-title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 180%;
	line-height: 1em;
	font-weight: normal;
	color: #222;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
	margin: 0px;
	width: 450px;
	position: absolute;
	top: 160px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	letter-spacing: 0.2em;
}

.post-image img {
	height: 140px;
	width: 920px;
	overflow: hidden;
	padding: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.2);
	-webkit-box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.2);
	box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.2);
	margin-top: 0px;
	margin-bottom: 20px;
}


/*
------ scrolltopcontrol.js ---------------------------------------------
*/

.go-page-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 20;
	width: 75px;
	height: 100px;
	background-image: url(image/page-top-button.png);
	background-repeat: no-repeat;
}

.go-page-top a:link,
.go-page-top a:visited,
.go-page-top a:active {
	display: block;
}

.go-page-top a:hover {
}

/*
------ link-_blank-nofollow.js ---------------------------------------------
*/

.open-new-window-icon {
	vertical-align: middle;
	margin-left: 3px;
}

/*
------ taxonomy page ---------------------------------------------
*/

h2.taxonomy-title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-size: 160%;
	color: #4F7575;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 0px;
}

h2.page-error-title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 180%;
	color: #693;
	text-shadow: 1px 1px 1px #fff;
	margin-top: 50px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
}

.page-error-message {
	padding-top: 25px;
	text-align: center;
	padding-bottom: 50px;
}

.page-error-message p {
	font-size: 85%;
	line-height: 150%;
	color: #333;
}

#history .search-form form,
.page-error-message form {
	margin: 0px;
	padding-top: 25px;
}

#history .search-form label,
.page-error-message label {
	display: none;
}

#history .search-form #s,
.page-error-message #s {
	font-size: 120%;
	color: #333;
	line-height: 150%;
	height: 45px;
	width: 350px;
	background-color: rgba(255, 255, 255, 0.8);
	-moz-box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.5);
	-webkit-box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.5);
	box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.5);
	border: 0px;
	margin-right: 0px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#history .search-form #s:hover,
.page-error-message #s:hover {
	-moz-box-shadow: 0px 0px 5px rgba(000, 000, 000, 0.5);
	-webkit-box-shadow: 0px 0px 5px rgba(000, 000, 000, 0.5);
	box-shadow: 0px 0px 5px rgba(000, 000, 000, 0.5);
}

#history .search-form #s:focus,
.page-error-message #s:focus {
	-moz-box-shadow: 0px 0px 5px rgba(000, 153, 204, 0.6);
	-webkit-box-shadow: 0px 0px 5px rgba(000, 153, 204, 0.6);
	box-shadow: 0px 0px 5px rgba(000, 153, 204, 0.6);
	background-color: rgba(255, 255, 255, 1.0);
}

#history .search-form #searchsubmit,
.page-error-message #searchsubmit {
	background-image: url(image/search-button.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	border: 0px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.0);
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	cursor: pointer;
}

#history .search-form #searchsubmit:hover,
.page-error-message #searchsubmit:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/*
------ wp-pagenavi ---------------------------------------------
*/

.wp-pagenavi {
	clear: both;
	padding-top: 50px;
}

.wp-pagenavi .pages {
	font-family: "Courier New", Courier, monospace;
	font-size: 160%;
	color: #555;
	margin-left: 15px;
	margin-right: 15px;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	font-size: 80%;
	font-weight: normal;
	margin-right: 10px;
	margin-left: 10px;
}

.wp-pagenavi .page,
.wp-pagenavi .current {
	font-size: 80%;
	font-weight: normal;
	margin-right: 5px;
	margin-left: 5px;
}

.wp-pagenavi a:link,
.wp-pagenavi a:visited,
.wp-pagenavi a:active,
.wp-pagenavi .current {
	background-color: rgba(255, 255, 255, 0.7);
	-moz-box-shadow: 0px 0px 1px rgba(000, 000, 000, 0.2);
	-webkit-box-shadow: 0px 0px 1px rgba(000, 000, 000, 0.2);
	box-shadow: 0px 0px 1px rgba(000, 000, 000, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wp-pagenavi a:hover {
	background-color: rgba(255, 255, 255, 0.95) !important;
	-moz-box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.5) !important;
	-webkit-box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.5) !important;
	box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.5) !important;
}

.wp-pagenavi .current {
	background-color: #666;
	color: #FFF;
}

.wp-pagenavi .first,
.wp-pagenavi .last {
	font-size: 70%;
}

/*
------ post & page ---------------------------------------------
*/

/* ===== page-frame ===== */

#post-page-column-alpha {
	width: 680px;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

#post-page-column-bravo {
	width: 280px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}

/*
------ パンくずリスト ---------------------------------------------
*/

.breadcrumbs {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 75%;
	line-height: 1em;
	color: #333;
	padding-bottom: 20px;
	padding-top: 0px;
}

.breadcrumbs .connection {
	color: #C00;
	margin-right: 10px;
	margin-left: 10px;
}

.breadcrumbs a:link,
.breadcrumbs a:visited,
.breadcrumbs a:active {
	text-decoration: none;
	color: #333;
}

.breadcrumbs a:hover {
	text-decoration: none;
	color: #C00;
}

/*
------ 投稿領域 ---------------------------------------------
*/

.post {
}

/*
------ 投稿情報 カテゴリーなど表示領域 ---------------------------------------------
*/

#post-info {
	overflow: hidden;
	border: 1px solid #eee;
	list-style-type: none;
	margin-bottom: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	clear: both;
}

#post-info li {
	float: left;
	font-size: 75%;
	line-height: 110%;
	color: #444;
	white-space: nowrap;
	margin-right: 15px;
}

/*
------ 前の投稿 次の投稿 ---------------------------------------------
*/

.nav-post {
	padding-top: 20px;
	padding-bottom: 35px;
}

.nav-post:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.nav-post a:link,
.nav-post a:visited,
.nav-post a:active {
	text-decoration: none;
	color: #666;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, 0.7);
	-moz-box-shadow: 0px 0px 1px rgba(000, 000, 000, 0.3);
	-webkit-box-shadow: 0px 0px 1px rgba(000, 000, 000, 0.3);
	box-shadow: 0px 0px 1px rgba(000, 000, 000, 0.3);
}

	.nav-post a:link,
	.nav-post a:visited,
	.nav-post a:active {
		/* IE8 */
		background-color: #fff\9;
		border: 1px solid #ccc\9;
		/* IE7 */
		*background-color: #fff;
		*border: 1px solid #ccc;
	}

.nav-post a:hover {
	text-decoration: none;
	color: #000;
	background-color: rgba(255, 255, 255, 0.9);
	-moz-box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.3);
	-webkit-box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.3);
	box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.3);
}

	.nav-post a:hover {
		/* IE8 */
		background-color: #fff\9;
		border: 1px solid #666\9;
		/* IE7 */
		*background-color: #fff;
		*border: 1px solid #666;
	}

.nav-post .nav-previous,
.nav-post .nav-next {
	width: 260px;
	font-size: 80%;
	line-height: 120%;
}

.nav-post .nav-previous {
	float: left;
}

.nav-post .nav-next {
	float: right;
	text-align: right;
}

/* ===== Contact Form 7 ===== */

.wpcf7 {
	margin-top: 25px !important;
}

.wpcf7 input,
.wpcf7 textarea {
	border: 1px solid #999;
	background-color: #FFF;
	padding: 5px;
}

.wpcf7 textarea {
	width: 550px;
}

.wpcf7 input:hover,
.wpcf7 textarea:hover {
	border: 1px solid #666;
	color: #396;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
	border: 1px solid #39F;
}

.wpcf7 select {
	background-color: #FFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
	padding: 5px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.wpcf7 input.wpcf7-submit {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	font-size: 100%;
	height: 50px;
	width: 200px;
	background-color: #666;
	border: 1px solid #FFF;
	-moz-box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.2);
	-webkit-box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.2);
	box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.2);
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
}

.wpcf7 input.wpcf7-submit:hover {
	background-color: #679DC5;
	-moz-box-shadow: 0px 0px 5px rgba(000, 000, 000, 0.5);
	-webkit-box-shadow: 0px 0px 5px rgba(000, 000, 000, 0.5);
	box-shadow: 0px 0px 5px rgba(000, 000, 000, 0.5);
	cursor: pointer;
}

.wpcf7 input.wpcf7-submit:active {
	background-color: #6CF;
}

.wpcf7-title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: 111;
	text-shadow: 1px 1px 1px rgba(000, 000, 000, 0.1);
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #6C6;
	padding-left: 10px;
}

/*
------ side widget ---------------------------------------------
*/

/* ===== widget title ===== */

#post-page-column-bravo .widget-title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #FFF;
	background-color: #39C;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.25);
	-webkit-box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.25);
	box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.25);
}

/* ===== widget calendar ===== */

#calendar_wrap {
	padding-bottom: 20px;
}

#calendar_wrap table {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.85);
	-moz-box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.2);
	-webkit-box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.2);
	box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.2);
	padding: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

	#calendar_wrap table {
		/* IE8 */
		background-color: #fff\9;
		border: 1px solid #ccc\9;
		/* IE7 */
		*background-color: #fff;
		*border: 1px solid #ccc;
	}

#calendar_wrap table caption {
	font-size: 80%;
	color: #444;
	padding-bottom: 5px;
}

#calendar_wrap thead th {
	font-size: 80%;
	color: #222;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px dotted #999;
	background-color: rgba(000, 000, 000, 0.03);
}

#calendar_wrap tfoot td {
	font-size: 80%;
	color: #111;
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 7px;
}

#calendar_wrap tbody td {
	font-size: 80%;
	line-height: 180%;
	color: #111;
	font-weight: normal;
	text-align: center;
	border: 1px dotted #333;
	background-color: #fff;
}

#calendar_wrap .pad {
	font-size: 80%;
	color: #111;
	font-weight: normal;
	text-align: center;
	border: 0px;
	background-color: rgba(255, 255, 255, 0.0);
}

#calendar_wrap tbody td a:link,
#calendar_wrap tbody td a:visited,
#calendar_wrap tbody td a:active {
	text-decoration: none;
	color: #063;
	display: block;
	background-color: #FFFFEC;
	font-weight: bold;
}

#calendar_wrap tbody td a:hover {
	text-decoration: none;
	color: #C00;
	background-color: #FC3;
}

/* ===== widget list ===== */

#post-page-column-bravo ul {
	list-style-type: none;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 20px;
}

#post-page-column-bravo li {
	font-size: 80%;
	line-height: 120%;
	margin-bottom: 5px;
}

/* ===== to google calendar ===== */

.to_google_calendar {
	font-size: 90%;
	margin-top: 5px;
	text-align: center;
}

/* ===== widget select list ===== */

#post-page-column-bravo select {
	width: 270px;
	padding: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 20px;
	border: 1px dotted #366;
}

/* ===== 営業日 Calendar ===== */

#isp-calendar-frame {
}

#isp-calendar-frame table {
	font-size: 90%;
}

#isp-calendar-frame .calendar-date-title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	color: #363;
}

#isp-calendar-frame .return_now {
	padding-bottom: 7px;
}

#isp-calendar-frame .return_now a {
	font-size: 85%;
	color: #FFF;
	background-color: #999;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#isp-calendar-frame .return_now a:link,
#isp-calendar-frame .return_now a:visited,
#isp-calendar-frame .return_now a:active {
	font-size: 85%;
	color: #FFF;
	background-color: #999;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#isp-calendar-frame .return_now a:hover {
	background-color: #333;
}

/* ===== Ajax Event Calendar ===== */

.aec-eventlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.aec-eventlist li {
	margin-bottom: 5px;
}

.cat1,
.cat1 .fc-event-skin,
.fc-agenda .cat1,
a.cat1,
a.cat1:active,
a.cat1:visited {
	color: #FFFFFF !important;
	background-color: #517ed6 !important;
	border-color: #517ed6 !important;
}

a.cat1:hover {
	-moz-box-shadow: 0 0 2px #000;
	-webkit-box-shadow: 0 0 2px #000;
	box-shadow: 0 0 2px #000;
	color: #FFFFFF !important;
	background-color: #517ed6 !important;
	border-color: #FFFFFF !important;
}

.cat2,
.cat2 .fc-event-skin,
.fc-agenda .cat2,
a.cat2,
a.cat2:active,
a.cat2:visited {
	color: #FFFFFF !important;
	background-color: #e3686c !important;
	border-color: #e3686c !important;
}

a.cat2:hover {
	-moz-box-shadow: 0 0 2px #000;
	-webkit-box-shadow: 0 0 2px #000;
	box-shadow: 0 0 2px #000;
	color: #FFFFFF !important;
	background-color: #e3686c !important;
	border-color: #FFFFFF !important;
}

.cat3,
.cat3 .fc-event-skin,
.fc-agenda .cat3,
a.cat3,
a.cat3:active,
a.cat3:visited {
	color: #FFFFFF !important;
	background-color: #8fc9b0 !important;
	border-color: #8fc9b0 !important;
}

a.cat3:hover {
	-moz-box-shadow: 0 0 2px #000;
	-webkit-box-shadow: 0 0 2px #000;
	box-shadow: 0 0 2px #000;
	color: #FFFFFF !important;
	background-color: #8fc9b0 !important;
	border-color: #FFFFFF !important;
}

.fc-header {
	margin-top: 10px;
}

.fc-header-title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 110%;
	color: #333;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.top-page-counter {
	-moz-box-shadow: 0px 0px 2px rgba(000, 000, 000, 0.1);
	-webkit-box-shadow: 0px 0px 2px rgba(000, 000, 000, 0.1);
	box-shadow: 0px 0px 2px rgba(000, 000, 000, 0.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 80%;
	text-align: right;
	color: #333;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #CCC;
}


/* モーダル */

#modal-box {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.modal-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 101;
	background-color: #000000;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}

.modal-data {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
	z-index: 102;
	background-color: #fff;
	height: 80%;
	width: 620px;
	padding: 10px;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	text-align: center;
	border-radius: 3px;
	box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.5);
}

.modal-data h1 {
	font-size: 120%;
	color: #C00;
}

.modal-data p {
	font-size: 85%;
	color: #333;
}

#modal-box .close-box {
	z-index: 102;
	position: fixed;
	top: 25px;
	text-align: center;
	width: 100%;
}

#modal-box .close {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	background-color: #000;
	display: inline;
	font-size: 85%;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	border: 1px solid #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.5);
}
