@charset "utf-8";

#mainVisualWrap002 {
	position: relative;
	width: 100%;
	margin: 116px 0 0px;
}

.kado6{
border-radius:  6px;
}

/*--- top_slide ---*/
#mainVisualWrap {
	position: relative;
	width: 100%;
	margin: 106px 0 0px;
}
#mainVisualArea {
	height: 480px;
}
/*--- top_content ---*/
#index_report {
	width: 960px;
	margin: 0 auto;
}
#index_report h2 {
	border-bottom: 3px solid #ac8b56;
	padding-bottom: 12px;
	margin-bottom: 35px;
}
#wrap_index_nav {
	position: relative;
	margin-bottom: 35px;	
}
#index_nav {
	background-color: #ac8b56;
	width: 886px;
	margin: 0 auto;
 }
#index_nav div  {
	width: 220px;
	float: left;
	margin: 0 1px;
	position: relative;
	z-index: 10;
	background-color: #FFF;
}
#index_nav div.first  {
	margin: 0 1px 0 0;
}
#index_nav div.last  {
	margin: 0 0 0 1px;
}
#index_nav div ul {
	position: absolute;
	width: 220px;
	top: 52px;
	background-color: rgba(255,255,255,0.9);
}
#index_nav div ul li a {
	display: block;
	padding: 12px 0;
	border-bottom: 1px solid #ac8b56;
}
#index_nav div ul li.last a {
	border: none;
}
#index_nav_arrow {
	position: absolute;
	top: 0;
	width: 960px;
}
#index_nav_arrow_l,
#index_nav_arrow_r {
	display: block;
	width: 32px;
	height: 32px;	
	position: absolute;
}
#index_nav_arrow_l a,
#index_nav_arrow_r a {
	display: block;
	width: 32px;
	height: 32px;	
}
#index_nav_arrow_l {
	background: url(../img/top/nav_arrow_l.png) top left no-repeat;
	left: 0;
	top: 10px;
}
#index_nav_arrow_r {
	background: url(../img/top/nav_arrow_r.png) top left no-repeat;
	right: 0;
	top: 10px;
}
#index_item li {
	float: left;
	margin: 0 18px 16px 0;
	position: relative;
	width: 308px;
	height: 411px;
/*	cursor: pointer;*/
}

#index_item .item_img {
	overflow: hidden;
	width:308px;
	height:411px;
}
#index_item .item_img img {
	width: 100%;
	height: auto;
}
#index_item li .item_border {
	width: 220px;
	height: 346px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}
