.indexContentsTop{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}



.indexContentsTop .info{
	border:1px solid #FF9900;
	padding:10px 20px;
	margin-top:20px;
}
.indexContentsTop .info p.top{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#FF9900;
	/*padding-right:20px;*/
	position: relative;
	line-height:inherit;
	cursor:pointer;
}
.indexContentsTop .info p.top::after{
    font-family: "Font Awesome 5 Free";
    content: '\f0fe';
    font-weight:400;
    
    position: absolute;
    top: 50%;
    right:0;
    margin-top: -10px;
	font-size:20px;
	color:#FF9900;
}

.indexContentsTop .info p.open::after{
font-family: "Font Awesome 5 Free";
    content: '\f146';
}

.indexContentsTop .info .inner{
	display: none;
	padding-top:20px;
}
/*.indexContentsTop .info .inner p{
	font-weight:normal;
	color:#484848;
	font-size:28px;
}*/




.contentsMain p.titleTxt {
	position: absolute;
	color: #FFFFFF;
	margin: 0px;
	right: 15px;
	line-height: normal;
	top: 24px;
}

.contentsMain p.entryTxt {
	padding:10px 15px 0 15px;
}

.indexEntryBox {
	overflow: hidden;
	padding: 15px 5px 0;
	width:700px;
}

/* */
.indexInfo {
 margin: 10px auto 20px;
 padding: 10px 20px;
 border: 2px solid #FFBBBB;
 border-radius: 7px;
 -webkit-border-radius: 7px;
 -moz-border-radius: 7px;
}

/* ãƒˆãƒƒãƒ—ãƒŠãƒ“ã‚²ãƒ¼ã‚·ãƒ§ãƒ³ã‚¤ãƒ¡ãƒ¼ã‚¸ æ–°
-------------------------------------*/
.slider{
    margin:0 auto 20px;
    width: 100%;
    /*width:630px;*/
}
/*ç”»åƒãŒä¸€åº¦ã«å‡ºã¦ã—ã¾ã†ã®ã‚’é˜²ã*/
.slider div {
  /*display: none;*/
  opacity: 0;
  transition: opacity .1s linear;
}
.slick-initialized div {
  /*display: block !important;*/
  opacity: 1;
}
.slider img{
    height: auto;
    width: 100%;
}
.slider a:focus{
    outline:none;
}
.slider img.arrow-prev,.slider img.arrow-next{
    width:40px;
    
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 100;
    opacity: .50;
}
.slider img.arrow-prev:hover,.slider img.arrow-next:hover{
    opacity: .80;
    transition: opacity .1s linear;
}
.slider img.arrow-prev{
	left:0;
}
.slider img.arrow-next{
	right:0;
}
.slider img.arrow-prev:before,.slider img.arrow-next:before{
}
.slider img.arrow-prev:hover:before,
.slider img.arrow-prev:focus:before,
.slider img.arrow-next:hover:before,
.slider img.arrow-next:focus:before{
     opacity: 1;
}
.thumb div{
    width:90%;
    margin: 0 auto;
}
.thumb div img{
    width:96%;
    margin: 0 auto;
    /*height:80px;*/
    cursor: pointer;
    display:block;
    object-fit: cover;
    object-position: center top;
}
.thumb img.arrow-prev,.thumb img.arrow-next{
    width:30px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 100;
    opacity: .50;
}
.thumb img.arrow-prev:hover,.thumb img.arrow-next:hover{
    opacity: .80;
    transition: opacity .1s linear;


}
.thumb img.arrow-prev{
	left:0;
}
.thumb img.arrow-next{
	right:0;
}

.slick-slide{
    outline:none;
}


/* ãƒˆãƒƒãƒ—ãƒŠãƒ“ã‚²ãƒ¼ã‚·ãƒ§ãƒ³ã‚¤ãƒ¡ãƒ¼ã‚¸ æ—§
-------------------------------------*/
#imageNavigationText {
	width: 709px;
	margin-bottom: 20px;
	height: 181px;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}

#imageNavigationText .navi-image {
	height: 180px;
	width: 518px;
	position: relative;
	border: 1px solid #d2d2d2;
	float: left;
}

