@charset "utf-8";
/*
Theme Name: erabu-navi18
Theme URI: https://www.erabu-navi.com/
Description: erabu-navi.com
Author: erabu-navi.com
*/


/* =Reset default browser CSS. 
-------------------------------------------------------------- */

html, body, div, /*span,*/ applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
}
/*base
---------------------------------------*/
html {
	font-size: 62.5%;
	padding: 0;
	margin: 0 0 0.1em 0;
	overflow: auto;
	height: 100%;
}	
	
body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Osaka", Osaka, Helvetica, Arial, sans-serif;
	margin: 0 auto;
	padding: 0;
	color: #000;
	line-height: 1.4;
	background: #fff;
}

/*----ie6----*/
*html body {
	margin: 0;
	padding: 0;
	color: #000;
	line-height: 1.4;
	background: #fff;
}


/*link
---------------------------------------*/

a{ 
	color: #3677B8;
	text-decoration:none;
}

a:hover, a:active {
	color: #000;	
	text-decoration: none;
	outline: none;
}

a:visited{
	color: #3677B8;
	text-decoration: none;
	outline: none;
}


/*clearfix
---------------------------------------*/

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.clearfix {
	overflow: hidden;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.clear {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
	line-height: 0;
}

/*h
---------------------------------------*/

h1, h2 h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

/* =txt color
-------------------------------------------------------------- */
.txt-grn {
	color:#0C0;
}

.txt-pk {
	color:#e1477d;
}

.txt-rd {
	color:#F03;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

/*---ヘッダー用--*/
#wrapper-h {
	background: url(//www.erabu-navi.com/img/bg-wrph.png) repeat-x;
	margin: 0;
	padding: 0;
}

#wrapper-h {
	width: 100%;
	/*width: 102%;*/
}


*html body #wrapper-h {
	width: 100%;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	display: block;
}

#container {
	width: 980px;
	padding: 0 0 0 0px;
	margin: 0 auto;
	display: block;
}

/*
#container {
	float: left;
	margin: 0 0 0 0;
	width: 100%;
	background: #ccc;
}*/

#content {
	margin: 0;
	padding: 0 20px 0 0;
	width: 640px;
	/*width: 600px;*/
	float: left;
	display: block;
}

#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 320px;
	/*width: 270px;*/
}

/*----ie6----*/
*html body #primary {
	/*width: 250px;*/
	margin: 10px 0 0 0;
	padding: 0;
	float: right;
	clear: left;
	display: block;
}

#secondary {
	/*clear: right;*/
}


/*--特集ページ用--*/
#content-wide {
	margin: 0;
	padding: 0 0 0 0;
	width: 98%;
	font-size: 1.4em;
	line-height: 140%;
	float: left;
	display: block;
	color: #333;
}

#main {
	width: 640px;
	/*width: 600px;*/
	padding: 0 20px 0 0;
	margin: 10px 0 0 0;
	float: left;
	display: block;
}

#side {
	width: 320px;
	/*width: 270px;*/
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	float: left;
	display: block;
}

/*----ie7----*/
*:first-child+html #side {
	width: 320px;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	float: left;
	display: block;
}

/*----ie6----*/
*html body #side {
	width: 320px;
	margin: 10px 0 0 0;
	padding: 0;
	float: right;
	display: block;
}


/*---home---*/

#mainphoto {
	display: block;
	width: 960px;
	height: 427px;
}

#wrapper-f{
	clear: both;
	width: 100%;
	margin: 0;
	text-align: center;
	background: url(//www.erabu-navi.com/img/bg-footer.jpg);
	background-repeat: repeat;
}

#footer {
	width: 980px;
	background: url(//www.erabu-navi.com/img/ftr-logo.png) no-repeat top right;
	padding: 15px 25px 0 25px;
	margin: 0 auto;
	text-align: left;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	/*font-family: Georgia, "Bitstream Charter", serif;*/
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	/*font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;*/
}
input[type=submit] {
	/*font-family:"ＭＳ ゴシック", "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Osaka", Osaka, Helvetica, Arial, sans-serif;*/
}
pre {
	/*font-family:"ＭＳ ゴシック", "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Osaka", Osaka, Helvetica, Arial, sans-serif;*/
}
code {
	/*font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;*/
	display: none;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
/*#main,
#wrapper */{
	margin: 0;
	width: 900px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}

#footer p{
	font-size: 1.1em;
	line-height: 1.6em;
	margin: 5px 0;
}

