@charset "UTF-8";

@import url("edit-mode.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%;
}

/* 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 #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: 120px;
	height: 39px;
}

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

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

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

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

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

#wrapper #gnavi li * {
	display: block;
	width: 120px;
	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: -120px -39px;
}

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

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

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

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

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

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

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

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

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

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

#wrapper #gnavi li#gnavi-help.sel *,
#wrapper #gnavi li#gnavi-help.sel a:hover {
	background-position: -480px 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%;
}

.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;
}

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

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

#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 {
	margin-bottom: 5px;
	padding: 5px 0;
	padding-left: 165px;
	display: block;
	background: url("../img/quick.png") 0 no-repeat;
}

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

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

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

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

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

* 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 .mag-sel-lead {
	margin: 17px 0 8px;
	position: relative;
}

#content .mag-sel-lead p {
	color: #333;
	font-weight: bold;
	font-size: 123%;
}

#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 {
	padding: 0 15px;
	background-color: #ffe9c0;
}

#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: text-top;
}

#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.mess-sub {
	text-align: center;
}

#content .box p.mess-sub-com {
	margin: 5px 0;
	text-align: center;
}

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

#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: 350px;
	background: url("../img/point.png") no-repeat;
}

#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 .pay {
	right: 75px;
}

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

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

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

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

* 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;
}

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: "ＭＳ ゴシック", 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 p.mag-body {
	line-height: 1.4;
	overflow: hidden;
	font-family: "ＭＳ ゴシック", monospace;
	font-size: 93%;
}

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

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

.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;
}

/* 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 .ad {
	text-align: center;
}

/* 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("//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("//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;
}

/* 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;
}

/* 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-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#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,
.kbd kbd a {
	background-color: #ddd;
	cursor: pointer;
}

.hover,
.kbd kbd a:hover {
	background-color: #eee;
}

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

.mag-unit .hover {
	background-color: #eee;
}



.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%;
	text-align: right;
}

#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#try {
	padding: 30px 0;
	font-size: 123%;
}