@charset "UTF-8";

/* ----------------------------------------------------------------------------------
	鈴木小波「ホクサイと飯さえあれば」 特集
---------------------------------------------------------------------------------- */



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

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

.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}

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

#sp-header {
	position: relative;
	margin: 0 0 15px 0;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 3px;
}
#sp-header img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #555;
}
#sp-header h2 {
	margin: 0 0 0.2em 0;
	padding: 10px 10px 0 10px;
	color: #eee;
	font-size: 140%;
	line-height: 140%;
	text-shadow: 1px 1px 1px #000;
}
#sp-header p {
	margin: 0;
	padding: 0 10px 10px 10px;
	color: #ccc;
	font-size: 100%;
	line-height: 140%;
	text-shadow: 1px 1px 1px #000;
}
.sp-bookmarks {
	margin: 15px 0;
	text-align: right;
}

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

.sp-tab {
	margin: 0 0 15px 0;
	padding: 0;
	text-align: center;
}
.sp-tab li {
	display: inline-block;
	width: 32%;
	margin: 0 1px 1px 0;
	padding: 0;
	background-color: #bbb;
	color: #fff;
	font-size: 0;
	line-height: 0;
	text-shadow: 1px 1px 1px #999;
}
.sp-tab li span {
	display: block;
	padding: 15px 0;
	font-size: 14px;
	line-height: 100%;
}
.sp-tab li a {
	text-decoration: none;
}
.sp-tab li a span {
	background-color: #dfdfdf;
	text-shadow: 1px 1px 1px #fff;
}
.sp-tab li a span:hover {
	background-color: #f2f2f2;
}
.sp-tab li.sp-tab-prev,
.sp-tab li.sp-tab-next {
	display: none;
}

.sp-navigation .sp-tab {
	text-align: right;
}
.sp-navigation .sp-tab li {
	width: auto;
}
.sp-navigation .sp-tab li span {
	padding: 8px 8px;
	font-size: 12px;
}
.sp-link-next {
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
}
.sp-link-next p {
	margin: 0 20px;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #999;
	font-size: 12px;
	text-align: left;
}
.sp-link-next p a {
	display: block;
	margin: 0 0 -5px 0;
	padding: 5px 0;
	font-size: 14px;
	text-decoration: none;
}
.sp-footer-navigation {
	position: relative;
	margin: 3.5em 0 30px 0;
}
.sp-footer-navigation li {
	width: 32%;
}
.sp-footer-navigation .sp-tab li.sp-tab-prev,
.sp-footer-navigation .sp-tab li.sp-tab-next {
	display: block;
	margin: 0;
	padding: 0;
	background: transparent;
	color: #aaa;
	text-shadow: none;
}
.sp-footer-navigation .sp-tab li.sp-tab-prev span,
.sp-footer-navigation .sp-tab li.sp-tab-next span {
	display: block;
	position: absolute;
	top: -3em;
	margin: 0;
	padding: 5px 10px;
	background: transparent;
	font-size: 12px;
}
.sp-footer-navigation .sp-tab li.sp-tab-prev span {
	left: 0px;
}
.sp-footer-navigation .sp-tab li.sp-tab-next span {
	right: 0px;
}

/* 本文内共通パーツ
---------------------------------------------------------------------------------- */

