/*
Theme Name: 帯広コンベンション協会
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No postsindex-news
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgetsarticle
 * 7.0 - Footertown-gallery
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
 [hidden] {
 display: none;
}
html {
	font-size: 14px;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	color: #584024;
	line-height: 1.5;
	margin: 0;
	background: #eaeaea url(none);
}
a {
	color: #008b9c;
	text-decoration: none;
}
a:visited {
	color: #008b9c;
}
a:focus {
	outline: 0;
}
a:active, a:hover {
	color: #008b9c;
	outline: 0;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	opacity: 0.8;
}
*:focus{
	outline:none;
	}
.entry-content a[href$=".pdf"]{
	padding-right: 20px;
	background: url(images/common/icn_pdf.gif) no-repeat right;
	line-height: 20px;
	display: inline-block;
}
.entry-content a[href$=".zip"]{
padding-right: 20px;
background: url(images/common/icn_zip.gif)no-repeat right;
line-height: 20px;
	display: inline-block;
}
.entry-content a[href$=".doc"]{
padding-right: 20px;
background: url(images/common/icn_doc.gif)no-repeat right;
line-height: 20px;
	display: inline-block;
}
.entry-content a[href$=".xls"]{
padding-right:20px;
background:url(images/common/icn_xls.gif)no-repeat right;
line-height: 20px;
	display: inline-block;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.3;
	color: #3c3c24;
}
h1 {
	font-size: 28px;
	margin: 20px 0;
}
h2 {
	font-size: 22px;
	margin: 28px 0 16px;
}
h3 {
	font-size: 20px;
	margin: 24px 0 14px;
}
h4 {
	font-size: 18px;
	margin: 10px 0;
}
h5 {
	font-size: 16px;
	margin: 10px 0;
}
h6 {
	font-size: 14px;
	margin: 10px 0;
}
address {
	margin: 0 0 24px;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
p {
	margin: 0 0 16px;
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
blockquote, q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}
blockquote blockquote {
	margin-right: 0;
}
blockquote cite, blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
blockquote em, blockquote i {
	font-style: normal;
	font-weight: 300;
}
blockquote strong, blockquote b {
	font-weight: 400;
}
small {
	font-size: smaller;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
dl {
	margin: 0 20px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 20px;
}
menu, ol, ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}
ul {
	list-style-type: square;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
}
li > ul, li > ol {
	margin: 0;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
button, input {
	line-height: normal;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}
 input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 1.4;
	margin: 0 0 20px;
	width: 100%;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
caption {
	font-size: 16px;
	margin: 20px 0;
}
th {
	font-weight: bold;
	padding: 6px 5px 6px;
}
table p{
	margin: 0px;
	line-height: 1.4;
}
td {
	border-top: 1px solid #ededed;
	padding: 6px 5px 6px;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}
hr.clear {
	clear: both;
}
hr.clear-hide {
	clear: both;
	background: url(none);
}
.clear-both {
	clear: both !important;
}
.clear-none {
	clear: none !important;
}
/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before, .menu-toggle:after, .featured-post:before, .date a:before, .entry-meta .author a:before, .format-audio .entry-content:before, .comments-link a:before, .tags-links a:first-child:before, .categories-links a:first-child:before, .edit-link a:before, .attachment .entry-title:before, .attachment-meta:before, .attachment-meta a:before, .comment-awaiting-moderation:before, .comment-reply-link:before, .comment-reply-login:before, .comment-reply-title small a:before, .bypostauthor > .comment-body .fn:before, .error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}
/* Clearing floats */
.clear:after, .attachment .entry-header:after, .site-footer .widget-area:after, .entry-content:after, .page-content:after, .navigation:after, .nav-links:after, .gallery:after, .comment-form-author:after, .comment-form-email:after, .comment-form-url:after, .comment-body:after,hentry:after{
	clear: both;
}
.clear:before, .clear:after, .attachment .entry-header:before, .attachment .entry-header:after, .site-footer .widget-area:before, .site-footer .widget-area:after, .entry-content:before, .entry-content:after, .page-content:before, .page-content:after, .navigation:before, .navigation:after, .nav-links:before, .nav-links:after, .gallery:before, .gallery:after, .comment-form-author:before, .comment-form-author:after, .comment-form-email:before, .comment-form-email:after, .comment-form-url:before, .comment-form-url:after, .comment-body:before, .comment-body:after,hentry:before{
	content: "";
	display: table;
}
/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
/* Form fields, general styles first. */
button, input, textarea ,select{
	border: 1px solid #66c4d0;
	font-family: inherit;
	padding: 5px;
}
input, textarea {
	color: #141412;
}
input:focus, textarea:focus {
	border: 1px solid #008c9d;
	outline: 0;
}
/* Buttons */
button, input[type="submit"], input[type="button"], input[type="reset"], .wp-polls .Buttons ,.button{
	background: #66c3cf; /* Old browsers */
	border: none;
	border-radius: 4px;
	color: #fff !important;
	display: inline-block;
	padding: 4px 24px 3px;
	text-decoration: none;
}
button:hover, button:focus, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus ,.button:hover{
	background: #7ad743 !important; /* Old browsers */
	outline: none;
	color: #FFF !important;
	text-decoration: none;
}
button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
	background: #7ad743;
	border: none;
	padding: 5px 24px 2px;
}
.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}
.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
 color: #7d7b6d;
}

:-moz-placeholder {
 color: #7d7b6d;
}

::-moz-placeholder {
 color: #7d7b6d;
}

:-ms-input-placeholder {
 color: #7d7b6d;
}
/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.site-main img,.entry-content img, .entry-summary img, .comment-content img, .widget img, .wp-caption {
	max-width: 100%;
	height: auto;
}
/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.site-main img,.entry-content img, .entry-summary img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
	height: auto;
}
img.size-full, img.size-large, img.wp-post-image {
	height: auto;
	max-width: 100%;
}
/* Make sure videos and embeds fit their containers. */
embed, iframe, object, video {
	max-width: 100%;
}
/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}
/* Images */
.alignleft {
	float: left;
	margin-bottom: 20px;
}
.alignright {
	float: right;
	margin-bottom: 20px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
img.alignleft {
	float: left;
	margin-bottom: 20px;
}
img.alignright {
	float: right;
	margin-bottom: 20px;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
figure.wp-caption.alignleft, img.alignleft {
	margin: 5px 20px 5px 0;
}
.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}
figure.wp-caption.alignright, img.alignright {
	margin: 5px 0 5px 20px;
}
.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}
img.aligncenter {
	margin: 5px auto;
}
img.alignnone {
	margin: 5px 0;
}
.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
	color: #333;
	font-size: 13px;
	margin: 0 0 24px;
	text-align: center;
}
div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}
img.wp-smiley, .rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption.alignleft + ul, .wp-caption.alignleft + ol {
	list-style-position: inside;
}
/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	margin: 0 auto;
	width: 100%;
}
.site-main {
	position: relative;
	padding-bottom: 10px;
	padding-top: 0px;
}
.site-header-inner, .main-navigation, .site-main {
	max-width: 1040px;
	margin: auto;
	padding: 0px;
}
.home #primary {
	width: 510px;
	margin: 0px auto 20px;
	float: none;
	min-height:1600px;
}
.home #secondary {
	width: 240px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.home #teritary {
	width: 240px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#primary {
	float: right;
	max-width: 775px;
}
#primary.content-area-full {
	margin: auto;
	float: none;
	max-width: 1040px;
}
#secondary {
	float: left;
	width: 240px;
}
#quaternary {
	max-width: 1040px;
	margin: auto;
	padding: 0px;
	clear: both;
}
.content-area {
	width: 100%;
	padding-top: 0px;
}
.content-area-full {
	float: none;
　  width: 100%;
	padding-top: 10px;
}

.entry-header, .entry-content, .entry-summary, .entry-meta {
	margin: 0 auto 15px;
	width: 100%;
}
.content-area-full .entry-header, .content-area-full .entry-content, .content-area-full .entry-summary, .content-area-full .entry-meta {
	max-width: 1040px;
	width: 100%;
}
/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
	background: #FFF;
	border-top: 4px solid #3bbcc4;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 15px;
}
.site-header-inner {
	width: 100%;
	margin: auto;
	position: relative;
}
.site-title {
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 20px 0 10px;
}
.site-description {
	font-size: 12px;
	position: absolute;
	top: 10px;
}
.site-description {
	margin: 0;
}
.header-utility {
	position: absolute;
	right: 10px;
	top: 25px;
	text-align: right;
}
.header-search {
	display: block;
	padding-top: 14px;
}
.site-header .search-field {
	cursor: pointer;
	height: 22px;
	position: relative;
	background-color: #fff;
	border: 1px solid #06b7a5;
	cursor: text;
	outline: 0;
	width: 195px;
	margin: 0px;
	vertical-align: top;
	padding: 0 5px 0;
}
.site-header .search-submit {
	margin: 0px;
	padding: 4px 0px 4px;
	height: 22px;
	width: 37px;
	border-style: none;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1em;
}
.site-header input[type="submit"]:active{
	background: #7ad743;
	border: none;
margin: 0px;
	padding: 6px 0px 2px;
}
.gooletrans {
	vertical-align: top;
	display: inline-block;
	vertical-align: top;
}
#textsizer {
	font-size: 0px;
	line-height: 0px;
	height: 25px;
	margin-right: 0px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
}
#textsizer dt {
	font-size: 15px;
	font-weight: bold;
}
#textsizer dt, #textsizer dd {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
ul.textresizer {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}
ul.textresizer li {
	font-size: 0px;
	line-height: 0px;
	display: inline-block;
	margin: 0px;
	margin-left: 2px;
	padding: 0px;
}
ul.textresizer a {
	font-size: 0px;
	line-height: 0px;
	text-decoration: none;
	display: block;
	height: 22px;
}
ul.textresizer li.textsize-s a {
	background: url(images/common/btn_font_s.png) no-repeat center top;
	width: 22px;
}
ul.textresizer li.textsize-m a {
	background: url(images/common/btn_font_m.png) no-repeat center top;
	width: 44px;
}
ul.textresizer li.textsize-l a {
	background: url(images/common/btn_font_l.png) no-repeat center top;
	width: 22px;
}
ul.textresizer li.textsize-s a.textresizer-active {
	background: url(images/common/btn_font_s.png) no-repeat center bottom;
}
ul.textresizer li.textsize-m a.textresizer-active {
	background: url(images/common/btn_font_m.png) no-repeat center bottom;
}
ul.textresizer li.textsize-l a.textresizer-active {
	background: url(images/common/btn_font_l.png) no-repeat center bottom;
}
.breadcrumb-section{}
.breadcrumb-section ul{
	margin: 0px 0px 10px;
	padding: 0px;
	list-style: none;
}
.breadcrumb-section ul li{
	display: inline-block;
	margin: 0px;
	padding: 0px 2px;
}
.breadcrumb-section ul li strong span{
	display: none;
}
/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */
.navbar {
	margin: 0 auto;
	width: 100%;
	background: #FFF url(images/common/globalmenu_bg.png) repeat-x;
}
.main-navigation {
	clear: both;
	margin: 0 auto;
	position: relative;
	background: #FFF url(images/common/globalmenu_bg.png) repeat-x;
}
ul.nav-menu, div.nav-menu > ul {
	margin: 0;
	padding: 0;
}
ul.nav-menu {
	font-size: 0px;
	padding-bottom: 5px;
}
.nav-menu > li {
	display: inline-block;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 12.5%;
	height: 75px;
}
.nav-menu li > a {
	color: #141412;
	display: block;
	height: 75px;
	text-align: left;
	text-indent: -9999px;
}
.gmenu01 > a {
	background: url(images/common/gmenu01.svg) no-repeat center top;
}
.gmenu02 > a {
	background: url(images/common/gmenu02.svg) no-repeat center top;
}
.gmenu03 > a {
	background: url(images/common/gmenu03.svg) no-repeat center top;
}
.gmenu04 > a {
	background: url(images/common/gmenu04.svg) no-repeat center top;
}
.gmenu05 > a {
	background: url(images/common/gmenu05.svg) no-repeat center top;
}
.gmenu06 > a {
	background: url(images/common/gmenu06.svg) no-repeat center top;
}
.gmenu07 > a {
	background: url(images/common/gmenu07.svg) no-repeat center top;
}
.gmenu08 > a {
	background: url(images/common/gmenu08.svg) no-repeat center top;
}
.nav-menu li.gmenu01:hover > a, .nav-menu li.gmenu01.current-menu-item > a {
	background: url(images/common/gmenu01_on.svg) no-repeat center top;
}
.nav-menu li.gmenu02:hover > a, .nav-menu li.gmenu02.current-menu-item > a {
	background: url(images/common/gmenu02_on.svg) no-repeat center top;
}
.nav-menu li.gmenu03:hover > a, .nav-menu li.gmenu03.current-menu-item > a {
	background: url(images/common/gmenu03_on.svg) no-repeat center top;
}
.nav-menu li.gmenu04:hover > a, .nav-menu li.gmenu04.current-menu-item > a {
	background: url(images/common/gmenu04_on.svg) no-repeat center top;
}
.nav-menu li.gmenu05:hover > a, .nav-menu li.gmenu05.current-menu-item > a {
	background: url(images/common/gmenu05_on.svg) no-repeat center top;
}
.nav-menu li.gmenu06:hover > a, .nav-menu li.gmenu06.current-menu-item > a {
	background: url(images/common/gmenu06_on.svg) no-repeat center top;
}
.nav-menu li.gmenu07:hover > a, .nav-menu li.gmenu07.current-menu-item > a {
	background: url(images/common/gmenu07_on.svg) no-repeat center top;
}
.nav-menu li.gmenu08:hover > a, .nav-menu li.gmenu08.current-menu-item > a {
	background: url(images/common/gmenu08_on.svg) no-repeat center top;
}