#footer .credit{
	font-size: 0.9em;
	margin: 5px 30px;
	padding: 0 0 10px 0;
	font-family: Arial, Helvetica, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* =Footer customize
-------------------------------------------------------------- */

.fnav li:last-child, #footer .sns li:last-child {
	margin: 0;
}

.fnav {
	width: 14%;/*22.5%;*/
	overflow: hidden;
	float: left;
	padding-left: 15px;
}

.fnav li {
	margin-right: 0px;
	font-size: 1.0em;
	list-style: none!important;
	line-height: 2.4em!important;
}

.fnav li a, .fnav li a:visited{
	color: #000;
	text-decoration: none;
	padding: 4px 5px 4px 12px;
	background: url(//www.erabu-navi.com/img/i-link-f.png) 3px ;
	background-repeat: no-repeat;
}

.fnav li a:hover{
	background: #fff url(//www.erabu-navi.com/img/i-link-f.png) 3px ;
	background-repeat: no-repeat;
	color: #000;
	filter: Alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	-webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

/* =Footer widget利用
--------------------------------------------------------------
#footer-widget-area #first, #footer-widget-area #second{
	margin: 0 auto;
	width: 920px;
	clear: both;
}

#footer-widget-area #first ul.xoxo {
	float: left;
	padding: 0 20px 0 0;
	margin: 0 0 0 0;
	list-style: none;
	width: 250px;
}

#footer-widget-area #first ul.xoxo li {

	display: block;
	padding: 0 20px 0 0px;
	margin: 0 0 0 0;
	font-size: 1.0em;
	list-style: none;
}

#footer-widget-area #second ul.xoxo li {
	float: left;
	display: block;
	padding: 0 30px 0 0px;
	margin: 0 0 0 0;
	font-size: 1.0em;
	list-style: none;
}

.menu li {
	float: left;
	padding: 0 20px 0 0;
	margin: 0 0 0 0;
	list-style: none;
	display: block;
	width: 250px;
}

.sub-menu{
		padding: 0 0 0 15px;
	}
 */
.textwidget {
	font-size: 0.8em;
	display: block;
	width: 850px;
	margin: 0;
	padding: 0;
}

.textwidget ul li { font-size: 1.4em!important; }


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}

hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 980px;
}

#header {
	height: 98px;
}

#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

h1#site-description {
	clear: right;
	text-align: right;
	margin: 0;
	padding: 3px 0 0 0;
	width: 960px;
	/*background: url(img/bg_sitedescription.png) repeat-x;*/
	color: #222;
	height: 23px;
	font-size: 1.0em;
}

/* This is the custom header image 
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
}*/


/* =link
----------------------------------------- */
/*
.container a,
#footer a {
	color: #172c6c;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.container a:hover,
#footer a:hover {
	background: #FFF;
	filter: Alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}*/
#main a img {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
#main a:hover img {
	background: #FFF;
	filter: Alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}


/* =Navigation Global
-------------------------------------------------------------- */

/*--- page navi ---*/
#menu {
	width: 980px;
	margin-top: -10px!important;
	margin-left: -15px!important;
	padding-bottom: 0!important;
	background: #FFF;
	background-image: none!important;
	/*border-bottom: 4px solid #dddddd;*/
	height: 46px;
	display: block;
}

#menu ul li {
	list-style: none;
	margin: 0;
	float: left;
}

#menu ul li a:hover img {
	background: #f6d654;
	filter: Alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	-webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}

#menu ul li#menu1_1 a img{
	background: #f6d654!important;
	-webkit-border-radius: 8px!important;
     -moz-border-radius: 8px!important;
          border-radius: 8px!important;
}

#menu ul li#menu2_1 a img{
	background: #f6d654!important;
	-webkit-border-radius: 8px!important;
     -moz-border-radius: 8px!important;
          border-radius: 8px!important;
}

#menu ul li#menu3_1 a img{
	background: #f6d654!important;
	-webkit-border-radius: 8px!important;
     -moz-border-radius: 8px!important;
          border-radius: 8px!important;
}

#menu ul li#menu4_1 a img{
	background: #f6d654!important;
	-webkit-border-radius: 8px!important;
     -moz-border-radius: 8px!important;
          border-radius: 8px!important;
}

#menu ul li#menu5_1 a img{
	background: #f6d654!important;
	-webkit-border-radius: 8px!important;
     -moz-border-radius: 8px!important;
          border-radius: 8px!important;
}

