@charset "utf-8";
@import url("../../css/style.css");
@import url("../../css/mag-unit.css");

/* ここから下に記述 */

/* OUTLINE
--------------------------------------------------------- */

/* CONTAINER
--------------------------------------------------------- */

/* HEADER
--------------------------------------------------------- */

/* WRAPPER
--------------------------------------------------------- */

/* WRAPPER -> CONTENT
--------------------------------------------------------- */

#page-title {
	margin-bottom: 10px;
	padding: 6px 12px;
	width: 780px;
	background: url("../../img/bg-wide-title.gif") no-repeat;
}

#page-title p {
	padding-left: 20px;
	background: url("../../img/point-mark.gif") left center no-repeat;
	font-weight: bold;
	font-size: 123%;
}

.headline-2 {
	margin-bottom: 10px;
	padding-bottom: 0;
	background-image: url("../../img/headline-2-top.gif");
	background-repeat: no-repeat;
}

.pickup {
	margin-top: 10px;
}

.headline-2 span {
	padding: 6px 20px;
	display: block;
	background-image: url("../../img/headline-2-btm.gif");
	background-repeat: no-repeat;
	background-position: 0 100%;
	font-weight: bold;
	font-size: 116%;
}

#content h3 {
	margin-bottom: 10px;
	padding-left: 0.25em;
	border-left: 1em solid #3cf;
	min-height: 1em;
	font-weight: bold;
	font-size: 108%;
}

#content .box {
	margin-bottom: 10px;
	position: relative;
	padding: 10px;
	background-color: #f6f6f6;
}

* html #content .box {
	height: 1%;
}

*:first-child + html #content .box {
	height: 1%;
}

#content .s-ent {
	margin-bottom: 10px;
	padding-left: 0.25em;
	border-left: 1em solid #3cf;
	min-height: 1em;
	font-weight: bold;
	font-size: 108%;
	line-height: 1;
}

#content .box p.mess-sub {
	padding: 3px 0;
	text-align: center;
}

#content .box p.mess-sub-com {
	margin: 5px 0;
	text-align: center;
}

body.wide #content .conf {
	margin: 0 10%;
	line-height: 1.3;
	font-size: 100%;
}

#content .item-list li:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

* html #content .item-list li {
	height: 1%;
}

#content .box p.message {
	padding: 1em 0;
	text-align: center;
	font-size: 131%;
	font-weight: bold;
}

#content .box p {
	padding: 3px 0;
}

#content .lead {
	margin-bottom: 10px;
	font-size: 108%;
}

#content .item-list {
	margin-bottom: 10px;
}

#content .item-list li {
	padding-top: 1px;
	clear: both;
	width: 100%;
	min-height: 1%;
	background: url("../../img/dot-gray.png") repeat-x;
}

#content .item-list label {
	padding: 0.75em 0 0.75em 17px;
	display: block;
	float: left;
	width: 150px;
	background: url("../../img/point-arrow.gif") no-repeat 0 50%;
}

#content .item-list label.dummy {
    clear: left;
    padding-top: 0;
    padding-bottom: 0;
    background: none
}

#content .item-list li.archive label {
	background: url("../../img/point-o.png") no-repeat 0 50%;
}

#content .item-list div {
	padding: 0.75em 0;
	float: left;
	width: 580px;
}

#content .item-list div.notice-message {
    padding-top: 0;
    color: red;
    font-weight: bold;
	width: 580px;
}

* html #content .item-list div {
	width: 600px;
}

#content input.text,
#content input.file,
#content input.password,
#content select,
#content textarea {
	padding: 1px;
	border: 1px solid #666;
	font-family: monospace;
}

.text:focus,
textarea:focus,
select:focus,
.password:focus {
	background-color: #ffc;
}

#content select option {
	padding-right: 0.5em;
}

#content .navi {
	text-align: right;
}

#content .navi a {
	padding-left: 12px;
	background: url("../../img/golink.png") no-repeat;
	font-weight: bold;
}

#content .navi p {
	margin-bottom: 0;
}