#imageNavigationText .navi-image img {
 /*position: absolute;*/
 padding: 1px;
}

#imageNavigationText .navi-image a { 
 display:block; 
 position:absolute;
 top:0;
 left:0;
 z-index:8;
}

#imageNavigationText .navi-image a.active {
  z-index:10;
}

#imageNavigationText .navi-image a.last-active { 
  z-index:9;
}

#imageNavigationText .navi {
	background-image: url("/images_ver3/navi_back.gif");
	background-repeat: no-repeat;
	height: 181px;
	width: 189px;
	float: left;
}

#imageNavigationText .navi li {
	width: 189px;
	height: 45px;
	text-align: center;
}

#imageNavigationText .navi li a {
	background-image: url("/images_ver3/navi_back_off.gif");
	background-repeat: no-repeat;
	color: #484848;
	font-size: 12px;
	width: 189px;
	height: 45px;
	padding-top: 0px;
	display:block;
}

#imageNavigationText .navi li a span{
 display:table-cell;
	vertical-align:middle;
	width: 179px;
	height: 40px;
	padding:5px;
}

#imageNavigationText .navi li a.hover {
	background-image: url("/images_ver3/navi_back_on.gif");
	background-repeat: no-repeat;
	color: #484848;
	width: 189px;
	height: 45px;
	display:block;
}

#imageNavigationText .navi li a.active {
	background-image: url("/images_ver3/navi_back_on.gif");
	background-repeat: no-repeat;
	color: #484848;
	width: 189px;
	height: 45px;
	display:block;
}

#smt {
 width: 900px;
 height: 130px;
 margin: 15px auto 0 auto;
 background-color: #fff3df;
}

.pickUpNews {
	margin:20px 0;
}

