@charset "utf-8";

/* HTML5 */
article, aside, canvas, details,
figcaption, figure, footer, header,
hgroup, menu, nav, section, summary {
	display: block;
}

/* --------------------
 BODY
 --------------------*/

body {
	background: #f7f7f7;
	font-family: Verdana, Helvetica,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	color: #444;
}

/* --------------------
 H
 --------------------*/

 h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Helvetica,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin: 0;
}

/* --------------------
 HEADER
 --------------------*/

#header {
	background: #fff;
}

/* --------------------
 FOOTER
 --------------------*/

#footer {
	margin-top: 70px;
	font-size: 75%;
}

/* --------------------
 SHELF
 --------------------*/

section .shelf {
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 5px;
	padding: 15px;
}

/* --------------------
 H1
 --------------------*/

 h1 {
 	margin: 25px auto 25px auto;
 	min-height: 101px;
 	width: 960px;
 	background:
 		url("https://secure.sakura.ad.jp/signup3/images/services/memberregist/bg.png")
 		no-repeat;
 	color: #5ea01c;
 	font-weight: bold;
 	font-size: 32px;
 	line-height: 101px;
 }

/* --------------------
 H2
 --------------------*/

h2 {
	margin-bottom: 15px;
	padding-left: 12px;
	border-left: 6px solid #5ea01c;
	font-weight: bold;
	font-size: 20px;
}

/* --------------------
 LABEL
 --------------------*/

label {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
}

/* --------------------
 INPUT
 --------------------*/

input[type="text"],
input[type="password"],
input[type="button"] {
	height: 35px;
	border: 1px solid #DDD;
	border-radius: 4px;
	padding: 0 10px;
	outline: none;
	color: #555;
	line-height: 35px\9;
}
input.long {
	width: 429px;
}
input.middle {
	width: 195px;
}
input.short {
	width: 85px;
}
input.mini {
	width: 50px;
}
input:focus {
	background: #fefed7;
}

/* --------------------
 SELECT
-------------------- */

select {
	-moz-appearance: button;
	appearance: button;
	height: 35px;
	line-height: 35px !important;
	vertical-align: middle !important;
	border-radius: 3px;
	padding: 0 0 0 5px;
	outline: none;
}

/* Chrome & Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	select  {
		height: 35px ;
		-webkit-appearance: button;
		appearance: button;
		border-radius: 4px;
		border: 1px solid #bfbfbf;
		padding-left: 10px;
		background:
			url("../../../images/services/memberregist/select.png")
			no-repeat
			right;
		font-size: 14px;
		outline: none;
	}
}

/*
.selectArea {
		height: 35px ;
		border-radius: 4px;
		border: 1px solid #bfbfbf;
		background:
			url("../../../images/services/memberregist/select.png")
			no-repeat
			right;
		font-size: 14px;
		outline: none
}
*/
.light select {
	border: 1px solid #ccc;
}
.dark select {
	border: 1px solid #666;
}
select.grande {
	width: 350px;
}
select.long {
	width: 215px;
}
select.middle {
	width: 105px;
}
select.short {
	width: 70px;
}
select.flex {
	min-width: 105px;
}

/* --------------------
 SECTION
 --------------------*/

 body > section,
 body > form > section {
 	width: 960px;
	margin: 0px auto;
 }

 #confirm > section {
 	margin: 50px auto;
 }

/* --------------------
 FORK
 --------------------*/

#fork {
	margin-bottom: 50px;
}
#fork > p {
	margin-bottom: 10px;
	margin-left: 200px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.7;
}
#fork .shelf {
	position: relative;
	min-height: 150px;
}
#fork figure {
	position: absolute;
	bottom: 0px;
	left: 10px;
}
#fork img {
	vertical-align: bottom;
}
#fork section {
	width: 735px;
	margin-left: 193px;
}

/* BOX */

#fork .box {
	position: relative;
	padding: 15px;
	width: 330px;
	min-height: 200px;
	border-radius: 5px;
	background: #efefef;
}
#fork .box h3 {
	color: #678b47;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
#fork .box:first-of-type {
	float: left;
}
#fork .box:last-of-type {
	float: right;
}
#fork .box:first-of-type div {
	position: absolute;
	top: 53px;
	left: 58px;
}
#fork .box:last-of-type div {
	margin-top: 20px;
}

/* FORM */

#fork form ul {
	margin-top: 12px;
}
#fork form label {
	float: left;
	vertical-align: middle;
}
#fork form input {
	float: right;
	width: 230px;
}
#fork .error {
	color: #d23a65;
	font-size: 12px;
	margin-left: 77px;
}

/* --------------------
 AUTH
--------------------*/

#auth {
	margin-top: 50px;
}

/* --------------------
 RACK
--------------------*/