.p-group,
.int-group {
	margin: 0 0 3em 0;
}
.p-group h3,
.int-group h3 {
	margin: 0 0 1em 0;
	padding: 5px 0 3px 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	color: #333;
	font-size: 130%;
	line-height: 140%;
}
.p-group p,
.int-group p {
	margin: 0 0 1em 0;
	font-size: 100%;
	line-height: 150%;
}
.p-group .sp-writer,
.int-group .sp-writer {
	font-size: 80%;
	text-align: right;
}
.sp-int {color: #59808d;}
.sp-miyagi{color: #b43a82;}
.sp-kami{color: #417a50;}

.sp-column {
	margin: 30px 0;
	text-align: center;
}
.sp-image {
	display: inline-block;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.sp-image img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.sp-image p {
	margin: 0.5em 0;
	color: #999;
	font-size: 90%;
	line-height: 140%;
	text-align: left;
}
.p-group dl,
.int-group dl {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 100%;
	line-height: 150%;
}
.p-group dt,
.int-group dt {
	margin: 0 0 0.25em 0;
	padding: 0;
	color: #a02;
}
.p-group dd,
.int-group dd {
	margin: 0 0 1em 1em;
	padding: 0;
}
.sp-youtube {
	position: relative;
	padding-bottom: 50%;
	padding-top: 69px;
	overflow: hidden;
}
.sp-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


ul.nav-index {
	margin: 0 auto 0;
	padding: 0;
}
ul.nav-index li {
	margin: 0 10px 20px 0;
	padding: 0;
	float: left;
	list-style: none;
}
ul.nav-index li img {
}

/* 商品情報
---------------------------------------------------------------------------------- */

.sp-item {
	margin: 0 0 30px 0;
	overflow: hidden;
}
.sp-item-group {
	margin: 0 0 15px 0;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.sp-item-group:last-child {
	margin: 0;
}
.sp-item-group dt {
	margin: 0;
	padding: 0;
	font-size: 120%;
	font-weight: bold;
	line-height: 140%;
}
.sp-item-group dd {
	margin: 0;
	padding: 0;
	font-size: 90%;
	line-height: 140%;
}
.sp-item-group .sp-item-detail {
	clear: left;
	margin: 10px 0 0 0;
}
.sp-item-detail .sp-item-jacket {
	float: left;
	margin: 0 10px 10px 0;
	font-size: 0;
	line-height: 0;
}
.sp-item-detail .sp-item-jacket img {
	width: 80px;
	height: auto;
}
.sp-item-detail .sp-item-data {
	margin: 0 0 0 90px;
}
.sp-item-detail .sp-item-buy {
	margin: 5px 0 10px 90px;
}

.sp-item-detail .sp-item-amazon a,
.sp-item-detail .sp-item-amazon a:visited {
	display: inline-block;
	padding: 2px 5px;
	background-color: #f89507;
	border: 1px solid #e68303;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	text-shadow: 1px 1px 1px #c67400;
	text-decoration: none;
}
.sp-item-detail .sp-item-amazon a:hover {
	background-color: #fda51a;
	color: #fff;
}

.sp-item-detail .sp-item-kindle a,
.sp-item-detail .sp-item-kindle a:visited {
	display: inline-block;
	padding: 2px 5px;
	background-color: #4a9770;
	border: 1px solid #448f69;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff!important;
	text-shadow: 1px 1px 1px #22538f;
	text-decoration: none;
}
.sp-item-detail .sp-item-kindle a:hover {
	background-color: #56a77e;
	color: #fff!important;
}
.sp-item-toggle {
	clear: both;
	font-size: 90%;
	line-height: 140%;
	text-align: center;
}
.sp-item-toggle a {
	display: block;
	padding: 6px 5px;
	background-color: #e4edf0;
	border: 1px solid #cadbe1;
	text-decoration: none;
}
.sp-item-toggle a:hover {
	background-color: #f2f7f8;
}
.sp-item-group .sp-item-contents {
	display: none;
	margin: 15px 0 0 0;
	font-size: 90%;
	line-height: 140%;
}
.sp-item-contents h5 {
	margin: 0.5em 0 0.5em 0;
	padding: 0;
	font-size: 90%;
	line-height: 140%;
}
.sp-item-contents ol,
.sp-item-contents ul {
	margin: 0 0 1em 0;
	padding: 0 0 0 2.5em;
	list-style-position: outside;
}
.sp-item-contents ul {
	list-style-type: circle;
}
.sp-item-contents p {
	margin: 0 0 1em 0;
}

.sp-item-link p {
	clear: both;
	margin: 12px 0 0 0;
}
.sp-item-link p a {
	text-decoration: none;
}


/* プロフィール
---------------------------------------------------------------------------------- */

#sp-profile {
	margin: 30px 0;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#sp-profile .sp-profile-group {
	margin-bottom: 20px;
}
#sp-profile .sp-profile-group:last-child {
	margin-bottom: 0;
}
#sp-profile h4 {
	margin: 0 0 0.5em 0;
	padding: 0;
	color: #59808d;
	font-size: 75%;
	line-height: 150%;
}
#sp-profile h5 {
	margin: 0 0 0.5em 0;
	padding: 0.5em 0 0 0;
	font-size: 100%;
	line-height: 150%;
	border-top: 1px solid #aaa;
}
#sp-profile h5.noborder {
	border-top: none;
	padding: 0 0 0 0;
}
#sp-profile h5 .notes {
	font-size: 75%;
}
#sp-profile div.sp-profile-img {
	margin: 0 0 1em 1em;
	padding: 0;
}
#sp-profile div.sp-profile-img img {
	padding: 0  0 0.5em 0.5em!important;
	width: 40%;
	float: right;
}
#sp-profile p {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 100%;
	line-height: 150%;
}
#sp-profile ul {
	margin: 0;
	padding: 0;
	list-style: none outside;
}
#sp-profile li {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 90%;
	line-height: 140%;
}
#sp-profile li:last-child {
	margin: 0;
}
#sp-profile li a {
	display: block;
	padding: 3px 6px;
	background-color: #e4edf0;
	border: 1px solid #cadbe1;
	text-decoration: none;
}
#sp-profile li a:hover {
	background-color: #f2f7f8;
}

