@charset "UTF-8";
/*---------------------------------------------------------------------------------
help
---------------------------------------------------------------------------------
/help/index.html
/help/howto_entry.html
/help/howto_ch.html
/help/howto_keep.html
/help/howto_del.html
/help/treat.html
/help/domain.html
---------------------------------------------------------------------------------*/

/*
h3
---------------------------------------------------------------------------------*/
.help h3{
	height: 24px;
	margin: 0px;
	padding: 10px 10px 5px;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;

}

.help h4 {
	clear: both;
	margin: 10px 0;
	padding: 10px 0px 10px 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	border-left: 15px solid #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}

.help ul{
	margin: 10px 0 10px 15px;
	list-style: disc;
	font-size: 16px;
	text-align: left;
	line-height: 1.5;
}

.help li{
	margin-left: 20px;
}

.help li a{
	font-weight: bold;
	color: #3399FF;
}

.help .red {
	color: #C00;
}

.help .center {
	text-align: center;
}

.help .bold {
	font-weight: bold;
}

.help .btn {
	width: 50%;
	margin: 0px auto;
	padding: 5px 10px;
	display: block !important;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FF6600;
	border-radius: 15px;
	border: 1px solid #FF6600;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FFE2B6), color-stop(0.50, #FFFFFF), color-stop(0.50, #FFE2B6), color-stop(0.00, #FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #FFFFFF 50%, #FFE2B6 50%, #FFE2B6);
}

.help #icon {
	overflow: hidden;
}

.help #icon dt {
	float: left;
	display: block;
	margin: 0 10px 0 0;
	width: 40px;
	height: 14px;
	font-size: 10px;
	font-weight: bold;
	padding-top: 26px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	-moz-box-shadow: 1px 1px 2px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(000,000,000,0.3);
	border-radius: 5px;
}

.help #icon dd {
	overflow: hidden;
}

.help .attention{
	clear: both;
	margin: 0 0 15px 0 !important;
	padding: 10px;
	background: #FFFFCC;
	border: solid 1px #FFCC99;
}


#close{
	width: 35px;
	height: 13px;
	position: absolute;
	right: 1px;
	top: 1px;
	padding-top: 20px; 
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background: url(../../img/cmn/close.png) no-repeat center top, -webkit-gradient(linear,left top,left bottom, from(#FF9DC0), to(#FF4C8D));
	background: url(../../img/cmn/close.png) no-repeat center top, -moz-linear-gradient(top,#FF9DC0,#FF4C8D);
	border-top: 1px solid #FFD2E2;
	border-left: 1px solid #FFD2E2;
	border-right: 1px solid #FF4387;
	border-bottom: 1px solid #FF4387;
	-moz-box-shadow: 1px 1px 2px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(000,000,000,0.3);
}

.help #howto li {
	text-align: left;
}


.help #howto img {
	clear: both;
	margin-bottom: 10px;
	border: solid 1px #CCC;

}

/*
共通
---------------------------------------------------------------------------------*/
.wrap_cnt{
	margin: 10px;
	text-align: left;
	background: #FFFFFF;
}

.wrap_cnt p{
	margin: 10px;
	font-size: 12px;
	line-height: 1.5;
}

.wrap_cnt ol,
.wrap_cnt ul {
	padding: 0 !important;
	font-size: 12px;
	line-height: 1.5;
}

.wrap_cnt ol {
	margin: 10px 0 0 0;
	list-style: none;

}

.wrap_cnt ol li {
	clear: both;
	margin: 0 0 15px 0;
	padding: 10px 0 50px 0;
	overflow: hidden;
	background: url(../../img/contact/arrow.png) no-repeat center bottom;
}

.wrap_cnt ol li:last-child {
	padding: 10px 0 0 0;
	background: none;
}

.wrap_cnt ol li img {
	float: left;
	margin: 0 10px 0 0;
}

.wrap_cnt ol li p {
	margin: 0 0 10px 0;
	overflow: hidden;
	line-height: 1.5;
}

.wrap_cnt ul {
	margin: 10px 10px 0 15px;
}


.wrap_cnt dt,
.wrap_cnt dd {
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5;
}

.wrap_cnt dl.qa_wrap {
	margin: 0 0 0 5px;
}

