@charset "utf-8";
/* Desktop Layout: max of 1000px. */

.container {
	margin: 0 auto;
	width: 1000px;
}
.container_plane {
	margin-bottom: 35px;
}
header .ad {
	float: right;
	margin: 15px 0 14px;
	width: 728px;
}
header h1, header .siteLogo {
	float: left;
	margin: 14px 0 13px 6px;
	width: 218px;
}
.mbNav {
	display: none;
}
/* -----------------------------------------
  Header
----------------------------------------- */

nav {
	background: #16A588;
	height: 60px;
}
.mainNav {
	float: left;
	width: 785px;
}
.mainNav > li {
	float: left;
	text-align: center;
}
.mainNav .current,  .mainNav .active {
	background: #01515C;
}
/*
  .mainNav .nav01 {width: 9%;}
  .mainNav .nav02 {width: 10%;}
  .mainNav .nav03 {width: 15%;}
  .mainNav .nav04 {width: 11%;}
  .mainNav .nav05 {width: 10.5%;}
  .mainNav .nav06 {width: 17.5%;}
  .mainNav .nav07 {width: 15%;}
  .mainNav .nav08 {width: 12%;}
  */
   .mainNav > li > a {
	color: #fff;
	height: 60px;
	padding: 20px 30px 0px;
}
.mainNav > li > a:hover {
	background: #01515C;
}
.mainNav .nav07 ul {
	position: absolute;
	left: 0;
	top: 100%;
	width: auto;
	z-index: 10;
}
.mainNav .nav08 ul {
	position: absolute;
	left: 0;
	top: 100%;
	width: auto;
	z-index: 10;
}
.mainNav .nav08 .table {
	display:table-cell;
}
#shType {
	background: url(/lib/img/cmn/cmn-bg-shtype.png) no-repeat center 0;
}
.mainNav .navmember {
	display:none
}
/* -----------------------------------------
  Search Area
----------------------------------------- */

.searchbox {
	float: right;
	margin-top: 17px;
	width: 210px;
}
.searchword {
	height: 26px;
	padding-left: 25px;
	padding-right: 55px;
}
.searchsubmit {
	background: url(/lib/img/cmn/cmn-header-search.png) no-repeat;
	border: none;
	height: 26px;
	overflow: hidden;
	text-indent: 3000px;
	white-space: nowrap;
	width: 50px;
}
/* -----------------------------------------
  Contents
----------------------------------------- */

article {
	float: left;
	padding: 25px 0 50px;
	width: 670px;
}
#contents > section {
	margin-bottom: 25px;
}
.mbBtn2 {
	background: #eee;
	position: relative;
}
.mbBtn2:before {
	background: url(/lib/img/cmn/cmn-img.png) no-repeat -50px 0;
	content: "";
	display: block;
	height: 16px;
	left: 12px;
	position: absolute;
	top: 10px;
	width: 10px;
}
.mbBtn2 a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 7px 10px 5px 30px;
}
/* ----------Heading Style --------------- */

.h201 {
	border-bottom: 1px solid #eee;
	border-top: 4px solid #01515C;
	font-size: 18px;
	margin: 0 0 15px;
	padding: 5px;
	position: relative;
}
.h201:before {
	background: #16A588;
	content: "";
	display: block;
	height: 4px;
	left: 0;
	position: absolute;
	top: -4px;
	width: 200px;
}
/* ----------Contents Carousel List --------------- */