.pickUpNews dt {
	font-size:14px;
	color: #FFFFFF;
	background-color: #39b4f5;
	line-height: normal;
	width: 80px;
	float: left;
	text-align: center;
	padding: 3px;
	margin-bottom: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.pickUpNews dd {
	font-size:14px;
	margin-left: 95px;
	line-height: 1.5em;
	padding: 3px;
	margin-bottom: 15px;
}
.pickUpNews dd:last-child{
	margin-bottom:0;
}


/*å­¦æ ¡æ¤œç´¢*/
.searchCategory {
	margin-bottom: 20px;
	padding:10px 29px;
	background-color: #d2f3ff;
}

.searchCategory li{
	float:left;
	margin:10px
}

/*.searchCategory li img:hover{
-ms-filter:"alpha( opacity=80 )";
opacity:.8;
-webkit-transition:opacity
}*/


/*å­¦æ ¡æ¤œç´¢
.searchSchool {
 position: relative;
 margin-bottom: 20px;
}

.searchSchool h2 {
 margin-bottom: 15px;
}

.searchSchool .areaBox{
	float:left;
	width:330px;
	height:222px;
	padding-left:15px;
}

.searchSchool .btnBox {
	float:right;
	width:328px;
	height:222px;
	margin-right:15px;
	background-color:#f4f2e9;
	border:1px solid #dcdcdc;
}

.searchSchool .btnBox ul{
	padding:5px 19px 15px 9px;
}

.searchSchool .btnBox li{
	float:left;
	margin:10px 0 0 10px;
}*/

/*å­¦æ ¡ãƒ”ãƒƒã‚¯ã‚¢ãƒƒãƒ—*/
.entryPickUp .pickUpBox{
	padding:15px 0 15px 15px;
}

.entryPickUp .pickUpBox li{
	width: 124px;
	float: left;
	margin-right: 15px;
	display: inline;
}

.entryPickUp .pickUpBox li img{
	width: 124px;
	height: 93px;
	border: 1px solid #dcdcdc;
	margin-bottom: 5px;
	object-fit: cover;
    object-position: center top;
}


/*ãŠã™ã™ã‚ç‰¹é›†*/
.entryRecommend{
	margin-bottom: 20px;
}

.entryRecommend h3 {

}

.entryRecommend li.recommendBox{
	position:relative;
	width: 213px;
	height: 186px;
	float: left;
	margin: 0 10px 0;
	display:inline;
	background-image: url(/images_ver3/recommend_back.gif);
	background-repeat: no-repeat;
}

li.recommendBox span{
	width: 193px;
	padding: 0 10px;
	line-height: 1.5em;
	display: block;
}

li.recommendBox a{
	display:block;
	width: 213px;
	height: 186px;
	color:#484848;
}

li.recommendBox span a:hover{
	color:#484848;
}

li.recommendBox span a:active{
	color:#484848;
}

/*ã‚ªãƒ¼ãƒ—ãƒ³ã‚­ãƒ£ãƒ³ãƒ‘ã‚¹æ¤œç´¢*/
.searchOc {
	position: relative;
	margin-bottom: 20px;
}

.searchOc h2 {
 margin-bottom: 15px;
}

.searchOc .ocBox{
	background-color: #f1eee3;
	width: 616px;
	padding: 15px 0;
	margin-right: auto;
	margin-left: auto;
}

.searchOc .ocBox li{
	width: 124px;
	float: left;
	margin: 0 15px;
	line-height: 1.5em;
}

.searchOc .ocBox li img{
	width: 124px;
	height: 93px;
	border: 1px solid #dcdcdc;
	margin-bottom: 5px;
}

.searchOc .prevBtn{
	position: absolute;
	top: 120px;
	left: 15px;
	width: 21px;
	height: 95px;
}

.searchOc .prevBtn a:hover{
	width:21px;
	height:95px;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity:0.8;
	zoom:1;
}

.searchOc .nextBtn{
	position: absolute;
	top: 120px;
	right: 15px;
	width: 21px;
	height: 95px;
}

.searchOc .nextBtn a:hover{
	width: 21px;
	height: 95px;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity:0.8;
	zoom:1;
}


/*.searchOc .schoolOcBox .slidebox {
 float:left;
 font-size:11px;
 width:90px;
}

.searchOc .schoolOcBox .slidebox p {
 width:90px;
 font-size:11px;
 line-height:1.2em;
}

.searchOc .schoolOcBox .slideImg {
 margin-bottom:2px;
 width:90px;
 height:66px;
 padding:2px;
}*/



/*é€²å­¦ã‚¤ãƒ™ãƒ³ãƒˆ*/
.searchEvent {
	position: relative;
	margin-bottom: 20px;
}

.searchEvent .eventBox {
	width: 193px;
	float: left;
	margin: 0 10px;
	padding: 10px 10px 0;
	background-color: #f1eee3;
}

.searchEvent .eventBox p.event{
	margin-bottom: 10px;
}

.searchEvent .eventBox p.area span {
	background-color: #fcc3c9;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 2px 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	/*text-align:center;*/
	line-height:normal;
}

.searchEvent .eventBox p.date span {
	background-color: #b2d861;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 2px 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	text-align:center;
	line-height:normal;
}

/*ã‚³ãƒ³ãƒ†ã‚¹ãƒˆ*/
.entryContest {
	position: relative;
	margin-bottom: 20px;
}

.entryContest p.listBtn {
	position: absolute;
	top: 15px;
	right: 15px;

}

.entryContest ul.contestBox{

}

.entryContest ul.contestBox li{
	width: 155px;
	float: left;
	margin: 0 10px;
	text-align: center;
	display: inline;
}

.entryContest ul.contestBox li img{
	border:1px solid #ccc;
	margin-bottom: 5px;

	object-fit: cover;
	/*IEç”¨*/
	object-position: center top;
	font-family: 'object-fit: cover;
	object-position: center top;'
}
/*IEç”¨*/
.object-fit-img img {
	object-fit: cover;		
	object-position: center top;
	font-family: 'object-fit: cover; object-position: center top;'
}


/*.entryContest ul.contestBox li img{
	border:1px solid #ccc;
	margin-bottom: 5px;
}*/

/*å—é¨“å¯¾ç­–*/
.searchExam  {
	position: relative;
	margin-bottom: 20px;
}

.searchExam ul.examBox {

}

.searchExam ul.examBox li {
	width: 155px;
	float: left;
	margin: 0 10px 0;
	display: inline;
	line-height: 1.8em;
}

.searchExam ul.examBox li img{
	margin: 5px 0;
}

.searchExam ul.examBox li a{
	text-align:center;
}

/*å­¦å•ãƒ»ä»•äº‹ãƒ»è³‡æ ¼*/
.searchFuture {
	position: relative;
	margin-bottom: 20px;
}

.searchFuture .studyBox {
	width: 209px;
	float: left;
	border: 1px solid #dadada;
	margin: 0 10px 0;
	padding: 1px;
	display: inline;
}

.searchFuture .studyBox p.txt{
	padding:0 12px 15px;
}

.searchFuture .studyBox p.btn{
	text-align:center;
	margin-bottom:7px;
}

/*æ³¨ç›®ã®å­¦æ ¡*/
.entrySchool{
	position: relative;
	margin-bottom: 20px;
	background-image:url(/images_ver3/entry_school_back.gif);
	background-repeat:repeat;
	padding:7px;
}
.entrySchool h3 img{
	vertical-align:bottom;
}
.entrySchool p.entrySchoolTxt {
	position: absolute;
	color: #484848;
	margin: 0px;
	right: 15px;
	line-height: normal;
	top: 24px;
}


.entrySchoolBox{
	background-color: #FFF;
	padding: 20px 20px 0;
}

.entrySchool .entrySchoolBox li{
	width: 124px;
	float: left;
	margin:0 20px 20px 20px;
}

.entrySchool .entrySchoolBox li img{
	/*width: 124px;
	height: 100px;*/
	border: 1px solid #dcdcdc;
	margin-bottom: 5px;
	object-fit: cover;
    object-position: center top;
}



/* å³ã‚µã‚¤ãƒ‰ãƒ¡ãƒ‹ãƒ¥ãƒ¼*/

.rtbnrBox .tips{
	width:220px;
	margin:0 auto 10px;
	}
.rtbnrBox .tips div{
	display:none;
	}
.rtbnrBox .tips object{
	margin-bottom:10px;
}


#rotationBan {
	width: 170px;
	padding-bottom: 10px;
}