/* TABLE */
.rack {
	border-collapse: separate;
	border-radius: 5px;
}
.rack th {
	padding-left: 15px;
	width: 173px;
	height: 65px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Helvetica,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.rack th h3 {
	font-weight: bold;
}
.rack td:nth-of-type(1) {
	padding-right: 15px;
	width: 450px;
	vertical-align: middle;
}
.rack td:nth-of-type(2) {
	width: 290px;
	padding: 15px;
	padding-right: 0px;
	vertical-align: middle;
	font-size: 11px;
}
.rack tr:first-of-type th,
.rack tr:first-of-type td {
	border-top: none;
}
.rack tr:last-of-type th,
.rack tr:last-of-type td {
	border-bottom: none;
}

/* LIGHT */
.rack.light {
	background:
		url("../../../images/services/memberregist/btn01.png")
		repeat-y;
}
.rack.light th,
.rack.light td {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d4d2c9;
}
.rack.light input[type="button"] {
	margin-left: 15px;
	width: 157px;
	height: 37px;
	background:
		url("../../../images/services/memberregist/btn01.png")
		no-repeat;
	cursor: pointer;
}
.rack.light input[type="button"]:hover {
	background-position: 0px -35px;
}

/* DARK */
.rack.dark {
	background:
		url("../../../images/services/memberregist/btn01.png")
		repeat-y;
	color: #fff;
}
.rack.dark th,
.rack.dark td {
	border-top: 1px solid #abb5be;
	border-bottom: 1px solid #646f78;
}
.rack.dark input {
	border: none;
}
.rack.dark input[type="button"] {
	width: 75px;
	height: 35px;
	background:
		url("../../../images/services/memberregist/btn01.png")
		no-repeat 0px 0px;
	cursor: pointer;
}
.rack.dark input[type="button"]:hover {
	background-position: 0px -35px;
}
.rack.dark a {
	color: #e5e57d;
	text-decoration: none;
}

/* EM */
.rack em {
	color: #d23a65;
	font-weight: bold;
}

/* MUST */
#inputMember .rack .must th,
#inputMember th.must {
	background:
		url("../../../images/services/memberregist/label.png") no-repeat 141px center
}
#activate .must,
#result .must {
	background:
		url("../../../images/services/memberregist/label.png") no-repeat 126px 24px
}
#card .must th,
#card th.must {
	background:
		url("../../../images/services/memberregist/label.png") no-repeat 195px 24px
}

/* SPAN */

.rack th span {
	font-size: 11px;
}

/* ALERT */
.mail-alert {
	font-size: 12px;
}
.mail-alert a {
	text-decoration: none;
}
.mail-alert a:hover {
	text-decoration: underline;
}

 /* --------------------
 alert
 --------------------*/
.alert {
    padding: 15px 25px;
    margin: 20px 0;
    /*border: 1px solid transparent;*/
    border-radius: 2px;
    text-shadow: 0 1px 0 rgba(255,255,255,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
}

.alert ul, ol {
    margin-bottom: 0;
    list-style:none;
}

.alert button{
    margin: 10px 0 5px 0;
}

.alert-danger {
    background-color: #f2dede;
    color: #a94442;
}

.alert-warning {
    background-color: #fcf8e3;
    color: #8a6d3b;
}

.text-left .alert{
    padding-left: 15px;
}

/* --------------------
 NOTIFY
--------------------*/

.rack .error {
	padding: 0 0 0 15px !important;
	height: 30px !important;
	border: 0 !important;
	background: none #d23a65 !important;
	font-weight: normal !important;
	line-height: 30px;
	color: #fff !important;
	font-size: 13px;
}

.rack .error {
	color: #fff !important;
}

/* --------------------
 FORM
--------------------*/

.member-lname {
	float: left;
}
.member-fname {
	float: right;
}
#confirm .member-fname {
	float: left;
	margin-left: 15px;
}
.member-orgLname {
	float: left;
}
.member-orgFname {
	float: right;
}
#confirm .member-orgFname {
	float: left;
	margin-left: 15px;
}
.member-lkname {
	float: left;
}
.member-fkname {
	float: right;
}
#confirm .member-fkname {
	float: left;
	margin-left: 15px;
}
.member-orgLkname {
	float: left;
}
.member-orgFkname {
	float: right;
}
#confirm .member-orgFkname {
	float: left;
	margin-left: 15px;
}
.member-birthdayYear {
	float: left;
}
.member-birthdayMonth {
	float: left;
	margin-left: 15px;
}
.member-birthdayDate {
	float: left;
	margin-left: 15px;
}
.member-orgBirthdayYear {
	float: left;
}
.member-orgBirthdayMonth {
	float: left;
	margin-left: 15px;
}
.member-orgBirthdayDate {
	float: left;
	margin-left: 15px;
}
.member-gender li:first-of-type {
	float: left;
	margin-right: 15px;
}
.member-gender li:last-of-type {
	float: left;
}
.member-orgGender li:first-of-type {
	float: left;
	margin-right: 15px;
}
.member-orgGender li:last-of-type {
	float: left;
}
.member-postal li:first-of-type {
	float: left;
}
.member-postal li:last-of-type {
	float: left;
}
.member-prefcd {
	float: left;
	margin-right: 15px;
}
.member-towncd {
	float: left;
}

