@charset "utf-8";
/* CSS Document */

/* body 
-------------------------------------------------------------- */
html,
body {
color:#333;
margin:0;
padding:0;
}

/* basic font
-------------------------------------------------------------- */
a:link {color:#0066cc; text-decoration: none}

a:visited {color:#0066cc; text-decoration: none}

a:hover {color:#0066cc; text-decoration: none} 

a:active {color:#0066cc; text-decoration: none}

/* entry-content　font
-------------------------------------------------------------- */
#content .entry-content a {
color: #E84D9B;
text-decoration:none;
}

#content .entry-content a:hover {
color: #E84D9B;
text-decoration:underline;
}

/* footer-bottom　font
-------------------------------------------------------------- */
#footer .footer-inner {
color:#fff;
}

#footer .footer-inner a {
color:#fff;
}

#footer .footer-inner a:hover {
color:#23378E;
}

/*　個別にベーシックカラーを指定したい時
-------------------------------------------------------------- */
.txt-basic-color {
color: #23378E!important; 
}

/* サイトマップ　font
-------------------------------------------------------------- */
#sitemap_list a {
color:#23378E!important;
}

#sitemap_list a:hover {
color:#E84D9B!important;
}

/* グローバル　レイアウト
-------------------------------------------------------------- */
#wrapper {
width:880px;
margin:-18px auto 0 auto;
padding:0;
/*height:auto!important;
height:100%;*/
border-left: solid 1px #0066cc;
border-right: solid 1px #0066cc;
background-image:url(img/side-back.jpg);
background-repeat:repeat-y;
}

#wrapper::after{
  content:"";
  display:block;
  clear:both;
}

#header {
width:100%;
height:90px;
padding:0;
margin:0px auto;
background-color: #fff;
}

#main {
width:100%;
margin:0 auto auto auto;
padding:0px auto 96px 0px;
display:inline-block;
}

#main::after{
  content:"";
  display:block;
  clear:both;
}

#container {
float: right;
margin: 0 auto 0 auto;
width:630px;
height:auto;
}

#content {
width:580px;
margin: 0px auto 0px 0;
text-align:left;
height:auto;
}

#primary,
#secondary {
float: left;
width: 220px;
height:auto;
}

#footer {
clear: both;
width:880px;
position:relative;
margin:0px auto;
height:96px;
border-right: solid 1px #0066cc;
border-left: solid 1px #0066cc;
box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);	
background-image:url(img/side-back.jpg);
background-repeat:repeat-y;
}

/* ヘッダ
-------------------------------------------------------------- */
.header-inner {
width:880px;
height:100%;
margin:0px auto;
padding:0px;
position:relative;
background-image:url(img/back.jpg);
background-repeat:repeat-x;
background-position:top left;
}

.logo-mark {
position:absolute;
top:10px;
left:0px;
}

.logo {
position:absolute;
top:40px;
left:10px;
}

.description {
position:absolute;
width:85%;
top:5px;
left:10px;
font-size:12px;
line-height:135%;
}

p.tel {
position:absolute;
top:55px;
right:10px;
}

p.font-s {
position:absolute;
top:80px;
right:10px;
}

.request a {
position:absolute;
top:8px;
right:8px;
border:solid 1px #0066cc;
padding:5px 20px 3px 20px ;
line-height:100%;
text-align:center;
background-color:#0066cc;
color : #FFFFFF;
font-size:110%;
}

.request a:hover {
background-color:#63b0fe;
border:solid 1px #63b0fe;
}

.header-banner {
position:absolute;
top:30px;
left:265px;
}

/* ページタイトル
-------------------------------------------------------------- */
.page-title {
width:580px;
height:73px;
margin:0px auto 20px 0 ;
background-image:url(img/cate-titleback.gif);
background-repeat:no-repeat;
}

.page-title h2 {
width:560px;
line-height:100%;
text-align:left;
font-size:130%;
font-weight:800;
padding-top:40px;
padding-left:10px;
padding-bottom:10px;
color:#0066cc;
}

