body, html {
	width: 100%;
	height: 100%;
}

body {
	display:table;
}

label {
	font-weight: normal;
}

.contents {
	display:table-row;
	height:99%;
}
.contents .cell {
	display:table-cell;
	height: 100%;
	border-top: 4px solid #B8231D;
}

.footer {
	display:table-row;
	height:1%;
}
.footer #common_footer {
	display:table-cell;
}

.header {
	position: relative;
	font-size: 20pt;
	font-weight: bold;
	padding: 15pt 0;
	text-align: center;
	color: #B8231D;
}
.header:before {
	content: "";
	position: absolute;
	top:15pt;
	left:0;
	display: inline-block;
	background-image: url(/dcm/img/logo.gif);
	background-repeat: no-repeat;
	background-size:cover;
	width: 85px;
	height: 50px;
}

.navi {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.navi:after {
	content:"";
	display:table;
	clear:both;
}
.navi li {
	position: relative;
	display: block;
	float:left;
	width: 14%;
	background: #E6E6E6;
	color:#333;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 13px;
	overflow:hidden;
}
.navi.col7 li {
	width: 14.2%;
	font-size: 12px;
}
.navi li.active {
	background: #B8231D;
	color:#fff;
}
.navi li:before {
	content: "";
	display: block;
	position: absolute;
	top: -8px;
	right: -18px;
	width: 30px;
	height: 20px;
	background: #fff;
	transform: rotate(68deg);
	-webkit-transform: rotate(68deg);
	-moz-transform: rotate(68deg);
	-ms-transform: rotate(68deg);
}
.navi li:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -8px;
	right: -18px;
	width: 30px;
	height: 20px;
	background: #fff;
	transform: rotate(-68deg);
	-webkit-transform: rotate(-68deg);
	-moz-transform: rotate(-68deg);
	-ms-transform: rotate(-68deg);
}

h1 {
  margin: 18px 0;
  font-size: 13pt;
  background-color: #7b7878;
  color: #ffffff;
  padding: 9px 20px;
}
h1.simple {
	background-color: transparent;
	color: #000;
	font-size: 22pt;
}

h2 {
	font-size: 11pt;
	background-color: #E6E6E6;
	color: #000;
	padding: 6pt 0;
	text-align: center;
	font-weight: bold;
}



.boxConfirm {
	background-color: #E6E6E6;
	padding: 24pt 24pt 12pt 24pt;
}
.text {
	font-size: 11pt;
	line-height: 20pt;
	margin: 15px;
}

.mt-sm {
	margin-top: 9pt;
}
.mt-md {
	margin-top: 18pt;
}
.mb-md {
	margin-bottom: 18pt;
}

.agreeLink {
	background-color: #E6E6E6;
	padding: 8pt 8pt 8pt 40pt;
	margin: 6pt 0;
	background-image: url(/sim/img/icon_agreeLink.png);
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: 10pt center;
	font-size: 12pt;
}

.warnBox {
	background-color: #E6E6E6;
	margin: 20pt 0;
}
.warnBox .warnHeader {
	background-image: url(/sim/img/icon_warn.png);
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: 10pt center;
	padding: 12pt 8pt 8pt 40pt;
}
.warnBox .warnHeader2 {
	background-image: none;
	padding: 7pt 11pt;
}
.warnBox .warnText{
	margin: 0 6pt;
	padding: 10pt 20pt;
	background-color: #fff;
}
.warnBox .warnFooter {
	padding: 8pt 8pt 8pt 16pt;
}
.alertText {
	background-image: url(/sim/img/icon_warn.png);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 6px 7px;
	background-color: #FCF8E3;
	border: 1px solid #D8C872;
	padding: 6px 6px 6px 27px;
	font-size: 13px;
	line-height: 19px;
	color: #584A00;
	margin: 5px;
}
.alertText ul,
.infoText ul
{
	padding-left: 18px;
}
.alertText ul li,
.infoText ul li
{
	margin-bottom: 6px;
}
.badSelect{
	margin-left: 15px;
    padding-left: 15px;
}

.infoText {
	background-color: #F1F7FF;
	border: 1px solid #72A0D8;
	padding: 6px 6px 6px 27px;
	font-size: 13px;
	line-height: 19px;
	color:#584A00;
}


