/* --------common-------- */
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&display=swap');
html{
  color: #333;
  font-family:'BIZ UDPゴシック', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
}
p,ul,ol,dl,label,input,textarea,select,table,figcaption{
  font-size: 1em;
  margin: 0;
  font-weight: 400;
}
p{
  margin: 1rem .75rem;
  line-height: 1.8; 
}
input[type=submit],
input[type=button]{
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
}
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
textarea{
  border: 1px solid #999;
  border-radius: 3px;
  padding: .25rem;
  -webkit-appearance: none;
}
input[type=submit]:hover{
  opacity: .5;
}
/*
input[type=checkbox]{
  border: 1px solid #999;
  background: #fff;
}
input[type=radio]{
  border: 1px solid #999;
  border-radius: 50%;
  background: #fff;
}
*/
a{
  word-break: break-all;
}
a:link,
a:visited{
  color: #333;/*2b6baa*/
  text-decoration: none;
}
a:hover{
  opacity: .5;
}
a:active{}
img{
  vertical-align: bottom;
  border: none;
}

p:not(.textLink) > a:link:not(.textLink),
td > a:link:not(.textLink),
p:not(.textLink) > a:visited:not(.textLink),
td > a:visited:not(.textLink){
  border-bottom: 1px dotted #333;
}

.contentArea>h1,
h1.basic{
  border-bottom: 3px double #ff6700;
  color: #ff6700;
  line-height: 1.2;
  margin: 1rem 5px;
  padding: .5rem .25rem;
  text-align: center;
  font-size: 1.2em;
}
h2.basic{
  border-left: 4px solid #ff6700;
  color: #ff6700;
  margin: 1rem .5rem;
  font-size: 1.1em;
  line-height: 1.1;
  padding-left: .25rem;
}
h3.basic{
  color: #ff6700;
  margin: 1rem .5rem;
  font-size: 1.1em;
  line-height: 1.1;
}
h4.basic{
  color: #ff6700;
  margin: 1rem .75rem;
  font-size: 1em;
  line-height: 1.1;
}
.attention{
  color: #c00;
  text-align: center;
}
.error{
  color: #c00;
  background: #fcc;
}
.errorHint{
  color: #c00;
  text-align: left;
}
p.error,
p.errorHint{
  line-height: 1.3;
  margin: .25rem;
  padding: .25rem;
}
th.error,
td.error{
  background: #fcc;
}
span.errorText{
  color: #c00;
}

.topicPathWrap{
  display: flex;
  flex-direction: column-reverse;
}
ul.pankz{
  /* background: rgba(255,81,0,.2); */
  margin:   0 .25rem;
  font-size: 0.8em;
  list-style-type: none;
  padding: 15px 10px;
  overflow: hidden;
  line-height: 2;
}
ul.pankz li{
  display: inline;
  color: #156ad1;
  /* margin: 0 .25rem; */
  line-height: 1.4;
  padding-right: 5px;
}
ul.pankz li:first-of-type{
  margin-left: 0;
}
ul.pankz li+li:before{
  content: ">";
  position: relative;
  left: -.25rem;
  top:-0.2em;
  font-size: 0.7em;
  padding-right: 4px;
}
ul.pankz li a{
  color: #156ad1;
}

.pagerBox p:first-of-type{
  text-align: right;
  margin: .75rem .75rem 0 ;
}
.pagerLink{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  line-height: 1;
  margin: 0 0 1rem 0;
  padding:0;
}
.pagerLink a,
.pagerLink span{
  background: #efefef;
  border: 1px solid #ccc;
  display: block;
  margin: .25rem;
  padding: .5rem;
  position: relative;
}
.pagerLink span{
  background: #fff;
}
.pagerLink span.dot{
  border: none;
  margin: 0;
}
/*
.pagerLink a:nth-last-child(2){
  margin-left: 1.5rem;
}
.pagerLink a:nth-last-child(2):before{
  content: "窶ｦ";
  left: -1.3rem;

  position: absolute;

}*/

/* --------layout-------- */

