@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);
html {}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.demo .child {
  display: none;
  margin: 0 0 -1px;
  padding: 0;
}
.demo .child .menu-aco {
  background: #ffffff;
  color: #5e5e5e;
}
.demo .child .menu-aco:hover {
  background: #eaeaea;
}
.demo .child > li:last-child {
  border-bottom: 0;
}
.switch .menu-aco:after {
  position: absolute;
  right: 20px;
  content: '>';
  font-weight: bold;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear;
}
.switch .menu-aco.active:after {
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.child01 {
  font-size: 1.1em;
}
.child02 {
  color: #5e5e5e;
}
.menu-aco {
  display: block;
  position: relative;
  margin: 1px 0 10px 0;
  padding: 12px;
	text-decoration: none !important;
}
.demo04 .menu-aco {
  font-size: 1.2em;
  font-weight: bolder;
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
}
.demo04 .menu-aco:hover {
  background: #fff;
  cursor: pointer;
  cursor: hand;
}
.demo .child > li {
  margin: 0;
  font-size: 1em;
  line-height: 200%;
}
.demo {
  margin-bottom: 1em;
}
.demo .child img {
  margin: 0;
}
#gfcc-dl {
  font-size: 1em;
	margin-bottom: 10px;
}
#gfcc-dl li {
  list-style-type: disc;
}
#gfcc-dl dt {
  width: 200px;
  float: left;
  clear: left;
  border-top: 1px solid #CCC;
  padding: 10px 5px;
}
#gfcc-dl dd {
  padding: 10px 5px 10px 201px;
  border-top: 1px solid #CCC;
}
#gfcc-dl dt:last-of-type {
  float: left;
  clear: left;
  border-bottom: 1px solid #CCC;
  padding: 10px 5px;
}
#gfcc-dl dd:last-child {
  border-bottom: 1px solid #CCC;
  padding: 10px 5px 10px 201px;
}
dl.gfcc-list-update dt {
  text-align: left;
  clear: left;
  float: left;
  width: 120px;
  color: #000;
}
dl.gfcc-list-update dd {
  text-align: left;
  margin-bottom: 10px;
  margin-left: 90px;
}
#faq_gfcc dt {
  font-weight: bolder;
  padding-bottom: 8px;
  background-image: url(../../../images/common/Question_60.gif);
  background-size: 20px;
  background-repeat: no-repeat;
  padding-left: 30px;
  border-bottom: 1px dotted #CCCCCC;
}
#faq_gfcc dd {
  margin: 10px 0 25px 0;
  background-image: url(../../../images/common/Answer_60.gif);
  background-size: 20px;
  background-repeat: no-repeat;
  padding-left: 30px;
}
#faq_gfcc_2 dt {
  font-weight: bolder;
  padding-bottom: 8px;
  border-bottom: 1px dotted #CCCCCC;
}
#faq_gfcc_2 dd {
  margin: 10px 0 25px 0;
}

#faq-top_gfcc li {
  margin: 0 0 0 20px;
  list-style-image: url(../../images/common/listmark-01.gif);
  font-weight: bolder;
}
 .entry-2019 {
	 width:auto;
	 text-align:center;
  }
 .entry-2019 a {
	 display:block;
  padding:30px;
  color: #fff !important; 
  background: #F03;
	font-size:20px;
	font-weight:bolder;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
 }
 .entry-2019 p {
	 display:block;
  padding:30px;
  color: #ccc !important; 
  background: #333;
	font-size:20px;
	font-weight:bolder;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
 }
 .entry-2019:link {
  color: #fff; 
 }
  .entry-2019:hover {
  color: #fff;
  opacity:0.8;
 }
 .entry-2019:visited {
  color: #fff; 
 }
.ponder img {
	vertical-align: bottom;
	}
.entry-shuryo {
	 width:auto;
	 text-align:center;
	 display:block;
  padding:30px;
  color: #ddd !important; 
  background: #999;
	font-size:20px;
	font-weight:bolder;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  	
  }

@media only screen and (max-width: 959px) {
  .demo04 .menu-aco {
    font-size: 1em;
    font-weight: bolder;
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
  }
  .demo04 .menu-aco:hover {
    background: #fff;
    cursor: pointer;
    cursor: hand;
  }
  .demo .child img {
    margin: 1em;
  }
  .demo .child > li {
    margin: 0.5em 0;
    font-size: 1em;
    line-height: 150%;
  border: none;
  }
  .demo {
    margin-bottom: 1em;
  }
  .demo .child img {
    margin: 1em 0;
    width: 100%;
    height: auto;
  }
  .child01 {
    font-size: 1em;
  }
dl.gfcc-list-update dt {
  text-align: left;
  clear: none;
  float: none;
  width: auto;
  color: #000;
  padding:5px 0;
}
dl.gfcc-list-update dd {
	margin: auto;
  text-align: left;
  border-bottom: 1px solid #CCC;
  padding:0 0 5px 0;
}
	
#gfcc-dl dt {
	font-weight: bold;
  width: auto;
  float: none;
  clear: none;
  border-top: 1px solid #CCC;
  padding:5px 0;
}
#gfcc-dl dd {
  padding:0 0 5px 0;
	margin: auto;
  width: auto;
  float: none;
  clear: none;	
  border: none;
}	
#gfcc-dl dt:last-of-type {
  float: none;
  clear: none;
  border-bottom: 0px solid #CCC;
  padding:5px 0;
}
#gfcc-dl dd:last-child {
  border: none;
  padding:0 0 5px 0;
}
	
}