.required:before {
	display: inline-block;
	content: "\5fc5\9808";
	background-color: #B8231D;
	color: #fff;
	font-style: normal;
	font-size: 9pt;
	text-align: center;
	padding: 2pt 5pt;
	border-radius: 3pt;
}
.free:before {
	display: inline-block;
	content: "\4efb\610f";
	background-color: #5BC0DE;
	color: #fff;
	font-style: normal;
	font-size: 9pt;
	text-align: center;
	padding: 2pt 5pt;
	border-radius: 3pt;
}

.btns {
	text-align: center;
	margin: 50pt 0;
}
.boxConfirm .btns {
	margin: 16pt 0 5pt 0;
}
.btns .next,
.btns .action
{
	position: relative;
	background-color: #B8231D;
	color: #fff;
	padding: 8pt 27pt;
	min-width: 100pt;
}
.btns .action {
	background-color: #5a5a5a;
}
.btns .next:after,
.btns .action:after
{
	content: "";
	display: block;
	position: absolute;
	top: 38%;
	right: 8pt;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 8pt;
	height: 8pt;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.btns .next:hover {
	background-color: #9E0000;
}
.btns .action:hover {
	background-color: #AD5454;
}
.btns .prev {
	position:relative;
	vertical-align: bottom;
	margin-right: 20px;
	min-width: 100px;
  margin: 13px
}
.btns .prev:after {
	content: "";
	display: block;
	position: absolute;
	top: 37%;
	left: 8pt;
	width: 8pt;
	height: 8pt;
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
}
.btns .prev:hover {
	background-color: #888;
}
.prev{background-color: #aaa;}

.btn-primary {
  color: #fff;
  background-color: #36966a;
  border-color: #278236;
  padding: 10px 40px;
  margin: 10px;
}




.hRequired {
	position: relative;
}
.hRequired:before {
	content: "\5fc5\9808";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #B8231D;
	color: #fff;
	padding: 0 5pt;
	font-size: 9pt;
	height: 100%;
	line-height: 26pt;
}

.priceWrapper {
	padding-left:0;
}
.priceWrapper h1 {
	margin-bottom:0;
}
.price {
	border: 2px solid #000;
}
.price h3 {
	font-size: 11pt;
	font-weight: bold;
	border-bottom: 2px dotted #000;
	padding: 6pt;
}
.price h3.type {
	border: 2px solid #000;
	text-align: center;
	background-color: #fff;
}

.price .normal {
	padding: 0 8pt;
}
.price .emp {
	padding: 8pt;
	background-color: #E6E6E6;
}
.price .emp h3 {
	margin-top:0;
}
.price .text {
	font-size:11pt;
	padding: 0 5pt;
}
.price .priceText {
	padding: 1pt 5pt;
}
.price .total
{
	padding: 8pt 5pt;
	font-weight: bold;
	border-top: 2px dotted #000;
	margin: 8pt 0 0 0;
	font-size: 12pt;
}
.price .totalMonth {
	position: relative;
	border-top: 2px dotted #000;
	margin-top: 6pt;
	font-weight:bold;
}
.price .totalMonth .inner {
	margin-top: 6pt;
	background-color:#fff;
	padding: 8pt 5pt;
}
.price [data-init],
.price [data-month],
.price [data-total]
{
	font-weight: bold;
}
.price [data-total] {
	letter-spacing: 1pt;
}
.price [data-total="month"],
table.input.confirm .total
{
	color: #B8231D;
	font-size: 16pt;
}

.block {
	display:block;
}

.radio label {
	border: 1px solid transparent;
	padding: 10pt 10pt 10pt 23pt;
}
label.active {
	border: 1px solid #B8231D;
	background-color: #F9E8E8;
}
.radio label.imgBlock {
	display:block;
	border:0;
	padding: 0;
}
.radio label.imgBlock .title {
	padding: 10pt 10pt 10pt 23pt;
	background-color: #E6E6E6;
	text-align:center;
}
.radio label.imgBlock .title input[type="radio"] {
	left: 28pt;
}
.radio label.imgBlock.active {
	background-color:transparent;
}
.radio label.imgBlock.active .title {
	background-color: transparent;
	background-color: #B8231D;
	color:#fff;
}
.radio label.imgBlock.sim1:after {
	content:"";
	display:block;
	background-image:url(/sim/img/icon_sim1.png);
	background-repeat:no-repeat;
	background-size: cover;
	width: 180px;
	height:205px;
	margin: 10pt auto 20pt auto;
}
.radio label.imgBlock.sim2:after {
	content:"";
	display:block;
	background-image:url(/sim/img/icon_sim2.png);
	background-repeat:no-repeat;
	background-size: cover;
	width: 180px;
	height:131.5px;
	margin: 10pt auto 20pt auto;
}
.radio label.imgBlock.sim3:after {
	content:"";
	display:block;
	background-image:url(/sim/img/icon_sim3.png);
	background-repeat:no-repeat;
	background-size: cover;
	width: 180px;
	height:115.5px;
	margin: 10pt auto 20pt auto;
}
.radio.inline {
	display:inline-block;
}
.radio.inline4 {
	display:inline-block;
	float:left;
	width: 32.3%;
	margin:0 0.5%;
}
div#voiceInfo {
	color: red;
	font-weight: bolder;
}
div#traialInfo {
	color: red;
	font-weight: bolder;
	font-size: 15px;
}
[data-sim] .sim1:before {
	content: "";
	display: inline-block;
	background-image: url(/sim/img/icon_sim1.png);
	background-repeat: no-repeat;
	background-size: 78px;
	background-position: -23px 0px;
	width: 57px;
	height: 74px;
	margin: 5pt 24pt 0 5pt;
	vertical-align: middle;
}
[data-sim] .sim2:before {
	content: "";
	display: inline-block;
	background-image: url(/sim/img/icon_sim2.png);
	background-repeat: no-repeat;
	background-size: 78px;
	background-position: -23px 0px;
	width: 57px;
	height: 44px;
	margin: 5pt 24pt 0 5pt;
	vertical-align: middle;
}
[data-sim] .sim3:before {
	content: "";
	display: inline-block;
	background-image: url(/sim/img/icon_sim3.png);
	background-repeat: no-repeat;
	background-size: 106px;
	background-position: -55px 0px;
	width: 57px;
	height: 44px;
	margin: 5pt 24pt 0 5pt;
	vertical-align: middle;
}
[data-step] {
	cursor: pointer;
}