/* --------------------
 AD
--------------------*/

#ad {
	margin-top: 50px;
}

/* --------------------
 SUBMIT
--------------------*/

#submit {
	margin: 0 auto 50px auto;
	padding: 15px;
	width: 930px;
	border-radius: 5px;
	background: #e3e3e3;
	text-align: center;
}

/* --------------------
 CONFIRM
--------------------*/

/* CONFIRM RACK */

#confirm .rack {
	width: 930px;
}
#confirm .rack td {
	width: 725px;
	font-size: 14px;
}
#confirm .name {
	background: none;
}
#confirm .must {
	background: none;
}

/* --------------------
 FLOW
--------------------*/

#flow {
	font-size: 14px;
}
#flow > p {
	margin-bottom: 20px;
}
#flow ol {
	margin-bottom: 15px;
}
#flow ol > li {
	padding: 15px 0 15px 45px;
	border-bottom: 1px dotted #bbb;
}
#flow ol > li:first-of-type {
	padding-top: 8px;
	background:
		no-repeat
		top left;
}
#flow ol > li:last-of-type {
	background:
		no-repeat
		0px 18px;
}
#flow ol > li p {
	font-size: 10px;
}
#flow ul {
	margin: 15px 0 15px 0;
}
#flow ul li:first-of-type {
	float: left;
}
#flow ul li:last-of-type {
	float: right;
}
#flow .shelf > p {
	padding-left: 45px;
	background:
		no-repeat
		0px 3px;
}

/* --------------------
 FIX
--------------------*/

#fix .shelf {
	min-height: 160px;
	line-height: 160px;
}

/* --------------------
 THANKS
--------------------*/

#thanks {
	margin-bottom: 50px;
	position: relative;
}
#thanks .shelf {
	margin-top: 40px;
	padding: 25px 0 25px 194px;
}
#thanks figure {
	position: absolute;
	bottom: 0;
	left: 20px;
}
#thanks h3 {
	font-weight: bold;
	font-size: 18px;
}
#thanks p {
	font-size: 12px;
}
#thanks ul {
	margin: 20px 0;
	width: 280px;
}
#thanks li:first-of-type {
	float: left;
	padding: 0 15px;
	width: 110px;
	height: 55px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #5ea01c;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 55px;
}
#thanks li:last-of-type {
	float: right;
	padding: 0 15px;
	width: 110px;
	height: 55px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #efefef;
	text-align: center;
	font-weight: bold;
	line-height: 55px;
}
#thanks a {
	color: #5ea01c;
	font-weight: bold;
	text-decoration: none;
}
#thanks a:hover {
	text-decoration: underline;
}

/* --------------------
 CODE
--------------------*/

#code {
	margin: 50px auto;
}

/* CODE RACK */

#code .rack {
	width: 930px;
}
#code .rack td {
	width: 725px;
	font-size: 14px;
	font-weight: bold;
}
#code .rack dt {
	float: left;
	margin-right: 15px;
	width: 150px;
	height: 35px;
	border-radius: 3px;
	background: #8896a3;
	color: #fff;
	text-align: center;
	line-height: 35px;
	font-weight: normal;
}
#code .rack dd {
	float: left;
	width: 150px;
	background: #fafaf5;
	line-height: 35px;
	margin-right: 15px;
	text-align: center;
	border-radius: 3px;
	color: #515151;
}
#code .rack input {
	font-weight: normal;
}

/* --------------------
 CARD
--------------------*/

/* H2 */

#card h2 {
	margin-bottom: 35px;
}

/* H3 */

#card .shelf > div:first-of-type {

	position: relative;
	margin-bottom: 15px;
	padding: 15px 15px 15px 160px;
	background: #f7f7f7;
	border-radius: 5px;
	border: 1px solid #ddd;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
}
#card .shelf div:first-of-type figure {
	position: absolute;
	left: 15px;
	bottom: 0px;
}

/* SECTION */

#card section {
	margin: 50px auto;
}

/* CARD RACK */

