@charset "UTF-8";

/* ----------------------------------------
	tools
---------------------------------------- */
.tl-mt10 {
	margin-top: 10px;
}
.tl-mt15 {
	margin-top: 15px;
}
.tl-mt20 {
	margin-top: 20px;
}

.tl-mb10 {
	margin-bottom: 10px;
}
.tl-mb15 {
	margin-bottom: 15px;
}
.tl-mb20 {
	margin-bottom: 20px;
}
.tl-mb30 {
	margin-bottom: 30px;
}

/* 文書本体 */
html,
body {
	height: 100%;
	font-family:
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		"Hiragino Kaku Gothic Pro W3",
		"ＭＳ Ｐゴシック",
		"メイリオ",
		Meiryo,
		Osaka,
		"MS P Gothic",
		sans-serif;
	background:
		url(../images/bg_main.gif)
		#ffffff
		repeat-x;
	line-height: 1.6;
	color: #333333;
	font-size: 12px;
	}

.mincho {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/* リンクテキスト */
a:link {
	color: #ae4c65;
	text-decoration: none;
	}
a:visited {
	color: #ae4c65;
	text-decoration: none;
	}
a:hover, a:focus, a:active {
	color: #cb909d;
	}


/* head */
#head {
	position: relative;
	width: 970px;
	height: 40px;
	margin: 0 auto !important;
	padding: 0 10px 0 0;
	background:
		url(../images/head_bg.gif)
		#ae4c65
		no-repeat;
}
.head_logo {
	position: absolute;
	top: 2px;
	left: 22px;
}
.head_tel {
	padding: 5px 0 0 0;
}
#head h1 {
	position: absolute;
	top: 6px;
	left: 222px;
	color: #ffffff;
	font-size: 10px;
	font-weight: normal;
	white-space: nowrap;
}
.h1_o {
	position: absolute;
	top: 15px !important;
	left: 222px;
}


.left {
	float: left;
}
.right {
	float: right;
}
.center {
	margin: 0 auto;
}
.space_top {
	margin: 10px 0 0 0;
}
.space_top15 {
	margin: 15px 0 0 0;
}
.space_bottom {
	margin: 0 0 10px 0;
}
.space_left {
	margin: 0 0 0 10px;
}
.space {
	margin: 0 0 5px 0;
}
.note_r {
	color: #CC0000;
}
.note_p {
  color: #ae4c65;
}
.bold {
	font-size: 14px;
	font-weight: bold;
}
.clear {
	clear: both;
}
.zindex {
	zindex: 100;
}
.fb {
	position: absolute;
	top: 50px;
	left: 800px;
}
.barTitle {
  width: 504px;
  padding: 3px 0 3px 10px;
  color: #fff;
  font-size: 16px;
  background-color: #cb909d;
  font-weight: 100;
  letter-spacing: 10px;
  border-radius: 4px;  
  -webkit-border-radius: 4px;  
  -moz-border-radius: 4px;  
}
.barTitleMap {
  width: 494px;
  padding: 3px 10px 3px 10px;
  color: #fff;
  font-size: 16px;
  background-color: #cb909d;
  font-weight: 100;
  letter-spacing: 2px;
  border-radius: 4px;  
  -webkit-border-radius: 4px;  
  -moz-border-radius: 4px;  
}
.barTitleBook {
  width: 494px;
  padding: 3px 10px 3px 10px;
  margin: 30px 0 0 0;
  color: #fff;
  font-size: 16px;
  background-color: #cb909d;
  font-weight: 100;
  letter-spacing: 2px;
  border-radius: 4px;  
  -webkit-border-radius: 4px;  
  -moz-border-radius: 4px;  
}
.barTitleTop {
  width: 440px;
  padding: 3px 10px 3px 10px;
  color: #fff;
  font-size: 16px;
  background-color: #cb909d;
  font-weight: 100;
  letter-spacing: 2px;
  border-radius: 4px;  
  -webkit-border-radius: 4px;  
  -moz-border-radius: 4px;  
}
.barTitleLink {
  float: right;
}
.barTitleLink a {
  padding: 0 0 0 10px;
  color: #fff;
  letter-spacing: 1px;
  background:
		url(../images/arrow.png)
		left
		center
		no-repeat;
}
.barTitleLiBERA {
  width: 504px;
  padding: 3px 0 3px 10px;
  color: #fff;
  font-size: 16px;
  background-color: #6eab25;
  font-weight: 100;
  letter-spacing: 10px;
  border-radius: 4px;  
  -webkit-border-radius: 4px;  
  -moz-border-radius: 4px;  
}



