@charset "UTF-8";

/* ----------------------------------------------------------------------------------
特集名
---------------------------------------------------------------------------------- */



/* 共通
---------------------------------------------------------------------------------- */

#powerpush-area {
	width: 1040px;
	left: 0;
	background: #fff;
}

.notes {
	font-size: smaller; font-style: normal; font-weight: normal;
}


/* ヘッダー
---------------------------------------------------------------------------------- */

#sp-header {
	position: relative;
	width: 1038px;
	height: 429px;
	margin: 0 0 0 1px;
	background: transparent url(https://ogre.natalie.mu/media/pp/static/comic/bokumachi_comic/header-bg.jpg) no-repeat left top;
}

#sp-header h2 {
	width: 531px;
	height: 89px;
	position: absolute;
	right: 10px;
	top: 19px;
	background: transparent url(https://ogre.natalie.mu/media/pp/static/comic/bokumachi_comic/header-title.png) no-repeat left top;
}

#sp-header p.sp-header-label {
	width: 513px;
	height: 33px;
	position: absolute;
	right: 16px;
	top: 110px;
	background: transparent url(https://ogre.natalie.mu/media/pp/static/comic/bokumachi_comic/header-p.png) no-repeat left top;
}

#sp-header2 {
	position: relative;
	width: 1038px;
	height: 429px;
	margin: 0 0 0 1px;
	background: transparent url(https://ogre.natalie.mu/media/pp/static/comic/bokumachi_comic/header-bg.jpg) no-repeat left top;
}

#sp-header2 h2 {
	width: 531px;
	height: 89px;
	position: absolute;
	right: 10px;
	top: 9px;
	background: transparent url(https://ogre.natalie.mu/media/pp/static/comic/bokumachi_comic/header-title2.png) no-repeat left top;
}

#sp-header2 p.sp-header-label {
	width: 513px;
	height: 67px;
	position: absolute;
	right: 16px;
	top: 100px;
	background: transparent url(https://ogre.natalie.mu/media/pp/static/comic/bokumachi_comic/header-p2.png) no-repeat left top;
}

/* ナビゲーション
---------------------------------------------------------------------------------- */

.sp-navigation,
.sp-footer-navigation {
	margin: 0 0 20px 0;
}

.sp-navigation {
	line-height: 30px;
}

#sp-navi-p3{
	margin-bottom: 30px;	
}

.sp-footer-navigation {
	clear: both;
	padding-top: 6px;
	border-top: 1px solid #dce1e6;
}

.sp-tab {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
}

.sp-tab li {
	display:inline;
	margin: 0;
	padding: 0;
	color: #58626b;
	font-size: 80%;
	font-weight: bold;
	line-height: 1;
}

.sp-tab li span {
	padding: 6px 10px;
}

.sp-tab li a span {
	padding: 0;
}

.sp-tab li a {
	padding: 6px 10px;
	font-weight: normal;
}

.sp-tab li.sp-tab-prev,
.sp-tab li.sp-tab-next {
	color: #bdc7d0;
	font-weight: normal;
}

.sp-tab li.sp-tab-next {
	border-right: none;
}

.sp-tab li a:hover {
	background: #edf3f8 none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.sp-link-next p {
	margin: 0 0 3em 0;
	color: #58626b;
	font-size: 90%;
	font-weight: bold;
	line-height: 140%;
	text-align: center;
}
.sp-link-next p a {
	padding: 8px 0;
}

#sp-left .sp-link-next p a:link,
#sp-left .sp-link-next p a:visited {
	text-decoration: none;
}
.sp-bookmarks .NA_shareBtn {
  float: right;
}



/* メイン記事レイアウト
---------------------------------------------------------------------------------- */

#sp-main  {
	width: 1040;
	position: relative;
	text-align: left;
	margin: 0;
	padding: 0;
	background: url(https://ogre.natalie.mu/media/pp/static/comic/bokumachi_comic/bg_main.jpg) no-repeat 0 0;
	overflow: hidden;
	zoom:1;
}
#sp-left  {
	width: 590px;
	position: relative;
	left: 40px;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
}
#sp-right {
	width: 350px;
	position: relative;
	left: -20px;
	float: right;
	text-align: left;
	margin: 0;
	padding: 0;
}



