@charset "UTF-8";

/* IMPORT
--------------------------------------- */
@import "format.css";


/*SP*/
@media all and (max-width : 640px) {
	/* FORMAT
	--------------------------------------- */
	p {
		margin: 0;
		line-height: 1.5;
	}


	/* STRUCTURES
	--------------------------------------- */
	#layout {
		text-align: left;
		background: #FFFFFF;
	}
	#article {
		padding: 10px;
	}
	#footer {
		clear: both;
		height: 24px;
		line-height: 24px;
		background: url(../img/bg_footer.gif) 0 0 repeat-x;
		padding-top: 10px;
	}
	#footer p {
		margin: 0;
		text-align: center;
		color: #000000;
		font-size: 9px;
	}

	/* COMON
	--------------------------------------- */
	.red {
		color: #CC0000;
	}
	.blue {
		color: #0000CC;
	}
	.must {
		color: #E30000;
	}
	h2#ct {
		background: #000000;
		min-height: 30px;
	}
	h3#pt {
		margin-bottom: 5px;
	}
	h2#ct img,
	h3#pt img {
		width: 100%;
	}
	h3.pt {
		padding: 8px 10px;
		line-height: 1;
		background: #D3D3CD;
		font-weight: bold;
	}
	h4 {
		margin: 10px 0;
		padding: 7px 10px;
		background: #333333;
		color: #FFFFFF;
		font-weight: bold;
	}
	h4.pt2 {
		margin: 15px 0;
		padding: 0;
		background: none;
		text-align: center;
	}
	h4.pt2 img {
		height: 18px;
	}
	h5.st {
		margin: 15px 0 10px 0;
		color: #856D00;
		font-size: 16px;
	}
	h5.st2 {
		padding: 5px 10px;
		background: #000000;
		color: #F9CD00;
	}
	h5.st3 {
		padding: 2px 0 2px 10px;
		background: url(/pc/img/sp/bg_st3.gif) 0 0 no-repeat , -moz-linear-gradient(top,  #4e4e4e 0%, #767676 100%);
		background: url(/pc/img/sp/bg_st3.gif) 0 0 no-repeat , -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e4e4e), color-stop(100%,#767676));
		background: url(/pc/img/sp/bg_st3.gif) 0 0 no-repeat , -webkit-linear-gradient(top,  #4e4e4e 0%,#767676 100%);
		background: url(/pc/img/sp/bg_st3.gif) 0 0 no-repeat , -o-linear-gradient(top,  #4e4e4e 0%,#767676 100%);
		background: url(/pc/img/sp/bg_st3.gif) 0 0 no-repeat , linear-gradient(to bottom,  #4e4e4e 0%,#767676 100%);
		background-size: 5px 21px , auto auto;
	}
	input.w1 {
		width: 50px;
	}
	input.w2 {
		width: 100px;
	}
	input.w3 {
		width: 200px;
	}
	input.w4 {
		width: 300px;
	}
	.note {
		margin: 10px 0;
		padding: 10px 15px;
		background: #F0F0F0;
	}
	.note2 {
		margin: 15px 0;
		padding: 10px 15px;
		background: #FFFFFF;
		border: 4px solid #CC0000;
		font-size: 15px;
		font-weight: bold;
	}
	p.lead {
		margin: 10px 0;
		font-size: 14px;
		line-height: 1.7;
	}
	p.btn,
	p.btn3 {
		margin-top: 10px;
		text-align: center;
	}
	p.btn.tshop {
		display: none;
	}
	p.btn2 {
		margin-top: 10px;
		padding: 10px;
		text-align: center;
		background: #EFEFEF;
	}
	p.btn a,
	p.btn input {
		display: block;
		margin: 10px auto 0 auto;
		width: 210px;
	}
	p.btn2 a,
	p.btn2 input {
		display: block;
		margin: 0 auto;
		width: 210px;
	}
	p.btn2 input:last-of-type {
		margin-top: 10px;
	}
	p.btn3 img {
		width: 270px;
	}
	.must {
		color: #E30000;
	}
	.user-data-unit {
		margin: 10px 0;
	}
	.user-data-unit dl {
		border-top: 1px solid #000000;
		border-right: 1px solid #000000;
		border-left: 1px solid #000000;
	}
	.user-data-unit dl:last-child {
	    border-bottom: 1px solid #000000;
	}
	.user-data-unit dl dt,
	.user-data-unit dl dd {
		padding: 5px 7px;
	}
	.user-data-unit dl dt {
		background: #F6F1E9;
	    border-bottom: 1px solid #000000;
	}
	.user-data-unit dl dd {
		line-height: 1.8;
	}
	.user-data-unit dl dd img.btn {
		width: 75px;
	}
	.user-data-unit dl dd .unit-1 {
		padding-bottom: 7px;
	}
	.user-data-unit dl dd .unit-2 {
		padding-top: 7px;
		border-top: 1px solid #000000;
	}
	.user-data-unit input[type="text"] {
		width: 30%;
		padding: 3px;
		border: 1px solid #000000;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		background: -moz-linear-gradient(top, #CECECE, #FFFFFF 30%, #FFFFFF);
		background: -webkit-gradient(linear, left top, left bottom, from(#CECECE), color-stop(0.3, #FFFFFF), to(#FFFFFF));
	}
	.user-data-unit input.w1 {
		width: 20% !important;
	}
	.user-data-unit input.w2 {
		width: 50% !important;
	}
	.user-data-unit input.w3 {
		width: 80% !important;
	}
	.attention-unit {
		border: 1px solid #999999;
	}
	.attention-unit h4 {
		margin: 0;
		background: #990000;
		color: #FFFFFF;
	}
	.attention-unit p {
		padding: 10px;
	}
	.attention-unit p.notice {
		background: #FFCCCC;
	}
	.transition {
		margin-top: 30px;
		padding: 15px 0;
		background: #F3F0DE;
		text-align: center;
	}
	.transition input {
	    width: 130px;
	    margin: 0 5px;
	}

	.transition div a img {
		width: 130px;
		margin: 0 5px;
	}
	#novelty-img {
		text-align: center;
	}
	#novelty-img img {
		width: 100%;
	}
	.unit_user_data_3 {
		margin: 10px 0;
		background: #FFFFFF;
		border-top: 1px solid #000000;
		border-right: 1px solid #000000;
		border-left: 1px solid #000000;
	}
	.unit_user_data_3 table,
	.unit_user_data_3 tbody,
	.unit_user_data_3 tr {
		display: block;
	}
	.unit_user_data_3 table {
		width: 100%;
	}
	.unit_user_data_3 th,
	.unit_user_data_3 td {
		display: list-item;
		list-style: none;
		padding: 5px 7px;
		border-bottom: 1px solid #000000;
		line-height: 1.8;
		text-align: left;
	}
	.unit_user_data_3 th {
		background: #F5F1DE;
		font-weight: normal;
	}

	.attention_1 {
		margin: 12px 0;
		padding-left: 30px;
		background: url(/pc/img/mypage/bg_attntion_1_sp.gif) 0 0 no-repeat;
		-webkit-background-size: 27px 27px;
		background-size: 27px 27px;
		font-size: 16px;
		color: #e40000;
	}
	.attention_2 {
		margin: 12px 0;
		padding: 5px 10px;
		border: 1px solid #E40000;
		background: #FFF1F1;
	}
	.attention_2 li {
		margin: 5px 0 5px 2em;
		line-height: 1.4;
		list-style: disc;
		color: #E40000;
		font-size: 14px;
		font-weight: bold;
	}
	.attention_2 p {
		line-height: 1.6;
		color: #E40000;
		font-size: 14px;
		font-weight: bold;
	}
	.seven {
		display: block;
		padding-left: 30px;
		height: 24px;
		line-height: 24px;
		background: url(/pc/img/mypage/i_cs_seven.gif) center left no-repeat;
		-webkit-background-size: 24px 24px;
		background-size: 24px 24px;
		font-weight: normal;
	}
	.lawson {
		display: block;
		padding-left: 30px;
		height: 24px;
		line-height: 24px;
		background: url(/pc/img/mypage/i_cs_lawson.gif) center left no-repeat;
		-webkit-background-size: 24px 24px;
		background-size: 24px 24px;
		font-weight: normal;
	}
	.fami {
		display: block;
		padding-left: 30px;
		height: 24px;
		line-height: 24px;
		background: url(/pc/img/mypage/i_cs_fami.gif) center left no-repeat;
		-webkit-background-size: 24px 24px;
		background-size: 24px 24px;
		font-weight: normal;
	}
	.circlek {
		display: block;
		padding-left: 30px;
		height: 24px;
		line-height: 24px;
		background: url(/pc/img/mypage/i_cs_circlek.jpg) center left no-repeat;
		-webkit-background-size: 24px 24px;
		background-size: 24px 24px;
		font-weight: normal;
	}
	.seico {
		display: block;
		padding-left: 30px;
		height: 24px;
		line-height: 24px;
		background: url(/pc/img/mypage/i_cs_seico.gif) center left no-repeat;
		-webkit-background-size: 24px 24px;
		background-size: 24px 24px;
		font-weight: normal;
	}
	#convenience_flow {
		margin: 10px 0;
	}
	#convenience_flow .unit {
		padding: 10px;
		border: 4px solid #D7D7D7;
		background: #EFEFEF;
	}
	#convenience_flow h5 {
		margin-bottom: 10px;
		font-size: 14px;
	}
	#convenience_flow table,
	#convenience_flow tbody,
	#convenience_flow tr {
		display: block;
	}
	#convenience_flow table {
		width: 100%;
	}
	#convenience_flow th,
	#convenience_flow td {
		display: list-item;
		list-style: none;
		text-align: left;
	}
	#convenience_flow td {
		padding-top: 10px;
		font-size: 12px;
	}
	#convenience_flow .arrow {
		height: 32px;
		background: url(/pc/img/mypage/i_cs_arrow_sp.gif) center center no-repeat;
		-webkit-background-size: 32px 32px;
		background-size: 32px 32px;
	}

	/* UNIT INPUT
	-------------------------- */
	#unit_input {
		margin: 10px;
		padding: 10px;
		background: #F0E9C8;
		border: 1px solid #000000;
	}
	#unit_input #unit_item dt {
		margin-bottom: 5px;
		line-height: 1;
		font-size: 12px;
	}
	#unit_input #unit_item dd {
		margin-bottom: 10px;
		line-height: 1;
	}
	#unit_input #pwd_print {
		margin-top: 10px;
		padding: 10px;
		background: #F8F5E7;
		border: 1px solid #9D8100;
	}
	#unit_input #pwd_print label {
		display: block;
	}
	#unit_input #autologin {
		display: block;
		padding: 6px 10px;
		width: 180px;
		background: #E0D5A0;
		line-height: 1;
	}
	#unit_input #reminder {
		margin-top: 10px;
	}

	/* ERROR
	--------------------------------------- */
	#error-message {
		padding: 10px;
		background: #FFF0F0;
	}
	#error-message li {
		color: #FF0000;
		font-weight: bold;
		line-height: 1.5;
	}
	/* #error-messageと同じ値を指定 */
	.error-message-area {
	    padding: 10px;
	    background: #FFF0F0;
	}
	.error-message-area li {
	    color: #FF0000;
	    font-weight: bold;
	    line-height: 1.5;
	}

	/* ERROR
	-------------------------- */
	#error_unit {
		margin: 0 10px 15px 10px;
		padding: 7px 10px;
		background: #FFEBEC;
	}
	#error_unit li {
		margin: 2px 0 2px 2em;
		list-style: disc;
		color: #CC0000;
	}

	/* USER FLOW
	--------------------------------------- */
	#userFlow,
	#userFlow p {
		display: none;
	}

	/* FLOW REREGIST
	--------------------------------------- */
	#flowReRegist,
	#flowReRegist p {
		display: none;
	}

	/* TERMS
	--------------------------------------- */
	#terms {
		padding: 15px;
		height: 300px;
		overflow: auto;
		border: 1px solid #000000;
	}
	#terms pre {
		line-height: 1.5;
	}
	#terms h4 {
		margin: 0 0 20px 0;
		padding: 0;
		background: none;
	}
	#terms h5 {
		margin: 20px 0 10px 0;
	}
	#terms p {
		margin: 10px 0;
	}
	#terms address {
		margin: 10px 20px 20px 20px;
		line-height: 1.8;
		font-style: normal;
	}
	#check_balloon {
		margin: 20px 0 0;
		width: 75px;
		height: 23px;
	}
	#terms-check {
		margin: 0 0 20px 0;
		padding: 10px;
		background: #CC0000;
	}
	#terms-check label {
		color: #FFFFFF;
	}
	#terms-check input[type="checkbox"] {
		margin-right: 5px;
	}

	/* INTRODUCTION
	--------------------------------------- */
	#introduction {
		margin: 15px 0;
	}
	#introduction #error-message {
		margin: 10px 0;
	}
	#introduction img {
		width: 100%;
	}

	/* CAMPAIGN BANNER
	--------------------------------------- */
	#bnr_campaign a {
	    display: block;
	    width: 300px;
	    height: 125px;
	    margin: 20px auto;
	    text-indent: -8883px;
	    background: url(/pc/img/signup/2017/bnr_introduction_sp.jpg) 0 0 no-repeat;
	    -webkit-background-size: 300px 125px;
	    background-size: 300px 125px;
	}


	#bnr_enquete_campaign2016 a {
	    display: block;
	    width: 300px;
	    height: 125px;
	    margin: 20px auto;
	    text-indent: -8883px;
	    background: url(/pc/img/signup/2016/present2016_sp.jpg) 0 0 no-repeat;
	    -webkit-background-size: 300px 125px;
	    background-size: 300px 125px;
	}


	#bnr_family a {
	    display: block;
	    width: 300px;
	    height: 125px;
	    margin: 20px auto;
	    text-indent: -8883px;
	    background: url(/pc/img/signup/2016/bnr_family_sp.jpg) 0 0 no-repeat;
	    -webkit-background-size: 300px 125px;
	    background-size: 300px 125px;
	}

	/* SNS
	--------------------------------------- */
	.card {
	    margin: 30px;
	    text-align: center;
	}
	#card_diamondplus {
	    width: 236px;
	    height: 124px;
	    margin: 0 auto;
	    text-indent: -8883px;
	    background: url(/pc/img/signup/2017/card_diamondplus.jpg) 0 0 no-repeat;
	    -webkit-background-size: 236px 124px;
	    background-size: 236px 124px;
	}
	#card_diamond {
	    width: 236px;
	    height: 124px;
	    margin: 0 auto;
	    text-indent: -8883px;
	    background: url(/pc/img/signup/2017/card_diamond.jpg) 0 0 no-repeat;
	    -webkit-background-size: 236px 124px;
	    background-size: 236px 124px;
	}
	#card_platina {
	    width: 236px;
	    height: 124px;
	    margin: 0 auto;
	    text-indent: -8883px;
	    background: url(/pc/img/signup/2017/card_platina.jpg) 0 0 no-repeat;
	    -webkit-background-size: 236px 124px;
	    background-size: 236px 124px;
	}
	#card_gold {
	    width: 236px;
	    height: 124px;
	    margin: 0 auto;
	    text-indent: -8883px;
	    background: url(/pc/img/signup/2017/card_gold.jpg) 0 0 no-repeat;
	    -webkit-background-size: 236px 124px;
	    background-size: 236px 124px;
	}
	#card_silver {
	    width: 236px;
	    height: 124px;
	    margin: 0 auto;
	    text-indent: -8883px;
	    background: url(/pc/img/signup/2017/card_silver.jpg) 0 0 no-repeat;
	    -webkit-background-size: 236px 124px;
	    background-size: 236px 124px;
	}
	#card_normal {
	    width: 236px;
	    height: 124px;
	    margin: 0 auto;
	    text-indent: -8883px;
	    background: url(/pc/img/signup/2017/card_normal.jpg) 0 0 no-repeat;
	    -webkit-background-size: 236px 124px;
	    background-size: 236px 124px;
	}
	#card_kids {
	    width: 236px;
	    height: 124px;
	    margin: 0 auto;
	    text-indent: -8883px;
	    background: url(/pc/img/signup/2017/card_kids.jpg) 0 0 no-repeat;
	    -webkit-background-size: 236px 124px;
	    background-size: 236px 124px;
	}
	.card .text {
	    text-align: left;
	}
	.sns {
	        width: 299px;
	        margin: 0 auto;
	        background: #edeff2;
	}
	#title_sns {
	    width: 299px;
	    height: 40px;
	    text-indent: -8883px;
	    background: url(/pc/img/signup/2015/title_sns_sp.gif) 0 0 no-repeat;
	    -webkit-background-size: 299px 40px;
	    background-size: 299px 40px;
	}
	#sns_example {
	    width: 280px;
	    height: 65px;
	    margin: 20px auto;
	    text-indent: -8883px;
	    background: url(/pc/img/signup/2015/sns_example_sp.gif) 0 0 no-repeat;
	    -webkit-background-size: 280px 65px;
	    background-size: 280px 65px;
	}
	#sns_txt {
	    margin-bottom: 20px;
	    text-align: center;
	}
	.sns_buttons {
	    margin: 0 auto;
	    padding-bottom: 10px;
	}
	#btn_fb a {
	    display: block;
	    width: 280px;
	    height: 50px;
	    margin: 0 auto 10px;
	    text-indent: -8883px;
	    background: url(/pc/img/signup/2015/btn_fb_sp.gif) 0 0 no-repeat;
	    -webkit-background-size: 280px 50px;
	    background-size: 280px 50px;
	}
	#btn_tw a {
	    display: block;
	    width: 280px;
	    height: 50px;
	    margin: 0 auto;
	    text-indent: -8883px;
	    background: url(/pc/img/signup/2015/btn_tw_sp.gif) 0 0 no-repeat;
	    -webkit-background-size: 280px 50px;
	    background-size: 280px 50px;
	}

	/* FC BTN
	--------------------------------------- */
	.entry_btn {
		border: 1px solid #bababa;
		background: #f0f0f0;
		padding: 10px;
		margin-bottom: 10px;
	}
	.entry_btn p {
		text-align: center;
	}
	.entry_btn ul {
		margin: 10px 0 0;
	}
	.entry_btn ul li:last-child {
		margin-top: 10px;
	}
	.entry_btn ul li img {
		width: 100%;
		height: auto;
	}

	/* REGIST
	-------------------------- */
	#regist #error_unit {
		margin: 10px 0;
	}
	#regist #terms {
		height: 300px;
		padding: 7px;
		overflow: auto;
		border: 1px solid #000000;
	}
	#regist #accept_check {
		display: block;
		margin: 10px 0;
		padding: 10px 12px;
		border: 1px solid #E70000;
		background: #EEEDE2;
		font-size: 14px;
	}
	#regist #accept_check strong {
		color: #E70000;
	}
	#regist #unit_input {
		margin: 10px 0;
	}
}

