@charset "UTF-8";

@import url("edit-mode.css?t=202201041015");
@import url("add-later.css");

/* UNIVERSAL-RESET
--------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
address {
	line-height: 1;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

/* FONT SIZE */

.px10 {
	font-size: 77%;
}

.px11 {
	font-size: 85%;
}

.px12 {
	font-size: 93%;
}

.px13 {
	font-size: 100%;
}

.px14 {
	font-size: 108%;
}

.px15 {
	font-size: 116%;
}

.px16 {
	font-size: 123%;
}

.px17 {
	font-size: 131%;
}

.px18 {
	font-size: 138%;
}

.px19 {
	font-size: 146%;
}

.px20 {
	font-size: 153%;
}

.px21 {
	font-size: 161%;
}

.px22 {
	font-size: 167%;
}

.px23 {
	font-size: 174%;
}

.px24 {
	font-size: 182%;
}

.px25 {
	font-size: 189%;
}

.px26 {
	font-size: 197%;
}


/* BASE-SET
--------------------------------------------------------- */

body {
	line-height: 1.3;
	background-color: #fff;
	font-family: "ＭＳ Ｐゴシック", Osaka;
}

/* FONT-LIB
--------------------------------------------------------- */

body {
	font-size: 13px; /* 基本文字サイズ */
}

* html body {
	font-size: x-small; /* IE6 後方互換モード に適用 */
}

*:first-child+html body {
	font-size: small; /* IE7 に適用 */
}

* html table {
	font-size: 100%; /* IE6 table 用 */
}

/* CLEAR-FIX
--------------------------------------------------------- */

.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

*:first-child+html .clearfix {
	display: inline-block;
	min-height: 1%;
}

/* Hides from IE6/IE Mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE6/IE Mac */

/* WIRE-FRAME
--------------------------------------------------------- */

html {
	overflow-y: scroll; /* CSS3 */
}

body {
	text-align: center;
}

#outline {
	margin: 0 auto;
	width: 100%;
}

/* background-image 1px ズレ対策 IE6 用 */
* html #outline {
	padding-left: 1px;
}

/* background-image 1px ズレ対策 IE7 用 */
*:first-child + html #outline {
	margin-left: -1px;
	padding-left: 1px;
}

#container {
	margin: 0 auto;
	padding-top: 10px;
	width: 800px;
	text-align: center;
}

#header,
#wrapper,
#footer {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: left;
}

#header {
	margin-bottom: 5px;
	width: 780px;
	min-height: 38px;
	max-height: 210px;
}

* html #header {
	height: 38px;
}

#wrapper {
	margin-bottom: 20px;
	width: 780px;
}

#wrapper #content {
	float: right;
	width: 550px;
}

.mrr #wrapper #content {
	float: left;
}

.wide #wrapper #content {
	float: none;
	width: 780px;
}

#wrapper #sidebar {
	float: left;
	width: 226px;
}

.mrr #wrapper #sidebar {
	float: right;
}

.wide #wrapper #sidebar {
	display: none;
	float: none;
}

#footer {
	width: 780px;
	min-height: 40px;
}

* html #footer {
	height: 40px;
}

/* CUSTOM STYLE
--------------------------------------------------------- */

#header,
#footer,
#footer address {
	position: relative;
	background-image: url("../img/dot-black.png");
	background-repeat: repeat-x;
}

/* HEADER */

#header {
	background-position: 0 100%;
}

#header #log-info {
	position: absolute;
	right: 0;
	bottom: 6px;
}

#header #log-info strong {
	font-weight: bold;
	font-size: 108%;
}

/* WRAPPER */

#wrapper {
	position: relative;
}

#wrapper #topic-path {
	margin-bottom: 3px;
}

* html #wrapper #topic-path {
	height: 1.3em;
}

#wrapper #ad {
	padding: 10px;
	text-align: center;
}

#wrapper #topic-path li {
	margin-right: 5px;
	padding-left: 15px;
	float: left;
	background: url("../img/path.png") 0 no-repeat;
}

#wrapper #topic-path li:first-child,
#wrapper #topic-path li.first-child {
	padding-left: 0;
	background: none;
}

#wrapper #gnavi {
	position: relative;
	width: 780px;
}

#wrapper #gnavi ul {
	width: 780px;
	height: 39px;
	background: url("../img/gnavi.png") no-repeat;
}

#wrapper #gnavi li {
	position: absolute;
	top: 0;
	width: 156px;
	height: 39px;
}

#wrapper #gnavi li#gnavi-top {
	left: 0;
}

#wrapper #gnavi li#gnavi-publ {
    left: 157px;
}

#wrapper #gnavi li#gnavi-read {
	left: 313px;
}

#wrapper #gnavi li#gnavi-conf {
	left: 469px;
}

#wrapper #gnavi li#gnavi-help {
	left: 625px;
}

#wrapper #gnavi li * {
	display: block;
	width: 156px;
	height: 39px;
	overflow: hidden;
	background: url("../img/gnavi.png") no-repeat;
	text-indent: -9999px;
}

#wrapper #gnavi li#gnavi-top * {
	background-position: 0 -39px;
}

#wrapper #gnavi li#gnavi-top a:hover {
	background-position: 0 0;
}


/* 左から表示順に位置を指定すること */
#wrapper #gnavi li#gnavi-top.sel *,
#wrapper #gnavi li#gnavi-top.sel a:hover {
	background-position: 0 0;
}

#wrapper #gnavi li#gnavi-read * {
	background-position: -157px -39px;
}

#wrapper #gnavi li#gnavi-read a:hover {
	background-position: -157px 0;
}

#wrapper #gnavi li#gnavi-read.sel *,
#wrapper #gnavi li#gnavi-read.sel a:hover {
	background-position: -157px 0;
}

#wrapper #gnavi li#gnavi-publ * {
	background-position: -313px -39px;
}

#wrapper #gnavi li#gnavi-publ a:hover {
	background-position: -313px 0;
}

#wrapper #gnavi li#gnavi-publ.sel *,
#wrapper #gnavi li#gnavi-publ.sel a:hover {
	background-position: -313px 0;
}

#wrapper #gnavi li#gnavi-conf * {
	background-position: -469px -39px;
}

#wrapper #gnavi li#gnavi-conf a:hover {
	background-position: -469px 0;
}

#wrapper #gnavi li#gnavi-conf.sel *,
#wrapper #gnavi li#gnavi-conf.sel a:hover {
	background-position: -469px 0;
}

#wrapper #gnavi li#gnavi-help * {
	background-position: -625px -39px;
}

#wrapper #gnavi li#gnavi-help a:hover {
	background-position: -625px 0;
}

#wrapper #gnavi li#gnavi-help.sel *,
#wrapper #gnavi li#gnavi-help.sel a:hover {
	background-position: -625px 0;
}

#wrapper #gnavi-ampl {
	padding: 10px 10px 8px;
	background-image: url("../img/gnavi-bg.png");
	background-repeat: no-repeat;
}

/* CONTENT */

#content {
	padding-top: 12px;
}

#content h2 {
	margin-bottom: 10px;
	width: 550px;
	background-image: url("../img/h2-bg.png");
	background-repeat: no-repeat;
}

.wide #content h2 {
	width: 780px;
	background-position: -550px 0;
}

#content h2 span {
	padding: 6px 18px;
	display: block;
	color: #333;
	background-image: url("../img/h2-bg.png");
	background-repeat: no-repeat;
	background-position: -1330px 100%;
	font-weight: bold;
	font-size: 123%;
}

#content .caution,
#content .error {
    color: #f00;
}

.wide #content h2 span {
	background-position: -1880px 100%;
}

#content h3 {
	margin-bottom: 10px;
	padding-left: 0.25em;
	border-left: 1em solid #3cf;
	min-height: 1em;
	font-weight: bold;
	font-size: 108%;
}

#content .h-dot {
	padding-top: 10px;
}

#content .mobile-pre {
	border: 1px solid #ccc;
	width: 14em;
}

* html #content .mobile-pre p.mag-body {
	width: 14em;
}

#content .item-list .mob label {
	width: 50px;
}

#content .box {
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
	background-color: #f6f6f6;
}

* html #content .box {
	height: 1%;
}

*:first-child + html #content .box {
	height: 1%;
}

#content .box-head-l,
#content .box-head-r,
#content .box-foot-l,
#content .box-foot-r {
	position: absolute;
	width: 5px;
	height: 5px;
	overflow: hidden;
	background-image: url("../img/round-bg.png");
	background-repeat: no-repeat;
}

#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 {
	right: 0;
	bottom: 0;
	background-position: -5px -5px;
}

* html #content .box-foot-l,
* html #content .box-foot-r {
	bottom: -1px;
}

#content .sub {
	margin-bottom: 10px;
	padding: 8px 12px;
	border: 1px dashed #f60;
	background-color: #fff8dc;
}

#content .togo {
	border: 1px dashed #0dc400;
	background-color: #ecffbf;
}

#content .p-sub {
	border: 1px solid #ff326b;
	background-color: #fff;
}

#content .report {
	border: 1px dashed #ff326b;
	background-color: #ffe7dc;
}

