@charset "utf-8";

/*　#main　*/

.aboutTit {
 width: 710px;
 height: 100px;
 padding: 0;
 margin-bottom: 0.6em;
 border: none;
}

.abouth2 {
 font-size: 2.6em;
 line-height: 1;
 text-align: left;
 display: block;
 padding: 0.5em;
 height: 2em;
 width: 710px;
 margin-bottom: 0.6em;
 border: 1px solid #c063ff;
 box-sizing: border-box;
 position: relative;
}

#print {
 position: absolute;
 top: 0.4em;
 right: 0.3em;
}

#aboutInn {
 clear: both;
 width: 710px;
 overflow: hidden;
}

#aboutInn .block {
 margin-bottom: 3.5em;
}

#aboutInn .block .headline {
 font-size: 2em;
 line-height: 1.5;
 letter-spacing: 0.1em;
 color: #009966;
 background-image: url(../img/ico_c_circle03.png);
 background-repeat: no-repeat;
 background-position: left 0.23em;
 text-align: left;
 margin-bottom: 0.8em;
 padding-bottom: 0.35em;
 padding-left: 1em;
 border-bottom: 2px solid #009966;
}


#aboutInn .block .headline_smain {
 font-size: 2em;
 line-height: 1.5;
 letter-spacing: 0.1em;
 color: #000000 !important;
 background-image: url(../img/ico_c_circle01.png) !important;
 background-repeat: no-repeat;
 background-position: left 0.23em;
 text-align: left;
 margin-bottom: 0em;
 padding-bottom: 0.35em;
 padding-left: 1em;
 border-bottom: 2px solid #009966 !important;
 clear: both;
}

#aboutInn .block .area {
 padding: 0 2em;
}

#aboutInn .block .areaGray {
 padding: 2em 2em 0;
 background-color: #ebebeb;
 clear: both;
 margin-bottom: 2em;
}

#aboutInn .block .areaIndex {
 background-repeat: repeat-y;
 background-position: center top;
}

#aboutInn .block .border {
 width: 100%;
 padding: 0 0 2em;
 margin-bottom: 2em;
 border-bottom: 1px dotted #000000;
}

#aboutInn .block .bordernone {
 width: 100%;
 padding: 0em;
 margin-bottom: 0em;
}

#aboutInn .block .areaIndex p {
 font-size: 1.3em;
 line-height: 1.7;
 text-align: left;
}

#aboutInn .block .areaIndex p span {
 font-size: 1.15em;
 font-weight: bold;
 background-image: url(../img/ico_c_arrow01.png);
 background-repeat: no-repeat;
 background-position: left 0.22em;
 padding-left: 1.2em;
}

#aboutInn .block .areaIndex p a {
 color: #000000;
 text-decoration: none;
}

#aboutInn .block .areaIndex p a:hover {
 text-decoration: underline;
}

#aboutInn .block .areaIndex p img {
 margin-top: 6px;
}




#aboutInn .block .boxleft {
 float: left;
 width: 49%;
 margin-bottom: 30px;
}

#aboutInn .block .boxright {
 float: right;
 width: 49%;
 margin-bottom: 30px;
}

#aboutInn .block .boxlast {
 clear: both;
 width: 315px;
}

#aboutInn .libraryblock {
 width: 726px;
 margin-left: 0;
 margin-right: -16px;
 overflow: hidden;
 padding-top: 20px;
}

#aboutInn .libraryblock .area {
 float: left;
 width: 226px;
 padding: 1.5em 1.2em 0.75em 0;
 margin-right: 16px;
 box-sizing: border-box;
 min-height: 41.3em;
}

#aboutInn .block .txtIndent {
 text-indent: 1.5em;
}

#aboutInn .block .txtMinusIndent {
 padding: 0 0 0.5em 1em;
 text-indent: -1em;
}

#aboutInn .block .area p {
 font-size: 1.5em;
 line-height: 1.7;
 text-align: left;
}

#aboutInn .block .area .section {
 font-size: 1.8em;
 font-weight: bold;
 color: #0066cc;
}

#aboutInn .block .area .section span {
 font-size: 0.85em;
 color: #000000;
}

#aboutInn .block .area .section2 {
 font-size: 1.8em;
 font-weight: bold;
 color: #000000;
 border-left: 8px solid #009966;
 border-bottom: 1px dashed #cccccc;
 padding-left: 0.5em;
 margin-bottom: 0.85em;
}

/*************図書室***************/
#aboutInn .block .area .libraryTitle {
 position: relative;
}

#aboutInn .block .area .libraryNote {
 display: none;
 position: absolute;
 bottom: 2.2em;
 left: 0;
 z-index: 9999;
 padding: 0.3em 0.6em 0.3em 1.2em;
 border: 1px solid #666666;
 border-radius: 4px;
 background: #f2f2f2;

 font-size: 1.4em;
 line-height: 1.4;
 text-indent: -0.6em;
}