/*PC*/
@media all and (min-width : 641px) {
	/* FORMAT
	--------------------------------------- */
	body {
	    /*background: #000 url(/pc/img/signup/2015/bg_main_140701.jpg) center top no-repeat;*/
	    /*background: #000;*/
	    background: #fff;
	}

	body#signup.adult_new {
	    background-repeat:no-repeat;
	    background-position: top center;
	    background-image:url(../img/2015/bg_main_adult.jpg);
					background-color: #fdd000;
	}
	body#signup.adult_cont {
	    background-repeat:no-repeat;
	    background-position: top center;
	    background-image:url(../img/2015/bg_main_adult.jpg);
					background-color: #fdd000;
	}

	body#signup.kids_new {
	    background-repeat:no-repeat;
	    background-position: top center;
	    background-image:url(../img/2015/bg_main_kids.jpg);
					background-color: #fdd000;
	}
	body#signup.kids_cont {
	    background-repeat:no-repeat;
	    background-position: top center;
	    background-image:url(../img/2015/bg_main_kids.jpg);
					background-color: #fdd000;
	}

	p {
		margin: 0;
		line-height: 1.5;
	}

	/* STRUCTURES
	--------------------------------------- */
	#layout {
		margin: 0 auto;
		width: 922px;
		text-align: left;
		background: #FFFFFF;
	}
	#article {
		padding: 25px 21px;
	}
	#footer {
		clear: both;
		height: 30px;
		line-height: 30px;
		background: url(../img/2013/bg_footer.gif) 0 0 repeat-x;
		padding-top: 4px;
	}
	#footer p {
		margin: 0;
		text-align: center;
		color: #000000;
	}

	/* COMON
	--------------------------------------- */
	.red {
		color: #CC0000;
	}
	.blue {
		color: #0000CC;
	}
	.must {
		color: #E30000;
	}
	h2#ct {
		background: #000000;
		height: 70px;
		/*display: none;*/
	}
	h3#pt {
		margin: 15px 0;
	}
	h4 {
		padding: 7px 10px;
		background: #333333;
		color: #FFFFFF;
		font-weight: bold;
	}
	h4.pt2 {
		margin: 20px 0;
		padding: 0;
		background: none;
	}
	h5.st {
		margin: 30px 0 20px 0;
		color: #856D00;
		font-size: 16px;
	}
	h5.st2 {
		padding: 8px 10px;
		background: #000000;
		color: #FACE00;
		font-size: 12px;
		font-weight: normal;
	}
	h5.st3 {
		padding: 8px 0 8px 14px;
		height: 16px;
		background: url(/pc/img/pc/bg_st3.gif) 0 0 no-repeat;
	}
	input.w1 {
		width: 50px;
	}
	input.w2 {
		width: 100px;
	}
	input.w3 {
		width: 200px;
	}
	input.w4 {
		width: 300px;
	}
	input.w340 {
		width: 340px;
	}
	input.h19 {
		height: 19px;
	}
	.note {
		margin: 15px 0;
		padding: 10px 15px;
		background: #F0F0F0;
	}
	.note2 {
		margin: 15px 0;
		padding: 10px 15px;
		background: #FFFFFF;
		border: 4px solid #CC0000;
		font-size: 18px;
		font-weight: bold;
	}
	p.lead {
		margin: 20px 0;
		font-size: 14px;
		line-height: 1.7;
	}
	p.btn {
		margin-top: 10px;
		text-align: center;
	}
	p.btn2 {
		margin-top: 30px;
		padding: 20px;
		text-align: center;
		background: #EFEFEF;
	}
	p.btn3 {
		margin-top: 30px;
		text-align: center;
	}
	p.btn img,
	p.btn input,
	p.btn2 img,
	p.btn2 input {
		margin: 0 20px;
		width: 240px;
	}
	p.btn3 img {
		width: 340px;
	}
	.user-data-unit {
		margin: 10px 30px;
	}
	.user-data-unit dl {
	    display: table;
		width: 818px;
	    border-right: 1px solid #000000;
	    border-bottom: 1px solid #000000;
	    border-left: 1px solid #000000;
	    background: #FFFFFF url(../img/bg_user-data-unit.gif) 0 0 repeat-y;
	}
	.user-data-unit dl dt,
	.user-data-unit dl dd {
		display: table-cell;
		padding: 7px 10px;
	}
	* html .user-data-unit dl dt,
	* html .user-data-unit dl dd {
		display: inline;
		zoom: 1;
	}
	*:first-child+html .user-data-unit dl dt,
	*:first-child+html .user-data-unit dl dd {
		display: inline;
		zoom: 1;
	}
	.user-data-unit dl dt {
	    width: 230px;
	    vertical-align: middle;
	}
	.user-data-unit dl dd {
	    vertical-align: middle;
		line-height: 1.8;
	}
	.user-data-unit dl dd .unit-1 {
		padding-bottom: 7px;
	}
	.user-data-unit dl dd .unit-2 {
		padding-top: 7px;
		border-top: 1px solid #000000;
	}
	.attention-unit {
		margin: 10px 30px;
		border: 1px solid #999999;
	}
	.attention-unit h4 {
		background: #990000;
		color: #FFFFFF;
	}
	.attention-unit p {
		padding: 10px;
	}
	.attention-unit p.notice {
		background: #FFCCCC;
	}
	.transition {
		margin-top: 30px;
		padding: 15px 0;
		background: #F3F0DE;
		text-align: center;
	}
	.transition input {
		margin: 0 50px;
	}
	#novelty-img {
		text-align: center;
	}
	.unit_user_data_3 {
		margin: 10px 0;
		background: #FFFFFF;
		border-top: 1px solid #000000;
		border-right: 1px solid #000000;
		border-left: 1px solid #000000;
	}
	.unit_user_data_3 table {
		width: 100%;
	}
	.unit_user_data_3 th,
	.unit_user_data_3 td {
		padding: 10px;
		border-bottom: 1px solid #000000;
		line-height: 1.8;
	}
	.unit_user_data_3 th {
		width: 190px;
		background: #F5F1DE;
		font-weight: normal;
		border-right: 1px solid #000000;
	}
	.attention_1 {
		margin: 20px 0;
		font-size: 16px;
		color: #e40000;
		text-align: center;
	}
	.attention_1 strong {
		padding: 10px 0 10px 40px;
		background: url(/pc/img/mypage/bg_attntion_1_pc.gif) center left no-repeat;
	}
	.attention_2 {
		margin: 20px 0;
		padding: 13px 20px;
		border: 1px solid #E40000;
		background: #FFF1F1;
	}
	.attention_2 li {
		margin: 5px 0 5px 2em;
		line-height: 1.4;
		list-style: disc;
		color: #E40000;
		font-size: 14px;
		font-weight: bold;
	}
	.attention_2 p {
		line-height: 1.6;
		color: #E40000;
		font-size: 14px;
		font-weight: bold;
	}

	.seven {
		display: block;
		padding-left: 55px;
		height: 48px;
		line-height: 48px;
		background: url(/pc/img/mypage/i_cs_seven.gif) center left no-repeat;
		font-weight: normal;
	}
	.lawson {
		display: block;
		padding-left: 55px;
		height: 48px;
		line-height: 48px;
		background: url(/pc/img/mypage/i_cs_lawson.gif) center left no-repeat;
		font-weight: normal;
	}
	.fami {
		display: block;
		padding-left: 130px;
		height: 48px;
		line-height: 48px;
		background: url(/pc/img/mypage/i_cs_fami.gif) center left no-repeat;
		font-weight: normal;
	}
	.circlek {
		display: block;
		padding-left: 200px;
		height: 48px;
		line-height: 48px;
		background: url(/pc/img/mypage/i_cs_circlek.jpg) center left no-repeat;
		font-weight: normal;
	}
	.seico {
		display: block;
		padding-left: 110px;
		height: 48px;
		line-height: 48px;
		background: url(/pc/img/mypage/i_cs_seico.gif) center left no-repeat;
		font-weight: normal;
	}
	#convenience_flow {
		margin: 20px 0;
	}
	#convenience_flow .unit {
		padding: 15px;
		border: 4px solid #D7D7D7;
		background: #EFEFEF;
	}
	#convenience_flow h5 {
		margin-bottom: 10px;
		font-size: 14px;
	}
	#convenience_flow td {
		padding-left: 15px;
		font-size: 14px;
		line-height: 1.8;
	}
	#convenience_flow .arrow {
		height: 30px;
		background: url(/pc/img/mypage/i_cs_arrow_pc.gif) center center no-repeat;
	}

	/* UNIT INPUT
	-------------------------- */
	#unit_input {
		padding: 20px;
		background: #EEEDE2;
	}
	#unit_input #unit_item dl {
		width: 400px;
	}
	#unit_input #unit_item dt {
		float: left;
		margin-right: 5px;
		margin-bottom: 5px;
		padding-top:3px;
		width: 160px;
		height: 28px;
		/*line-height: 22px;*/
		clear: both;
	}
	#unit_input #unit_item dd {
		margin-left:165px;
		margin-bottom: 5px;
		width: 210px;
		height: 31px;
		line-height: 22px;
	}
	#unit_input #pwd_print {
		margin-top: 20px;
		padding: 15px 20px;
		background: #F8F5E7;
		border: 1px solid #9D8100;
		text-align: center;
	}
	#unit_input #pwd_print dt {
		margin-bottom: 5px;
		font-weight: bold;
	}
	#unit_input #pwd_print label {
		margin: 0 10px;
	}
	#unit_input #autologin {
		display: block;
		margin-top: 8px;
		padding: 6px 10px;
		*margin-top: 0;
		*padding: 5px 8px;
		width: 160px;
		background: #E0D5A0;
		line-height: 1;
	}
	#unit_input .reminder_link {
		display: inline-block;
		margin-top: 5px;
		font-size: 14px;
		font-weight: bold;
	}

	#unit_input .reminder_link2 {
		margin-top: 5px;
		font-size: 14px;
		font-weight: bold;
		text-align:center;
	}

	#unit_input #reminder {
		margin-left: 20px;
		margin-right: 25px;
	}

	/* ERROR
	--------------------------------------- */
	#error-message {
		padding: 10px 15px;
		background: #FFF0F0;
	}
	#error-message li {
		color: #FF0000;
		font-weight: bold;
		line-height: 1.5;
	}
	/* #error-messageと同じ値を指定 */
	.error-message-area {
	    padding: 10px 15px;
	    background: #FFF0F0;
	}
	.error-message-area li {
	    color: #FF0000;
	    font-weight: bold;
	    line-height: 1.5;
	}

	/* ERROR
	-------------------------- */
	#error_unit {
		margin: 20px 0;
		padding: 15px 15px;
		background: #FFEBEC;
	}
	#error_unit li {
		margin: 3px 0 3px 2em;
		list-style: disc;
		color: #CC0000;
		font-weight: bold;
		text-align: left;
	}

	/* USER FLOW
	--------------------------------------- */
	#userFlow,
	#userFlow p {
		height: 38px;
	}
	#signup.adult #userFlow p {
		background: url(../img/signup/flow_adult.gif) 0 0 no-repeat;
	}
	#signup.kids #userFlow p {
		background: url(../img/signup/flow_kids.gif) 0 0 no-repeat;
	}
	#userFlow p span {
		display: none;
	}
	#userFlow #signup1 {
		background-position: 0 -38px !important;
	}
	#userFlow #signup2 {
		background-position: 0 -76px !important;
	}
	#userFlow #signup3 {
		background-position: 0 -114px !important;
	}
	#userFlow #signup4 {
		background-position: 0 -152px !important;
	}
	#userFlow #signup5 {
		background-position: 0 -190px !important;
	}
	#userFlow #signup6 {
		background-position: 0 -228px !important;
	}

	/* FLOW REREGIST
	--------------------------------------- */
	#flowReRegist,
	#flowReRegist p {
		height: 38px;
	}
	#flowReRegist p {
		background: url(../img/signup/flow_reregist.gif) 0 0 no-repeat;
	}
	#flowReRegist p span {
		display: none;
	}
	#flowReRegist #flow1 {
		background-position: 0 -38px !important;
	}
	#flowReRegist #flow2 {
		background-position: 0 -76px !important;
	}
	#flowReRegist #flow3 {
		background-position: 0 -114px !important;
	}

	/* TERMS
	--------------------------------------- */
	#terms {
		margin: 30px 30px 0 30px;
		padding: 15px;
		height: 300px;
		overflow: auto;
		border: 1px solid #000000;
	}
	#terms pre {
		line-height: 1.5;
	}
	#terms h4 {
		margin: 0 0 20px 0;
		padding: 0;
		background: none;
	}
	#terms h5 {
		margin: 20px 0 10px 0;
	}
	#terms p {
		margin: 10px 0;
	}
	#terms address {
		margin: 10px 20px 20px 20px;
		line-height: 1.8;
		font-style: normal;
	}
	#check_balloon {
		margin: 20px 0 0;
	}
	#terms-check {
		margin: 0 0 20px 0;
		padding: 10px;
		background: #CC0000;
	}
	#terms-check label {
		color: #FFFFFF;
	}
	#terms-check input[type="checkbox"] {
		margin-right: 5px;
	}

	/* INTRODUCTION
	--------------------------------------- */
	#introduction #error-message {
		margin: 10px 30px;
	}
	#introduction {
		background: none;
	}
	#introduction p.note {
		margin: 15px 0;
		padding: 10px 15px;
		background: #F0F0F0;
	}
	#introduction .user-data-unit {
		border-top: 1px solid #000000;
	}


	/* CAMPAIGN BANNER
	--------------------------------------- */
	#bnr_campaign a {
	    display: block;
	    width: 820px;
	    height: 120px;
	    margin: 20px auto;
	    text-indent: -8883px;
	    background: url(/pc/img/signup/2017/bnr_introduction.jpg) 0 0 no-repeat;
	}

	#bnr_enquete_campaign2016 a {
	    display: block;
	    width: 820px;
	    height: 120px;
	    margin: 20px auto;
	    text-indent: -8883px;
	    background: url(/pc/img/signup/2016/present2016.jpg) 0 0 no-repeat;
	}



	/* FAMILY BANNER
	--------------------------------------- */
	#bnr_family a {
	    display: block;
	    width: 820px;
	    height: 120px;
	    margin: 20px auto;
	    text-indent: -8883px;
	    background: url(/pc/img/signup/2016/bnr_family.jpg) 0 0 no-repeat;
	}


	/* SNS
	--------------------------------------- */
	.card {
	    margin: 60px;
	    text-align: center;
	}
	#card_diamondplus {
	    width: 472px;
	    height: 248px;
	    margin: 0 auto;
	    text-indent: -8883px;
	    background: url(/pc/img/signup/2017/card_diamondplus.jpg) 0 0 no-repeat;
	}
	#card_diamond {
	    width: 472px;
	    height: 248px;
	    margin: 0 auto;
	    text-indent: -8883px;
	    background: url(/pc/img/signup/2017/card_diamond.jpg) 0 0 no-repeat;
	}
	#card_platina {
	    width: 472px;
	    height: 248px;
	    margin: 0 auto;
	    text-indent: -8883px;
	    background: url(/pc/img/signup/2017/card_platina.jpg) 0 0 no-repeat;
	}
	#card_gold {
	    width: 472px;
	    height: 248px;
	    margin: 0 auto;
	    text-indent: -8883px;
	    background: url(/pc/img/signup/2017/card_gold.jpg) 0 0 no-repeat;
	}
	#card_silver {
	    width: 472px;
	    height: 248px;
	    margin: 0 auto;
	    text-indent: -8883px;
	    background: url(/pc/img/signup/2017/card_silver.jpg) 0 0 no-repeat;
	}
	#card_normal {
	    width: 472px;
	    height: 248px;
	    margin: 0 auto;
	    text-indent: -8883px;
	    background: url(/pc/img/signup/2017/card_normal.jpg) 0 0 no-repeat;
	}
	#card_kids {
	    width: 472px;
	    height: 248px;
	    margin: 0 auto;
	    text-indent: -8883px;
	    background: url(/pc/img/signup/2017/card_kids.jpg) 0 0 no-repeat;
	}
	.sns {
	        width: 700px;
	        margin: 0 auto;
	        background: #edeff2;
	}

	#title_sns {
	    width: 700px;
	    height: 80px;
	    text-indent: -8883px;
	    background: url(/pc/img/signup/2015/title_sns.gif) 0 0 no-repeat;
	}
	#sns_example {
	    width: 610px;
	    height: 78px;
	    margin: 20px auto;
	    text-indent: -8883px;
	    background: url(/pc/img/signup/2015/sns_example.gif) 0 0 no-repeat;
	}
	#sns_txt {
	    margin-bottom: 20px;
	    text-align: center;
	}
	.sns_buttons {
	    width: 580px;
	    height: 70px;
	    margin: 0 auto;
	}
	#btn_fb,
	#btn_tw {
	    float: left;
	}
	#btn_fb {
	    margin-right: 20px;
	}
	#btn_fb a {
	    display: block;
	    width: 280px;
	    height: 50px;
	    text-indent: -8883px;
	    background: url(/pc/img/signup/2015/btn_fb.gif) 0 0 no-repeat;
	}
	#btn_tw a {
	    display: block;
	    width: 280px;
	    height: 50px;
	    text-indent: -8883px;
	    background: url(/pc/img/signup/2015/btn_tw.gif) 0 0 no-repeat;
	}

	/* FC BTN
	--------------------------------------- */
	.entry_btn {
		border: 1px solid #bababa;
		background: #f0f0f0;
		padding: 11px;
		margin-bottom: 29px;
	}
	.entry_btn p {
		text-align: center;
	}
	.entry_btn ul:before,
	.entry_btn ul:after {
		content: "";
		display: table;
	}
	.entry_btn ul:after {
		clear: both;
	}
	.entry_btn ul {
		width: 872px;
		*zoom: 1;
		margin: 11px 0 0;
	}
	.entry_btn ul li {
		width: 420px;
		float: left;
		margin-right: 16px;
	}
	.entry_btn ul li img {
		width: 100%;
		height: auto;
	}



	/* REGIST
	-------------------------- */
	#regist #terms {
		height: 300px;
		margin: 0;
		padding: 15px;
		overflow: auto;
		border: 1px solid #000000;
	}
	#regist #accept_check {
		display: block;
		margin: 10px 0;
		padding: 10px 12px;
		border: 1px solid #E70000;
		background: #EEEDE2;
		font-size: 14px;
	}
	#regist #accept_check strong {
		color: #E70000;
	}
	#regist #unit_input {
		margin: 0 auto;
		width: 460px;
	}
	#regist .user-data-unit {
		border-top: 1px solid #000000;
	}
}

/* FORM CHECK
--------------------------------------- */
.form_check .user-data-unit input[type="text"] {
	height: 1.6em;
	margin: 5px;
	padding: 0 0.2em;
	border: 1px solid #888;
	line-height: 1.2em;
	font-size: 1.2em;
	vertical-align: middle;
}
.form_check .user-data-unit input[type="text"]:disabled {
	background:#f3f3f3;
}
.form_check .user-data-unit input:disabled+label {
	color:#777;
}
.form_check .user-data-unit input[type="radio"] {
	height: 1.6em;
	line-height:1.2em;
	vertical-align:middle;
	margin-right: .5em;
}
.form_check .user-data-unit select {
	height: 2em;
	border: 1px solid #888;
	line-height: 1.2em;
	font-size: 1em;
	vertical-align:middle;
}
.form_check .user-data-unit .req_bg,
.form_check .user-data-unit input[type="text"].req_bg,
.form_check .user-data-unit select.req_bg {
	background: #ffcfce;
}
.form_check .user-data-unit .radio.input {
	padding: 10px;
}