#content fieldset {
	border: 1px dotted #09f;
	padding: 0 5px;
	margin-bottom: 10px;
	clear: both;
}

#content fieldset legend {
	padding: 0 0.5em;
	color: #09f;
	font-weight: bold;
	background: #f6f6f6;
}

#content fieldset .item-list div {
	width: 312px;
}

#content fieldset .item-list li {
	background-position: 0 100%;
}

#content fieldset .item-list li:last-child,
#content fieldset .item-list li.last-child {
	background: none;
}

#content .item-list li.nodot {
	background: none;
}

#content .item-list .nc label,
#content .item-list .nc div {
	float: none;
	clear: both;
	width: 100%;
}

#content .item-list div label {
	background: none;
}

#content textarea {
	padding: 1px;
	border: 1px solid #666;
	width: 100%;
	height: 50em;
	font-family: monospace;
	font-size: 100%;
}

textarea:focus {
	background-color: #ffc;
}

#content .box-head-l,
#content .box-head-r,
#content .box-foot-l,
#content .box-foot-r {
	position: absolute;
	width: 5px;
	height: 5px;
	background-image: url("../../img/round-bg.png");
	background-repeat: no-repeat;
	overflow: hidden;
}

#content .box-head-l {
	top: 0;
	left: 0;
	background-position: 0 0;
}

#content .box-head-r {
	top: 0;
	right: 0;
	background-position: -5px 0;
}

#content .box-foot-l {
	bottom: 0;
	left: 0;
	background-position: 0 -5px;
}

#content .box-foot-r {
	bottom: 0;
	right: 0;
	background-position: -5px -5px;
}

* html #content .box-foot-l,
* html #content .box-foot-r {
	bottom: -1px;
}

.submit,
.button,
.get {
	cursor: pointer;
}

#content .control {
	text-align: center;
}

input {
	font-size: 100%;
}

#content .control input,
#content .control .get {
	margin: 0.75em 0;
	padding: 0.25em 0.5em;
}

#content .control input.big {
	margin-right: 10px;
	padding: 0.4em 1em;
	font-size: 116%;
}

* html #content .control input.big {
	padding: 0.4em 0em;
}

.get {
	border: 2px solid #f2f0ee;
	border-right-color: #75736e;
	border-bottom-color: #75736e;
	display: inline-block;
	color: #000;
	text-decoration: none;
}

#content .sub {
	margin-bottom: 10px;
	padding: 8px 12px;
	border: 1px dashed #f60;
	background-color: #fff8dc;
}

#content .sub li {
	padding-left: 16px;
	background: url("../../img/mark.png") 0 no-repeat;
}

.mag-unit {
	margin: 20px auto 0;
	position: relative;
	width: 550px;
}

* html .mag-unit {
	margin-left: 115px;
}

.mag-unit .mag-title {
	border-bottom: none;
}

#content table {
	border: 1px solid #999;
	border-collapse: collapse;
	background-color: #fff;
	margin-right: 2px;
	width: 98%;
}

#content table th,
#content table td {
	padding: 4px;
	border: 1px solid #999;
	border-width: 1px 0 0 1px;
}

#content table th {
	text-align: center;
	color: #333;
	background-color: #aedef7;
	font-weight: bold;
}

#content table tbody th {
	background-color: #fff8dc
}

#content table.cal-day {
	background-color: #fff8dc
}

#content table.cal-day  th {
	background-color: #fff;
}

#content table.cal-day td {
	text-align: center;
}

#content table.cal-day .sun {
	background-color: #ffc3c3;
}

#content table.cal-day .sat {
	background-color: #aedef7;
}

#content table.cal-num td {
	font-weight: bold;
	font-size: 108%;
}

#content .item-list div table.cal-num label {
	margin-bottom: 0;
	padding: 0;
}

#content .item-list div table.cal-num label span {
	float: right;

}

#content .item-list div table.cal-day .button,
#content .item-list div table.cal-num .button {
	width: 100%;
}

body#comp .mag-unit .mag-title span {
	background: none;
	padding-left: 7px;
}

body#comp #content .box fieldset .item-list .navi {
	margin-bottom: 10px;
}