.carouselBlock {
	border: 3px solid #16A588;
	margin-bottom: 30px;
	overflow: hidden;
}
.carouselBlock .wrap {
	border-right: 1px solid #16A588;
	float: left;
}
.carousel {
	overflow: hidden;
}
.carousel > li {
	float: left;
}
.cTag {
	background: #FF6666;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 4px 5px 2px;
}
.carousel h2 {
	font-size: 23px;
	line-height: 1.3;
	margin: 0 0 5px;
}
#contents .carousel .day {
	margin-bottom: 10px;
}
.carousel .inWrap {
	overflow: hidden;
}
.carousel .inWrap figure {
	float: left;
}
.carousel .inWrap p {
	font-size: 12px;
	line-height: 1.8;
	margin: 0;
	overflow: hidden;
}
.carouNav {
	float: right;
}
.carouNav li {
	position: relative;
}
.carouNav li.selected {
	background: #16A588;
}
.carouNav li:before {
	content: "";
	display: none;
	left: 0;
	margin: -7px 0 0 -1px;
	position: absolute;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 7px;
	border-color: transparent transparent transparent #fff;
	z-index: 90;
}
.carouNav li.selected:before {
	display: block;
}
.carouNav li a {
	color: #333;
	display: block;
	font-size: 12px;
	outline: none;
	position: relative;
	text-decoration: none;
}
.carouNav li a:before {
	background: #f3f3f3;
	content: "";
	display: block;
	left: 0;
	height: 1px;
	position: absolute;
	top: -10px;
	width: 100%;
}
.carouNav li:first-child a:before,  .carouNav li.selected a:before {
	display: none;
}
.carouNav li.selected a {
	color: #fff;
}
.carouBtn {
	display: none;
}
.carouselBlock .wrap {
	overflow: hidden;
	width: 476px;
}
.carousel {
	width: 1428px;
}
.carousel > li {
	list-style: none;
	padding: 17px;
	width: 476px;
}
.carousel .inWrap figure {
	margin-right: 10px;
	width: 200px;
}
.carouNav {
	width: 188px;
}
.carouNav li {
	list-style: none;
	padding: 10px;
}
.carouNav li a {
	padding: 0 10px;
}
/* ----------NEW List --------------- */

.newList {
	letter-spacing: -.4em;
	margin: 0 0 0 -15px;
}
.newList li {
	display: inline-block;
	letter-spacing: normal;
	margin: 0 0 20px 25px;
	width: 200px;
	vertical-align: top;
}
/* ---------- Icon List --------------- */

.iconRedArrow {
	font-size: 85.7%;
	margin-bottom: 15px;
}
/* ---------- to List Link  --------------- */

.toList {
	font-size: 85.7%;
	margin: 0;
	text-align: right;
}
.toList a {
	padding-left: 16px;
	position: relative;
}
.toList a:before {
	background: url(/lib/img/cmn/cmn-img.png) no-repeat -62px 0;
	content: "";
	display: block;
	height: 11px;
	left: 0;
	margin-top: -6px;
	position: absolute;
	top: 50%;
	width: 11px;
}
/* ----------Top Gray Line --------------- */

.topLine01, .topLine02 {
	border-top: 1px solid #ccc;
	padding-top: 10px;
	position: relative;
}
.topLine01:after, .topLine02:after {
	background: #f4f4f4;
	content: "";
	display: block;
	left: 0;
	height: 3px;
	position: absolute;
	top: 0;
	width: 100%;
}
.topLine02:after {
	background: #fff;
	height: 1px;
}
/* ---------- Theme Block --------------- */

  .themeBlock .themeListWrap {
	margin-left: -20px;
}
.themeBlock .themeListWrap > section {
	margin-left: 20px;
	width: 305px;
}
/* ---------- Author List --------------- */

  .authorList li {
	margin: 0 10px;
	width: 90px;
	vertical-align: top;
}
/* ---------- Category Top Block --------------- */

.catTopList {
	margin: 0 0 15px -20px;
	letter-spacing: -.4em;
	width: 690px;
}
.catTopList > li {
	border-top: 1px solid #eee;
	display: inline-block;
	letter-spacing: normal;
	margin: 0 0 0 20px;
	width: 325px;
	vertical-align: top;
}
.catTopList li figure {
	float: left;
	margin-right: 10px;
	width: 140px;
}
.catTopList li .boxWrap {
	float: right;
	width: 175px;
}
.catTopList li p {
	font-size: 12px;
	margin: 0 0 10px;
}
.catTopList > li:first-child {
	width: 670px;
}
.catTopList li:first-child .boxWrap {
	width: 460px;
}
.catTopList li:first-child h2 {
	font-size: 26px;
}
/* ---------- Category List Block --------------- */

.pageing {
	margin: 20px 10px 10px;
}
.pageCount {
	float: left;
	margin-top: 5px;
}
.pageNav {
	margin: 0 auto;
	width: 170px;
}
.pageNav li {
	float: left;
}
.pageNav li:first-child {
	margin-right: 10px;
}
.catList p {
	color: #333;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 5px;
}
/* ---------- Detail Utility Block --------------- */

.detailBtn {
	float: left;
 width 260px:
}
.detailUit .socialBlock {
	float: right;
	margin: 10px 0 0;
}
.authorDetail .authorName {
	float: left;
}
.authorDetail .day {
	float: right;
}
.topSection p {
	float: left;
	line-height: 2;
	margin: 0;
	width: 440px;
	font-size:15px;
}
.topSection figure {
	float: right;
	width: 200px;
}
.topSection.noimage p {
	float: left;
	line-height: 2;
	margin: 0;
	width:auto;
}
.article p {
	line-height: 2;
}
.nextLink {
	margin-bottom: 15px;
	text-align: center;
}
.nextLink a {
	background: #16A588;
	color: #fff;
	display: inline-block;
	padding: 8px 15px 6px;
}
.manga_banner {
	margin-bottom: 15px;
}

