/*  ****************  Style TOC  ****************  */

/** 01: General Styles

/** 02: HeadArea

/** 03: GlovalNaviArea

/** 04: CrumbArea

/** 05: ContentArea

/** 06: FootArea

/*  *********************************************  */



/* =============================================== */

/** 01: General Styles

/* ----------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
}

body {
	width: 760px;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	color: black;
	line-height: 1.4;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	text-align: center;
	background-image: url(../img/bi_body.gif);
	background-repeat: repeat-x;
	background-position: left top;
}


body.calendar{
	width: 100%;
    margin-right: auto;
	margin-left: auto;
	background-color: #c99d69;
	text-align: center;
	background-image:none;
	



}

embed {
	vertical-align: bottom;
}
hr {
	clear: both;
}
/* link Styles */

a img {
	border: none;
	vertical-align: bottom;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #450065;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #f60;
}
/* font size */

#HeadArea, #CrumbArea, #FootArea {
	font-size: 75%;
}
#GlovalNaviArea, #ContentArea {
	font-size: 75%;
}
/* width */

#HeadArea, #GlovalNaviArea, #ContentArea, #FootArea {
	width: 760px;
}
/* clear */

.clear {
	display: block;
	font-size: 0;
	height: 0;
	clear: both;
}
#wrap1 {
	background-image: url(../img/bi_wrap1.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 800px;
	text-align: center;
}
#wrap2 {
	background-image: url(../img/bi_wrap2.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 800px;
	text-align: center;
}
/* =============================================== */

/** 02: HeadArea

/* ----------------------------------------------- */

#HeadArea {
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	text-align: left;
	background-image: url(../img/bi_header.jpg);
	background-repeat: no-repeat;
	height: 91px;
	line-height: 0px;
}
#HeadArea .HeadLeftArea {
	float: left;
	width: 340px;
	height: 91px;
}
#HeadArea .HeadLeftArea img {
	margin-top: 22px;
	margin-left: 15px;
}
#HeadArea .HeadRightArea {
	float: right;
	width: 420px;
	text-align: right;
	height: 91px;
}
#HeadArea p {
	font-weight: bold;
	margin: 10px;
	color: #FFFFFF;
}
#HeadArea ul {
	list-style: none;
	text-align: right;
	margin: 10px 0 18px;
}
#HeadArea ul li {
	display: inline;
}
#HeadArea ul li a {
	text-decoration: none;
}
/* =============================================== */

/** 03: GlovalNaviArea

/* ----------------------------------------------- */

#GlovalNaviArea {
	clear: both;
	float: none;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	font-size: 90%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #1D232C;
}
#GlovalNaviArea ul {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7F94D2;
	border-right-color: #091949;
	border-bottom-color: #091949;
	border-left-color: #7F94D2;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 4px;
	background-image: url(../img/bi_gm.gif);
	background-repeat: no-repeat;
}
#GlovalNaviArea ul li {
	display: inline;
	padding-right: 15px;
}
/* link style */

#GlovalNaviArea a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#GlovalNaviArea a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#GlovalNaviArea a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.acMenu{
	display:none;
    }
/* =============================================== */

/** 04: CrumbArea

/* ----------------------------------------------- */

#CrumbArea {
	clear: both;
	width: 740px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 1px;
	text-align: left;
	background-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
}
/* link style */

#CrumbArea a:link {
	text-decoration: underline;
}
#CrumbArea a:visited {
	text-decoration: underline;
}
#CrumbArea a:hover {
	text-decoration: underline;
}
/* =============================================== */

/** 06: FootArea

/* ----------------------------------------------- */

#FootArea {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(../img/footer_bi.gif);
	border-top-width: 22px;
	border-top-style: solid;
	border-top-color: #263666;
	padding-bottom: 20px;
}
#FootArea ul {
	list-style: none;
	margin-top: 5px;
	margin-left: 10px;
}
#FootArea ul li {
	display: inline;
	padding-right: 10px;
}
#FootArea ul li a {
	padding-left: 15px;
	text-decoration: none;
	background-image: url(../img/pm_link_01.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	color: #263666;
}
#FootArea ul li a:hover {
	text-decoration: underline;
}
#FootArea address {
	clear: both;
	margin-top: 1px;
	padding-left: 10px;
	font-style: normal;
	font-weight: normal;
	color: #263666;
}

@media screen and (min-width: 641px){
.spDisplay {
	display: none !important;	
}
#GlovalNaviArea #close,#FootNaviArea{
    display: none;
}
/* page top */
#page-top{
  display: none !important;
}
}

@media screen and (max-width: 640px){
/*-----------------------------------------
 General Style
-----------------------------------------*/

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

body {
	width: 100%;
	background-image: none;
}
#wrap1 {
	background-image: none;
	width: 100%;
}
#wrap2 {
	background-image: none;
	width: 100%;
}
/* width */

#HeadArea, #GlovalNaviArea, #ContentArea, #FootArea {
	width: 100%;
}

/*-----------------------------------------
 HeadArea
-----------------------------------------*/
#HeadArea {
	background-size:cover;
	height: 70px;
	font-size: 14px;
}
#HeadArea .HeadLeftArea {
	width: 180px;
	height: auto;
}
#HeadArea .HeadLeftArea img {
	margin-top: 11%;
	margin-left: 5%;
}
#HeadArea .HeadRightArea {
	display:none;
}

