/* ログイン機能改善版用CSS SG用、2015/7/23、OM：岡田 */

.output
{
font-family:Arial;
font-size: 11pt;
color:black;
padding-left: 5px;
padding-top: 3px;
border: 0px solid #000000;
width: 180px;
background: white;
z-index: 1;
}
.shadow
{
width:182px;
position:relative;
top: 2px;
left: 2px;
background: #d3d3d3;
  max-height: 210px;
 overflow-y: scroll;
            /* prevent horizontal scrollbar */
            overflow-x: hidden;
z-index: 1;
}

.shadow div{
/*position:relative;*/
position: absolute;
top: -2px;
left: -2px;
}

/* unvisited link */
a:link {
    color: #000000;
}

/* visited link */
a:visited {
    color: #000000;
}

/* mouse over link */
a:hover {
    color: #000000;
}

/* selected link */
a:active {
    color: #0000FF;
}


@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
*{margin:0;padding:0;}

#login {
    height: 180px;
    margin: 0 auto;
    position: absolute;
    transition: opacity 1s ease 0s;
    width: 300px;
    z-index: 300;
}

#triangle{
  width:0;
  border-top:12x solid transparent;
  border-right:12px solid transparent;
  border-bottom:12px solid #3399cc;		/*ログインパネルの背景色	#3399cc;*/
  border-left:12px solid transparent;
  margin:0 auto;
}

#login h1{
  background:#3399cc;
  padding:10px 0;
  font-family:'Open Sans',sans-serif;
  font-size:170%;
  font-weight:bold;
  text-align:center;
  color:#ffffff;
}

form {
    /*background: none repeat scroll 0 0 #f3f8fe;*/	/*#f3f8fe; f0f0f0;*/
}

/*
input[type="text"],input[type="password"]{
  width:92%;
  background:#fff;
  margin-bottom:4%;
  border:1px solid #ccc;
  padding:4%;
  font-family:'Open Sans',sans-serif;
  font-size:95%;
  color:#555;*/
}

input[type="submit"]{
  width:100%;
  background:#3399cc;
  border:0;
  padding:4%;
  font-family:'Open Sans',sans-serif;
  font-size:100%;
  color:#fff;
  cursor:pointer;
  transition:background .3s;
  -webkit-transition:background .3s;
}

input[type="submit"]:hover{
  background:#2288bb;
}

#header {
    clear: both;
    font-size: 80%;
    height: 57px;
    margin-bottom: 15px;
    padding-bottom: 0;
    padding-top: 15px;	/*15px;*/
    width: 934px;
}

#header *:after {
    clear: both;
    content: "";
    height: 0;
    visibility: hidden;
}

.SearchBoxContent {
    padding: 1px;
}

#SearchPanel {
    float: right;
    margin: 2px 0;
    width: 317px;
}

.SearchBoxContent input.text {
    margin-right: 4px;
    width: 260px;
}

.SearchBox {
    background: url("/image/search_box_bg.gif") repeat-x scroll 0 0 #fff;
    border-color: #fff; /*#bcbdc1;*/
    border-style: solid;
    clear: both;
}

.menu03 {
    background: none repeat scroll 0 0 #f3f8fe; /*ffffff*/
    color: #333333;
    font-size: 80%;
    height: 350px;	/*280px;*/
    line-height: 1.5em;
    margin: 0;
    width: 300px;
}

.loginpanel .w100 {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    color: #555;
    font-family: "Open Sans",sans-serif;
    font-size: 1.5em;
    font=weight:bold;
    margin: 0 0 10px 10px;
    margin-left: 10px;
    /*padding: 5px;*/
    width: 90%;
}

.loginpanel .password {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    color: #555;
    font-family: "Open Sans",sans-serif;
    font-size: 1.5em;
    font=weight:bold;
    margin: 0 0 10px 10px;
    margin-left: 10px;
    /*padding: 5px;*/
    width: 90%;
}

.loginpanel .btn {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
    font-family: "Open Sans",sans-serif;
  color: #ffffff;
  font-size: 20px;
  background: #bf3036;	/*#ff4649*/
  padding: 5px 5px 5px 5px;
  text-decoration: none;
    margin-left: 15px;
    margin-top: 20px;
    cursor: pointer;
    font-weight: bold;
    width: 270px;

}
.loginpanel .btn:hover {
  background: #ff4649;		/*#ff8c8e*/
  text-decoration: none;
}

/* ログイン状態の時 */

.loginpanel .bold {
    font-family: "Open Sans",sans-serif;
    font-size:1.5em;
    font-weight:bold;
    line-height:1.3em;
}

.menu03 .memberlogin {
    background:#f3f8fe;
    height:293px;
    padding: 10px;
}

.loginpanel .menu03 a:link {
    /*font-family: "Open Sans",sans-serif;*/
    /*font-size:1.5em;*/
    /*line-height:2.0em;*/
}

.loginpanel .loginlabele {
    padding: 10px 0 0 10px;
    font-family: "Open Sans",sans-serif;
    font-size: 1.5em;
    font-weight:bold;
}

.loginpanel .otherlink {
    font-family: "Open Sans",sans-serif;
    font-size:1.5em;
    font-weight:bold;
    line-height:1.5em;
    padding: 18px;
}

.usermenu {
    padding: 10px;
}

.loginpanel .usermenu a:link {
    font-family: "Open Sans",sans-serif;
    font-size:1.5em;
    line-height:2.0em;
}

.loginpanel .logoutbtn {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
    font-family: "Open Sans",sans-serif;
  color: #ffffff;
  font-size: 20px;
  background: #bf3036;	/*#ff4649*/
  padding: 5px 5px 5px 5px;
  text-decoration: none;
    margin-left: 15px;
    margin-top: 20px;
    cursor: pointer;
    font-weight: bold;
    cursor: pointer;
    margin-left: 15px;
    margin-top: 30px;
    width: 250px;
}

.loginpanel .logoutbtn:hover {
  background: #ff4649;		/*#ff8c8e*/
  text-decoration: none;
}

.verisight {
    margin-left: 100px;
    margin-top: -50px;
}

.err_msg {
    color: #ff0000;
    float: right;
    font-size: 13px;
    margin: -12px 30px 0 0;
    width: 280px;
}

/*ログインボタン*/
.loginpanel .button {
    background:#3498db;
    /*background: linear-gradient(to bottom, #3498db, #2980b9) repeat scroll 0 0 #3498db;*/
    border: 2px solid #dbdbdb;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 19px;
    line-height: 1.5;
    padding: 3px;
    text-align: center;
    text-decoration: none;
    width: 255px;
}

.button:hover {
  background:#2288bb;
}

.loginpanel {
    float: left;
    margin: 2px 0 0 -20px;
}