/* main-inner */
#main-inner {
	display: inline-block;
	clear: both;
	background:
		url(../images/bg_left.jpg)
		repeat-y;
}


/* side-left */
#side-left {
	width: 420px;
	margin: 0;
	float: left;
}
#side-left_blog {
	width: 420px;
	height: 1273px;
	margin: 0;
	background:
		url(../images/bg_blog.jpg)
		no-repeat;
	float: left;
}
p#h1 {
	position: absolute;
	top: 170px;
	left: 115px;
	width: 301px;
}
#side-left p#lead {
	position: absolute;
	top: 360px;
	left: 115px;
	width: 301px;
}
#side-left p#lead img {
	margin: 0 0 19px 0;
}
#side-left p#lead-text {
	position: absolute;
	top: 560px;
	left: 115px;
	width: 250px;
	color: #ba6a7e;
	font-size: x-small;
}
*html #side-left h1,
*html #side-left p#h1,
*html #side-left p#lead {
	left: 116px;
}
*html #side-left p#h1 {
	top: 169px;
}
*:first-child+html #side-left h1,
*:first-child+html #side-left p#h1,
*:first-child+html #side-left p#lead {
	left: 116px;
}
*:first-child+html #side-left p#h1 {
	top: 169px;
}
#beta {
	position: absolute;
	top: 80px;
	left: 115px;
	width: 301px;
}

/* side-right */
#side-right {
	width: 514px;
	margin: 40px 0 0 40px;
	float: right;
}
*html #side-right {
	margin-right: 50px;
}
#side-right h1 {
	margin: 5px 0 47px 0;
	color: #ba6a7e;
	font-size: small;
	font-weight: normal;
	text-align: right;
}
#side-right h2 {
	margin: 5px 0 70px 0;
	color: #ba6a7e;
	font-size: small;
	font-weight: normal;
	text-align: right;
}
.hayawari {
	margin: 20px 0 0 0;
}
.hayawari img {
	margin: 0 10px 0 0;
}


/* グローバルナビゲーション */
/* #global-nav {
	width: 530px;
	margin: 0 0 30px 0;
	float: right;
}
#global-nav p {
	margin: 0 0 5px 0;
}
#global-nav ul li {
	margin: 3px 0 0 0;
	float: left;
}
#global-nav .btn {
	margin-right: 8px;
}
#layer5 h3 {
	height: 0;
	overflow: hidden;
	}
#layer5 {
	position: absolute;
	top: 131px;
	left: 563px;
	width: 94px;
	height: 32px;
	margin: -2px 0 0 0;
	z-index: 102;
	visibility: hidden;
	}
#layer5 ul li {
	width: 94px;
	height: 16px;
	margin: 0 0 0 0 !important;
	}
#layer4 h3 {
	height: 0;
	overflow: hidden;
	}
#layer4 {
	position: absolute;
	top: 131px;
	left: 456px;
	width: 94px;
	height: 272px;
	margin: -2px 0 0 0;
	z-index: 101;
	visibility: hidden;
	}
#layer4 ul li {
	width: 94px;
	height: 16px;
	margin: 0 0 0 0 !important;
	} */


/* メイン */
#main {
	width: 514px;
	margin: 0;
	float: right;
}
#outline {
	width: 514px;
	margin: 0;
	float: right;
}