#menu ul li#menu6_1 a img{
	background: #f6d654!important;
	-webkit-border-radius: 8px!important;
     -moz-border-radius: 8px!important;
          border-radius: 8px!important;
}

#menu ul li#menu7_1 a img{
	background: #f6d654!important;
	-webkit-border-radius: 8px!important;
     -moz-border-radius: 8px!important;
          border-radius: 8px!important;
}

/* =Menu
-------------------------------------------------------------- 

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}
*/

/* =Content
-------------------------------------------------------------- */

#content {
	margin-top: 10px;
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 10px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}


/* =Content-wide
-------------------------------------------------------------- */

#content-wide {
	margin-top: 10px;
	margin-bottom: 36px;
}

#content-wide h1,
#content-wide h2,
#content-wide h3,
#content-wide h4,
#content-wide h5,
#content-wide h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}

/*
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}*/

.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}

/*--- ページ見出し h2/h3用 ---*/

.entry-title {
	color: #000;
	font-size: 1.4em;
	margin: 10px 0;
	padding-left: 3px;
	border-bottom: 2px dotted #0C0;
}

.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
/*
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}*/
.entry-meta {
	color: #888;
	font-size: 0.7em;
	text-align: right;
	margin-top: -20px;
	
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	/*clear: both;*/
	padding: 12px 3px 0 3px;
	font-size: 1.0em;
}


#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #F9F9F3;
	border: 2px solid #8CC229;
	border-radius: 6px;
	clear: both;
	font-size: 0.8em;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}

/*---IE6---*/
*html body #entry-author-info {
	background: #F9F9F3;
	border: 2px solid #8CC229;
	border-radius: 6px;
	clear: both;
	font-size: 0.8em;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
	height: 80px;
}

#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 0.7em;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

img.border {
	display: inline;
	margin-right: 8px;
	padding: 4px;
	border: 1px solid #a5acb0;
}

img.border-l {
	display: inline;
	margin-right: 8px;
	padding: 4px;
	border: 1px solid #a5acb0;
	background: #fff;
	float: left;
}

img.border-l2 {
	display: inline;
	margin-right: 16px;
	padding: 8px;
	border: 1px solid #a5acb0;
	background: #fff;
	float: left;
}

img.border-r {
	display: inline;
	margin-right: 8px;
	padding: 4px;
	border: 1px solid #a5acb0;
	background: #fff;
	float: right;
}

img.pl { width: 640px; height: auto; object-fit: cover;}

.wp-caption {
	background-color: none;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 640px !important; /* prevent too-wide images from breaking layout */
	padding: 0px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #333;
	font-size: 1.0em;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	/*line-height: 1em;*/
	display: none;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	/*font-size: 12px;
	line-height: 18px;*/
	display:none;
}
#respond .form-allowed-tags code {
	font-size: 11px;
	display:none;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */
/*--- footer widget ---*/
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: none;
	margin-left: 0;
	width: 800px;
}

/*--- IE6 ---*/
*html body .widget-area ul ul {
	list-style: none;
	margin-left: 0;
	width: 900px;
}

.widget-area ul ul li {
	list-style: none;
	padding: 0;
}

.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: normal;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
/*.widget-area .entry-meta {
	font-size: 11px;
}*/
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars 
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}*/


/*---ブログ用---*/

li#recent-posts-2 ul, li#categories-2 ul{
	width: 270px;
	margin: 0;
	padding: 0;
	/*background: #f3f5e4;*/
}

li#recent-posts-2 ul li, li#categories-2 ul li{
	list-style:none;
	background: url(//www.erabu-navi.com/img/i-sdm.gif) no-repeat;
	border-bottom: 1px dotted #808080;
	font-size: 1.4em;
	display: block;
	width: 270px;
	/*height: 32px;*/
	line-height: 26px;
	border-bottom: 1px dotted #6d6d6d;
	margin: 0;
	padding: 0 0 0 0px;
	width: 270px;
	font-size: 1.2em;
	display: block;
}

li#recent-posts-2 ul li a, li#categories-2 ul li a{	
	padding: 6px 0 0 25px;
	display: block;
	/*width: 244px;
	height: 32px;*/
	line-height: 26px;
}

