@charset "UTF-8";
/*  #main
----------------------------------------------------*/

body.mypage .innerWrap .abs-fig01,
body.mypage .innerWrap .abs-fig02{
	display: none !important;
}

*+html body.mypage #main{
	padding-top: 33px;
}

body#mypIndex #login dl dd ul{
}

body.mypage div#main p,
body.mypage div#main ol,
body.mypage div#main ul,
body.mypage div#main dl,
body.mypage div#main table {
	margin-bottom:1.5em;
	line-height:1.5;
}
body.mypage div#main li {
	margin-bottom:0.5em;
	line-height:1.5;
}
body.mypage div#main h1 { margin-bottom:20px; }
body.mypage div#main h2 {
	width:780px;
	height:27px;
	background: url(../../../shared_form/img/bg/bg_h2_650.gif) no-repeat 0 0;
	color:#0178B0;
	font-size:120%;
	margin:0 0 20px 0;
	padding:13px 0 0 20px;
	font-weight:bold;
}
body.mypage div#main h3 {
	color:#0178B0;
	font-weight:bold;
	margin:0 0 20px 0;
	font-size:110%;
	background:url(../img/bg/bg_h3.gif) no-repeat 0 0;
	padding:8px 0 8px 20px;
}
body.mypage div#main ul.list001 li {
	background: url(../../../shared_form/img/ico/ico_arrow_001.gif) no-repeat left center;
	padding:0 0 0 10px;
}
body.mypage div#main table { width:100%; }
body.mypage #main {
	width:650px;
	float:left;
	margin:0;
	overflow:hidden;
}
body.mypage #main .section { margin-bottom:2em; }
body.mypage #main .section dl dt {
	font-weight:bold;
	width:10em;
	border:1px dotted #0178b0;
	color:#0178b0;
	text-align:center;
}
body.mypage #main .section dl dd { margin:-1.5em 0 0.5em 11em; }

/*body.mypage #main .section ul { margin-right:-30px;width:500px; }*/
body.mypage #main .section ul li {
	width:320px;
	float:left;
	margin-right:5px;
}
* html body.mypage #main .section ul li {
	margin-right:5px;
}

/*　CheckBox　*/
/******
body.mypage #main dd p.sp input{
	display:none;	
}
*******/
body.mypage #main dd p.sp{
	padding-left:35px !important;
	background:url(../../../shared_form/img/bg/bg_checkbox.png) no-repeat 20px center #fff;
}
/***
body.mypage #main dd p.sp {
	background:#D5F4FC url(../../../shared_form/img/bg/bg_checkbox_on.png) no-repeat 10px center !important;	
}
***/
/*  #sub
----------------------------------------------------*/

body.mypage #sub {
	float:right;
	width:300px;
	margin:32px 10px 40px 0;
}
* html body.mypage #sub {
	margin-right:0;
}
* html body.mypage #sub li{
	height: 1%;
}
body.mypage #sub #localNav {
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	margin-bottom:20px;
}
body.mypage #sub #localNav h2 {
	margin:-1px 0 0 -1px;
	width:300px;
}
body.mypage #sub #localNav ul {
	margin-top:-7px;
	width: 300px;
}
body.mypage #sub #localNav ul li{
	width: 300px;
}
body.mypage #sub #localNav ul li a {
	display:block;
	border-bottom:1px dotted #cccccc;
	padding:0.7em 0.5em 0.7em 1.5em;
	background: url(../../../shared_form/img/ico/ico_arrow_001.gif) no-repeat 0.7em center;
	font-weight:bold;
}
body.mypage #sub #localNav ul li.odd a { background-color:#eef9ff; }
body.mypage #sub #localNav ul li.even a { background-color:#e6f5fe; }
body.mypage #sub #localNav ul li.lastChild a {
	border-bottom:none;
	background-color:#d5effe;
}
body.mypage #main #sbmtBtn { text-align:center; }
body.mypage #main #sbmtBtn input {
	background:#cc2024;
	color:#fff;
	padding:0.3em 1em;
	border:3px double #fff;
	font-weight:bold;
	font-size:120%;
}
body#mypMod #main #sbmtBtn input { background:url(../../../shared_form/img/bg/bg_sbmtbtn.png) left bottom repeat-x; }
/**/

body#logIndex #main { width:470px; }
body#logIndex #sub { width:470px; }
body#logIndex #main form {
	margin:30px 0;
	background:#eef9ff;
	border:1px solid #ccc;
	padding:20px;
}
body#logIndex #main dt,
body#logIndex #main dd { margin-bottom:10px; }
body#logIndex #main dd p.sp{
	display:block;
/*	background:#fff;*/
	padding:10px;
	border:1px solid #ccc;
}

body#logIndex #main input#email {
	background:url(../../../shared_form/img/bg/bg_input.gif) no-repeat 0 0;
	border:1px solid #ccc;
	width:420px;
	padding:5px 5px;
	margin-bottom:0.5em;
}
/****
body#logIndex #main input#chk_save_mail{
	margin-bottom:1.5em;
}
*****/


body#logIndex #main .submitBtn { margin-bottom:0; }
body#mypMod #main .section { width:100%; }
body#mypMod #sub { display:block; }
body#logIndex #main .submitBtn button{
	border:none;
	padding:0;
}

body#mypLogout b\#main  p#homeBtn {
	text-align:center;
}


/*
 * SimpleModal Confirm Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: confirm.css 254 2010-07-23 05:14:44Z emartin24 $
 */

#confirm { display:none; }
/* Overlay */
#confirm-overlay {
	background-color:#999;
	cursor:wait;
}
/* Container */
#confirm-container {
	height:140px;
	width:420px;
	text-align:left;
	background:#fff;
	border:7px solid #333;
		-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#confirm-container .header {
	height:30px;
	line-height:30px;
	width:100%;
	background:#42b0ce;
	color:#fff;
	font-weight:bold;
}
#confirm-container .header span { padding-left:8px; }
#confirm-container .message {
	color:#333;
	font-size:14px;
	margin:0;
	padding:12px 4px 12px 8px;
}
#confirm-container .buttons {
	line-height:26px;
	width:160px;
	float:right;
	padding:10px 8px 0;
}
#confirm-container .buttons div {
	float:right;
	margin-left:4px;
	width:70px;
	height:26px;
	color:#666;
	font-weight:bold;
	text-align:center;
	background:url(../img/confirm/button.gif) repeat-x;
	border:1px solid #bbb;
	cursor:pointer;
}

