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

* common.css

*********************************************************************
*/
body {
  background: #fff;
  font-size:16px;
}
body .inner {
  width: 960px;
  margin: 0 auto;
}
body img {
  max-width:100%;
  height: auto;
}
#Site {
	margin: 0 auto;
	min-width: 960px;
	background: url(../images/home/bg.gif) repeat left top;
}
@media screen and (max-width:600px) {
body .inner {
  width:auto;
}
#Site {
  min-width: 320px;
}
}
/*===================================================================
  GHead
===================================================================*/
#GHead {
	line-height: 1.4;
	background: #fff;
	padding-bottom: 20px;
}
#GHead .ekitenBtn {
  margin-left: 5px;
  float: right;
  display: none;
}
#GHead .siteTit {
	padding:5px 0;
	background: #f1c2c4;
	color: #ffffff;
	width: 100%;
	font-size:12px;
	margin-bottom: 15px;
}
#GHead .siteTit .inner {
  display: block;
}
#GHead .inner {
}
#GHead .inner .logo {
  float: left;
  width: 50%;
}
#GHead .inner .info {
  text-align:right;
  float: right;
  width: 50%;
}
#GHead #GNav {
  width: 100%;
  padding: 5px 0;
  background:  #666666;
}
#GHead #GNav .gNavList {
  width: 960px;
  margin: 0 auto;
}
#GHead #GNav .gNavList li {
  float: left;
  width: 19.9%;
  border-left: 1px solid #fff;
  text-align: center;
}
#GHead #GNav .gNavList li:first-child {
  border-left: 0;
}
#GHead #GNav .gNavList li a {
  display: block;
  padding: 16px 5px;
  text-decoration: none;
  color:#ffffff;
}
@media screen and (max-width:600px) {
#GHead .ekitenBtn {
  display: block;
}
#GHead .siteTit .inner {
  padding: 0 3%;
  width: auto;
}
#GHead .inner .logo {
  float: none;
  width: auto;
  margin-bottom:10px;
}
#GHead .inner .info {
  display: none;
}
#GHead .spBtnBlock {
  display: block;
}
#GHead #GNav .gNavList {
  width: auto;
  padding-top:0px;
}
#GHead #GNav .gNavList li {
  width: 20%;
  border-left: 0;
  box-shadow: inset 1px 0 0 #fff;
}
#GHead #GNav .gNavList li:first-child {
  box-shadow: none;
}
#GHead #GNav .gNavList li a {
  padding: 45px 0 5px;
  font-size:10px;
  background:no-repeat center top;
  background-size: contain;
}
#GHead #GNav .gNavList .nav01 a {
  background-image: url(../images/_tmp/0-nav-bg-01.png);
}
#GHead #GNav .gNavList .nav02 a {
  background-image: url(../images/_tmp/0-nav-bg-02.png);
}
#GHead #GNav .gNavList .nav03 a {
  background-image: url(../images/_tmp/0-nav-bg-03.png);
}
#GHead #GNav .gNavList .nav04 a {
  background-image: url(../images/_tmp/0-nav-bg-04.png);
}
#GHead #GNav .gNavList .nav05 a {
  background-image: url(../images/_tmp/0-nav-bg-05.png);
}
}
/*===================================================================
  Contents
===================================================================*/
.keyvBlock {
	background: url(../images/home/keyv-bg.png) repeat-x left top;
	margin: 0px 0px 40px;
	padding: 0px;
}
.keyvPc {
	text-align: center;
}
.keyvSp {
  display: none;
}



#Contents {
  width: 960px;
  margin: 0 auto;
}
#Contents .postWrap{
  margin-top:20px;
  margin-bottom:20px;
  padding:8px;
  background: #ffffff;
  font-size:90%;
}
#Contents .postWrap .postBlock {
  padding:2px 0;
}
#Contents .postWrap  .postBlock .newsTit {
  width: 100px;
  float: left;
  text-align: center;
  font-weight:bold;
  background:#CCC;
  display:inline-block;
  border-radius:8px;
  -webkit-border-radius:8px;
}
#Contents .postWrap  .postBlock ul {
  width: 830px;
  float: right;
  word-break:break-all;
}
/* breadcrumb
--------------------------*/
#Contents .breadcrumb {
  margin:0 0 15px;
  line-height:1.2;
  font-size: 14px;
}
@media screen and (max-width:600px) {
#Contents {
  width: auto;
  padding: 0;
}
.keyvPc {
  display: none;
}
.keyvSp {
  display: block;
}
#Contents .postWrap  .postBlock {
}
#Contents .postWrap  .postBlock .newsTit {
  display: none;
}
#Contents .postWrap  .postBlock ul {
  width: auto;
  float: none;
}
}
/*===================================================================
  Main
===================================================================*/
#Main {
	float: right;
	width: 700px;
	padding: 0px 0px 30px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