#index_item li.osusume .item_border {
	border: #a47c2a solid 0px;
}
#index_item li.hero .item_border {
	border: #f18700 solid 0px;
}
#index_item li.teiban .item_border {
	border: #d10b17 solid 0px;
}
#index_item li.story .item_border {
	border: #679432 solid 0px;
}
#index_item li.coming_soon .item_border {
	overflow: visible;
	cursor: default;
}
#index_item li.last {
	float: left;	
	margin: 0 0 16px 0;
	position: relative;
}
#index_item li .item_new {
	position: absolute;
	top: 8px;
	right: -8px;
	background: url(../img/top/item_new.png) top left no-repeat;
	width: 66px;
	height: 32px;
}
#index_item li .date {
	position: absolute;
	top: 35px;
	right: 8px;
	font-size: 12px;
	color: #FFF;
}
#index_item li .item_icon {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 66px;
	height: 32px;
	z-index: 1;	
}
#index_item li .item_txt {
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #FFF;
	line-height: 1.5em;
	height: 124px;
	z-index: 2;
	overflow: hidden;
}
#index_item li.coming_soon .item_txt {
	height: 304px;
	min-height: 304px;
}
#index_item li .item_txt h4 {
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	padding: 1em 0;
}
#index_item li.coming_soon .item_txt h4 {
	padding: 0;
	display: table-cell;
	height: 304px;
	vertical-align: middle;
	width: 228px;
}
#index_item li .item_txt h5 {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	padding: 0 0 1em;
}
#index_item li .item_txt p { 
  font-size: 14px;
  line-height: 1.25em;
  padding: 0 10px;
  opacity: 0;
  height: 9.8em;
  overflow: hidden;
}
#index_item li.coming_soon .item_txt h5 {
	padding: 0;
}
#index_item li.rm h4 {
	margin: 0 8px 1em;
	border-bottom: 3px solid #a47c2a;
}
#index_item li.hero h4 {
	margin: 0 8px 1em;
	border-bottom: 3px solid #f18700;
}
#index_item li.teiban h4 {
	margin: 0 8px 1em;
	border-bottom: 3px solid #d10b17;
}
#index_item li.story h4 {
	margin: 0 8px 1em;
	border-bottom: 3px solid #679432;
}
#index_item li.comingsoon {
	background: rgba(0,0,0,0.5);
}
#wrap_index_info {
	width: 100%;
	margin: 0 auto;	
	background-color: #f0eae1;
	padding: 25px 0;
	margin-bottom: 35px;
	background-image:url(../img/common/bg_info.jpg);
}
#index_info {
	width: 960px;
	margin: 0 auto;	
}
#index_info h2 {
	border-bottom: 3px solid #ac8b56;
	padding-bottom: 12px;
	margin-bottom: 25px;
}
#index_info ul {
/*	height: 183px;*/
/*	overflow-y: scroll;*/
}
#index_info ul li {
	line-height: 3em;
	border-bottom: 1px solid #a0a0a0;
	overflow: hidden;
}
#index_info ul li.last {
	border-bottom: none;
}
#index_info ul li span.date {
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
	line-height: 1.5em;
}
#index_info ul li span.info_item_new {
    font-size: 12px;
    margin-right: 5px;
    line-height: 1em;
    color: #FFF;
    background-color: #d10b17;
    padding: 3px 5px;
}
#index_info ul li span.info_txt {
	line-height: 1.5em;
}
#index_info ul li span.info_txt a {
	font-size: 14px;
	line-height: 1.5em;
	color: #231815;
	text-decoration: none;
}
#index_info ul li span.info_txt a:hover {
	text-decoration: underline;
}

#index_info ul li span.info_txt02 a {
	font-size: 14px;
	line-height: 1.5em;
	color: #FFF;
	text-decoration: none;
}
#index_info ul li span.info_txt02 a:hover {
	text-decoration: underline;
}
#index_bnr{
	text-align:center;
	width:960px;
	margin:20px auto 10px;
}
#index_bnr a:hover{
 filter:alpha(opacity=60);
 -moz-opacity: .6;
 opacity: .6;
}
#index_concept {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	color: #000;
	padding-top: 100px;
	border-bottom: 3px solid #000;
	margin-bottom: 35px;
}
#index_concept h3#index_concept_copy {
	font-size: 40px;
	line-height: 1.5em;
	font-weight: normal;
	margin-bottom: 15px;
}
#index_concept p {
	font-size: 17px;
	line-height: 2.25em;
	margin-bottom: 15px;
}
#index_concept p#index_concept_copy2 {
	font-size: 21px;
	line-height: 3.25em;
	font-weight: normal;
}
#index_concept p#index_concept_copy2 img {
	margin: 0 0 0 10px;
}
#index_concept {

}

#wrpa_main_bunner_area{
	text-align: center;
	margin: 40px 0;
}
#wrpa_main_bunner_area a{
	display: inline-block;
}
#wrpa_main_bunner_area a:hover{
	opacity: 0.7;
}




/*****LOCAL PAGE***************************************************/
.bg_red{
	background-color:#d10b17;
}

.bg_green{
	background-color:#144F00;
}

.bg_yellow{
	background-color: #9A8600;
}

.bg_pink{
	background-color: #E500B9;
}

.bg_purple{
	background-color: #720090;
}

.bg_blue{
	background-color: #013fbb;
}



.set001{
	border: 2px solid #ac8b56;
	padding: 16px;
	background-image:url(../img/common/bg_main.jpg);
	margin-bottom: 16px;
		border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;


}

.set001a{
	float:left;
	width:434px;
	border: 2px solid #ac8b56;
	padding: 16px;
	background-image:url(../img/common/bg_main.jpg);
	margin-bottom: 16px;
		border-radius: 6px;
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;
	height:460px;
	position:relative;


}

.set001b{
	float:right;
	width:434px;
	border: 2px solid #ac8b56;
	padding: 16px;
	background-image:url(../img/common/bg_main.jpg);
	margin-bottom: 16px;
		border-radius: 6px;
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;
	height:460px;
	position:relative;


}