.globalmenu01 > a {
	background: url(images/common/globalmenu01.png) no-repeat center top;
}
.globalmenu02 > a {
	background: url(images/common/globalmenu02.png) no-repeat center top;
}
.globalmenu03 > a {
	background: url(images/common/globalmenu03.png) no-repeat center top;
}
.globalmenu04 > a {
	background: url(images/common/globalmenu04.png) no-repeat center top;
}
.globalmenu05 > a {
	background: url(images/common/globalmenu05.png) no-repeat center top;
}
.globalmenu06 > a {
	background: url(images/common/globalmenu06.png) no-repeat center top;
}
.globalmenu07 > a {
	background: url(images/common/globalmenu07.png) no-repeat center top;
}
.globalmenu08 > a {
	background: url(images/common/globalmenu08.png) no-repeat center top;
}
.nav-menu li.globalmenu01:hover > a, .nav-menu li.globalmenu01.current-menu-item > a {
	background: url(images/common/globalmenu01_on.png) no-repeat center top;
}
.nav-menu li.globalmenu02:hover > a, .nav-menu li.globalmenu02.current-menu-item > a {
	background: url(images/common/globalmenu02_on.png) no-repeat center top;
}
.nav-menu li.globalmenu03:hover > a, .nav-menu li.globalmenu03.current-menu-item > a {
	background: url(images/common/globalmenu03_on.png) no-repeat center top;
}
.nav-menu li.globalmenu04:hover > a, .nav-menu li.globalmenu04.current-menu-item > a {
	background: url(images/common/globalmenu04_on.png) no-repeat center top;
}
.nav-menu li.globalmenu05:hover > a, .nav-menu li.globalmenu05.current-menu-item > a {
	background: url(images/common/globalmenu05_on.png) no-repeat center top;
}
.nav-menu li.globalmenu06:hover > a, .nav-menu li.globalmenu06.current-menu-item > a {
	background: url(images/common/globalmenu06_on.png) no-repeat center top;
}
.nav-menu li.globalmenu07:hover > a, .nav-menu li.globalmenu07.current-menu-item > a {
	background: url(images/common/globalmenu07_on.png) no-repeat center top;
}
.nav-menu li.globalmenu08:hover > a, .nav-menu li.globalmenu08.current-menu-item > a {
	background: url(images/common/globalmenu08_on.png) no-repeat center top;
}
.nav-menu .sub-menu, .nav-menu .children {
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}
.nav-menu .sub-menu ul, .nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}
ul.nav-menu ul a, .nav-menu ul ul a {
	color: #999;
	margin: 0;
	width: 240px;
	text-align: left;
	font-size: 14px;
}
ul.nav-menu ul a:hover, .nav-menu ul ul a:hover, ul.nav-menu ul a:focus, .nav-menu ul ul a:focus {
	color: #fff;
}
ul.nav-menu li:hover > ul, .nav-menu ul li:hover > ul, ul.nav-menu .focus > ul, .nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
	color: #fff;
}
.menu-toggle {
	display: none;
}
/**
 * 4.3 main-slider
 * ----------------------------------------------------------------------------
 */
.main-slider-area {
	width: 100%;
	max-width: 1040px;
	position: relative;
	overflow: hidden;
	margin: auto;
	background: #FFF;
	max-height:350px;
}
.slider-cell {
	width: 100%;
}
.slider-cell-inner {
	width: 100%;
	max-width: 1040px;
	margin: auto;
	position: relative;
	padding-right: 200px;
}
.main-slider-area #bx-pager{
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 100;
}
.main-slider, .spot-slider {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
 *zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	max-height: 100%;
	height:auto;
	display: block;
}
.bx-wrapper .bx-viewport {
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -35px;
	width: 100%;
}
/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
 *zoom: 1;
 *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
	line-height: 1.2em;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.index-description{
	width: 100%;
	max-width: 1040px;
	margin: auto;
	position: relative;
	}
.index-description p{
	margin: 10px;
}

/**
 * 4.4 spot-slider
 * ----------------------------------------------------------------------------
 */
.photo-area{
	margin-bottom: 20px;
	position: relative;
}
.photo-area .spot-slider{
}
.spot-slider img{
	height:420px;
	max-width:100%;
	width:auto;}
.photo-area #bx-pager{
	width: 95px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.photo-area #bx-pager img{
	margin-bottom: 13px;
}
/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	padding: 10px 0 10px;
}
.bread-crumb {
	list-style: none;
	margin-bottom: 10px;
}
.bread_crumb li {
	display: inline-block;
}
/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */
.entry-header {
	position: relative;
}
.entry-header h1.entry-title{
	border-bottom: 5px solid #66c3cf;
	margin-right: -20px;
	margin-left: -20px;
	padding-right: 20px;
	padding-left: 20px;
	}

.sidebar .entry-header .entry-meta {
	padding: 0;
}
.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}
.entry-title {
	margin: 0 0 5px;
	font-weight: bold;
}
.entry-title a {
	color: #141412;
}
.entry-title a:hover {
	color: #0099FF;
}
.entry-header .entry-title, .search-results .entry-header .entry-title {
	color: #000;
	padding: 10px 0px 6px;
}
/**
 * 5.1 Page Header
 * ----------------------------------------------------------------------------
 */
.page-header {
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 10px;
	background-color: #3bbcc4;
	border-radius:10px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
.page-header .page-title img{
	vertical-align: bottom;
	margin-top: -10px;
}
.page-header .page-title{
	color: #FFF;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}
.entry-meta > span {
	margin-right: 20px;
}
.entry-meta > span:last-child {
	margin-right: 0;
}
.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}
.entry-meta .date a:before {
	content: "\f303";
}
.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}
.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}
.categories-links a:first-child:before {
	content: "\f301";
}
.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}
.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}
.single-author .entry-meta .author, .sticky.format-standard .entry-meta .date, .sticky.format-audio .entry-meta .date, .sticky.format-chat .entry-meta .date, .sticky.format-image .entry-meta .date, .sticky.format-gallery .entry-meta .date {
	display: none;
}
/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
.entry-content h2 {
}
.entry-content h3 {
}
.entry-content h4 {
}
.entry-content blockquote {
	font-size: 24px;
}
.entry-content blockquote cite, .entry-content blockquote small {
	font-size: 16px;
}
footer.entry-meta {
	margin-top: 24px;
}
.format-standard footer.entry-meta {
	margin-top: 0;
}
/* Page links */
.page-links {
	clear: both;
	font-size: 13px;
	font-weight: normal;
	line-height: 2;
	margin: 20px 0;
	text-transform: uppercase;
}
.page-links a, .page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}
.format-status .entry-content .page-links a, .format-gallery .entry-content .page-links a, .format-chat .entry-content .page-links a, .format-quote .entry-content .page-links a, .page-links a {
	background: #0099FF;
	border: 1px solid #0099FF;
	color: #fff;
}
.format-gallery .entry-content .page-links a:hover, .format-audio .entry-content .page-links a:hover, .format-status .entry-content .page-links a:hover, .format-video .entry-content .page-links a:hover, .format-chat .entry-content .page-links a:hover, .format-quote .entry-content .page-links a:hover, .page-links a:hover {
	background: #fff;
	color: #0099FF;
}
.format-status .entry-content .page-links > span, .format-quote .entry-content .page-links > span {
	background: none;
}
.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}
/* Mediaelements */
.hentry .mejs-mediaelement, .hentry .mejs-container .mejs-controls {
	background: #ccc;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #0099FF;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-total, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}
.hentry .mejs-controls .mejs-time-rail span, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}
/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
	text-align: center;
}
.gallery-item {
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
	display: inline-block;
}
.gallery-columns-1.gallery-size-medium, .gallery-columns-1.gallery-size-thumbnail, .gallery-columns-2.gallery-size-thumbnail, .gallery-columns-3.gallery-size-thumbnail, .gallery-columns-4.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}
.gallery-columns-1 .gallery-item, .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
	text-align: center;
}
.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width: calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}
.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
	width: 100%;
}
.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.gallery-item:hover .gallery-caption {
	opacity: 1;
}
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
	display: none;
}
/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #eee;
}
.blog .format-aside:first-of-type, .single .format-aside:first-of-type, .format-aside + .format-aside, .format-aside + .format-link, .format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}
.format-aside .entry-meta {
	margin-top: 0;
}
.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}
.format-aside cite {
	font-size: 100%;
	text-transform: none;
}
.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}
/* Audio */
.format-audio {
	background-color: #db572f;
}
.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}
.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}
.format-audio .entry-content a, .format-audio .entry-meta a, .format-audio .entry-content a:hover, .format-audio .entry-meta a:hover {
	color: #fbfaf3;
}
.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width: calc(100% - 85px);
}
.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}
.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}
/* Chat */
.format-chat {
	background-color: #eadaa6;
}
.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}
.format-chat .entry-meta a, .format-chat .entry-content a {
	color: #722d19;
}
.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}
.format-chat .entry-meta .author {
	display: none;
}
.format-chat .chat {
	margin: 0;
}
.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}
.format-chat .chat .fn {
	font-style: normal;
}
/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}
.format-gallery .entry-header {
	margin-bottom: 15px;
}
.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}
.format-gallery .entry-meta a, .format-gallery .entry-content a {
	color: #722d19;
}
/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}
.format-image .categories-links, .format-image .tags-links {
	display: none;
}
/* Link */
.format-link {
	background-color: #eee;
}
.blog .format-link:first-of-type, .single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}
.format-link .entry-header, .format-link .entry-content p:last-child {
	margin-bottom: 0;
}
.format-link .entry-title {
	color: #0D7BEE;
	display: inline;
	margin-right: 20px;
}
.format-link .entry-title a {
	color: #0D7BEE;
}
.format-link div.entry-meta {
	display: inline;
}
/* Quote */
.format-quote {
	background-color: #210d10;
}
.format-quote .entry-content, .format-quote .entry-meta {
	color: #eee;
}
.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}
.format-quote .entry-content a, .format-quote .entry-meta a, .format-quote .linked {
	color: #0099FF;
}
.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}
.format-quote .entry-content cite a:hover {
	text-decoration: none;
}
.format-quote blockquote small, .format-quote blockquote cite {
	display: block;
	font-size: 16px;
}
.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}
.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}
.format-quote .entry-meta .author {
	display: none;
}
/* Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}
.format-status .entry-content, .format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}
.format-status .entry-content a {
	color: #eadaa6;
}
.format-status .entry-meta a {
	color: #eee;
}
.sidebar .format-status .entry-content, .sidebar .format-status .entry-meta {
	padding-left: 95px;
}
.format-status .entry-content:before, .format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}
.sidebar .format-status .entry-content:before, .sidebar .format-status .entry-meta:before {
	left: 70px;
}
.format-status .categories-links, .format-status .tags-links {
	display: none;
}
/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}
.format-status .entry-content {
	color: #eee;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}
.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}
.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}
.format-status .entry-content p:last-child {
	margin-bottom: 0;
}
.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}
.format-status .entry-meta .date a:before {
	content: "\f105";
}
/* Video */
.format-video {
	background-color: #db572f;
}
.format-video .entry-content a, .format-video .entry-meta a, .format-video .entry-content a:hover, .format-video .entry-meta a:hover {
	color: #fbfaf3;
}
.format-video .entry-title {
	font-size: 50px;
	font-weight: 400;
}
.format-video .entry-meta {
	color: #ccc;
}
/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	margin: 0;
	padding: 0;
	background: #ededed;
}
.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}
.attachment .entry-title {
	display: inline-block;
	float: left;
	margin: 0;
}
.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}
.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 630px;
	padding: 9px 0 0;
	text-align: right;
}
.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}
.attachment footer.entry-meta {
	display: none;
}
.attachment-meta:before {
	content: "\f307";
}
.full-size-link a:before {
	content: "\f402";
}
.full-size-link:before {
	content: none;
}
.attachment .entry-meta a, .attachment .entry-meta .edit-link:before, .attachment .full-size-link:before {
	color: #0D7BEE;
}
.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}
.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}
.image-navigation a:hover {
	text-decoration: none;
}
.image-navigation .nav-previous, .image-navigation .nav-next {
	position: absolute;
	top: 50px;
}
.image-navigation .nav-previous {
	left: 0;
}
.image-navigation .nav-next {
	right: 0;
}
.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}
.attachment .entry-attachment, .attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}
.attachment .entry-attachment .attachment {
	display: inline-block;
}
.attachment .entry-caption {
	text-align: left;
}
.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 630px;
}
.attachment .entry-caption p:last-child, .attachment .entry-description p:last-child {
	margin: 0;
}
.attachment .site-main .sidebar-container {
	display: none;
}
.attachment .entry-content .mejs-audio {
	max-width: 400px;
	margin: 0 auto;
}
.attachment .entry-content .wp-video {
	margin: 0 auto;
}
.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}
/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}
.navigation .nav-next {
	float: right;
}
.navigation a {
	color: #0D7BEE;
}
.navigation a:hover {
	color: #0099FF;
	text-decoration: none;
}
/* Paging Navigation */

