@charset ”UTF-8”;

/*- 基本スタイル定義 -*/
* {
	margin: 0;
	padding: 0;
}
@font-face {
	font-family: "MyFont"; /* 任意のフォント名 */
	src: url("../font/NotoSansJP-VariableFont_wght.ttf") format("truetype"); /* フォントファイルのパス */
	font-display: swap; /* 表示方法 */
}

body {
/*	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;*/
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	color: #000000;
	font-size: 10px;
	font-family: "MyFont","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1.4;
	background-color: #ffffff;
	text-align: center;
}

img {
	border:none;
}
.tf{
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
}
/*- フォント定義 -*/
h1 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
p.fttext {
	margin-top: 100px;
	font-size: 11px;
}
p#selnum{
	font-size: 14px;
}
span.ttext {
	font-size: 8px;
	background-color: orange;
}
/*- 画像表示定義 -*/
img.img_right {
	float: right;
	padding: 5px;
}
img.img_left {
	float: left;
	padding: 5px;
}

/*- 画像重ね合わせ -*/
img[class^="layer"] {
	position:absolute;
	right:0px;
}
p.imgcap {
	position:absolute;
	bottom:5px;
	right:10px;
	font-size:12px;
}

/*- 画像書き換え -*/

/*- 選択ボーダー -*/
.slectbordersd{
	overflow: hidden;
	display: inline-block;
	outline: 2px solid red;
  outline-offset: -2px;
}
.slectborderdx{
	overflow: hidden;
	display: inline-block;
	outline: 2px solid red;
  outline-offset: -2px;
}

/*- キャプション付サムネイル用 -*/
div.thumbbox01 {
	width: 129px;
	height: 70px;
	text-align: center;
	margin: 0px auto;
	display: inline-block;
}
div.thumbbox02 {
	width: 80px;
	text-align: center;
	margin: 2px auto;
	float: left;
}
div.thumbbox03 {
	width: 115px;
	text-align: center;
	margin: 8px auto;
	display: inline-block;
}
div.thumbbox0t {
	width: 90px;
	text-align: center;
	margin: 2px auto;
	float: left;
}

p.caption01 {
	text-align: left;
	margin: 0px;
	font-size: 8px;
}
p.captionsd {
	text-align: left;
	margin: 3px;
	margin-left:6px;
	font-size: 8px;
}
p.captionsd2 {
	text-align: center;
	margin: 3px;
	font-size: 6px;
}
p.caption02 {
	text-align: center;
	margin: 3px;
	font-size: 6px;
}
p.caption03 {
	text-align: left;
	margin: 0px 0px 0px 10px;
	font-size: 8px;
}
/* p.caption01op {
	text-align: center;
	width:45px;
	height: 12px;
	margin: 0px 3px 2px 0px;
	font-size: 9px;
	background-color: #25B7BC;
	color: #FFFFFF;
}
-*/

/*- float解除 -*/
div.clear {
	clear: both;
}

/*- リンク定義 -*/
a {
	text-decoration: none;
}

/*- 見出しdivBOX -*/
div.titlebox {
	font-size: 12px;
	text-align:center;
	border:solid 1px #727171;
	background-color: #727171;
	color: #ffffff;
	margin: 0 auto;
}
div.vtitlebox {
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	text-align:center;
	border:solid 1px #727171;
	background-color: #727171;
	color: #ffffff;
	margin: 0 auto;
}
p.titletext{
	font-size: 8px;
	white-space: nowrap;
}

/*- ページラッパー定義 -*/
* html body {
	overflow: hidden;
}
div#wrap {
	width: 880px;
	height: 710px;
	margin: 0 auto;
	text-align: left;
	padding: 0px 0px 0px;
	background-color: #ffffff;
	/*border: 1px solid #666666;*/
	display: flex;
}
div#lcolumn{
	width: 400px;
	margin-right: 30px;
}
div#header{
	width: 400px;
	height: 65px;
	margin-bottom: 5px;
	display: flex;
	align-items:flex-end;
}
div#header img.logo{
	width: 160px;
	height: 60px;
}
div#header p{
	margin-left: 10px;
	font-size: 20px;
}
div#gradestyle{
	height: 30px;
	width: 390px;
	font-size: 18px;
	color: #ffffff;
	background-color:#888890;
	margin-bottom: 10px;
	padding-left: 10px;
}
div#pictbox {
	width: 400px;
	height: 420px;
	position:relative;
	/*border-right: 1px solid #000000;*/
}
div#pictbox img{
	width: 400px;
	height: 420px;
}