#content .sub h3 {
	margin-bottom: 5px;
	padding-left: 0;
	border-left: none;
	color: #f60;
	font-weight: bold;
	font-size: 100%;
}

#content .togo h3 {
	color: #0dc400;
}

#content .togo ul {
	margin-bottom: 10px;
}

#content .p-sub h3 {
	color: #f12748;
}

#content .report h3 {
	color: #f00;
}

#content .report .coution {
	color: #f00;
}

* html #content .sub ul {
	height: 1%;
}

#content .sub li {
	padding-left: 16px;
	background: url("../img/mark.png") no-repeat 0 4px;
}

#content .sub li.attention {
	background: url("../img/attention.png") no-repeat 0 4px;
	font-weight: bold;
	line-height: 1.5;
	color: #f00;
}

#content .sub li.attention a {
	color: #f00;
}

#content .sub h3#sub-second {
	margin-top: 5px;
}

#content .block {
	margin-bottom: 10px;
}

#content .p-block {
	margin-bottom: 6px;
}

#content .block dt {
	margin-bottom: 5px;
	padding: 3px 3px 2px 25px;
	border-bottom: 1px solid #3cf;
	display: block;
	height: 1%;
	background: #d9f0fb url("../img/point.png") 5px no-repeat;
	font-weight: bold;
	font-size: 123%;
}

#content .block dt.block-other {
	background: url("../img/point-r.png") 5px no-repeat;
}

#content .block dt.o-block {
	border-bottom: 1px solid #0040ff;
	background: #9df url("../img/point.png") 5px no-repeat;
}

#content .block dt.pay {
	border-bottom: 1px solid #ff326b;
	background: #fbd9e0 url("../img/point-r.png") 5px no-repeat;
}

#content .p-block {
	border: 1px solid #ff326b;
}

#content .p-block dt {
	border: none;
}

#content .block dd.imenu {
	padding: 0;
}

#content .block .block-change {
	border: 1px solid #3cf;
	background-color: #fff;
}

#content .block .block-other {
	background-color: #fff;
}

#content .block dd {
	padding: 0 12px 5px;
}

#content .block dd#sinsei {
	margin-left: 12px;
	padding-left: 65px;
	min-height: 65px;
	background: url("../img/owen_icn01.gif") no-repeat;
}

* html #content .block dd#sinsei {
	height: 60px;
}

#content .block dd#zouka {
	margin-left: 12px;
	padding-left: 65px;
	min-height: 65px;
	background: url("../img/zouka-i.png") no-repeat;
}

#content .block dd#personal {
	margin-left: 12px;
	padding-left: 65px;
	min-height: 65px;
	background: url("../img/personal-i.png") no-repeat;
}

#content .block dd#yuuryou {
	margin-left: 12px;
	padding-left: 65px;
	min-height: 65px;
	background: url("../img/yuuryou-i.png") no-repeat;
}

#content .block dd#new {
	margin-left: 12px;
	padding-left: 65px;
	min-height: 65px;
	background: url("../img/new-i.png") no-repeat;
}

#content .block dd#dairi {
	margin-left: 12px;
	padding-left: 65px;
	min-height: 65px;
	background: url("../img/dairi-i.png") no-repeat;
}

* html #content .block dd#dairi,
* html #content .block dd#new,
* html #content .block dd#yuuryou,
* html #content .block dd#personal,
* html #content .block dd#zouka {
	height: 65px;
}

#content .split .block {
	float: left;
	width: 272px;
}

#content .split .p-block {
	width: 270px;
	height: 100%;
}

.wide #content .split .block {
	width: 387px;
}

#content .split .block:last-child,
#content .split .block.last-child {
	float: right;
}

#content .split .block:first-child,
#content .split .block.first-child {
	float: left;
}

#content #appl ul li {
	padding-left: 16px;
	background: url("../img/mark.png") 0 no-repeat;
}

#content #appl fieldset.list-box p {
	padding-left: 16px;
	line-height: 1.3;
	background: url("../img/mark.png") 0 no-repeat;
}

#content #appl ul li span,
#content #appl fieldset.list-box p span {
	margin: 0 3px;
	font-weight: bold;
}

#content #appl dd a {
	margin-left: 20px;
}

#content #appl fieldset legend {
	background-color: #fff;
}

#content .lead {
	margin-bottom: 10px;
	font-size: 108%;
}

#content .lead-ex {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 108%;
}

#content .conf {
	margin-bottom: 10px;
	line-height: 1.3;
	font-size: 100%;
}

#content #quick {
	border: double #00a3ff;
	background-color: #fff;
}

#content #quick dl {
	margin-bottom: 5px;
	font-size: 108%;
}

#content #quick dt {
	width: 220px;
	overflow:hidden;
	margin-bottom: 5px;
	padding: 5px 0;
	display: block;
	color: #fff;
}

* html #content #quick dt {
	height: 1%;
}

#content #quick form * {
	vertical-align: bottom;
}

#content #quick #quick-mag {
	width: 450px;
	background: #fff;
	/* font-size: 108%; */

	font-size : 15px;
  height:27px;
  line-height : 27px;
  vertical-align : middle;
}

#content #quick #quick-mag.fit {
	background: #ffc;
}

#content #quick #quick-mag option.now {
	background: #ffc;
}

#content #quick #quick-mag option {
	background: #fff;
}

#content #quick #quick-go {
	margin-left: 2px;
	vertical-align: middle;
}

#content #quick p {
	text-align: right;
}

#content #quick p a {
	padding-left: 12px;
	background: url("../img/golink.png") 0 no-repeat;
}

#content .box p {
	padding: 3px 0;
}

#content .box p.cycle {
	margin-right: 5px;
	float: left;
}

#content .box p.attention {
	margin-bottom: 20px;
	text-align: center;
}


* html #content .box p.cycle {
	padding: 0;
}

*:first-child + html  #content .box p.cycle {
	padding: 0;
}

#content .box p.cycle-sub {
	clear: both;
}

#content .b-sub {
	background-color: #dbf3ff;
}
#content .b-sub-his {
    background-color: #fcc;
}
#content .b-sub-bn {
    background-color: rgb(243 219 174);
}

#content .mag-sel-lead {
	margin: 17px 0 8px;
	position: relative;
}

#content .mag-sel-lead p {
	color: #295F00;
	font-size: 108%;
}

#content .mag-sel-lead input {
	padding: 0 10px;
	position: absolute;
	top: -5px;
	right: 0;
}

* html #content .mag-sel-lead input {
	padding: 0;
	width: 12em;
}

*:first-child+html #content .mag-sel-lead input {
	width: 12em;
}

#content .mag-selected {
	margin-bottom: 10px;
	padding: 0 15px;
	border: 1px dashed #487F1F;
}

#content .mag-selected ul.magazine-list li {
	padding: 10px 0 8px;
	background: none;
}

#content .mag-selected ul.magazine-list li span.mag-id {
	padding-bottom: 2px;
	display: block;
	color: #333;
	letter-spacing: -1px;
}

#content .mag-selected ul.magazine-list li span img {
	margin-right: 3px;
	vertical-align: -1.5px;
}

#content .mag-selected ul.magazine-list a {
	padding-left: 0;
	background: none;
	font-weight: bold;
	font-size: 123%;
}

#content .mag-selected ul.magazine-list p.noent {
	width: 370px;
	font-weight: bold;
	font-size: 123%;
}

#content .mag-selected ul.magazine-list div {
	top: 15px;
}

#content .box samp {
	padding: 1px 5px;
	background-color: #eee;
}

#content .box var {
	padding: 1px 5px;
	font-style: normal;
	font-weight: bold;
}

#content .box .caution,
#content .box .error {
	color: #f00;
}

#content .box p.message {
	padding: 1em 0;
	font-weight: bold;
	font-size: 131%;
	text-align: center;
}

#content .box p.message-ex {
	padding: 1em 0;
	color: #f00;
	font-weight: bold;
	font-size: 131%;
	text-align: center;
}

#content .box p.message2 {
	padding: 1em 0;
	font-weight: bold;
	font-size: 131%;
	text-align: center;
	line-height: 1.5;
}

#content .box p.message3 {
	padding: 1em 0;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}

#content .box p.mess-sub {
	text-align: center;
}

#content .box p.mess-sub-com {
	text-align: center !important;
}
#content .box div.mess-sub-com {
	text-align: center !important;
}

#content .box p.mess-sub-com .error {
	color: black !important;
}
#content .box div.mess-sub-com .error{
	color: black !important;
}


#content .box p.uns {
	margin-bottom: 10px;
}

#content .box .notes {
	padding: 1em 0;
	text-align: center;
	line-height: 1.5;
}

#content .magazine-list li {
	padding: 0.5em 0;
	position: relative;
	background: url("../img/dot-white.png") 0 100% repeat-x;
}

* html #content .magazine-list li {
	height: 1%;
}

#content .magazine-list a {
	padding-left: 25px;
	display: block;
	width: 500px;
	background: url("../img/point.png") no-repeat;
}

#content .magazine-lists-header img {
	margin-left: -0.3em;
}

#content .magazine-list-2 li {
	display: flex;
	align-items: center;
}