.alert-danger {
	margin-top: 18pt;
}

.flow {
	border-bottom: 2px dotted #000;
}
.flow .inner {
	position: relative;
	display: block;
	width: 60%;
	height: 80pt;
	line-height: 80pt;
	margin:20pt auto;
}
.flow .number {
	display: inline-block;
	color: #B8231D;
	border: 3px solid #B8231D;
	border-radius: 32pt;
	width: 30pt;
	height: 30pt;
	font-size: 18pt;
	text-align: center;
	margin-right: 10pt;
	font-weight: bold;
	line-height: 24pt;
}
.flow .inner.flow01:before,
.flow .inner.flow02:before,
.flow .inner.flow03:before,
.flow .inner.flow04:before
{
	content: "";
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	position: absolute;
	width: 150px;
	height: 100px;
	top: 0;
	right: 0;
}
.flow .inner.flow01:before {
	background-image: url(/sim/img/icon_flow01.png);
}
.flow .inner.flow02:before {
	background-image: url(/sim/img/icon_flow02.png);
}
.flow .inner.flow03:before {
	background-image: url(/sim/img/icon_flow03.png);
}
.flow .inner.flow04:before {
	background-image: url(/sim/img/icon_flow04.png);
}


table.input {
	width: 100%;
}
table.input input[type="text"],
table.input input[type="password"],
table.input select
{
	background-color:#EEEEEE;
}
table.input tr {
	border-bottom: 2px solid #000;
}
table.input tr:last-child {
	border-bottom: 0;
}
table.input tr.bottomBorder {
	border-bottom: 2px solid #000;
}