div#information{
	width: 400px;
	height: 158px;
	margin-top: 20px;
	position:relative;
	font-size: 9px;
	/*border-right: 1px solid #000000;*/
}
div.infraw{
	background-color: #BDBEC0;
	display: flex;
	align-items: center;
	height: 20px;
	margin-bottom: 3px;
}
div.infraw.blank{
	background-color: white !important;
}
div.infraw:first-child{
	background-color: #fff;
	border: 1px solid black;
	box-sizing: border-box;
}
div.infraw:first-child p:nth-child(n+2){
	border-left: 1px solid black;
}
p.ih{
	font-weight: bold;
}
div.infraw p{
	padding: 0px 5px;
}
div.infraw p:nth-child(n+2) {
	border-left: 2px solid white;
}
.w50{
	width: 55px;
}
.w130{
	width: 130px;
}
button.ppdf{
	width: 80px;
	height: 20px;
	background-color: white;
	display: flex;
	align-items: center;
  justify-content: flex-end;
	outline: 1px solid black;
	border: none;
	margin-left: auto;
	cursor: pointer;
}
.ppdf p{
	font-size: 9px;
	padding-right: 5px;
}
.ppdf img{
	width: 15px;
	height: 15px;
	padding-right: 10px;
}

div#rcolumn{
	width: 400px;
	height: 620px;
	margin-top: 70px;
	margin-right: 50px;
}
/*- 縦タブ -*/
.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_tab {
	width: 30px;
	margin: 0;
	position: relative;
}
.cp_tab input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.cp_tab .cp_tabpanel {
	display: none;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6),
.cp_tab > input:nth-child(13):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(7) {
	display: block;
}
.cp_tab .cp_tabpanels {
	position: absolute;
	top:0;
	left: 30px;
	display: block;
	width: 400px;
	height: 630px;
	background-color: #BDBEC0;
	border-radius: 0 10px 10px 0;
}
.cp_tab > input + label {
	position: relative;
	z-index: 100;
	left: 1px;
	display: block;
	width: 30px;
	height: 210px;
	cursor: pointer;
	border: 1px solid #DCDCDE;
	border-right: 0;
	border-radius: 10px 0 0 10px;
	font-size: 8px;
	font-weight: bold;
}
.cp_tab > input + label:last-of-type {
	margin-bottom: 100px;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: #0066cc;
}
.cp_tab > input:checked + label {
	border-color: #BDBEC0;
	border-right: 1px solid #BDBEC0;/*背景色と同じ*/
	background-color: #BDBEC0;
}
.cp_tab .cp_tabpanel {
	padding: 5px 10px;
	min-height: 600px;
}
@media (max-width: 480px) {
	.cp_tab {
		width: 100%;
	}
	.cp_tab > input + label {
	font-size: 0.7em;
	}
	.cp_tab .cp_tabpanels {
	left: 7em;
	min-width: 7em;
	}
}

label{
	writing-mode: vertical-rl;
	padding-top: 3px;
	padding-right: 9px;
	background-color: #DCDCDE;
}

/*セレクトアイテム*/
.cv-nav {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 12px;
}
ul.cv-nav li{
	list-style: none;
	margin: 3px 0;
}
ul.cv-nav li:nth-child(even){
	margin-left: 10px;
}

.cv-nav a {
	margin: 1px 5px;
	display: block;
	padding: 0px;
	text-decoration: none;
}
.subject {
   text-align: left;  /* 文章を左寄せする(※) */
   float: left;     /* 左端に寄せて、後続を右側へ回り込ませる */
}
.date {
   text-align: right; /* 文章を右寄せする */
}
.cv-nav span{
	font-size: 12px;
	margin:0 5px;
	float:left;
}
.cv-nav span.copt{
	font-size: 9px;
	color: white;
	background-color: #F7941D;
	padding:1px 5px;
	float:right;
}

.sl-nav {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 12px;
}
ul.sl-nav li{
	list-style: none;
	margin: 3px 0;
}
/*ul.sl-nav li:nth-child(n+3){
	margin-left: 10px;
}*/
div#slidx{
	height: 20px;
	width: 345px;
	font-size: 14px;
	color: #ffffff;
	background-color:#58585A;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 10px;
}
li.idxop{

}

.sl-nav a {
	margin: 1px 5px;
	display: block;
	padding: 0px;
	text-decoration: none;
}
.sl-nav span.sopt{
	font-size: 9px;
	color: black;
	background-color: white;
	padding:0px 5px;
	margin: 0px 5px;
}