.paging-navigation {
	border-top: 5px solid #CCC;
	margin: 24px 0;
}
.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}
.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}
.paging-navigation a {
	color: #2b2b2b;
}
.paging-navigation .page-numbers.current {
	border-top: 5px solid #008c9d;
}
.paging-navigation a:hover {
	border-top: 5px solid #6cccd2;
	color: #2b2b2b;
}
.post-navigation {
	color: #0D7BEE;
	font-size: 13px;
	padding: 20px 0;
}
.post-navigation .nav-links {
	margin: 0 auto;
}
.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}
/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0 auto;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}
.author.sidebar .author-info {
	padding: 30px 30px 10px;
}
.single .author-info {
	padding: 50px 0 0;
}
.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}
.single-format-status .author-description {
	color: #eee;
}
.author-description .author-title {
	clear: none;
	margin: 0 0 8px;
}
.author-link {
	color: #0D7BEE;
	margin-left: 2px;
}
.author.archive .author-link {
	display: none;
}
/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
}
.archive-title, .archive-meta {
	margin: 0 auto;
	padding: 10px 0 20px;
	width: 100%;
}
.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.news-list .hentry{
	border-bottom: 1px dashed #999;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */


.page-content {
	margin: 0 auto;
	padding: 40px 0;
	width: 100%;
}
/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
}
.error404 .page-title {
	margin: 0;
}
.error404 .page-header, .error404 .page-content {
	margin: 0 auto;
	padding-bottom: 20px;
	width: 100%;
}
/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title, .comment-list, .comment-reply-title, .must-log-in, .comment-respond .comment-form, .comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding: 0px 20px;
}
.comments-title {
}
.comment-list, .comment-list .children {
	list-style-type: none;
	padding: 0;
}
.comment-list .children {
	margin-left: 20px;
}
.comment-list > li:after, .comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}
.comment-list > li:last-child:after {
	display: none;
}
.comment-body {
	padding: 24px 20px;
	position: relative;
}
.comment-author {
	float: left;
	max-width: 64px;
	margin-left: 10px;
}
.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}
.comment-author .fn {
	word-wrap: break-word;
}
.comment-author .fn, .comment-author .url, .comment-reply-link, .comment-reply-login {
	color: #0D7BEE;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
.says {
	display: none;
}
.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}
.no-avatars .comment-metadata, .no-avatars .comment-content, .no-avatars .comment-list .reply {
	width: 100%;
}
.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}
.comment-list .edit-link {
	margin-left: 20px;
}
.comment-metadata, .comment-awaiting-moderation, .comment-content, .comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width: calc(100% - 124px);
	word-wrap: break-word;
}
.comment-meta, .comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}
.comment-meta a:hover {
	color: #0099FF;
}
.comment-metadata {
	margin-bottom: 20px;
}
.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}
.comment-awaiting-moderation {
	color: #a2a2a2;
}
.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}
.comment-reply-link:before, .comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}
/* Comment form */
.comment-respond {
	background-color: #eee;
	padding: 30px 0;
}
.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}
.comment-reply-title {
}
.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}
.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}
.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}
.sidebar .comment-list .comment-reply-title, .sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}
.comment-form .comment-notes {
	margin-bottom: 15px;
}
.comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .comment-form-url {
	margin-bottom: 8px;
}
.comment-form [for="author"], .comment-form [for="email"], .comment-form [for="url"], .comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}
.comment-form .required {
	color: #ed331c;
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}
.comment-form textarea {
	width: 100%;
}
.form-allowed-tags, .form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}
.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}
.comment-list .pingback, .comment-list .trackback {
	padding-top: 24px;
}
.comment-navigation {
	font-size: 20px;
	font-weight: 300;
	margin: 0 auto;
	padding: 20px 0 30px;
	width: 100%;
}
.no-comments {
	background-color: #eee;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */
.index-spot-cat-list {
	font-size: 0px;
}
.index-spot-cat-list li {
	display: inline-block;
	width: 33.33%;
	text-align: center;
	margin-bottom: 3px;
}

.widget {
	margin-bottom: 20px;
}
.widget .spot-menu a {
	color: #000;
	text-decoration: none;
	display: block;
}
.widget .spot-menu a:hover {
	color: #000;
	text-decoration: none;
}
.widget .spot-menu ul .current-menu-item a {
	background-color: rgba(175,248,245,1);
	border-radius: 5px;
	color: #000;
}
.spot-menu {
	margin-top: 0px;
}
.spot-cat01, .spot-cat02, .spot-cat03, .spot-cat04, .spot-cat05, .spot-cat06, .spot-cat07, .spot-cat08 {
	border-bottom: 1px dotted #bfbfbf;
}
.spot-menu li > a{
	font-size: 15px;
	padding-left: 45px;
	line-height: 18px;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 10px;
}
.spot-menu .spot-cat01 > a {
	background: url(images/common/icn_spot_cat01.png) no-repeat left center;
}
.spot-menu .spot-cat02 > a {
	background: url(images/common/icn_spot_cat02.png) no-repeat left center;
}
.spot-menu .spot-cat03 > a {
	background: url(images/common/icn_spot_cat03.png) no-repeat left center;
}
.spot-menu .spot-cat04 > a {
	background: url(images/common/icn_spot_cat04.png) no-repeat left center;
}
.spot-menu .spot-cat05 > a {
	background: url(images/common/icn_spot_cat05.png) no-repeat left center;
}
.spot-menu .spot-cat06 > a {
	background: url(images/common/icn_spot_cat06.png) no-repeat left center;
}
.spot-menu .spot-cat07 > a {
	background: url(images/common/icn_spot_cat07.png) no-repeat left center;
}
.spot-menu .sub-menu {
	margin: 5px 0px;
}
.spot-menu .sub-menu li {
	border-top: 1px dotted #bfbfbf;
}
.spot-menu .sub-menu a {
	background: url(images/common/icn_submenu.png) no-repeat left 3px;
	padding-left: 20px;
	font-size: 14px;;
	line-height: 16px;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 6px;
}
.widget .menu li,.widget_categories li,.widget_recent_entries li{
	border-bottom: 1px dotted #CCC;
}
/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget-full {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 0 0 20px;
	padding: 0px;
	word-wrap: break-word;
	border-radius: 10px;
}
.sidebar-footer .widget-title {
	font-size: 16px;
}
.widget ul, .widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.widget li {
	padding: 5px 0;
}
.widget .children li:last-child {
	padding-bottom: 0;
}
.widget li > ul, .widget li > ol {
	margin-left: 20px;
}
.widget a {
	color: #0D7BEE;
}
.widget a:hover {
	color: #0099FF;
}
/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}
.widget_rss .rss-date, .widget_rss li > cite {
	color: #a2a2a2;
}
/* Calendar Widget */
.widget_calendar table, .widget_calendar td, .widget_calendar th {
	border: 1px solid #999;
	border-collapse: collapse;
	border-spacing: 1px;
}
.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}
.widget_calendar th, .widget_calendar td {
	padding: 0;
	text-align: center;
}
.widget_calendar a {
	display: block;
}
.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}
.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}
.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}
.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}


.search-spot-widget, .bnr-widget,
.popular-posts ,
.widget_calendar,
.eo__event_categories,
.widget_categories,
.widget_recent_entries{
	background: #FFF;
	padding: 0 15px 15px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
.search-spot-widget .widget-title {
	color: #FFF;
	background: #008b9c url(images/index/search_spot_title.png) no-repeat right center;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 10px 8px;
	margin: 0px -15px 5px;
	text-shadow: -1px -1px 0px rgba(0,0,0,0.4);
}
.widget_calendar .widget-title,
.eo__event_categories .widget-title,
.widget_categories .widget-title,
.widget_recent_entries .widget-title{
	color: #FFF;
	background: #008b9c;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 10px 8px;
	margin: 0px -15px 5px;
	text-shadow: -1px -1px 0px rgba(0,0,0,0.4);
}

.search-spot-widget .widget-title span, .bnr-widget .widget-title span {
	font-size: 14px;
}
.search-spot-widget li {
	padding-top: 3px;
	padding-bottom: 3px;
}
.search-spot-widget label input {
	margin-right: 5px;
}
.search-spot-widget ul {
	margin-bottom: 10px;
}
.search-spot-widget hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
.search-spot-widget input[type="submit"] {
	display: block;
	margin: auto;
}
.search-spot-widget .search-field{
	margin: auto;
	display: block;
}
.bnr-widget .widget-title, .popular-posts .widget-title {
	color: #FFF;
	background: #6cccd2;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 10px 8px;
	margin: 0px -15px 15px;
	text-shadow: -1px -1px 0px rgba(0,0,0,0.4);
}
.popular-posts .widget-title {
	background: #6cccd2 url(images/index/h3_access_ranking.png) no-repeat right center;
}
ol.wpp-list {
	list-style: decimal;
	padding-left: 1.5em;
}
.widget .about-link-list {
	background: url(images/index/about_link_list.png) no-repeat right center;
	list-style: disc outside;
	padding-left: 1em;
	font-size: 13px;
	margin-bottom: 15px;
}
/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */
.footer-menu-widget{
	background: #FFF;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	margin-bottom: 20px;
	padding-top: 0px;
	}
.footer-menu-widget .main-navigation{
	margin-bottom: 20px;
}
.footer-menu-widget .main-navigation li{
	padding: 0px;
}
.footer-menu-widget .cell{
	width: 20%;
	margin: 0px;
	padding: 0px 10px;
	float: left;
}
.footer-menu-widget dl{
	margin: 0px 0px 20px;
	padding: 0px;
	font-size: 12px;
}
.footer-menu-widget dl dt
{
	color: #FFF;
	background-color: #008b9c;
	padding: 3px 5px 2px;
	border-radius:3px;
}
.footer-menu-widget dl dd{
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 0px;
}
.footer-menu-widget dl ul li{
border-bottom: 1px dotted #bfbfbf;
}
.footer-menu-widget dl ul ul{
	display: none;
}
.site-footer {
	color: #686758;
	font-size: 14px;
	text-align: center;
	clear: both;
}
.site-footer .widget-area, .sidebar .site-footer {
	text-align: left;
}
.site-footer a {
	color: #333;
}
.site-footer .sidebar-container {
	padding: 10px 0;
}
.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}
.site-footer .widget a {
	color: #333;
}
.footer-bnr-list {
	margin-top: 20px;
	margin-bottom: 20px;
}
.footer-bnr-list ul {
	text-align: left;
	max-width: 960px;
	font-size: 0px;
	margin: auto;
}
.footer-bnr-list ul li {
	display: inline-block;
	width: 12.5%;
	text-align: center;
}
.footer-menu ul {
	text-align: center;
}
.footer-menu ul li {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}
.site-info {
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
	border-top: 5px solid #009db1;
	background: #fff;
	text-align: center;
}
.site-info h2 {
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	margin-right: 10px;
}
.site-info p {
	font-size: 13px;
	display: inline-block;
}
.site-info p.copyright {
	font-size: 13px;
	display: block;
}


#wpstats {
	display: block;
	margin: -10px auto 0;
}
/**
 * Extra
 * ----------------------------------------------------------------------------
 */
/**
 * common
 */
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.float-txt {
	overflow: auto;
}
.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}
.layout2column {
	clear: both;
}
.layout2column .cell {
	width: 48%;
	margin-bottom: 15px;
}
.layout2column .float-left {
	float: left;
	padding-right: 15px;
}
.layout2column .float-right {
	float: right;
	padding-left: 15px;
}
.layout3column {
	clear: both;
}
.layout3column .cell,.layout3column dl.cell {
	float: left;
	width: 33.33%;
	padding: 0px 15px;
	margin: 0px 0px 15px;
}
.layout{font-size: 0px;
margin-right: -1.5%;
	margin-left: -1.5%;
	}