.detailUit .socialBlock li.bookmark .balloon:hover {
	position: relative;
	background: #F29200;
	border: 1px solid #F29200;
    color: #fff;
}
.detailUit .socialBlock li.bookmark .balloon:hover:after, .detailUit .socialBlock li.bookmark .balloon:hover:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.detailUit .socialBlock li.bookmark .balloon:hover:after {
	border-color: rgba(242, 146, 0, 0);
	border-right-color: #F29200;
	border-width: 4px;
	margin-top: -4px;
}
.detailUit .socialBlock li.bookmark .balloon:hover:before {
	border-color: rgba(242, 146, 0, 0);
	border-right-color: #F29200;
	border-width: 5px;
	margin-top: -5px;
}
.bookmark-icon:hover::before {
  color: #F29200;
  font-family: fontawesome;
  content: "\f02e";
  margin-right: .2em;
  display: inline-block;
}

/* ---------- Tag Clip Block --------------- */
  .tagLine ul {
	margin: 10px;
}
/* -----------------------------------------
  Aside
----------------------------------------- */

aside {
	float: right;
	margin: 25px 0 50px;
	width: 300px;
}
aside section {
	margin-bottom: 10px;
}
aside .h202, aside .h203 {
	font-size: 14px;
	padding-left: 10px;
}
/* ---------- Login Area --------------- */

 aside .login {
	background: #FFFAE6;
	border: 1px solid #FFEA93;
	margin-bottom: 15px;
	padding: 9px;
}
aside .login li, .login_after > li {
	width: 135px;
}
.login li:first-child , .login_after > li:first-child {
	background-position: 0 -68px;
	margin-right: 10px;
}
.login li a {
	height: 40px;
}
.login .btn01 a {
	background: url(/lib/img/cmn/cmn-btn-01.png) no-repeat;
}
.login .btn02 a {
	background: url(/lib/img/cmn/cmn-btn-02.png) no-repeat;
}
/*ログインメニュー　cssボタン*/
.login_after > li {
    float: left;
}

aside ul.login , aside .login_after{
	display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}

.login .entry-btn a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #FFF;
  background: #16A588;
	border: solid 1px #12856D;
	border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.1);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	font-size: 14px;
	font-weight:800;
	height:40px;
	line-height:40px;
	text-indent:0;
	white-space: normal;
	text-align:center;
}
.login .entry-btn a:hover {
	border: solid 1px #01515C;
	box-shadow: none;
	text-shadow: none;
	background:#12856D;
 -webkit-transition: all .3s;
 transition: all .3s;
	box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2);
	text-decoration: none;
	color: #FFF;
}
.login .login-btn a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #FFF;
	background: #01515C;
	border: solid 1px #012429;
	border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.1);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	font-size: 14px;
	font-weight:800;
	height:40px;
	line-height:40px;
	text-indent:0;
	white-space: normal;
	text-align:center;
}
.login .login-btn a:hover {
	border: solid 1px #000C0D;
	box-shadow: none;
	text-shadow: none;
	background:#01424B;
 -webkit-transition: all .3s;
 transition: all .3s;
	box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2);
	text-decoration: none;
	color: #FFF;
}
.login_after > .grey-btn > a{
	position: relative;
	display: block;
	text-decoration: none;
	color: #000;
	background: #E7E7E7;
	border: solid 1px #BBBBBB;
	border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	font-size: 13px;
	font-weight:800;
	height:40px;
	line-height:40px;
		text-indent:0;
	white-space: normal;
	text-align:center;
}
.login_after > .grey-btn > a:hover {
	border: solid 1px #9D9D9D;
	box-shadow: none;
	text-shadow: none;
	background:#D5D5D5;
-webkit-transition: all .3s;
 transition: all .3s;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	text-decoration: none;
	color: #000;
}

/* ---------- AD --------------- */

 aside .asideAD {
	margin: 0 0 15px;
}
.specialList {
	margin-top: 5px;
}
/* ---------- Popular Block --------------- */

  .popularTab li,  .asidenewBlockTab li {
	width: 139px;
}
.popularTab .tab01,  .asidenewBlockTab .tab01 {
	margin-right: 2px;
}
/* ---------- Pick Up Links Block --------------- */

    .pickupList li figure {
	margin-right: 10px;
	width: 145px;
}
/* -----------------------------------------
  Footer
----------------------------------------- */


