@charset "utf-8";
.contents_wrap *{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contents_wrap a{
	color:#5f99eb;
	text-decoration:underline;
}
.contents_wrap a:hover{
  text-decoration: none;
}
.pankuzu ul{
	background:#fff;
	border-radius:5px;
	box-shadow:0 3px 10px #ffe292;
	overflow:hidden;
	padding:9px 15px;
	margin-bottom:20px;
}
.pankuzu li{
	float:left;
	font-size:12px;
	margin:1px 0;
}
.pankuzu li:after{
	content:">";
	margin:0 7px 0 4px;
}
.pankuzu li:last-child:after{
	display:none;
}
#header_searchMenu{
	float:right;
	width:389px;
	overflow:hidden;
	margin:20px 0 10px;
}
#header_searchMenu li{
	float:left;
	margin-bottom:10px;
}
.header_searchMenu_btn{
	cursor:pointer;
	display:inline-block;
}
#header_searchMenu li img{
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
}
#header_searchMenu li:nth-of-type(2n+1){
	width:167px;
}
#header_searchMenu li:nth-of-type(2n){
	width:222px;
}
header{
	width: 100%;
}
.summary{
	width:100%;
	height:20px;
	line-height:20px;
	background:#ffd735;
}
.header_wrap{
	overflow: hidden;
	width: 1020px;
	margin: 0 auto;
}
h1{
	width: 1020px;
	margin: 0 auto;
	font-size:10px;
	font-weight:normal;
	text-align:right;
}
.logo{
	float:left;
	margin:20px 0;
}

.contents_wrap{
	width:100%;
	background:url(../images/top_new/gradation01.png) repeat-x;
	padding-top:40px;
}
.contents_inner{
	width:1020px;
	margin:0 auto;
}
.contents{
	background:#fff;
	border-radius:10px;
	padding:20px 20px 40px;
}
.contents_l{
	float:left;
	width:640px;
}
.contents_r{
	float:right;
	width:320px;
}

/* top */
.top_img{
  margin-bottom: 20px;
}
.top_new{
  margin-bottom: 30px;
}
.li_manga>*{
  display: table;
  position: relative;
  float: left;
  width: 320px;
  margin: 0 0 10px 10px;
  background: #fff;
  padding: 15px;
  cursor: pointer;
}
.top_new li{
  border: 2px solid #ffb648;
}
.top_new li:nth-child(3n+1){
  margin-left: 0;
}
.top_li li{
  border: 1px solid #b6b6b6;
}
.top_li li:nth-child(3n+1){
  margin-left: 0;
}
.top_new li:before{
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-right: 7px solid #ffa320;
  border-bottom: 7px solid #ffa320;
  position: absolute;
  right: -1px;
  bottom: -1px;
}

.li_manga .ttl{
  font-size: 16px;
  font-weight: bold;
}
.li_manga .ttl a{
  -webkit-transition: .2s ease;
  transition: .2s ease;
}
.li_manga li:hover .ttl a{
  opacity: .8;
  text-decoration: none;
}
.li_manga img{
  float: left;
}
.li_manga .item_r{
  float: left;
  width: 190px;
  padding-left: 15px;
}
.li_manga .item_r>*+*{
  margin-top: 10px;
}

.li_item_manga>*{
  cursor: pointer;
  float: left;
  width: 313px;
  border: 1px solid #b6b6b6;
  padding: 15px;
  margin: 20px 0 0 20px;
}
.li_item_manga>*:nth-child(3n+1){
  margin-left: 0;
}
.li_item_manga>* img{
  display: block;
  opacity: 1;
}
.li_item_manga>*:hover a{
  text-decoration: none;
}
.li_item_manga>* .item_r{
  width: 168px;
  padding-left: 15px;
}

.li_manga .cat,
.li_manga .number{
  display: inline-block;
  margin-right: 10px;
  padding: 2px 10px;
  border-radius: 3px;
  background:#4c4c4b;
  color:#fff;
  font-size: 12px;
  vertical-align: middle;
}
.li_manga .date{
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}

.top_li_li>*{
  float: left;
  width: 480px;
  margin: 0 0 20px 20px;
  padding: 5px;
  border:1px solid #ffd76b;
  border-radius: 5px;
  background:#fff6de;
}
.top_li_li>*:nth-child(2n+1){
  margin-left: 0;
}
.top_li_li .inner{
  border-radius: 0 0 5px 5px;
  background: #fff;
}

