@charset "UTF-8";
/* formatting style
----------------------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 1.6;
	font-family: sans-serif;
}
hr {
	display: none;
}
/* link style
----------------------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #0066cc;   /* 青 */
	text-decoration: underline;
}
a:visited {
	color: #004c99;   /* 少し暗い青 */
	text-decoration: underline;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
----------------------------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 500px;
	margin: 0px auto;
}
#wrapper2 {
	background-color: #FFFFFF;
	width: 600px;
	margin: 0px auto; 
	padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
#footer {
	color: #FFFFFF;
	background-color: #333333;
	clear: both;
	height: 30px;
	padding: 5px;
	margin-top: 20px;
}
#print,
#print2 {
	display: none;
}
/* table styles
----------------------------------------------------*/
table  {
	border-top: 1px solid #999999;
	border-collapse:collapse;
	margin-top: 15px;
	border-right: 1px;
	width: 100%;
}
table  th  {
	padding: 5px;
	white-space: nowrap;
	border-bottom: 1px solid #999999;
}
table  td  {
	padding: 5px;
	border-bottom: 1px solid #999999;
}
/* footer styles
----------------------------------------------------*/
#footer p {
}
#footer p a {
	color: #FFFFFF;
	float: right;
}
#footer p a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
/* main styles
----------------------------------------------------*/
#main {
	padding-top: 0px;
	padding-right: 0px;
	margin-top: 0px;
}
#main img {
	text-align: center;
	display: inline;
	background-position: center;
}
p#printer {
	text-align: right;
	padding-bottom: 8px;
}
h1 {
	border-top: 3px solid #006600;
	border-bottom: 1px dotted #000000;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 4px 20px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	color: #333333;
	margin-bottom: 8px;
	background-color: #FFFFCC;
	line-height: 45px;
}
p.toji  {
	margin-top: 20px;
	text-align: center;
}
p.toji input[type="button"] {
	font-size: 1.4em;      /* 文字を大きく */
	padding: 10px 30px;    /* ボタン自体を大きく */
	min-width: 200px;      /* 横幅を安定させる */
	cursor: pointer;
}

#goot {
	border-right: 1px solid #999999;
}
#goot strong {
	font-weight: normal;
	color: #FF0000;
}
#goot th {
	font-size: 12pt;
	border-left: 1px solid #999999;
	width: 220px;
}
#goot td {
	text-align: center;
	padding: 10px;
	vertical-align: top;
	border-left: 1px solid #999999;
}
#goot td#nori_info {
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
}
.red {
	color: #F00;
	font-weight: bold;
}

#step {
	border-top-width: 0px;
	border-top-style: none;
}
#step th {
	border-bottom-width: 0px;
	border-bottom-style: none;
	padding: 0px;
}
#step td {
	border-bottom-width: 0px;
	border-bottom-style: none;
	padding: 25px 0px 25px 10px;
}
#step td#setsu {
	padding-right: 0px;
	padding-left: 10px;
}
#main ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 1.5em;
	padding-left: 0;
}
#main ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
#main ol li {
	list-style-type: decimal;
	margin-top: 6px;
}
.ai {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
.ai td {
	text-align: center;
	border-width: 0px;
	border-style: none;
	padding: 15px 0px;
}
.ai th {
	padding: 15px 0px;
	width: 30px;
	background-color: #333333;
}
#ato_pay {
}
#ato_pay th {
	background-color: #ECF5E8;
	width: 150px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#ato_pay td {
	padding-top: 20px;
	padding-bottom: 20px;
}
#daibiki {
	border-right: 1px solid #999999;
}
#daibiki th {
	background-color: #CCCCCC;
	border-left: 1px solid #999999;
}
#daibiki td {
	text-align: center;
	border-left: 1px solid #999999;
}
.gazo {
}
.gazo  strong {
	background-color: #009900;
	color: #FFFFFF;
	font-weight: normal;
	padding: 3px;
	margin: 3px;
	border: 1px solid #FFFFFF;
}
.gazo em {
	　　padding-top: 15px;
	font-weight: bold;
}
.gazo  td {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.gazo th.yoko {
	background-color: #EFEFEF;
	color: #000000;
	font-weight: normal;
}
#color {
	border-top-width: 0px;
	border-top-style: none;
}
#color td {
	padding-top: 20px;
	padding-bottom: 20px;
}
#color th {
	padding-right: 20px;
}
#color img {
	margin-top: 30px;
	margin-left: 100px;
}




/* 03optionページ内のモーダル用 */


.modal-wrapper .modal-content table td{
  border: none;
}

#footermodal {
	color: #FFFFFF;
	background-color: #333333;
	height: 20px;
	padding: 5px;
	text-align: center;
	margin-top: 20px;
}
.modallist {
	padding-left: 20px;
	font-size: 1.2em;
	line-height: 2em;
	font-weight: 300;
}

.bfmodal tr td {
	border:none !important;
}

.mdtitlebox {
    padding: 0.5em 0.5em;
    margin: 0.5em 0;
    background: #f0f7ff;
    border: dashed 2px #5b8bd0;/*点線*/
}
.mdtitlebox p {
    margin: 0; 
    padding: 0;
	font-size: 1.2em;
	line-height: 2em;
	font-weight: 300;
}


.mdtitlebox02 {
    padding: 0.5em 1em;
    margin: 0.5em 0;
    background:#59E3A5;
    border: dashed 2px #239F67;/*点線*/
}
.mdtitlebox02 p {
    margin: 0; 
    padding: 0;
	font-size: 1.2em;
	font-weight: 700!important;
}

.kihonp01 {
	font-size: 1.2em;
	font-weight: bolder;
}
.kihonp01m {
	font-size: 1.2em;
	font-weight: bolder;
	text-align: justify;
	padding: 10px;
	border-top: none;
    border-bottom: 1px solid #333;
}
.kihonp02 {
	font-size: 1.2em;
	line-height: 2em;
	font-weight: 300;
}
.kihon03 {
	font-size: 1.2em;
	line-height: 2em;
	font-weight: bolder;
	background-color: #cccccc;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 10px;
	margin-top: 30px;
}

.kihonp02m {
	font-size: 1.2em;
	lign-height: 2em;
	font-weight: 300;
	text-align: justify;
    border-top: 1px solid #333!important;
    border-bottom: 1px solid #333!important;
}

.pricered{
	line-height: 2em;
	font-weight: bold;
	color: #FF0004;
	display: block;
	text-align: right;
}


/* 基本パッケージ：左列(画像)と右列(本文)の間隔を統一 */
#modal02 table tr.kihonp02m td:first-child {
  padding-right: 10px;   /* ← ここで“列間”を作る（Chrome広すぎ→小さく） */
  width: 90px;           /* ← 左列の幅を固定してブレを消す */
}

#modal02 table tr.kihonp02m td:nth-child(2) {
  padding-left: 10px;    /* ← Safari狭い→広げる */
}

/* 画像を文字扱い(inline)から外して、ブラウザ差を減らす */
#modal02 table tr.kihonp02m td:first-child img {
  display: block;
}