#aboutInn .block .area .libraryNote:after {
 width: 100%;
 content: "";
 display: block;
 position: absolute;
 left: 2em;
 bottom: -8px;
 border-bottom: 8px solid transparent;
 border-left: 8px solid #666666;
}


/* スマホ用 */
@media screen and (max-width:640px) {
 #aboutInn .block .area .libraryNote {
  display: block;
  position: static;
  border: none;
  border-radius: 0;
  background: none;

  font-size: 1.4em;
  padding-left: 1.5em;
  padding-bottom: 0.6em;
  text-indent: -0.6em;
  line-height: 1.3;
 }

 #aboutInn .block .area .libraryNote:after {
  display: none;
 }

}

#aboutInn .block .area .libraryTitle p:hover~.libraryNote {
 display: block;
}


#aboutInn .block .area .titleList .magazine {
 width: 100%;
 padding: 0 0 1em;
 margin-bottom: 1em;
 border-bottom: 1px dotted #000000;
}

#aboutInn .block .area .titleList .magazine .title {
 font-size: 1.6em;
 line-height: 1.3;
 font-weight: bold;
 padding-left: 1em;
 text-indent: -1em;
}

#aboutInn .block .area .titleList .magazine .title:before {
 content: "●";
 color: #009966;
}

#aboutInn .block .area .titleList .magazine .magazineData {
 font-size: 1.3em;
 padding: 1em 0 0 1.2em;
}

#aboutInn .block .area .titleList .magazine .magazineData li {
 line-height: 1.2;
 text-align: left;
 padding-bottom: 0.4em;
}

#aboutInn .block .area .titleList .magazine .magazineData li:last-child {
 padding-bottom: 0.2em;
}

#aboutInn .block .area .titleList .magazine .magazineData li.data01:before {
 content: "冊子体　巻<発行年> ／ ";
 font-weight: bold;
 color: #666666;
}

#aboutInn .block .area .titleList .magazine .magazineData li.data02:before {
 content: "保管場所 ／ ";
 font-weight: bold;
 color: #666666;
}

#aboutInn .block .area .titleList .magazine .magazineData li.data03:before {
 content: "電子ジャーナル ／ ";
 font-weight: bold;
 color: #666666;
}

#aboutInn .block .area .titleList .magazine .magazineData li.data04:before {
 content: "パッケージ ／ ";
 font-weight: bold;
 color: #666666;
}

/*************図書室***************/


#aboutInn .block .area .nList {
 font-size: 1.5em;
 line-height: 1.7;
 text-align: left;
}

#aboutInn .block .area .nList li {
 padding-left: 2.5em;
 text-indent: -3em;
}

#aboutInn .block .area .ishiList {
 font-size: 1.5em;
 line-height: 1.7;
 text-align: left;
}

#aboutInn .block .area .ishiList li {
 padding-left: 1em;
 text-indent: -1em;
 padding-bottom: 0.8em;
}

#aboutInn .block .area .store {
 font-size: 1.5em;
 line-height: 1.7;
 text-align: left;
}

#aboutInn .block .area .store dt {
 float: left;
 clear: left;
}

#aboutInn .block .area .store dd {
 padding-left: 9em;
 padding-bottom: 0.8em;
}

#aboutInn .block .area .store dd li {
 padding-left: 0.5em;
 text-indent: -1em;
}

#aboutInn .block .area .kifuLeft {
 width: 350px;
 margin-right: 20px;
 box-sizing: border-box;
 float: left;
}

#aboutInn .block .area .kifuinfo {
 border: 2px solid #F90;
 background-color: #fffeea;
 margin: 10px 0 20px;
 padding: 12px 0 10px;
}

#aboutInn .block .area .kifuinfo p {
 text-align: center;
 line-height: 1.3;
}

#aboutInn .block .area .kifuRight {
 width: 300px;
 box-sizing: border-box;
 float: right;
}

#aboutInn .block .area .kifuRight p {
 font-size: 1.35em;
 text-align: left;
 line-height: 1.3;
 padding-top: 8px;
}

#aboutInn .block .area .kifuPhoto {
 margin-bottom: 20px;
 padding-bottom: 20px;
 border-bottom: dotted 1px #999999;
}

#aboutInn .block .area .HyoKifu {
 font-size: 1.25em;
 line-height: 1.3;
 box-sizing: border-box;
 text-align: left;
}

#aboutInn .block .area .HyoKifu tr:nth-child(odd) {
 background-color: #f2f2f2;
}

#aboutInn .block .area .HyoKifu th {
 padding: 8px;
 border: 1px solid #999;
 background-color: #e0f3ed;
 font-weight: bold;
 text-align: center;
}

#aboutInn .block .area .HyoKifu td {
 border: 1px solid #999;
 padding: 6px 4px;
}

#aboutInn .block .area .HyoKifu .HyoKifu_w25 {
 width: 25%;
}

#aboutInn .block .area .HyoKifu .HyoKifu_auto {
 width: auto;
}

#aboutInn .block .area .HyoKifu .gray {
 background-color: #f2f2f2;
}