#foot_bnr {
	text-align: center;
}

#koukoku {
	width: 560px;
	margin: 0 auto;
}

/* 登録フォーム*/
#optin_ad {
  overflow:hidden;
  padding: 20px 20px 10px 20px;
  margin-top: 30px;
  background: #f6f6f6;
}
#opt_inner {
  padding: 10px 0;
  overflow:hidden;
}
.register_form {
  background: #ffffff;
  width: 342px;
  padding: 10px;
}
.form_container {
  overflow:hidden;
}
.infobox {
  height: 123px;
  float: left;
  overflow:hidden;
}
.info_pic {
  float: left;
  width: 180px;
}
.info_dtl {
  float: left;
  width: 120px;
}
.info_dtl {
  margin-top: 10px;
}
.info_dtl dl{
  margin: 0;
}
.info_dtl dt,
.info_dtl dd{
  line-height: 1.3;
  overflow:hidden;

}
.info_dtl dt {
  font-size: 11px;
  color: #999999;
  text-align: center;
  height: auto;
  width: 80px;
  padding: 1px 5px;
  overflow:hidden;
  text-align: left;
}

.info_dtl dd {
  font-size: 12px;
  text-align: left;
  padding-left: 92px;
  padding: 0px 5px 5px 10px;
  width: 100%;
}
.introduce {
  float: right;
  overflow:hidden;
  min-height: 110px;
}

.mag_title {
  font-weight:bold;
  font-size:14px;
  margin: 0 0 10px 0;
  padding-top: 10px;
}

.mag_intro {
  font-size:13px;
  margin: 0;
  line-height:1.5;
}
.inner_form {
  width: 342px;
  float: right;
  overflow:hidden;
  margin-top: 20px;
}
.inner_form li {
  list-style: none;
}
.kiyaku {
  display: block;
  font-size: 11px;
  margin-bottom: 3px;
}
.reg_form ul {
  text-align: left;
  overflow:hidden;
}
.reg_form li {
  display: inline-block;
  vertical-align: bottom;
}
.reg_form input.passive[type="text"] {
  color:#999;
}
.reg_form input.rdemail[type="text"] {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
	display: inline-block;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px #e1e1e1;
  box-sizing: border-box;
  font-size: 16px;
  padding: 5px;
  height: 35px;
  width: 238px;
}
.reg_form input[type="submit"] {
  border: 1px solid #ff5959;
	display: inline-block;
	width: 98px;
	height: 33px;
  font-size: 14px;
	text-align: center;
	text-decoration: none;
	line-height: 35px;
  letter-spacing: 2px;
	outline: none;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}
.reg_form input[type="submit"]::before,
.reg_form input[type="submit"]::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.reg_form input[type="submit"],
.reg_form input[type="submit"]::before,
.reg_form input[type="submit"]::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.reg_form input[type="submit"] {
	background-color: #ff7373;
	color: #fff;
}
.reg_form input[type="submit"]:hover {
	background-color: #ff5959;
  cursor:pointer;
}
.mail_form {
  margin: 0 2px 0 0;
}

.attention_note {
  width: auto;
  padding: 0 8px 0;
  float: left;
  overflow:hidden;
  margin: 20px 0 0 20px;
  border-left: 2px solid #ccc;
  font-size: 12px;
  color: #808080;
}
.attention_note p.mgn {
  margin-bottom: 5px;
}
.optin_read {
  height: 17px;
  padding-left: 7px;
  border-left: 3px solid #ffaa00;
}
.optin_read p {
  font-size: 14px;
  font-weight:bold;
}
#othermag {
  width: inherit;
}
#othermag a {
  line-height: 1.5;
  font-size: 12px;
  display: inline-block;
  min-height: 11px;
  padding-left: 12px;
  background-image: url('https://www.mag2.com/img/magtop/i_point.gif');
  background-repeat: no-repeat;
  background-position: 3px 6px;
}

/* WRAPPER -> SIDEBAR
--------------------------------------------------------- */