.layout .cell{
	vertical-align: top;
	display: inline-block;
	margin-right: 1.5%;
	margin-bottom: 15px;
	margin-left: 1.5%;
	padding: 0px;
	font-size: 14px;
}
.section-title{
	background-color: #6cccd2;
	color: #FFF;
	padding: 3px 3px 1px;
	border-radius:10px;
}
.layout .cell.cl1{
	width: 97%;
}
.layout .cell.cl2{
	width: 47%;
}
.layout .cell.cl3{
	width: 30.33%;
}
.layout .cell.cl3w{
	width: 63.66%;
}
.layout .cell.cl4{
	width: 22%;
}
.layout .cell.cl5{
	width: 19%;
	margin-right: 0.5%;
	margin-bottom: 15px;
	margin-left: 0.5%;
}
.layout .cell.cl5 img{
	max-width: 100%;
}
.mgn-t-0 {
	margin-top: 0px;
}
.wp-pagenavi {
	text-align: center;
	margin-bottom: 20px;
	padding-top: 15px;
}
.goto_list {
	margin-bottom: 0px;
	text-align: right;
}
.goto_list a {
	display: inline-block;
	background: #6cccd2 url(images/common/btn_goto_bg.png) no-repeat 10px center;
	color: #FFF;
	padding: 2px 12px 1px 25px;
	border-radius: 10px;
	font-size: 13px;
}
.bnr-list {
	margin: 15px 0;
	padding: 0px;
	list-style: none;
}
.bnr-list li {
	text-align: center;
	margin-bottom: 5px;
}
.btn-set{
	list-style: none;
	margin-top: 100px;
	margin-bottom: 20px;
}
.btn-set li{
	list-style: none;
	margin-bottom: 15px;
	
}
.btn-set li a.btn{
	width: 100%;
	display: block;
}
.entry-content .btn-set a[href$=".pdf"]{
	padding-left: 40px;
	background-color: #99c729 !important;
	background: url(images/common/icn_pdf.gif) no-repeat 10px;
	line-height: 20px;
	display: inline-block;
}
.entry-content .btn-set a[href$=".pdf"]:hover{
	background-color: #7ad743 !important;
}
a.btn-pdf {
	border: none;
	border-bottom: 3px solid #43a700;
	border-radius: 4px;
	color: #fff !important;
	display: inline-block;
	padding: 6px 24px 5px 56px !important;
	text-decoration: none;
	background-color: #99c729 !important;
	background-image: url(images/common/icn_pdf_48.png) !important;
	background-repeat: no-repeat;
	background-position: left center !important;
}
a.btn-pdf:hover {
	background-color: #7ad743 !important;
	background-image: url(images/common/icn_pdf_48.png);
	outline: none;
}
a.btn-pdf:active {
	background-color: #7ad743 !important;
	background-image: url(images/common/icn_pdf_48.png);
	border: none;
	border-top: 3px solid #43a700;
	padding: 5px 24px 6px 56px !important;
}
a.btn-ebook {
	border: none;
	border-bottom: 3px solid #43a700;
	border-radius: 4px;
	color: #fff !important;
	display: inline-block;
	padding: 6px 24px 5px 56px !important;
	text-decoration: none;
	background-color: #99c729;
	background-image: url(images/common/icn_ebook.png);
	background-repeat: no-repeat;
	background-position: left center;
}
a.btn-ebook:hover {
	background-color: #7ad743;
	background-image: url(images/common/icn_ebook.png);
	outline: none;
}
a.btn-ebook:active {
	background-color: #7ad743;
	background-image: url(images/common/icn_ebook.png);
	border: none;
	border-top: 3px solid #43a700;
	padding: 5px 24px 6px 56px;
}
a.btn {
	border: none;
	border-bottom: 2px solid #43a700;
	border-radius: 4px;
	color: #fff !important;
	display: inline-block;
	padding: 6px 24px 5px 24px;
	text-decoration: none;
	background-color: #99c729 !important;
}
a.btn:hover {
	background-color: #7ad743 !important;
	outline: none;
}
.attention-list {
	font-size: 12px;
	list-style: none;
	padding: 0em;
	margin-left: 1em;
}
.attention-list li {
	text-indent: -1em;
	padding-left: 1em;
}
.font-red {
	color: #900;
}
#page-top {
	position: fixed;
	bottom: 0px;
	right: 0px;
}
#page-top a {
	text-decoration: none;
	width: 90px;
	padding: 0;
	text-align: center;
	display: block;
}
#page-top a:hover {
	text-decoration: none;
}
img.flame {
	display: block;
	padding: 6px;
	border: 1px solid #efefef;
}
img.flame-inline {
	display: inline-block;
	padding: 6px;
	border: 1px solid #efefef;
	margin-right: 10px;
	margin-left: 10px;
}
/**
 * index
 */

.index-feature-list {
	list-style: none;
	padding: 0px;
	margin-right: -20px;
}
.index-feature-list li {
	float: left;
	margin: 0px 20px 20px 0px;
	padding: 0px;
}
.index-feature-list li img {
	max-width: 100%;
	height: auto;
}
.index-news {
	background: #FFF;
	border-radius: 8px;
	padding: 0px 20px 20px;
	overflow: hidden;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	margin-bottom: 20px;
}
.index-news header {
	background: #008b9c;
	color: #FFF;
	margin: 0px -20px 20px;
	padding: 12px 15px 8px;
}
.index-news header h2 {
	margin: 0px;
	font-size: 18px;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.2);
	padding: 0px;
	color: #FFF;
}
.index-news-list {
	margin: 0px 0px 15px;
}
.index-news-list dt {
	font-weight: normal;
	margin: 0px 10px 0px 0px;
	font-size: 13px;
}
.index-news-list dt span {
	display: inline-block;
	padding: 0px 3px;
	border: 1px solid #008b9c;
	font-size: 11px;
	margin-right: 5px;
	margin-left: 5px;
}
.index-news-list dd span {
	display: inline-block;
	padding: 0px 3px;
	border: 1px solid #008b9c;
	font-size: 11px;
	margin-right: 5px;
	margin-left: 5px;
}
.index-news-list dd {
	margin: 0px 0px 8px;
	font-size: 14px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 4px;
}
.index-news-list dd a {
	color: #008b9c;
}
.movie-block{
	text-align: right;
	position: relative;
}
.movie-block h2{
	position: absolute;
	left: 0px;
	top: -10px;
	padding: 0px;
	margin: 0px;
}
.fb-block {
	text-align: center;
	width: 48%;
	margin-bottom: 20px;
}
.fb-left{float: left;}
.fb-right{float: right;}

.office-card {
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 15px;
	background: #FFF;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
.office-card-title {
	font-size: 18px;
	margin-top: 0px;
	font-weight: bold;
	color: #008b9c;
	margin-bottom: 5px;
}
.office-card-title span {
	background: #008b9c;
	text-align: center;
	display: block;
	margin-bottom: 5px;
	border-radius: 4px;
}
.office-card p {
	margin: 0px;
}
.pickup-widget-navi {
	margin: 0 auto;
	width: 100%;
	background: #FFF url(images/common/globalmenu_bg.png) repeat-x;
	font-size: 0px;
	padding: 0px;
}
.pickup-widget-navi li {
	display: inline-block;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 12.5%;
	margin: 0px;
	padding: 0px;
}
.pickup-widget-navi li a {
	display: block;
}
.pickup-widget-navi .tabMenu01 > a {
	background: url(images/common/globalmenu01_on.png) no-repeat left top;
	background-size:contain;
}
.pickup-widget-navi .tabMenu02 > a {
	background: url(images/common/globalmenu02_on.png) no-repeat left top;
	background-size:contain;
}
.pickup-widget-navi .tabMenu03 > a {
	background: url(images/common/globalmenu03_on.png) no-repeat left top;
	background-size:contain;
}
.pickup-widget-navi .tabMenu04 > a {
	background: url(images/common/globalmenu04_on.png) no-repeat left top;
	background-size:contain;
}
.pickup-widget-navi .tabMenu05 > a {
	background: url(images/common/globalmenu05_on.png) no-repeat left top;
	background-size:contain;
}
.pickup-widget-navi .tabMenu06 > a {
	background: url(images/common/globalmenu06_on.png) no-repeat left top;
	background-size:contain;
}
.pickup-widget-navi .tabMenu07 > a {
	background: url(images/common/globalmenu07_on.png) no-repeat left top;
	background-size:contain;
}
.pickup-widget-navi .tabMenu08 > a {
	background: url(images/common/globalmenu08_on.png) no-repeat left top;
	background-size:contain;
}
#tabBox02, #tabBox03, #tabBox04, #tabBox05, #tabBox06, #tabBox07, #tabBox08,#tabBox02-ev {
	display: none;
}
.pickup-widget-navi li:hover img, .pickup-widget-navi a.active img {
	opacity: 0;
}
.pickup-title {
	color: #333;
	padding: 3px 20px 2px 30px;
	margin-left: 10px;
	position: relative;
	font-size: 15px;
	margin-bottom: 0px;
	display: inline-block;
	border-radius: 10px;
}
#tabBox01 .pickup-title {
	background: #e55b65;
}
#tabBox02 .pickup-title {
	background: #ffbf7f;
}
#tabBox03 .pickup-title {
	background: #ffff7f;
}
#tabBox04 .pickup-title {
	background: #cdff78;
}
#tabBox05 .pickup-title {
	background: #96e196;
}
#tabBox06 .pickup-title {
	background: #bbe7ff;
}
#tabBox07 .pickup-title {
	background: #c2d7ff;
}
#tabBox08 .pickup-title {
	background: #ded3ff;
}
.pickup-title img {
	position: absolute;
	left: -45px;
	top: -15px;
}
.pickup-spot-list {
	font-size: 0px;
	margin: 0px;
}
.pickup-spot-list article {
	font-size: 13px;
	width: 33.3%;
	vertical-align: top;
	display: inline-block;
	padding: 15px;
	margin: 0px;
}
.pickup-spot-list .spot-thumb {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	height: 140px;
	width: 140px;
}
.pickup-spot-list .spot-thumb img {
	border: 3px solid rgba(204,204,204,1);
	border-radius: 75px;
	margin-right: 20px;
	height: 140px;
	width: 140px;
	overflow: hidden;
}
.pickup-spot-list .spot-list-data {
	padding: 0px;
	margin: 0px;
	overflow: auto;
}
.pickup-spot-list .spot-list-data h3 {
	font-size: 14px;
	font-weight: bold;
	clear: none;
}
.pickup-access-block {
	padding-right: 0px;
	padding-left: 20px;
}
.pickup-access-block .index-pickup-access {
	float: left;
	margin-right: 10px;
	width: 380px;
	margin-left: 0px;
}
.index-pickup-access dt {
	color: #008b9c;
}
.btn-index-pickup {
	padding: 2px 15px 2px 15px;
	display: inline-block;
	border-radius: 10px;
	background: #cfae22;
	font-weight: bold;
	color: #FFF !important;
}
.btn-index-pickup-outer {
	padding: 2px 15px 2px 15px;
	display: inline-block;
	border-radius: 10px;
	background: #cfae22 url(images/common/icn_link-outer.png) no-repeat right center;
	font-weight: bold;
	color: #FFF !important;
}
.index-pickup-modelroute {
	max-width: 860px;
	margin-right: auto;
	margin-left: auto;
}
.save_btn_set .btn_print {
	float: left;
	max-width:48%;
}
.save_btn_set{
	text-align: center;
}
.save_btn_set .btn_mail_url {
	float: right;
	max-width:48%;
	text-align: center;
}
.print_btn_set .btn_print {
	float: none;
	max-width: 48%;
	display: block;
	margin: 10px auto;
	text-align: center;
}
/**
 * spot
 */