#content .magazine-list-2 .list-icon {
	margin-right: 0.5em;
	height: 100%;
}

#content .magazine-list-2 .magazine-title {
	display: flex;
	align-items: center;
	flex-grow: 2;
	width: 100%;
	font-size: 1.5em;
}

#content .magazine-list-2 .improvement-needed {
	font-size: 0.7em;
	margin-left: 1em;
}

#content .magazine-list-2 .magazine-title img {
	height: 100%;
	vertical-align: text-top;
}

#content .magazine-list-2 .magazine-status {
	margin: 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
}

#content .magazine-list-2 a {
	text-decoration: none;
}

#content .magazine-list-2 .magazine-group-pay {
	background-color: #fcc;
	text-align: center;
	width: 6em;
	height: 100%;
}

#content .magazine-list-2 .magazine-group-free {
	background-color: #cfc;
	text-align: center;
	width: 6em;
	height: 100%;
}

#content .all-magazine-list-link {
	margin-top: 1em;
	width: 100%;
	text-align: right;
	height: 1em;
}

#content .all-magazine-list-link img {
	height: 1em;
	vertical-align: text-top;
	margin-right: 0.5em;
}

#content .all-magazine-list-link a {
	text-decoration: none;
}

#content .magazine-list .improve {
	display: block;
	background-color: #f96;
}

#content .magazine-list div {
	margin-top: 0.5em;
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	font-weight: bold;
	text-align: center;
}

#content .magazine-list .stat {
	margin-top: 0.5em;
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	font-weight: bold;
	text-align: center;
}

#content .magazine-list .pay {
	right: 105px;
}

#content .magazine-list .charge {
	background-color: #fcc;
}

#content .magazine-list .free {
	background-color: #cfc;
}

#content .magazine-list .rest {
	background-color: #c0c0c0;
}

#content .item-list {
	margin-bottom: 10px;
}

#content .item-list li {
	clear: both;
	min-height: 1%;
	background: url("../img/dot-gray.png") repeat-x;
}

#content .item-list li .sample-text-body {
    word-break: break-all;
    line-break: anywhere;
}

body.togo #content .item-list li li {
	padding-left: 70px;
}

#content .item-list li li {
	background: none;
}

#content .item-list.nolabel li {  /* 配送タイミング */
	padding-left: 212px;
	text-align: left;
}

#content .item-list.nolabel li li {
	padding-left: 0;
	padding-right: 212px;
	text-align: center;
}

#content .item-list li.nodot {
	background: none;
}

body.togo.step-2 #content .item-list div a {
	display: block;
	text-align: right;
}

#content fieldset {
	margin-bottom: 10px;
	padding: 0 5px;
	border: 1px dotted #09f;
	clear: both;
}

#content fieldset legend {
	padding: 0 0.5em;
	color: #09f;
	background: #f6f6f6;
	font-weight: bold;
}

#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:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

* html #content .item-list li {
	height: 1%;
}

#content .item-list label {
	padding: 0.75em 0;
	padding-left: 17px;
	display: block;
	float: left;
	width: 195px;
	background: url("../img/point.png") no-repeat 0;
}

#content .item-list label.dummy {
    background: none;
}

* html #content .item-list label {
	width: 212px;
}

#content fieldset .item-list label {
	width: 189px;
}

* html #content fieldset .item-list label {
	width: 206px;
}

* html  #content fieldset .item-list p.cycle label {
	width: 61px;
}

#content .item-list div {
	padding: 0.75em 0;
	float: left;
	width: 318px;
}

#content .item-list div.subject-length {
	width: 100%;
}

#content .item-list div.magazine-type {
	width: 70%;
}

#content .item-list div.notice-message {
    padding-top: 0;
    color: red;
    font-weight: bold;
}

#content .item-list .nodot .req,
#content .item-list .control .req {
	margin: 0.9em 0;
	float: left;
}

#content .item-list .nodot span {
	margin: 0.9em 1.9em 0.9em 0;
	float: left;
}

#content .item-list .control span {
	margin: 0.9em 0.9em 0.9em 0;
	float: left;
}

body.togo.step-2 #content .item-list div input#mail {
	margin-left: 70px;
}

.wide #content .item-list div.ex {
	width: 540px;
}

#content fieldset .item-list div {
	width: 312px;
}

#content .item-list div div {
	padding: 0;
	float: none;
	width: auto;
}

#content .item-list .nc label,
#content .item-list .nc div {
	float: none;
	clear: both;
	width: 100%;
}

#content .item-list .nc div {
	padding-top: 0;
}

#content .item-list div label {
	margin-bottom: 0.5em;
	padding: 0;
	float: none;
	width: auto;
	background: none;
}

#content .item-list .in div label {
	display: inline;
}

#content .item-list div label span {
	margin-left: 3px;
}

#content input.text,
#content input.file,
#content input.password,
#content select,
#content textarea {
	padding: 1px;
	border: 1px solid #666;
	font-family: "ＭＳ ゴシック","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, monospace;
}

#content input.text,
#content input.file,
#content input.password {
	width: 98%;
	font-size: 108%;
}

#content input.half {
	width: 50%;
}

#content input.third {
	width: 33%;
}

#content input.quartor {
	width: 25%;
}

#content textarea {
	width: 99%;
	height: 4.6em;
	font-size: 100%;
}

#content textarea.long {
	height: 32.6em;
}

#content textarea.manuscript-summary {
	height: 30em;
	line-height: 1.2;
}

#content p.mag-body {
	line-height: 1.4;
	overflow: hidden;
	font-family: "ＭＳ ゴシック", monospace;
	font-size: 93%;
}

/* mantis No.5846 wakasugi 2009/9/28 <pre>用の設定を追加しました。 */
#content pre.mag-body {
	line-height: 1.4;
	font-family: "MS Gothic", monospace;
	font-size: 93%;
	white-space: pre-wrap;
	word-break: break-all;
	line-break: anywhere;
}

#content p.m-body {
	width: 20em;
}

* html content p.mag-body {
	overflow: visible;
	word-break: break-all; /* This warning is off the subject. */
	word-wrap: break-word; /* This warning is off the subject. */
}

#content select option {
	padding-right: 0.5em;
}

#content input.year,
#content input.month,
#content input.day {
	text-align: right;
}

#content input.year {
	width: 2.5em;
}

#content input.month,
#content input.day {
	width: 1.5em;
}

#content .credit-card-input input.month,
#content .credit-card-input input.year {
    width: 2em;
}

#content .credit-card-input input.birth-year {
    width: 4em;
}

#content .credit-card-input input.cvc {
    width: 3em;
}

#content input.zip-u {
	width: 2em;
}

#content input.zip-l {
	width: 2.5em;
}

#content input.phone {
	width: 2.5em;
}

#content input.magid {
	width: 5.5em;
}

#content input.userid,
#content input.userpass,
#content input.password {
	width: 16.5em;
}

#content p.guide {
	padding: 5px 0;
}

#content .sub p.guide {
	margin: 0 0 5px 15px;
}

#content p.guide a {
	padding-left: 12px;
	background: url("../img/golink.png") 0 no-repeat;
}

#content table {
	margin-right: 2px;
	border: 1px solid #999;
	width: 98%;
	background-color: #fff;
	border-collapse: collapse;
}

#content table th,
#content table td {
	padding: 4px;
	border: 1px solid #999;
	border-width: 1px 0 0 1px;
}

#content table td.checkit {
	border: none;
}

#content table th {
	color: #333;
	background-color: #aedef7;
	font-weight: bold;
	text-align: center;
}

#content table tbody th {
	background-color: #fff8dc;
}

#content table .l {
	text-align: left;
}

#content table .c {
	text-align: center;
}

#content table .d {
	text-align: center;
	width: 13%;
}

#content table .r {
	text-align: right;
}

#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 {
	width: 50px;
	font-weight: bold;
	font-size: 108%;
}

#content .item-list div table.cal-num label {
	margin-bottom: 0;
}

#content .item-list div table.cal-num label input {
	float: left;
}

#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%;
}

#content table.t-reader {
	width: auto;
}

#content table.t-reader td {
	width: 20%;
}

#content table.t-reader .t-total {
	background: #ffe7ac;
}

#content .navi {
	padding: 1em 0;
	text-align: right;
}

#content .navi p {
	margin-bottom: 1em;
}

#content .navi a {
	padding-left: 12px;
	background: url("../img/golink.png") 0 no-repeat;
	font-weight: bold;
}

#content .control {
	padding: 1em 0;
	text-align: center;
}

#content .control-sub {
	margin-left: 173px;
}

#content .control-sub li {
	margin-right: 20px;
	float: left;
	clear: none;
}

#content .control input,
#content .control .get {
	padding: 0.25em 0.5em;
}

*:first-child+html #content .control input.get {
	padding: 0.25em 0em;
}

#content .control input.btn-save {
	background:#22a3df;
	color:#fff;
	border:1px solid grey;
	display: block;
	margin: 20px auto !important;
}

#content .control input.big {
	margin-right: 10px;
	padding: 0.4em 1em;
	font-size: 116%;
}

