ul.errorMessage {
  color: #C00;
  font-weight: bold;
  font-size: 0.9em;
  padding: 0px;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

ul.errorMessage li span {
  background-color: #ffb2b2;
}

ul.errorMessage span:before {
  content: "●";
}

table.postSearch {
  width: 725px;
  border: none;
  border-collapse: collapse;
}

table.postSearch tr td {
  padding: 0px;
}

#footerCopyright {
  padding: 10px 20px;
  width: 760px;
  height: 15px;
  background-color: #DCDCDC;
  color: #FFF;
  line-height: 15px;
  text-align: right;
  font-size: 12px;
}

input.submitbtn {
 line-height: 1.5;
}

input.confirmBtn {
  padding: 3px 10px;
}

.txtBGBlue {
  background-color:#00C;
}

button.tempCompleteBtn {
  padding : 10px 20px;
  font-size : 0.85em;
  word-break : keep-all;
}

div.post,
div.prefecture,
div.municipality{
  border: 1px solid #B6B1AA;
  padding: 0px 3px;
  display:inline-block;
  *display: inline;
  *zoom: 1;
  height: 20px;
  background:#f7f3ef;
  }

div.post {
  width: 50px;
  }

div.prefecture {
  width: 70px;
  }

div.municipality {
  width: 170px;
  }

div.post:after,
div.prefecture:after,
div.municipality:after {
  content: "　";
}

/* 2016.05.23 [11FC116BS26]消費者保護ルール改正に伴うシステム改修(A日程) STNet)風早 ADD START */
button.agree {
	padding: 10px 30px !important;
	font-size: 1.1em !important;
	margin: 3% 10px 5% !important;
	}
/* 2016.05.23 [11FC116BS26]消費者保護ルール改正に伴うシステム改修(A日程) STNet)風早 ADD END */

@media only screen and (max-width : 640px) {

div.post,
div.prefecture,
div.municipality{
  border: 1px solid #B6B1AA;
  padding: 0px 3px;
  display:inline-block;
  *display: inline;
  *zoom: 1;
  height: 20px;
  background:#f7f3ef;
  overflow:hidden;
  }

body{
	min-height:100%;
	height:100%;
}
img {
	max-width: 100%;
	height: auto;
	margin:auto !important;

}
button,
submit{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-appearance: none;
	text-align: center;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #d1d1d1), color-stop(0.00, #fff));
background: -webkit-linear-gradient(top, #fff 0%, #d1d1d1 88%);
background: -moz-linear-gradient(top, #fff 0%, #d1d1d1 88%);
background: -o-linear-gradient(top, #fff 0%, #d1d1d1 88%);
background: -ms-linear-gradient(top, #fff 0%, #d1d1d1 88%);
background: linear-gradient(to bottom, #fff 0%, #d1d1d1 88%);

}
input[type="button"],
input[type="submit"] {
    border-radius: 0;
	-webkit-appearance: none;
}

input[type="button"],
input[type="text"],
input[type="submit"],
div.post,
div.prefecture,
div.municipality {
   border-radius: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   -webkit-appearance: none;
}

header, #wrapper {
	width: 100%;
	margin: 0;
	text-align: left;
	min-width: 320px;
	font-size: 133%;
}
#summary {
	margin-left: 0;
	width: auto;
	font-size: 18px;
	text-align: left;
	padding:0 10px 30px;
}
#wrapper form {
}
#wrapper h1 {
	font-size: 28px;
	height: auto;
	min-height: 55px;
	line-height: normal;
	padding:10px 10px 15px 80px;
}
.txtRed {
	display: inline-block;
}
.txtRed.txtStrong {
	display:inline-block;
}
#wrapper h2 {
	width: auto;
	margin: 0;
    padding: 3% 2% 3% 7%;
	background: url(../images/n/arrow_h2.gif) no-repeat 0 19px;
}

#wrapper h3 {
    width: auto;
}