.set001c{
	float:left;
	width:434px;
	border: 2px solid #ac8b56;
	padding: 16px;
	background-image:url(../img/common/bg_main.jpg);
	margin-bottom: 16px;
		border-radius: 6px;
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;
	height:470px;
	position:relative;


}

.set001d{
	float:right;
	width:434px;
	border: 2px solid #ac8b56;
	padding: 16px;
	background-image:url(../img/common/bg_main.jpg);
	margin-bottom: 16px;
		border-radius: 6px;
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;
	height:470px;
	position:relative;


}

.set001e{
	background-image:url(../img/news_waku_02.jpg);
	margin-bottom: 16px;
		border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;


}

.set001f{
	padding: 0px 46px 16px 46px;
	color:#FFF;
	font-weight:bold;
	line-height:160%;
}

.set001g{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:36px;
}

.set002{
	float: left;
	width: 360px;
	text-align: left;
}

.set002b{
	float: left;
	width: 240px;
	text-align: left;
}

.set002c{
	float: left;
	width: 340px;
	text-align: left;
}

.set003{
	width: 544px;
	text-align: left;
}

.set003a{
	float: right;
	width: 100%;
	text-align: left;
}

.set003b{
	float: right;
	width: 664px;
	text-align: left;
}

.set003c{
	text-align: left;
}



.set004{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 8px;
}

.set004b{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 8px;
}

.set004c{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 30px;
}

.set004d{
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 8px;
}

.set005{
	float: left;
	width: 70px;
	text-align: left;
}

.set005b{
	float: left;
	width: 50px;
	text-align: left;
}

.set006{
	float: left;
	text-align: left;
	font-weight: bold;
	width: 474px;
	font-size: 14px;
	padding-top: 10px;
}

.set006b{
	float: left;
	text-align: left;
	font-weight: bold;
	width: 474px;
	font-size: 14px;
	padding-top: 4px;
}

.set006c{
	float: left;
	text-align: left;
	font-weight: bold;
	width: 474px;
	font-size: 14px;
	padding-top: 20px;
}

.set006d{
	float: left;
	text-align: left;
	font-weight: bold;
	width: 374px;
  height: 50px;
  line-height: 50px;
  padding-left:10px;
}

.set006d2{
	float: left;
	text-align: left;
	font-weight: bold;
	width: 374px;
  height: 50px;
  line-height: 130%;
  padding-left:10px;
  padding-top: 7px;
}


.set006e{
	float: left;
	text-align: left;
	font-weight: bold;
	width: 374px;
  padding-left:10px;
  padding-top:7px;
}

.set006f{
	text-align: left;
	font-weight: bold;
	font-size: 30px;
	padding-top:20px;
}


.set007{
	padding-top: 10px;
}

.set007b{
	padding-top: 30px;
	font-weight:bold;
}

.set007c{
	padding-top: 20px;
	font-size:20px;
	line-height:160%;
}

.set008{
	float: left;
    font-size: 12px;
    margin-right: 5px;
    line-height: 1em;
    color: #FFF;
    padding: 5px 7px;
	margin-right: 5px;
}

.set009 {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 66px;
	height: 32px;
	z-index: 1;	
}

#set010 li {
	float: left;
	position: relative;
	width: 360px;
}