.sl-nav span.sll{
	font-size: 14px;
}

.sl-nav span.slr{
	font-size: 9px;
	color: black;
	background-color: white;
	padding:0 5px;
	margin-right: 10px;
}

div.pot{
	display: flex;
	justify-content: space-between;
 	align-items: center;
 }






div#spwrap {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	padding: 0px 0px 0px;
	background-color: #ffffff;
	display: none;
/*	border: 1px solid #666666; */
}
div#idxwrap {
	width: 978px;
	height: 1224px;
	margin: 0 auto;
	text-align: center;
	padding: 0px 0px 0px;
	background-color: #ffffff;
}

/*- トップ -*/
div#top {
	width: 978px;
	height: 100px;
	margin: 0 auto;
	text-align: left;
	padding: 0px 0px 0px;
	background-color: #ffffff;
}
img#topmain{
	width: 978px;
	height: 100px;
}

/*- ミドル -*/
div#middle {
	width: 978px;
	height: 672px;
	margin: 0 auto;
	text-align: left;
	padding: 0px 0px 0px;
	background-color: #ffffff;
	display: flex;
	flex-direction: row;
	/*border-top: 1px solid #000000;*/
	/*border-bottom: 1px solid #000000;*/
}

div#midright {
	width: 338px;
	height: 672px;
	display: flex;
	flex-direction: column;
}
div#bcselect {
	width: 338px;
	height: 522px;
	margin: 0 auto;
	text-align:center;
	display: flex;
	flex-direction: column;
}
div#mr_selectdisplay {
	width: 338px;
	height: 150px;
}

div#pictbox img.sdpbimg{
	width: 640px;
	height: 672px;
}

