<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";

/* ================================================

	enhancedSearch.css

================================================ */


/* bodyの背景を設定
------------------------------------------------ */
html {
	background-image: none;
	}

body.search {
	/*background: #fff url(/pc/img/modify/body_bg.jpg) repeat-x;*/
}

/* #contents
------------------------------------------------ */
.search #contents {
	width: 980px;
	margin: 0 auto 60px;
}

#contents .main_block_subtitle {
	background: url(/pc/img/mypage/main_subtitle.jpg) 0 0 no-repeat;
	width: 645px;
	padding: 15px 17px 10px 17px;
	height: 15px;
	font-weight: bold;
	margin: 0;
}

/* #main
------------------------------------------------ */
.search #main {
	width: 645px;
	float: left;
}

/* #container
------------------------------------------------ */
/* #container
------------------------------------------------ */
.search #contents #container{
	width: 750px;
	padding: 30px 100px 20px;
	}

/* データインプット部分
------------------------------------------------ */
input {
	vertical-align: middle;
}

.data_input_box {
	margin-top: 15px;
	border-bottom: 3px solid #666;
	margin-bottom: 15px;
}

.data_box {
	margin-top: 15px;
	margin-bottom: 15px;
	}

.data_input_box p {
	margin-bottom: 0;
	}
.data_input_box .title {
	background: url(/pc/img/modify/table_title.gif) 0 0 no-repeat;
	height: 38px;
	color: #fff;
	line-height: 38px;
	font-weight: bold;
	padding-left: 18px;
}
.data_input_box .data {
	padding:10px 0px;
}
.data_input_box .data_box{
	border-bottom: 1px solid #666;
	padding: 20px;
}
.data_input_box .data_box .data_head{
	width: 175px;
	position: relative;
	padding-right: 60px;
	float: left;
}

.data_input_box .required {
	color: #ff0000;
	padding-right: 1.0em;
	position: absolute;
	right: 0;
	top: 0;
	}


/* ボタン部分
------------------------------------------------ */
.submit_button_next {
	width: 237px;
	height: 41px;
	margin: 1em auto;
}
.submit_button_confirm {
	width: 234px;
	height: 42px;
	margin: 1em auto;
}
.submit_button_update {
	width: 279px;
	height: 41px;
	margin: 1em auto;
}
.submit_button_modify {
	width: 234px;
	height: 42px;
	margin: 1em auto;
}
.submit_button_delete {
	width: 234px;
	height: 42px;
	margin: 1em auto;
}
.submit_button_regist {
	width: 234px;
	height: 42px;
	margin: 1em auto;
}
.content_box2 {
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 1.0em;
	margin-top:15px;
	padding-top:5px;
	padding-left:3px;
	}


/* ID/パスワードを忘れた方：入力
------------------------------------------------ */
.search {
	/*background: url(/pc/img/regist/body_bg.jpg) 0 0 repeat-x;*/
}
.search #main {
	width: 950px;
	margin: 0 auto;
}
.search #main .section{
	width: 700px;
	margin: 0 auto;
}
.search .page_title {
	height: 16px;
	font-size: 16px;
	font-weight: bold;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 48px;
	margin-bottom: 14px;
}
.box_title {
	font-weight: bold;
	margin-bottom: 0.2em;
}

.search #login_head {
	background: url(/pc/img/flpro/login_head.gif) 0 0 no-repeat;
	width: 660px;
	height: 32px;
	margin-bottom: 0;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.search #login_box {
	background: url(/pc/img/search/search_bg.gif) left bottom no-repeat;
	width: 660px;
	padding: 0 20px 20px 20px;
	margin-bottom:30px;
}

.submit_button_search {
	width: 90px;
	height: 32px;
	margin: 1em auto;
}


/* more_links
------------------------------------------------ */
.more_links a{
	padding-left: 15px;
	background: url("/pc/img/common/nav_listmark.gif") 3px center no-repeat;
	padding-top:2px
}

/* text2 テキストの行間を調整
------------------------------------------------ */
.text2 {
	line-height: 1.6em;
	margin-bottom: 1.0em;
}</pre></body></html>