#content .control input.primary-big {
    padding: 0.4em 1em;
    margin: 0.5em 1em;
    font-size: 116%;
    background:#22a3df;
    color:#fff;
    border:1px solid grey;
    cursor: pointer;
}

#content .control input.primary-big:disabled {
    background-color: grey;
    cursor: not-allowed;
}

#content .control input.secondary {
    padding: 0.25em 0.5em;
    cursor: pointer;
}


* html #content .control input.big {
	padding: 0.4em 0em;
}

*:first-child+html #content .control input.big {
	padding: 0.4em 0em;
}

.kbd {
	margin-bottom: 10px;
}

.kbd br {
	clear: both;
}

.kbd kbd a,
.kbd span {
	margin: 0 3px 3px 0;
	padding: 3px 8px;
	border: 1px solid #f2f0ee;
	border-right-color: #75736e;
	border-bottom-color: #75736e;
	display: block;
	float: left;
	width: 16px;
	color: #000;
	text-decoration: none;
}

.kbd span {
	border-color: #dde3e3;
}

* html .kbd span {
	width: 32px;
}

#content .offmag table {
	margin-right: 0;
	border: 1px solid #999;
	width: 100%;
	background-color: #fff;
	border-collapse: collapse;
}

#content .offmag table .t-unit1 {
	width: 80%;
	background-color: #aedef7;
}

#content .offmag table .t-unit1 span {
	padding: 0 25px;
	background: url("../img/point.png") no-repeat 10px 50%;
	font-weight: bold;
}

#content .offmag table .t-unit2 {
	width: 10%;
	color: #f00;
	background-color: #ffe7ac;
	text-align: center;
}

#content .offmag table .t-unit3 {
	width: 10%;
	color: #999;
	background-color: #c0d0d8;
	text-align: center;
}

#content .paragraph {
	margin-bottom: 10px;
}

#content div.set {
	padding-top: 10px;
	text-align: center;
}

#content #f-sv #bn-menu {
	float:left;
	width: 210px;
}

#content #f-sv #bn-menu a {
	margin-left: 10px;
	margin-top: 10px;
	display: block;
	text-indent: -9999px;
	background: url("/img/bn-ouen_200.gif") no-repeat 50% 0;
	height: 200px;
	width: 200px;
	overflow: hidden;
}

.wide #content #f-sv ul {
	float:right;
	width: 560px;
}

#content #f-sv ul {
	margin-top: 10px;
	float:right;
	width: 550px;
}

#content #f-sv li {
	height: 68px;
}

#content #f-sv .bn01 a {
	display: block;
	text-indent: -9999px;
	background: url("/img/bn-senbu.gif") no-repeat right 0;
	height: 63px;
	width: 550px;
	overflow: hidden;
}

#content #f-sv .bn02 a {
	display: block;
	text-indent: -9999px;
	background: url("/img/bn-kanryo.gif") no-repeat right 0;
	height: 63px;
	width: 550px;
	overflow: hidden;
}

#content #f-sv .bn03 a {
	display: block;
	text-indent: -9999px;
	background: url("/img/bn-m_pickup.gif") no-repeat right 0;
	height: 63px;
	width: 550px;
	overflow: hidden;
}

#content #f-sv .btn a {
	display: block;
	text-indent: -9999px;
	background: url("/img/bn-menu.gif") no-repeat right 0;
	height: 29px;
	width: 550px;
	overflow: hidden;
}
#content .control-bottom-dotted-line {
	padding-bottom: 30px; 
	background: url("../img/dot-gray.png") repeat-x bottom;
}

/* SIDEBAR */

#sidebar {
	margin-top: 10px;
	padding-top: 4px;
	background: url("../img/lnavi-bg.png") no-repeat;
}

* html #sidebar {
	padding-top: 2px;
}

#sidebar #lnavi {
	margin-bottom: 5px;
	padding-bottom: 3px;
	width: 220px;
	background: url("../img/lnavi-bgs.png") no-repeat 0 100%;
}

#sidebar #lnavi ul {
	border: 1px solid #e6e6e6;
	border-width: 0 1px;
}

#sidebar #lnavi li {
	margin: -2px 1px 3px;
	padding: 7px 0 6px 25px;
	border-bottom: 1px solid #f3f3f3;
	height: 1%;
	color: #03f;
	background: url("../img/lnavi-item-bg.png") no-repeat;
	font-weight: bold;
	font-size: 93%;
}

#sidebar #lnavi li:hover,
#sidebar #lnavi li.hover,
#sidebar #lnavi li.sel {
	background-position: -216px 0;
}

#sidebar #lnavi li a {
	display: block;
	height: 1%;
	color: #03f;
	text-decoration: none;
}

#sidebar #lnavi li.last-child {
	margin-bottom: 0px;
	border-bottom-color: #fff;
}

#sidebar #sc,
#sidebar .ad {
	margin-bottom: 10px;
	width: 220px;
}

#sidebar #sc li {
	margin: 0 0 5px 13px;
}

* html #sidebar #sc li {
	height: 1%;
}

#sidebar #sc li a {
	padding-left: 6px;
	display: block;
	background: url("../img/rel.png") no-repeat 0;
}

#sidebar .card {
	margin: 10px 0;
	padding: 5px;
	padding-top: 40px;
	background: url("../img/card.png") no-repeat 50% 5px;
	border: 1px solid #f90;
	color: #f00;
	width: 205px;
	text-align: center;
}

#sidebar .payment_image{
	width: 200px;
}

#sidebar .payment_description{
	color: black;
	font-size: 80%;
	margin-top: 10px;
}

#sidebar .ad {
	text-align: center;
}

#sidebar #l-bn-menu a {
	margin-left: 10px;
	margin-top: 10px;
	display: block;
	text-indent: -9999px;
	background: url("/img/bn-ouen_200.gif") no-repeat 50% 0;
	height: 200px;
	width: 200px;
	overflow: hidden;
}

#wrapper #sidebar #charge-ossm {
	margin-bottom: 10px;
	margin-top: 20px;
	padding-right: 6px;
	position: relative;
}

#top #wrapper #sidebar #charge-ossm {
	margin-top: 0;
	padding-left: 6px;
	padding-right: 0;
}

* html #wrapper #sidebar #charge-ossm {
	height: 1%;
}

#wrapper #sidebar #charge-ossm dt {
	padding: 0 10px;
	height: 1%;
	color: #333;
	background: url("/img/charged-title.gif") no-repeat;
	font-weight: bold;
}

#wrapper #sidebar #charge-ossm ul {
	padding: 0;
}

#wrapper #sidebar #charge-ossm li {
	margin: 10px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #999;
	color: #333;
}

#wrapper #sidebar #charge-ossm li a {
	display: block;
	font-weight: bold;
}

#wrapper #sidebar #charge-ossm li strong a {
	display: inline;
}

#wrapper #sidebar #charge-ossm li span {
	display: block;
	font-weight: bold;
	text-align: right;
}

#wrapper #sidebar #charge-ossm li.last {
	margin: 10px;
	padding-bottom: 10px;
	border-bottom: none;
}

#wrapper #sidebar #charge-ossm dd {
	border: 1px solid #c3b676;
	position: relative;
	height: 1%;
}

#wrapper #sidebar #charge-ossm li form {
	margin-top: 5px;
	text-align: center;
}


/* teiban */

#wrapper div#teiban {
	padding-top: 30px;
	clear: both;
}

#wrapper div#teiban h2 {
	margin-bottom: 10px;
	padding-bottom: 0;
	background-image: url("/img/headline-2-top.gif");
	background-repeat: no-repeat;
}

#wrapper div#teiban h2 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%;
}

#wrapper div#teiban h2.mypage {
	margin-bottom: 10px;
	width: 550px;
	background-image: url("../img/h2-bg.png");
	background-repeat: no-repeat;
}

#wrapper div#teiban h2 span.mypage {
	padding: 6px 18px;
	display: block;
	color: #333;
	background-image: url("../img/h2-bg.png");
	background-repeat: no-repeat;
	background-position: -1330px 100%;
	font-weight: bold;
	font-size: 116%;
}

#wrapper div#teiban dl.mag-unit {
	margin-right: 18px;
	margin-left: 18px;
}

#wrapper div#teiban ul {
	display: block;
}

#wrapper div#teiban .mag-unit .mag-title {
	background: url("/img/pick-title-bg.png") repeat-x;
}

#wrapper div#teiban .mag-unit .mag-body {
	border-color: #F9E4C0;
}

#teiban .mag-unit .mag-meta .meta-price {
	background-image: url("https://www.mag2.com/img/meta-price-o.gif");
}

#teiban .mag-unit .mag-meta .meta-number {
	background-image: url("https://www.mag2.com/img/meta-number-o.gif");
}

#teiban .mag-unit .mag-meta .meta-update {
	background-image: url("https://www.mag2.com/img/meta-update-o.gif");
}

#teiban .mag-unit .mag-meta .meta-rest {
	background-image: url("https://www.mag2.com/img/meta-rest-o.gif");
}

#teiban .mag-unit .mag-meta .meta-bn {
	background-image: url("https://www.mag2.com/img/meta-bn-o.gif");
}