div.bctitlebox{
	width: 264px;
	height: 25px;
	font-size: 12px;
	text-align:center;
	background-color: #727171;
	color: #ffffff;
	margin: 0 auto;
	margin-top: 20px;
	border: none;
}
p.bctitletext{
	font-size: 12px;
	line-height: 25px;
}
div.bcselectbox{
	width: 264px;
	height: 477px;
	text-align:center;
	background-color: #ffffff;
	margin: 0 auto;
	border: none;
}
.ml6{
	margin-left: 6px !important;
}
.bcfb{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
div.bcthumbbox {
	width: 129px;
	height: 70px;
	text-align: center;
	margin: 0px auto;
	margin-top: 6px;
	display: inline-block;
}
p.bccap {
	text-align: left;
	margin: 0;
	font-size: 10px;
	transform: scale(0.7);
	transform-origin: left;
  white-space: nowrap;
}
p.caption01op {
	text-align: center;
	width: 60px;
	height: 12px;
	margin-bottom: 2px;
	font-size: 10px;
	background-color: #dd960f;
	color: #FFFFFF;
  white-space: nowrap;
}

div.bcthumbbox img{
	width: 129px;
	height: 58px;
}

div.bcdxthumbbox {
	width: 129px;
	height: 80px;
	text-align: center;
	margin: 0px auto;
	margin-top: 6px;
	display: inline-block;
}

div.bcdxopthumbbox {
	width: 129px;
	height: 94px;
	text-align: center;
	margin: 0px auto;
	margin-top: 6px;
	display: flex;
	flex-direction: column;
}
div.bcdxthumbbox img{
	width: 129px;
	height: 68px;
}
div.bcdxopthumbbox img{
	width: 129px;
	height: 68px;
}

.slcd{
	width: 316px;
	height: 150px;
	background-color: #E6E6E5;
	display: flex;
	flex-direction: column;
}
.slcdtitle{
	width: 316px;
	height: 38px;
}
.slcdtitle p{
	text-align: left;
	line-height: 38px;
	margin-left: 8px;
	font-size: 16px;
}
.slcdbox{
	width: 316px;
	height: 112px;
	text-align: left;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
div.slcdthumbbox {
	width: 96px;
	height: 44px;
	text-align: center;
	margin-bottom: 12px;
	display: flex;
	flex-direction: row;
}
.slcdtextbox{
	width: 60px;
	height: 44px;
}
p.slcdcapt {
	text-align: left;
	margin: 0;
	font-size: 10px;
	transform: scale(0.8);
	transform-origin: 0 50%;
	white-space: nowrap;
}
p.slcdcap {
	text-align: left;
	margin: 0;
	font-size: 10px;
	transform: scale(0.6);
	transform-origin: 0 35%;
	white-space: nowrap;
}
.slcdimgbox{
	width: 36px;
	height: 44px;
}
.slcdimgbox img{
	width: 36px;
	height: 44px;
}

.ml6{
	margin-left: 8px;
}
.ml8{
	margin-left: 8px;
}
.ml14{
	margin-left: 14px;
}
.ml10{
	margin-left: 10px;
}
.ml75{
	margin-left: 75px;
}
.ml71{
	margin-left: 71px;
}
.ml70{
	margin-left: 70px;
}
div#sizetext {
	width: 270px;
	height: 15px;
	float: right;
	margin: 0px auto;
	margin-top:40px;
	padding: 0px;
	background-color: #ffffff;
}

/*- ラスト -*/
div#last {
	width: 978px;
	height: 432px;
	margin: 0px auto;
	text-align: left;
	padding: 20px 0px 0px 0px;
	background-color: #ffffff;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
div.l_column{
	width: 505px;
	height: 450px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

div.r_column{
	width: 235px;
	height: 450px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
div.columnsp{
	width: 70px;
}
div.l_conbox{
	width: 505px;
	display: flex;
	flex-direction: row;
}
div.lconttl{
	width: 85px;
	height: 65px;
	font-size: 12px;
	text-align:center;
	vertical-align: middle;
	background-color: #727171;
	color: #ffffff;
}
div.lconttl2c{
	width: 85px;
	height: 75px;
	font-size: 12px;
	text-align:center;
	vertical-align: middle;
	background-color: #727171;
	color: #ffffff;
}
div.lconttl22c{
	width: 85px;
	height: 155px;
	font-size: 12px;
	text-align:center;
	vertical-align: middle;
	background-color: #727171;
	color: #ffffff;
}
div.l_conrb{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
div.l_conitm{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
div.lconfx{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
div.lcbthumbbox {
	width: 60px;
	height: 75px;
	text-align: center;
	display: inline-block;
	margin-left: 10px;
}
div.lcbthumbboxop {
	width: 60px;
	height: 75px;
	text-align: center;
	display: inline-block;
	margin-left: 10px;
}
div.lcitmthumbbox {
	width: 60px;
	height: 65px;
	text-align: center;
	display: inline-block;
	margin-left: 10px;
}
div.lcitmthumbboxop {
	width: 60px;
	height: 65px;
	text-align: center;
	display: inline-block;
	margin-left: 10px;
}
p.lcbcap {
	text-align: center;
	margin: 0;
	margin-top: 3px;
	font-size: 10px;
	transform: scale(0.6);
	transform-origin: 0% 0%;
	white-space: nowrap;
	width: 100px;
	height: 16px;
	line-height: 10px;
	overflow: hidden;
}
p.lcbcap2c {
	text-align: center;
	margin: 0;
	margin-top: 3px;
	font-size: 10px;
	transform: scale(0.6);
	transform-origin: 0% 0%;
	white-space: nowrap;
	width: 100px;
	height: 32px;
	overflow: hidden;
}
p.lcbcapop {
	text-align: center;
	width: 60px;
	height: 12px;
	margin-bottom: 2px;
	font-size: 10px;
	transform: scale(0.8);
	transform-origin: 0% 0%;
	background-color: #dd960f;
	color: #FFFFFF;
  white-space: nowrap;
}
div.lcbthumbbox img{
	width: 60px;
	height: 55px;
}
div.lcbthumbboxop img{
	width: 60px;
	height: 41px;
}
div.lcitmthumbbox img{
	width: 60px;
	height: 55px;
}
div.lcitmthumbboxop img{
	width: 60px;
	height: 41px;
}
div.r_conbox{
	width: 235px;
	display: flex;
	flex-direction: row;
}

div.rconttl {
	width: 25px;
	height: 75px;
	font-size: 12px;
	text-align:center;
	background-color: #727171;
	color: #ffffff;
}
div.rconttl2c {
	width: 25px;
	height: 135px;
	font-size: 12px;
	text-align:center;
	background-color: #727171;
	color: #ffffff;
}
p.vtext{
	height: 75px;
	font-size: 8px;
	display: inline-block;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
p.vtext2c{
	height: 135px;
	font-size: 8px;
	display: inline-block;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
div.r_conrb{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
div.rconfx{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
div.rcitmthumbbox {
	width: 60px;
	height: 65px;
	text-align: center;
	display: inline-block;
	margin-left: 10px;
}
div.rcitmthumbboxop {
	width: 60px;
	height: 65px;
	text-align: center;
	display: inline-block;
	margin-left: 10px;
}
p.rcbcap {
	text-align: center;
	margin: 0;
	margin-top: 3px;
	font-size: 10px;
	transform: scale(0.6);
	transform-origin: 0% 0%;
	white-space: nowrap;
	width: 100px;
	height: 16px;
	line-height: 10px;
	overflow: hidden;
}
p.rcbcap2c {
	text-align: center;
	margin: 0;
	margin-top: 3px;
	font-size: 10px;
	transform: scale(0.6);
	transform-origin: 0% 0%;
	white-space: nowrap;
	width: 100px;
	height: 32px;
	overflow: hidden;
}
div.rcitmthumbbox img{
	width: 60px;
	height: 55px;
}
div.rcitmthumbboxop img{
	width: 60px;
	height: 41px;
}
.mt5{
	margin-top: 5px;
}
.mt15{
	margin-top: 15px;
}
div#l_left {
	width: 489px;
	height: 472px;
	margin: 0px auto;
	float: left;
}
div#l_right {
	width: 489px;
	height: 472px;
	margin: 0px auto;
	float: right;
}
div#ll_title {
	width: 25px;
	float: left;
}
div#ll_con {
	width: 469px;
	float: right;
}

div#ll_t {
	margin-bottom: 13px;
//	width: 425px;
	height: 100px;
}

div#ll_m {
	margin-bottom: 13px;
//	width: 425px;
	height: 100px;
}

div#ll_d {
//	width: 425px;
	height: 100px;
}
div.ll_c {
	margin-top: 10px;
//	width: 425px;
	height: 90px;
}
div#lr_title {
	width: 20px;
	float: left;
}
div#lr_con {
	width: 469px;
	float: right;
}
div#lr_t {
	margin-bottom: 13px;
//	width: 496px;
	height: 100px;
}
div#lr_m {
	margin-bottom: 13px;