#wrapper col {
	display: none;
}
colgroup {
	display: none;
}
form .text1, form .text2, form .text3, form .text4, form .text5, form .text6, form select {
    font-size: 106%;
}
#inputForm, #inputForm2, #inputForm3, #inputForm4 {
	width: auto;
	margin: auto;
}
#wrapper table {
	width: auto !important;
	display: block;
}
#wrapper table tbody {
	width: auto;
	display: block;
}
#wrapper table tr {
	width: auto;
	display: block;
}
#wrapper table th {
	width: auto;
	display: block;
	padding: 3% 2%;
	background: #F7F3EF;
	overflow:hidden;
}
#wrapper table td {
	width: auto;
	display: block;
	padding: 3% 2%;
	background: none;
}
#wrapper td span {
	margin-top: 10px;
	display: block;
}
#wrapper td span.txtRed {
    display: inline-block;
}
#wrapper td span.txtXSmall{
    display: inline-block;
}
#wrapper td span.txtSmall{
    display: inline-block;
}
#wrapper td label span {
    display:inline-block;
}
#wrapper #reference span {
	margin-top: 10px;
	display: block;
}
#wrapper #reference span.dialNum{
    font-size: 2em;
}
#reference {
	width: auto;
	font-size: 16px;
}
#footerCopyright {
	width: auto;
	font-size: 65%;
	text-align: center;
	padding: 5px 0;
}
.h2Select {
	margin-left: 0%;
	font-weight: normal;
	font-size: 0.75em;
	display: block;
}
form .text2 {
    width: 100%;
	box-sizing: border-box;
    display: block;
}
form .text6 {
	width: 90%;
}
#wrapper button[name=back] {
	margin: 3% 70% 5% 0;
	padding: 7px 20px;
	float: none;
	font-size: 55%;
    line-height: 1.2;
	display: block;
	box-sizing:border-box;
}
#wrapper button[name=next] {
	margin: 3% 20px 5%;
	padding: 1px 15px;
	float: none;
	font-size: 117%;
	display: block;
	box-sizing:border-box;
}
span.essential {
}
h2 span {
	display: block;
}
.message {
	width: 100%;
	box-sizing: border-box;
}
.remark {
	width: auto;
    margin: 10px;
    box-sizing: border-box;
	padding: 15px;
}
div.inquiryArea {
	width: auto;
	margin: auto;
	padding: 8px;
}


	#inputForm table.checkArea th.checkBtn {
		width:100% ;
		box-sizing:border-box;
		border-bottom: none;
	}


	#inputForm table.checkArea.radio {
		width:100% !important;
		display:table;
	}

	#inputForm table.checkArea.radio th.checkBtn {
		width:3em;
		padding:0 2em 0 2%;
		box-sizing:border-box;
		display:table-cell;
		    border-bottom: 1px solid #B6B1AA;

	}

	#inputForm table.checkArea.radio td {
		width: 100%;
		box-sizing:border-box;
		display:table-cell;
	}

	#inputForm th span.br{
		display:inline;
	}


#inputForm3 td.nobg {
	width:100%;
	box-sizing:border-box;
	text-align:center;
	clear:both;
	overflow:hidden;
}

#inputForm3 td.nobg br{
	display:none;
}

#inputForm3 td.nobg button.crossSell{
	margin:10px;
	float:left;
	width:43%;
}

input#inputForm2_discountPlanKbn5,
input#inputForm2_discountPlanKbn3{
    vertical-align: top;
    /* padding: 3%; */
    margin: 4% 0;
    display: inline-block;
}



.colRight {
    float: none;
    width: 100% !important;
}

div.notes.txtXSmall img.colLeft {
    float: none;
    display: block;
    text-align: center;
    margin:0 auto 15px !important;
}

.colLeft {
	margin-bottom:20px;
}

button.prev {
	margin: 3% 70% 5% 0;
    padding: 1px 15px;
    float: none;
    font-size: 55%;
    line-height: 1.2;
    display: block;
    box-sizing: border-box;
}


textarea{
    width: 100%;
}