li#recent-posts-2 ul li a:hover, li#categories-2 ul li a:hover{	
	/*padding-top: 6px;*/
	background: #fefeeb url(//www.erabu-navi.com/img/i-sdm-over.gif) no-repeat;
	display: block;
	color: #000;
	/*height: 26px;*/
	line-height: 26px;
	text-decoration: none;
}

/*------ ie6 ------*/

*html li#recent-posts-2 ul li a:hover, *html li#categories-2 ul li a:hover {	
	padding: 6px 0 0 25px;
	background: #fefeeb url(//www.erabu-navi.com/img/i-sdm-over.gif) no-repeat;
	display: block;
	color: #000;
	text-decoration: none;
}

/* li#recent-posts-2 ul li span{
	margin: 0;
	padding: 0;
	color: #ff6a14;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
} */

/*--- sidebar SNS ---*/
li.widget_wpcom_social_media_icons_widget ul li a.genericon-facebook{ font-size: 36px!important; }
li.widget_wpcom_social_media_icons_widget ul li a:hover.genericon-facebook{ text-decoration:none!important; }
li.widget_wpcom_social_media_icons_widget ul li a.genericon-twitter{ font-size: 36px!important; }
li.widget_wpcom_social_media_icons_widget ul li a:hover.genericon-twitter{ text-decoration:none!important; }


/* #primary { }
#secondary { }*/

/* Footer widget areas */
#footer-widget-area { }

/* =Footer
-------------------------------------------------------------- */

#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Home
-------------------------------------------------------------- */


#main h2.timg {
	margin: 0 0 10px 0;
	padding: 0;
	height: 50px;
	font-weight:normal!important;
}

/*--- ie6 ---*/
*html body #main h2.timg {
	margin: 0 0 0 0;
	padding: 0;
	height: 50px;
}

#main p{
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0;
	padding: 0 0 10px 0;}


/*---２列写真付---*/

dl.hleft {
	width: 290px;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

dl.hright {
	width: 290px;
	float: right;
	display: block;
	margin: 0;
	padding: 0;
}

dl.hleft dt, dl.hright dt {
	padding: 0 0 10px 0;
	margin: 0 0 10px;
	float: left;
	width: 110px;
	height: 100px;
	border-bottom: 1px dotted #CCC;
}

dl.hleft dt img, dl.hright dt img{
	margin: 0;
	padding: 0;
	float: left;
}

dl.hleft dd, dl.hright dd {
	width: 178px;
	height: 110px;
	border-bottom: 1px dotted #CCC;
	float: right;
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	font-size: 1.1em;
}

dl.hleft dd a, dl.hright dd a{
	margin: 0;
	padding: 0 0 0 18px;
	background: url(img/i-dd.gif) no-repeat;
}


dl.hleft dd span, dl.hright dd span{
	font-size: 1.1em;
}


/* --- PICKUPテキスト横 --- */

#piclist {
	margin: 0;
	width: 600px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
}

#piclist .picdata{
	width: 140px;
	margin-bottom: 6px;
	margin-right: 10px;
	float:left;
	display: block;
}

#piclist .picdata img.photoleft {
	margin: 8px;
	float: left;
	border: 1px solid #b9b7b5;
}

#piclist .picdata p.photottl {
	width: 125px;
	display: block;
	float: left;
	text-align: left;
	font-size: 0.9em;
	color: #000;
	margin: 0;
	padding: 5px 0 3px 8px;
	font-weight: bold;
}

#piclist .picdata p.phototxt {
	width: 125px;
	display: block;
	float: left;
	text-align: left;
	margin: 0;
	padding: 3px 0 0 8px;
	font-size: 0.8em;
}

ul.newslist{
	width: 300px;
	margin: 0;
	padding: 0;
}

ul.newslist li{
	list-style:none;
	background: url(//www.erabu-navi.com/img/i-links.gif) no-repeat;
	border-bottom: 1px dotted #6d6d6d;
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 1.2em;
}

ul.newslist li span{
	margin: 0;
	padding: 0;
	color: #ff6a14;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}

.sidelink {
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: center;
}
.sidelink span img{
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}


/*--- 天気予報 ---*/
.info {
	text-align: center;
	padding-top: 15px;
	}

/*--- テレビ告知 ---*/
p.tv strong { background:#FFFFC0; }


/* =home main image
---------------------------------------------------*/

ul#slide {
	width: 960px;
	height: 427px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	list-style: none;
}

ul#slide li {
	margin: 0;
	padding: 0 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
}


/* =Page
-------------------------------------------------------------- */

.here {
	margin: 0;
	width: 960px;
	display: block;
	font-size: 1.0em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
}

#main h2 img{
	margin: 0;
	padding: 0;
}