/* サイドバー
---------------------------------------------------------------------------------- */

.sp-sideblock {
	margin: 0 0 20px 0;
	padding: 10px;
	overflow: hidden;
	background: #f2f3f3 url(https://ogre.natalie.mu/media/pp/static/comic/bokumachi_comic/bgSide.png) repeat left top;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* ナビ */
#sp-navi{
	width: 350px;
	height: 153px;	
}
#sp-navi dl{
	margin: 0;
	padding: 0;
}
#sp-navi dt{
	width: 350px;
	height: 17px;
	background: url(https://ogre.natalie.mu/media/pp/static/comic/bokumachi_comic/navi_ttl.png) no-repeat 0 0;
	margin: 0;
	padding: 0;
}
#sp-navi dd{
	width: 350px;
	height: 59px;
	background: url(https://ogre.natalie.mu/media/pp/static/comic/bokumachi_comic/dot.png) no-repeat 0 53px;
	margin: 0;
	padding: 0;
}
#sp-navi dd a{
	display: block;
	width: 350px;
	height: 46px;
	background-repeat: no-repeat;
	background-position: 0 0;	
}
#sp-navi1 a{
	background-image: url(https://ogre.natalie.mu/media/pp/static/comic/bokumachi_comic/navi01.png);
}
#sp-navi2 a{
	background-image: url(https://ogre.natalie.mu/media/pp/static/comic/bokumachi_comic/navi02.png);
}
#sp-navi dd a:hover{
	opacity: 0.7;
}
#sp-navi dd.sp-act a{
	background-position: 0 -46px;
}
#sp-navi dd.sp-act a:hover{
	opacity: 1;
}
.sp-navi2-coming div{
	display: block;
	width: 350px;
	height: 46px;
	background-image: url(https://ogre.natalie.mu/media/pp/static/comic/bokumachi_comic/navi02_comingsoon.png);
}

/* 作品情報 */
#sp-movie dl.sp-item{
	width: 330px;
}
#sp-movie dl.sp-item dt{
	width: 271px;
	height: 57px;
	margin: 0 0 20px 30px;
	background: url(https://ogre.natalie.mu/media/pp/static/comic/bokumachi_comic/movie-ttl.png) no-repeat 0 0;
}
#sp-movie dl.sp-item dt a{
	display: block;
	width: 271px;
	height: 57px;
}
#sp-movie dl.sp-item dd{
	width: 200px;
	height: 280px;
	margin: 0 auto 20px;
	background: url(https://ogre.natalie.mu/media/pp/static/comic/bokumachi_comic/movie_image.jpg) no-repeat 0 0;
}
#sp-movie dl.sp-item dd a{
	display: block;
	width: 200px;
	height: 280px;
}
.sp-item-story {
	margin: 0;
}
.sp-movie-info ul {
	padding: 0;
	margin: 0 0 10px 0;
}
.sp-movie-info ul li {
	font-size: 80%; line-height: 140%; color: #333;
	list-style: none;
	margin: 0 0 0.4em;
	padding: 0;
}
#sp-movie-copyright {
	font-size: 70%; line-height: 140%; color: #333; text-align: right;
	margin: 0;
	padding: 0;
}

/* プロフィール */