button.apply1 {
    width: 80%;
	margin:0;
	padding: 10px 20px;
    font-size: 0.85em;
    word-break: keep-all;
	text-align:center;
}

button.apply2 {
    margin-left: 0;
	margin-bottom:20px;
	padding: 10px 20px;
    font-size: 0.85em;
    word-break: keep-all;
	text-align:center;
}
.mgtp {
    margin-top: 0;
}

#inputForm2 td.rowPlan {
    width: 100%;
    box-sizing: border-box;
}


.simple_overlay {
    width: 90%;


    margin: 5%;
    box-sizing: border-box;
}

.simple_overlay2 {
    width: 90%;
    margin: 5%;
    box-sizing: border-box;
}


.simple_overlay3 {
    width: 90%;
    margin: 5%;
    box-sizing: border-box;
}

.overlayCnt {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
	overflow: auto;
    height: 500px !important;

}
.overlayCnt img{
    width: 100%;
	float:none !important;
	margin:auto !important;
}
.overlayCnt2 {
	height:auto !important;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}

.overlayCnt3 {
	height:auto !important;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}

.concl {
    padding: 0 0 0 40px;
    background: url(../images/n/arrow_concl.gif) no-repeat;
    float: none;
	display:block;
	text-align:left;
    font-size: 0.8em;
	width:85% !important;
	height:auto !important;
}


.optCnt {
    margin: 0 auto 20px;
    width: 100%;
}

.featBox {
	width:100% !important;
	height:auto !important;
	box-sizing:border-box;
	float:none;
}
.featBox.clearfix {
	width:100% !important;
}
#inputForm, #inputForm2, #inputForm3, #inputForm4 {
    width: 100%;
    margin: auto;
	box-sizing:border-box;
}
.outlined {
	width:100% !important;
	height:auto !important;
	box-sizing:border-box;
}


#wrapper table.opt {
	width:100% !important;
	padding: 0;
	margin: 0;
	font-size:12px;
	table-layout: fixed;
}

#wrapper table.opt td.opt{
	box-sizing:border-box;
}

#wrapper table.opt .txtX2Large {
    font-size: 1.8em;
    line-height: 1.2;}


#wrapper table.opt .opt2{
		text-align: center;
}

#plancheck .pref-select {
    zoom: 0.8;
}

#plancheck dl.step2 {
    top: 20px;
    left: 0;
}
#status.clearfix {
	width:100% !important;
    box-sizing: border-box;
}

.clearfix {
	width:90% !important;
	    margin: 5%;
    box-sizing: border-box;
}

.clearfix img{
	float:none !important;
}

.progress {
	width:100% !important;
	height:auto !important;
	box-sizing:border-box;
}

button.advance {
    margin-left: 0;
}

ul.tabSel {
	display:block;
    margin:0;
    padding:10px 0 0;
    list-style: none;
	width:100% !important;;
	box-sizing:border-box;
}

li.tabHead {
    margin-left: 0;
    padding: 5px 13px 2px 13px;
    border-radius: 0;
    display: block;
    float: none;
    font-weight: bold;
    font-size: 0.9em;
    background-color: #7DB727;
    color: #FFF;
	width:100%;
	box-sizing: border-box;
}

li.tabOn {
    margin-left: 0;
	width:20%;
	text-align:center;
    padding: 5px 0 2px;
    border: #B6B1AA 1px solid;
    border-radius: 0;
    display: block;
    float: left;
    font-weight: bold;
    font-size: 0.9em;
	box-sizing:border-box;
}
li.tabOff {
    margin-left: 0;
	width:20%;
	text-align:center;
    padding: 5px 0 2px;
    border: #B6B1AA 1px solid;
    border-radius: 0;
    display: block;
    float: left;
    font-weight: bold;
    font-size: 0.9em;
    background-color: #CCC;
    color: #999;
	box-sizing:border-box;
}


table.cableTV{
	width:100% !important;
	display: block;
}

table.cableTV th{
	width:auto !important;
	display: block;
}

