@charset "utf-8";
/* --------------------------------------------------
	base.css
-------------------------------------------------- */

/* レイアウト
-------------------------------------------------- */
html, body {
height: 100%;
}

body {
position: relative;
margin-top: 0!important;
text-align: center;
line-height: 150%;
}

/* #noScript
----------------------------------------*/
#noScript {
color: #000;
}

#noScript p {
padding: 10px;
}

/* #container
----------------------------------------*/
#container {
margin: 0 auto;
height: 100%;
background: url(/res/img/shared/header/bg_header.png) repeat-x left top;
}

/* #header
----------------------------------------*/
#header {
position: relative;
width: 760px;
height: 80px;
margin: 0 auto;
text-align: left;
}

#header .logo {
position: absolute;
left: 2px;
top: 15px;
}

#header .title {
position: absolute;
right: 2px;
top: 12px;
}

/* #contents
----------------------------------------*/
#contents {
width: 760px;
margin: 0 auto;
padding: 25px 0 0;
text-align: left;
}

/* #main
----------------------------------------*/
#main {
margin: 0;
padding : 40px 0 0px;
}

#main h2.ttl {
padding: 0 3px 7px 3px;
border-bottom: 2px solid #004098;
color: #003F98;
font-size: 116%;
font-weight: bold;
}

/* #nav
---------------------------------------- */
#nav {
float: left;
width: 230px;
}

/* #mypage
------------------------------ */
#mypage .mid {
background: url(/res/img/shared/nav/bg_nav_mid.png) repeat-y left top;
}

#mypage .btm {
height: 8px;
background: url(/res/img/shared/nav/bg_nav_btm.png) no-repeat left top;
}

#mypage .login,
#mypage .logout {
padding: 9px 0 2px;
text-align: center;
}

/* #navBlock
------------------------------ */
#navBlock {
padding: 0 0 20px;
}
#navBlock li {
	margin-top:1px;
}

/* #footer
----------------------------------------*/
#footer {
float: none;
clear: both;
width: 760px;
margin: 0 auto;
padding: 60px 0 30px;
text-align: left;
line-height: 130%;
}

#footer .copyright {
font-size: 83%;
}

#footer .links {
float: right;
}

#footer .links li {
display: block;
float: left;
padding: 2px 12px 2px 14px;
border-right: 1px solid #666;
}

#footer .links li:first-child {
padding-left: 0;
}

#footer .links li:last-child {
padding-right: 0;
border-right: none;
}

/* body.wide
-------------------------------------------------- */
/* #container
----------------------------------------*/
body.wide #container {
background: url(/res/img/shared/header/bg_header_wide.png) repeat-x left top;
}

/* #header
----------------------------------------*/
body.wide #header {
position: relative;
width: 960px;
height: 141px;
margin: 0 auto;
text-align: left;
}

body.wide #header .logo {
position: absolute;
left: 2px;
top: 26px;
}

body.wide #header .title {
position: absolute;
left: 233px;
top: 29px;
}

body.wide #header .img {
position: absolute;
right: -50px;
top: 0;
}

body.wide #header ul {
display: table;
position: absolute;
left: -1px;
bottom: 1px;
width: 960px;
height: 38px;
border-right: 1px solid #FFF;
border-left: 1px solid #D6DCE4;
}

body.wide #header ul li {
display: table-cell;
border-right: 1px solid #D6DCE4;
border-left: 1px solid #FFF;
vertical-align: middle;
letter-spacing: 0.1em;
}

body.wide #header ul li p {
padding-left: 17px;
color: #003F98;
font-size: 116%;
}

/* #contents
----------------------------------------*/
body.wide #contents {
width: 960px;
}

/* #footer
----------------------------------------*/
body.wide #footer {
width: 960px;
margin: 0 auto;
padding: 60px 0 30px;
text-align: left;
line-height: 130%;
}

body.wide #footer .copyright {
float: left;
}

/* エラーページ
----------------------------------------*/
body.wide.err #main p {
padding-bottom: 25px;
color: #666;
line-height: 180%;
}