html,body{
  margin: 0;
  padding: 0;
}
/*
#wrap.menuOpen:before{
  position: fixed;
  top: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  z-index: 499;
}*/

header{
  border-top: 5px solid #ff6700;
  position: relative;
  padding-bottom: 5px;
}
.logo{
  margin: 14px;
}
.logo a{
  display: inline-block;
}
.logo img{
  width: 100px;
  height: 26px;
  }
header.layout h1{
  border: none;
  color: #ff6700;
  font-size: .5em;
  font-weight: normal;
  line-height: 1.1;
  margin: 0 0 0 5px;
  padding: 0;
  text-align: left;
  width: 70%;
}
.subMenu{
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 50px;
  top: 10px;
}
.subMenu li{
  padding: 0 .25rem;
  font-size: .65em;
  margin: 0 2px;
  text-align: center;
}
/*.subMenu li+li{
  margin-left: 10px;
}*/
@media screen and (max-width: 320px) {
  .subMenu{
  }
  .subMenu li{
    font-size: .6em;
    padding: 0;
  }
  .subMenu li+li{
    margin-left: 5px;
  }
}

.subMenu li a{
  aling-items: center;
  color: #333;
  display: flex;
  margin: 0 auto;
  width: 27px;
  height: 27px;
  text-align: center;
}
.subMenu li a.pamphletBoxBtn{
  background: url("../../img/module/layout/btn_cart.svg") center center / 27px 24px  no-repeat ;
  position: relative;
  margin: 0 3px ;
}
.subMenu li a.pamphletBoxBtn span{
  background: #1259f9;
  border-radius: 50%;
  color: #fff;
  display: block;
  min-width: 1em;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  padding: .2em;
  position: absolute;
  right: -.5em;
  top: -.2em;
}

.menuButton{
  background: rgba(255,255,255,.8) url("../../img/module/layout/btn_menu.svg") center top / cover no-repeat;
  border-radius: 2px;
  position: fixed;
  right: 5px;
  top: 13px;
  z-index: 10001;
  width: 40px;
  height: 40px;
}
.menuButton.open{
  background: url("../../img/module/layout/btn_menu.svg") center bottom / cover no-repeat;
}
.menuArea{
  background: #fff;
  display: none;
  padding-top: 40px;
  position: fixed;
  line-height: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: calc( 100% - 35px );
  z-index: 9999;
  overflow: scroll;
}
.menuArea ul{
  padding: 0;
  list-style-type: none;
}
.menuArea .upper{
  display: table;
  margin-bottom: 1rem;
  width: 100%;
  text-align: center;
}
.menuArea .upper>li{
  display: table-cell;
  width: 50%/*calc( 100%/3 )*/;
}
.mini li{
  color: #ff6700;
  font-weight: 700;
  }
.mini li.join  a span,
.mini li.login a span{
  align-items: center;
  display: flex;
  margin: 0 auto;
  width: 32px;
  height: 32px;
  text-align: center;
}
/*.menuArea .upper>li.mini{
  vertical-align: middle;
}*/
.menuArea .upper>li img{/*
  margin-bottom: 10px;*/
}
.menuArea .upper>li:nth-of-type(-n+2) a{
  display: block;
  color: #ff6700;
  font-weight: bold;
}
/*.menuArea .upper>li.mini a{
  background: #ff6700;
  border: 1px solid #ff6700;
  border-radius: 1em;
  color: #fff;
  display: inline-block;
  margin: .75em 0 0 ;
  padding: .3em 1em;
}*/
.menuArea .lower .schoolName li+li{
  border-top: 1px dashed #ccc;
}
.menuArea .lower{
  background: rgba(255,81,0, .2);
/*
  border: 4px solid #ff6700;
  box-sizing: border-box;
  margin: 5px;
*/
}
.menuArea .lower>li+li{
  border-top: 1px solid #ff6700;
}
.menuArea .lower a{
  display: block;
  color: #ff6700;
  padding: 1rem;
}
.menuArea .lower p{
  display: block;
  background: #ff6700;
  color: #fff;
  padding: .5rem;
  margin: 0;
}
.menuArea ul.schoolName li{
  background: #fff;
}

