/*
Theme Name: FREEDOM CREATION THEME 0016 Mobile
Theme URI: http://www.freedom-c-studio.com/
Description: FREEDOM CREATION THEME 0016 for Moblie
Version: 1.0
Author: FREEDOM CREATION STUDIO
Author URI: http://www.freedom-c-studio.com/
Tags:
*/
/****: common variable with mobile theame ****/
/**** Color ****/
/*** Header Style ***/
.h2_Background_Style {
  background: #378ACD url("images/bg_h2.jpg") repeat-x top;
  border-top: none;
  border-left: solid 1px #4F81BD;
  border-right: solid 1px #4F81BD;
  border-bottom: solid 3px #4F81BD;
}
.h3_Background_Style {
  background: #378ACD url("images/bg_h2.jpg") repeat-x top;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.h4_Background_Style {
  background: #f6f8fc;
  border-top: none;
  border-left: solid 3px #4F81BD;
  border-right: none;
  border-bottom: solid 1px #4F81BD;
}
.h5_Background_Style {
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px dashed #AAAAAA;
}
/***********************
Variable 
************************/
/*** color ****/
/**** header ****/
.h2_Background_Style {
  background: -moz-linear-gradient(top, #91bfe3 0%, #68A7D9 50%, #549bd4 95%, #3f8fcf 98%, #225a86);
  background: -webkit-gradient(linear, left top, left bottom, from(#91bfe3), color-stop(0.5, #68A7D9), color-stop(0.95, #549bd4), color-stop(0.98, #3f8fcf), to(#225a86));
}
.h3_Background_Style {
  background: -moz-linear-gradient(top, #91bfe3 0%, #68A7D9 50%, #549bd4 95%, #3f8fcf 98%, #225a86);
  background: -webkit-gradient(linear, left top, left bottom, from(#91bfe3), color-stop(0.5, #68A7D9), color-stop(0.95, #549bd4), color-stop(0.98, #3f8fcf), to(#225a86));
}
/*** width ***/
/*** background ***/
/* screen background image */
/* BELOW HEADER IMAGE */
/*** Header (Above image) ***/
/*** Footer ***/
/* block (height must be 0) or none */
/* height of footer area */
/* border height (top and bottom) of footer area */
/* in case of internal-footer, @Screen_Width   indipendent footer :100% */
.Header-Area_Background_Style {
  background: #D5E1F0;
}
/**** MenuItem for each pages ****/
/* @Main_Fg_Color; */
/* @Main_Theme_Color; */
/**** MenuBox mainly for top page ****/
.MenuBox_Title_Background_Style {
  background: -moz-linear-gradient(top, #bed1e7 0%, #4F81BD 97%, #1f3754);
  background: -webkit-gradient(linear, left top, left bottom, from(#bed1e7), color-stop(0.97, #4F81BD), to(#1f3754));
  border: 1px solid #DDD;
}
/***** MenuBox_Image ****/
/***** LineItem *****/
/**** Slide Menu ****/
.SlideMenu_Background_Style {
  background: #e3ebf5;
  border-top: solid 1px #FFFFFF;
  border-left: solid 1px #FFFFFF;
  border-bottom: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
}
/**** Menu ****/
.Menu1_Non_Selected_Background_Style {
  background: -moz-linear-gradient(top, #ffffff 0%, #e3ebf5 50%, #d1deee 95%, #bed1e7 98%, #749ccb);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.5, #e3ebf5), color-stop(0.95, #d1deee), color-stop(0.98, #bed1e7), to(#749ccb));
  border-top: solid 1px #DDDDDD;
}
.Menu1_Selected_Background_Style {
  background: -moz-linear-gradient(top, #d1d1d1 0% #eaeaea 5%, #F7F7F7 50%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), color-stop(0.05, #eaeaea), color-stop(0.5, #F7F7F7), to(#ffffff));
}
/*******************************************

BASIC 

***********************************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
  overflow-y: scroll;
}
/*
body > #container  {
        height: auto;
}
*/
Body {
  margin: 0px;
  padding: 0px;
  /*	font-family: Calibri,"Hiragino Kaku Gothic Pro", Verdana, Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif; */
  font-family: Helvetica, sans-serif;
  font-size: 90%;
  font-weight: normal;
  /*	height:100%;*/
  color: #555555;
  letter-spacing: 0;
  /*	border:1px solid #00FF00;*/
  height: 100%;
  background: #FFFFFF;
  font-size: 100%;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}
Body.home {
  background: #FFFFFF;
  color: #555555;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  /*	color: #006699;*/
  color: #5555AA;
}
a:hover {
  text-decoration: none;
  /*	color:#006699;*/
  color: #444488;
}
a:visited {
  /*	color:#7F007F;*/
  color: #5555AA;
}
.home a {
  text-decoration: none;
  /*	color: #006699;*/
  color: #5555AA;
}
.home a:hover {
  text-decoration: none;
  /*	color:#006699;*/
  color: #444488;
}
.home a:visited {
  /*	color:#7F007F;*/
  color: #5555AA;
}
a img {
  border: 0;
}
.TextCenter {
  text-align: center;
}
.Text-Gray {
  color: #BBBBBB;
}
.Clear {
  /*	margin-top:0px !important;*/
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  padding: 0px 0px 0px 0px !important;
  /*	border:1px solid #CCCCCC;*/
  /*	border:1px solid #FF0000;*/
  /*	display:none;*/
  float: none;
  clear: both;
  font-size: 1px;
  line-height: 0;
  height: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
.Bread-Crumb {
  font-size: 90%;
  margin: 0;
  padding: 0.5em 0 0.3em 0.5em;
  line-height: 1em;
}
/*********************************

IMAGE & CAPTION FUNCTION

***********************************/
p img {
  /*	padding: 0;
	max-width: 100%;*/
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
.alignleft {
  float: left;
  margin-right: 5px;
  margin-left: 5px;
}
.alignright {
  float: right;
  margin-left: 10px;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
table.aligncenter {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  margin-bottom: 10px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 5px auto 0px auto;
}
.wp-caption-text,
.wp-caption-dd {
  line-height: 1.5;
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  text-align: center;
  font-size: 100%;
}
.gallery .gallery-item2 {
  background: #FFFFFF;
}
ul.menu li {
  margin: 0 0 0.3em 0;
  padding: 0 4em 0 0;
  position: relative;
  border-bottom: dotted 1px #999;
}
.menu strong {
  left: 0;
}
.menu span.price {
  padding: 0 0 0 5px;
  position: absolute;
  right: 0;
}
.photo-frame {
  border: 1px solid gray;
}
ul,
ol {
  /*	border:1px solid #FF0000;*/
  margin: 5px 0 5px 0em;
  padding: 0 0 0 2em;
}
ul li {
  text-indent: 0em;
  padding: 0 0 0 0em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  line-height: 1.5em;
}
ol li {
  text-indent: 0em;
  padding: 0 0 0 0em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  line-height: 1.5em;
}
ul ol {
  margin-left: 0.3em;
  padding-left: 0.3em;
}
/**** table ***/
table {
  width: 100%;
  border-spacing: 0px;
  /* �Z���̊Ԋu���Ȃ��� */
  border-top: solid 1px #AAAAAA;
  border-right: solid 1px #666666;
  border-left: solid 1px #AAAAAA;
  border-bottom: solid 1px #666666;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
table th,
table td {
  border-width: 1px;
  /* �Z���̘g���͑���1�s�N�Z�� */
  border-style: solid;
  /* �Z���̘g���͎��� */
  padding: 2px;
  /* �Z�������̗]����2�s�N�Z�� */
}
table thead th,
table thead td {
  border-color: #ffffff #AAAAAA #AAAAAA #ffffff;
  /* ��1 */
  background-color: #e3ebf5;
  /* ��1 */
  /*  color:#FFFFFF; */
}
table tbody th {
  border-color: #ffffff #AAAAAA #AAAAAA #ffffff;
  /* ��2 */
  background-color: #e3ebf5;
  /* ��2 */
  word-break: keep-all;
  /*  color:#FFFFFF; */
}
table td {
  border-color: #ffffff #aca899 #aca899 #ffffff;
  /* ��3 */
  background-color: #FFFFFF;
  /* ��3 */
}
/*********** CUSTOMIZED SESSION ONLY FOR THIS THEAME **********/
.photo-frame {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/********************************

HEADER AREA

**********************************/
/*
 * Header
 */
/********* floating-header *******/
#Floating-Header,
#Floating-Footer {
  width: 100%;
  background-color: #4487ba;
  /*	border-bottom:1px solid #000000;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#Floating-Header {
  width: 100%;
  max-height: 180px;
}
.top-fixed {
  position: fixed;
  /* 追従 */
  z-index: 99999;
  /* 他の要素の下に隠れないように */
  top: 0px;
  /* バナーの上下の位置 */
}
#Floating-Footer {
  position: fixed;
  /* 追従 */
  z-index: 99999;
  /* 他の要素の下に隠れないように */
  bottom: 0px;
  /* バナーの上下の位置 */
  max-height: 160px;
}
#Floating-Header-Menu {
  display: flex;
  justify-content: center;
  width: 100%;
}
#Floating-Header .Menu {
  width: 20%;
  text-align: center;
}
#Floating-Footer-Menu {
  display: flex;
  justify-content: center;
  width: 100%;
}
#Floating-Footer .Menu {
  width: 50%;
  text-align: center;
  padding: 5px 2px 5px 2px;
}
#Floating-Header-Menu .Menu a,
#Floating-Header-Menu .Menu a:visited,
#Floating-Header-Menu .Menu a:hover,
#Floating-Footer .Menu a,
#Floating-Footer .Menu a:visited,
#Floating-Footer .Menu a:hover {
  color: white;
  padding: 0em 0 0em 0;
  margin: 0;
  text-align: center;
  font-weight: bold;
}
#Floating-Header-Menu .Menu span,
#Floating-Footer .Menu span {
  word-break: keep-all;
}
/********************************

HEADER AREA

**********************************/
/*
 * Header-Area
 */
#Header-Area {
  text-align: center;
  position: relative;
  background: #D5E1F0;
}
#Header-Area .Menu-Button {
  position: absolute;
  top: 0.3em;
  left: 0.3em;
  width: 32px;
  padding: 0;
  margin: 0.2em;
  vertical-align: bottom;
  float: left;
}
#Header-Area #Search-Box {
  margin-top: 0.4em;
  margin-right: 0.2em;
  font-size: 90%;
}
#Header-Area img {
  margin-left: auto;
  margin-right: auto;
}
#Header {
  padding: 0;
  margin: 0;
  text-align: center;
}
#Header img {
  width: 280px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
#header-Image {
  margin: 0px 0 0px 0;
  padding: 0px 0 0 0px;
  /*	height:90px;*/
  width: 100%;
  background: #ffffff;
  border: none;
  border-top: none;
  border-bottom: none;
  background: none;
}
#header-Image img {
  margin: 0px;
  padding: 0;
  border: none;
  vertical-align: bottom;
}
#Header-Description-Box {
  text-align: left;
  margin: 0px 0px 0px 5px;
  padding: 0px 0px 0px 0;
  font-size: 100%;
  float: left;
}
#Header-Search-Box {
  margin: 0px 5px 0px 0;
  padding: 0px 0px 0px 0;
  font-size: 100%;
  float: right;
}
#Header-Area .menu_button {
  width: 32px;
  padding: 0;
  margin: 0.3em 0.1em 0 0.2em;
  float: left;
}
/********************************

          Main Area

********************************/
#container {
  border: none;
  position: relative;
  min-height: 100%;
  height: auto;
}
#page {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 220px;
  min-height: 100%;
}
p {
  margin: 0.5em 0.2em 1em 0.2em;
  padding: 0px 0px 0px 0px;
  text-indent: 0em;
  line-height: 1.4em;
}
.entry-list {
  margin-bottom: 10px;
}
.heading {
  margin-bottom: 10px;
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  font-weight: 700;
  color: #222222;
  background-color: #DBDBDB;
}
/*
h1 {
  margin: 0px;
  padding: 0px;
  color: #222222;
//  background-color: #000000;
//  border:5px solid #FF00FF;
//	line-height:100%;
//	height:30px;
}
*/
h1 {
  margin: 0em 0 0.5em 0;
  padding: 5px 5px;
  font-weight: bold;
  font-size: 130%;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  background: #378ACD url("images/bg_h2.jpg") repeat-x top;
  border-top: none;
  border-left: solid 1px #4F81BD;
  border-right: solid 1px #4F81BD;
  border-bottom: solid 3px #4F81BD;
  background: -moz-linear-gradient(top, #91bfe3 0%, #68A7D9 50%, #549bd4 95%, #3f8fcf 98%, #225a86);
  background: -webkit-gradient(linear, left top, left bottom, from(#91bfe3), color-stop(0.5, #68A7D9), color-stop(0.95, #549bd4), color-stop(0.98, #3f8fcf), to(#225a86));
  color: #FFFFFF;
  float: none;
  clear: both;
}
h2 {
  margin: 1em 0 0.5em 0;
  padding: 5px 5px;
  font-weight: bold;
  font-size: 110%;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  background: #378ACD url("images/bg_h2.jpg") repeat-x top;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  background: -moz-linear-gradient(top, #91bfe3 0%, #68A7D9 50%, #549bd4 95%, #3f8fcf 98%, #225a86);
  background: -webkit-gradient(linear, left top, left bottom, from(#91bfe3), color-stop(0.5, #68A7D9), color-stop(0.95, #549bd4), color-stop(0.98, #3f8fcf), to(#225a86));
  float: none;
  clear: both;
}
h3 {
  margin: 1em 0 0.5em 0;
  padding: 5px 5px 5px 0.5em;
  font-weight: bold;
  font-size: 100%;
  color: #4F81BD;
  background: #f6f8fc;
  border-top: none;
  border-left: solid 3px #4F81BD;
  border-right: none;
  border-bottom: solid 1px #4F81BD;
  float: none;
  clear: both;
}
h5 {
  margin: 1em 0 0.5em 0;
  padding: 5px 5px;
  font-weight: bold;
  font-size: 100%;
  color: #555555;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px dashed #AAAAAA;
  float: none;
  clear: both;
}
.Main-Text-Area {
  margin: 0px 0px 0px 0px;
  padding: 0em 0em 0em 0em;
  /* both side must be 0em */
  overflow: visible;
  word-wrap: break-word;
  background: #FFFFFF;
}
.Main-Text-Area iframe {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
/*****************************************

Start of menu-item

******************************************/
ul.Menu-Item {
  padding: 0px 0px 0px 0px;
  margin-left: 1em;
  padding-left: 0em;
  margin: 0px 0 0 0;
  display: block;
}
ul.Menu-Item li {
  font-size: 100%;
  text-indent: 0.5em;
  display: block;
  list-style-type: none;
  padding: 0.2em 0px 0.2em 0.5em;
  margin: 0 0 0 0;
}
ul.Menu-Item li.Selected {
  color: #555555;
  display: block;
  position: relative;
  padding-right: 20px;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  background: -moz-linear-gradient(top, #d1d1d1 0% #eaeaea 5%, #F7F7F7 50%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), color-stop(0.05, #eaeaea), color-stop(0.5, #F7F7F7), to(#ffffff));
}
ul.Menu-Item li.Selected::after {
  position: absolute;
  top: 50%;
  left: 3px;
  display: block;
  content: "";
  margin-top: -7px;
  width: 9px;
  height: 14px;
  background-image: url(images/sprite.png);
  background-position: -2px -2px;
  font-size: 0;
}
ul.Menu-Item li.Selected a {
  text-decoration: none;
}
ul.Menu-Item li.Non-Selected {
  color: #555555;
  display: block;
  font-weight: normal;
  text-decoration: none;
}
ul.Menu-Item a {
  color: #555555;
  background: #FFEEFF;
  position: relative;
  display: block;
  padding: 0px 20px 0px 0em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background: -moz-linear-gradient(top, #ffffff 0%, #e3ebf5 50%, #d1deee 95%, #bed1e7 98%, #749ccb);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.5, #e3ebf5), color-stop(0.95, #d1deee), color-stop(0.98, #bed1e7), to(#749ccb));
  border-top: solid 1px #DDDDDD;
}
ul.Menu-Item a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  content: "";
  margin-top: -7px;
  width: 9px;
  height: 14px;
  background-image: url(images/sprite.png);
  background-position: -2px -2px;
  font-size: 0;
}
ul.Menu-Item li.Level2 {
  font-size: 95%;
  text-indent: 0em;
  padding: 2px 1em 2px 1em;
}
ul.Menu-Item li.Level2-Selected {
  color: #333333;
  display: block;
  background: #FFFFFF;
  font-weight: bold;
  text-decoration: underline;
}
ul.Menu-Item li.Level2-Selected a {
  color: #333333;
  font-weight: bold;
}
ul.Menu-Item li.Level2-Non-Selected {
  color: #333333;
  display: block;
  background: #F0FFFF;
  font-weight: normal;
  text-decoration: none;
}
ul.Menu-Item li.Level2-Non-Selected a {
  font-weight: normal;
}
/*********************

FOOTER AREA

**********************/
#footer {
  display: block;
  /*	position:absolute; */
  /* should enable, if individual footer */
  bottom: 0;
  text-align: center;
  padding: 0.5em 0px 0.5em 0px;
  border-top: none;
  border-bottom: none;
  background: none;
  margin: 10px auto 0 auto;
  float: none;
  clear: both;
  height: 40px;
  width: 100%;
  color: #333333;
  font-size: 90%;
  /*
   background-image: -moz-linear-gradient(  
         top,  
         #FFFFFF 0%,  
//         #DDDDFF 5%,  
//         #DDDDFF 50%,  
//         #CCCCFF 95%,  
         #FFFFFF);  

    background-image: -webkit-gradient(  
         linear,  
         left top,left bottom,  
         from(#FFFFFF),  
 //        color-stop(0.05, #DDDDFF),  
 //        color-stop(0.50, #DDDDFF),  
 //        color-stop(0.95, #CCCCFF),  
         to(#CCCCFF));  
*/
}
.home #footer {
  background: none;
}
/*********************

MENU-BOX

**********************/
.Menu-Box {
  margin: 0 auto 0 auto;
  padding: 10px 0 10px 0;
}
.Menu-Box-Row-Top {
  margin: 0;
}
.Menu-Box-Row {
  margin: 0;
  padding: 10px 0 0 0;
}
.Menu-Box-Col {
  margin: 0 0px 0px 0px;
  float: left;
}
.Menu-Box-Box {
  height: 4em;
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
  padding: 0.2em;
  text-align: center;
  width: 96%;
  margin: 0px auto 0px auto;
  background: -moz-linear-gradient(top, #bed1e7 0%, #4F81BD 97%, #1f3754);
  background: -webkit-gradient(linear, left top, left bottom, from(#bed1e7), color-stop(0.97, #4F81BD), to(#1f3754));
  border: 1px solid #DDD;
  padding: 0px 0;
}
.Menu-Box-Box:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.Menu-Box-Title {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  padding: 0em 0.2em 0em 0.2em;
}
.Menu-Box-Body {
  font-size: 85%;
  color: #FFFFFF;
}
.Menu-Box img {
  margin: 0 0 0 0;
  border: 0;
}
.Menu-Box-Image {
  background: none;
}
.Sub-Page-Menu .Menu-Box {
  padding: 0;
}
.Sub-Page-Menu .Menu-Box-Row,
.Sub-Page-Menu .Menu-Box-Row-Top {
  padding: 0;
  margin: 0;
}
.Sub-Page-Menu .Menu-Box-Box {
  border: none;
  width: 100%;
  height: auto;
}
.Sub-Page-Menu .Menu-Box-Title {
  padding: 0.2em 0.5em 0.2em 0.5em;
  border: none;
}
.Sub-Page-Menu .Menu-Box-Body {
  display: none;
}
.Sub-Page-Menu a {
  position: relative;
  display: block;
  padding: 0px 20px 0px 0.5em;
}
.Sub-Page-Menu a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  content: "";
  margin-top: -7px;
  width: 9px;
  height: 14px;
  background-image: url(images/sprite.png);
  background-position: -2px -2px;
  font-size: 0;
}
/*********************************

LINE LIST

*********************************/
.LineItem {
  margin: 0em 0 0em 0;
  padding: 0.5em 0em 0.5em 0.5em;
  width: auto;
  border-bottom: 1px solid #DDDDDD;
  list-style-type: none;
  background: -moz-linear-gradient(top, #ffffff 0%, #FFFFFF 50%, #f2f2f2 95%, #e6e6e6 98%, #b3b3b3);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.5, #FFFFFF), color-stop(0.95, #f2f2f2), color-stop(0.98, #e6e6e6), to(#b3b3b3));
}
.home .LineItem {
  background: -moz-linear-gradient(top, #ffffff 0%, #FFFFFF 50%, #f2f2f2 95%, #e6e6e6 98%, #b3b3b3);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.5, #FFFFFF), color-stop(0.95, #f2f2f2), color-stop(0.98, #e6e6e6), to(#b3b3b3));
  border-bottom: none;
  padding: 0.5em 0.5em 0.5em 0.5em;
}
.LineItem1 {
  margin: 0 0 0 0;
  padding: 0px 0 0.2em 0em;
  width: 11em;
  font-size: 90%;
}
.LineItem-Label {
  margin: 0 0 0 0em;
  padding: 0 0 0 0;
}
.LineItem2 {
  margin: 0 0 0 0em;
  padding: 0 0 0 0;
  width: auto;
}
.Whats-New .LineItem2 {
  margin: 0 0 0 0em;
  padding: 0 0 0 0;
  width: auto;
}
.LineItem img.label {
  margin-right: 0.5em;
  vertical-align: top;
}
.LineItem img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.LineItem2 img.New {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.LineItem a {
  position: relative;
  display: block;
}
.LineItem a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  content: "";
  margin-top: -7px;
  width: 9px;
  height: 14px;
  background-image: url(images/sprite.png);
  background-position: -2px -2px;
  font-size: 0;
}
.Ad-Image {
  margin: 0 0 5px 0;
}
/************************

pagenav

****************************/
.Page-Nav {
  /*	color: #FFFFFF;*/
  /*	background:#000000;*/
  padding: 0 0 0 0;
  margin: 0.5em auto 0.5em auto;
  height: 2em;
  line-height: 2em;
  text-align: center;
}
a.page-numbers,
.Page-Nav .current {
  /*	color: #FFFFFF;*/
  padding: 2px 0.4em;
  /*	border:solid 1px #ccc;*/
  border: 1px solid #777777;
  /*	font-size:smaller;*/
}
a.page-numbers:hover {
  /*	color:#FFFFFF;*/
}
.Page-Nav .current {
  color: #FF0066;
  border: 1px solid #777777;
  /*	border-color: #328ab2;*/
  font-weight: bold;
}
/******************************

 SEARCH RESULT 
 
********************************/
.Search-Result-Box {
  /*	border:1px solid #FF0000;*/
  border-top: dashed 1px #000000;
  margin-top: 5px;
  padding-top: 5px;
  min-height: 6em;
  float: none;
  clear: both;
}
.Search-Result-Page-Title {
  font-size: 100%;
  font-weight: bold;
  margin: 10px 0 5px 5px;
}
.Search-Result-Page-Title a {
  text-decoration: underline;
}
.Search-Result-Page-Excerpt {
  font-size: 100%;
  margin: 5px 0 5px 10px;
  line-height: 120%;
}
header {
  position: relative;
}
header .more {
  margin: 0;
  position: absolute;
  top: 0.25em;
  right: 0.3em;
  padding: 0.2em 0.2em;
  line-height: 1em;
  background: #EEF;
  -moz-box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.2), inset 2px 2px 1px #ffffff;
  -webkit-box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.2), inset 2px 2px 1px #ffffff;
  border-top: 1px solid #BBB;
  border-left: 1px solid #BBB;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  font-size: 90%;
}
header .more a {
  display: block;
  padding: 0  0 ;
  color: #FFFFFF;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
header .more::before {
  display: block;
  content: "";
  position: absolute;
  /*  left: -5px;
  width: 10px;
  height: 32px;
  font-size: 0;
  background: url(../img/more.png) left center;*/
}
/*****************************************

Start of Slide-Menu

******************************************/
.Slide-Menu {
  /*	border-top:solid 1px @Main_Theme_Bright_Color;
	border-left:solid 1px @Main_Theme_Bright_Color;
	border-right:solid 1px @Main_Theme_Dark_Color;
	border-bottom:solid 1px @Main_Theme_Dark_Color;*/
}
ul.Slide-Menu {
  padding: 0px 0px 0px 0px;
  margin: 0px 0 0 0;
  display: block;
}
ul.Slide-Menu li {
  color: #555555;
  font-size: 100%;
  /*  text-indent: 0.5em;*/
  display: block;
  list-style-type: none;
  padding: 0.5em 0px 0.5em 0.5em;
  margin: 0em 0 0em 0;
  background: #e3ebf5;
  border-top: solid 1px #FFFFFF;
  border-left: solid 1px #FFFFFF;
  border-bottom: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
}
ul.Slide-Menu li.Selected {
  background: #EEFFFF;
  display: block;
  padding-right: 20px;
  position: relative;
  /*  background-image: -moz-linear-gradient(top, #e7e7e7 0%, #f0f0f0 5%, #f7f7f7 50%, #f7f7f7 95%, #f7f7f7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), color-stop(0.05, #f0f0f0), color-stop(0.5, #f7f7f7), color-stop(0.95, #f7f7f7), to(#f7f7f7));*/
  border-top: solid 1px #444466;
  border-left: solid 1px #444466;
  border-bottom: solid 1px #000000;
}
ul.Slide-Menu li.Selected::after {
  position: absolute;
  top: 50%;
  left: 3px;
  display: block;
  content: "";
  margin-top: -7px;
  width: 9px;
  height: 14px;
  background-image: url(images/sprite.png);
  background-position: -2px -2px;
  font-size: 0;
}
ul.Slide-Menu li.Selected a {
  text-decoration: none;
}
ul.Slide-Menu li.Non-Selected {
  display: block;
  font-weight: normal;
  text-decoration: none;
}
ul.Slide-Menu li.logo {
  position: relative;
  display: block;
  text-align: center;
  padding: 0.3em 1em 0.2em 1em;
  border-bottom: 1px solid #CCCCCC;
  background: #d1deee;
}
ul.Slide-Menu a {
  position: relative;
  display: block;
  padding: 0px 20px 0px 0em;
  /*  background-image: -moz-linear-gradient(bottom, #e7e7ff 0%, #f0f0ff 5%, #222244 50%, #222244 95%, #ffffff);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e7e7ff), color-stop(0.05, #222244), color-stop(0.5, #222244), color-stop(0.95, #ffffff), to(#ffffff));*/
}
ul.Slide-Menu a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  content: "";
  margin-top: -7px;
  width: 9px;
  height: 14px;
  background-image: url(images/sprite.png);
  background-position: -2px -2px;
  font-size: 0;
}
/***** contact form 7 *****/
form.wpcf7-form input,
form.wpcf7-form textarea {
  width: 100%;
}
/******************************

 Main-Menu-Box-Image
 
********************************/
.Main-Menu {
  margin: 0 auto;
}
.Main-Menu-Box {
  margin: 0 0px 0px 0px;
  padding: 0px;
  float: left;
  width: 206px;
  height: 62px;
  /*	border:1px solid #555555;*/
}
.Main-Menu-Box a {
  border: none;
}
.Main-Menu-Box img {
  /*	vertical-align:bottom;*/
  vertical-align: bottom;
}
.Faq-Box {
  /*	border:1px solid #FF0000;*/
  border-top: dashed 1px #AAAAAA;
  margin-top: 5px;
  padding-top: 5px;
  float: none;
  clear: both;
}
.Faq-Question {
  font-size: 100%;
  font-weight: bold;
  margin: 10px 0.2em 5px 0.2em;
}
.Faq-Title a {
  text-decoration: underline;
}
.Faq-Answer {
  font-size: 100%;
  margin: 5px 0.2em 5px 0.2em;
  /*line-height:120%;*/
}
.Book-Photo {
  margin: 5px auto 5px auto;
  float: left;
  /* border:1px solid #0000FF;*/
}
.Book-Description {
  margin: 5px 0.2em 10px 0.2em;
  /* border:1px solid #0000FF;*/
}
.Hospital-Photo {
  border: solid 1px #AAAAAA;
  /*	display:inline;*/
  margin: 5px 0 0 0;
  height: 66px;
  width: 96px;
}
.Hospital-Photo img {
  margin: 3px 3px 3px 3px;
  padding: 0px;
  width: 90px;
  height: 60px;
}
.Hospital-Information {
  /*	border:solid 1px #FF0000;*/
  /*	float:left;*/
  float: none;
  clear: both;
  margin-left: 0px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.Hospital-Attribute {
  /*	border:solid 1px #FF0000;	*/
  /*	width:80px;*/
  float: left;
  margin: 0 2px 0 10px;
}
.Hospital-Address-Item {
  /*	border:solid 1px #FF0000;*/
  margin: 0px 0 2px 0px;
  padding: 0 0 0 0;
}
.Hospital-Address-Item img {
  /*	border:solid 1px #FF0000;*/
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px 0 0;
}
.Hospital-Name {
  /*	border:solid 1px #FF0000;*/
  display: block;
  font-size: 123.1%;
  font-weight: bold;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.Hospital-Name img {
  /*	border:solid 1px #FF0000;*/
  display: inline;
  vertical-align: middle;
  padding: 0 0px 0 0;
  margin: 0 0px 0 0;
}
.Hospital-Name2 {
  /*	border:solid 1px #FF0000;*/
  display: inline;
  vertical-align: top;
  padding: 0 0px 0 0px;
  margin: 0 0px 0 0px;
}
.Hospital-Address {
  /*	border:solid 1px #FF0000;*/
  margin: 5px 0 0 0px;
}
.Hospital-Tel {
  /*	border:solid 1px #FF0000;*/
  margin: 2px 0 0 0px;
}
.TextCenter {
  text-align: center;
}
.Text-Gray {
  color: #BBBBBB;
}
/**** Section Box ***/
.Section-Box {
  width: 100%;
  margin: 10px auto 10px auto;
}
.Section-Box .Main-Text-Area {
  padding: 0.2em 0.2em 0.2em 0.2em;
  line-height: 1.4em;
}
.Section-Box .Main-Text-Area img {
  border: 1px solid #ffffff;
}
.Section-Box .Main-Text-Area .wp-caption img {
  border: none;
}
.godesktop {
  margin-top: 5px;
  text-align: center;
  display: block;
  font-size: 120%;
  background: -moz-linear-gradient(top, #EEE 0%, #DDD);
  background: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#DDD));
  border: 1px solid #CCC;
  color: #111;
  padding: 10px 0;
}
.godesktop,
.godesktop a,
.godesktop a:hover,
.godesktop a:visited {
  color: #888 !important;
}
/******************* CUSTOMIZE SESSION *******************/
/*********** CUSTOMIZED SESSION ONLY FOR THIS THEAME **********/
#pageslide {
  position: fixed !important;
}
/*************************************

slide menu

***********************************/
#slide-menu {
  width: 250px;
  height: 100%;
  background: #d6ddf0;
  position: fixed;
  z-index: 199999;
  /* 他の要素の下に隠れないように */
  top: 0;
  left: 0;
  transform: translateX(-250px);
  /* right0から250px移動した位置 */
  transition: all 0.5s;
  /* 移動する速さ */
}
#slide-menu.open {
  transform: translateX(0);
  /* right0まで-250px移動 */
}
.slide-menu-background {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 159999;
  opacity: 0;
  /* 透明度を0にすることで隠す */
  transition: opacity 0.5s;
  /* 透明度の0→1になる速度 */
}
.slide-menu-background.open {
  width: 100%;
  height: 100%;
  opacity: 1;
  /* メニューが表示されているときには背景が表示 */
}
