@charset "UTF-8";

.m0 {margin: 0 !important;}
.mt5 {margin-top: 5px !important;}
.mt40 {margin-top: 40px !important;}

.ml0 {margin-left: 0 !important;}
.ml10 {margin-left: 10px !important;}

.mb0 {margin-bottom: 0 !important;}
.mb5 {margin-bottom: 5px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb40 {margin-bottom: 40px !important;}

.pt15 {padding-top: 15px !important;}

.fcred {color: #ff0000;}

#member {
	overflow: hidden;
	color:#666;
	font-size: 12px;
	padding: 20px 0 100px;
}

#member > p {
	margin-bottom: 1em;
}

#member .mb40 {
    line-height: 180%;
}

#member .title {
	clear: both;
	font-size: 12px;
	margin-bottom: 40px !important;
	padding-bottom: 18px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
    color:#333333;
}
#member.small-contents {
    width:660px;
}

#member .listmenu li {
	margin-bottom: 20px;
}

#member .listmenu li a {
    display:inline-block;
	padding-left: 22px;
	background: url(/images/icon_arrow_01.gif) no-repeat 0 0;
}

#member .listmenu li a:hover {
	background-image: url(/images/icon_arrow_on.gif);
}

#member > .list {
	margin-top: 20px;
}

#member table {
	width: 660px;
	border-collapse: collapse;
}

#member th,
#member td {
	vertical-align: top;
	padding: 0 0 20px !important;
}

#member th { 
	width: 202px;
}
#member.small-contents th{
    width:180px;
}

#member th span {
	float: right;
	padding-right: 30px;
	color: #ff0000;
}

#member td span,
#member .form dd span {
	padding-left: 1em;
	color: #ff0000
}

#member td a,
#member .form dd a {
	color: #00a7e9 !important;
}

#member td a:hover {
	text-decoration: underline;
}

#member td li {
	margin-bottom: 5px;
}

#member td .list li {
	margin-left: 1em;
	text-indent: -1em;
}
#member.small-contents td .list li {
	font-size: 98%;
}

#member .form dt,
#member .form dd,
#member .form dd input {
	margin-bottom: 10px;
}


/* SNS連携 */

#member .snslink {
	width: 100%;
}

#member .snslink .col1 {
	width: 500px;
}

#member .snslink tr:first-child {
	background: url(/images/bg_border_dotted.gif) repeat-x 0 100%;
}

#member .snslink tr:first-child th,
#member .snslink tr:first-child td {
	padding-top: 0 !important;
}

#member .snslink th,
#member .snslink td {
	padding: 40px 0!important;
}

#member .snslink th p {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}

#member .snslink th p:first-child {
	padding-right: 20px;
}

#member .snslink th p:last-child {
	padding-right: 40px;
}

#member .snslink th p:last-child:first-line {
	font-weight: bold;
}

#member .snslink td {
	vertical-align: middle;
}

#member input[type="text"] ,
#member input[type="password"] {
	width: 238px;
    height: 24px;
}

#member input[type="checkbox"] {
	float: left;
	clear: both;
	margin-top: .2em;
	/margin-top: -.2em;
	margin-right: 8px;
	padding: 0;
}

#member input[type="checkbox"] + label {
	overflow: hidden;
	display: block;
	padding: 0;
}

#member > ul li {
	margin-bottom: 5px;
}

#member .ul-question *{
    font-height:180%;
}
#member textarea {
    left:-21px;
    position: relative;
    font-size:1em;
	overflow: auto;
	resize: none;
	width: 492px;
}

#member .confirmbtn {
	width: 660px;
	background: url(/images/bg_border_dotted.gif) repeat-x 0 0;
	margin-top: 20px;
	padding-top: 40px;
}

#member .confirmbtn.ac > p {
	margin-left: 256px !important;
}

#member .confirmbtn > p:first-child {
	margin-left: 194px;
	margin-right: 10px !important;
}

#member .confirmbtn > p,
#member table .btn {
	width: 147px;
	height: 30px;
}

#member .confirmbtn > p {
	float: left;
}

#member .confirmbtn.fl > p {
	float: none;
	width: 100%;
	margin-left: 0;
}

#member .btn a {
	position: relative;
	display: inline-block;
	line-height: 28px;
	width: 145px;
	height: 28px;
	color: #fff !important;
	border: 1px solid #0099cc;
	text-align: center;
	background: #00a7e9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/styles/PIE.php);
}

#member .btn a:hover {
	text-decoration: none;
	border: 1px solid #0085e9;
	background: #0093e9;
}

#member .btn.cancel a {
	color: #666 !important;
	border-color: #acacac;
	background: #eaeaea;
}

#member .btn.cancel a:hover {
	color: #fff !important;
	border-color: #acacac;
	background: #bcbcbc;
}

#member .btn.disabled a,
#member .btn.disabled a:hover {
	background: #0093e9;
	pointer-events: none !important;
	cursor: default !important;
	border: 1px solid #b2e0f0;
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#40ffffff,endcolorstr=#40ffffff,gradienttype=0);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#40ffffff,endColorstr=#40ffffff)";
	opacity: 0.4;
	-moz-opacity: 0.4;
	-pie-background: rgba(0, 167, 233, 0.4);
}
span.bold {
    font-weight:bold;
}