#teiban .mag-unit .mag-meta .meta-type {
	background-image: url("https://www.mag2.com/img/meta-type-o.gif");
}

#teiban .mag-unit .mag-meta .meta-period {
	background-image: url("https://www.mag2.com/img/meta-period-o.gif");
}

#teiban .control {
	text-align: center;
}

#wrapper #teiban .control input {
	margin: 0.75em 0;
	padding: 0.25em 0.5em;
}

#wrapper #teiban .control input.big {
	margin-right: 10px;
	padding: 0.4em 1em;
	font-size: 116%;
}

* html #wrapper #teiban .control input.big {
	padding: 0.4em 0em;
}

/* FOOTER */

#footer {
	background-position: 0 0;
	text-align: center;
}

#footer ul {
	padding: 5px 0;
}

#footer ul li:first-child,
#footer ul li.first-child {
	padding-left: 0;
	background-image: none;
}

#footer ul li {
	padding-left: 8px;
	display: inline;
	background: url("../img/par.png") no-repeat 0;
}

#footer .genre ul {
	padding-right: 8px;
	display: inline;
	background: url("https://img.mag2.com/h/common/par_r.png") no-repeat 100%;
}

#footer .genre li:first-child,
#footer .genre li.first-child {
	padding-left: 8px;
	background-image: url("https://img.mag2.com/h/common/par_l.png");
}

#footer address {
	padding: 5px 0;
	color: #666;
	background-position: 0 0;
	text-align: right;
}

#footer address span {
	margin-right: 0.5em;
}

#footer address p {
	margin-left: 0.5em;
	display: inline;
}

#footer li.set a {
	color: #f00;
}

/* TOP PAGE
--------------------------------------------------------- */

#content .navi {
	padding: 10px 0 0;
	text-align: right;
}

body#top #content p {
	margin-bottom: 10px;
}

body#top #content .sub p {
	margin: 0;
}

body#top #content .sub dt {
	margin-bottom: 5px;
	color: #f60;
	font-weight: bold;
}

body#top #content .split .block {
	width: 272px;
}

body#top #content .split {
	margin-bottom: 10px;
	position: relative;
	background: url("../img/top-bk.png") no-repeat 0 100%;
}

body#top #content .split #top-publ {
	width: 272px;
}

body#top #content .second {
	margin-bottom: 10px;
	background: url("../img/top-bk.png") no-repeat -550px 100%;
}

body#top #content .third {
	margin-bottom: 10px;
	background: none;
}

body#top #content .third .block {
	margin-bottom: 0;
}

body#top #content #top-other {
	padding-top: 4px;
	border: 1px solid #ffb94f;
	width: 270px;
	min-height: 130px;
}

* html body#top #content #top-other {
	height: 130px;
}

body#top #content #top-other dt {
	padding: 2px 6px;
}

body#top #content #top-help div {
	margin-bottom: 10px;
}

body#top #content .block dt {
	margin-bottom: 0;
	padding: 0;
	border-bottom: 0;
	background: none;
}

body#top #content .block dd {
	padding: 10px;
}

body#top #content .block li {
	margin-left: 1em;
	list-style: disc;
}

body#top #content .navi p {
	margin-bottom: 0;
}

body#top #content li#sec {
	padding-bottom: 10px;
	background: url("../img/dot-black.png") no-repeat 0 100%;
}

body#top #content li#localnavi {
	padding-top: 10px;
}

body#top #content div.t-group {
	margin-bottom: 10px;
}

body#top #content table {
	width: 100%;
}

body#top #content table .t-unit1 {
	width: 80%;
	background-color: #aedef7;
}

body#top #content table .t-unit1 span {
	padding: 0 5px;
	font-weight: bold;
}

body#top #content table .t-unit2 {
	width: 10%;
	color: #f00;
	background-color: #ffe7ac;
	text-align: center;
}

body#top #content span.bnsub {
	margin-right: 15px;
}

body#top #sidebar {
	background: none;
}

/* メンテナンス告知 */
p.info span {
	color: #f00;
	font-weight: bold;
}


/* HELP PAGE
--------------------------------------------------------- */

body#help #content {
	color: #333;
}

body#help #content p.lead {
	padding: 0 15px 17px;
	line-height: 1.3;
	font-size: 108%;
}

body#help #content .block dd {
	padding: 5px 12px 25px 138px;
	position: relative;
	font-size: 108%;
}

* html body#help #content .block dd {
	height: 1%;
}

body#help #content .block dd img {
	position: absolute;
	left: 7px;
}

body#help #content .tb {
	position: relative;
	float: left;
	width: 385px;
}

body#help #content .tb.last-child {
	float: right;
}

body#help #content .tb table {
	width: 100%;
}

body#help #content .tb .box-head-l,
body#help #content .tb .box-head-r,
body#help #content .tb .box-foot-l,
body#help #content .tb .box-foot-r {
	background-image: url("../img/round-t-bg.png");
}

body#help #content .tb .box-head-l {
	top: -1px;
	left: -1px;
}

body#help #content .tb .box-head-r {
	top: -1px;
}

body#help #content .tb .box-foot-l {
	left: -1px;
}

* html body#help #content .tb .box-head-l,
* html body#help #content .tb .box-head-r {
	top: 0;
}

* html body#help #content .tb .box-head-l,
* html body#help #content .tb .box-foot-l {
	left: 0;
}

* html body#help #content .tb .box-head-r,
* html body#help #content .tb .box-foot-r {
	right: 1px;
}

*:first-child+html body#help #content .tb .box-head-l,
*:first-child+html body#help #content .tb .box-head-r {
	top: 0;
}

*:first-child+html body#help #content .tb .box-head-l,
*:first-child+html body#help #content .tb .box-foot-l {
	left: 0;
}

body#help #content .tb table,
body#help #content .tb table th,
body#help #content .tb table td {
	border: 1px solid #6cf;
}

body#help #content .tb table td {
	padding: 8px 5px 10px;
}

body#help #content .tb table th {
	background-color: #c0e6f9;
	font-size: 108%;
}

body#help #content .tb table td ol li {
	margin-bottom: 2px;
	padding: 4px 0 1px 20px;
	background-repeat: no-repeat;
	background-position: 0 0.3em;
}

body#help #content .tb table td ol li.rank1 {
	background-image: url("../img/help-rank1.png");
}

body#help #content .tb table td ol li.rank2 {
	background-image: url("../img/help-rank2.png");
}

body#help #content .tb table td ol li.rank3 {
	background-image: url("../img/help-rank3.png");
}

body#help #content .tb table td ol li.rank4 {
	background-image: url("../img/help-rank4.png");
}

body#help #content .tb table td ol li.rank5 {
	background-image: url("../img/help-rank5.png");
}

/* STEP-G4
--------------------------------------------------------- */

ol#step-g4 {
	position: relative;
	width: 550px;
	height: 41px;
	background: url("../img/step4.png") no-repeat;
	text-align: center;
}

ol#step-g4 li {
	position: absolute;
	top: 0;
	width: 127px;
	height: 41px;
	overflow: hidden;
	background-image: url("../img/step4.png");
	background-repeat: no-repeat;
	text-indent: -9999px;
}

ol#step-g4 li#step-1 {
	left: 0;
}

ol#step-g4 li#step-2 {
	left: 140px;
	background-position: -140px 0;
}

ol#step-g4 li#step-3 {
	left: 280px;
	background-position: -280px 0;
}

ol#step-g4 li#step-4 {
	left: 420px;
	background-position: -420px 0;
}

ol#step-g4 li#step-5 {
	left: 624px;
	background-position: -624px 0;
}

ol#step-g4 li#step-1.sel {
	background-position: 0 -42px;
}

ol#step-g4 li#step-2.sel {
	background-position: -140px -42px;
}

ol#step-g4 li#step-3.sel {
	background-position: -280px -42px;
}

ol#step-g4 li#step-4.sel {
	background-position: -420px -42px;
}

/* STEP-G5
--------------------------------------------------------- */

ol#step-g5 {
	margin-bottom: 3px;
	position: relative;
	width: 550px;
	height: 38px;
	background: url("../img/step5.png") no-repeat;
	text-align: center;
}

ol#step-g5 li {
	position: absolute;
	top: 0;
	width: 95px;
	height: 38px;
	overflow: hidden;
	background-image: url("../img/step5.png");
	background-repeat: no-repeat;
	text-indent: -9999px;
}

ol#step-g5 li#step-1 {
	left: 0;
}

ol#step-g5 li#step-2 {
	left: 114px;
	background-position: -114px 0;
}

ol#step-g5 li#step-3 {
	left: 228px;
	background-position: -228px 0;
}

ol#step-g5 li#step-4 {
	left: 342px;
	background-position: -342px 0;
}

ol#step-g5 li#step-5 {
	left: 456px;
	background-position: -456px 0;
}


ol#step-g5 li#step-1.sel {
	background-position: 0 -40px;
}

ol#step-g5 li#step-2.sel {
	background-position: -114px -40px;
}

ol#step-g5 li#step-3.sel {
	background-position: -228px -40px;
}

ol#step-g5 li#step-4.sel {
	background-position: -342px -40px;
}