/* ---------- Footer Cont Block --------------- */

footer .container {
	padding: 20px 0 0;
}
.footTopBlock {
	margin: 0 0 20px 10px;
}
.footTopLine {
	float: left;
	width: 670px;
}
.footMark {
	float: right;
	width: 300px;
}
.footTopLine h2 {
	margin: 0 50px 0 0;
}
.footTopLine .rss {
	margin-right: 20px;
}
.linkList {
	margin: 0;
	padding: 20px 10px;
}
.linkList ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 25%;
}
.linkList ul li {
	margin: 0 0 7px;
	padding: 0;
}
/* ---------- Page Top Block --------------- */

  footer .container {
	position: relative;
}
footer .toTop {
	background: url(/lib/img/cmn/cmn-img.png) no-repeat -146px -160px;
	font-size: 12px;
	float: right;
	height: 31px;
	margin-top: -51px;
	text-align: center;
	width: 145px;
}
footer .toTop a {
	display: block;
	margin-left: 17px;
	padding: 8px 0 0;
	position: relative;
}
footer .toTop a:before {
	background: url(/lib/img/cmn/cmn-img.png) no-repeat -69px -21px;
	content: "";
	display: block;
	height: 5px;
	left: 10px;
	position: absolute;
	top: 14px;
	width: 6px;
}
/* ---------- 翔泳社追加 --------------- */
 aside .login_after {
	background: #FFFAE6;
	border: 1px solid #FFEA93;
	margin-bottom: 15px;
	padding: 9px;
}
.dropdown-menu {
	left: auto;
	right: 0;
	top:90%;
}
.heder_text {
	margin: 15px 0px;
	padding: 15px;
	line-height: 1.6;
	font-size: 15px;
	background-color: rgb(239, 239, 239);
"
}

/* ---------- Category Top Block  1ペイン用--------------- */

.catTopList {
  margin: 0 0 15px;
}
  .catTopList > li {
    border-top: 1px solid #eee;
    margin: 0;
  width: 670px;
  }
    .catTopList li figure {
      float: left;
      margin-right: 2%;
      width: 20%;
    }
    .catTopList li .boxWrap {
      float: right;
      width: 78%;
    }
  .catTopList > li figure img {
    height: auto;
    width: 100%;
  }
    .catTopList li p {
      font-size: 12px;
      margin: 0 0 10px;
    }
    .catTopList li:first-child h2 {
      font-size: 26px;
    }
  .catTopList > li:first-child figure {
    width: 30%;
  }
    .catTopList li:first-child .boxWrap {
      width: 68%;
    }
.detailUit .socialBlock .lineBtn {
    display: none;
}
/* -----------------------------------------
  SE-Tech Navi
----------------------------------------- */
#gnavi {
background: #434B5D;
  overflow:hidden;
  font-size: 11px;
  font-weight: bold;
  line-height: 100%;
}
.container {
  margin: 0 auto;
  width: 1000px;
}
.cf:after {
  clear: both;
}
.cf:before, .cf:after {
  content: " ";
	display: table;
}
#gnavi .title {
	color:#fff;
	float:left;
	padding-top:8px
}
#gnavi ul {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}
#gnavi li {
	float:left;
	margin:8px;
}
#gnavi li:first-child {
	margin-left:0;
}
#gnavi li a {
	color:#999;
	text-decoration:none;
	padding:2px 4px;
}
#gnavi li a:hover, #gnavi li a.active {
	color:#fff;
}
#gnavi li a.active {
	color:#fff;
	border-bottom: 2px solid #00D7EF;
}


/* ----------glossary List --------------- */

ul.glossaryList {
	margin: 0 0 15px 0 ;
	padding:0;
	border-bottom: 1px solid #eee;
}


.glossaryList li {
	display: inline-block;
	letter-spacing: normal;
	margin: 0 0 15px 0 ;
	width: 32%;
	vertical-align: top;
	text-indent:-1em;
	padding-left:1em;
	

}
.glossaryList li a{
		padding-left: 16px;
	position: relative;
}

.glossaryList li a:before {
    background: url(/lib/img/cmn/cmn-img.png) no-repeat -40px -15px;
    content: "";
    display: block;
    left: 5px;
    height: 6px;
    position: absolute;
    top: 6px;
    width: 5px;
}