body.wide.err #main p:last-child {
padding-bottom: 0;
}

body.wide.err #main p a {
font-weight: bold;
}

/* コンテンツ
-------------------------------------------------- */
/* ANCOR
----------------------------------------*/
a {
color: #0066CC;
}

a:visited {
color: #0066CC;
}

a:hover {
color: #0099FF;
text-decoration: none;
}

/* ロールオーバー画像
-------------------------------------------------- */
a img:link,
a img:visited {
filter: alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}

a:hover img {
filter: alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.8;
}

input[type="image"] {
background: #FFF;
}

input[type="image"]:hover {
filter: alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.8;
}

/* テキスト
----------------------------------------*/
em {
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}

/* Form
----------------------------------------*/
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
outline:none;
}

label {
cursor: pointer;
}

label * {
cursor: pointer;
}

/* iframe
----------------------------------------*/
iframe {
margin: 0 auto;
padding: 0;
border: none;
background: none;
vertical-align: top;
z-index: 1;
}

/* コンテンツ
--------------------------------------------------*/
/* .message
----------------------------------------*/
.message {
margin-top: 40px;
padding: 15px 20px;
border: 2px solid #FF0000;
line-height: 150%;
color: #FF0000;
font-size: 116%;
font-weight: bold;
}

.message li {
padding-bottom: 5px;
padding-left: 0.65em;
text-indent: -0.65em;
}

.message li:last-child {
padding-bottom: 0;
}

/* .msg
----------------------------------------*/
.msg {
line-height: 150%;
color: #003F98;
font-size: 116%;
font-weight: bold;
}
.msg_mb p {
margin-bottom: 1em;
}

/* h1
----------------------------------------*/
h1 {
padding-left: 2px;
}

h1 .sub {
display: block;
margin-bottom: 10px;
}

h1.txt {
color: #003F98;
font-size: 150%;
font-weight: bold;
}

/* .inputTable
----------------------------------------*/
.inputTable {
display: block;
width: 100%;
margin-bottom: 40px;
}

.inputTable:last-child {
margin-bottom: 0;
}

.inputTable dl {
display: table;
width: 100%;
border-top: 1px solid #FFF;
}

.inputTable dl:nth-of-type(odd) {
background: #F4F2EE;
}

.inputTable dl:nth-of-type(even) {
background: #F9F8F6;
}

.inputTable dl.empty {
display: none;
}

.inputTable dt,
.inputTable dd {
display: table-cell;
position: relative;
/*border-top: 2px solid #FFF;*/
vertical-align: top;
}

.inputTable .noBorder {
border-top: none;
}

.inputTable dt {
width: 170px;
padding: 15px;
color: #003F98;
font-size: 114%;
font-weight: bold;
}

.inputTable dt p {
display: table;
width: 170px;
}

.inputTable dt p span {
display: table-cell;
}

.inputTable dt p .icn {
width: 40px;
}

.inputTable dt p.drop {
padding-bottom: 20px;
}

.inputTable dt p.drop span {
display: block;
width: 170px;
}

.inputTable dt p.drop .icn {
position: absolute;
right: 15px;
bottom: 11px;
text-align: right;
}

.inputTable dd {
width: 530px;
padding: 10px 10px;
}

.inputTable input[type="text"],
.inputTable input[type="password"],
.inputTable input[type="email"],
.inputTable input[type="tel"] {
padding: 6px 8px;
background: #FFF;
border: 1px solid #CCC;
color: #666;
font-size: 130%;
}

.inputTable dd .txt {
color: #003F98;
}

.inputTable dd .txt2 {
display: inline-block;
padding-top: 2px;
font-size: 130%;
}

.inputTable dd p.txt2 {
display: block;
padding-bottom: 20px;
}

.inputTable dd p.txt2:last-child {
padding-bottom: 0;
}

.inputTable dd .hyphen {
margin: 0 10px;
}

.note {
display: inline-block;
padding-left: 10px;
line-height: 100%;
color: #666;
font-size: 83%;
}

.note2 {
padding-top: 5px;
line-height: 100%;
color: #666;
font-size: 83%;
}