table.input th {
	position: relative;
	font-weight: normal;
	border-right: 1px dotted #000;
}
table.input td {
	position: relative;
	padding: 10pt 8pt;
}
table.input td:after {
	content:"";
	display:table;
	clear:both;
}
table.input th.required:before,
table.input th.free:before
{
	float: right;
	margin-right: 6pt;
}
table.input .radio.inline {
	display: inline-block;
	margin: 0;
}
table.input label.active {
	background-color:transparent;
	border-radius:5px;
}
table.input .textField label {
	float:left;
	width: 10%;
	height: 34px;
	line-height: 34px;
	text-align:center;
}
table.input .textField [type="text"] {
	float:left;
	width: 40%;

}
table.input .birth,
table.input .card
{
	display: inline-block;
	width: 32%;
}
table.input .zip {
	display: inline-block;
}
.formText {
	border-bottom: 2px solid #000;
	margin-bottom: 0;
	padding-bottom: 7pt;
}
table.input .zipField input,
table.input .zipField button
{
	float:left;
	width: 33%;
	margin: 0 1% 1% 0;
}
table.input .zipField input {
	width: 15%;
}
table.input .phoneField input {
	float: left;
	width: 32.3%;
	margin: 0 1% 1% 0;
}
table.input .help-block {
	clear:both;
}

table.input.address th {
	width: 23%;
}

table.input .selectCard .card {
	display: inline-block;
	background-image:url(/sim/img/cards.png);
	background-repeat: no-repeat;
	width: 60px;
	height: 30px;
}
table.input .selectCard .card.disable {
	opacity: 0.15;
}
table.input .selectCard .card.active {
	opacity: 1;
}
table.input .selectCard .card.visa {
	background-position: 1px 6px;
	background-size: 58px;
}
table.input .selectCard .card.master {
	background-position: -10px -60px;
	background-size: 80px;
}
table.input .selectCard .card.jcb {
	background-position: 4px -83px;
	background-size: 54px;
}
table.input .selectCard .card.amex {
	background-position: 0px -155px;
	background-size: 62px;
}
table.input .selectCard .card.diners {
	background-position: 5px -170px;
	background-size: 50px;
}
table.input.confirm {
	margin-top: -18px;
}
table.input.confirm tr {
	border-bottom: 2px dotted #000;
}
table.input.confirm tr:last-child {
	border-bottom: 2px solid #000;
}
table.input.confirm th {
	background-color: #EEEEEE;
	border-right: 0;
	padding: 10pt 12pt;
	width: 30%;
}
table.input.confirm td {
	padding: 10pt 12pt;
}
table.input .checkbox label {
	padding: 5pt 5pt 5pt 20pt;
	border: 1px solid transparent;
}
table.input .checkbox label.active {
	border: 1px solid #B8231D;
}
table.input.priceList {
	margin-top: -18pt;
}
table.input.priceList thead th {
	background-color: #5D5D5D;
	color: #fff;
}
table.input.priceList tr {
	border-bottom: 2px dotted #000;
}
table.input.priceList tr:last-child {
	border-bottom: 2px solid #000;
}
table.input.priceList th {
	background-color: #EEEEEE;
	border-right: 0;
	padding: 10pt 12pt;
	width: 30%;
}
table.input.priceList td {
	padding: 10pt 12pt;
}

.warnBox label {
	padding: 5pt;
	border: 1px solid transparent;
	background-color:transparent;
}
.warnBox label.active {
	border: 1px solid #B8231D;
}

.floatClear {
	clear:both;
}

.notes {
	height: 200px;
	overflow-y: auto;
	border: 1px solid #ccc;
	padding: 8pt;
	white-space: pre-wrap;
	font-size: 10pt;
	color: #333;
	line-height: 16pt;
}

.notes .img1 {
	display:block;
	width: 64%;
	margin: 0 auto;
}
.notes .img2 {
	display:block;
	width: 100%;
	margin: 0 auto;
}

.mnpTable th {
	width: 30%;
}
.mnpTable tr.mnpCheck {
	border-bottom: 2px solid #000 !important;
}
.stockholderTable th {
	width: 24%;
}

.trafficControl {
	padding: 0 20px 20px 20px;
	background: #fff;
	border: 3px #f08080 solid;
}

