@charset 'UTF-8';
/*---------------------------------------------------------------------------------
common
---------------------------------------------------------------------------------*/

/*
import
---------------------------------------------------------------------------------*/
@import 'reset.css';

/*
全体
---------------------------------------------------------------------------------*/
body {
  color: #000;
  font: 14px/1.231 ArialMT, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3';
  -webkit-text-size-adjust: none;
}

a {
  color: #00c;
}

div {
  text-align: center;
}

/*
ヘッダー
---------------------------------------------------------------------------------*/
header {
  background: #fff;
  overflow: hidden;
  width: 100%;
}

header h1 {
  background: #ddd;
  color: #999;
  font-size: 8px;
  padding: 0;
  text-align: left;
}

header div {
  overflow: hidden;
}

header h2 {
  float: left;
  margin: 5px 0 0 2px;
  width: 120px;
}

header #subMenu {
  float: right;
  margin: 4px 0;
  text-align: right;
  width: 195px;
}

header #subMenu li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
    text-align: center;
  vertical-align: top;
  width: 40px;
}

header #subMenu a {
  border-radius: 5px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  height: 14px;
  padding-top: 26px;
  text-align: center;
  text-decoration: none;
}

header #subMenu li:nth-child(1) a {
  background: url(../img/cmn/icon/keep.png) no-repeat center 3px, -moz-linear-gradient(top, #81c0ff, #6db6ff);
  background: url(../img/cmn/icon/keep.png) no-repeat center 3px, -webkit-gradient(linear, left top, left bottom, from(#81c0ff), to(#6db6ff));
  border-bottom: 1px solid #39f;
  border-left: 1px solid #9eceff;
  border-right: 1px solid #39f;
  border-top: 1px solid #9eceff;
}

header #subMenu li:nth-child(2) a {
  background: url(../img/cmn/icon/delete.png) no-repeat center 3px, -moz-linear-gradient(top, #ccc, #999);
  background: url(../img/cmn/icon/delete.png) no-repeat center 3px, -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
  border-bottom: 1px solid #999;
  border-left: 1px solid #eee;
  border-right: 1px solid #999;
  border-top: 1px solid #eee;
}

header #subMenu li:nth-child(3) a {
  background: url(../img/cmn/icon/home.png) no-repeat center 3px, -moz-linear-gradient(top, #ffbdbd, #ffa0a0);
  background: url(../img/cmn/icon/home.png) no-repeat center 3px, -webkit-gradient(linear, left top, left bottom, from(#ffbdbd), to(#ffa0a0));
  border-bottom: 1px solid #ff9292;
  border-left: 1px solid #ffdbdb;
  border-right: 1px solid #ff9292;
  border-top: 1px solid #ffdbdb;
}
header #subMenu li:nth-child(4) a {
  background: url(../img/cmn/icon/menu.png) no-repeat center 3px, -moz-linear-gradient(top, #BFFFCE, #73FF9E);
  background: url(../img/cmn/icon/menu.png) no-repeat center 3px, -webkit-gradient(linear, left top, left bottom, from(#BFFFCE), to(#73FF9E));
  border-bottom: 1px solid #67e58e;
  border-left: 1px solid #9bffba;
  border-right: 1px solid #67e58e;
  border-top: 1px solid #9bffba;
	font-size: 9px;
	line-height: 1.4;
}

/*
ページネーション
---------------------------------------------------------------------------------*/
.pagenation {
  overflow: hidden;
  padding: 15px 10px;
  position: relative;
}

.pagenation p {
  text-align: center;
}

.pagenation .prev,
.pagenation .next {
  padding-top: 0;
  position: absolute;
  top: 10px;
  width: auto;
}

.pagenation .next {
  right: 5px;
  text-align: right;
}

.pagenation .prev {
  left: 5px;
  text-align: left;
}

.pagenation a {
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #999, -1px -1px 1px #eee;
  -moz-box-shadow: 1px 1px 3px #999, -1px -1px 1px #eee;
  -webkit-box-shadow: 1px 1px 3px #999, -1px -1px 1px #eee;
  color: #ff637f;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  text-decoration: none;
  width: 45px;
}

.pagenation .prev a,
.pagenation .next a {
  background: -moz-linear-gradient(top, #fff, #efefef);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
  padding: 8px 8px 6px;
}

.bottom {
  border-top: 2px solid #ccc;
}

/*
トップへ
---------------------------------------------------------------------------------*/
#goTop {
  background: -moz-linear-gradient(top, #fff, #fff 50%, #ddd 50%, #fff);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(50%, #ddd), to(#fff));
  border: 1px solid #999;
  border-radius: 4px;
  color: #666;
  font-size: 14px;
  font-weight: bold;
  margin: 10px auto 20px;
  padding: 10px 0;
  text-decoration: none;
  width: 70%;
}

/*
フッター
---------------------------------------------------------------------------------*/
footer {
  background: #fef3e9;
  border-top: 5px solid #ff8296;
  text-align: center;
}

footer #pageTop {
  padding: 10px 5px;
  text-align: right;
}

footer #pageTop a {
  color: #ff7181;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

footer div.mnFoot {
  border-top: 5px solid #ff8296;
  padding: 10px 0;
}

footer div.mnFoot ul {
  margin: 3px 0;
}

footer div.mnFoot li {
  display: inline;
  font-size: 12px;
}

footer div.mnFoot a {
  color: #ff637f;
  display: inline;
  font-weight: bold;
  margin: 0 5px;
  text-decoration: none;
}

footer #areaSelect,
footer #viewSelect {
  margin-top: 5px;
}

footer #areaSelect li,
footer #viewSelect li {
  font-size: 16px;
}

footer dl {
  font-size: 12px;
  padding-top: 20px;
  position: relative;
}

footer dt,
footer dd {
  margin: 0;
  padding: 0;
}

footer dt {
  background: #f99;
  color: #fff;
  padding: 3px 0;
  position: absolute;
  top: 0;
  width: 45%;
}

footer dt:nth-of-type(1) {
  left: 10px;
}

footer dt:nth-of-type(2) {
  right: 10px;
}

footer dt.open {
  background: #ff637f;
  font-weight: bold;
}

footer dd {
  border: 1px solid #ff637f;
  display: none;
  line-height: 1.3;
  margin: 0 10px 10px;
  padding: 5px;
  text-align: left;
  word-break: break-all;
}

footer div.mnFoot dd a {
  margin: 0;
}

footer div.mnFoot span {
  color: #999;
  padding: 0 5px;
}

footer #copyright {
  background: #ff8296;
  color: #fff;
  font-size: 12px;
  padding: 5px;
}


/*	ナビ
------------------------------------------------------------*/

#gnav{
	width:100%;
	position:relative;
	top:0;
	display: block;
}
#overlay {
	position:absolute;
	color: #ffffff;
	width: 100%;
	display: none;
	z-index: 99999;
	top: 13px;
	background: #ff47aa;
	border-radius: 6px;
	padding: 10px;
	box-sizing: border-box;
}
#overlay:before{
	content: "";
	position: absolute;
	top: -23px;
	right: 8px;
	border: 12px solid transparent;
	border-bottom: 12px solid #ff47aa;
}
div#all section#gnav h4 {
	text-align: left;
}
.menu-list {
	background: #FFF;
	padding: 5px;
	margin-bottom: 10px;
}
.menu-list li  {
	text-align: left;
	border-bottom: 1px dotted #ff47aa;
	padding: 3px 5px;
}
.menu-list a {
	text-decoration: none;
	color: #ff47aa;
}
.back-main li {
	cursor: pointer;
	background-color: #ffffff;
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	color: #f59d9d;
	line-height:200%;
	text-align: center;
}


/*	パンくず
------------------------------------------------------------*/
.boxBreadCrumbs {
	text-align: left;
	padding: 10px;
	box-sizing: border-box;
}
.boxBreadCrumbs:after {
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.boxBreadCrumbs li {
	display: inline;
	font-size: 12px;
	text-align: left;
	line-height: 1.5;
}
.boxBreadCrumbs li:after {
	content: "»";
	margin: 0 5px;
}
.boxBreadCrumbs li:last-child:after {
	content: none;
	margin: 0;
}

.boxBreadCrumbs li a {
	display: inline;
	text-align: left;
	color: #39f;
}