#set010 .item_img {
	overflow: hidden;
	width:360px;
}
#set010 .item_img img {
	width: 100%;
	height: auto;
}

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

 a.bt001 {
	 float:left;  
  /* サイズ指定 */
  width: 208px;
  height: 40px;
  display: block;
  box-sizing: border-box;
  margin-right:20px;
  
  /* 縦横中央揃え */
  text-align: center;
  line-height: 40px;
  
  /* 色指定 */
	 background-color: #ff8f00;
  background-image: -webkit-linear-gradient(top, #FC0, #F60);
  border: 1px solid #F33;
  color: #FFF;
  
  /* 角丸 */
  border-radius: 5px;
  
  /* シャドウ / ベベル */
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(255, 255, 255, 0.9) inset, 0 -1px 3px rgba(0, 0, 0, 0.1) inset;
  
  /* その他 */
  text-decoration: none;
  font-size: 14px;
  font-weight:bold;
  
}
 
 a.bt001:hover {
  /* 反転 */
  background-image: -webkit-linear-gradient(top, #F60, #FC0);
}

a.bt003 {
	 float:right;  
  /* サイズ指定 */
  width: 208px;
  height: 40px;
  display: block;
  box-sizing: border-box;
  
  /* 縦横中央揃え */
  text-align: center;
  line-height: 40px;
  
  /* 色指定 */
	background-color: #d3230e;
  background-image: -webkit-linear-gradient(top, #dd3214, #bc0001);
  border: 1px solid #F33;
  color: #FFF;
  
  /* 角丸 */
  border-radius: 5px;
  
  /* シャドウ / ベベル */
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(255, 255, 255, 0.9) inset, 0 -1px 3px rgba(0, 0, 0, 0.1) inset;
  
  /* その他 */
  text-decoration: none;
  font-size: 14px;
  font-weight:bold;
  
}
 
 a.bt003:hover {
  /* 反転 */
  background-image: -webkit-linear-gradient(top, #bc0001, #dd3214);
}

 a.bt004 {
	 margin-bottom:4px;
	 float:left;  
  /* サイズ指定 */
  width: 322px;
  height: 40px;
  display: block;
  box-sizing: border-box;
  margin-right:20px;
  
  /* 縦横中央揃え */
  text-align: center;
  line-height: 40px;
  
  /* 色指定 */
	 background-color: #1F6B00;
  background-image: -webkit-linear-gradient(top, #1e7600, #144f00);
  border: 1px solid #144f00;
  color: #FFF;
  
  /* 角丸 */
  border-radius: 5px;
  
  /* シャドウ / ベベル */
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(255, 255, 255, 0.9) inset, 0 -1px 3px rgba(0, 0, 0, 0.1) inset;
  
  /* その他 */
  text-decoration: none;
  font-size: 14px;
  font-weight:bold;
  
}
 
 a.bt004:hover {
  /* 反転 */
  background-image: -webkit-linear-gradient(top, #144f00, #1e7600);
}

 a.bt004b {
	 margin-bottom:4px;
	 float:left;  
  /* サイズ指定 */
  width: 447px;
  height: 40px;
  display: block;
  box-sizing: border-box;
  margin-right:20px;
  
  /* 縦横中央揃え */
  text-align: center;
  line-height: 40px;
  
  /* 色指定 */
	 background-color: #1F6B00;
  background-image: -webkit-linear-gradient(top, #1e7600, #144f00);
  border: 1px solid #144f00;
  color: #FFF;
  
  /* 角丸 */
  border-radius: 5px;
  
  /* シャドウ / ベベル */
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(255, 255, 255, 0.9) inset, 0 -1px 3px rgba(0, 0, 0, 0.1) inset;
  
  /* その他 */
  text-decoration: none;
  font-size: 14px;
  font-weight:bold;
  
}
 
 a.bt004b:hover {
  /* 反転 */
  background-image: -webkit-linear-gradient(top, #144f00, #1e7600);
}




 a.bt004c {
	 margin-bottom:4px;
	 float:left;  
  /* サイズ指定 */
  width: 447px;
  height: 80px;
  display: block;
  box-sizing: border-box;
  margin-right:20px;
  
  /* 縦横中央揃え */
  text-align: center;
  line-height: 80px;
  
  /* 色指定 */
	 background-color: #1F6B00;
  background-image: -webkit-linear-gradient(top, #1e7600, #144f00);
  border: 1px solid #144f00;
  color: #FFF;
  
  /* 角丸 */
  border-radius: 5px;
  
  /* シャドウ / ベベル */
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(255, 255, 255, 0.9) inset, 0 -1px 3px rgba(0, 0, 0, 0.1) inset;
  
  /* その他 */
  text-decoration: none;
  font-size: 24px;
  font-weight:bold;
 
}
 
 a.bt004c:hover {
  /* 反転 */
  background-image: -webkit-linear-gradient(top, #144f00, #1e7600);
}

 a.bt005 {
	 margin-bottom:4px;
	 float:right;  
  /* サイズ指定 */
  width: 322px;
  height: 40px;
  display: block;
  box-sizing: border-box;
  
  /* 縦横中央揃え */
  text-align: center;
  line-height: 40px;
  
  /* 色指定 */
background-color: #005e94;
  background-image: -webkit-linear-gradient(top, #0069a5, #004c78);
  border: 1px solid #004c78;
  color: #FFF;
  
  /* 角丸 */
  border-radius: 5px;
  
  /* シャドウ / ベベル */
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(255, 255, 255, 0.9) inset, 0 -1px 3px rgba(0, 0, 0, 0.1) inset;
  
  /* その他 */
  text-decoration: none;
  font-size: 14px;
  font-weight:bold;
  
}



 
 a.bt005:hover {
  /* 反転 */
  background-image: -webkit-linear-gradient(top, #004c78, #0069a5);
}

a.bt005b {
	 margin-bottom:4px;
	 float:right;  
  /* サイズ指定 */
  width: 447px;
  height: 40px;
  display: block;
  box-sizing: border-box;
  
  /* 縦横中央揃え */
  text-align: center;
  line-height: 40px;
  
  /* 色指定 */
	background-color: #005e94;
  background-image: -webkit-linear-gradient(top, #0069a5, #004c78);
  border: 1px solid #004c78;
  color: #FFF;
  
  /* 角丸 */
  border-radius: 5px;
  
  /* シャドウ / ベベル */
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(255, 255, 255, 0.9) inset, 0 -1px 3px rgba(0, 0, 0, 0.1) inset;
  
  /* その他 */
  text-decoration: none;
  font-size: 14px;
  font-weight:bold;
  
}
 
 a.bt005b:hover {
  /* 反転 */
  background-image: -webkit-linear-gradient(top, #004c78, #0069a5);
}

a.bt005c {
	 margin-bottom:4px;
	 float:right;  
  /* サイズ指定 */
  width: 922px;
  height: 40px;
  display: block;
  box-sizing: border-box;
  
  /* 縦横中央揃え */
  text-align: center;
  line-height: 40px;
  
  /* 色指定 */
	background-color: #005e94;
  background-image: -webkit-linear-gradient(top, #0069a5, #004c78);
  border: 1px solid #004c78;
  color: #FFF;
  
  /* 角丸 */
  border-radius: 5px;
  
  /* シャドウ / ベベル */
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(255, 255, 255, 0.9) inset, 0 -1px 3px rgba(0, 0, 0, 0.1) inset;
  
  /* その他 */
  text-decoration: none;
  font-size: 14px;
  font-weight:bold;
  
}
 
 a.bt005c:hover {
  /* 反転 */
  background-image: -webkit-linear-gradient(top, #004c78, #0069a5);
}


a.bt005d {
	 margin-bottom:4px;
	 float:right;  
  /* サイズ指定 */
  width: 960px;
  height: 40px;
  display: block;
  box-sizing: border-box;
  
  /* 縦横中央揃え */
  text-align: center;
  line-height: 40px;
  
  /* 色指定 */
	background-color: #005e94;
  background-image: -webkit-linear-gradient(top, #0069a5, #004c78);
  border: 1px solid #004c78;
  color: #FFF;
  
  /* 角丸 */
  border-radius: 5px;
  
  /* シャドウ / ベベル */
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(255, 255, 255, 0.9) inset, 0 -1px 3px rgba(0, 0, 0, 0.1) inset;
  
  /* その他 */
  text-decoration: none;
  font-size: 14px;
  font-weight:bold;
  
}
 
 
a.bt005e {
	 margin-bottom:4px;
	 float:right;  
  /* サイズ指定 */
  width: 922px;
  height: 60px;
  display: block;
  box-sizing: border-box;
  
  /* 縦横中央揃え */
  text-align: center;
  line-height: 60px;
  
  /* 色指定 */
	background-color: #005e94;
  background-image: -webkit-linear-gradient(top, #0069a5, #004c78);
  border: 1px solid #004c78;
  color: #FFF;
  
  /* 角丸 */
  border-radius: 5px;
  
  /* シャドウ / ベベル */
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(255, 255, 255, 0.9) inset, 0 -1px 3px rgba(0, 0, 0, 0.1) inset;
  
  /* その他 */
  text-decoration: none;
  font-size: 16px;
  font-weight:bold;
  
}
 
 a.bt005e:hover {
  /* 反転 */
  background-image: -webkit-linear-gradient(top, #004c78, #0069a5);
} 
 
 a.bt005d:hover {
  /* 反転 */
  background-image: -webkit-linear-gradient(top, #004c78, #0069a5);
}

a.bt005f {
	 margin-bottom:4px;
	 float:right;  
  /* サイズ指定 */
  width: 447px;
  height: 80px;
  display: block;
  box-sizing: border-box;
  
  /* 縦横中央揃え */
  text-align: center;
  line-height: 80px;
  
  /* 色指定 */
  	 background-color: #005e94;
	background-image: -webkit-linear-gradient(top, #0069a5, #004c78);
  border: 1px solid #004c78;
  color: #FFF;
  
  /* 角丸 */
  border-radius: 5px;
  
  /* シャドウ / ベベル */
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(255, 255, 255, 0.9) inset, 0 -1px 3px rgba(0, 0, 0, 0.1) inset;
  
  /* その他 */
  text-decoration: none;
  font-size: 24px;
  font-weight:bold;
  
}
 
 a.bt005f:hover {
  /* 反転 */
  background-image: -webkit-linear-gradient(top, #004c78, #0069a5);
}


a.bt005g {
	 margin-bottom:4px;
	 float:left;  
  /* サイズ指定 */
  width: 447px;
  height: 80px;
  display: block;
  box-sizing: border-box;
  
  /* 縦横中央揃え */
  text-align: center;
  line-height: 80px;
  
  /* 色指定 */
	background-color: #d3230e;
  background-image: -webkit-linear-gradient(top, #dd3214, #bc0001);
  border: 1px solid #dd3214;
  color: #FFF;
  
  /* 角丸 */
  border-radius: 5px;
  
  /* シャドウ / ベベル */
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(255, 255, 255, 0.9) inset, 0 -1px 3px rgba(0, 0, 0, 0.1) inset;
  
  /* その他 */
  text-decoration: none;
  font-size: 24px;
  font-weight:bold;
  
}
 
 a.bt005g:hover {
  /* 反転 */
  background-image: -webkit-linear-gradient(top, #bc0001, #dd3214);
}

a.bt005h {
	 margin-bottom:4px;
	 float:right;  
  /* サイズ指定 */
  width: 447px;
  height: 80px;
  display: block;
  box-sizing: border-box;
  
  /* 縦横中央揃え */
  text-align: center;
  line-height: 80px;
  
  /* 色指定 */
	background-color: #ff8f00;
  background-image: -webkit-linear-gradient(top, #FC0, #F60);
  border: 1px solid #F33;
  color: #FFF;
  
  /* 角丸 */
  border-radius: 5px;
  
  /* シャドウ / ベベル */
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(255, 255, 255, 0.9) inset, 0 -1px 3px rgba(0, 0, 0, 0.1) inset;
  
  /* その他 */
  text-decoration: none;
  font-size: 24px;
  font-weight:bold;
  
}
 
 a.bt005h:hover {
  /* 反転 */
  background-image: -webkit-linear-gradient(top, #F60, #FC0);
}

a.bt005i {
	 margin-bottom:4px;
	 float:left;  
  /* サイズ指定 */
  width: 447px;
  height: 80px;
  display: block;
  box-sizing: border-box;
  
  /* 縦横中央揃え */
  text-align: center;
  line-height: 80px;
  
  /* 色指定 */
	background-color: #9901aa;
  background-image: -webkit-linear-gradient(top, #a600b9, #870196);
  border: 1px solid #750182;
  color: #FFF;
  
  /* 角丸 */
  border-radius: 5px;
  
  /* シャドウ / ベベル */
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(255, 255, 255, 0.9) inset, 0 -1px 3px rgba(0, 0, 0, 0.1) inset;
  
  /* その他 */
  text-decoration: none;
  font-size: 24px;
  font-weight:bold;
  
}
 
 a.bt005i:hover {
  /* 反転 */
  background-image: -webkit-linear-gradient(top, #870196, #a600b9);
}


a.bt005j {
	 margin-bottom:4px;
	 float:right;  
  /* サイズ指定 */
  width: 447px;
  height: 80px;
  display: block;
  box-sizing: border-box;
  
  /* 縦横中央揃え */
  text-align: center;
  line-height: 80px;
  
  /* 色指定 */
	background-color: #ff4dff;
  background-image: -webkit-linear-gradient(top, #ff80ff, #ff32ff);
  border: 1px solid #750182;
  color: #FFF;
  
  /* 角丸 */
  border-radius: 5px;
  
  /* シャドウ / ベベル */
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(255, 255, 255, 0.9) inset, 0 -1px 3px rgba(0, 0, 0, 0.1) inset;
  
  /* その他 */
  text-decoration: none;
  font-size: 24px;
  font-weight:bold;
  
}
 
 a.bt005j:hover {
  /* 反転 */
  background-image: -webkit-linear-gradient(top, #ff32ff, #ff80ff);
}

a.top_uber {
width: 295px !important;
}

a.top_uber_left02{
float:left;
maegin-left:20px;
 }



/*TABLE*/
.table_001 {
	width:100%;
	border-collapse:collapse;
	
}

.table_001 th {
	padding:3px 10px 3px 10px;
	background-color:#F5F5F5;
	border:1px solid #999;
	font-weight:normal;
	line-height:180%;
	text-align:left;
}
.table_001 td {
	padding:3px 10px 3px 10px;
	background-color:#FFF;
	border:1px solid #999;
	line-height:180%;
	text-align:left;
}


/***********************************************************************/
.kakonorireki000{
	float:left;
}

.kakonorireki001{
	float:right;
	background-color:#3F0001;
	font-size:12px;
	padding:6px 6px 6px 6px;
}

.kakonorireki001 a{
	color:#FFFFFF;
	text-decoration:none;
}


.circle {
  color: #fff;
  background:url(../img/common/bg_subtitle.jpg);
  padding: 0;
  margin: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  font-size:16px;
  font-weight:bold;
}

.linkwhite a:visited {
	color: #FFF;
	text-decoration: none;
}
.linkwhite a:link {
	color: #FFF;
	text-decoration: none;
}
.linkwhite a:hover {
	color: #f2c706;
	text-decoration: underline;
}
.linkwhite a:active {
	color: #FFF;
	text-decoration: none;
}

.linkred a:visited {
	color: #F00;
	text-decoration: none;
}
.linkred a:link {
	color: #F00;
	text-decoration: none;
}
.linkred a:hover {
	color: #f2c706;
	text-decoration: underline;
}
.linkred a:active {
	color: #F00;
	text-decoration: none;
}

a:hover, .wp-pagenavi span.current {
    border-color: #FFF;
}


.youtube {
position: relative;
width: 100%;
padding-top: 56.25%;
}
.youtube iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}

.e_submit{
padding:10px;
}

.yoyaku_title_shop{
font-size:1.2rem;
}

.yoyaku_list_shop_left{
float:left;
width:69%;
}

.yoyaku_list_shop_right{
float:right;
width:30%;
}

 a.yoyaku_bt004c {
	 margin-bottom:4px;
	 float:left;  
  /* サイズ指定 */
  width: 100%;
  display: block;
  box-sizing: border-box;
  
  /* 縦横中央揃え */
  text-align: center;
  line-height: 46px;
  
  /* 色指定 */
	 background-color: #1F6B00;
  background-image: -webkit-linear-gradient(top, #1e7600, #144f00);
  border: 1px solid #144f00;
  color: #FFF;
  
  /* 角丸 */
  border-radius: 5px;
  
  /* シャドウ / ベベル */
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(255, 255, 255, 0.9) inset, 0 -1px 3px rgba(0, 0, 0, 0.1) inset;
  
  /* その他 */
  text-decoration: none;
  font-size: 16px;
  font-weight:bold;
 
}
 
 a.yoyaku_bt004c:hover {
  /* 反転 */
  background-image: -webkit-linear-gradient(top, #144f00, #1e7600);
}


a.yoyaku_bt005f {
	 margin-bottom:4px;
	 float:right;  
  /* サイズ指定 */
  width: 100%;
  display: block;
  box-sizing: border-box;
  
  /* 縦横中央揃え */
  text-align: center;
  line-height: 46px;
  
  /* 色指定 */
  	 background-color: #005e94;
	background-image: -webkit-linear-gradient(top, #0069a5, #004c78);
  border: 1px solid #004c78;
  color: #FFF;
  
  /* 角丸 */
  border-radius: 5px;
  
  /* シャドウ / ベベル */
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(255, 255, 255, 0.9) inset, 0 -1px 3px rgba(0, 0, 0, 0.1) inset;
  
  /* その他 */
  text-decoration: none;
  font-size: 16px;
  font-weight:bold;
  
}
 
 a.yoyaku_bt005f:hover {
  /* 反転 */
  background-image: -webkit-linear-gradient(top, #004c78, #0069a5);
}


a.yoyaku_bt005g {
	 margin-bottom:4px;
	 float:left;  
  /* サイズ指定 */
  width: 100%;
  display: block;
  box-sizing: border-box;
  
  /* 縦横中央揃え */
  text-align: center;
  line-height: 46px;
  
  /* 色指定 */
	background-color: #d3230e;
  background-image: -webkit-linear-gradient(top, #dd3214, #bc0001);
  border: 1px solid #dd3214;
  color: #FFF;
  
  /* 角丸 */
  border-radius: 5px;
  
  /* シャドウ / ベベル */
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(255, 255, 255, 0.9) inset, 0 -1px 3px rgba(0, 0, 0, 0.1) inset;
  
  /* その他 */
  text-decoration: none;
  font-size: 16px;
  font-weight:bold;
  
}
 
 a.yoyaku_bt005g:hover {
  /* 反転 */
  background-image: -webkit-linear-gradient(top, #bc0001, #dd3214);
}


a.yoyaku_bt005h {
	 margin-bottom:4px;
	 float:right;  
  /* サイズ指定 */
  width: 100%;
  display: block;
  box-sizing: border-box;
  
  /* 縦横中央揃え */
  text-align: center;
  line-height: 46px;
  
  /* 色指定 */
	background-color: #ff8f00;
  background-image: -webkit-linear-gradient(top, #FC0, #F60);
  border: 1px solid #F33;
  color: #FFF;
  
  /* 角丸 */
  border-radius: 5px;
  
  /* シャドウ / ベベル */
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(255, 255, 255, 0.9) inset, 0 -1px 3px rgba(0, 0, 0, 0.1) inset;
  
  /* その他 */
  text-decoration: none;
  font-size: 16px;
  font-weight:bold;
  
}
 
 a.yoyaku_bt005h:hover {
  /* 反転 */
  background-image: -webkit-linear-gradient(top, #F60, #FC0);
}


a.yoyaku_bt005i {
	 margin-bottom:4px;
	 float:left;  
  /* サイズ指定 */
  width: 100%;
  display: block;
  box-sizing: border-box;
  
  /* 縦横中央揃え */
  text-align: center;
  line-height: 46px;
  
  /* 色指定 */
	background-color: #9901aa;
  background-image: -webkit-linear-gradient(top, #a600b9, #870196);
  border: 1px solid #750182;
  color: #FFF;
  
  /* 角丸 */
  border-radius: 5px;
  
  /* シャドウ / ベベル */
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(255, 255, 255, 0.9) inset, 0 -1px 3px rgba(0, 0, 0, 0.1) inset;
  
  /* その他 */
  text-decoration: none;
  font-size: 16px;
  font-weight:bold;
  
}
 
 a.yoyaku_bt005i:hover {
  /* 反転 */
  background-image: -webkit-linear-gradient(top, #870196, #a600b9);
}

a.yoyaku_bt005j {
	 margin-bottom:4px;
	 float:left;  
  /* サイズ指定 */
  width: 100%;
  display: block;
  box-sizing: border-box;
  
  /* 縦横中央揃え */
  text-align: center;
  line-height: 46px;
  
  /* 色指定 */
	background-color: #9901aa;
  background-image: -webkit-linear-gradient(top, #ee00ba, #d300a5);
  border: 1px solid #ba0092;
  color: #FFF;
  
  /* 角丸 */
  border-radius: 5px;
  
  /* シャドウ / ベベル */
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(255, 255, 255, 0.9) inset, 0 -1px 3px rgba(0, 0, 0, 0.1) inset;
  
  /* その他 */
  text-decoration: none;
  font-size: 16px;
  font-weight:bold;
  
}
 
 a.yoyaku_bt005j:hover {
  /* 反転 */
  background-image: -webkit-linear-gradient(top, #d300a5, #ee00ba);
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
.txtimage img {
image-rendering: -webkit-optimize-contrast;
}
}