@media screen and (max-width:600px) {
#Main {
  float: none;
  width: auto;
  padding: 3.15%;
  margin-bottom: 20px;
}
}

.sub_ttl {
  padding: 10px 0 !important;
  margin: 0 1.5em !important;
  margin-bottom: 30px !important;
  background: #d58424;
  text-align: center;
  color: #fff;
}
/*===================================================================
  Side
===================================================================*/
#Side {
  width: 25%;
}
#Side .sideSect {
  margin-bottom: 20px;
}
#Side .sideSect.bnr img {
  width:100%;
  height:auto;
}

#Side .sideSect .sectTit {
}
#Side .sideSect .sectTit img {
  width:100%;
}

#Side .sideSect .sectMain {
}
#Side .sideSect .sectMain ul {
	border-right: 1px solid #f5d4d6;
	border-bottom: 1px solid #f5d4d6;
	border-left: 1px solid #f5d4d6;
	
	/*-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;*/
	
	
	
		
}
#Side .sideSect .sectMain ul li {
  border-top: #ccc 1px dashed;
}
#Side .sideSect .sectMain ul li.hide {
  display:none;
}
#Side .sideSect .sectMain ul li:first-child {
  border-top:0px;
}
#Side .sideSect .sectMain ul li a {
	display: block;
	padding: 12px 25px 12px 36px;
	background: #FFF url(../images/arrow.png) no-repeat 10px center;
	text-decoration: none;
}
#Side .sideSect .sectMain ul li a:hover {
  text-indent: 0.1rem;
}
#Side .fbSect {
  text-align:center;
}
#Side .fb-like-box {
  margin: 10px 0;
}
#Side .fb_iframe_widget {
  display: inline-block;
  position: relative;
}
#Side .fb_iframe_widget span {
  display: inline-block;
  position: relative;
  text-align: justify;
}
#Side .ekitenSect {
  width: auto;
  padding: 5px;
  background: #F99;
  border-radius: 5px;
}
#Side .ekitenSect .sectMain {
  width: auto;
  overflow: hidden;
}
#Side .ekitenSect .sectMain .sectTit {
  margin: 0 5px 5px;
}
#Side .ekitenSect .sectMain .sectTit a {
}
#Side .ekitenSect .sectMain iframe {
}
#Side .ekitenSect .sectMain .ekitenLogo {
}
#Side .ekitenSect .sectMain .ekitenLogo img {
  width: 120px;
}
@media screen and (max-width:600px) {
#Side {
  width: auto;
}
}
/*===================================================================
  GFoot
===================================================================*/
#GFoot {
  background: #f1c2c4;
  border-top: #e07075 5px solid;
  min-width: 960px;
}
#GFoot .inner {
  padding: 20px 0;
}
#GFoot .inner .subNavList {
  width: 100%;
}
#GFoot .inner .subNavList li {
  float: left;
  width: 20%;
  margin-right: 3%;
  padding: 0 1%;
  list-style: circle inside;
}
#GFoot .inner .subNavList li a {
  text-decoration: none;
}
#GFoot .infoSect {
  background: #e07075;
}
#GFoot .infoSect .sectMain {
  padding: 20px 0;
  text-align: center;
  color: #ffffff;
}
#GFoot .infoSect .address {
}
#GFoot .infoSect .address span {
  display:inline-block;
}
#GFoot .infoSect .copyRight {
}
@media screen and (max-width:600px) {
#GFoot {
  min-width: inherit;
}
#GFoot .inner {
  display: none;
}
}


/*===================================================================
  pageTop
===================================================================*/
#pageTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 10px;
}
#pageTop a {
  display: block;
  width: 80px;
  padding: 10px 5px;
  background: #333;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
}
#pageTop a:hover {
  background: #dddddd;
  text-decoration: none;
  color: #666666;
}
/*===================================================================
  SNS
===================================================================*/

.sns {
  padding: 5px 5px 0px;
  left: 10px;
  bottom: 10px;
  position: fixed;
  border-radius: 4px;         /* CSS3 */
  border: #ccc 1px solid;
}
.sns .snsb li {
  float: left;
  margin-left: 10px;
  list-style-type: none;
}
.sns .snsb li:first-child {
  margin-left: 0px;
}
@media screen and (max-width: 600px) {
.sns {
  display: none;
}
}