#aboutInn .block .area .HyoKifu .spbr {
 display: none;
}


#aboutInn .block .area .Hyo.enkaku td {
 border: none;
 padding: 5px 10px;
 vertical-align: top;
}

#aboutInn .block .area .Hyo.enkaku td .img_right {
 text-align: center;
 float: right;
 margin-left: 20px;
 margin-bottom: 5px;
}

#aboutInn .block .area .Hyo.enkaku td .img_right img {
 margin-top: 5px;
}

#aboutInn .block .area .Hyo.enkaku td .img_right p {
 text-align: center;
 font-size: 0.9em;
 line-height: 1.4;
 margin-top: 5px;
 padding: 0;
}

/* スマホ用 */
@media screen and (max-width:640px) {

 #aboutInn .block .area .kifuLeft {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
  float: none;
 }

 #aboutInn .block .area .kifuRight {
  margin-bottom: 20px;
  float: none;
 }

 #aboutInn .block .area .HyoKifu {
  width: 100%;
 }

 #aboutInn .block .area .HyoKifu .spbr {
  display: block;
 }

}





/*************メニューリスト***************/

.about_list {}

.about_list ul {
 list-style: none outside none;
}

.about_list .icon_check li {
 font-size: 1.5em !important;
 line-height: 1.8;
 text-align: left;
 background: url("../img/ico_c_arrow01.png") no-repeat scroll 0 5px;
 padding-left: 20px;
}

.about_list .icon_check li a {
 text-decoration: none;
 color: #000000;
}

.about_list .icon_check li a:hover {
 text-decoration: underline;
 color: #009966;
}


/*************リスト表示***************/

.about_list_c {
 padding-left: 10px;
 margin-bottom: 20px;
 clear: both;
}

.about_list_c ul {
 list-style: none outside none;
}

.about_list_c ul.icon_circle {
 text-indent: -1.5em;
}

.about_list_c ul.icon_circle li {
 font-size: 1.5em !important;
 line-height: 1.8;
 text-align: left;
 margin-bottom: 10px;
}



/*************メニューリスト***************/

/* スマホ用 */
@media screen and (max-width:640px) {
 /*　#main　*/

 .aboutTit {
  width: 96%;
  height: auto;
  margin: 0 auto 0.6em;
 }

 .abouth2 {
  width: 96%;
  margin: 0 auto 0.6em;
 }

 #print {
  display: none;
 }

 #aboutInn {
  width: 96%;
  margin: auto;
 }

 #aboutInn .block {}

 #aboutInn .block .headline {}

 #aboutInn .block .area {}

 #aboutInn .block .areaGray {}

 #aboutInn .block .areaIndex {
  background-image: none;
 }

 #aboutInn .block .border {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  border-bottom: none;
 }

 #aboutInn .block .bordernone {
  width: 100%;
  padding-right: 10px;

 }

 #aboutInn .block .areaIndex p {}

 #aboutInn .block .areaIndex p span {}

 #aboutInn .block .areaIndex p a {}

 #aboutInn .block .areaIndex p a:hover {}

 #aboutInn .block .areaIndex p img {}


 #aboutInn .block .boxleft {
  float: none;
  width: 315px;
  margin: 0 auto 5px;
 }

 #aboutInn .block .boxright {
  float: none;
  width: 315px;
  margin: 0 auto;
 }

 #aboutInn .libraryblock {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
 }

 #aboutInn .libraryblock .area {
  width: 95%;
  padding: 1.5em 2.4em 0.75em 1.2em;
  margin-left: 0;
  margin-right: 0;
  float: none;
  min-height: 0;
  box-sizing: content-box;
 }

 #aboutInn .block .txtIndent {}

 #aboutInn .block .txtMinusIndent {}

 #aboutInn .block .area p {}

 #aboutInn .block .area .section {}

 #aboutInn .block .area .section span {}



 /*************メニューリスト***************/
 /**********
.about_list{
	margin-bottom: 10px;
	}

.about_list dl{
	width:96%;

	}


.about_list dt {
	display: block;
	float: none;
	clear:both;
	width:100%;
	margin-bottom: 0px;
}

.about_list dd {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: dashed 1px #4d4d4d;
}

p.l_menuTit{}
**********/


 /*************メニューリスト***************/

 .about_list {}

 p.l_menuTit {}

 .abouts_list ul {
  list-style: none outside none;
 }

 .about_list ul li.icon_check {
  font-size: 1.5em !important;
  text-align: left !important;
  background: url("../img/ico_c_arrow01.png") no-repeat scroll 0 5px;
  padding-left: 20px;
 }

 /*************リスト表示***************/

 .about_list_c {
  . margin-bottom: 10px !important;
 }

 /*************メニューリスト***************/


 /*　#side　*/

 #subMenu.aboutSub .title {}

 #subMenu.aboutSub .first {}

 #subMenu.aboutSub .first:hover {}

 #subMenu.aboutSub .second li {}

 #subMenu.aboutSub .second .third li {}





}