ol#step-g5 li#step-5.sel {
	background-position: -456px -40px;
}

/* STEP-6p
--------------------------------------------------------- */

ol#step-6p {
	margin-bottom: 3px;
	position: relative;
	width: 550px;
	height: 38px;
	background: url("../img/step6p.png") no-repeat;
	text-align: center;
}

ol#step-6p li {
	position: absolute;
	top: 0;
	width: 80px;
	height: 38px;
	overflow: hidden;
	background-image: url("../img/step6p.png");
	background-repeat: no-repeat;
	text-indent: -9999px;
}

ol#step-6p li#step-1 {
	left: 0;
}

ol#step-6p li#step-2 {
	left: 94px;
	background-position: -94px 0;
}

ol#step-6p li#step-3 {
	left: 188px;
	background-position: -188px 0;
}

ol#step-6p li#step-4 {
	left: 282px;
	background-position: -282px 0;
}

ol#step-6p li#step-5 {
	left: 376px;
	background-position: -376px 0;
}

ol#step-6p li#step-6 {
	left: 470px;
	background-position: -470px 0;
}


ol#step-6p li#step-1.sel {
	background-position: 0 -40px;
}

ol#step-6p li#step-2.sel {
	background-position: -94px -40px;
}

ol#step-6p li#step-3.sel {
	background-position: -188px -40px;
}

ol#step-6p li#step-4.sel {
	background-position: -282px -40px;
}

ol#step-6p li#step-5.sel {
	background-position: -376px -40px;
}

ol#step-6p li#step-6.sel {
	background-position: -470px -40px;
}

/* STEP-G8
--------------------------------------------------------- */

ol#step-g8 {
	position: relative;
	width: 550px;
	height: 41px;
	background: url("../img/step8.png") no-repeat;
	text-align: center;
}

ol#step-g8 li {
	position: absolute;
	top: 0;
	width: 57px;
	height: 41px;
	overflow: hidden;
	background-image: url("../img/step8.png");
	background-repeat: no-repeat;
	text-indent: -9999px;
}

ol#step-g8 li#step-1 {
	left: 0;
}

ol#step-g8 li#step-2 {
	left: 70px;
	background-position: -70px 0;
}

ol#step-g8 li#step-3 {
	left: 140px;
	background-position: -140px 0;
}

ol#step-g8 li#step-4 {
	left: 210px;
	background-position: -210px 0;
}

ol#step-g8 li#step-5 {
	left: 280px;
	background-position: -280px 0;
}

ol#step-g8 li#step-6 {
	left: 350px;
	background-position: -350px 0;
}

ol#step-g8 li#step-7 {
	left: 420px;
	background-position: -420px 0;
}

ol#step-g8 li#step-8 {
	left: 490px;
	background-position: -490px 0;
}

ol#step-g8 li#step-1.sel {
	background-position: 0 -41px;
}

ol#step-g8 li#step-2.sel {
	background-position: -70px -41px;
}

ol#step-g8 li#step-3.sel {
	background-position: -140px -41px;
}

ol#step-g8 li#step-4.sel {
	background-position: -210px -41px;
}

ol#step-g8 li#step-5.sel {
	background-position: -280px -41px;
}

ol#step-g8 li#step-6.sel {
	background-position: -350px -41px;
}

ol#step-g8 li#step-7.sel {
	background-position: -420px -41px;
}

ol#step-g8 li#step-8.sel {
	background-position: -490px -41px;
}

/* LOGIN-LOGOFF PAGE
--------------------------------------------------------- */

body#login #wrapper #page-info {
	margin-bottom: 10px;
	border-bottom: 1px solid #5db087;
}

body#login #content {
	padding-top: 5px;
}

body#login #content .box {
	margin: 10px;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

body#login #content .box ul.disc {
	text-align: left;
}

body#login .item-list li {
	margin: 0 auto;
	width: 530px;
	text-align: left;
}

body#login .item-list li.control {
	text-align: center;
}

body#login .item-list p {
	padding-top: 5px;
	padding-bottom: 5px;
}

body#login .item-list .submit {
	margin: 0 0 0 30px;
	border: 0;
	display: block;
	float: left;
	width: 219px;
	height: 48px;
	background: url("../img/mypage-btn.gif") no-repeat;
	text-indent: -9999px;
}

body#login div.info {
	margin-left: 80px;
	padding: 20px 0 10px 170px;
	text-align: left;
	width: 400px;
	background: url("https://img.mag2.com/mag2/mag-chan/std.gif") 0 50% no-repeat;
}

body#login div.info dl {
	padding:10px;
	border: 1px solid #f30;
}

body#login div.info dt {
	padding-top: 10px;
	font-weight: bold;
	color: #f60;
}

body#logoff #topicpath {
	margin-bottom: 10px;
	padding: 5px 12px;
	border-bottom: solid 1px #3cf;
	background: url("../img/bg-wide.png") no-repeat;
}

body#logoff * html #topicpath {
	width: 780px;
}

body#logoff #topicpath h1 {
	padding-left: 20px;
	background: url("../img/point-mark.png") no-repeat 0;
	font-weight: bold;
	font-size: 123%;
}

body#logoff #content .box {
	padding-bottom: 50px;
	text-align: center;
}

body#logoff #content .box p.message {
	padding: 20px 0 0;
	font-weight: bold;
	font-size: 131%;
	text-align: center;
}

body#logoff #content .item-list label {
	text-align: left;
}

body#logoff #content .item-list li div {
	text-align: left;
}

body#logoff dl {
	width: 760px;
	text-align: center;
}

body#logoff dt {
	text-align: left;
}

body#logoff p.inp-add {
	text-align: left;
}

body#logoff p.sub-title {
	margin: 10px auto 30px;
	padding: 0 0 0 4px;
	font-size: 108%;
	text-align: left;
}

body#logoff .item-list {
	margin-bottom: 0;
}

body#logoff .item-list li {
	margin: 0 auto;
	width: 530px;
}

body#logoff .item-list li.nobg {
	background: none;
}

body#logoff ol#step-list,
body.togo ol#step-list {
	margin: auto;
	position: relative;
	width: 760px;
	height: 41px;
	background: url("../img/step-list.png") no-repeat;
	text-align: center;
}

* html body#logoff ol#step-list,
body.togo ol#step-list {
	margin-left: 10px;
}

body#logoff ol#step-list li,
body.togo ol#step-list li {
	position: absolute;
	top: 0;
	width: 136px;
	height: 41px;
	overflow: hidden;
	background-image: url("../img/step-list.png");
	background-repeat: no-repeat;
	text-indent: -9999px;
}

body#logoff ol#step-list li#step-1,
body.togo ol#step-list li#step-1 {
	left: 0;
}

body#logoff ol#step-list li#step-2,
body.togo ol#step-list li#step-2 {
	left: 156px;
	background-position: -156px 0;
}

body#logoff ol#step-list li#step-3,
body.togo ol#step-list li#step-3 {
	left: 312px;
	background-position: -312px 0;
}

body#logoff ol#step-list li#step-4,
body.togo ol#step-list li#step-4 {
	left: 468px;
	background-position: -468px 0;
}

body#logoff ol#step-list li#step-5,
body.togo ol#step-list li#step-5 {
	left: 624px;
	background-position: -624px 0;
}

body#logoff.step-1 ol#step-list li#step-1,
body.togo.step-1 ol#step-list li#step-1 {
	background-position: 0 -41px;
}

body#logoff.step-2 ol#step-list li#step-2,
body.togo.step-2 ol#step-list li#step-2 {
	background-position: -156px -41px;
}

body#logoff.step-3 ol#step-list li#step-3,
body.togo.step-3 ol#step-list li#step-3 {
	background-position: -312px -41px;
}

body#logoff.step-4 ol#step-list li#step-4,
body.togo.step-4 ol#step-list li#step-4 {
	background-position: -468px -41px;
}

body#logoff.step-5 ol#step-list li#step-5,
body.togo.step-5 ol#step-list li#step-5 {
	background-position: -624px -41px;
}

body#logoff.step-4.inp #content .box,
body.togo.step-4.inp #content .box {
	padding-top: 10px;
	padding-bottom: 10px;
}

body#logoff.step-4.inp #content .box.inp {
	padding-bottom: 40px;
}

/* COMMON STYLE
--------------------------------------------------------- */

img {
	border: none;
	vertical-align: bottom;
}

ol,
ul {
	list-style: none;
}

.text:focus,
textarea:focus,
select:focus,
.password:focus {
	background-color: #ffc;
}

li.alert .text,
li.alert select,
li.alert textarea {
	color: #000 !important;
	background-color: #fdd !important;
}

li.alert label {
	background-image: url("../img/alert.png") !important;
}

li.alert div label {
	background-image: none !important;
}

ul.disc {
	width: 500px;
	list-style: disc inside;
}

.wide ul.disc {
	margin: 10px 0 10px 140px;
}

.std ul.disc {
	margin: 10px 0 10px 25px;
}

/* PAGING */

#content div.paging {
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
	background: url("../img/dot-gray.png") repeat-x 0 100%;
}