#wrapper th span.none{
	display:none;
}

#wrapper td span.none{
	display:none;
}


#wrapper table.opt tr {
    width: 100%;
    display: block;
}
#wrapper table.opt th.opt {
    background-color: #666;
}
#wrapper table.opt td.opt {
    background-color: #F8F7F2;
	width:100%;
}

#wrapper table.opt td.opt span.txtRed{
	display:block;
}


span.optTitle {
    clear: both;
	display: block;
}





ul#status {
	margin:0;
	padding: 3px 3px 3px 10%;
	background-image:url(../images/n/flow/flow.png);
	background-color:#3887c0;
	background-repeat:no-repeat;
	background-position:3% center ;
	background-size:4%;
	margin-bottom:20px;
}
ul#status li {
	display:block;
	float:none;
	padding: 5px 5px 5px 40px;
    height: auto;
	line-height:20px;
	box-sizing:border-box;
	vertical-align:middle;
	width: 100%;
	color:#3887c0;
	background-color:#fff;
}



ul#status li.off {
	background-image:none;
	background-color:#fff;
	border:1px solid #fff;
    font-size: 11px;
	color:#09F;
}

ul#status li.on {
	background-image:none;
	background-color:#fff;
	border:1px solid #fff;
	color:#ec651b;
    font-size: 14px;
}

ul#status li.comp {
	background-repeat:no-repeat;
	background-image:none;
	background-color:#fff;
	border:1px solid #fff;
    color: #09F;
    font-size: 11px;
	background-image:url(../images/n/flow/step5-off.png);
	background-size: 25px;
	background-position:5px center;
}

ul#status li.comp.on {
	background-repeat:no-repeat;
	background-image:none;
	background-color:#fff;
	background-image:url(../images/n/flow/step5-on.png);
	border:1px solid #fff;
	color:#ec651b;
    font-size: 14px;
	background-position:5px center;
	background-size: 25px;
}

ul#status li:nth-child(1).on{
	background-image:url(../images/n/flow/step1-on.png);
	background-position:5px center;
	border:1px solid #fff;
    font-size: 14px;
	background-size: 25px;
}
ul#status li:nth-child(1).off {
	background-image:url(../images/n/flow/step1-off.png);
	background-position:5px center;
	background-color:#fff;
	border:1px solid #fff;
	background-size: 25px;
}

ul#status li:nth-child(2).on {
	background-image:url(../images/n/flow/step2-on.png);
	background-position:5px center;
	border:1px solid #fff;
    font-size: 14px;
	background-size: 25px;
}
ul#status li:nth-child(2).off {
	background-image:url(../images/n/flow/step2-off.png);
	background-position:5px center;
	background-color:#fff;
	border:1px solid #fff;
	background-size: 25px;
}


ul#status li:nth-child(3).on {
	background-image:url(../images/n/flow/step3-on.png);
	background-position:5px center;
	border:1px solid #fff;
    font-size: 14px;
	background-size: 25px;
}
ul#status li:nth-child(3).off {
	background-image:url(../images/n/flow/step3-off.png);
	background-position:5px center;
	background-color:#fff;
	border:1px solid #fff;
	background-size: 25px;
}


ul#status li:nth-child(4).on {
	background-image:url(../images/n/flow/step4-on.png);
	background-position:5px center;
	border:1px solid #fff;
    font-size: 14px;
	background-size: 25px;
}
ul#status li:nth-child(4).off {
	background-image:url(../images/n/flow/step4-off.png);
	background-position:5px center;
	background-color:#fff;
	border:1px solid #fff;
	background-size: 25px;
}
/* 2016.07.22 [11FC116BS35]WEB申込の加入特典に複数登録し選べる特典機能を追加 野口勝 ADD START */
ul#status li:nth-child(5).on {
	background-image:url(../images/n/flow/step5-on.png);
	background-position:5px center;
	border:1px solid #fff;
    font-size: 14px;
	background-size: 25px;
}
ul#status li:nth-child(5).off {
	background-image:url(../images/n/flow/step5-off.png);
	background-position:5px center;
	background-color:#fff;
	border:1px solid #fff;
	background-size: 25px;
}