.menuArea li.searchGroup{
  background: rgba(255,81,0, .2);
  padding: 10px;
  text-align: center;
}
.menuArea li.searchGroup > span{
  font-size: 1.3em;
  color: rgba(255,81,0, .9);
}
.menuArea li.searchGroup>ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  line-height: 1.2;
  margin-top: 5px;
}
.menuArea li.searchGroup>ul li{
  width: 45%;
  margin: 7px 5px;
}
.menuArea li.searchGroup>ul li a{
  background: #fff;
  border-right:1px solid rgba(0, 0, 0, .3);
  border-bottom:1px solid rgba(0, 0, 0, .3);
  border-left:1px solid rgba(0, 0, 0, .1);
  border-radius: 5px;
  padding: .75rem .25rem;
}

.searchArea{
  background-color: rgba(0,0,0, .8);
  display: none;
  padding: 15px 0;
  position: absolute;
  top: 45px;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 600;
}
.searchArea input[type=search]{
  width: 70%;
  padding: .25em;
}
.searchArea input[type=submit]{
  border: none;
  border-radius: 1em;
  background: #ff6700;
  color: #fff;
  padding: .25em 1em;
  margin-left: .5em;
  cursor: pointer;
}


.gnArea ul{
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.gnArea li{
  width: 50%;
}
.gnArea li:not(:first-of-type){
  border-left: 1px solid #fff;
}
.gnArea ul a{
  background:#ff6700;
  color: #fff;
  display: block;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
  padding: .75rem .5rem;
}
  @media all and (-ms-high-contrast: none){ /*IE10*/
    .gnArea ul a{
        font-family:  'BIZ UDPゴシック', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Noto Sans JP', sans-serif;
    }
  }


@media screen and (max-width: 320px) {
  .gnArea ul a{
    font-size: 1.1em;
    padding: .75rem .25rem;
  }
  }

.gnArea ul a.search{
  letter-spacing: 1px;
}
.gnArea ul a:link,
.gnArea ul a:visited{
  text-decoration: none;
}


footer dl.pmark{
  border-top: 1px solid #ccc;
  position: relative;
  font-size: .8em;
  margin: 1rem 0;
  padding: 1rem;
}
footer dl.pmark dt{
  position: absolute;
}
footer dl.pmark dd{
  margin-left: 70px;
}

/*
.sns .twitter a{
  display: flex;
  border: 1px solid #1DA1F2;
  color: #1DA1F2;
  padding: .5rem;
  margin: .75rem 10px;
  font-size: .8em;
}
.twitter img{
  margin-right: .25rem;
}*/

.toPc,
.toSp{
  text-align: center;
  margin: 1rem 10px;
}
.toPc a,
.toSp a{
  background: #f4f1ef;
  border-radius: 3px;
  display: inline-block;
  padding: .5rem 2rem;
  box-shadow: 1px 1px 1px rgba(0,0,0,.2);
  /*
  border: 2px solid #ff6700;
  border-radius: 5rem;
  color: #ff6700;
  display: inline-block;
  padding: .5rem 2rem;*/
}

#toTop{
  display: none;
	bottom: 100px;
	position: fixed;
	right: 10px;
  z-index: 99999;
	}
#toTop p{
    margin: 0;
}
#toTop p a{
  color: #fff;
  background: #000;
  border-radius: 100px;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  padding: 1em 0.65em;
  }

footer{
  margin-top: 20px;
  padding-bottom: 80px;

}
footer .infomation{
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0;
  padding:0;
  text-align: center;
  list-style: none;
}
footer .infomation li{
  width: 50%;
}
footer .infomation a{
  display: block;
  padding: .5rem;
}
footer .footerBar{
  position: fixed;
  bottom: 0;
  margin-top: 10px;
  background: #ffd700;
  width: 100%;
  z-index: 9998;
}
footer .footerBar ul{
  align-items: flex-end;
  display: flex;
  font-size: .7em;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  top: -10px;
}
footer .footerBar ul li{
  margin: 0 5%;
}
footer .footerBar ul li a:hover{
  opacity: 1;
}
footer .footerBar img.searchBtn{
  width: 24px;
  height: 22px;
}
footer .footerBar img.omakaseBtn{
  width: 18px;
  height: 22px;
}