#content div.paging p.line-sub {
	padding: 10px 0;
	background: url("../img/dot-gray.png") repeat-x;
	text-align: center;
}

#content div.paging ol.step {
	display: block;
	position: relative;
	height: 0;
}

* html #content div.paging ol.step {
	margin-top: -10px;
}

#content div.paging ol.step li {
	display: inline;
	width: 90px;
	vertical-align: middle;
}

#content div.paging ol.step a {
	padding-left: 15px;
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#content div.paging ol.step a.step-prev {
	background-image: url("../img/paging-p.png");
}

#content div.paging ol.step a.step-next {
	right: 0;
	background-image: url("../img/paging-n.png");
}

* html #content div.paging ol.step a.step-prev,
* html #content div.paging ol.step a.step-next {
	top: 20px;
}

#content div.paging ol.hit {
	display: block;
	text-align: center;
}

*:first-child+html #content div.paging ol.hit {
	padding: 3px 0;
}

#content div.paging ol.hit li {
	display: inline;
	vertical-align: middle;
}

* html #content div.paging ol.hit li {
	padding-left: 5px;
}

#content div.paging ol.hit a,
#content div.paging ol.hit span {
	padding: 3px;
	border: 1px solid #999;
	height: 1%;
}

#content div.paging ol.hit a {
	background-color: #fff;
}

#content div.paging ol.hit a:hover {
	color: #f60;
	background-color: #ffc;
	text-decoration: underline;
}

#content div.paging ol.hit span {
	color: #f60;
	background-color: #ffc;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

/* yread */

body#yread #content .split {
	margin-bottom: 10px;
}

body#yread #content .split .block {
	width: 260px;
}

body#yread #content .block dt {
	font-size: 100%;
}

body#yread #content .tbl02 {
	margin-bottom: 10px;
}

body#yread #content #imap {
	margin-bottom: 10px;
}

/* orz */

.round-ex {
	position: relative;
}

.round-ex .lt,
.round-ex .rt,
.round-ex .lb,
.round-ex .rb {
	position: absolute;
	width: 5px;
	height: 5px;
	overflow: hidden;
	background-image: url("../img/table-corner.png");
	background-repeat: no-repeat;
}

* html .round-ex .lt,
* html .round-ex .rt,
* html .round-ex .lb,
* html .round-ex .rb {
	display: none;
}

*:first-child + html  .round-ex .lt,
*:first-child + html  .round-ex .rt,
*:first-child + html  .round-ex .lb,
*:first-child + html  .round-ex .rb {
	display: none;
}

.round-ex .lt {
	top: 0;
	left: 0;
	background-position: 0 0;
}

.round-ex .rt {
	top: 0;
	right: 0;
	background-position: -5px 0;
}

.round-ex .lb {
	bottom: 0;
	left: 0;
	background-position: 0 -5px;
}

.round-ex .rb {
	right: 0;
	bottom: 0;
	background-position: -5px -5px;
}

.golink {
	padding-left: 12px;
	background: url("../img/golink.png") no-repeat 0;
}

.submit,
.button,
.get {
	cursor: pointer;
}

.kbd kbd a {
	background-color: #ddd;
	cursor: pointer;
}

.gotop {
	margin-top: 10px;
	text-align: right;
}

.gotop a {
	padding-left: 14px;
	background: url("../img/gotop.png") 0 no-repeat;
}

/* error-page Joint */

#Joint #content h2,
#error #content h2 {
	background: url("../img/bg-wide-title.gif") no-repeat;
	text-align: center;
}

#Joint #content h2 span,
#error #content h2 span {
	color: #000;
	background: none;
}

#error #content .navi {
	margin: 20px 0 -10px;
}

#error #content .navi p {
	margin-bottom: 0;
}

/* MAG-UNIT */

.mag-unit {
	margin-top: 20px;
	padding-bottom: 10px;
	position: relative;
}

* html body#cat-cl .mag-unit {
	padding-bottom: 10px;
}

*:first-child + html #cat-cl .mag-unit {
	padding-bottom: 10px;
}

.mag-unit .mag-title {
	position: relative;
	line-height: 1;
	color: #333;
	background: url("../img/set-title-bg.png") repeat-x;
	font-weight: bold;
	font-size: 131%;
}

* html .mag-unit .mag-title {
	height: 1%;
}

*:first-child + html .mag-unit .mag-title {
	height: 1%;
}

.mag-unit h2.mag-title {
	border-bottom: 0;
}

.mag-unit .mag-title span {
	padding: 5px 130px 5px 10px;
	display: block;
	background: none;
}

.mag-unit .mag-title span a {
	color: #333;
}

.mag-unit .mag-title img {
	position: absolute;
	top: 5px;
	right: 70px;
}

.mag-unit .mag-title img:last-child,
.mag-unit .mag-title img.last-child {
	right: 10px;
}

.mag-unit .mag-title a img {
	position: static;
}

.mag-unit .mag-body {
	border: 0 solid #c0e6f9;
	border-width: 0 2px 2px;
	overflow: hidden;
}

* html .mag-unit .mag-body {
	overflow: visible;
	word-break: break-all;
	word-wrap: break-word;
}

.mag-unit .mag-info {
	margin-bottom: 10px;
	padding: 5px 10px 0;
	line-height: 1.5;
	color: #333;
	font-size: 108%;
}

.mag-unit .mag-meta {
	padding: 0 10px;
	color: #333;
	font-size: 93%;
}

* html .mag-unit .mag-meta {
	margin: 0;
	padding: 10px;
}

*:first-child + html .mag-unit .mag-meta {
	margin-bottom: 10px;
}

.mag-unit .mag-meta li {
	margin-bottom: 5px;
	padding-right: 6px;
	padding-left: 56px;
	float: left;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

* html .mag-unit .mag-meta li {
	white-space: nowrap;
}

*:first-child + html .mag-unit .mag-meta li {
	white-space: nowrap;
}

* html .mag-unit .mag-meta li.meta-period {
	clear: both;
	width: 540px;
	white-space: normal;
}

*:first-child + html .mag-unit .mag-meta li.meta-period {
	clear: both;
	width: 470px;
	white-space: normal;
}

.mag-unit .mag-meta .meta-id {
	padding-left: 20px;
	position: absolute;
	top: 10px;
	right: 0;
	color: #333;
}

.mag-unit .mag-meta .meta-price {
	background-image: url("../img/meta-price2.gif");
}

.mag-unit .mag-meta .meta-number {
	background-image: url("../img/meta-number2.gif");
}

.mag-unit .mag-meta .meta-update {
	background-image: url("../img/meta-update2.gif");
}

.mag-unit .mag-meta .meta-rest {
	background-image: url("../img/meta-rest2.gif");
}

.mag-unit .mag-meta .meta-bn {
	background-image: url("../img/meta-bn2.gif");
}

.mag-unit .mag-meta .meta-type {
	clear: both;
	background-image: url("../img/meta-type2.gif");
}

.mag-unit .mag-meta .meta-period {
	background-image: url("../img/meta-period2.gif");
}

.mag-unit .mag-info .meta-uri {
	margin-left: 5px;
	padding-left: 14px;
	display: inline-block;
	width: 8em;
	background-image: url("../img/ext-link2.gif");
	background-repeat: no-repeat;
	background-position: 0 50%;
	font-weight: bold;
	font-size: 93%;
	white-space: nowrap;
}

.mag-unit .mag-reg {
	padding: 10px;
	position: relative;
	clear: both;
	width: 530px;
	vertical-align: top;
	background-color: #c0e6f9;
}

* html .mag-unit .mag-reg {
	width: 550px;
}

.charge .mag-unit .mag-reg {
	margin-bottom: 5px;
}

.mag-unit .mag-reg ul {
	float: right;
}

.mag-unit .mag-reg ul li {
	margin-bottom: 5px;
	margin-left: 5px;
	float: left;
	line-height: 1.5;
	color: #333;
}

.mag-unit .mag-reg .rdemail {
	padding: 2px;
	border: 1px solid #666;
	width: 15em;
}

.mag-unit input {
	padding: 0 0.5em;
	font-size: 116%;
}

.disabled-link {
	pointer-events: none;
}

.disabled {
	color: #999;
	background: #f0f0f0;
}

.c-bank {
	margin-left: 81px;
}

.select {
	padding-bottom: 0.75em;
	text-align: center;
}

.keisai {
	padding: 5px;
	width: 520px;
	background-color: #fff;
	border: 1px solid #ccc;
	overflow: hidden;
}

/* SMARTTECH */

#content .tsuikainfo1 {
	margin: 0 auto 0 auto;
	padding: 0;
	border: 0;
	width: 540px;
	background-color: #f6f6f6;
	font-size: 80%;
	line-height: 1.3;
}

#content .tsuikainfo2 {
	margin: 20px auto 20px auto;
	padding: 0;
	border: 0;
	width: 540px;
	background-color: #f6f6f6;
	text-align: left;
}

#content .tsuikainfo3 {
	margin: 0 auto 0 auto;
	padding: 0;
	border: 0;
	width: 540px;
	background-color: #f6f6f6;
	text-align: left;
}