.rotationBanOffBox {
	width: 170px;
	height: 55px;
}

#rotationBan li {
 line-height: 0;
 margin-bottom: 5px;

}

.searchLeft {

}

.searchLBox {
	background-color: #d9ebfc;
	padding: 10px;
}

.searchLeft .bkLine {
	background-image: url(/images_ver3/line.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
}

.searchLBox p span{
	font-weight: bold;
	color: #1073ee;
	line-height: normal;
}

.searchLBox li {
	background-image: url(/images_ver3/point.gif);
	background-repeat: no-repeat;
	line-height: 1.3em;
	background-position: 0px 5px;
	padding-left: 10px;
	margin-bottom: 5px;

}

.sideBan {
 margin-bottom:15px;
}

.sideBan li {
 line-height:0;
}

.recommendBan li {
	float: left;
	line-height: 0px;
}

.recommendBan ul.txt li {
	float: none;
	line-height: 1.3em;
}

/* å³ã‚µã‚¤ãƒ‰ãƒ¡ãƒ‹ãƒ¥ãƒ¼*/


/*è¨ªå•è€…åˆ¥*/
.contentsRightBox ul.subNavi{
	overflow:hidden;
}

.contentsRightBox ul.subNavi li{
	border-bottom:1px solid #c6c6c6;
	margin-bottom: -1px;
	margin-top: 1px;
}

.contentsRightBox ul.subNavi li:first-child{
	margin-top: 0;
}

/*.contentsRightBox ul.subNavi li:last-child {
 border-bottom: none;
}*/

.contentsRightBox ul.subNavi li a{
	display: block;
	padding:12px 15px;
	height: 18px;
	font-size: 13px;
	color:#484848;
}

.contentsRightBox ul.subNavi li a:hover {
	background-color: #e7efd7;
	color: #484848;
}

.contentsRightBox ul.subNavi li a:active {
	background-color: #e7efd7;
	color:#484848;
}

.contentsRightBox ul.subNavi li span{
	display: block;
	background-position: left 0;
	padding-left: 28px;
	background-image: url(/images_ver3/point_subnavi.gif);
	background-repeat: no-repeat;
	line-height: 18px;
}

/*ç³»çµ±åˆ¥*/
.contentsRightBox ul.field{
	overflow:hidden;
}

.contentsRightBox ul.field li{
	border-bottom:1px solid #c6c6c6;
	margin-bottom: -1px;
	margin-top: 1px;
}

.contentsRightBox ul.field li:first-child{
	margin-top: 0;
}

/*.contentsRightBox ul.field li:last-child {
 border-bottom: none;
}*/

.contentsRightBox ul.field li a{
 display: block;
	padding:12px 15px;
 height: 18px;
 font-size: 13px;
	color:#484848;
}

.contentsRightBox ul.field li a:hover {
	background-color: #fde6ea;
	color: #484848;
}

.contentsRightBox ul.field li a:active {
	background-color: #fde6ea;
	color:#484848;
}

.contentsRightBox ul.field li span{
	display: block;
	background-position: left 0;
	padding-left: 28px;
	background-image: url(/images_ver3/point_field.gif);
	background-repeat: no-repeat;
	line-height: 18px;
}

/*å­¦æ ¡ãƒ‹ãƒ¥ãƒ¼ã‚¹*/
.contentsRightBox dl.news {
	overflow:hidden;
}

.contentsRightBox dl.news dt{
	padding: 0 15px 10px;
	margin-top: 15px;
}

.contentsRightBox dl.news dd{
	background-image: url(/images_ver3/line.gif);
	background-repeat: repeat-x;
	padding: 0 15px 15px;
	background-position: 0px bottom;
 margin-bottom: -1px;
}

/*.contentsRightBox dl.news dd:last-child {
	background-image:none;
}*/

/*é€²è·¯ç›¸è«‡*/
.contentsRightBox ul.qa {
	overflow:hidden;
}

.contentsRightBox ul.qa li {
	background-image: url(/images_ver3/line.gif);
	background-repeat: repeat-x;
	padding: 0 15px 15px;
	margin-top: 15px;
	background-position: 0px bottom;
 margin-bottom: -1px;
}

/*.contentsRightBox ul.qa li:last-child {
	background-image:none;
}*/

/*ã‚¢ã‚¯ã‚»ã‚¹ãƒ©ãƒ³ã‚­ãƒ³ã‚°*/
.contentsRightBox ol.ranking {
	overflow:hidden;
}

.contentsRightBox ol.ranking li {
	background-image: url(/images_ver3/line.gif);
	background-repeat: repeat-x;
	padding: 0 15px 15px;
	margin-top: 15px;
	background-position: 0px bottom;
 margin-bottom: -1px;
}

/*.contentsRightBox ol.ranking li:last-child {
	background-image:none;
}*/

.contentsRightBox ol.ranking li span{
	display:block;
 background-position: left 0;
 padding-left: 35px;
	line-height:24px;
}

/*.contentsRightBox ol.ranking li span a{
 display: table-cell;
	vertical-align: middle;
}*/

.contentsRightBox ol.ranking li span.first {
 background-image: url(/images_ver3/ranking_first.gif);
 background-repeat: no-repeat;
}

.contentsRightBox ol.ranking span.second {
 background-image: url(/images_ver3/ranking_second.gif);
 background-repeat: no-repeat;
}

.contentsRightBox ol.ranking span.third {
 background-image: url(/images_ver3/ranking_third.gif);
 background-repeat: no-repeat;
}

.contentsRightBox ol.ranking span.fourth {
 background-image: url(/images_ver3/ranking_fourth.gif);
 background-repeat: no-repeat;
}

.contentsRightBox ol.ranking span.fifth {
 background-image: url(/images_ver3/ranking_fifth.gif);
 background-repeat: no-repeat;
}

/*ãƒãƒŠãƒ¼*/
.sideBanBox{
	background-color:#ececec;
	padding:15px 15px 5px;
	text-align:center;
	margin-bottom:20px;
}

.sideBanBox li{
	margin-bottom:10px;
}

/*ã‚¦ã‚§ãƒ–åª’ä½“*/
.contentsRightBox ul.medium {
	overflow:hidden;
}

.contentsRightBox ul.medium li{
	background-image: url(/images_ver3/line.gif);
	background-repeat: repeat-x;
	padding: 0 15px 15px;
	margin-top: 15px;
 margin-bottom: -1px;
	background-position: 0px bottom;
	font-size:11px;
}

.contentsRightBox ul.medium li img{
	margin:0 auto 5px;
	display:block;
}

/*.contentsRightBox ul.medium li:last-child {
	background-image:none;
}*/

.contentsRightBox ul.medium li a{
	color:#484848;
}

.contentsRightBox ul.medium li a:hover{
	color:#484848;
}

.contentsRightBox ul.medium li a:active{
	color:#484848;
}

/*ãã®ä»–*/
.contentsRightBox ul.others{
	overflow:hidden;
}

.contentsRightBox ul.others li{
	background-image: url(/images_ver3/line.gif);
	background-repeat: repeat-x;
	padding: 0 15px 15px;
	margin-top: 15px;
	background-position: 0px bottom;
 margin-bottom: -1px;
}

/*.contentsRightBox ul.others li:last-child {
	background-image:none;
}*/

.contentsRightBox ul.others li span{
	display:block;
 background-position: left 0;
 padding-left: 25px;
 background-image: url(/images_ver3/point_list.gif);
 background-repeat: no-repeat;
}

/* */
#rotationBanR {
	width: 220px;
	padding: 0 5px 0 5px;
	/*background-color: #d2d2d2;*/
	text-align: center;
	margin-bottom: 10px;
}