footer .footerBar .piyochIcn{
  height: 50px;
}

footer .footerBar .piyochIcn img{
  height: 100%;
  width: auto;
}

footer .copyright{
  font-size: .7em;
  margin: 0;
  padding: .75rem;
  text-align: center;
}

footer .amazonCpArea{
  margin: .75rem .5rem;
}
footer .amazonCpArea img{
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display:block
}

footer.form .links{
  box-siging: border-box;
  list-style-type: none;
  margin: .5rem auto 0 ;
  padding: .5rem 0;
  text-align: center;
  /*width: 1000px;*/
}
.support {
  text-align: center
  
}
.supportBanner img{
  max-width: 100%;
}

/**-------------------------------------------------------------
common
-----------------------------------------------------------------**/
ul.linkList{
list-style-type: none;
padding-left: 0;
}
ul.linkList a{
  display: block;
  padding-left: 10px;
  position: relative;
}
ul.linkList a:before{
/*
  border: 5px solid transparent;
  border-left: 5px solid #2b6baa;
*/
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #2b6baa;
  content: "";
  left: 0;
  position: absolute;
  top: 6px;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
}
.marginBox{
  margin: 10px;
}
.btnBox{
  margin: 1rem;
  line-height: 1;
  text-align: center;
}
.correctBox{
  text-align: right;
  line-height: 1;
  margin: .5rem .25rem;
}
.passwordReminder{
  text-align: center;
}
a.textLink{
  text-decoration: underline;
}
a.linkedText{
  border-bottom: 1px dotted #333;
}
a.advice{
  background: #30bbfc;
  border: 3px solid #89d9ff;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 1rem;
  padding: .25rem 1.5rem;
  letter-spacing: 1px;
}
a.toToppageBtn{
  background: #2b6baa;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 1rem;
  padding: .5rem 1.5rem;
  letter-spacing: 1px;
}
a.backToPage{
  text-decoration: underline;
}
a.overLayLink{
  display: inline-block;
  position: relative;
}
a.overLayLink img{
  position: relative;
}
a.overLayLink span{
  background: rgba(255,255,255, .5);
  bottom: .5rem;
  left: .5rem;
  line-height: 1.5;
  padding: 1rem .75rem;
  position: absolute;
  text-align: left;
  width: calc( 100% - 2.5rem );

}

table.basic{
  margin: .5rem .25rem;
  box-sizing: border-box;
  width: calc( 100% - .5rem );
}
table.basic,
table.basic th,
table.basic td{
  border: 1px solid #ccc;
  border-collapse: collapse;
  text-align: left;
}
table.basic caption{
  text-align: left;
  font-size: 1em;
  font-weight: bold;
}
table.basic th{
  background: #efefef;
}
table.basic tr > *{
  padding: .5rem;
}
table.fixed{
  table-layout: fixed;
}
table .nowrap{
  white-space: nowrap;
}

.formTable,
.formTable tr,
.formTable th,
.formTable td,
.formTable tbody,
.formTable thead{
  display: block;
}
.basic.formTable th,
.basic.formTable td{
  border-width: 0;
}
.basic.formTable th{
  font-size: .9em;
}
.formTable input[type="text"],
.formTable input[type="email"],
.formTable input[type="password"]{
  width: 95%;
}
.formTable .name input[type="text"]{
  width: 30%;
}
.formTable input,
.formTable select{
  margin: 5px 2px;
}
.formTable p{
  margin : 0;
}
.formTable input[type="text"].postalCode{
  width: 6rem;
}
.formTable input[type="text"].postalCode+a{
  border: none;
}
.formTable input[type="text"].postalCodeSeparate{
  width: 3rem;
}
.formTable .schoolID input[type="text"]{
  width: 4em;
}