ul#status li:nth-child(6).on {
	background-image:url(../images/n/flow/step6-on.png);
	background-position:5px center;
	border:1px solid #fff;
    font-size: 14px;
	background-size: 25px;
}
ul#status li:nth-child(6).off {
	background-image:url(../images/n/flow/step6-off.png);
	background-position:5px center;
	background-color:#fff;
	border:1px solid #fff;
	background-size: 25px;
}
/* 2016.07.22 [11FC116BS35]WEB申込の加入特典に複数登録し選べる特典機能を追加 野口勝 ADD END */


#wrapper .pcdisplay{
	display:none;
}

#wrapper .spdisplay{
	display:block;
}


#wrapper .pc{
	display:none;
}

#wrapper .sp{
	display:block;
}


#wrapper .spdisplay.support{
	padding:2%;
}

	#wrapper .spdisplay.support p{
		padding:0;
		margin:0;
		font-size:83%;
	}

	#wrapper .spdisplay.support p.spar{
		text-align:center;
		padding-top:10px;
		margin-bottom:0px;
	}
	#wrapper .spdisplay.support div.recommend{
		background:#e7e7e7;
		border-radius:5px;
	}

	#wrapper .spdisplay.support div.recommend p.flow{
		color:#39F;
		font-size:100%;
		font-weight:700;
		border-left:5px solid #39F;
		margin-bottom:10px;
		padding-left:10px;
	}


#wrapper .spdisplay.zuttoku{
	font-size:16px;
}

	#wrapper .spdisplay.zuttoku h3{
		font-size:133%;
		padding:5% 3%;
		margin:0;
		border-bottom:none;
		border-top:3px solid #e7e7e7;
		border-bottom:1px solid #e7e7e7;
		margin-top:30px;
	}

	#wrapper .spdisplay.zuttoku dl{
		padding:3%;
		background-color: #666;
		color:#fff;
	}
	#wrapper .spdisplay.zuttoku dl dt{
		font-weight:700;
		font-size:117%;
	}

	#wrapper .spdisplay.zuttoku table tr td span.kakaku{
		color: #F30;
		font-weight: bold;
		font-size:150%;
		display:inline;
	}

	#wrapper .spdisplay.zuttoku table tr td span.nenkan{
		display:inline;
		font-size:77%;
	}

	#wrapper .spdisplay.zuttoku table tr th{
		text-align:center;
	}
	#wrapper .spdisplay.zuttoku table tr th,
	#wrapper .spdisplay.zuttoku table tr td{
		padding:2% 3%;
	}



#wrapper .spdisplay.router{
	font-size:16px;
}

	#wrapper .spdisplay.router h3{
		font-size:133%;
		padding:5% 3%;
		margin:0;
		border-bottom:none;
		border-top:3px solid #e7e7e7;
		border-bottom:1px solid #e7e7e7;
	}

	#wrapper .spdisplay.router dl{
		padding:3%;
		background-color: #666;
		color:#fff;
	}
	#wrapper .spdisplay.router dl dt{
		font-weight:700;
		font-size:117%;
	}

	#wrapper .spdisplay.router div.hikaritel{
		border:3px solid #C00;
		box-sizing:border-box;
	}

	#wrapper .spdisplay.router div.routeronly{
		border:3px solid #E7E7E7;
		box-sizing:border-box;
	}

	#wrapper .spdisplay.router table tr td span.kakaku{
		color: #F30;
		font-weight: bold;
		font-size:150%;
		display:inline;
	}

	#wrapper .spdisplay.router table tr td span.tax{
		display:inline;
		font-size:77%;
	}

	#wrapper .spdisplay.router table tr th{
		text-align:center;
	}
	#wrapper .spdisplay.router table tr th,
	#wrapper .spdisplay.router table tr td{
		padding:2% 3%;
	}

	#wrapper .spdisplay.router table tr td.iptel{
		border-bottom:1px solid #e7e7e7;
	}