//	width: 496px;
	height: 100px;
}
div#lr_d {
//	width: 469px;
	height: 100px;
}
div.lr_c {
	width: 469px;
	height: 100px;
}
/*- フッター -*/
div#footer {
	width: 978px;
	height: 15px;
	margin: 0px auto;
	text-align: center;
	padding: 0px;
	background-color: #ffffff;
}

/*- 目次箱 -*/
div#indexbox {
	width: 900px;
	margin: 0px auto;
	text-align: center;
	padding: 0px;
	background-color: #ffffff;
}

/*- フィルターセット -*/
img.slfil {
	overflow: hidden;
	display: inline-block;
	filter: invert(20%);
	-webkit-filter: invert(20%);
	outline: solid 2px #696969;
	outline-offset: -2px;
}

/*- 表示切替 -*/
.oh{
display:none !important;
}

/*サイドナビ*/
.side-nav {
	position: fixed;
	top: 200px;
	left: 0;
	height: 250px;
	width: 36px;
	background-color: #c0c2c5;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	border-radius: 0 10px 10px 0;
	z-index: 1000;
}

.side-nav .label {
	writing-mode: vertical-rl;
	font-size: 14px;
	margin-top: 20px;
	margin-right: 4px;

}
.side-nav img{
	width: 20px;
	height: 20px;
}
a.sidena{
	outline: none;
	text-decoration: none;
	color: inherit;
	display: block;
}
/*index*/

    .grade-container {
      display: flex;
      justify-content: center;
      gap: 40px;
      margin-bottom: 40px;
    }

    .grade-box {
      background: #e0e0e0;
      padding: 0px;
      width: 260px;
      box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    }

    .grade-title {
      background: #333;
      color: white;
      padding: 10px;
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 15px;
    }

    .style-button {
      display: block;
      background: #ccc;
      color: black;
      margin: 10px auto;
      padding: 10px;
      border: none;
      width: 70%;
      cursor: pointer;
      font-size: 16px;
      outline: 1px solid black;
      margin:20px auto;
    }

    .style-button:hover {
    	opacity: 0.6;
    }

    .notes {
      text-align: left;
      max-width: 550px;
      font-size: 9px;
      margin: 0 auto;
      line-height: 1.6;
      color: #333;
    }
    h2.idxh2 {
      font-size: 18px;
      margin: 5px 0 30px;
    }

div.logobox{
	margin-top: 120px;
}
img.idxlogo{
	width: 205px;
	height: 80px;
}
p.slctxt{
	font-size: 14px;
	margin-bottom: 30px;
}

div.grade-container a{
	outline: none;
	text-decoration: none;
	color: inherit;
	display: block;
}

/*アプリ用
#pdf_ld{
	display: none;
}*/