/* フッタ */
#footer {
	position: relative;
	width: 980px;
	margin: 0 auto 20px;
	padding: 30px 0 0 0;
	background-color: #ffffff;
	clear: both;
}
.footer-inner {
	width: 980px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
#footer-add {
	margin: 0 0 20px 0;
	text-align: right;
	float: right;
}
.footer p.copyright {
	margin: 0 0 5px 0;
	color: #ae4c65;
	font-size: 12px;
}
.top-banner {
	width: 980px;
	padding: 10px 0 12px 0;
	border-top: dotted 1px #aaaaaa;
	clear: both;
}
.b0 a,
.b1 a {
	font-size: 10px;
}
.b0 {
	width: 154px;
	margin: 0 11px 3px 0;
	text-align: center;
	float: left;
}
.b1 {
	width: 154px;
	text-align: center;
	float: left;
}
.akiramenai img {
	margin: 0 5px 0 0;
	float: left;
}
.akiramenai p {
	width: 900px;
}



/* ユーティリティナビゲーション */
#utility-nav {
	width: 670px;
	text-align: left;
	float: left;
}
#utility-nav ul li {
	margin-right: 10px;
	padding-left: 7px;
	background:
		url(../images/arrow.gif)
		no-repeat;
	float: left;
}

/* for a11y */
#top-global-nav h2,
#global-nav h2,
#utility-nav h2,
#main h2,
#outline h2,
#footer h2,
#footer_g h2 {
	width: 0;
	height: 0;
	margin: 0;
	overflow: hidden;
}



#global-nav_n {
}

.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 520px;
  margin: 0 0 3px 0;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu li a{
  display: block;
  margin: 0 0 0 5px;
  padding: 7px 0 6px 14px;
  color: #fff;
  font-family: "Sawarabi Mincho";
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  background:
	  url(../images/btn/logo.png)
	  #ae4c65
	  no-repeat;
  border-radius: 14px 6px 4px 4px;  
  -webkit-border-radius: 14px 6px 4px 4px;  
  -moz-border-radius: 14px 6px 4px 4px;  
}
.dropmenu li.bgReq a{
  display: block;
  margin: 0 0 0 5px;
  padding: 6px 0 6px;
  color: #fff;
  font-family: "Sawarabi Mincho";
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  background:
	  url(../images/btn/logo.png)
	  #fd9329
	  no-repeat;
  border-radius: 14px 6px 4px 4px;  
  -webkit-border-radius: 14px 6px 4px 4px;  
  -moz-border-radius: 14px 6px 4px 4px;  
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
}
.dropmenu li ul li a{
  padding: 7px 5px 7px 5px;
  color: #000;
  background: #fcfce4;
  text-align: left;
  border: solid 1px #cecece;
  border-radius: 0px !important;  
  -webkit-border-radius: 0px !important;  
  -moz-border-radius: 0px !important;  
}
/* .dropmenu li ul li.mmNew a{
  padding: 7px 5px 7px 5px;
  color: #000;
  background: #fcfce4;
  text-align: left;
  border: solid 1px #cecece;
  background:
		url(../images/btn/new.png)
		right
		center
		no-repeat;
  border-radius: 0px !important;  
  -webkit-border-radius: 0px !important;  
  -moz-border-radius: 0px !important;  
} */
.dropmenu li:hover > a{
  background:
	  url(../images/btn/logo.png)
	  #c9909f
	  no-repeat;
}
.dropmenu li a:hover{
  background:
	  url(../images/btn/logo.png)
	  #c9909f
	  no-repeat;
}
.dropmenu li ul li{
  overflow: hidden;
  height: 0;
  transition: .2s;
}
.dropmenu li ul il.2lines{
  height: 52px;
}

.dropmenu li:hover ul li{
  overflow: visible;
  height: 27px;
}
.dropmenu li:hover ul li:hover a{
  background:
      url(../images/space.gif)
	  #c9909f !important;
}
span.mm{
  font-size: 9px;
}
.nMenu{
  display: inline-block;
}