.wrap_cnt dl.qa_wrap span {
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.wrap_cnt dl.qa_wrap dt {
	margin: 0 0 10px 0;
	color: #FF3366;
	font-weight: bold;
}

.wrap_cnt dl.qa_wrap dd {margin: 0 0 10px 0;}

.wrap_cnt a{
	display: inline;
}

	.wrap_pink {
		margin: 10px;
		padding: 10px 0;
		background: #FFCCCC;
	}

	.wrap_pink p {
		text-align: left;
	}

	.wrap_bdr {
		margin: 10px;
		padding: 10px;
		border: solid 1px #CCC;
	}

	.wrap_bdr dt,
	.wrap_bdr dd {
		text-align: left;
		margin: 0 !important;
		padding: 0 !important;
		font-size: 12px !important;
		line-height: 1.5;
	}

	.wrap_bdr dt {
	color: #C00 !important;
	font-weight: bold;
	background: none;
	border: none;
	}

	.wrap_bdr dd {
	margin: 0 0 10px 0;	
	border: none;
	}
	
/*
ヘルプ一覧
---------------------------------------------------------------------------------*/
#index h3{
	height: auto;
	margin: 0px;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	-moz-box-shadow: 0px 1px 3px rgba(254,150,185,1);
	-webkit-box-shadow: 0px 1px 3px rgba(254,150,185,1);
	background: #FF637F;
}

#index .wrap_cnt li{
	font-size: 14px;
	line-height: 1.8;
}

/*
店長質問chの使い方
---------------------------------------------------------------------------------*/
#howto_ch h3 {
	-moz-box-shadow: 0px 1px 3px rgba(163,209,70,1);
	-webkit-box-shadow: 0px 1px 3px rgba(163,209,70,1);
	background: #66CC33;
}

#howto_ch #icon dt {
	width: 60px;
	border-top: 1px solid #BDE9A8;
	border-left: 1px solid #BDE9A8;
	border-right: 1px solid #66CC33;
	border-bottom: 1px solid #66CC33;
	background: url(../../img/cmn/sub_menu/message.png) no-repeat center 3px, -webkit-gradient(linear,left top,left bottom, from(#99DD77), to(#66CC33));
	background: url(../../img/cmn/sub_menu/message.png) no-repeat center 3px, -moz-linear-gradient(top,#99DD77,#66CC33);
}

/*
メールアドレス非公開応募の使い方
---------------------------------------------------------------------------------*/
#howto_entry h3 {
	-moz-box-shadow: 0px 1px 3px #FF99CC;
	-webkit-box-shadow: 0px 1px 3px #FF99CC;
	background: #FF99CC;
}

#howto_entry #icon dt {
	display: none;
}

#howto_entry .qa_wrap ul {
	margin-top: 0;
	margin-left: 0;
}

#howto_entry .qa_wrap li {
	margin-bottom: 5px;
}

#howto_entry .qa_wrap dd dt {
	margin-bottom: 0px;
}

#howto_entry .qa_wrap em {
	color: #FF3366;
	font-style: normal;
	font-weight: bold;
}



/*
履歴（リレキ）一括消去の使い方
---------------------------------------------------------------------------------*/
#howto_del h3 {
	-moz-box-shadow: 0px 1px 3px #CCCCCC;
	-webkit-box-shadow: 0px 1px 3px #CCCCCC;
	background: #CCCCCC;
}


#howto_del #icon dt {
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: url(../../img/cmn/sub_menu/delete.png) no-repeat center 3px, -webkit-gradient(linear,left top,left bottom, from(#CCCCCC), to(#999999));
	background: url(../../img/cmn/sub_menu/delete.png) no-repeat center 3px, -moz-linear-gradient(top,#999999,#CCCCCC);
}


/*
キープBOXの使い方
---------------------------------------------------------------------------------*/
#howto_keep h3 {
	-moz-box-shadow: 0px 1px 3px #49A4FF;
	-webkit-box-shadow: 0px 1px 3px #49A4FF;
	background: #49A4FF;
}

#howto_keep #icon dt {
	border-top: 1px solid #9ECEFF;
	border-left: 1px solid #9ECEFF;
	border-right: 1px solid #3399FF;
	border-bottom: 1px solid #3399FF;
	background: url(../../img/cmn/sub_menu/keep.png) no-repeat center 3px, -webkit-gradient(linear,left top,left bottom, from(#81C0FF), to(#46A3FF));
	background: url(../../img/cmn/sub_menu/keep.png) no-repeat center 3px, -moz-linear-gradient(top,#81C0FF,#46A3FF);
}

/*
ドメイン指定受信設定
---------------------------------------------------------------------------------*/
#domain h3{
	-moz-box-shadow: 0px 1px 3px rgba(254,150,185,1);
	-webkit-box-shadow: 0px 1px 3px rgba(254,150,185,1);
	background: #FF8296;
	
}

#domain .wrap_red {
	margin: 10px;
	padding: 10px;
	color: #CC0000;
	font-weight: bold;
	background: #FFEEEE;
	border: solid 1px #CC0000;
}

#domain .wrap_bdr {
	background: #FFFFCC;
	border: solid 1px #999;
}

#domain .wrap_bdr dt {
	color: #000 !important;
}