#wrapper .spdisplay.hikaritelinfo{
	font-size:16px;
}

	#wrapper .spdisplay.hikaritelinfo table tr td span.tax{
		display:inline;
		font-size:77%;
	}

	#wrapper .spdisplay.hikaritelinfo table {
		margin:2% 0 5%;
		text-align:center;
	}
	#wrapper .spdisplay.hikaritelinfo table tr th{
		text-align:center;
	}
	#wrapper .spdisplay.hikaritelinfo table tr th,
	#wrapper .spdisplay.hikaritelinfo table tr td{
		padding:2% 3%;
	}

	#wrapper .spdisplay.hikaritelinfo table tr th span.colorred{
		font-size:133%;
		color:#C00;
	}

	#wrapper .spdisplay.hikaritelinfo table tr td.tokuten{
		font-size:180%;
		color:#C00;
		font-weight:700;
		padding:5%;
	}

	#wrapper .spdisplay.hikaritelinfo table tr{
		border:3px solid #e7e7e7;
		box-sizing:border-box;
	}

	#wrapper .spdisplay.hikaritelinfo table tr.hikaritel{
		border:3px solid #C00;
		box-sizing:border-box;
	}





#wrapper #inputForm2 td .serviceplan{
	font-size:16px;
}


	#wrapper .serviceplan table td span.txtLarge {
		font-size:117%;
	}


	#wrapper .serviceplan p.title{
		font-weight:700;
		background:#e7e7e7;
		border-bottom:1px solid #B6B1AA;
		padding:3%;
		margin:0;
	}

	#wrapper .serviceplan table{
		width:100% !important;
		table-layout:fixed;
		display:table;
	}

	#wrapper .serviceplan table tr{
		display:table-row;
	}

	#wrapper .serviceplan table tr th{
		display:table-cell;
	}

	#wrapper .serviceplan table tr th.pc{
		display:none;
	}

	#wrapper .serviceplan table tr td{
		display:table-cell;
	}



	#wrapper #inputForm2 .serviceplan table td.rowPlan {
		width: 30%;
		box-sizing: border-box;
	}

	#wrapper #inputForm2 .serviceplan table td label span {
		display: inline;
		margin-left: 5px;
	}

	#wrapper .serviceplan table td span {
		margin:0;
	}


#wrapper .over#tltp1sp{
	font-size:16px;
}

	#wrapper .over#tltp1sp .overlayCnt{
		padding:10px;
		overflow:auto;
		height:500px !important;
	}

	#wrapper .over#tltp1sp h3{
		font-size:117%;
		padding:5% 3%;
		margin:0;
		border-bottom:none;
		border-top:3px solid #e7e7e7;
		border-bottom:1px solid #e7e7e7;
		margin-top:30px;
	}

	#wrapper .over#tltp1sp dl{
		padding:3%;
		background-color: #666;
		color:#fff;
	}
	#wrapper .over#tltp1sp dl dt{
		font-weight:700;
		font-size:117%;
	}


	#wrapper .over#tltp1sp table span{
		display:inline;
	}

	#wrapper .over#tltp1sp table span.point{
		font-weight:700;
		font-size:108%;
	}

	#wrapper .over#tltp1sp table.overlay{
		    background-color: #fff;
			font-size:16px;
	}

	#wrapper .over#tltp1sp table.overlay td{
		    background-color: #fff;
			font-size:16px;
	}

	#wrapper .over#tltp1sp table.overlay td span.kakaku{
		color: #F30;
		font-weight: bold;
		font-size:150%;
		display:inline;
	}

	#wrapper .over#tltp1sp table.overlay td span.tax{
		display:inline;
		font-size:77%;
	}