.title-groupWrap {
	background: #f5f2ec;
	padding: 0 10px;
	margin: 0 0 20px 0;
	border: #9d9584 1px solid;
}

.title-groupWrap h3 {
	font-weight: bold;
	padding: 0;
}

.title-groupWrap h3 span{
	color: #c60904;
}


.title-group h4  {
	margin: 8px 0 0 0;
}

.title-group h4 span {
	background: #9d9584 ;
	color: #fff;
	font-weight: bold;
	text-shadow: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 90%;
	padding: 3px;
}

.title-group dl {
	margin: 10px 0 0 0;
	padding: 0;
}

.title-group dt {
	font-size: 90%;
	line-height: 140%;
	font-weight: bold;
	color: #4d4430;
	margin: 0 0 5px 0;
	padding: 0;
	border-bottom: #4d4430 1px dashed;
}

.title-group dd {
	font-size: 90%;
	line-height: 150%;
	color: #4d4430;
	margin: 0 0 15px 0;
	padding: 0;
}


ul.sp-link-list {
	margin: 0;
	padding: 0;
	clear: both;
	list-style: none outside;
}
ul.sp-link-list li {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 90%;
	line-height: 140%;
}
ul.sp-link-list li:last-child {
	margin: 0;
}
ul.sp-link-list li a {
	display: block;
	padding: 3px 6px;
	background-color: #e4edf0;
	border: 1px solid #cadbe1;
	text-decoration: none;
}
ul.sp-link-list a:hover {
	background-color: #f2f7f8;
}

.sp-subtitle {
	clear: both;
	margin: 0 0 20px 0;
	padding: 5px 5px 3px 5px;
	background: #e67290;
	border: 1px solid #E36787;
	border-radius: 3px;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	line-height: 140%;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
	letter-spacing: 0.03em;
}
.sp-blue {
	background: #abaad2!important;
	border: 1px solid #a3a2c9!important;
}


.int-group p span.sp-sato {color: #3b69d1;}
.int-group p span.sp-kitta {color: #e59444;}
.int-group p span.sp-mgr {color: #67cb6f;}

h3.colored {
	margin-bottom: 10px!important;
	border-bottom: #e36787 solid 1px!important;
	border-top: #e36787 solid 1px!important;
	color: #e36787!important;
}
div.sp-intro .sp-column {
	margin: 0 0 8px 0!important;
}

.sp-link-trial img {
	width: 100%;
}


div.sp-championtap {
	margin-bottom: 1.5em!important;
}
.border-dotted {
	border-bottom: dotted 3px #d25e7b;
}

dl.sp-item-info {
	margin-bottom: 5px!important
}
.sp-item-info dt {
	float: right;
	width: 50%;
	font-weight: bold;
	color: #d25e7b;
	font-size: 110%;
}
.sp-item-info dt p {
	margin-bottom: 0.4em;
	line-height:110%!important;
}
.sp-item-info dt span {
	font-weight: normal!important;
	color: #333;
	font-size: 80%;
	
}
.sp-item-info dd {
	margin-bottom: 0!important;
	float: left;
	width: 40%;
}
.sp-item-info dd img {
	width: 100%;
}
.sp-item-info .sp-item-amazon a {
	display: inline-block;
	padding: 2px;
	background-color: #f89507;
	border: 1px solid #e68303;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff!important;
	text-shadow: 1px 1px 1px #c67400;
	text-decoration: none;
	width: 80%;
	text-align: center;
	font-size: 80%;
}
.sp-item-info .sp-item-amazon a:hover {
	background-color: #fda51a;
	color: #fff;
}
.sp-championtap .sp-link-trial {
	text-align: center;
}
.sp-championtap .sp-link-trial img {
	width: 90%!important;
}

.mb40 {
	margin-bottom: 40px!important;
}


.sp-profile-group h5 img {
	width: 60%;
}

.sp-profile-group h6 {
	margin: 0 0 10px 0;
	font-size:90%;
}
.bdNone {
	border: none!important;
}


#sp-profile h3 {
	margin: 0!important;
	padding: 5px 10px 10px 10px!important;
	font-size: 120%;
	border-bottom: solid 3px #000;
} 

#sp-profile h3 span {
	font-size: 70%;
}
#sp-profile h6 {
	margin-top: 20px;
	font-size: 100%;
	color: #b62a1f;
	line-height:150%;
}
#sp-profile .sp-item-group {
	padding: 0!important;
	border: none!important;
}