div[class^="newest_"]{
  position: relative;
  overflow: hidden;
  width: 468px;
  height: 334px;
  cursor: pointer;
}
div[class^="newest_"]:before{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .5s ease-out;
  transition: .5s ease-out;
  content: "";
}
.newest_hakoheru:before{
  background: url(../images/manga/hakoheru/top_li.png) no-repeat center center;
  background-size: cover;
}
.newest_ethte:before{
  background: url(../images/manga/ethte/top_li.png) no-repeat center center;
  background-size: cover;
}
div[class^="newest_"]:hover:before{
  opacity: .8;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
div[class^="newest_"] .overlay{
  z-index: 1;
  height: 45px;
  font-size: 16px;
  line-height: 45px;
}
div[class^="newest_"] .overlay:before{
  position: absolute;
  right: 15px;
  bottom: 15px;
  width:10px;
  height: 10px;
  border-top:2px solid #fff;
  border-right:2px solid #fff;
  transform:rotate(45deg);
  content: "";
}
div[class^="newest_"] .overlay a{
  display: block;
  color: #fff;
  text-decoration: none;
}

.top_li .info{
  padding: 15px;
}
.top_li .ttl{
  margin-bottom: 10px;
}
.top_li .ttl a{
  font-size: 20px;
  color: #fb5e83;
  text-decoration: none;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}
.top_li .ttl a:hover{
  opacity: .8;
  text-decoration: underline;
}
.top_li .btn_manga{
  display: block;
  width: 210px;
  height:40px;
  margin: 20px auto 0;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  font-size: 16px;
  font-weight: bold;
  text-align:center;
  line-height: 40px;
}
.top_li .btn_manga:hover{
  opacity: .8;
}

.mangaIndex_img{
  height: 290px;
  margin-bottom: 20px;
  padding-left: 763px;
}
.mangaIndex .hakoheru{
  background: url(../images/manga/hakoheru/mangaIndex.png) no-repeat;
  background-size: 743px 290px;
}
.mangaIndex .btn_manga{
  height: 140px;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
  line-height: 140px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}
.mangaIndex .btn_manga:last-child{
  margin-bottom: 0;
}
.mangaIndex .btn_manga a{
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.mangaIndex .btn_manga a:before{
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 20px;
  margin-top: -10px;
  background: url(../images/manga/arrow_12_10_white.png) no-repeat;
  content: "";
}
.mangaIndex .btn_manga:hover{
  opacity: .8;
}
.mangaIndex_summary{
  margin-bottom: 25px;
}
.mangaIndex_summary dt{
  width: 134px;
  height: 34px;
  background: #373737 url(../images/manga/icon_summary.png) no-repeat 20px 10px;
  border-radius: 5px;
  padding-left: 50px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 34px;
}

.mangaIndex_li{
  margin: 0 -20px 25px;
  padding: 25px 20px 15px;
  background: url(../images/manga/stripe.png);
}
.mangaIndex_li .li_manga{
  width: 990px;
  margin-left: -10px;
}

.manga .ttl2{
  text-align: center;
}
.manga img{
  display: block;
  margin: 0 auto;
}

/* pager */
.pagination_manga{
  width: 700px;
  margin: 40px auto;
}
.pagination_manga>*{
  float: left;
  text-align: center;
  height: 40px;
  position: relative;
  border: 1px solid #d8c8b8;
  border-radius: 5px;
  line-height: 40px;
}
.pagination_manga>*+*{
  margin-left: 10%;
}
.pagination_manga>* a{
  color: #a02200;
  font-size: 12px;
  display: block;
}
.page_item_prev,
.page_item_next{
  width: 30%;
}
.page_item_menu{
  width: 20%;
}
.page_item_prev>*:before,
.page_item_next>*:before{
  content: "";
  width:10px;
  height: 10px;
  border-top:2px solid #a02200;
  border-right:2px solid #a02200;
  position: absolute;
  top: 50%;
  margin-top: -5px;
}
.page_item_prev>*:before{
  left: 20px;
  transform:rotate(-135deg); 
}
.page_item_next>*:before{
  right: 20px;
  transform:rotate(45deg);
}
.page_item_menu>*:before{
  content: "";
  width: 20px;
  height: 24px;
  background: url(../images/manga/icon_pager_index.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.pagination_manga>*.disabled{
  color: #a7a7a7;
  border-color: #a7a7a7;
}
.pagination_manga>*.disabled a{
  cursor: default;
  color: #a7a7a7 !important;
  text-decoration: none !important;
}
.pagination_manga>*.disabled a:before{
  border-color: #a7a7a7;
}
.pager2{
  line-height: 60px;
  border-bottom: 1px solid #ffd76b;
}
.pager2>*{
  width: 50%;
}
.pager2>*+*{
  border-left: 1px solid #ffd76b;
}
.pager2>* a{
  color: #5f99eb;
  text-decoration: underline;
  display: block;
}

/* character */
.character{
  margin-bottom: 25px;
  padding: 20px;
  border: 12px solid #ffeaa1;
  border-radius: 10px;
  box-shadow: 0 1px 0 #ffdd66 inset, -1px 0 0 #ffdd66 inset, 0 -1px 0 #ffdd66 inset, 1px 0 0 #ffdd66 inset;
}
.character .ttl{
  margin-bottom: 20px;
  text-align: center;
}
.li_character>*{
  float: left;
  width: 50%;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  padding: 20px;
}
.li_character>*:nth-child(even){
  border-right: 0;
}
.li_character>*:nth-child(n+3){
  border-bottom: 0;
}
.li_character img{
  float: left;
}
.li_character .item_r{
  float: left;
  width: 310px;
  padding-left: 15px;
}
.li_character .item_r>*+*{
  margin-top: 10px;
}
.li_character .name span{
  margin-right: 10px;
  font-size: 16px;
  font-weight: bold;
}

/* cartoonist */
.cartoonist{
  width: 700px;
  margin: 0 auto 25px;
  padding-left: 124px;
}
.mokori{
  background: url(../images/manga/mokori.png) no-repeat left center;
}
.cartoonist_r{
  position: relative;
  padding: 30px;
  border-radius: 10px;
  background: #f1f0e4;
}
.cartoonist_r:before{
  position: absolute;
  top: 50%;
  left: -42px;
  margin-top: -14px;
  width:0;
  height: 0;
  border: 14px solid transparent;
  border-right: 28px solid #f1f0e4;
  content: "";
}
.cartoonist_r .name{
  margin-bottom: 15px;
  padding-left: 28px;
  border-bottom: 1px solid #919191;
  background: url(../images/manga/icon_cartoonist.png) no-repeat left bottom;
  font-weight: bold;
}

/* backNumber */
.backNumber_item{
  cursor: pointer;
  float: left;
  width: 180px;
  height: 180px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 20px 20px;
  position: relative;
}
.backNumber_li>*:nth-child(5n+1){
  margin-left: 0;
}
.backNumber a{
  text-decoration: none;
}
.backNumber_item img{
  -webkit-transition: .5s ease-out;
  transition: .5s ease-out;
}
.backNumber_item:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .8;
}
.backNumber_item .overlay{
  height: 45px;
  line-height: 45px;
}
.backNumber_item .overlay a{
  font-size: 16px;
}

/*------------------------------------------------------------
　subContents
-------------------------------------------------------------*/
.contents_bottom{
  background: #edede9;
  padding: 50px 0 30px;
}
.recruit_recommend{
  background: #fff;
  padding: 30px 0;
}
.recruit_recommend .ttl{
  margin-bottom: 20px;
  background: url(../images/manga/recruit_recommend_bg.png) repeat-x 0 center;
  font-size: 20px;
  text-align: center;
}
.recruit_recommend .ttl span{
  padding: 0 20px;
  background: #fff;
}
.recruit_recommend .ttl span:before{
  display: inline-block;
  width: 21px;
  height: 17px;
  margin: -2px 10px 0 0;
  background: url(../images/manga/icon_recommended.png) no-repeat;
  vertical-align: middle;
  content: "";
}
.recruit_recommend_li{
  width: 100%;
  overflow: hidden;
}
.recruit_recommend_li li{
  float: left;
  width: 270px !important;
  height: 290px;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  margin-right: 15px;
  padding: 10px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.recruit_recommend_li li:hover{
  box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.recruit_recommend_li .img{
  margin-bottom: 10px;
}
.recruit_recommend_li .shop{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}
.recruit_recommend_li .shop img{
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
}
.recruit_recommend_li .shop>*{
  opacity: 1;
}
.recruit_recommend_li .shop>*:hover{
  opacity: .8;
}
.recruit_recommend_li .sub_contents_pickData{
  overflow: hidden;
  margin-top: 5px;
}
.recruit_recommend_li .sub_contents_pickData>*{
  float: left;
  margin-top: 5px;
}
.recruit_recommend_li .sub_contents_pickData dd:first-child{
  margin-top: 0;
}
.recruit_recommend_li .sub_contents_pickData dt{
  width: 20px;
  height: 17px;
}
.recruit_recommend_li .sub_contents_pickData dd{
  width: 228px;
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recruit_recommend_li .area,
.recruit_recommend_li .type{
  padding-left: 22px;
  font-size: 12px;
}
.recruit_recommend_li .area{
  background: url(../images/common/data01.png) no-repeat 0 center;
}
.recruit_recommend_li .type{
  margin-top: 5px;
  background: url(../images/common/data02.png) no-repeat 0 center;
}

/* slider */
.recruit_recommend_slider .bx-wrapper{
  width: 100%;
  max-width: 100% !important;
}

/* searchJob area */
.recruit_nationwide{
  width: 1020px;
  margin: 30px auto 0;
  padding: 30px 20px;
  background: #fff;
}
.recruit_nationwide .ttl{
  position: relative;
  height: 55px;
  margin-bottom: 20px;
  padding: 0 10px 0 55px;
  border: 2px solid #d8c8b8;
  border-radius: 10px;
  background: rgb(255,255,255);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,235,229,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,235,229,1) 100%);
  color: #65391b;
  font-size: 16px;
  font-weight: bold;
  line-height: 55px;
}
.recruit_nationwide .ttl:before{
  position: absolute;
  top: -2px;
  left: 10px;
  width: 34px;
  height: 59px;
  background: url(../images/common/flag_search.png) no-repeat;
  content: "";
}
.search_area .cf>*{
  display: table-cell;
  vertical-align: middle;
}
.search_area dl:first-child{
  border-top: 1px solid #d6d6d6;
}
.search_area dl{
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
  display: table;
}
.search_area dt{
  font-weight: bold;
  width: 15%;
  background: #f7f4ee;
  padding-left: 10px;
}
.search_area dd{
  width: 85%;
  padding: 5px;
}
.li_area{
  font-size: 0;
}
.li_area>*{
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
}
.li_area>*:after{
  content: "|";
  color: #5f99eb;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.li_area>*:last-child:after{
  content: "";
}
.li_area .disabled{
  color: #333;
  text-decoration: none;
  cursor: default;
}

/* common */
.overlay{
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 100%;
  background: rgba(0,0,0,.8);
  position: absolute;
  bottom: 0;
  left: 0;
}
.overlay a{
  color: #fff;
}
.center{
  text-align: center;
}

.ttl1{
  margin-bottom: 20px;
  padding: 10px 20px;
  border: 4px solid #ffeaa2;
  border-radius: 10px;
  background: #fff;
  font-size: 20px;
  font-weight: bold;
}
.ttl1 span{
  color: #777;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.ttl2{
  background:#ffeaa2;
  border:2px solid #ffb648;
  border-radius: 5px;
  padding:5px;
  margin-bottom: 20px;
}
.ttl2 span{
  background: #fff;
  border-radius: 5px;
  display: block;
  padding: 15px 10px;
}

.btn_manga{
  cursor: pointer;
  color: #fff;
  background:#ffac2d;
  border:1px solid #ffac2d;
  border-radius: 5px;
  box-shadow: 0 2px 0 #fff inset,-2px 0 0 #fff inset,0 -2px 0 #fff inset,2px 0 0 #fff inset;
  position: relative;
}

.manga_link{
	margin-top: 40px;
	text-align: center;
}
.manga_link a{
	display: inline-block;
	height: 30px;
	padding: 0 20px 0 10px;
	border: 2px solid #ffc731;
	border-radius: 30px;
	background: #ffc731;
	color: #333;
	line-height: 30px;
	vertical-align: middle;
	text-decoration: none;
	transition: .2s ease;
}
.manga_link a:before{
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0 10px 0 0;
	border: 4px solid transparent;
	border-right: 6px solid #333;
	vertical-align: middle;
	content: "";
}
.manga_link a:hover{
	background: #fff;
}

.coming_soon:hover{
	cursor: default;
}
.coming_soon::before{
	display: none;
}