.spot-search{
	padding: 15px;
	margin-bottom: 20px;
	background-color: #FFF;
	border-radius:10px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
.spot-search-set{
	text-align: center;
}
.spot-search-set input[type="submit"]{
	font-size: 16px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 5px;
	margin-right: 3px;
	margin-left: 3px;
}
.spot-search-set select {
	background-color: #FFF;
	border-radius: 0px !important;
	height: 36px;
}
.spot-search-set select option{
	padding:5px;}
.spot-search-header {
	position: relative;
	min-height: 70px;
	margin-bottom: 0px;
}
h3.title-select-cat {
	background: url(images/spot/icn_select_cat.png) no-repeat left center;
	padding-left: 25px;
}
h3.title-select-area {
	background: url(images/spot/icn_select_area.png) no-repeat left center;
	padding-left: 25px;
}
h3.title-select-word {
	background: url(images/spot/icn_select_word.png) no-repeat left center;
	padding-left: 25px;
}
.spot-search-menu {
	font-size: 0px;
	display: inline-block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.spot-search-menu li {
	font-size: 0px;
	display: inline-block;
	list-style: none;
	margin-left: 5px;
	margin-bottom: 5px;
}
.spot-index-header h1 {
	font-size: 21px;
	margin: 0px;
	padding: 5px 5px 5px 40px;
	color: #FFF;
}
.column {
	background: #FFF;
	margin-bottom: 20px;
	border-radius: 10px;
	padding: 15px;
	border: 1px solid #CCC;
}
h2.column-title {
	border-left: 5px solid #ffba44;
	clear: none;
	font-size: 21px;
	padding-left: 10px;
	margin: 0px 0px 15px;
	font-weight: bold;
}
.pickup-spot h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 0px;
}
.select-keyword {
	padding: 0px 0px 15px;
}
.select-spot-cat {
	padding: 0px;
}
.select-spot-cat h3, .select-area h3, .select-keyword h3 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #999;
}
.select-spot-cat dl {
	margin-right: 0px;
	margin-left: 0px;
}
.select-spot-cat dt {
	margin-bottom: 5px;
	font-size: 15px;
	position: relative;
}
.select-spot-cat dt label {
	display: block;
	background: #ededed;
	padding: 4px;
	border-radius: 4px;
}
.select-spot-cat dl span {
	font-size: 10px;
	display: inline-block;
	padding: 2px 5px 0px;
	background: #ededed;
	color: #999;
	font-weight: normal;
	border-radius: 3px;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #999;
	position: absolute;
	top: 6px;
	right: 6px;
}
.select-spot-cat dl span:hover {
	background: #ccc;
	color: #999;
}
.select-spot-cat dd {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px;
}
.select-spot-cat ul, .select-area ul, .select-keyword ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 0px;
}
.select-spot-cat li, .select-area li, .select-keyword li {
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
}
.select-area li {
	width: 25%;
	margin-right: 0px;
}
.search-spot .search-field {
	width: 100%;
}
.search-spot .searchsubmit {
	clear: both;
	width: 100%;
}
.search-spot input[type="submit"] {
	background: #ffba44;
	border: none;
	border-radius: 2px;
	color: #fff;
	display: block;
	padding: 11px 48px 10px;
	text-decoration: none;
	margin: auto;
}
.single .site-content,
.page .site-content{
	background: #FFF;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 20px;
	clear: both;
	display: block;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
.page-template-page-cat_spot_see .site-content,.page-template-page-indextest .site-content{
	background: inherit;
	padding: 0px 0px;
	border-radius: 0px;
	margin-bottom: 20px;
	clear: both;
	display: block;
	box-shadow: none;
}
.type-post_spot h1.entry-title {
}
.spot-cat-label {
	display: inline-block;
}
.spot-cat-label a {
	display: inline-block;
	background: #66c4d0;
	padding: 3px 8px 2px;
	margin: 0px 5px 3px 0px;
	color: #FFF;
	font-size: 11px;
	border-radius: 5px;
	white-space: nowrap;
}
.type-post_spot .spot-data h2 {
	clear: none;
	font-size: 18px;
	padding-left: 10px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #ffba44;
}
.spot-data-table {
	margin: 15px 0px;
	border-top: 1px dotted #d2d2d2;
	clear: both;
}
.spot-data-table dt {
	margin-right: 1px;
	white-space: nowrap;
	float: left;
	padding: 0.8em 0.5em;
	margin: 0px;
}
.spot-data-table dd {
	line-height: 1.4em;
	border-bottom: 1px dotted #d2d2d2;
	padding: 0.9em 0.5em 0.8em 8em;
	margin: 0px;
}
.spot-data-table table{
	border: 1px solid #584024;
	border-collapse: collapse;
	font-size: 13px;
}
.spot-data-table table th,.spot-data-table table td{
	border: 1px solid #584024;
	border-collapse: collapse;
	padding: 0.2em 0.5em 0.2px;
}
.spot-widget article {
	border-bottom: 1px dotted #666;
	margin-bottom: 15px;
	margin-right: 8px;
	margin-left: 8px;
	padding-bottom: 15px;
}
.spot-widget .thumb {
	height: 80px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.spot-widget .thumb img {
	width: 100%;
	height: auto;
	border-style: none;
	border-radius: 0px;
}
.spot-widget h4 {
	font-size: 14px;
}
.spot-widget p {
	font-size: 12px;
}
.acf-map {
	width: 100%;
	height: 300px;
	border: #ccc solid 1px;
	margin: 20px 0;
}
.all-map {
	width: 540px !important;
	height: 600px;
	border: #ccc solid 1px;
	margin: 20px 0;
	position: relative;
	float: left;
}
#marker_list {
	padding: 0px;
	float: right;
	width: 160px;
	list-style: none;
	overflow-y: scroll;
	height: 600px;
}
#marker_list li {
	border-bottom: 1px dotted #999;
	cursor: pointer;
	padding: 3px;
}
#marker_list li:hover {
	color: #FFF;
	background: #13ae67;
}
.markerlist_none {
	display: none !important;
}
.acf-map img, #map-area img {
	max-width: initial;
	max-width: unset;
}
.relative-spot-title {
	font-size: 20px;
	background: #008c9d url(images/spot/h2_relative_spot.png) no-repeat 10px center;
	padding: 10px 10px 10px 50px;
	line-height: 1em;
	color: #FFF;
	border-radius: 5px;
}
.spot-list, .relative-spot-list {
	font-size: 0px;
}
.spot-list article, .relative-spot-list article {
	vertical-align: top;
	display: inline-block;
	width: 33.3%;
	font-size: 13px;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
.spot-list .spot-thumb, .relative-spot-list .spot-thumb {
	text-align: center;
	margin-bottom: 10px;
}
.spot-list .spot-thumb img, .relative-spot-list .spot-thumb img{
	max-width:100%; 
	height:auto;}
.spot-list .spot-cat-label, .relative-spot-list .spot-cat-label {
	border-bottom: 1px dotted #66c4d0;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.spot-list .entry-title, .relative-spot-list .entry-title {
	font-size: 14px;
	font-weight: bold;
}
.spot-list .entry-title a, .relative-spot-list .entry-title a {
	color: #008c9d;
}
.ranking {
}
.ranking .ranking-title {
	font-size: 20px;
	background: #cfae22 url(images/spot/h2_ranking_spot.png) no-repeat 10px center;
	padding: 10px 10px 10px 50px;
	line-height: 1em;
	color: #FFF;
	border-radius: 5px;
}
.ranking-list {
}
.ranking-list dl {
	width: 20%;
	font-size: 12px;
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 0px 10px;
}
.ranking-list h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 30px;
	font-size: 13px;
	line-height: 1.4em;
	min-height:24px;
}
.ranking-list dl:nth-of-type(1) h3 {
	background: url(images/common/icn_ranking01.png) no-repeat left 0px;
}
.ranking-list dl:nth-of-type(2) h3 {
	background: url(images/common/icn_ranking02.png) no-repeat left 0px;
}
.ranking-list dl:nth-of-type(3) h3 {
	background: url(images/common/icn_ranking03.png) no-repeat left 0px;
}
.ranking-list dl:nth-of-type(4) h3 {
	background: url(images/common/icn_ranking04.png) no-repeat left 0px;
}
.ranking-list dl:nth-of-type(5) h3 {
	background: url(images/common/icn_ranking05.png) no-repeat left 0px;
}
.ranking-list h3 a {
	color: #584024;
}
.ranking-list dt img{ max-width:100%;
height:auto;}
.ranking-list dd {
	border-top: 1px dotted #969696;
	border-bottom: 1px dotted #969696;
	padding-top: 10px;
	padding-bottom: 10px;
}
.print-ph{
	display: none;
}
/**
 * feature
 */
