@charset "UTF-8";
/* utilities */
.fl {
  float: left;
}

.fr {
  float: right;
}

.section {
  margin-bottom: 40px;
}

.contentHeader {
  background: url('../../../images/pi_gakusyu/syuunou/bg-content_header_top.gif?1455258606') no-repeat;
  padding-top: 5px;
  margin-bottom: 40px;
}
.contentHeaderInner {
  background: url('../../../images/pi_gakusyu/syuunou/bg-content_header.gif?1455258606');
  padding: 17px;
}
.contentHeaderTitle {
  width: 100%;
  padding-bottom: 20px;
  background: url('../../../images/pi_gakusyu/syuunou/img-content_header.png?1455266225') no-repeat right bottom;
}

/* ポイント一覧 */
.contentIndex {
  overflow: hidden;
  *zoom: 1;
  padding: 20px 0;
  background: #fff;
  border-radius: 15px;
}
.contentIndexTitle {
  margin-left: 20px;
  margin-bottom: 27px;
}
.contentIndexList {
  list-style-type: none;
}
.contentIndexList li {
  margin-bottom: 9px;
	min-height: 40px;
	position: relative;
	padding-left: 130px;
	line-height: 1.4;
	font-size: 13px;
}
.contentIndexList li .num{
	position: absolute;
	left: 0;
	top: 5px;
}
.contentIndexList li .tit{
	font-size: 24px;
	font-weight: bold;
}

.onayami_items {
  float: right;
  padding-right: 15px;
}

/*  ページ内リンク */
.contentNav {
  background: url('../../../images/pi_gakusyu/syuunou/bg-border_stripe.gif?1455270248') repeat;
  padding: 13px;
  margin-bottom: 40px;
}
.contentNavList {
  overflow: hidden;
  *zoom: 1;
  background: #fff;
  list-style-type: none;
}
.contentNavList li {
  width: 455px;
  float: left;
}

/*  収納アイテム */
.itemTitle {
  margin-bottom: 10px;
}
.itemList {
  list-style-type: none;
  background: url('../../../images/pi_gakusyu/syuunou/vr-case_line.gif?1455273584') repeat-y 50% top;
}
.itemListRow {
  overflow: hidden;
  *zoom: 1;
  padding-bottom: 20px;
  background: url('../../../images/pi_gakusyu/syuunou/hr-case_line.gif?1455273584') no-repeat 50% bottom;
  padding-top: 20px;
}
.itemListRow:first-child {
  padding-top: 0;
}
.itemListRow:last-child {
  background: none;
}
.itemListCase {
  float: left;
  width: 459px;
  padding-left: 10px;
  text-align: center;
	box-sizing: content-box;
}
.itemListCase:nth-child(even) {
  width: 431px;
  padding-left: 28px;
}
.itemListCaseDescription {
  margin-bottom: 15px;
}
.itemListCaseImage {
  text-align: left;
  margin-bottom: 20px;
}
.itemListCaseBtn {
  text-align: center;
}

/* 使い方リスト */
.list .section-title {
  margin-bottom: 17px;
}
.listGraph {
  padding: 15px;
  background: url('../../../images/pi_gakusyu/syuunou/bg-list.gif?1455280277') repeat;
}
.listGraphNote {
  text-align: right;
  margin-bottom: 5px;
  padding-bottom: 0;
}
.listGraph table {
  border-collapse: collapse;
}
.listGraph table tr:first-child th {
  padding-top: 0;
}
.listGraph table th, .listGraph table td {
  padding-bottom: 2px;
  background: url('../../../images/pi_gakusyu/syuunou/hr-list.gif?1455280763') repeat-x left bottom;
}
.listGraph table th {
  padding: 15px 15px 15px 0;
}
.listGraph table td {
  vertical-align: bottom;
}