.sp-profile {
	margin-bottom: 20px;
	padding: 10px 10px 5px 10px;
}
.sp-profile h5 {
	position: relative;
	margin: 0 0 0.5em 0;
	padding: 0;
	text-align: left;
	font-weight: bold; font-size: 80%;
	line-height: 140%; color: #333;
}
h5.sp-profile2 {
	padding: 12px 0 0 0;
	background: transparent url(https://ogre.natalie.mu/media/pp/static/comic/bokumachi_comic/item-border.png) repeat-x top;
}
.sp-profile p {
	margin-bottom: 1em;
	font-size: 80%; line-height: 140%; color: #333;
}
.sp-profile div {
	margin-bottom: 10px;
}
.sp-profile p.sp-profile-photo {
    float: right;
    margin:0;
    padding: 0 0 10px 10px;
}
.sp-profile h6 {
	width: 330px;
	height: 20px;
	background: url(https://ogre.natalie.mu/media/pp/static/comic/bokumachi_comic/profile-item-ttl.png) no-repeat 0 0;
	margin: 0 0 10px;
}
.sp-profile dl.sp-profile-item{
	width: 330px;
	margin: 0;
	padding: 0;	
}
.sp-profile dl.sp-profile-item dt{
	clear: left;
	position: relative;
	margin: 0 0 0.5em 0;
	padding: 10px 0 0;
	text-align: left;
	font-weight: bold; font-size: 100%;
	line-height: 110% !important;
	color: #333;
	background: url(https://ogre.natalie.mu/media/pp/static/comic/bokumachi_comic/item-border.png) no-repeat 0 0;
}
.sp-profile dl.sp-profile-item dt.sp-item-top{
	padding-top: 0;
	background: none;	
}
.sp-profile dl.sp-profile-item dt span.notes{
	font-size: 70%;
	line-height: 100% !important;
}
.sp-profile dl.sp-profile-item dd{
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.sp-profile div.sp-item-jacket {
	float: left;
	width: 130px;
	margin: 0 0 10px;
	line-height: 0;
}
.sp-profile div.sp-item-data {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}
.sp-item-data p{
	margin-bottom: 3px;	
}
.sp-item-data p.sp-item-amzn{
	margin-bottom: 10px;
	line-height: 0;
}


/* リンク */

ul.sp-link-list {
	padding: 0 0 10px 0;
	margin: 0;
}
ul.sp-link-list li {
	position: relative;
	font-size: 80%; line-height: 140%; color: #333;
	list-style-position: outside;
	list-style-image: url(https://ogre.natalie.mu/media/pp/static/comic/bokumachi_comic/link-arrow.png);
	margin: 0 0 0.5em 16px ;
}

/* niconico */

.sp-niconico-area{
	margin:0;
	padding: 0;
}



/* 記事本文
---------------------------------------------------------------------------------- */

#sp-left .p-group h3,
#sp-left .int-group h3 {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0.2em 0 2px 0;
	border-bottom: 2px solid #a3252d;
	text-align: left;
	font-weight: normal;
	font-size: 110%;
	line-height: 150%;
	color: #a3252d;
	height: 100%;
}

#sp-left .p-group h3 span,
#sp-left .int-group h3 span {
	font-weight: normal; font-size: 75%;
}

#sp-left .p-group, #sp-left .int-group {
	clear: both;
	margin-bottom: 3em;
}

#sp-left .p-group p,
#sp-left .int-group p {
	font-size: 90%; line-height: 150%; color: #333;
	margin: 0 0 1.2em 0;
	text-shadow: 0px 0px 3px #fff;
}

#sp-left .int-group p.sp-int {
	color: #728894;
}

#sp-left .p-group p.sp-writer {
	font-size: smaller;
	text-align: right;
}

#sp-left div.sp-right-image {
	position: relative;
	float: right;
	margin-bottom: 20px;
	padding: 0 0 10px 20px;
}

#sp-left div.sp-left-image {
	position: relative;
	float: left;
	margin-bottom: 20px;
	padding: 0 20px 10px 0;
}

#sp-left div.sp-center-image {
	text-align: center;
	margin: 0 0 2em 0;
}
#sp-left div.sp-center-image p {
	margin: 0.5em 0 0 0;
}

#sp-left p a:link,
#sp-left p a:visited,
#sp-left p a:hover {
	text-decoration: underline;
}

#sp-left div.sp-right-image a:link img,
#sp-left div.sp-right-image a:visited img,
#sp-left div.sp-left-image a:link img,
#sp-left div.sp-left-image a:visited img,
#sp-left div.sp-center-image a:link img,
#sp-left div.sp-center-image a:visited img {
	padding: 3px;
	border: 1px solid #ccc;
	background-color: #fff;
}

#sp-left div.sp-right-image a:hover img,
#sp-left div.sp-left-image a:hover img,
#sp-left div.sp-center-image a:hover img {
	padding: 3px;
	border: 1px solid #df3188;
}

/* 動画 */

