@charset "utf-8";
@import url("https://www.mag2.com/css/topix.css");
@import url("https://www.mag2.com/css/yakudachi.css");
@import url("style.css");
@import url("mag-unit.css");
@import url("overture.css");
@import url("//kamogawa.mag2.com/common/css/durasite.css");

/* ここから下に記述 */

/* OUTLINE
--------------------------------------------------------- */

/* CONTAINER
--------------------------------------------------------- */

/* HEADER
--------------------------------------------------------- */

/* WRAPPER
--------------------------------------------------------- */

#page-title {
	position: relative;
}

#page-update {
	position: absolute;
	top: 10px;
	right: 10px;
}

#topicpath {
	margin-bottom: 10px;
	padding: 6px 0;
	border-top: 1px solid #fff;
	width: 780px;
	background-color: #c0e6f9;
}

* html #topicpath {
	width: 780px;
}

#topicpath li {
	float: left;
}

#topicpath h1 {
	padding-left: 10px;
	font-weight: bold;
}

#topicpath h2,
#topicpath h3 {
	padding-left: 20px;
	background: url("../img/golink-g.gif") 6px no-repeat;
	font-weight: bold;
}



/* WRAPPER -> CONTENT
--------------------------------------------------------- */

p {
	padding-bottom: 10px;
}

.gnavi {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px dashed #f60;
	background-color: #fff8dc;
	font-weight: bold;
}

.gnavi li {
	margin-right: 5px;
	float: left;
}

* html .gnavi li {
	white-space: nowrap;
}

*:first-child + html .gnavi li {
	white-space: nowrap;
}


.gnavi li a,
.gnavi li span {
	padding: 2px;
	padding-left: 15px;
	background: url("../img/golink.gif") 2px center no-repeat;
}

#navi {
	margin-bottom: 10px;
	border-bottom: 2px solid #9bddff;
	width: 100%;
}

#navi li {
	margin-right: 5px;
	float: left;
	width: 170px;
	height: 27px;
	font-weight: bold;
	font-size: 116%;
	text-align: center;
}

#navi li a,
#navi li span {
	padding: 3px;
	display: block;
	height: 21px;
	background-image: url("../img/navi.gif");
	background-repeat: no-repeat;
}

* html #navi li a,
* html #navi li span {
	height: 27px;
}

#navi li span,
#navi li a:hover {
	background-position: -170px 0;
}

#ranking-list li {
	margin-bottom: 8px;
	padding-bottom: 5px;
	padding-left: 50px;
	position: relative;
	background: url("../img/dotline.gif") 0 100% repeat-x;
}

* html #ranking-list li {
	height: 1%;
}

*:first-child + html #ranking-list li {
	height: 1%;
}

#ranking-list li.gotop {
	margin-top: -5px;
	padding-bottom: 30px;
	text-align: right;
}

#ranking-list li.gotop:last-child {
	background: none;
}

#ranking-list li.gotop a {
	padding-left: 14px;
	background: url("../img/gotop.gif") 0 no-repeat;
}

#ranking-list li dt {
	position: absolute;
	top: 0;
	left: 5px;
	width: 39px;
	text-align: center;
}

#ranking-list li.crown dt {
	padding-top: 20px;
	background: url("../img/crown.png") 9px 0 no-repeat;
}

#ranking-list li.over100 dt {
	padding-top: 0;
	background: none;
}

#ranking-list li dt span {
	padding: 1px 0;
	border: 1px solid #72c7ff;
	display: block;
	color: #09f;
	background-color: #e1f3ff;
	font-weight: bold;
	font-size: 108%;
}

.rank span {
	padding: 1px;
	border: 1px solid #72c7ff;
	color: #09f;
	background-color: #e1f3ff;
	font-weight: bold;
	font-size: 108%;
}

#ranking-list li.over100 dt span {
	font-size: 93%;
}

#ranking-list li .title {
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 116%;
}

#ranking-list li .meta p {
	padding: 5px 0;
}

