/*
iui.css
Copyright (C) 2016 Yahoo Japan Corporation. All Rights Reserved.
version 2_1_0
*/
body {
    margin: 0;
    font-family: Helvetica;
    background: #FFFFFF;
    color: #000000;
    overflow-x: hidden;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
}
body > *:not(.toolbar) {
    display: none;
    margin: 0;
    padding: 0;
    left: 0;
    top: 45px;
    width: 100%;
}
body > #searchForm {
    position: absolute;
}
body > *[selected="true"] {
    display: block;
}
/************************************************************************************************/
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,p,blockquote,fieldset,div{
	margin: 0;
	padding: 0;
}
ul li,ol li{
	list-style: none;
}
header,section,nav,aside,footer,article{
	display: block;
}
address,cite,dfn,em,var,th,ins,del,samp{
	font-weight: normal;
	font-style: normal;
}
/************************************************************************************************/
body > ul > li,
body > ul > form > li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #cfcfcf;
    padding: 8px 0 8px 10px;
    font-size: 20px;
    font-weight: normal;
    list-style: none;
}
body > ul > li > a,
body > ul > form > li > a  {
    display: block;
    margin: -8px 0 -8px -10px;
    padding: 8px 32px 8px 10px;
    text-decoration: none;
    color: inherit;
    background: url(listArrow.png) no-repeat right center;
}
/************************************************************************************************/
body .modSchBox {
    top: 0;
    width: 100%;
    height: 600px;
    min-height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.8);
    padding: 0;
}
.modSchBox fieldset {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    margin: 0;
    border: none;
    padding: 10px 6px 28px 6px;
    background: #ffffff repeat-x;
}
.modSchBox fieldset input {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    margin: 8px 0 0 0;
    font-size: 14px;
}
.modSchBox fieldset .untSchTxt input.ptsSchTxt {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  border:1px solid #000000;
  display: block;
  font-size: 14px;
  padding:5px;
  margin:0px 0px 2px 0px;
  width:100%;
}
.modSchBox fieldset .untSbt {
    width: 71px;
    margin: 27px auto 21px auto;
}
.modSchBox fieldset .untSbt input.ptsBtn {
    overflow: hidden;
    margin: 0;
    padding: 0 3px;
    width: 71px;
    height: 30px;
	display:block;
    border:none;
	text-indent:-9999em;
	overflow:hidden;
    text-decoration: none;
    background: url(https://s.yimg.jp/images/auct/template/ui/iphone/images/1_1_0/btn035.png) no-repeat;
}
.modSchBox fieldset .untSop {
  font-size:15px;
  text-align:center;
  margin: 0px auto 26px auto; 
}
.modSchBox fieldset .untCls {
  font-size:15px;
  text-align:center;
  margin: 0px auto;
}