#main h2, #content h2, #content-wide h2{
	color: #000;
	font-size: 1.6em;
	font-weight: normal;
	margin: 10px 0 20px 0 0;
}

/*--- ページ見出し h2/h3用 ---*/

#main h3, #content h3, #content-wide h3 {
	color: #000;
	font-size: 1.4em;
	font-weight: normal;
	margin: 10px 0;
	padding-left: 3px;
	border-bottom: 2px dotted #0C0;
}

/*--- ページ見出し h4用 ---*/

#main h4, #content h4, #content-wide h4 {
	color: #000;
	font-size: 1.0em;
	margin: 10px 0;
	padding-left: 8px;
	padding-top: 3px;
	border-bottom: 2px solid #0C0;
	background: #f4f8f1;
	line-height: 160%;
	
	/*color: #000;
	font-size: 1.0em;
	font-weight: bold;
	margin: 10px 0;
	padding-left: 3px;
	border-bottom: 2px dotted #ff7452;*/
}

#main h4.ttl4, #content h4.ttl4,, #content-wide h4.ttl{
	color: #000;
	font-size: 1.0em;
	font-weight: bold;
	margin: 10px 0;
	padding-left: 6px;
	border-left: 6px solid #0C0;
	border-bottom: none;
}
.alignright5 {
	text-align: right;
	font-size: 0.7em;
	margin: -32px 5px 0 0;
}


/*サブタイトル*/
h2.ttl{
	background: url(//www.erabu-navi.com/img/bg-t.gif) no-repeat;
	line-height: 50px;
	padding-left: 20px; 
}


/*--- サイト管理関連用 ---*/

#main h3.ttl3, #content h3.ttl3 {
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	margin: 10px 0;
	padding-left: 6px;
	border-bottom: 1px dotted #0C0;
	border-left: 8px solid #0C0;
}

/*---テーブル　一覧---*/

.data-list {
	margin: 0;
	padding: 0;
	width: 600px;
}

.data-list th{
	width: 170px;
	text-align: left;
	display: block;
	padding-bottom: 10px;
}

.data-list td{
	width: 380px;
	vertical-align: top;
	font-size: 0.9em;
	padding: 5px 0 10px 0;
}


/*---テーブル 詳細データ---*/

.data {
	margin: 0;
	padding: 0;
	width: 600px;
}

.data th{
	text-align: left;
	padding-bottom: 10px;
}

.data td{
	vertical-align: top;
	font-size: 0.9em;
	padding: 3px 0 5px 0;
}


/*---テーブル 詳細　基本情報---*/

.data2 {
	margin: 0;
	padding: 0;
	width: 592px;
	border-top: 1px dotted #0C0;
}

.data2 th{
	text-align: center;
	padding: 3px 0 0 0;
	border-bottom: 1px dotted #0C0;
	border-right: 8px solid #dfdad5;
	width: 100px;
	font-size: 0.8em;
}

.data2 td{
	font-size: 0.9em;
	padding: 3px 0 0 10px;
	border-bottom: 1px dotted  #0C0;
	width: 430px;
}

/*電話番号*/
.data2 th.tel{
	width: 100px;
	padding: 3px 0 5px 0;
	border-bottom: 1px dotted #0C0;
	border-right: 8px solid #dfdad5;
	background: url(img/i-tel.gif) no-repeat;
}

/*住所*/
.data2 th.adrs{
	width: 100px;
	padding: 3px 0 5px 0;
	border-bottom: 1px dotted #0C0;
	border-right: 8px solid #dfdad5;
	background: url(img/i-adrs.gif) no-repeat;
}

/*料金*/
.data2 th.prc{
	width: 100px;
	padding: 3px 0 5px 0;
	border-bottom: 1px dotted #0C0;
	border-right: 8px solid #dfdad5;
	background: url(img/i-prc.gif) no-repeat;
}

/*チェックインチェックアウト*/
.data2 th.inout{
	width: 100px;
	padding: 3px 0 5px 0;
	border-bottom: 1px dotted #0C0;
	border-right: 8px solid #dfdad5;
	background: url(img/i-inout.gif) no-repeat;
}

/*客室*/
.data2 th.rm{
	width: 100px;
	padding: 3px 0 5px 0;
	border-bottom: 1px dotted #0C0;
	border-right: 8px solid #dfdad5;
	background: url(img/i-rm.gif) no-repeat;
}