#ranking-list li .meta ul {
	text-align: right;
}

#ranking-list li .meta li {
	padding-left: 0;
	display: inline;
	background: none;
}

#ranking-list li .meta li a {
	padding-left: 14px;
	background: url("../img/golink.gif") 0 no-repeat;
}

#ranking-list li .count {
	padding: 1px 5px;
	background-image: url("../img/count.png");
	background-repeat: no-repeat;
	font-size: 108%;
}

.mag-rule {
	margin-bottom: 15px;
}

.mag-rule a {
	padding-left: 14px;
	background: url("../img/golink.gif") left center no-repeat;
	font-weight: bold;
}

.mag-rule span {
	font-size: 77%;
}

div.rank {
	margin-bottom: -20px;
	padding: 3px;
	font-weight: bold;
	font-size: 108%;
}

div#top1,
div#top2,
div#top3,
div.crown {
	padding-left: 24px;
	background: url("../img/crown.png") 0 no-repeat;
}

div#top1 {
	background-image: url("../img/top1s.gif");
}

div#top2 {
	background-image: url("../img/top2s.gif");
}

div#top3 {
	background-image: url("../img/top3s.gif");
}

body.charge .mag-cat {
	position: absolute;
	top: 3px;
	left: 60px;
}

* html body.charge .mag-cat {
	left: 36px;
}

*:first-child + html body.charge .mag-cat {
	top: 0;
}

/* WRAPPER -> SIDEBAR
--------------------------------------------------------- */

#sidebar #search {
	margin-bottom: 10px;
	background: url("../img/bg-src.gif") no-repeat center top;
}

#sidebar #search form {
	padding: 15px;
	background: url("../img/side-bottom.gif") no-repeat 50% 100%;
	text-align: right;
}

#sidebar #search form input#keyword {
	margin-bottom: 10px;
	padding: 2px;
	border: 1px solid #656764;
	width: 184px;
}

#sidebar #search form .check-kind {
	padding: 0;
	text-align: left;
}

#sidebar #search form .s-check-kind li,
#sidebar #search form .check-kind li {
	margin: 0;
	padding: 0;
	background: none;
}

* html #sidebar #search form .check-kind {
	margin-left: 15px;
}

*:first-child+html #sidebar #search form .check-kind {
	margin-left: 15px;
}

#sidebar #search form .s-check-kind {
	margin: 3px 0;
	padding: 3px 7px;
	text-align: left;
	background-color: #66baff;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}

* html #sidebar #search form .s-check-kind {
	margin-left: 2px;
}

*:first-child+html #sidebar #search form .s-check-kind {
	margin-left: 2px;
}

#sidebar #search form .check-kind li input,
#sidebar #search form .s-check-kind li input {
	vertical-align: middle;
}

#wrapper #sidebar h2 {
	padding: 3px 3px 3px 10px;
	border-bottom: 1px solid #3cf;
	background: url("../img/bg-side-title.gif") no-repeat;
	font-weight: bold;
}

#wrapper #sidebar h2 span {
	padding: 3px 3px 3px 15px;
	background: url("../img/point-mark-s.gif") no-repeat left center;
	font-weight: bold;
}

#wrapper #sidebar ul {
	padding: 10px 0;
}

#wrapper #sidebar li {
	margin-left: 10px;
	padding-left: 12px;
	background: url("../img/toggle-end.gif") no-repeat left center;
}

#wrapper #sidebar #other-cat {
	border: 1px solid #6cf;
	position: relative;
	height: 1%;
}

#wrapper #sidebar #other-cat dt {
	padding: 3px 3px 3px 10px;
	border-bottom: 1px solid #3cf;
	line-height: 1;
	background: #c0e6f9;
	font-weight: bold;
}

#wrapper #sidebar #other-cat dt span {
	padding: 3px;
	font-weight: bold;
}

#wrapper #sidebar #other-cat li {
	margin-left: 10px;
	padding-left: 12px;
	background: url("../img/toggle-end.gif") no-repeat 0;
}