#sp-profile .sp-item-group ul {
	margin-bottom: 10px;
}
#sp-profile .sp-item-group ul li {
	margin-bottom: 0.3em;
	line-height: 140%;
}
#sp-profile .sp-item-group h6 {
	margin-bottom: 5px!important;
	color: #333!important;
}

p.sp-item-link a {
	text-decoration: none!important;
	font-size: 90%!important;
}
.sp-item-contents h4 {
	margin-bottom: 10px!important;
}

.sp-profile-group h5 img {
	width: 60%;
}
.sp-profile-group p.sp-main-img {
	margin: 10px 0!important;
	text-align: center;
	
}
.sp-profile-group p.sp-main-img img {
	width: 280px;
}
.sp-profile-group h6 {
	margin: 0 0 10px 0;
	font-size:90%;
}

.sp-profile-group .clearfix {
	margin-top: 10px;
}
.sp-profile-group ul.sp-anime-info {
	padding-left: 100px!important;
}
.sp-profile-group ul.sp-anime-info li {
	margin-bottom: 0px!important;
	line-height: 120%;
}
.sp-profile-group ul.sp-anime-info li.mt10 {
	margin-top: 20px!important;
}


.sp-right-image {
	padding: 0 0 10px 15px ;
	float: right;
	width: 130px;
}
.sp-right-image img {
	width: 100%;
}
.sp-left-image {
	padding: 0 15px 10px 0;
	float: left;
	width: 130px;
	
}

dd.sp-link {
	margin-top: 10px!important;
}
dd.sp-link p {
	margin-bottom: 0.5em!important;
}


.sp-item-contents ul {
	margin: 0 0 0 1em;
	padding: 0;
}
.sp-item-contents ul li {
	padding: 0 0 0.4em 0;
	list-style: none!important;
}

.mb20 {
	margin-bottom: 20px!important;
}

/**/
.sp-img01 {
	margin-bottom: 10px;
	text-align: center;
}
.sp-img01 img {
	width: 80%;
}