#content .tsuikatogo1 {
	margin: 0 auto 10px auto;
	padding: 0;
	border: 0;
	width: 550px;
	height: 170px;
	background-color: #f6f6f6;
	background: url("../img/bg-togo.gif") no-repeat;
	text-align: left;
}

#content .tsuikatogo1 p.btn {
	padding: 50px 0 0 10px;
	line-height: 1.3;
	width: 280px;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
}

#content .tsuikatogo1 p.btn-img {
	padding: 0 0 0 10px;
}


/* メルマガを発行するボタン */

div.btn-pub {
	text-align: center;
	margin: o auto 15px;
}


#content .subscribe-list li {
    padding: 0.5em 0;
    display: flex;
    align-items: center;
    background: url("../img/dot-white.png") 0 100% repeat-x;
}

* html #content .subscribe-list li {
    height: 1%;
}

#content .subscribe-list a {
    padding-left: 5px;
    flex-grow: 2;
    width: 100%;
}

#content .subscribe-list .improve {
    display: block;
    background-color: #f96;
}

#content .subscribe-list div {
    margin-top: 0.5em;
    display: inline-block;
    font-weight: bold;
    text-align: center;
}

#content .subscribe-list .pay {
    width: 12em;
}

#content .subscribe-list .trial {
}

#content .subscribe-list .rest {
}

#content .subscribe-list .resend {
}

#content .subscribe-list .resend a {
	text-decoration: none;
}

#content .subscribe-list .charge {
    background-color: #fcc;
}

#content .subscribe-list .free {
    background-color: #cfc;
}

#content .subscribe-list .rest {
    background-color: #c0c0c0;
}
#content .subscribe-list .date {
	background-color: #f6f6f6;
	margin-left: 5px;
	padding:0px 2px;
	font-weight: normal;
}
#content .subscribe-list .cancelwaiting {
    background-color: #f6f6f6;
    color:#f00;
}
/* 登録中メルマガ 登録メールアドレス選択*/
#content div.active {
	display: block;
}

#content div.inactive {
	display: none;
}

/* SelectCreditCard.html */
p.selectcreditcard {
	padding-bottom: 5px;
	font-size: 108%;
}

/* SelectCreditCardConfirm.html */
#content .selectcreditcardconfirm p.lead {
	padding-top: 10px;
	min-height: 20px;
}

/* 退会 */
#content .quit {
	text-align: center;
}

#content .quit h3 {
	padding: 20px;
	font-weight: 100;
	border: none;
}

#content #documentlabel {
    width: 120px;
}

#content #documentfield {
    width: 600px;
}

#content #documentuser {
    width: 480px;
}

/* まぐポイント */
#content .sub_point .point {
    font-size: 18px;
    padding-bottom: 3px;
}

#content .sub_point{
    margin-bottom: 10px;
    padding: 10px 15px;
    border: 1px dashed #f60;
    background-color: #fff8dc;
}

#content .sub_point .point h3 {
	margin-bottom: 2px;
	padding-left: 0.25em;
	border-left: 1em solid #3cf;
	min-height: 1em;
	font-weight: bold;
	font-size: 16px;

}

#content .sub_point .point strong {
	font-weight: bold;
        color: #FF3535;
	font-size: 30px;
}

#content .sub_point .point_link {
        text-align: right;
        margin-left:auto;
}

/* プレミアムメンバー */
#content .sub_premiummember .premiummember {
    font-size: 18px;
    padding-bottom: 3px;
}

#content .sub_premiummember{
    margin-bottom: 10px;
    padding: 10px 15px;
    border: 1px dashed #f60;
    background-color: #fff8dc;
}

#content .sub_premiummember .premiummember h3 {
	margin-bottom: 10px;
	padding-left: 0.25em;
	border-left: 1em solid #3cf;
	min-height: 1em;
	font-weight: bold;
	font-size: 16px;
}

#content .sub_premiummember .premiummember_link {
        text-align: right;
        margin-left:auto;
}

#content .sub_premiummember li{
	font-size: 16px;
	margin-bottom: 6px;
}

/* まぐポイント有効期限 */

#magpoint-expiration-container {
	margin-left: 10px;
}

#magpoint-expiration-title {
	width: 80%;
	font-weight: bold;
}

#magpoint-expiration-list {
	width: 80% !important;
}

#magpoint-expiration-list th {
	background-color: #ffffff !important;
}

.captcha-image {
	margin-bottom:0.5em;
}

.captcha-input {
	width: 20em !important;
}

p#gallery {
	width: 100%;
}

ul#gallery-list p {
	text-align: center;
	float: left;
}

ul#gallery-list img {
	height: 300px;
	width: 140px;
	margin: 5px 10px;
	object-fit: contain;
}

input.dlt {
	padding: 0.2em 0.3em;
}

p.small {
	font-size: 90%;
}

div.center {
	text-align: center;
}

div.center ul {
	text-align: left;
	display: inline-block;
	padding: 5px;
	line-height: 1.3em;
}

.agentTerm,
.paydeliveryTerm {
	width: 530px;
	height: 430px;
	overflow: auto;
    border: 1px solid #666;
    font-family: "ＭＳ ゴシック",monospace;
    padding: 1px;
	background-color: #ffffff;
	white-space: pre-wrap;
}

.agentTerm:hover,
.paydeliveryTerm:hover {
	background-color:  #fffacd;
}

#content .contact {
	padding-top: 10px;
	text-align: right;
}

div .resend-pager table,
div .resend-pager table * {
	border: none !important;
	background-color: transparent !important;
}

#ad p.textAd {
    background-color: rgba(255, 102, 0, 0.48);
    padding: 10px 0px;
}

.manage-extra-subscriber h3 {
    margin-top: 15px;
}

#content .regist-ad-magazine .error-messages {
    color: red;
    font-weight: bold;
}

#content .regist-ad-magazine .item-list li .input-notice {
    display: inline-block;
    color: blue;
    margin-left: 212px;
    padding-top: 0;
}

#content .regist-ad-magazine .item-list li .input-error-message {
    display: none;
}

#content .regist-ad-magazine .item-list li.alert .input-error-message {
    display: inline-block;
    color: red;
    margin-left: 212px;
    padding-top: 0;
}

#content .regist-ad-magazine fieldset .item-list div {
    word-break: break-all;
}

#content .edit-ad-magazine .magazine-data .magazine-data-label {
    display: inline-block;
    width: 30%;
}

#content .edit-ad-magazine .magazine-data .magazine-data-value {
    display: inline-block;
    width: 60%;
}

.summary-body {
    white-space: pre-wrap;
    word-break: break-word;
}
/* SHARE-3666 */
#free-period option[value="6"] {
	display: none;
}

@media only screen and (max-width: 480px) {
  #header #log-info {
    position: initial;
    right: initial;
    bottom: initial;
  }
}

#content .reservation-list-wrapper {
	margin: 0.25em 0;
	font-size: 1.1em;
}

#content .recent-completed-delivery-items-wrapper {
	margin: 0.25em 0;
	font-size: 1.1em;
}

#content .reservation-list .reserved-item-header {
	color: red;
}

#content .reserved-item-link {
	text-decoration: none;
}

#content .month-navigation {
	text-align: center;
	margin: 0.5em 0;
}

#content .month-navigation .go-to-month {
	padding: 0.5em 0.5em;
}

#rm-issueHistorySearchForm #notification {
	text-align: center;
	float: none;
	width: 100%;
}

.escottScriptError {
	color: red;
	font-weight: 500;
}

body.std a {
	text-decoration: none;
	color: blue;
}

body.std a.magazine{
	text-decoration: none;
	color: #000;
}

body.std a.magazine:hover{
	color: #000;
}

body.std a:hover {
	color: rgb(255, 145, 0);
}

#content .item-list li.control div.button-row {
	width: 100%;
}

#content .item-list li.control div.button-row input.submit {
	margin: 0 auto;
	min-width: 150px;
	padding: 0.25em 0;
	border: 1px solid grey;
}

#content .item-list li.control div.button-row input.big.submit{
	width: 300px;
	background-color: #22a3df;
	color: white;
}

.enquete.pay-magazine-cancel .checkbox {
	margin-right: 0.5em;
	margin-top: 2px !important;
}

.enquete.pay-magazine-cancel .choice-item {
	display: flex; 
	align-items: flex-start; 
	margin-bottom: 0.5em;
}

.enquete.pay-magazine-cancel label {
	line-height: 17px;
	margin-bottom: 0px !important;
}

.enquete.pay-magazine-cancel li > ul > li {
	margin-left: 1.5em;
	margin-top: 5px;
}

.btn-mail-management {
	display: block;
	background: #ff8c1a;
	text-align: center;
	margin: 5% 10%;
	font-size: 123%;
	color: white !important;
	padding: 1em 1em;
	box-shadow: 2px 3px 2px -2px grey;
	border-radius: 5px;
}

.notify {
	color: #f00;
	line-height: 1.3!important;
}

.with-backnumber-link-btn-big {
	margin-right: 10px;
	padding: 0.4em 1 em;
	font-size: 116%;
	width: 300px;
}

.with-backnumber-link-btn-disabled {
	cursor: not-allowed;
}