/*営業時間*/
.data2 th.time{
	width: 100px;
	padding: 3px 0 5px 0;
	border-bottom: 1px dotted #0C0;
	border-right: 8px solid #dfdad5;
	background: url(img/i-time.gif) no-repeat;
}

/*駐車場*/
.data2 th.prkg{
	width: 100px;
	padding: 3px 0 5px 0;
	border-bottom: 1px dotted #0C0;
	border-right: 8px solid #dfdad5;
	background: url(img/i-prkg.gif) no-repeat;
}

/*アクセス*/
.data2 th.acs{
	width: 100px;
	padding: 3px 0 5px 0;
	border-bottom: 1px dotted #0C0;
	border-right: 8px solid #dfdad5;
	background: url(img/i-acs.gif) no-repeat;
}

/*ホームページ*/
.data2 th.hp{
	width: 100px;
	padding: 3px 0 5px 0;
	border-bottom: 1px dotted #0C0;
	border-right: 8px solid #dfdad5;
	background: url(img/i-hp.gif) no-repeat;
}

/*ブログ*/
.data2 th.blg{
	width: 100px;
	padding: 3px 0 5px 0;
	border-bottom: 1px dotted #0C0;
	border-right: 8px solid #dfdad5;
	background: url(img/i-blg.gif) no-repeat;
}

/*設備*/
.data2 th.stb{
	width: 100px;
	padding: 3px 0 5px 0;
	border-bottom: 1px dotted #0C0;
	border-right: 8px solid #dfdad5;
	background: url(img/i-stb.gif) no-repeat;
}

/*その他*/
.data2 th.stb{
	width: 100px;
	padding: 3px 0 5px 0;
	border-bottom: 1px dotted #0C0;
	border-right: 8px solid #dfdad5;
	background: url(img/i-snt.gif) no-repeat;
}

/*お得*/
.data2 th.otk{
	width: 100px;
	padding: 3px 0 5px 0;
	border-bottom: 1px dotted #0C0;
	border-right: 8px solid #dfdad5;
	background: url(img/i-otk.gif) no-repeat;
}

/*---サブトップテーブル4列---*/

.data3 {
	margin: 0;
	padding: 0;
	width: 600px;
}

.data3 td{
	font-size: 0.7em;
	padding: 3px 10px 5px 0;
	vertical-align: top;
	line-height: 150%;
	width: 140px;
}

.data3 td strong{
	font-size: 1.1em;
}

.data3 td img{
	border: 1px solid #DFDFE1;
}

.data3 td img.noborder{
	border: none;
}

/*---サブトップテーブル4列---*/

.data3-2 {
	margin: 0;
	padding: 0;
	width: 600px;
}

.data3-2 td{
	font-size: 0.7em;
	padding: 3px 10px 5px 0;
	vertical-align: top;
	line-height: 150%;
	width: 50%!important;
}

.data3-2 td { font-size:0.9em!important;}

.data3-2 td img{
	border: 1px solid #DFDFE1;
	max-width: 300px!important;
	height:auto!important;
}

.data3-2 td img.noborder{
	border: none;
}


/*---テーブル 詳細 メニュー幅指定なし---*/

.data4 {
	margin: 0;
	padding: 0;
	width: 600px;
}

.data4 th{
	text-align: center;
	padding: 3px 0 5px 0;
}

.data4 td{
	font-size: 0.9em;
	padding: 3px 0 5px 10px;
}

/*---テーブル 詳細　飲食メニュー幅指定なし---*/

.data5{
	margin: 0;
	padding: 0;
	width: 600px;
}

.data5 th{
	text-align: center;
	padding: 3px 0 5px 0;
	border: 1px solid #bbb3ab;
}

.data5 td{
	font-size: 0.9em;
	padding: 3px 0 5px 10px;
	border: 1px solid #bbb3ab;
}

.data5 td.cntr{
	font-size: 0.9em;
	padding: 3px 5px;
	border: 1px solid #bbb3ab;
	text-align: center;
}

/*---テーブル 詳細　サービスメニュー幅指定なし---*/

.data6{
	margin: 0;
	padding: 0;
	width: 600px;
}

.data6 th{
	text-align: left;
	padding: 3px 0 5px 0;
	border-bottom: 1px solid #bbb3ab;
}