.box-head-l,
.box-head-r,
.box-foot-l,
.box-foot-r {
	position: absolute;
	width: 6px;
	height: 6px;
	overflow: hidden;
	background-repeat: no-repeat;
}

#other-cat .box-head-l {
	top: -1px;
	left: -1px;
	background-image: url("../img/l-t.gif");
}

#other-cat .box-head-r {
	top: -1px;
	right: -1px;
	background-image: url("../img/r-t.gif");
}

#other-cat .box-foot-l {
	bottom: -1px;
	left: -1px;
	background-image: url("../img/l-b.gif");
}

* html #other-cat .box-foot-l {
	bottom: -2px;
}

#other-cat .box-foot-r {
	right: -1px;
	bottom: -1px;
	background-image: url("../img/r-b.gif");
}

* html #other-cat .box-foot-r {
	bottom: -2px;
}

/* FOOTER
--------------------------------------------------------- */



/* 外部メルマガ広告枠 */
.AdMagazineBox {
	border: 1px solid #E0E0E0;
	border-radius: 6px;
	width: 100%;
	max-width: 510px;
	padding:20px;
	margin-bottom: 10px;
	font-family: "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;
}
.AdMagazineBox .AdMagazineTitleBox {
}
.AdMagazineBox .AdMagazineTitleBox span {
border: 1px solid #777777;
    padding: 4px 10px;
    color: #777777;
    font-size: 12px;
    margin: 0 10px 0 0;
    float: left;
}
.AdMagazineBox .AdMagazineTitle {
	font-size: 16px;
	line-height: 1.8;
	font-weight: bold;
}
.AdMagazineBox .AdMagazineInfoBox {
	font-size: 12px;
	color:#777777;
	margin: 5px 0;
}
.AdMagazineBox .AdMagazineId,
.AdMagazineBox .AdMagazinePublisher,
.AdMagazineBox .AdMagazinePrice{
	margin-right: 14px;
}
.AdMagazinePublisherText{
	color:#3F77F9;
}
.AdMagazineBox .AdMagazineDescription {
	font-size: 14px;
	line-height: 1.8;
	margin: 10px 0;
}
.AdMagazineBox .AdMagazinePolicyBox {
	border: 1px solid #E0E0E0;
	border-radius: 6px;
	background: #F7F7F7;
	padding: 10px;
	color:#222222;
	font: 12px 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
	line-height: 1.3;
}
.AdMagazineBox .AdMagazinePolicyBox i{
	margin-right: 5px;
	float: left;
	font-size: 16px;
}
.AdMagazinePolicyBoxSp{
	border: 1px solid #E0E0E0;
	border-radius: 6px;
	background: #F7F7F7;
	padding: 10px;
	color:#222222;
	font: 12px 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
	line-height: 1.3;
	display:none;
}
.AdMagazineBox .AdMagazinePolicyBoxSp i{
	margin-right: 5px;
	float: left;
	font-size: 16px;
}
.AdMagazineBox form {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.AdMagazineBox input {
	width: 70%;
	max-width: 330px;
	height: 26px;
	border:none;
	border-bottom: 1px solid #E0E0E0;
	align-self: center;
	padding: 0 7px;
}
.AdMagazineBox input::placeholder {
  color:#E0E0E0;
}
.AdMagazineBox .AdMagazineButtonBox {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	width: 30%;
}
.AdMagazineBox .AdMagazineButtonBox span.AdMagazineButtonUpText {
	width: 100%;
	font-size: 10px;
	color: #777777;
}
.AdMagazineBox .AdMagazineButtonBox span.AdMagazineButtonDownpText {
	width: 100%;
	font-size: 8px;
	color: #777777;
	letter-spacing: 0;
}
.AdMagazineBox button {
	margin: 5px 0;
	width: 100%;
	max-width: 150px;
	border: 1px solid #FF8C1A;
	border-radius: 4px;
	padding: 7px 0;
	text-align: center;
	font: 14px 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
	font-weight: bold;
	color: #FF8C1A;
}