#sp-left .int-group .sp-youtube iframe{
    margin:0;
    padding:0;
}
#sp-left .int-group .sp-youtube {
    height: auto;
	margin-bottom: 20px;
	background-color: #1b1b1b;
    overflow:hidden;
}

/* P1 */
#sp-intro-group{
	margin: 0 0 3em 0;
	padding: 20px 20px 0;
	overflow: hidden;
	background: url(https://ogre.natalie.mu/media/pp/static/comic/bokumachi_comic/bg_intro.png) repeat-y 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#sp-intro-group dl{
	margin: 0;
	padding: 0;
}
#sp-intro-group dt{
	width: 550px;
	height: 30px;
	margin: 0 0 20px;
	padding: 0;
}
#sp-intro1{
	background: url(https://ogre.natalie.mu/media/pp/static/comic/bokumachi_comic/subt_intro1.png) no-repeat 0 0;
}
#sp-intro-group dt#sp-intro2{
	clear: right;
	height: 30px;
	margin: 0 0 20px;
	padding: 30px 0 0;
	background: url(https://ogre.natalie.mu/media/pp/static/comic/bokumachi_comic/subt_intro2.png) no-repeat 0 30px;
}
#sp-intro-group dd p{
	font-size: 90%; line-height: 150%; color: #333;
	margin: 0 0 1.2em 0;
}
#sp-left #sp-intro-group dd div.sp-center-image{
	margin-bottom: 20px;	
}
#sp-intro-group dt#sp-intro3{
	clear: right;
	height: 30px;
	margin: 0 0 20px;
	padding: 0;
	background: url(https://ogre.natalie.mu/media/pp/static/comic/bokumachi_comic/subt_intro3.png) no-repeat 0 0;
}
.sp-intro-image {
	width: 533px;
	margin: 0 0 20px 17px;
	padding: 0;
	overflow: hidden;
	zoom:1;
}
.sp-intro-image div {
	float: left;
	width: 248px;
	margin: 0;
	padding: 0;
}
.sp-intro-image div.sp-intro-image1 {
	width: 268px;
}
#sp-intro-group .sp-intro-image p{
	width: 248px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 80%; font-weight: bold; line-height: 150%; color: #333;
}

.sp-intro-image a:link img,
.sp-intro-image a:visited img {
	padding: 3px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.sp-intro-image a:hover img {
	padding: 3px;
	border: 1px solid #df3188;
}


#sp-subt1{
	width: 590px;
	height: 33px;
	margin: 0 0 30px;
	background: url(https://ogre.natalie.mu/media/pp/static/comic/bokumachi_comic/subt1.png) no-repeat center top;	
}

#sp-comment-group{
	width: 530px;
	margin: 0 0 50px;
	padding: 30px 30px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: solid 1px #d55050;
}
#sp-comment-group dt{
	width: 530px;
	height: 23px;
	margin: 0 0 20px;
	background: url(https://ogre.natalie.mu/media/pp/static/comic/bokumachi_comic/subt2.png) no-repeat center top;
}
#sp-comment-group dd p{
	font-size: 90%; line-height: 150%; color: #333;
	margin: 0 0 1.2em 0;
}
#sp-next-title{
	width: 590px;
	height: 128px;
	margin: 0 0 3em;
	background: url(https://ogre.natalie.mu/media/pp/static/comic/bokumachi_comic/next.png) no-repeat 0 0;	
}

/* P3 */

#sp-subt3{
	width: 590px;
	height: 63px;
	margin: 0 0 30px;
	background: url(https://ogre.natalie.mu/media/pp/static/comic/bokumachi_comic/subt3.png) no-repeat center top;	
}

/* 画像置換
---------------------------------------------------------------------------------- */

#sp-header h2 span,
#sp-header p.sp-header-label span,
#sp-header2 h2 span,
#sp-header2 p.sp-header-label span,
dl.sp-item dt span,
dl.sp-item dd span,
#sp-navi dt span,
#sp-navi dd span,
#sp-movie dl dt span,
#sp-movie dl dd span,
.sp-profile h6 span,
#sp-intro-group dt span,
#sp-subt1 span,
#sp-subt3 span,
#sp-comment-group dt span,
#sp-next-title span {
	display: block;
	width: 0px;
	height: 0px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	text-indent: 110%;
}