.rotationBanROffBox {
 width: 220px;
 height: 200px;
}

#rotationBanR li {
 line-height: 0;
 padding-bottom: 5px;
 /*height: 50px;*/
}

#specialAd {
 width: 230px;
 /*height: 120px;*/
 height: 157px;
 margin-bottom: 15px;
}

#specialAd ul {
	list-style: none;
	position: relative;
	margin-left: 0px;
	overflow: hidden;
	width: 230px;
	height: 120px;
    padding-top: 10px;
}

#specialAd li {
	float: left;
	width: 230px;
	position: absolute;
}

#howto {
	width: 230px;
	margin-bottom: 15px;
	height: 129px;
}











#pamphBox,#pamphBoxIndex {
	width: 150px;
	overflow: hidden;
	/*text-align: center;*/
	margin-right: auto;
	margin-left: auto;
}

* html #pamphBox,* html #pamphBoxIndex {
 display: none;
}

#pamphBox ul {
	list-style: none;
	width: 750px;
	padding-top: 10px;
	height: auto;
}

#pamphBox li,#pamphBoxIndex li {
	float: left;
	width: 150px;
	height: auto;
}

#pamphBox span,#pamphBoxIndex span {
 font-size: 11px;
 line-height: 1.2em;
 display: block;
 margin-top: 3px;
}

* html #pamphBoxPic {
 width: 150px;
 margin-right: auto;
 margin-left: auto;
 padding-top:10px;
 margin-top: 3px;
}

* html #pamphBoxPic span {
 font-size: 10px;
 line-height: 1.2em;
 display: block;
}

#pamphBoxIndex ul {
	list-style: none;
	width: 1800px;
	padding-top: 10px;
	height: auto;
}

#pamphBoxVer2 {
 margin-top:5px;
 margin-bottom:5px;
 height:375px;
}

#pamphBoxVer2 ul {
 margin:0 auto;
 width:218px;
 height:375px;
 display: block;
}

#pamphBoxVer2 li {
 float:left;
 width:99px;
 height:175px;
 padding:5px;
}

* html #pamphBoxVer2 li {
 padding:4px;
}

#pamphBoxVer2 li span {
 font-size:11px;
 line-height: 1.1em;
 display: block;
 margin-top:3px;
}