h3.bdNone img,
h4 img {
	width: 100%;
}
.sp-character {}
.sp-character .sp-img {
	text-align: center;
}
.sp-character .sp-img img {
	width: 100%;
}
.sp-chara-block {
	margin-bottom: 5px;
	padding: 20px 10px 2px 10px;
	border: solid 1px #f5f1da;
	background: transparent url(https://ogre.natalie.mu/media/pp/static/comic/hokusaitomeshi/bg-contents01.jpg) repeat left bottom!important;
}
.sp-chara-block p {
	margin-bottom: 5px;!important
}
.sp-character h4 {
	padding: 5px 0 0 0!important;
	margin: 0 0 10px 0!important;
	line-height: 100%;
	color: #a7411a;
	font-size: 120%;
}
.sp-character h4 span {
	padding: 5px;
	color: #fff;
	font-size: 90%!important;
	text-shadow: none!important;
	font-weight: normal!important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
.sp-character p span {
	font-size: 80%!important;
	color: #666!important;
}
.chara01 h4 {
	margin-top: 10px;
	text-align: center;
	color: #e45d50;
}
.chara01 h4 span {
	font-size: 70%!Important;
	color: #e45d50;
}
.chara02 h4 {
	margin-top: 10px;
	text-align: center;
	color: #7a9925;
}
.sp-image-group {
	margin-bottom: 10px;
	padding: 10px 10px 0 10px;
	background: #fef4eb;
}
.sp-image-group img {
	width: 100%;
}
.sp-image-group p {
	text-align: center;
	color: #a7411a;
	font-size: 100%;
	font-weight: bold;
}

p.sp-trial {
	margin-top: 10px!important;
}
p.sp-trial img {
	width: 100%;
}

/**/
h3.sp-title01,
h3.sp-title02,
h3.sp-title03,
h3.sp-title04 {
	margin-bottom: 5px!important;
	padding: 5px 0 0 0!important;
	text-align: center!important;
}
h3.sp-title05 {
	margin-bottom: 10px!important;
	padding: 5px 0 0 0!important;
	text-align: center!important;
}
h3 img {
	width: 300px!important;
}


/*試し読み*/
#sp-sample{
    margin:0;
    padding:0;    
}
#sp-sample .sp-sample-name {
    width:auto;
    margin:0 auto 20px;
    padding:0;
    border-bottom:solid 3px #000;
}
#sp-sample .sp-sample-name h3{
    margin:0 0 0.5em 0;
    padding:0;
    text-align:center;
    font-size: 130%; font-weight: bold; color: #222;
    line-height: 130%;
}
#sp-sample .sp-sample-name h3 span {
	font-size: 50%!important;
}
#sp-sample .sp-sample-name h4{
    margin:0;
    padding:0 0 5px;
    font-size: 80%;
    font-style:normal;
    font-weight: normal;
    vertical-align:middle;
    line-height:100%;
    text-align:center;
}
#sp-sample .sp-sample-img{
    margin:0;
    padding:0;
}
#sp-sample .sp-sample-img p{
    margin:0 0 3em;
    padding:0;
    text-align:center;
    padding:4px;
    border:solid 1px #ccc;
    background-color:#FFF;
    box-shadow:2px 2px 1px 0px #efefef;
	-moz-box-shadow:2px 2px 1px 0px #efefef;
    -webkit-box-shadow:  2px 2px 1px 0px #efefef;
}
#sp-sample .sp-sample-img p img {
	width: auto;
	height: auto;
	max-width: 100%;
}

#sp-sample .sp-sample-close{
    padding:20px 0 0;
    text-align:center;
    font-size: 90%; font-weight:normal; line-height: 140%; color: #222;
}

.bold {
	font-weight: bold!important;
}

.sp-tab-4 {
	display: none!important;
}

.sp-item-group .btn {
	text-align: center;
	margin-bottom: 10px;
}
.sp-item-group .btn img {
	width: 100%;
}

div.last-page li.sp-tab-next {
	display: none!important;
}


.sp-trial-item {
	margin-top: 20px!important;
	margin-bottom: 0!important;
	padding-top: 5px!important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff!important;
	text-shadow: none!important;
	text-align: center;
	font-size: 110%!important;
	line-height: 130%!important;
	font-weight: bold;
}
.sp-trial-item span {
	font-size: 75%;
	font-weight: normal;
}
.sp-trial-item a {
	padding:8px 8px 10px 8px!important;
	background: #0c4990;
	color: #ffe400!important;
	text-shadow: none!important;
	text-decoration: none!important;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.int-group .sp-item {
	
}
.int-group .sp-item dl {
	padding: 10px!important;
}
.int-group .sp-item dl dt {
	color: #333;
}

.sp-cont01 {
	margin: 20px 0 10px 0!important;
	padding-bottom: 10px;
	background: transparent url(https://ogre.natalie.mu/media/pp/static/comic/hokusaitomeshi/sp_line01.png) no-repeat center bottom;
}
.sp-cont02 {
	margin: 0 0 20px 0!important;
	padding-bottom: 10px;
	background: transparent url(https://ogre.natalie.mu/media/pp/static/comic/hokusaitomeshi/sp_line02.png) no-repeat center bottom;
}
.sp-cont03 {
	margin: 20px 0 10px 0!important;
	padding-bottom: 10px;
	background: transparent url(https://ogre.natalie.mu/media/pp/static/comic/hokusaitomeshi/sp_line03.png) no-repeat center bottom;
}

.sp-character .sp-img {
	text-align: center;
}
.sp-character .sp-img img {
	width: 70%;
}