@charset "utf-8";
/*howtovodエリア*/
.howtovodArea section{
	padding-top: 30px;
	margin:0 0 45px;
}
.howtovodArea img{
	width:100%;
}
.howtovodArea p{
	font-size: 14px;
	line-height: 180%;
}
.howtovodArea .secondPageTitl{
	position: relative;
}
.howtovodArea .secondPageTitl .jOndemandLogo{
	position: absolute;
	display: inline-block;
	top:10px;
	right: 10px;
	background: url("/img/sp/howtovod/ico_logo_ondemand.png") no-repeat 0% 0% transparent;
	background-size: 100% auto;
	overflow: hidden;
	text-indent: -9999px;
	height:25px;
	width:58px;
}
.howtovodArea .titGrayBlockArea{
	margin:10px 0;
	padding:10px;
}
.howtovodArea .titGrayBlockArea .grayBlockTit{
	font-size: 14px;
}

.titGrayBlockArea.skyColor{
	background-color: #0099ff;
}
p.remark{
	margin:10px 0 20px;
}
span.orange{
	color: #eb6100;
	font-weight: bold;
}
.howtoBlock li:first-child{
	padding-right: 20px;
}
.howtoBlock li > div{
	color: #0099ff;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 22px;
	text-indent: -22px;
	line-height: 130%;
}
.howtoBlock li > p{
	margin-bottom: 10px;
}
.nextView{
	text-align: center;
	margin: 8px auto 10px;
}
span.sankaku{
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17.3px 10px 0 10px;
	border-color: #0099ff transparent transparent transparent;
}
a.linkOndemand{
	display: block;
	margin:-25px 0 15px;
}



/*textlink_area*/
.textlink_area {
  width: 100%;
  margin: 0 0 5px;
}
.textnav {
  /*text-align: right;*/
}
.textnav li {
  display: inline-block;
  margin-left: 10px;
}
.textnav li a {
  color: #333;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  padding-right: 15px;
}
.textnav li a:after {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0px;
  font-family: 'icomoon3';
  content: "\ec600";
  font-size: 10px;
  text-decoration: none !important;
   -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}


/*to_top*/
.to_top {
  text-align: right;
  margin-top: 30px;
}
.to_top a {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  color: #333;
  padding-left: 20px;
  background: url("/img/common/ico_pagetop.png") no-repeat scroll left top / 16px auto transparent;
}


.navSkyper{
	display: table;
	/*margin-bottom: 20px;*/
	width: 100%;
}
.navSkyper li{
	display: table-cell;
	vertical-align: top;
	padding-left: 5px;
}
.navSkyper li:first-child{
	padding-right: 5px;
	padding-left:0;
}



