@charset "utf-8";
/* css document */

/*******アイコン*******/
.ui-icon-custom-off {
	background: url("../images/custom-off.png") no-repeat rgba(0, 0, 0, 0.65) !important;
}

.ui-icon-dentaku {
	background-image: url("../images/dentaku.png") !important;
	background-repeat: no-repeat !important;
	background-position: 1px 1px !important;
	background-color: rgba(255, 255, 255, 0.65) !important;
}

/*******ページ*******/
/*ページ左側のロゴ*/
.ui-page:after {
	content:url("../images/logo.png");
	position:absolute;
	left:12px;
	top:9px;
}

#top.ui-page:after {
	content:url("../images/logo.png");
	position:absolute;
	left:29px;
	top:9px;
}

/*ページ右側のイラスト*/
.ui-page:before {
	content:url("../sozai/upper_img.png");
	position:absolute;
	right:12px;
	top:5px;
	z-index:1;
}

#top.ui-page:before {
	content:url("../sozai/upper_img.png");
	position:absolute;
	right:33px;
	top:5px;
	z-index:1;
}

/*******ヘッダー*******/
/*ヘッダーの背景*/
.ui-header {
	background:url("../sozai/header_bg.png") repeat-x 0 0;
	position:relative;
	padding-top:50px;
	border:none;
}

#logout_popup.ui-body-b .ui-header {
	position:relative;
	background:#2489ce;
	padding:0px;
	border:none;
}

/*ヘッダーのリードスタイル*/
.ui-header p {
	position:relative;
	margin: 30px 20px 0px;
	font-weight:normal;
	font-size:100%;
	padding-bottom:5px;
	border-bottom: 0.2em solid #2489ce;
}

#logout_popup.ui-body-b .ui-header p {
	position:relative;
	margin: 0px;
	font-weight:bold;
	font-size:90%;
	padding:7px 16px 3px;
}

/*ヘッダーのリードスタイル*/
.ui-body-a {
	position:relative;
	font-weight:normal;
	font-size:110%;
	border:none;
}

/*ヘッダーのHOMEボタンの配置*/
.ui-header .btn_left {
	margin-top: 7px;
	margin-left: 2px;
}

/*ヘッダーのMENUボタンの配置*/
.ui-header .btn_right {
	margin-top: 7px;
	margin-right: 2px;
}

.ui-content .btn_right {
	left: 0px;
}

/*******コンテンツ*******/
.body_p {
	margin: 10px 25px 20px;
	font-size:85%;
}

/*リストビューとボタンのフォントサイズ*/
.ui-btn-text {
	font-size:100%;
}

/*登録フォームの設定*/

.form_label1 {
	display: inline;
	position: relative;
	margin: 0px;
	font-size: 80%;
}

.form_input0 {
	display: inline;
	position: relative;
	left: 0px;
	width: 55%;
	margin: 0px;
	padding: 4px;
	background: none;
	border: none;
	font-size: 90%;
	font-weight: normal;
	color: #2489ce;
}

.form_input_dv {
	display: inline;
	position: relative;
	left: 0px;
	width: 33%;
	margin: 0px;
	padding: 0px;
	background: none;
	border: none;
	font-size: 80%;
	font-weight: normal;
	color: #ffffff;
}

.form_input {
	display: inline;
	position: relative;
	left: 0px;
	width: 33%;
	margin: 0px;
	padding: 0px;
	background: none;
	border: none;
	font-size: 80%;
	font-weight: normal;
	color: #2489ce;
}

.form_input_red {
	display: inline;
	position: relative;
	left: 0px;
	width: 33%;
	margin: 0px;
	padding: 0px;
	background: none;
	border: none;
	font-size: 80%;
	font-weight: normal;
	color: red;
}

.ui-br {
	margin: 0px 0px 0px;
	border-bottom: 0.1em solid #333;
}

.ui-controlgroup .ui-radio .ui-btn-inner {
  /*ボタンの左右の余白を25pxから12pxに変更している*/
	width: 60px;
  margin: 0px;
  padding: 10px 12px;
}

#dentaku_form .ui-btn-inner {
  /*ボタンの左右の余白を25pxから0pxに変更している*/
	width: 32px;
	height: 28px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
}

/*******フッター*******/
.ui-body-a .ui-footer {
	background:url("../sozai/footer.png") repeat-x;
	position:relative;
	height:113px;
	border:none;
}

.ui-body-a .ui-footer {
	position:relative;
	top: 0px;
}

/*フッターのHOMEボタンの配置*/
.ui-footer .ft_btn_left {
	position: absolute;
	left: 7px;
	margin-top: 34px;
}

/*フッターのMENUボタンの配置*/
.ui-footer .ft_btn_right {
	position: absolute;
	right: 7px;
	margin-top: 34px;
}

/*フッター左端のイラスト*/
.ui-body-a .ui-footer:before {
	content:url("../sozai/lower_img.png");
	position:absolute;
	margin-top:10px;
	top:10px;
	left:37px;
}

/*フッターの文字*/
.ui-body-a .ui-footer h4.ui-title {
	font-size:80%;
	text-align:center;
	display:block;
	font-weight:normal;
}

/*******アコーディオン*******/