/* 名前
------------------------------ */
.inputTable .name dd .txt {
display: inline-block;
width: 2.5em;
}

.inputTable .name dd input {
width: 128px;
margin-right: 20px;
}

.inputTable .name.full dd input {
width: 182px;
margin-right: 0;
}

.inputTable .name dd input:last-child {
margin-right: 0;
}

/* 生年月日
------------------------------ */
.inputTable .birthday dd select {
/*padding: 8px;*/
}

.inputTable .birthday dd .txt {
display: inline-block;
padding: 0 30px 0 10px;
}

/* 性別
------------------------------ */
.inputTable .gender dd .txt {
display: inline-block;
padding: 0 35px 0 10px;
}

/* 電話番号
------------------------------ */
.inputTable .tel dd input {
width: 42px;
}

/* 住所
------------------------------ */
.inputTable .address dd div .txt:first-child {
display: inline-block;
width: auto;
padding-right: 8px;
}

.inputTable .address dd .num,
.inputTable .address dd .area {
padding-bottom: 10px;
}

.inputTable .address dd .num .n1 {
width: 34px;
}

.inputTable .address dd .num .n2 {
width: 42px;
}

.inputTable .address dd .num .note {
margin-right: 15px;
}

.inputTable .address dd .num input[type="image"] {
vertical-align: middle;
}

.inputTable .address dd .area input,
.inputTable .address dd .bldg input {
width: 382px;
vertical-align: top;
}

.inputTable .address dd .adtext input {
/*width: 522px;
vertical-align: top;*/
width: 462px;
}

/* 勤務先名称
------------------------------ */
.inputTable .bizName dd input {
/*width: 522px;*/
width: 462px;
}

/* メールアドレス
------------------------------ */
.inputTable .email dd input {
width: 462px;
}

.inputTable .email dd .txt,
.inputTable dd .adtext .txt {
margin-top: 5px;
}

/* パスワード、会員番号
------------------------------ */
.inputTable .password dd input,
.inputTable .memberNum dd input {
width: 232px;
}

/* お知らせ
------------------------------ */
.inputTable .notice dd label {
margin-right: 40px;
}

.inputTable .notice dd .txt {
font-size: 116%;
}

.inputTable .notice dd input {
margin: -2px 10px 0 0;
vertical-align: middle;
}

/* 特殊
------------------------------ */
.inputTable .special {
border-top-width: 20px;
}

.inputTable .special dt,
.inputTable .special dd {
background: #FFE57F;
vertical-align: top;
}

.inputTable .special dd input {
width: 332px;
}

.inputTable .special dd .note {
padding: 10px 0 0 0;
}

.inputTable .special dd .txt2 {
padding-top: 5px;
}

/* #sendBtnBlock
----------------------------------------*/
#sendBtnBlock {
margin-top: 40px;
text-align: center;
}

#sendBtnBlock a {
display: block;
width: 310px;
margin: auto;
padding: 20px 10px 20px 30px;
background: #004098 url(/res/img/shared/icn_arrow_send.png) no-repeat 15px center;
text-decoration: none;
color: #FFF;
font-size: 150%;
font-weight: bold;
}

#sendBtnBlock a.disabled {
cursor: default;
background: #999 url(/res/img/shared/icn_arrow_disabled.png) no-repeat 15px center;
color: #CCC;
}

#sendBtnBlock a:hover {
background-color: #3366AD;
}

#sendBtnBlock a.disabled:hover {
background-color: #999;
}

#sendBtnBlock a.return {
background-color:#666666;
}

#sendBtnBlock a.return:hover {
background-color:#999999;
}

#sendBtnBlock ul {
display: inline-block;
width: auto;
margin: auto;
}

#sendBtnBlock li {
float: left;
margin-right: 20px;
}

#sendBtnBlock li:last-child {
margin-right: 0;
}

/* clearfix
-------------------------------------------------- */
.clearfix:after {
content: "";
display: block;
height: 0;
clear: both; 
visibility: hidden;
}

.clearfix {
zoom:1;
}
