@charset "utf-8";
/*howtovodエリア*/
.howtovodArea > section{
	margin-bottom: 60px;
	padding-top: 30px;
}
.howtovodArea p{
	font-size: 14px;
	line-height: 130%;
}
h2.jOndemand{
	line-height: 30px;
}
span.jOndemandLogo{
	display: inline-block;
	margin-left: 30px;
	margin-bottom:-10px;
	background: url("/img/howtovod/ico_logo_ondemand.png") no-repeat scroll 0% 0% transparent;
	background-size: 100% auto;
	overflow: hidden;
	text-indent: -9999px;
	height:32px;
	width:74px;
}
.skyColor .blockTit{
		background-color: #0099ff;
}
p.remark{
	margin:10px 0;
}
span.orange{
	color: #eb6100;
}
.howtoBlock{
	display: table;
	width: 100%;
}
.howtoBlock li{
	display: table-cell;
	vertical-align: top;
}
.howtoBlock li:first-child{
	padding-right: 20px;
}
.howtoBlock li > div{
	color: #0099ff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 22px;
	text-indent: -22px;
	line-height: 130%;
}
.nextView{
	text-align: center;
	margin: 20px auto;
}
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;
	width:460px;
	margin: -30px auto 30px;
}
.howtovodArea .to_top {
	text-align: right;
	margin-top:30px;
}
.howtovodArea .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;
}

/*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);
}
.navSkyper{
	display: table;
	/*margin-bottom: 20px;*/
}
.navSkyper li{
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
}