.data6 td{
	font-size: 0.9em;
	padding: 3px 0 5px 10px;
	border-bottom: 1px solid #bbb3ab;
}

.data6 td.cntr{
	font-size: 0.9em;
	padding: 3px 5px;
	border-bottom: 1px solid #bbb3ab;
	text-align: center;
}

/*---フォーム用テーブル---*/

table.data7{
	width: 596px;
	background: #bababa;
	border: 2px solid #bababa;
}

.data7 th{
	text-align: left;
	padding: 3px 3px 5px 5px;
	background: #b2e0ea;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #bababa;
	font-size: 0.9em;
}

.data7 th img{
	float: right;
}

.data7 td{
	font-size: 0.9em;
	padding: 3px 0 5px 10px;
	background: #FFF;
	border: 1px solid #bababa;
	font-size: 0.8em;
	color: #64666b;
}

.data7 td.txtbk{
	font-size: 0.9em;
	padding: 3px 0 5px 10px;
	background: #FFF;
	border: 1px solid #bababa;
	color: #000;
}

/*---IE7---*/
*:first-child+html .data7 td.txtbk span{
	float: left;
	margin: 0;
	padding: 0;
}

*:first-child+html .data7 td.txtbk span.wpcf7-list-item-label{
	float: left;
	margin: -45px 0 0 0;
	padding: 0 0 0 25px;
}

input.wpcf7-submit {
	width: 500px;
	height: 40px;
	margin: 10px 0 10px 48px;
	letter-spacing: 20px;
	font-size: 1.6em;
	font-weight: bold;
}

.wpcf7-response-output{
	background: #fcf8c8;
}

/*--- アクセス用テーブル ---*/

table.data8 {
	border: 1px solid #BEB7A5;
	font-size: 0.8em;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 10px;
	padding-top: 0;
}

table.data8 tr th,
table.data8 thead th {
	line-height: 140%;
	padding: 3px 5px;
	text-align: center;
}

table.data8 tr td {
	border: 1px solid #BEB7A5;
	padding: 3px 5px;
	text-align: center;
}

table.data8 {
	border: 1px solid #BEB7A5;
	font-size: 0.8em;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 10px;
	padding-top: 0;
}

table.data8 tr th,
table.data8 thead th {
	line-height: 140%;
	padding: 3px 5px;
	text-align: center;
}

table.data8 tr td {
	border: 1px solid #BEB7A5;
	padding: 3px 5px;
	text-align: center;
}

.lg {
	background-color: #F1F3EF;
}


/*---モデルコース---*/

table.data9{
	width: 99%;
}

.data9 th{
	padding: 3px 3px 5px 5px;
	border-bottom: 1px dotted #bababa;
}

.data9 td{
	padding: 3px 0 8px 10px;
	border-bottom: 1px dotted #bababa;
}


/*---特集---*/

div.box-lgrn{
	width: 300px;
	float:right;
	text-align: left;
	border: 2px solid #AEE05B;
	display: block;
	padding: 8px 15px;
	margin-left: 20px;
}


/*---Jquery tab---*/

.ui-tabs {
	width: 600px;
	margin-left: 0px;
	margin-top: 0px;
}

.ui-tabs ul li {
	font-size: 0.7em;
}

.ui-tabs {
	width: 600px;
	margin-left: 0px;
	margin-top: 0px;
}

.ui-tabs ul li {
	font-size: 0.7em;
}


/*--- リスト設定 ---*/

#tab-1, #tab-2, #tab-3, #tab-4, #tab-5   {
	width: 600px;
	margin : 0;
	padding : 0 10px 10px 0;
	float : left;
	clear : both;
	font-size: 0.9em;
}

/*--- 備考 ---*/

ul.biko {
	font-size: 0.9em;
	margin-left: 20px;
	padding-left: 20px;
	display: block;
}

.point{
	background: #fafaec url(img/i-point.gif) no-repeat;
	padding: 5px 8px 5px 24px;
	margin: 5px 10px;
	clear: left;
	color: #007092;
	font-size: 0.9em;
	width: 90%;
	border-color: #007092;
	border-radius: 4px;
	display: block;
}

.sb2home-l {
	width: 280px;
	float: left;
	padding: 0;
	display: block;
}

.sb2home-r {
	width: 280px;
	float: right;
	padding: 0;
	display: block;
}

/*--- 2ブロック ---*/
dl.sb2 {
	width: 280px;
	float:left;
	padding: 0 15px 0 0!important;
	display:block;
}