input[type="button"].postalButton{
  background: #333;
  color: #fff;
}
input[type="submit"].correct{
  background: #333;
  color: #fff;
  border-radius: 3px;
}
.callUpMemberInfo{
	display: none;
}
.sendMailBox,
.callUpMemberInfo>section{
  border: 1px solid #ccc;
  margin: 1rem .5rem;
  padding: 1rem;
}
.all_error{
	text-align: center;
	color: #fff;
	background-color: #f00;
	display: none;
}
span.required{
  border: 1px solid #ff6700;
  border-radius: 1rem;
  color: #ff6700;
  font-size: .9em;
  margin-left: .25rem;
  padding: 0 .25rem;
}
a.add,
a.back,
.btnBox a.detail,
.btnBox a.pamphlet,
input[type="submit"].back,
input[type="submit"].apply,
input[type="submit"].add,
input[type="submit"].next,
input[type="button"].back,
input[type="button"].apply,
input[type="button"].add,
input[type="button"].next{
  border-radius: 5px;
  display: inline-block;
  line-height: 1;
  min-width: 100px;
  padding: .75rem .5rem;
  text-align: center;
  font-size: 1.2em;
}

@media screen and (max-width:320px){
  a.add,
  a.back,
  .btnBox a.detail,
  .btnBox a.pamphlet,
  input[type="submit"].back,
  input[type="submit"].apply,
  input[type="submit"].add,
  input[type="submit"].next,
  input[type="button"].back,
  input[type="button"].apply,
  input[type="button"].add,
  input[type="button"].next{
    font-size: 1em;
  }
}

input[type="submit"].apply,
input[type="button"].apply,
.btnBox a.detail{
  background: #2b6baa;
  border: 2px solid #2b6baa;
  color: #fff;
}
input[type="submit"].back,
input[type="submit"].next,
input[type="submit"].add,
input[type="button"].back,
input[type="button"].next,
input[type="button"].add,
.btnBox a.pamphlet,
a.back{
  background: #fff;
  color: #2b6baa;
}
.btnBox a.detail,
.btnBox a.pamphlet,
input[type="submit"].back,
input[type="submit"].next,
input[type="button"].back,
input[type="button"].next{
  border: 2px solid #2b6baa;
}

input[type="button"].back.withNext{
  border: 2px solid #666;
  color: #666;
}
.presentApplyArea .title{
  text-align: center;
  font-weight: bold;
  margin: 0 0 .5rem;
}
.presentApplyArea,
.addPamphletArea ul{
  background: rgba(43,107,170,.3);
  border-radius: 5px;
  margin: 1rem .25rem;
  padding: .5rem;
  list-style-type: none;
  line-hegiht: 1;
}
.presentApplyArea ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.presentApplyArea li+li,
.addPamphletArea li+li{
  margin: .5rem 0;
}
.presentApplyArea label,
.addPamphletArea label{
  border: 2px solid #fff;
  display: block;
  padding: .5rem .5rem .5rem 1.5rem;
  position: relative;
}
.presentApplyArea input[type=radio],
.addPamphletArea input[type=checkbox]{
  position: absolute;
  left: .25rem;
  top: calc( 50% - .5rem);
}
ul.radioDouble {
  display: flex;
  margin: .5rem;
  list-style-type: none;
  padding: 0;
  width: calc( 100% - 1rem );
}
ul.radioDouble li{
  flex-grow: 1;
}
ul.radioDouble li.radioDouble-present{
  position:relative;
  float:left;
  width:100%;
}

