@charset "UTF-8";

/*--------------------------------------------------------------------
 *	共通の記述
 *--------------------------------------------------------------------*/

.fred {
	color: red;
}
.txt_right {
	text-align: right;
}

/*  パスワードリマインダー ---------------------------------------------------*/
body.reminder header div#header_contents {
	position: unset;
	height: auto;
	margin: 0 auto;
}
body.reminder header p#title_area {
    position: unset;
    top: 0;
    left: 0;
    margin: 0;
}

table {
	margin: 0 auto;
}
table td input {
	width: 100%;
}


/*--------------------------------------------------------------------
 *	736px以下用（SP用）の記述
 *--------------------------------------------------------------------*/
@media screen and (max-width: 736px) {

.reminder main {
	width: 80%;
	margin-top: 32px;
	padding: 36px 5% 42px;
}
.reminder main table {
	width: 100%;
}
.reminder main table th {
	width: 8em;
}
.reminder main .buttons {
	display: flex;
	justify-content: center;
}
.reminder main .buttons li {
	width: 47%;
	margin: 0;
}
.reminder main .buttons li:nth-child(n+2) {
	margin-left: 6%;
}
.reminder main .buttons li a {
	width: 100%;
}

/* 736px以上用（SP用）の記述 end */
}


/*--------------------------------------------------------------------
 *	737px以上用（PC用）の記述
 *--------------------------------------------------------------------*/
@media screen and (min-width: 737px), print {
/* 737px以上用（PC用）の記述 */

/* header -----------------------------------------------*/
header div#header_contents {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}

table th {
	width: 120px;
}

table td {
	width: 400px;
}

/* 737px以上用（PC用）の記述 end */
}