/*--- 2ブロック ---*/

dl.sb2 dt {
	padding: 0 0 0px 0 !important;
	margin: 0!important;
	display:block;
	border: none!important;
}

dl.sb2 dt {
	padding: 0;
	margin: 0;
	display:block;
	font-size: 1.3em;
	font-weight: normal;
}

dl.sb2 dd {
	font-size: 1.1em;
	line-height: 140%;
}

/* =Side
-------------------------------------------------------------- */

#side h2 {
	background: url(//www.erabu-navi.com/img/bg-sd-h2.png) no-repeat;
	line-height: 40px;
	padding-left: 45px;
	font-size: 1.4em;
	color: #000;
	border-bottom: 2px solid #FFC2C4;
	font-weight: normal!important;
}

#side h2 a {
	color: #000;
}

#side h2.timg {
	margin: 0;
	padding: 0 0 0 60px;
	background: url(//www.erabu-navi.com/img/t-news.png) no-repeat;
}


#side ul.sidemenu  {	
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	font-size: 0.9em;
}

#side ul.sidemenu li {	
	background: url(//www.erabu-navi.com/img/i-sdm.gif) no-repeat;
	border-bottom: 1px dotted #808080;
	font-size: 1.4em;
	display: block;
	width: 320px;
	/*height: 32px;*/
	line-height: 26px;
}

#side ul.sidemenu li a{	
	padding: 6px 0 0 25px;
	display: block;
	/*width: 244px;
	height: 32px;*/
	line-height: 26px;
}

#side ul.sidemenu li a:hover {	
	/*padding-top: 6px;*/
	background: #fefeeb url(//www.erabu-navi.com/img/i-sdm-over.gif) no-repeat;
	display: block;
	color: #000;
	/*height: 26px;*/
	line-height: 26px;
}

/*------ ie6 ------*/

*html #side ul.sidemenu li a:hover {	
	padding: 6px 0 0 25px;
	background: #fefeeb url(//www.erabu-navi.com/img/i-sdm-over.gif) no-repeat;
	display: block;
	color: #000;
}

/*-----２階層目-----*/

#side ul.sidemenu ul.children  {	
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
	font-size: 0.8em;
}

#side ul.sidemenu li ul.children li{	
	background: url(//www.erabu-navi.com/img/i-sdm.gif) no-repeat;
	border-bottom: 1px dotted #808080;
	font-size: 1.2em;
	display: block;
	width: 320px;
	line-height: 26px;
}

#side ul.sidemenu li ul.children li a{	
	padding: 6px 0 0 25px;
	display: block;
	/*width: 244px;*/
	line-height: 26px;
}

#side ul.sidemenu li ul.children li a:hover {	
	/*padding-top: 6px;*/
	background: #fefeeb url(//www.erabu-navi.com/img/i-sdm-over.gif) no-repeat;
	display: block;
	color: #000;
	height: 26px;
}

/*------ ie6 ------*/

*html #side ul.sidemenu li ul.children li a:hover {	
	padding: 6px 0 0 25px;
	background: #fefeeb url(//www.erabu-navi.com/img/i-sdm-over.gif) no-repeat;
	display: block;
	color: #000;
}


/*------------ブログ、サイド-----------*/

h3.widget-title{
	line-height: 40px;
	padding-left: 45px;
	font-size: 1.4em;
	color: #000;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 0 0 0 60px;
	background: url(//www.erabu-navi.com/img/t-news.png) no-repeat;
	font-weight: normal;
}

/* =gMap
-------------------------------------------------------------- */
/*
#spot {
	width: 592px;
	height: 400px;
	border: 1px solid #ccc;
	display: block;
}*/

.simplemap {
	width: 600px;
	height: 400px;
	border: 1px solid #ccc;
	display: block;
}
.simplemap img {
	max-width: none!important;  /* コントロール表示追加指定 */
	-webkit-opacity:1;
	-moz-opacity:1;
	-o-opacity:1;
	filter:alpha(opacity=100);
	-ms-filter:alpha(opacity=100);
	opacity:1;
}

/* =ad
-------------------------------------------------------------- */

.ad {
	width: 99%;
	height: auto;
	display: block;
	margin: 10px auto;
	padding: 8px auto!important;
	background: #F6F6F6;
	text-align: center;
	-webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}
.ad img{
	padding: 5px auto!important;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- 

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 1.0em;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 1.0em;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
*/