table.transfer {
	width: 70%;
	border-collapse: collapse;
	margin: 0 auto;
}
table.transfer th {
	width: 50%;
	padding: 6px;
	vertical-align: top;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
	text-align: center;
}

table.transfer td {
	padding: 6px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
	text-align: center;
}
.centerText {
	position: relative;
	text-align: left;
	margin: 25px;
	line-height: 200%;
	font-size: larger;
	padding: 20px;
}
.applyPeriod{
	position: absolute;
	right: -25px;
	color: red;
	border: medium solid red;
}

/* smile mall */
.sumamo {
	background-image: url(/sim/img/sumamo.png);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center center;
	width: 100%;
	height: 110px;
	margin: 20pt auto;
}

/* footer */
#common_footer {
	padding: 15px 15px 0 0;
	border-top: 1px solid #ccc;
}

#common_footer ul#common_footer_navi{
	margin:5px 0 20px 12px;
	padding:0;
	list-style:none;
	float:left;
}

ul#common_footer_navi li{
	margin:0;
	padding:0 5px 0 5px;
	border-right:#999 1px solid;
	float:left;
	font-size:10px;
}

ul#common_footer_navi li a,ul#common_footer_navi li a:link,ul#common_footer_navi li a:visited{
	color:#333;
}

ul#common_footer_navi li a:hover,ul#common_footer_navi li a:active{
	color:#ba0731;
}
.footer_dhub {
	float: right;
	margin: 0 20px 0 0;
}
.footer_safety {
	float: right;
}
.clear {
	height: 0px;
	line-height: 0;
	font-size: 0;
	display: block;
	clear: both;
	visibility: hidden;
}
#footer_copyright {
	text-align: center;
	font-size: 10px;
	margin-bottom: 25px;
	color: #666;
}

/* validation */
.validError {
	position: absolute;
	display: inline-block;
	background: #B8231D;
	color: #fff;
	font-size: 11px;
	line-height: 11px;
	border-radius: 11px;
	padding: 4px 10px;
	margin: 0 1px;
	min-width: 110px;
	text-align: center;
}
.validError:before {
	content:"";
	position: absolute;
	bottom: -14px;
	left: 9px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top: 10px solid #B8231D;
}
.inputError {
	border-color: #B8231D;
}

img.responsive {
	max-width: 800px;
	width: 100%;
}

.sim_left {
	float: left;
	max-width: 400px;
	width: 100%;
	height: 200px;
	border-radius: 5px;
	background:	#FFF0F5;
}
.sim_right {
	float: right;
	max-width: 400px;
	width: 100%;
	height: 200px;
	border-radius: 5px;
	background:	#FFF0F5;
}

.invisible{
	display: none;
}

.cpBunner1{
	width: 88%;
	height: auto;
	border: 2px solid #b8231d;
	margin: 40px auto;
	padding: 0;
	text-align: center;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 5px;
}

.cpBunner2{
	background: #b8231d;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
	font-size: 18px;
    -moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}


.cpBunner3{
	font-weight: bold;
	margin: 0;
	padding: 15px 1%;
	font-size: 18px;
}

.cpBunner4{
	background: #ffdbda;
	margin: 0;
	padding: 10px 0;
	font-size: 18px;
	color: #337ab7;
    -moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}
.item_box .cpBunner1 {
	margin-left: 5%;
}

