
/* common
===============================================================*/
.k_title_2 {
	color:#0059d1;
	font-size:16px;
	padding:20px 10px 15px 10px;
	text-align:center;
}

	
/* cara_detail
===============================================================*/
#cara_detail #Main {
	margin:0;
}

#cara_detail div#FooterBox .Bn_three {
    background:url(../images/chara/bg01.jpg) repeat 0 0;
	background-size:12px 12px;
}


/* Main
===============================================================*/
.chara_list {
	padding:0 7px;
}

.chara_list ul li {
	width:33.3%;
	float:left;
}

.chara_list ul li a {
	display:block;
	margin:0 5px 10px 5px;
}

.images .flex-control-nav {
  width: 100%;
  text-align: center;
  padding:15px 0 14px 0;
}

.images .flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.images .flex-control-paging li a {
  width: 6px;
  height: 6px;
  display: block;
  background: #ffffff;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border:#cbcbcb 1px solid;
}

.images .flex-control-paging li a.flex-active {
  background: #008aea;
  border:#008aea 1px solid;
  cursor: default;
}

.detail_bg {
	background:url(../images/chara/bg01.jpg) repeat 0 0;
	background-size:12px 12px;
	padding:0 0 15px 0;
}

.detail_bg h1 {
	color:#008aea;
	font-size:18px;
	text-align:center;
	padding:0 13px 10px 13px;
	vertical-align: middle;
}

.detail_bg .txt {
	padding:0 13px 22px 13px;
	vertical-align: middle;
}

.detail_bg .img_area {
	padding:0 6px 15px 6px;
}

.detail_bg .img_area dl {
	width:50%;
	float:left;
}
.detail_bg .img_area dl:nth-child(odd) {
    clear: left;
}
.detail_bg .img_area dl:first-child{
	clear:none;

}
.detail_bg .img_area dl dt {
	margin:0 7px;
	font-size:1px;
	line-height:1;
	font-size:0;
	line-height:0;
}
.detail_bg .img_area dl dt iframe{
	width:100%;
	height:17vh;
}




.detail_bg .img_area dl dd {
	margin:10px 7px 13px 7px;
}

.detail_bg .at {
	background:url(../images/chara/bg02.jpg) repeat 0 0;
	background-size:6px 3px;
	padding:3px;
	margin:0 13px 30px 13px;
}

.detail_bg .at .inner {
	background-color:#ffffff;
	padding:0 10px 10px 10px;
}

.detail_bg .at .inner h2 {
	height:38px;
	text-align:center;
	position:relative;
	border-bottom:#ff3d6b 1px dotted;
}

.detail_bg .at .inner h2 span {
	display:block;
	width:100%;
	text-align:center;
	position:absolute;
	top:-14px;
	left:0;
}

.detail_bg .at .inner h2 img {
	width:270px;
}

.detail_bg .at .inner .box {
	padding:13px 0 0 0;
}

.detail_bg .at .inner .box a {
	display:table;
	width:100%;
	background:url(../images/chara/ar.jpg) no-repeat right 50%;
	background-size:12px 12px;
	position:relative;
}

.detail_bg .at .inner .box a .ph {
	display:table-cell;
	width:95px;
}

.detail_bg .at .inner .box a .tx {
	display:table-cell;
	vertical-align:middle;
	padding:0 18px 0 10px;
}

.dir .c a {
	display:block;
	width:150px;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	padding:7px 0;
	margin:0 auto 35px auto;
	border-radius:3px;
	background:url(../images/common/btn_l.png) #008aea no-repeat 11px 50%;
	background-size:7px 10px;
	text-decoration:none;
}
.flex-direction-nav{
	display:none;
	}