@charset "utf-8";

/* ヘッダーのCSS
------------------------------------------------------------*/

#header{
  padding-top : 5px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 5px;
  z-index : 200;
  margin-left : auto;
  margin-right : auto;
  height : 80px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
}

#logo{
  font-weight : bold;
  background-image : url(../images/common/logo.png);
  background-repeat : no-repeat;
  background-position : 0px 0px;
  width : 100%;
  height : 50px;
  text-indent : -5000px;
  margin-top : 10px;
  margin-bottom : 0px;
}


h1{
  font-size : 8pt;
  color : gray;
  text-align : left;
  font-weight : normal;
  margin-bottom : 5px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : silver;
}

/* 検索ＢＯＸ
------------------------------------------------------------*/
#searchform{
    width : 197px;
    padding : 0px;
    background : none 0% 0% / auto auto repeat scroll padding-box border-box #eeeeee;
    border : 1px none #dddddd;
    border-radius: 5px;
  margin-right : 15px;
  font-size : 9pt;
  margin-top : -10px;
}

#s{
    width : 125px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    vertical-align: bottom;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    outline: none;
    box-sizing: content-box;
    -webkit-appearance: textfield;
    color: #999;
    background: #eee;
    box-shadow: 0 1px 0 #fff,
        0 -1px 0 #fff,
        -1px 0 0 #fff,
        1px 0 0 #fff,
        0 0 3px #ddd inset;
}
#s:focus{
    color: #333;
}
#searchsubmit{
    width : 50px;
    height: 32px;
    vertical-align: bottom;
    border: 1px solid #ccc;
    border-radius: 0 5px 5px 0;
    margin-left: -5px;
    color: #666;
    background : -moz-linear-gradient(top, #fff, #eee) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
    background: linear-gradient(top, #fff, #eee);
    cursor: pointer;
    box-shadow: 0 1px 0 #fff,
        0 -1px 0 #fff,
        -1px 0 0 #fff,
        1px 0 0 #fff;
}
#searchsubmit:hover{
    background: -webkit-linear-gradient(top, #eee, #fff);
    background: -moz-linear-gradient(top, #eee, #fff);
    background: linear-gradient(top, #eee, #fff);
}
#searchsubmit:active{
    border: 1px solid #aaa;
    border-right-color: #fff;
    border-bottom-color: #fff;
    box-shadow: 0 1px 0 #ddd,
        0 -1px 0 #fff,
        -1px 0 0 #fff,
        1px 0 0 #ddd;
}
#search{
  width : 230px;
  float : left;
  position : relative;
  margin-bottom : 0px;
  margin-top : -30px;
  margin-left : 50px;
}

#search h2{
  font-size : 9pt;
  color : gray;
  font-weight : normal;
}

/* ＰＣ
------------------------------------------------------------*/
@media all and (min-width: 1020px) {

#header{
  padding-top : 5px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 5px;
  z-index : 200;
  margin-left : auto;
  margin-right : auto;
    height : 80px;
  
    border-bottom-style : none;
  
    width : 100%;
  }

h1{
  font-size : 8pt;
  color : gray;
  text-align : left;
  font-weight : normal;
  margin-bottom : 5px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : silver;
}

#search{
  font-size : 10.5pt;
  font-weight : normal;
  margin-top : 15px;
  width : 270px;
  float : right;
  position : relative;
}

/* 検索ＢＯＸ
------------------------------------------------------------*/
#searchform{
    width : 257px;
    padding : 0px;
    background : none 0% 0% / auto auto repeat scroll padding-box border-box #eeeeee;
    border : 1px none #dddddd;
    border-radius: 5px;
  margin-right : 15px;
}
#s{
    width : 175px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    vertical-align: bottom;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    outline: none;
    box-sizing: content-box;
    -webkit-appearance: textfield;
    color: #999;
    background: #eee;
    box-shadow: 0 1px 0 #fff,
        0 -1px 0 #fff,
        -1px 0 0 #fff,
        1px 0 0 #fff,
        0 0 3px #ddd inset;
}
#s:focus{
    color: #333;
}
#searchsubmit{
    width: 60px;
    height: 32px;
    vertical-align: bottom;
    border: 1px solid #ccc;
    border-radius: 0 5px 5px 0;
    margin-left: -5px;
    color: #666;
    background: -webkit-linear-gradient(top, #fff, #eee);
    background: -moz-linear-gradient(top, #fff, #eee);
    background: linear-gradient(top, #fff, #eee);
    cursor: pointer;
    box-shadow: 0 1px 0 #fff,
        0 -1px 0 #fff,
        -1px 0 0 #fff,
        1px 0 0 #fff;
}
#searchsubmit:hover{
    background: -webkit-linear-gradient(top, #eee, #fff);
    background: -moz-linear-gradient(top, #eee, #fff);
    background: linear-gradient(top, #eee, #fff);
}
#searchsubmit:active{
    border: 1px solid #aaa;
    border-right-color: #fff;
    border-bottom-color: #fff;
    box-shadow: 0 1px 0 #ddd,
        0 -1px 0 #fff,
        -1px 0 0 #fff,
        1px 0 0 #ddd;
}
#search h2{
  font-size : 9pt;
  color : gray;
  font-weight : normal;
}


}