/* =メニュー（ページ）
--------------------------------------------------------------*/
#access-box {
width: 100%;
height:34px;
margin:0px auto;
z-index: 9999;
text-align:center;
font-weight:800;
background-color:#ccccff;
box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);	
}

#access {
width:880px;
height:34px;
margin:0px auto;
z-index: 9999;
}
#access div.menu {
font-size: 16px;
font-weight:normal;
height:34px;
margin-left:0px;
}
#access div.menu ul {
list-style: none;
margin: 0 auto;
padding-left:0px;
}
#access li,
div.menu li {
float: left;
position:relative;
z-index: 9999;
list-style: none;
}
#access a {
color: #0066cc;
display: block;
height: 34px;
line-height:36px;
padding: 0 20px;
}

#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: 34px;
left: 0;
float: left;
width: 180px;
text-align:left;
text-indent:10px;
background-color:#ccccff;
}
#access ul ul li {
min-width: 180px;
list-style: none;
}
#access ul ul ul {
left: 100%;
top: 0;
text-align:left;
text-indent:10px;
background-color:#ccccff;
}
#access ul ul a {
line-height: 1em;
padding: 10px;
width: 160px;
height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
display: block;
color: #fff;
background-color:#0066cc;
}
#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;
background-color:#0066cc;
display: block;
}
* 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;
background-color:#0066cc;
display: block;
}

/*カスタムメニュー用（グローバルメニュー）追加
-------------------------------------------------------------- */
#access div ul li {
list-style: none;
}
#access ul.menu {
margin:0px;
}

/* フッターボトム
-------------------------------------------------------------- */
#footer .footer-inner-box {
width:100%;
height:36px;
margin:0px auto;
background-color:#8E9FE8;
border-top:0px solid #AF715D;
}

#footer .footer-inner {
width:880px;
height:36px;
margin:0px auto;
}

#footer .footer-left {
float:left;
margin:0px;
width:220px;
height:36px;
}
#footer .footer-right {
float:right;
width:580px;
height:36px;
}
#footer .footer-left p {
text-align:left;
font-size:11px;
line-height:380%;
padding-left:10px;
}
#footer .footer-right p {
text-align:right;
font-size:11px;
line-height:200%;
padding-right:10px;
}

/* ページトップ
-------------------------------------------------------------- */
#footer .pagetop {
height:60px ;
width:880px;
margin:0px auto;
font-size:11px;
}
#footer .pagetop .pagetop-left {
float:left;
width:220px;
margin:0px;
}
#footer .pagetop .pagetop-left p {
font-size:11px;
text-align:left;
padding-top:40px;
padding-left:10px;
}

#footer .pagetop .pagetop-right {
float:right;
width:580px;
margin:0px;
}

#footer .pagetop .pagetop-right p {
font-size:11px;
text-align:right;
padding-top:40px;
padding-right:10px;
}

/* カテゴリー　タイトル
-------------------------------------------------------------- */
#content .cate-title,
#content .entry-title  {
width:570px;
margin:0px auto 0px auto;
}

#content .cate-title h1,
#content .entry-title {
padding:15px 5px 4px 5px;
border-bottom:1px dotted #8E9FE8;
font-size:105%;
line-height:100%;
}

/* エントリーコンテント
-------------------------------------------------------------- */
.entry-content,
.entry-search {
margin:10px auto 25px 0;
padding:0px 0px 0px 0px;
font-size:13px;
font-weight:normal;
text-align:left;
line-height:170%;
width:580px;
}

.entry-summary {
width:540px;
margin:0px auto 15px auto;
padding:0px 0px 5px 0px;
font-size:13px;
line-height:160%;
font-weight:normal;
}

.entry-content img {
padding-top:10px;
padding-bottom:10px;
}

/* GoogleMap*/
#content small a {
font-size: 130%;
color:#ed619a!important;
line-height: 180%;
}
