* {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}

/*iframe {
  border:none;
  width:100%;
  height:100%;
}*/

/* Ž‘—¿¿‹@ƒ_ƒCƒ„ƒƒO—pCSS */
.ui-dialog.dialog_pump {
	margin : 0 ;
	border : none ;
	padding : 0 ;
	background : none ;
	width : 300px ;
	max-width : 80vmin ;
	top: 50% ;
	left: 50% ;
	transform: translate(-50%, -50%) ;
}

/* Ž‘—¿¿‹@ƒ_ƒCƒ„ƒƒO ƒoƒi[‰æ‘œ—pCSS */
#dialogBanner	{
	width : auto ;
	height : auto ;
	max-width : 100% ;
	max-height : 100% ;
	cursor : pointer ;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

#dialogBanner:hover {
	opacity :0.8 ;
}

/* Ž‘—¿¿‹@ƒ_ƒCƒ„ƒƒO—p@ƒŠƒTƒCƒYŒã‚ÌCSS */
.ui-dialog_resize {
    width : 250px !important;
    max-width : 50vmin !important;
    top : 77% !important;
    left : 70% !important;
}

.ui-dialog .ui-dialog-titlebar{
  margin-bottom: -1.5rem;
  padding: .0;
  z-index: 2;
  height: 2rem;
}
.ui-widget-header {
  border: none;
  background:  transparent;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default ,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: none;
  background: #e6e6e6;
  font-weight: normal;
  color: red !important;
  border-radius: 50%;
  right: 8px;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  width: 20px;
  height: 20px;
  padding: 1px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

*:focus {
    outline: none;
}

.ui-button-icon-only .ui-icon{
  transform: translate(0,-50%);
  margin-top: 0;
}

/* header */
header.pumpHeader{
/*	position:absolute;*/
/*	top: 0;*/
/*	left: 0;
	height:40px;
	width:100%;
	padding-left: 2px;  
  */
	background-color:#fff;
	border-top: none;
  padding-bottom :0;
}


ul.headerMenu{
  display: flex;
  justify-content: center;
  list-style-type: none;
  line-height: 1;
  margin: 0;
  padding: .5rem;
/*
  position: absolute;
  right: 10px;
  top: 3px;
*/
}

ul.headerMenu li+li{
  margin-left: 1rem;
}

/* Ž‘—¿¿‹ ‚¨‹C‚É“ü‚èƒŠƒ“ƒN‚ÌCSS newschool.css‚©‚çˆø—p */
ul.headerMenu a.getPamph,
ul.headerMenu a.likeBtn {
  border-radius: 3px;
  display: block;
  font-weight: bold;
  font-size: .9em;
  padding: .5rem 0 .5rem .1rem;
  position: relative;
  text-align: center;
/*
  margin-right:10px;
*/
}

ul.headerMenu a.getPamph {
/*
    background: rgba(43,107,170, .1);
    border: 3px solid #bfd2e5;
    border-radius: 5px;
*/
    color: #2b6baa;
    display: block;
}

ul.headerMenu a.getPamph span:first-child {
    padding-left: 1.25rem;
    background: url("../../../../_webroot/img/page/newschool/icn_pamph.svg") left center / .9rem no-repeat;
}

ul.headerMenu a.likeBtn {
/*
    background: rgba(229,26,56,.1);
    border: 3px solid rgba(229,26,56,.2);
*/
    color: rgba(229,26,56,1);

}

ul.headerMenu a.likeBtn span {
    background: url("../../../../_webroot/img/page/newschool/icn_like.svg") left center / 1rem no-repeat;
    padding-left: 1.25rem;
}

ul.headerMenu .icon_W{
/*
	padding-left: 1rem;
*/
	height : 28px ;
/*
	margin-top:2px;
*/
}

/* ƒfƒWƒ^ƒ‹ƒpƒ“ƒtƒŒƒbƒgobject */
#pump_object{
	 width:100%;
	 height:calc(100% - 40px);
}