.item_box {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.item_box a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-indent:-999px;
}
.clearfix:after { 
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
p.dummyLink {
	color: #fff;
	padding: 10px 0;
	margin: 0px;
	font-size: 18px;
	text-decoration: underline;
}
/* modal */
.modal {
	display:none;
	position:fixed;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	width:100%;
	height:100%;
	z-index: 1050;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal:before {
	content:"";
	display:block;
	position:absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.6);
	z-index:1;
}
.modal .outer {
	position:relative;
	width: 440px;
	margin: 40px auto;
	padding-top:35px;
	z-index:2;
}
.modal .outer .modal-close {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #FFFF00;
	color: #000;
	width: 36px;
	height: 36px;
	font-size: 44px;
	text-align: center;
	line-height: 38px;
	cursor:pointer;
	z-index: 2;
}
.modal .outer .modal-3g-close {
	display: inline-block;
	position: absolute;
	margin: 10px;
	right: 0;
	background-color: #FFF;
	color: #C9E3EF;
	width: 36px;
	height: 36px;
	font-size: 44px;
	text-align: center;
	line-height: 25px;
	cursor:pointer;
	z-index: 2;
}
.modal .outer .modal-content {
	border-radius:0;
}
.modal .outer .modal-content img {
	width: 100%;
}
.modal .outer .modal-content a {
	display: block;
	padding: 14px;
	text-align: center;
	text-decoration: none;
    font-size: 95%;
}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modalPlanSelect {
	color: #FFF;
	background-color: #E73656;
	padding: 12px 15px 13px 15px;
	width: 190px;
	text-align: center;
	border-radius: 25px;
	text-decoration: none;
	cursor: pointer;
	margin: 10px;
	display: inline-block;
	font-size: small;
}
.modalNoPlanSelect {
	color: #FFF;
	background-color: #009A5B;
	padding: 10px 15px 3px 15px;
	width: 190px;
	text-align: center;
	border-radius: 25px;
	text-decoration: none;
	cursor: pointer;
	margin: 10px;
	display: inline-block;
	font-size: small;
}
img.dottimoRiteImg{
	width:100%;
	max-width: 100%;
	height: auto;
}
input#cust_addr2_2 {
	float: left;
	width: 24%;
	margin: 0 1% 1% 0;
}
input#send_addr2_2 {
	float: left;
	width: 24%;
	margin: 0 1% 1% 0;
}
td.houseNumberField input {
	float: left;
	width: 24%;
	margin: 0 1% 1% 0;
}
input#cust_addr2_1, select#cust_addr1, 
input#send_addr1, select#send_todohuken{
    background-color: #c1c1c1;
	border-color: #8e8e8e;
	color: #656565;
}
.topText {
	font-size: 20px;
	font-weight: bold;
}
p.topText1 {
	margin: 0 0 5px 10px;
}
.topTextAlign {
	overflow: hidden;
	margin: 10px 50px 0;
}
i.privilege {
	font-size: 16px;
	background-color: #FF005B;
	padding: 3px 10px;
	color: #FFF;
	margin: 0 0 0 100px;
	font-style: normal;
	height: 26px;
}
i.privilege2 {
	font-size: 16px;
	background-color: #FF005B;
	padding: 3px 10px;
	color: #FFF;
	margin: 20px;
	font-style: normal;
	height: 26px;
}

p.topText2 {
	font-size: 22px;
	padding: 0 5px;
}
.topText3 {
	float: left;
}
/* clearfix */
.topTextAlign:before,
.topTextAlign:after {
	content: "";
	display: table;
}
.topTextAlign:after {
	clear: both;
}

.login {
	font-size: 13pt;
	background-color: #989595;
	color: #464646;
	padding: 6pt 20px;
}
.login p {
	display: inline-block;
}
p.loginText1 {
	padding: 10px 0px;
}
p.loginText2 {
	font-size: 12px;
	padding: 10px 0px;
}
p.headerTitle {
	padding: 40px;
}

.priceMessage {
  margin: 5px 0 20px;
}
.priceMessage li {
  /* list-style-type: none; */
  list-style-type: none;
  text-indent: -1em;
}
.priceMessage li:before {
  display: inline;
  content: "※";
}
.submitText {
  font-size: 16px;
  padding: 10px 0;
}

.agreeLink.routerSmpleAgree {
  font-size: 10pt;
  background-size: 15px;
  padding: 3px 5px 3px 40px;
  margin: 2px 0;
}
.infoText.routerSmpleInfo {
  margin: 10px 0;
}
p.routerSimpleTitle {
    padding: 0 0 0 25%;
    text-align: center;
}