#wrapper .over#tltp1bsp{
	font-size:16px;
}

	#wrapper .over#tltp1bsp .overlayCnt{
		padding:10px;
		overflow:auto;
		height:500px !important;
	}

	#wrapper .over#tltp1bsp h3{
		font-size:117%;
		padding:5% 3%;
		margin:0;
		border-bottom:none;
		border-top:3px solid #e7e7e7;
		border-bottom:1px solid #e7e7e7;
		margin-top:30px;
	}

	#wrapper .over#tltp1bsp dl{
		padding:3%;
		background-color: #666;
		color:#fff;
	}
	#wrapper .over#tltp1bsp dl dt{
		font-weight:700;
		font-size:117%;
	}


	#wrapper .over#tltp1bsp table span{
		display:inline;
	}

	#wrapper .over#tltp1bsp table span.point{
		font-weight:700;
		font-size:108%;
	}

	#wrapper .over#tltp1bsp table.overlay{
		    background-color: #fff;
			font-size:16px;
	}

	#wrapper .over#tltp1bsp table.overlay td{
		    background-color: #fff;
			font-size:16px;
	}

	#wrapper .over#tltp1bsp table.overlay td span.kakaku{
		color: #F30;
		font-weight: bold;
		font-size:150%;
		display:inline;
	}

	#wrapper .over#tltp1bsp table.overlay td span.tax{
		display:inline;
		font-size:77%;
	}


#wrapper .over#tltp5sp{
	font-size:16px;
}

	#wrapper .over#tltp5sp .overlayCnt{
		padding:10px;
		overflow:auto;
		height:500px !important;
	}

	#wrapper .over#tltp5sp h3{
		font-size:117%;
		padding:5% 3%;
		margin:0;
		border-bottom:none;
		border-top:3px solid #e7e7e7;
		border-bottom:1px solid #e7e7e7;
		margin-top:30px;
	}


	#wrapper .over#tltp5sp table{
		display:table;
		width:100% !important;
		box-sizing: border-box;
	}

	#wrapper .over#tltp5sp table tr{
		display:table-row;
	}

	#wrapper .over#tltp5sp table tr th,
	#wrapper .over#tltp5sp table tr td{
		display:table-cell;
	}

	#wrapper .over#tltp5sp table tr th{
		width:20%;
	}

	#wrapper .over#tltp5sp table span{
		display:inline;
	}

	#wrapper .over#tltp5sp table span.point{
		font-weight:700;
		font-size:108%;
	}

	#wrapper .over#tltp5sp table.overlay{
		    background-color: #fff;
			font-size:16px;
	}

	#wrapper .over#tltp5sp table.overlay td{
		    background-color: #fff;
			font-size:16px;
	}

	#wrapper .over#tltp5sp table.overlay td span.kakaku{
		color: #F30;
		font-weight: bold;
		font-size:150%;
		display:inline;
	}

	#wrapper .over#tltp5sp table.overlay td span.tax{
		display:inline;
		font-size:77%;
	}


	#wrapper .over#tltp5sp table.overlay td span.outlined {
		padding: 4px 7px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		background-color: #F60;
		display: block;
		text-align: center;
		color: #FFF;
		font-weight: bold;
	}



	div.shinki{
		width:65%;
		margin:auto;
	}

	div.shinki div.excepting{
		float:none;
		width: 100%;
		}



#wrapper table.opt.serviceplan{
	font-size:16px;
	text-align:right;
}


#wrapper table.opt.serviceplan div{
	margin:0 !important;
	text-align:right;
}

#wrapper table.opt.serviceplan div span{
	text-align:center;
}


#wrapper img.rakuchin{
	display:none;
}

#wrapper #reference  a{
    font-size: 2em;
    color: #C00;
    font-weight: bold;
    font-size:133%;
}

#wrapper table th span.reconcile{
    width: 85%;
    display: inline-block;
}

span.txtRed.txtStrong.txtMedium {
    display: block;
	padding:5px;
	font-size:117%;
}
.featBox{
	margin: 0 !important;
	padding: 10px;
}
.featEntry {
    width: 40px;
	position:static;
}

}
