@charset "utf-8";

/* --------------------------------- 
------------------------------------
common
------------------------------------
------------------------------------*/
body {
	line-height: 1.5;
	letter-spacing: 1px;
	color: #333333;
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif,Verdana;
	font-size: 12px;
	background-color: #333333;
	background-image: url(../../dms/img/header_bg.png);
	background-position: left top;
	background-repeat: repeat-x;
}
img {
	border: none;
	vertical-align: bottom;
}

/* clearfix
------------------------------------*/
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}

/*----------------------------------
------------------------------------
link
------------------------------------
------------------------------------*/
a:link,
a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.imgover {
}
/*a:hover img{
	filter: alpha(opacity=70);
	opacity: 0.7;
}*/

/*----------------------------------
------------------------------------
base
------------------------------------
------------------------------------*/
.wrapper {
	margin: 0 auto;
	padding: 0 0 40px 0;
    width: auto;
    max-width: 920px;
}
#mainContainer {
	clear: both;
}
.leftBox {
	float: left;
}
.rightBox {
	float: right;
}
.messagArea {
	margin: 0 auto;
	padding: 20px;
	width: 500px;
	text-align: center;
	background-color: #E9EAEB;
}
.btn {
	text-align: center;
}

/*----------------------------------
------------------------------------
header
------------------------------------
------------------------------------*/

#header {
    position: relative;
    margin: 0 auto 20px;
    width: auto;
    max-width: 920px;
}
#header ul {
    float: right;
    padding: 19px 0 0 0;
    width: auto;
}
#header #logo {
    float: left;
}
.background-content {
    width: 570px;
    height: auto;
    background-color: #C9C9C9;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-top: 70px;
}
.background-content h3 {
    background-color: white;
    padding: 10px;
    text-align: center;
}
.background-content .error-mess {
    color: red;
    min-height: 30px;
    height: auto;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 3px;
}
.confirm-form {
    width: 100%;
}
.confirm-form th {
    width: 40%;
    padding: 10px;
    color: #FFFFFF;
    text-align: left;
    background-color: #999;
    border: 4px solid white;
}
.confirm-form td {
    width: 60%;
    padding: 7px;
}
.confirm-form td input {
    padding: 7px 0;
    width: 100%;
}
.confirm-form td input.pos-type {
    width: 1em;
}
.attention {
    color: red;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 12px;
}
.content {
    margin: auto;
    width: 90%;
}
.content-form {
    background-color: white;
    padding: 5px 10px;
}
.button-form {
    margin-top: 15px;
    text-align: center;
}
.background-content h3.background-red {
    background-color: red;
    color: white;
}
.new-pass {
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}