#card .rack {
	margin-bottom: 15px;
	width: 930px;
	background:
		url(https://secure.sakura.ad.jp/member-regist/rack%2Fbg04.png)
		repeat-y;
}
#card .rack th {
	width: 225px;
}
#card .rack td {
	width: 660px;
	padding-left: 15px;
}
#card .rack .must {
	background-position: 195px 24px;
}
#card .rack ul li:first-of-type {
	float: left;
	margin-right: 15px;
}
#card .rack ul li:last-of-type {
	float: left;
}
#card .rack ul li a {
	line-height: 35px;
	font-size: 12px;
	text-decoration: none;
	color: #3d7a00;
}
#card .rack ul li a:hover {
	text-decoration: underline;
}

/* CARDLIST */

#card aside {
	height: 80px;
	font-size: 14px;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-weight: bold;
	line-height: 80px;
	padding-left: 15px;
	background:
		url(https://secure.sakura.ad.jp/member-regist/card%2Fcardlist.png)
		no-repeat
		center
}
#card .shelf > p {
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 14px;
}
#card .shelf a {
	text-decoration: none;
	color: #5ea01c;
}
#card .shelf a:hover {
	text-decoration: underline;
}

/* --------------------
 LOGIN
--------------------*/

#login section {
	margin: 100px auto 15px auto;
	width: 450px;
	min-height: 305px;
	background: #ececec;
	border-radius: 5px;
	text-align: center;
}

#login h1 {
	margin: 0;
	padding: 0;
	min-height: 55px;
	line-height: 55px;
	font-size: 18px;
	background: none;
	background: #444;
	width: 430px;
	color: #fff;
	padding-left: 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-align: left;
}

#login aside {
	width: 450px;
	margin: 0 auto 0px auto;
	font-size: 12px;
	line-height: 1.8;
}
#login aside p:last-of-type {
	font-size: 10px;
	color: #d23a65;
	font-weight: bold;
}
#login aside > ul {
	margin-top: 25px;
	text-align: center;
}
#login aside > ul li {
	display: inline;
	font-size: 12px;
}
#login aside > ul li a {
	color: #18729b;
	font-weight: bold;
}
#login section dl {
	margin: 40px auto 0 auto;
	width: 370px;
}
#login section dl:last-of-type {
	margin-top: 20px;
}
#login section dt {
	float: left;
	width: 100px;
	background: #5ea01c;
	color: #fff;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
#login section dd {
	float: right;
}
#login section dd input {
	width: 249px;
	height: 38px;
	border-radius: 0px;
	border: 1px solid #ccc;
	border-left: none;
	text-align: left;
}
#login section p input {
	margin: 30px auto 20px auto;
	width: 208px;
	height: 53px;
	border: none;
	background: url("https://secure.sakura.ad.jp/signup3/images/services/memberregist/logon.png") no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}
#login section p input:focus {
	outline: 0;
}
#login section p input:hover {
	opacity: 0.6;
}
#login section div span {
	color: #d23a65;
	font-size: 14px;
	font-weight: bold;
}

/* --------------------
 SUBMIT
--------------------*/

#submit input {
	width: 930px;
	height: 53px;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
}
#submit input:focus {
	outline: 0;
}
#submit input:hover {
	opacity: 0.6;
}
#input #submit input {
	background: url("../../../images/services/memberregist/submit01.png") no-repeat;
}
#result #submit input {
	background: url("https://secure.sakura.ad.jp/signup3/images/services/memberregist/submit03.png") no-repeat;
}
#activate #submit input {
	background: url("https://secure.sakura.ad.jp/signup3/images/services/memberregist/submit03.png") no-repeat;
}
#card #submit input {
	background: url("https://secure.sakura.ad.jp/signup3/images/services/memberregist/submit04.png") no-repeat;
}
#fix #submit input {
	background: url("https://secure.sakura.ad.jp/signup3/images/services/memberregist/submit04.png") no-repeat;
}
#fork div input[type="submit"] {
	width: 330px;
	height: 64px;
	border: none;
	background: url(https://secure.sakura.ad.jp/member-regist/fork%2Fbtn.png) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}
#fork div input[type="submit"]:focus {
	outline: 0;
}
#fork div input[type="submit"]:hover {
	opacity: 0.6;
}
#confirm #submit input {
	width: 808px;
	background: url("../../../images/services/memberregist/submit02.png") no-repeat;
}

/* --------------------
 DISPLAY
--------------------*/

.invisible {
	display: none;
}
.visible {
	display: table-cell;
}

/* --------------------
 BACK
--------------------*/

.back {
	cursor: pointer;
}
.back:hover {
	opacity: 0.8;
}

/* --------------------
 exit
--------------------*/

#back-to-input a {
  width: 430px;
  background: url("../../../images/services/memberregist/back.png") no-repeat;
  height: 53px;
  border: none;
  cursor: pointer;
  display:block;
  margin: 0 auto;
}
#back-to-input a:focus {
	outline: 0;
}
#back-to-input a:hover {
	opacity: 0.6;
}
#back-to-input span {
  visibility: hidden;
}