ul.radioDouble li input{
  display: none;
/*  position: absolute;
  top:0;
  left:0;
  opacity:0;
  */
}
ul.radioDouble li label{
  display: block;
  padding: 10px;
  border: 2px solid #f39800;
  background-color: #F5F5F5;
  text-align: center;
}
ul.radioDouble li + li label{
  border-left-width:0;
}
ul.radioDouble li.radioDouble-present + li label{
  border-left-width:1px;
}
ul.radioDouble li:first-child label{
  border-radius:10px 0 0 10px;
}
ul.radioDouble li:last-child label{
  border-radius:0 10px 10px 0;
}
ul.radioDouble li.radioDouble-present label {
  border-radius: 5px;
}
ul.radioDouble li input:checked + label{
  background-color:#f39800;
  color:#FFF;
  font-weight: bold;
}
.privacypolicyArea{
  margin: 1.5rem .25rem;
  overflow: hidden;
}
.privacypolicyArea .mainSentence{
  border: 1px solid #ccc;
  height: 150px;
  margin-bottom: 1rem;
  overflow: auto;
  padding: 5px;
}
.privacypolicyArea .pMark{
  background: #efefef;
  padding: 1rem;
}
.privacypolicyArea .pMark figure{
  text-align: center;
}

.omakaseTag img{
  max-width: 100%;
}
.commonDispLogin{
  position: relative;
  margin: 0 auto;
  padding: 15px 0;
  max-width: 910px;
}

.disp_login{
  margin: 0 auto;
  display: inline-block;
  border: 1px solid #666;
  border-radius: 1rem;
  padding: 3px 30px;
  font-weight: bold;
}

.disp_login.basicForm{
  display: block;
  width: fit-content;
}
.note{
  font-size: .8em;
}
.backToHome{
  margin: 2rem;
  text-align: center;
}
.backToHome a{
  border-bottom: 1px dotted #333;
}
figure.fit{
margin: 1rem .75rem;
  }
figure.fit img{
  height: auto;
  width: 100%;
}

.lineLoginBtn{
  text-align: center;
}
aside.eventAttention{
  background: rgba(204,0,0,.1);
  border: 1px solid #c00;;
  color: #c00;
  margin: .5rem;
  font-size: .8em;
  padding: .5rem 0;
}
aside.eventAttention *{
  margin: 0 .5rem;
}
aside.eventAttention h1{
  font-size: 1.1em;
  text-align: center;
}
aside.eventAttention h1 span{
  padding: 0 1.3em;
  background: url("../../img/page/default/icn_notice.png") left top .3rem / 1em no-repeat;
}

ul.shirusenBnr{
  list-style: none;
  margin: .75rem 3rem;
  padding: 0;
}
ul.shirusenBnr li{
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 1rem;
}
ul.shirusenBnr li+li{
  margin-top: .75rem;
}
ul.shirusenBnr li a{
  display: block;
  text-align: center;
}
ul.shirusenBnr li a img{
  max-width: 100%;
  height: auto;
}

/**---movie---------------------------------------------**/

ul.movieBox{
  line-height: 1.3;
  list-style-type: none;
  margin: 1em;
  padding: 0;
}
ul.movieBox li{
  margin: .75rem 0;
}

.movieItem span{
  display: block;
}
.movieItem span:first-of-type{
  margin: 0;
  padding: 0 ;
  position: relative;
  vertical-align: middle;
  text-align: center;
}

.movieItem span:first-of-type:after{
    content: '';
    position: absolute;
    border: 12px solid transparent;
    border-left: 15px solid #fff;
    top: calc(50% - 12px);
    left: calc(50% - 10px);
     }

.movieItem.dark span:first-of-type:after{
  border-left-color: #666;
  }
.movieItem span:nth-of-type(2){
  margin: .2em .75em;
}
.movieItem img{
  max-width: 100%;
  margin-bottom: 5px;
}

.julyMaintenance{
	border: 1px solid rgba(255,81,0,.5);
	border-radius: 3px;
	margin: 5px;
}
@media screen and (max-width: 960px){
	.julyMaintenance img{
		display: none;
	}
}
.julyMaintenance p.pausetext{
	font-size: .8rem;
	margin: .5rem;
	line-height: 1.4;
}
.julyMaintenance span.pausedate{
	color: red;
}
/**---movie fin---------------------------------------------**/
.support h3{
  font-size: 15.2px;
  margin-bottom: 10px;
}
.support p{
  font-size: 12.16px;
}