.feature-menu {
	margin-bottom: 36px;
}
.feature-menu img {
	max-width: 100%;
height:auto z-index: 1;
}
.feature-menu nav {
	margin: -100px auto auto;
	max-width: 880px;
	z-index: 10;
	background: #FFF;
	border-radius: 8px;
	position: relative;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	padding: 3px;
}
.page-template-page_feature_index .feature-menu nav {
	margin: 0px auto auto;
}
.feature-menu .menu {
	font-size: 0px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.feature-menu .menu li {
	display: inline-block;
	width: 16.6%;
	text-align: left;
	text-indent: -9999px;
	padding: 0px;
}
.feature-menu .menu li a {
	width: 100%;
	height: 127px;
	display: block;
}
.feature-menu .menu li.feature01 a {
	background: url(images/feature/feature_menu01.png) no-repeat center center;
	background-size:contain;
}
.feature-menu .menu li.feature02 a {
	background: url(images/feature/feature_menu02.png) no-repeat center center;
	background-size:contain;
}
.feature-menu .menu li.feature03 a {
	background: url(images/feature/feature_menu03.png) no-repeat center center;
	background-size:contain;
}
.feature-menu .menu li.feature04 a {
	background: url(images/feature/feature_menu04.png) no-repeat center center;
	background-size:contain;
}
.feature-menu .menu li.feature05 a {
	background: url(images/feature/feature_menu05.png) no-repeat center center;
	background-size:contain;
}
.feature-menu .menu li.feature06 a {
	background: url(images/feature/feature_menu06.png) no-repeat center center;
	background-size:contain;
}
.feature-menu .menu li.feature01.current-menu-item a, .feature-menu .menu li.feature01 a:hover {
	background: url(images/feature/feature_menu01_on.png) no-repeat center center;
	background-size:contain;
}
.feature-menu .menu li.feature02.current-menu-item a, .feature-menu .menu li.feature02 a:hover {
	background: url(images/feature/feature_menu02_on.png) no-repeat center center;
	background-size:contain;
}
.feature-menu .menu li.feature03.current-menu-item a, .feature-menu .menu li.feature03 a:hover {
	background: url(images/feature/feature_menu03_on.png) no-repeat center center;
	background-size:contain;
}
.feature-menu .menu li.feature04.current-menu-item a, .feature-menu .menu li.feature04 a:hover {
	background: url(images/feature/feature_menu04_on.png) no-repeat center center;
	background-size:contain;
}
.feature-menu .menu li.feature05.current-menu-item a, .feature-menu .menu li.feature05 a:hover {
	background: url(images/feature/feature_menu05_on.png) no-repeat center center;
	background-size:contain;
}
.feature-menu .menu li.feature06.current-menu-item a, .feature-menu .menu li.feature06 a:hover {
	background: url(images/feature/feature_menu06_on.png) no-repeat center center;
	background-size:contain;
}
.feature-list {
}
.feature-list .feature-list-txt {
	width: 400px;
	float: left;
}
.btn-feature-list,.btn-feature-list:visited,.btn-feature-list:hover{
	width: 280px;
	padding-top: 15px;
	padding-bottom: 13px;
	font: bold 18px "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #FFF;
	text-align: center;
	display: inline-block;
}

.page-feature01 .btn-feature-list {
	background: #68c2e2 url(images/feature/btn_feature_bg.png) no-repeat center center;
}
.page-feature02 .btn-feature-list {
	background: #84a97d url(images/feature/btn_feature_bg.png) no-repeat center center;
}
.page-feature03 .btn-feature-list {
	background: #f2c3d1 url(images/feature/btn_feature_bg.png) no-repeat center center;
}
.page-feature04 .btn-feature-list {
	background: #ea9190 url(images/feature/btn_feature_bg.png) no-repeat center center;
}
.page-feature05 .btn-feature-list {
	background: #e4a073 url(images/feature/btn_feature_bg.png) no-repeat center center;
}
.page-feature06 .btn-feature-list {
	background: #d8bd49 url(images/feature/btn_feature_bg.png) no-repeat center center;
}
.feature-list img.feature-ph {
	float: right;
}
.feature-list .catch {
	font-size: 17px;
	font-weight: bold;
}
.feature-list h1 {
	margin-left: -25px;
}
.feature-list article{
	background: #FFF;
	padding: 20px;
	margin-bottom: 30px;
	}
.page-template-page_feature_index .site-content,.page-template-page_feature .site-content{
	background-color: inherit !important;
	padding: 0px !important;
	box-shadow: 1px 1px 3px rgba(0,0,0,0) !important;
}
.feature-list .page-feature01,.page-feature{
	border-top: 3px solid #66c2ce;
}
.feature-list .page-feature02,.page-id-6426 .page-feature{
	border-top: 3px solid #84a97d;
}
.feature-list .page-feature03,.page-id-6428 .page-feature{
	border-top: 3px solid #f2c3d1;
}
.feature-list .page-feature04,.page-id-6430 .page-feature{
	border-top: 3px solid #ea9190;
}
.feature-list .page-feature05,.page-id-6432 .page-feature{
	border-top: 3px solid #e4a073;
}
.feature-list .page-feature06,.page-id-6434 .page-feature{
	border-top: 3px solid #d8bd49;
}

.page-feature {
	background: #FFF;
	padding: 20px;
	margin-bottom: 30px;
}
.page-feature h1.entry-title {
	text-align: center;
	margin: 0px;
	padding: 10px 0px 30px;
	border-style: none;
}
.page-feature .entry-header {
	border-bottom: 1px dotted #b4b4b4;
}
.page-feature .entry-content {
	margin: auto;
	max-width: 730px;
}
.page-feature h2 {
	border-bottom: 1px dotted #5a5a5a;
	border-top-style: none;
	padding-bottom: 20px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding-top: 20px;
}
.page-feature .float-txt h2 {
	padding-top: 0px;
}
.page-feature h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.feature-flag {
	background: #cead22 url(images/feature/flag_bg.png) no-repeat right center;
	color: #FFF;
	display: inline-block;
	padding: 5px 30px 5px 15px;
}
.feature-column {
	background: url(images/feature/feature_column_bg.png);
	padding-bottom: 20px;
}
.page-feature .feature-column h2 {
	border-style: none;
}
.feature-column-list {
	font-size: 0px;
	margin: 0px 20px 10px;
}
.feature-column-inner {
	margin: 0px 20px 10px;
}
.feature-column-list dl {
	background: #FFF;
	vertical-align: top;
	display: inline-block;
	margin: 0px 0.5% 10px;
	width: 49%;
	font-size: 13px;
	padding: 25px 30px 10px;
	min-height:400px;
}
.feature-column-list dt {
	text-align: center;
	border-bottom: 1px dotted #b4b4b4;
	margin-bottom: 15px;
	font: 20px "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding-bottom: 15px;
}
.feature-column-list dt img {
	display: block;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
/**
 * fes
 */
 .fes-list dl dt{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
	font-size: 18px;
	text-align: center;
}
.fes-list dl dt img{
	display: block;
	margin: auto auto 10px;
}
.fes-list-single .fes-thumb{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.fes-data {
	overflow:auto;}
.fes-data h2{
	margin-top: 10px;
}
.fes-data dt{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
/**
 * event
 */
.fes-widget{
	margin-bottom: 20px;
}

.pickup-fes-navi{
	margin: 0 auto;
	width: 100%;
	font-size: 0px;
	padding: 0px;
	border-bottom: 2px solid #ededed;
	}
.pickup-fes-navi li {
	display: inline-block;
	position: relative;
	text-align: center;
	vertical-align: bottom;
	margin: 0px;
	padding: 1px 0px 0px;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	width: 33.33%;
}
.pickup-fes-navi li a{
	color: #008b9c;
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 3px;
	border-left: 1px solid #FFF;
	background-color: #CCC;
	border-radius: 10px 10px 0 0;
}
.pickup-fes-navi li a.active{
	padding-top: 10px;
	color: #fff;
	background-color: #008b9c;
	border-left: 1px solid #FFF;
}
.pickup-fes-navi li a:hover{
	color: #fff;
	background-color: #66c4d0;
	border-left: 1px solid #FFF;
	text-decoration: none;
}

.cal-select-navi{
	margin: 0 auto;
	width: 100%;
	font-size: 0px;
	padding: 0px;
	border-bottom: 2px solid #ededed;
	}
.cal-select-navi li {
	display: inline-block;
	position: relative;
	text-align: center;
	vertical-align: bottom;
	margin: 0px;
	padding: 1px 0px 0px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	width: 33.33%;
}
.cal-select-navi li a{
	color: #aaa;
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 3px;
	border-left: 1px solid #FFF;
	background-color: #CCC;
	border-radius: 10px 10px 0 0;
}
.cal-select-navi li a.active{
	padding-top: 10px;
	color: #fff;
	background-color: #008b9c;
	border-left: 1px solid #FFF;
}
.cal-select-navi li a:hover{
	color: #fff;
	background-color: #66c4d0;
	border-left: 1px solid #FFF;
	text-decoration: none;
}

.fes-widget #tabBox01,.fes-widget #tabBox02,.fes-widget #tabBox03{
	padding: 15px;
}
.fes-widget .fes-thumb{
	float: left;
	width: 40%;
	margin-right: 20px;
}
.pickup-widget {
	background: #FFF;
	padding: 0px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	margin-bottom: 20px;
}
.fc-header{
	border-bottom: 1px solid #66c4d0;
	border-top: 3px solid #66c4d0;
}
.fc-header-left,.fc-header-center{
	border-top-style: none;
	vertical-align: bottom;
	padding: 8px 0px!important;
}
.fc-header-right{
	border-top-style: none;
	padding: 8px 0px!important;
	vertical-align: bottom;
	}
.fc-header .fc-button{
	margin-bottom: 0px !important;
}
.fc-header-title h2 {
	margin-bottom: 0px !important;
	border-style: none;
}

body.single-event .eo-event-meta{
	width:50%;
	}
.event-meta {
	list-style: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.event-meta li {
	margin-bottom: 5px;
}
.event-meta strong {
	display: inline-block;
	font-weight: normal;
	color: #FFF;
	margin-right: 5px;
	background: #c30000;
	font-size: 12px;
	text-align: center;
	width: 5em;
	padding-top: 1px;
	padding-bottom: 0px;
}
.event-entry-meta {
	margin-bottom: 15px;
}
.event-list .hentry{
	border-bottom: 1px dashed #999;
	margin-bottom: 20px;
}
.event-list .event-thumb{
	float: right;
	max-width: 160px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.event-list .event-list-data{
	overflow: auto;
}
.event-venue-header{
	margin-bottom: 20px;
}
.event-venue-map{
	border: 1px solid #CCC;
}
.event-table{
	background-color: #FFF;
	border: 1px solid #999;
	border-collapse: collapse;
	font-size: 12px;
}
.event-table thead th{
	background-color: #66c3cf;
	text-align: center;
	white-space: nowrap;
}
.event-table thead th.event-table-tel{
	width: 6em;
}
.event-table th,.event-table td{
	border: 1px solid #999;
	border-collapse: collapse;
	padding: 2px 5px;
	line-height: 1.4em;
	}
.ev-cat-list{
	text-align: right;
	list-style: none;
}
.ev-cat-list li{
	display: inline-block;
	margin-left: 10px;
}
.ev-cat-list li span{
	display: inline-block;
	margin-right: 5px;
}
.ev-cat-list li span.ev-marker01{
	color: #e7f5d6;
}
.ev-cat-list li span.ev-marker02{
	color: #faeab7;
}
.ev-cat-list li span.ev-marker03{
	color: #cae7fc;
}
.nowrap{
	white-space: nowrap;
}
.event-search{
	margin-bottom: 15px;
	padding: 5px;
	border: 1px solid #CCC;
	border-radius: 10px;
	background-color: #FFF;
}
.ev-bnr-list{
	font-size: 0px;
	text-align: center;
	margin: 0px;
}
.ev-bnr-list li{
	text-align: center;
	font-size: 12px;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}
/**
 * convention
 */
.convention-header{
	margin-bottom: 15px;
}
.convention-header h1{
	margin-bottom: 0px;
}
.conv-navi{
	background-color: #008b9c;
}
.conv-navi ul{
	font-size: 0px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: table;
	width:100%;
}
.conv-navi ul li{
	display: table-cell;
	border-right: 1px solid #FFF;
	width: 16.6%;
	min-height: 50px;
	margin: 0px;
	vertical-align: middle;
	text-align: center;	
}
.conv-navi ul li:last-child{border-right: none;}
.conv-navi ul li a{
	padding: 5px 10px;
	color: #FFF;
	font-size: 14px;
	line-height: 1.2em;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	display: block;
}
.conv-navi ul li:hover,.conv-navi ul li.current-menu-item{
	background-color: #0B6271;
}
.conv-navi ul li a:hover{
	text-decoration: none;
}
.menu-areamenu {
	font-size: 0px;
}
.menu-areamenu li{
	font-size: 14px;
	text-align: center;
	display: inline-block;
	width: 33.3%;
	vertical-align: top;
}
.menu-2column {
	font-size: 0px;
}
.menu-2column li{
	font-size: 14px;
	text-align: left;
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
.venue-cat-list{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.venue-cat-list li{
	margin: 0px 10px 5px 0px;
	padding: 0px;
	list-style: none;
	display: inline-block;
}
.conv-search{}
.conv-search section{
	padding: 8px;
	border: 1px solid #6cccd2;
}
.conv-search h3{
	background-color: #6cccd2;
	text-align: center;
	font-size: 18px;
	border-radius: 5px;
	margin-top: 0px;
}
.conv-search h4{
	font-size: 15px;
	margin-bottom: 5px;
}
.conv-search ul{
	list-style: none;
	margin: 0px 0px 10px 10px;
	padding: 0px;
}
.conv-search ul li{
	margin: 0px 0px 5px;
	font-size: 13px;
}
.conv-search .conv-area{
	font-size: 0px;
}
.conv-search .conv-area li{
	display: inline-block;
	width: 33.3%;
	font-size: 13px;
	vertical-align: top;
}
.conv-search .select-keyword{
	clear: both;
	padding-top: 10px;
	text-align: center;
}
.conv-search .select-keyword .search-field{
	margin-bottom: 10px;
}
.ven-photo-area{
	text-align: center;
	margin-bottom: 20px;
}
.conv-search .inline-list{}
.conv-search .inline-list li{
	white-space: nowrap;
	display: inline-block;
	margin-right: 1em;
}
.widget .tag-menu{
	font-size: 0px;
}
.widget .tag-menu li{
	font-size: 13px;
	vertical-align: top;
	display: inline-block;
	margin: 0px;
	padding: 2px;
}
.widget .tag-menu li a{
	padding: 2px 4px;
	display: block;
	background-color: #ededed;
	border: 1px solid #CCC;
}
.conv_table_title_02{
	background-color: #ededed;
}
.eo-event-search{
	border: 1px solid #999;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 15px;
}
.eo-event-search ul{
	margin: 0px;
	padding: 0px;
	float: none !important;
	font-size:0px;
}
.eo-event-search li {
	font-size:14px;
	  list-style: none;
  display: inline-block;
  position: relative;
  margin: 0px;
  width: 30% !important;
  }
.eo-event-search li.submit {
  width: 8%!important;
}
.eo-event-search ul li input.event-search-datepicker{
	width: 40%;
	display: inline-block;
	float: none !important;	
}
.eo-event-search ul li .ui-button{
	display: inline-block;
	position: relative;
	padding: 0;
	text-decoration: none!important;
	cursor: pointer;
	text-align: center;
	zoom: 1;
	overflow: visible;
	background: #66c3cf;
	border: none;
	border-radius: 4px;
	color: #fff !important;
	text-decoration: none;
	width: 100%;
}
.eo-event-search ul li .ui-button .ui-button-text{
	font-size: 15px;
	line-height: 1.0em;
}

.dl-event-xls{
	font-size: 0px;
	font-weight: bold;
	border: 2px solid #66c3cf;
	margin-right: 0px;
	margin-left: 0px;
	border-radius: 8px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.dl-event-xls dt{
	font-size: 18px;
	color: #FFF;
	background-color: #66c3cf;
	text-align: center;
	display: inline-block;
	padding: 15px;
	width: 50%;
	margin: 0px;
	border-radius:6px 0 0 6px;
}
.dl-event-xls dd{
	font-size: 18px;
	color: #008c9d;
	text-align: center;
	display: inline-block;
	padding: 15px;
	width: 50%;
	margin: 0px;
	}
.dl-event-xls dd a{
	background-image: url(images/common/icn-download.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}

/**
 * route
 */
.town-5route-list{
	margin: 0px 0px 20px;
	padding: 0px;
	list-style: none;
}
.town-5route-list li{margin: 0px 0px 10px;}
.route-spot{
	border-radius: 8px;
	margin-bottom: 10px;
	padding: 8px 10px;
	}
.route-spot h3 span{
	font-size: 18px;
	color: #FFF;
	display: inline-block;
	padding: 3px 0px 0px;
	margin-right: 10px;
	border-radius: 14px;
	min-height: 28px;
	min-width: 28px;
	text-align: center;
	vertical-align: bottom;
}
.route-spot h3{
	font-size: 18px;
	margin: 0px 0px 10px;
	text-align: left;
}
.route-next{
	background-image: url(images/route/route-next-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 40px;
	text-align: center;
	padding-top: 5px;
}
.route-next span{
	color: #FFF;
	display: inline-block;
	padding: 1px 5px;
	font-size: 11px;
	border-radius: 4px;
	margin: 0px 5px;
}
.route-next .icon-walk{
	background-color: #009eba;
}
.route-next .icon-cycle{
	background-color: #e3556d;
}
.route-next .icon-kyori{
	background-color: #946134;
}
.route-spot01{
	background-color: #f9dbe8;
}
.route-spot01 h3{
	border-bottom: 1px dotted #e3556d;
	color: #e3556d;
}
.route-spot01 h3 span{
	background-color: #e3556d;
}
.route-spot02{
	background-color: #ece2d2;
}
.route-spot02 h3{
	border-bottom: 1px dotted #946134;
	color: #946134;
}
.route-spot02 h3 span{
	background-color: #946134;
}
.route-spot03{
	background-color: #e1f2fc;
}
.route-spot03 h3{
	border-bottom: 1px dotted #6e9db3;
	color: #6e9db3;
}
.route-spot03 h3 span{
	background-color: #6e9db3;
}
.route-spot04{
	background-color: #fff9b8;
}
.route-spot04 h3{
	border-bottom: 1px dotted #e38f2d;
	color: #e38f2d;
}
.route-spot04 h3 span{
	background-color: #e38f2d;
}
.route-spot05{
	background-color: #eef1e6;
}
.route-spot05 h3{
	border-bottom: 1px dotted #6f9d46;
	color: #6f9d46;
}
.route-spot05 h3 span{
	background-color: #6f9d46;
}
.route-spot06{
	background-color: #e5dee9;
}
.route-spot06 h3{
	border-bottom: 1px dotted #7e528b;
	color: #7e528b;
}
.route-spot06 h3 span{
	background-color: #7e528b;
}
/**
 * sitemap
 */
.search-list{
}
.search-list .entry-title{
	font-size: 18px;
	margin-right: 0px !important;
	margin-left: 0px !important;
	border-bottom-width: 2px !important;;
}
.search-list article{
	border-bottom: 1px dashed #666;
}
.search-list article footer{
	clear: both;
}
.search-list .spot-thumb{
	float: right;
	margin-left: 20px;
	width: 120px;
}
.search-list .spot-list-data{
	overflow: auto;
}
/**
 * sitemap
 */
.sitemap * {
	background: url(none) !important;
}
.sitemap a {
	background: #FFF;
	border-style: none !important;
	text-align: left !important;
}
.sitemap ul {
	margin: 3px;
	padding: 2px 0px 2px 1.5em !important;
}
.sitemap li {
	text-align: left;
	float: none !important;
	width: auto;
	padding: 0px;
	margin: 2px;
}

/**
 * ticket
 */
 .ticket-section{
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
	 }
	 .ticket-h2{
	text-align: center;
	color: #00a199;
	border: 1px solid #00a199;
	padding: 5px;
	border-radius:5px;
	margin-top: 40px;
}
.ticket-h3{
	background-image: url(images/trabelticket/h2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	min-height: 40px;
	padding-top: 8px;
	margin-top: 20px;
}

.ticket-jyoken{
	border: 2px solid #ea5414;
	max-width: 760px;
	border-radius: 10px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding: 0px;
	overflow:hidden;
}
.ticket-jyoken h2{
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-color: #ea5414;
	padding: 4px;
}
.ticket-jyoken p,.ticket-jyoken ol{
	color: #ea5414;
	font-size: 15px;
	}
.ticket-place{
	padding: 0px;
	border: 2px solid #00a29a;
	max-width: 760px;
	border-radius: 10px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	overflow:hidden;
}
.ticket-place h2{
	color: #fff;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-color: #00a29a;
	padding: 4px;
}
.ticket-place p,.ticket-place ul{
	color: #00a29a;
	font-size: 15px;
	}
.ticket-attention{
	padding: 0px;
	border: 2px solid #584024;
	max-width: 760px;
	border-radius: 10px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	overflow:hidden;
}
.ticket-attention h2{
	color: #fff;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-color: #584024;
	padding: 4px;
}
.ticket-attention p,.ticket-attention ul{
	color: #584024;
	font-size: 15px;
	}
.ticket-btn-set{
	text-align: center;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.ticket-btn-set li{
	text-align: center;
	display: inline-block;
	width: 240px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
}
.ticket-btn-set li a{
	width: 240px;
	padding: 10px;
}
.ticket-btn-set .btn{
	background-color: #00a199 !important;
	border-bottom-style: solid !important;
	border-bottom-color: #360 !important;
	background-image: none !important;
}

.tab-navi{
	margin: 0 auto;
	width: 100%;
	font-size: 0px;
	padding: 0px;
	border-bottom: 2px solid #ededed;
	}
.tab-navi li {
	display: inline-block;
	position: relative;
	text-align: center;
	vertical-align: bottom;
	margin: 0px;
	padding: 1px 0px 0px;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
}
.tab-navi li a{
	color: #008b9c;
	display: block;
	width: 100%;
	border-left: 1px solid #FFF;
	background-color: #CCC;
	border-radius: 10px 10px 0 0;
	padding: 5px 15px 3px;
}
.tab-navi li a.active{
	padding-top: 10px;
	color: #fff;
	background-color: #008b9c;
	border-left: 1px solid #FFF;
}
.tab-navi li a:hover{
	color: #fff;
	background-color: #66c4d0;
	border-left: 1px solid #FFF;
	text-decoration: none;
}

.index-bnr-list{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.index-bnr-list li{
	margin: 10px 0;
	padding: 0px;
}
.index-bnr-list li img{
	width: 100%;
	height:auto;
}

.welcome-pamf-list{
	border: 2px solid #66c3cf;
	padding: 15px;
	border-radius: 10px;
	margin: 0px 0px 20px;
}
.welcome-pamf-list dt{
	float: left;
	height: 60px;
	width: 140px;
	margin-right: 20px;
}
.welcome-pamf-list dt img{
	margin-right: 10px;
}
.welcome-pamf-list dd{
	min-height: 60px;
	overflow: auto;
	font-size: 16px;
	padding-top: 22px;
	padding-bottom: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
 width: device-width;
}
@viewport {
 width: device-width;
}



/* Collapse oversized image and pulled images after iPad breakpoint. */

@media (max-width: 1040px) {
.site-header-inner, .main-navigation, .site-main{
	padding-right: 10px;
	padding-left: 10px;
}
.home #primary {
	width: auto;
	margin: 0px 230px 20px;
}
.home #secondary {
	width: 220px;
	position: absolute;
	left: 10px;
	top: 0px;
}
.home #teritary {
	width: 220px;
	position: absolute;
	right: 10px;
	top: 0px;
}

#secondary {
	width: 200px;
}
	.fb-block {
	width: 48%;
	margin-bottom: 20px;
}
}

@media (max-width: 980px) {

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */
.navbar {
	margin: 0 auto;
	width: 100%;
	background: #FFF url(images/common/globalmenu_bg.png) repeat-x;
	background-size:auto 60px;
}

.nav-menu > li {
	height: 60px;
}
.nav-menu li > a {
	color: #141412;
	display: block;
	height: 60px;
	text-align: left;
	text-indent: -9999px;
}
.gmenu01 > a,
.gmenu02 > a,
.gmenu03 > a,
.gmenu04 > a,
.gmenu05 > a,
.gmenu06 > a,
.gmenu07 > a,
.gmenu08 > a {
	background-size:104px 60px;
}
.nav-menu li.gmenu01:hover > a, .nav-menu li.gmenu01.current-menu-item > a,
.nav-menu li.gmenu02:hover > a, .nav-menu li.gmenu02.current-menu-item > a,
.nav-menu li.gmenu03:hover > a, .nav-menu li.gmenu03.current-menu-item > a,
.nav-menu li.gmenu04:hover > a, .nav-menu li.gmenu04.current-menu-item > a,
.nav-menu li.gmenu05:hover > a, .nav-menu li.gmenu05.current-menu-item > a,
.nav-menu li.gmenu06:hover > a, .nav-menu li.gmenu06.current-menu-item > a,
.nav-menu li.gmenu07:hover > a, .nav-menu li.gmenu07.current-menu-item > a,
.nav-menu li.gmenu08:hover > a, .nav-menu li.gmenu08.current-menu-item > a {
	background-size:104px 60px;
}


.attachment .image-navigation, .attachment .entry-attachment .attachment {
	max-width: 630px;
	padding: 0;
	width: 100%;
}
.gallery-caption {
	display: none;
}


.home #primary {
	width: auto;
	margin: 0px auto 20px;
	float: none;
}
.home #secondary {
	width: 49%;
	position: static;
	float: left;	
}
.home #teritary {
	width: 49%;
	position: static;
	float: right;
}
#primary {
	width: auto;
	margin: 0px auto 20px;
	float: none;
}
#secondary {
	clear:both;
	float: none;
	width: auto;
}
#quaternary {
	margin: auto;
	padding: 0px 10px;
	clear: both;
}
.site-info{padding: 5px 10px 20px;}
.pickup-title {
	margin-left: 45px;
}
.pickup-spot-list .spot-thumb {
	float: none;
	padding: 0px;
	margin: 0px auto 10px;
	height: 140px;
	width: 140px;
}

.pickup-spot-list .spot-list-data {
	padding: 0px;
	margin: 0px;
	overflow: auto;
}
.pickup-spot-list .spot-list-data h3 {
	font-size: 14px;
	font-weight: bold;
	clear: none;
}
.search-spot-widget .spot-menu{
	font-size:0px;}

.search-spot-widget .spot-menu > li {
	vertical-align: top;
	display: inline-block;
	width: 33%;
	padding-right: 5px;
}

.search-spot-widget .spot-menu ul li{
	font-size:14px;
	}

.feature-menu nav {
	margin: -80px auto auto;
	z-index: 10;
	background: #FFF;
	border-radius: 8px;
	position: relative;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	padding: 3px;
}

.feature-menu .menu li a {
	width: 100%;
	height: 110px;
	display: block;
}
.feature-list img.feature-ph {
	float: none;
	display: block;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.feature-list .feature-list-txt{
	float: none;
	width:auto;}
.fes-list-single .fes-thumb{
	float: none;
	margin-right: auto;
	margin-bottom: 20px;
	display: block;
	margin-left: auto;
}
.photo-area .spot-slider img{
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.photo-area #bx-pager{
	text-align: center;
	width: auto;
	position: static;
	padding-top: 10px;
}
.photo-area #bx-pager img{
	max-width:20%;
	height:auto;}
.footer-menu-widget .cell{
	width: 50%;
	margin: 0px;
	padding: 0px 10px;
	float: left;
}

}
 @media (max-width: 760px) {
	 .spot-slider img{
	height:auto;
	max-width:100%;
	width:auto;
	height:auto;
	}
	 .fb-block {
	width: 48%;
	margin-bottom: 20px;
}
 }
 @media (max-width: 420px) {
.site-title {
	text-align: center;
}
.site-title img {
	max-width: 100%;
	height: auto;
}
.header-utility {
	position: relative;
	text-align: right;
	width: 240px;
	z-index: 100;
	margin: 0px 0px 0px auto;
	top: 0px;
	right: 0px;
}
#textsizer{display: none;}

.main-slider-area,.index-description{
	display: none;
}

#content .format-status .entry-content, #content .format-status .entry-met {
	padding-left: 35px;
}
/* Small menu */
.navbar {
	margin: -40px 0 0;
	background-image: none;
}
.menu-globalmenu-container, .main-navigation{
	min-height: 0px;
	background: url(none);
	overflow: hidden;
}
.nav-menu li > a {
	font-size: 12px;
}
.menu-toggle {
	cursor: pointer;
	display: block;
	font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
	padding: 0px;
	width: 60px;
	z-index: 1000;
	margin: 0px 0px 10px !important;
}
.menu-toggle:after {
	content: "\f500";
	font-size: 12px;
	padding-left: 4px;
	vertical-align: 2px;
}
.toggled-on .menu-toggle:after {
	content: "\f502";
	vertical-align: -4px;
}

ul.nav-menu, div.nav-menu > ul {
	display: block;
}
.nav-menu > li {
	height: 50px;
	margin-bottom: 1px;
}
.nav-menu li > a {
	color: #141412;
	display: block;
	height: 50px;
	text-align: left;
	background-color: #66C4D0;
	text-indent: -9999px;
}
.menu-globalmenu-container{ 
	max-width:348px;
margin:auto;}
.gmenu01 > a ,
.gmenu02 > a ,
.gmenu03 > a ,
.gmenu04 > a ,
.gmenu05 > a ,
.gmenu06 > a ,
.gmenu07 > a ,
.gmenu08 > a {
	background-size:90px 50px;
}
.nav-menu li.gmenu01:hover > a, .nav-menu li.gmenu01.current-menu-item > a ,
.nav-menu li.gmenu02:hover > a, .nav-menu li.gmenu02.current-menu-item > a ,
.nav-menu li.gmenu03:hover > a, .nav-menu li.gmenu03.current-menu-item > a ,
.nav-menu li.gmenu04:hover > a, .nav-menu li.gmenu04.current-menu-item > a ,
.nav-menu li.gmenu05:hover > a, .nav-menu li.gmenu05.current-menu-item > a ,
.nav-menu li.gmenu06:hover > a, .nav-menu li.gmenu06.current-menu-item > a ,
.nav-menu li.gmenu07:hover > a, .nav-menu li.gmenu07.current-menu-item > a ,
.nav-menu li.gmenu08:hover > a, .nav-menu li.gmenu08.current-menu-item > a {
	background-size: 90px 50px;
	background-color: #8ED3DC;
}

.index-news-list {
	margin: 0px 0px 15px;
}
.index-news-list dt {
	float: none;
	font-weight: normal;
	margin: 0px 10px 5px 0px;
}
.index-news-list dd {
	padding-left: 0px;
	margin: 0px 0px 8px;
}

.search-spot-widget .spot-menu > li {
	vertical-align: top;
	display: inline-block;
	width: 50%;
	padding-right: 5px;
}


.gallery-columns-1 .gallery-item {
	margin-right: 0;
	width: 100%;
}
.entry-header h1.entry-title{
	margin-right: -10px;
	margin-left: -10px;
	padding-right: 10px;
	padding-left: 10px;
	}
.entry-title, .format-chat .entry-title, .format-image .entry-title, .format-gallery .entry-title, .format-video .entry-title {
	font-size: 22px;
	font-weight: bold;
}
.format-quote blockquote, .format-status .entry-content {
	font-size: 18px;
}
.format-quote blockquote small, .format-quote blockquote cite {
	font-size: 13px;
}
.error404 .page-title {
	padding: 40px 0 0;
}
.error404 .page-title:before {
	content: normal;
}
.comment-author {
	margin-right: 30px;
}
.comment-author .avatar {
	height: auto;
	max-width: 100%;
}
.comment-metadata, .comment-content, .comment-list .reply {
	width: 70%;
	width: -webkit-calc(100% - 104px);
	width: calc(100% - 104px);
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
	width: -webkit-calc(100% - 120px);
	width: calc(100% - 120px);
}
.comment-form textarea {
	height: 80px; /* Smaller field for mobile. */
}
/* Audio */
.format-audio .entry-content:before {
	display: none;
}
.format-audio .audio-content {
	background-image: none;
	float: none;
	padding-left: 0;
	width: auto;
}
.layout2column .cell {
	width: 100%;
	margin-bottom: 15px;
}
.layout2column .float-left {
	float: none;
	padding-right: 0px;
}
.layout2column .float-right {
	float: none;
	padding-left: 0px;
}
.layout3column {
	clear: both;
}
.layout3column .cell,.layout3column dl.cell {
	float: none;
	width: 100%;
	margin-bottom: 15px;
	padding: 0px 15px;
}
.single .site-content,
.page .site-content{
	background: #FFF;
	border-radius: 10px;
	margin-bottom: 20px;
	clear: both;
	display: block;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.alignleft, .alignright {
	margin: auto auto 15px !important;
	float: none !important;
	display: block;
}
.town-gallery dl {
	padding: 0px;
	width: 100%;
	display: inline-block;
	margin: 0px 0px 10px;
	vertical-align: top;
}
.spot-search-menu {
	font-size: 0px;
	display: block;
	list-style: none;
	margin: 10px auto;
	padding: 0px;
	position: static;
	width: 240px;
}
.spot-search-menu li {
	font-size: 0px;
	display: inline-block;
	list-style: none;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
.page-feature {
	background: #FFF;
	padding: 15px;
	margin-bottom: 30px;
}
.feature-menu {
	margin-bottom: 36px;
}
.feature-menu img {
	max-width: 100%;
height:auto z-index: 1;
}


.feature-menu .menu {
	font-size: 0px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.feature-menu .menu li {
	display: inline-block;
	width: 125px;
	text-align: left;
	text-indent: -9999px;
	padding: 0px;
}
.feature-menu .menu li a {
	width: 125px;
	height: 111px;
	display: block;
}
.feature-menu .menu li.feature01 a,
.feature-menu .menu li.feature02 a,
.feature-menu .menu li.feature03 a,
.feature-menu .menu li.feature04 a,
.feature-menu .menu li.feature05 a,
.feature-menu .menu li.feature06 a,
.feature-menu .menu li.feature01.current-menu-item a, .feature-menu .menu li.feature01 a:hover,
.feature-menu .menu li.feature02.current-menu-item a, .feature-menu .menu li.feature02 a:hover ,
.feature-menu .menu li.feature03.current-menu-item a, .feature-menu .menu li.feature03 a:hover,
.feature-menu .menu li.feature04.current-menu-item a, .feature-menu .menu li.feature04 a:hover,
.feature-menu .menu li.feature05.current-menu-item a, .feature-menu .menu li.feature05 a:hover,
.feature-menu .menu li.feature06.current-menu-item a, .feature-menu .menu li.feature06 a:hover {
	background-size:125px 111px;
}
.feature-list article{
	background: #FFF;
	padding: 10px;
	margin-bottom: 30px;
	}
.feature-menu nav {
	margin: -30px auto auto;
}
.feature-list h1 {
	margin-left: -15px;
}
.feature-column-list {
	font-size: 0px;
	margin: 0px 10px 10px;
}
.feature-column-inner {
	margin: 0px 10px 10px;
}
.feature-column-list dl {
	background: #FFF;
	vertical-align: top;
	display: inline-block;
	margin: 0px 0 10px;
	width: 100%;
	font-size: 13px;
	padding: 25px 15px 10px;
}
img.flame-inline {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	display: block;
}

.pickup-spot-list article {
	font-size: 13px;
	width: 100%;
	vertical-align: top;
	display: inline-block;
	padding: 15px;
	margin: 0px;
}
.pickup-spot-list .spot-thumb {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	height: 140px;
	width: 140px;
}

.spot-list, .relative-spot-list {
	font-size: 0px;
}
.spot-list article, .relative-spot-list article {
	display: block;
	width: 100%;
	font-size: 13px;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

.ranking-list dl {
	width: 100%;
	font-size: 13px;
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 0px 10px;
}
.wpp-thumbnail{
	display: block;
	margin: auto;
}


.spot-data-table dt {
	white-space: nowrap;
	float: none;
	padding: 0.8em 0.5em 0.2em;
	margin: 0px;
}
.spot-data-table dd {
	line-height: 1.4em;
	border-bottom: 1px dotted #d2d2d2;
	padding: 0.2em 0.5em 0.8em 0.5em;
	margin: 0px;
}

.search-spot-widget li {
	padding-top: 3px;
	padding-bottom: 3px;
}

.gallery {
	margin-left: 0;
}
.gallery .gallery-item, .gallery-columns-2.gallery-size-thumbnail .gallery-item {
	max-width: none;
	width: 49%;
	width: -webkit-calc(50% - 4px);
	width: calc(50% - 4px);
}
.gallery-columns-1.gallery-size-medium, .gallery-columns-1.gallery-size-thumbnail, .gallery-columns-2.gallery-size-thumbnail, .gallery-columns-3.gallery-size-thumbnail {
	display: block;
}
.gallery-columns-1 .gallery-item, .gallery-columns-1.gallery-size-medium .gallery-item, .gallery-columns-1.gallery-size-thumbnail .gallery-item {
	text-align: center;
	width: 98%;
	width: -webkit-calc(100% - 4px);
	width: calc(100% - 4px);
}
.gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 4px;
}
.gallery br {
	display: none;
}
.gallery .gallery-item:nth-of-type(even) {
	margin-right: 0;
}
/* Comments */
.comment-author {
	margin: 0 0 5px;
	max-width: 100%;
}
.comment-author .avatar {
	display: inline;
	margin: 0 5px 0 0;
	max-width: 20px;
}
.comment-metadata, .comment-content, .comment-list .reply {
	width: 100%;
}

.widget-area .widget, .widget-full {
	width: 100%;
	float: none;
	margin-right: 0px;
	margin-left: 0px;
}

.bnr-list li {
	text-align: center;
}
.index-bnr-list li.bnr-sub-l, .index-bnr-list li.bnr-sub-r {
	width: 100%;
	float: none;
	text-align: center;
}
.event-list .event-thumb{
	float: none;
	max-width: 100%;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
	margin-right: auto;
}

.fes-widget .fes-thumb{
	float: none;
	width: 100%;
	margin-right: 0px;
}
.conv-navi ul{
	font-size: 0px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: block;
	width:100%;
}
.conv-navi ul li{
	display: inline-block;
	border-right: 1px solid #FFF;
	width: 33.3%;
	min-height: 45px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px solid #FFF;
}
.conv-navi ul li:last-child{border-right: 1px solid #FFF;}
.conv-navi ul li a{
	padding: 5px 10px;
	color: #FFF;
	font-size: 12px;
	line-height: 1.2em;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	display: block;
}
.eo-event-search li {
	font-size: 14px;
	list-style: none;
	display: inline-block;
	position: relative;
	margin: 0px 0px 10px;
	width: 100% !important;
  }
.eo-event-search li.submit {
  width: 100%!important;
}
.layout .cell.cl5{
	width: 48%;
	margin-right: 1%;
	margin-bottom: 15px;
	margin-left: 1%;
}
	 .fb-block {
	width: 100%;
	margin-bottom: 20px;
}

}
@media (max-width: 414px) {
	.nav-menu,.nav-menu > ul {
	display: block;
	margin-left: 0;
	padding: 0;
	width: 100%;
}
.nav-menu > li {
	display: inline-block;
	width: 25%;
}
li li, .children {
	display: block;
	width: 100%;
}
.nav-menu li > ul {
	background-color: transparent;
	display: block;
	float: none;
	margin-left: 20px;
	position: relative;
	left: auto;
	top: auto;
}
.toggled-on .nav-menu,.toggled-on .nav-menu > ul {
	display: none;
}
}
@media (max-width: 375px) {
	.home #secondary,.home #teritary {
	width: 100%;
	float: none;
}
.feature-menu nav { max-width:290px;}
.feature-menu .menu li {
	display: inline-block;
	width: 90px;
	text-align: left;
	text-indent: -9999px;
	padding: 0px;
}
.feature-menu .menu li a {
	width: 90px;
	height:80px;
	display: block;
}
.feature-menu .menu li.feature01 a,
.feature-menu .menu li.feature02 a,
.feature-menu .menu li.feature03 a,
.feature-menu .menu li.feature04 a,
.feature-menu .menu li.feature05 a,
.feature-menu .menu li.feature06 a,
.feature-menu .menu li.feature01.current-menu-item a, .feature-menu .menu li.feature01 a:hover,
.feature-menu .menu li.feature02.current-menu-item a, .feature-menu .menu li.feature02 a:hover ,
.feature-menu .menu li.feature03.current-menu-item a, .feature-menu .menu li.feature03 a:hover,
.feature-menu .menu li.feature04.current-menu-item a, .feature-menu .menu li.feature04 a:hover,
.feature-menu .menu li.feature05.current-menu-item a, .feature-menu .menu li.feature05 a:hover,
.feature-menu .menu li.feature06.current-menu-item a, .feature-menu .menu li.feature06 a:hover {
	background-size:90px 80px;
}
.footer-menu-widget .cell{
	width: 100%;
	margin: 0px;
	padding: 0px 10px;
	float: left;
}

.layout{font-size: 0px;
margin-right: 0%;
	margin-left: 0%;
	}

.layout .cell{
	margin-right: 0%;
	margin-left: 0%;
}
.layout .cell.cl2,
.layout .cell.cl3,
.layout .cell.cl3w,
.layout .cell.cl4{
	width: 100%;
}
.btn-set{
	margin-top: 20px;
}
.welcome-pamf-list dt{
	float: none;
}
.welcome-pamf-list dt img{
	margin-right: 10px;
}
.welcome-pamf-list dd{
	min-height: auto;
	overflow: auto;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

}


/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */

@media print {
body{
	}
.site-header, .sidebar-container, .site-footer, .bread-crumb, .post-navigation,.relative-spot,.save_btn_set,.print_btn_set,#page-top,.edit-link,#bx-pager,.photo-area,.convention-header{
	display: none !important;
}
.site,.site-main,#primary{
	width: 100% !important;
	max-width: 100% !important;
	margin: auto;
	float: none;
	overflow: hidden;
}
.single .site-content, .page .site-content{
	border-style: none;
	box-shadow: none;
	width: 100% !important;
	max-width: 100% !important;
}
body {
	margin: 0;
	background: #FFF url(none);
	font-size: 12px;
}
.hentry{
	padding: 0px;
}
h1{font-size: 18px !important;}

.print-ph{
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.print-ph img{
	height: 95px;
	width: 95px;
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}
.spot-data-table{
	font-size: 11px;
}
.spot-data-table dt {
	margin-right: 1px;
	white-space: nowrap;
	float: left;
	padding: 0.6em 0.5em;
	margin: 0px;
	line-height: 1.2em;
}
.spot-data-table dd {
	line-height: 1.2em;
	border-bottom: 1px dotted #d2d2d2;
	padding: 0.6em 0.5em 0.6em 7em;
	margin: 0px;
}
.event-table{
	font-size: 10px;
}
}