/*-----------------------------------------
 GlovalNaviArea
-----------------------------------------*/
#GlovalNaviArea {
	border:none;
	font-size: 14px;
}
#GlovalNaviArea ul {
	border:none;
	padding: 0;
	background-image: none;
}
#GlovalNaviArea ul li {
	display: inline-block;
	padding-right: 0;
}

#GlovalNaviArea {
	width: 100%;
	z-index: 200;
	text-align:left;
	position: relative;
	font-size:88%;
}

#GlovalNaviArea ul li a:link,
#GlovalNaviArea ul li span.active {
	padding: 18px 10px;
	font-weight:bold;
	display:block;
}
#GlovalNaviArea ul li li a:link,
#GlovalNaviArea ul li li span.active {
	font-weight: normal;
	padding-left:1.5em;
}

#GlovalNaviArea ul li a:link,
#GlovalNaviArea ul li a:active,
#GlovalNaviArea ul li a:visited,
#GlovalNaviArea ul li a.active,
#GlovalNaviArea ul li a:hover,
#GlovalNaviArea ul li span.active 
 {
	border-bottom: 2px solid #e5e1db;
	color:#4f2d02;
}

#GlovalNaviArea ul li a:before,
#GlovalNaviArea ul li span.active:before {
	content: "";
	border-left:solid 3px #4f2d02;
	margin-right:6px;
}
#GlovalNaviArea ul li span.active:before {
	border-left:solid 3px #4f2d02;
}
#GlovalNaviArea ul li li a:before,
#GlovalNaviArea ul li li span.active:before {
	content: "";
	border-left:none;
	margin-right:0;
}

#toggle{
	display: block;
	width: 49px;
	position: absolute;
	top: -55px;
	right: 0px;
}
#toggle a{
    display: block;
    position: relative;
    text-decoration: none;
	width: 49px;
	height:44px;
	background:url(img/menu3_swich.png) 0px 0px no-repeat;
}
#toggle a.active{
	background:url(img/menu3_swich.png) 0px -44px no-repeat;
}
#menu{
    display: none;
  }
#menu li{
    width: 100%;
	position: relative;
}

#menu ul.child{
	display: none;
}

#menu ul.child li a:link,
#menu ul.child li a:active,
#menu ul.child li a:visited {
	background-color:#4f2d02;
	background-image:none;
	color:#fff;
	border-bottom:1px solid #e5e1db;
}
#menu ul.child li a:hover {
}
#menu ul.child li a{
    display: block;
	overflow:hidden;
}
#menu ul.child li a:after{
    display: block;
	position:absolute;
	top:5px;
	right:5px;
    content: "";
    width: 44px;
    height: 44px;
    background: #fff;
	background:url(img/menu_link_over.png) 0 -88px no-repeat;
}

.acMenu{
	display:block;
    }
.acMenu dt{
	width:44px;
	height:44px;
	display:block;
	position:absolute;
	top: 7px;
	right:0px;
	cursor:pointer;
    background:url(img/menu_link.png) 0px 0px no-repeat;
    }
.acMenu dd{
    display:none;
    }
.acMenu dt.active{
    background:url(img/menu_link.png) 0px -44px no-repeat;
    }

#GlovalNaviArea #close a {
	color: #FFF;
	background: #4f2d02;
	border-top: 1px solid #999;
	border-bottom: 1px solid #333;
	text-align:center;
}
#GlovalNaviArea #close a:before {
	border-left:none !important;
	margin-right:0 !important;
}
#GlovalNaviArea #close a span.btnClose {
	display:block;
	width:12em;
	margin:0 auto;
	color:#333333;
	background-color:#FFFFFF;
	padding:5px;
	border-radius: 12px;   
    -webkit-border-radius: 12px; 
    -moz-border-radius: 12px; 
}

#GlovalNaviArea #close a i {
	width:15px;
	height:16px;
	display:block;
    background:url(img/close.png) 0 0 no-repeat;
	background-size: 15px 16px;
	float:left;

}

/*-----------------------------------------
 CrumbArea
-----------------------------------------*/

#CrumbArea {
	width: auto;
	padding:5px 10px;
	font-size:11px
}
/* link style */

.spDisplay {
	display: block;
}
/*-----------------------------------------
 FootArea
-----------------------------------------*/
#FootNaviArea {
	display:block;
	clear:both;
	font-size: 14px;
}
#FootNaviArea li {
	list-style:none;
}
#FootNaviArea li a {
	display:block;
	text-align:left;
	background-color:#ECE4D3;
	color:#263666;
	border-bottom:1px solid #263666;
	font-size:14px;
	padding:10px 10px 8px;
	text-decoration:none;
}
#FootNaviArea li a:hover {
	text-decoration: underline;
}
/* page top */
#page-top{
  display: block;
  position: fixed;
  bottom:10%;
  right: 10%;
  z-index: 999;
  width: 58px;
  color: #fff;
  text-align: center;
  text-decoration: none; 
}

/* link style */

.spDisplay {
	display: block;
}

}