/* FOOTER
--------------------------------------------------------- */
/* IncludePage
--------------------------------------------------------- */
#teiban .row {
  margin-top: 20px;
}
#teiban .row:first-child {
  margin-top: 5px;
}
p.panel.text-center.recommend {
  display: block;
  margin-bottom: 10px;
  padding: 6px 20px;
  background-image: url("../../img/headline-2-top.gif");
  background-repeat: no-repeat;
  background-position: 0 0;
  font-weight: bold;
  font-size: 116%;
  position: relative;
}
p.panel.text-center.recommend::after {
  content: " ";
  background-image: url("../../img/headline-2-btm.gif");
  background-position: 0 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
}
br.visible-xxs-inline {
  display: none;
}
#pickupS .row {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 8px 2px 0 0;
}
#pickupS .row > div {
  display: table-row;
}
#pickupS .row .col-sm-5.col-md-5.padding-none {
  display: table-cell;
  background: url("../../img/fukidashi.gif") no-repeat 0 50px;
  width: 240px;
  height: 136px;
  vertical-align: top;
  padding: 3px;
  border: none;
}
#pickupS .row .col-sm-5.col-md-5.padding-none .recommend-balloon p {
  margin: 80px 27px 0;
  line-height: 1.8;
  text-align: center;
  font-weight: bold;
  font-size: 108%;
  font-style: normal;
}
#pickupS .row .mag-body {
  display: table-cell;
}
#pickupS .row .panel.panel-recommend.case {
  width: 100%;
}
#pickupS .row .panel-recommend > div {

}
#teiban .panel-heading {
  background: url("../../img/pick-title-bg.png") repeat-x;
  padding: 5px 130px 5px 10px;
  font-weight: bold;
  font-size: 131%;
  color: #333;
  line-height: 1;
}
#teiban .panel-body > div {
  border: 0 solid #F9E4C0;
  border-width: 0 2px;
  overflow: hidden;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
#teiban .panel-body > ul {
  border: 0 solid #F9E4C0;
  border-width: 0 2px 2px;
  overflow: hidden;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
#teiban .panel-body > div:first-child {
  padding-top: 4px;
  line-height: 1.5;
  color: #333;
  font-size: 108%;
}
#teiban .panel-body > ul > li {
  display: inline-block;
  margin-bottom: 7px;
  margin-right: 7px;
}
#teiban .panel-body > ul > li > div {
  display: inline-block;
}
#teiban .panel-body > ul > li .meta-title.label {
  color: transparent;
  background-repeat: no-repeat;
  background-position: 0 50%;
  width: 56px;
  height: 17px;
  vertical-align: bottom;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#teiban .panel-body > ul > li.meta-price .meta-title.label {
  background-image: url("../../img/meta-price-o.gif");
}
#teiban .panel-body > ul > li.meta-number .meta-title.label {
  background-image: url("../../img/meta-number-o.gif");
}
#teiban .panel-body > ul > li.meta-bn .meta-title.label {
  background-image: url("../../img/meta-bn-o.gif");
}
#teiban .panel-body > ul > li.meta-type .meta-title.label {
  background-image: url("../../img/meta-type-o.gif");
}
#teiban .panel-body > ul > li.meta-period .meta-title.label {
  background-image: url("../../img/meta-period-o.gif");
}
#teiban .panel-body > ul > li .meta-value {
  font-size: 93%;
}
#teiban .panel-body > .btn_wrap {
  border: none;
  overflow: hidden;
  margin: 11px 7px 30px;
  padding: 0;
}

#teiban .btn.btn-primary.btn-lg {
  background-image: url(../../img/btn_read.gif);
  width: 145px;
  height: 38px;
  color: transparent;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}
.center-block-btn-cntnr {
  text-align: center;
}

/** 20190312 YKTR-3302 バックナンバー購入画面のボタンを購入しやすく変更 **/
.bn-sub-btn {
	background: #ff8c1a;
	text-align: center;
	color: #ffffff;
	letter-spacing: 0.1em;
	line-height: 2;
	cursor: pointer;
	border: none;
	box-sizing: border-box;
	border-radius: 5px;
}