#info_delivery{
  width: 800px;
  margin: 20px auto;
  padding: 20px 0;
  border: #ccc solid 2px;
}
#info_delivery table{
  border-collapse: separate;
  border-spacing: 1px;
  text-align: center;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  width: 96%;
  margin: 0 auto 10px auto;

}
#info_delivery table th {
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  background: #efefef;
  width: 50%;
  font-size: 16px;
  text-align: center;
}
#info_delivery table td {
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}
#info_delivery .border_r{
  border-right: 1px solid #ccc;
}
#info_delivery .title{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
#info_delivery .title span{
  border-bottom: solid 2px #000;
}
#info_delivery .txt{
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}
#info_delivery .txt_s{
  font-size: 12px;
  text-align:left;
  line-height: 1.2;
  width: 96%;
  margin: 0 auto;
}

@media (max-width: 991px){

	.navi li {
		font-size: 12px;
	}

	.notes .img1 {
		width: 87%;
	}

}

@media (max-width: 767px){

	.navi li,
	.navi.col7 li
	{
		width: 33.3%;
		margin-bottom: 6pt;
	}

	.header {
		font-size: 14pt;
		text-align: right;
	}
	.header:before {
		width: 75px;
		height: 45px;
	}

	.priceWrapper {
		padding-left:15px;
	}

	table.input tr {
	}
	table.input th {
		display:block;
		border-right:0;
		border-bottom: 1px dotted #000;
		padding: 6pt;
	}
	table.input.confirm th {
		border-bottom: 0;
		width: 100%;
	}
	table.input td {
		display:block;
	}
	table.input label {
		display:block;
		width: 100%;
		text-align: left;
	}
	table.input [type="text"] {
		display:block;
		width: 100%;
	}
	table.input .zipField input,
	table.input .zipField button {
		width: 49%;
	}
	table.input .textField label {
		width: 100%;
		text-align:left;
	}
	table.input .textField [type="text"] {
		width: 100%;
	}
	table.input .birth,
	table.input .card
	{
		width: 100%;
		margin-bottom: 3pt;
	}
	table.input.address th {
		width: 100%;
	}

	.mnpTable th {
		width: 100%;
	}

	.stockholderTable th {
		width: 100%;
	}

	.sumamo {
		margin: 0 auto;
	}

	.flow .inner {
		width: 100%;
	}
	.flow .inner.flow01:before,
	.flow .inner.flow02:before,
	.flow .inner.flow03:before,
	.flow .inner.flow04:before
	{
		width: 120px;
		height: 84px;
	}

	.notes .img1 {
		width: 100%;
	}
}

/* under iphone6 plus */
@media (max-width: 414px){

	h1 {
		font-size: 11pt;
	}
	h1.hRequired {
		padding-left: 14pt;
	}
	.navi li,
	.navi.col7 li
	{
		width: 50%;
	}

	.header:before {
		width: 75px;
		height: 45px;
		top: 6pt;
	}

	table.input .phoneField input {
		width: 100%;
	}

	.sumamo {
		background-size: 80%;
	}

	.flow .inner.flow01:before,
	.flow .inner.flow02:before,
	.flow .inner.flow03:before,
	.flow .inner.flow04:before
	{
		width: 80px;
		top: -35px;
	}

	table.input .zipField button {
		width: 100%;
	}

	.btns .prev {
		margin-right: 0;
	}
	table.input.priceList,
	table.input.priceList tbody,
	table.input.priceList tbody tr,
	table.input.priceList tbody tr td,
	table.input.priceList tbody tr th
	{
		display:block;
	}
	table.input.priceList {
		width: 98%;
		margin:0 1%;
	}
	table.input.priceList tbody tr th {
		width: 100%;
		padding: 10px;
	}
	table.input.priceList thead {
		display:none;
	}
	table.input.priceList tbody td {
		border-top-width:0;
	}
	table.input.priceList tbody td .init:before {
		content:"\4E8B\52D9\624B\6570\6599";
		margin-right: 5px;
	}
	table.input.priceList tbody td .month:before {
		content:"\6708\984D\6599\91D1";
		margin-right: 5px;
	}

	.modal .outer {
		width: 98% !important;
	}
	.applyPeriod{
		font-size: 1.2rem;
	}
	.topTextAlign {
		display:block;
	}
	i.privilege {
		margin: 0;
	}
  .header.routerSimpleHead {
    font-size: 12pt;
    text-align: center;
  }
  .header:before .routerSimpleHead:before {
    width: 23%;
    height: 35%;
    top: 20%;
  }
}

