@charset "UTF-8";
/* ----------------------------------------------------
作成日: 2015.06.03
最終更新日: 2015.06.23
作成者: TS
最終編集者: TS

user.css： ログインフォームカテゴリ設定
---------------------------------------------------- */

#container {
	background-position:center 49px;
}
header {
	margin:0 0 161px;
}
header h1 {
	top:62px;
}

/* ----------------
form
---------------- */
#mainArea .formWrap section {
	padding:20px;
	background:#eef0f0;
	border-top:1px solid #c2c2c2;
	border-bottom:1px solid #f9f9fa;
	word-break:break-all;
}
#mainArea .formWrap section.error {
	background:#fffecc;
	border-top:1px solid #f9ea00;
}
#mainArea .formWrap section h4 {
	height:20px;
	line-height:20px;
}
#mainArea .formWrap section h4 span {
	padding-left:0.5em;
}
#mainArea .formWrap section input[type=text],
#mainArea .formWrap section input[type=password],
#mainArea .formWrap section select,
#mainArea .formWrap section textarea {
	padding:8px;
	border:1px solid #02ccc0;
	border-radius:2px;
}
#mainArea .formWrap section input[type=text],
#mainArea .formWrap section input[type=password] {
	width:50%;
}
#mainArea .formWrap section textarea {
	width:80%;
}
#mainArea .formWrap section input,
#mainArea .formWrap section select,
#mainArea .formWrap section textarea {
	font-family:"メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
#mainArea .formWrap section p,
#mainArea .formWrap section ul,
#mainArea .formWrap section ol {
	margin:0;
	font-size:12px;
	color:#727679;
}
#mainArea .formWrap section ul li {
	padding-left:1em;
	text-indent:-1em;
}
#mainArea .formWrap section input + p,
#mainArea .formWrap section input + ul,
#mainArea .formWrap section input + ol {
	margin-top:1em;
}
#mainArea .formWrap section ul.attentionMark {
	margin:1em 0 0;
}
#mainArea .formWrap section ul.attentionMark li {
	font-weight:bold;
}
#mainArea .formWrap section h4 + p {
	margin-bottom:20px;
}
#mainArea .formWrap .btnWrap {
	margin:40px auto 40px;
}

/* ----------------
login
---------------- */
p.preserve {
	text-align:center;
}

/* ----------------
rule
---------------- */
section#rule {
	margin:0 auto;
	padding:0;
}
section#rule h1 {
	width:auto;
	height:auto;
	margin:0;
	background:none;
	text-indent:0;
	font-size:14px;
	line-height:1.6;
	color:#161616;
	font-weight:bold;
}
#rule h2 {
	width:100%;
	height:auto;
	margin:0;
	background:none;
	border:none;
	font-size:14px;
	line-height:1.6;
	color:#161616;
	font-weight:bold;
}
.ruleBox {
	width:620px;
	height:210px;
	margin:0 0 20px;
	padding:20px;
	background:#ffffff;
	overflow:auto;
	overflow-x:hidden;
}
#mainArea p.agreement {
	margin:20px auto;
	text-align:center;
}

.stepsArea .formWrap .btnWrap input {
    background: url(https://images.happytuk.co.jp/template/globalPortal/image/btn_set.jpg) no-repeat 0 0;
}

.stepsArea .formWrap .btnWrap input {
    width: 474px;
    height: 80px;
    margin: 0 auto;
    border: none;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    display: block;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/******* inquiry *******/
#mainArea .topicpath {
    font-size: 12px;
    margin: 0 auto 10px;
    padding: 0;
}
#mainArea .topicpath li:first-child {
    padding: 0 8px 0 18px;
    background: url(https://images.happytuk.co.jp/template/globalPortal/image/icon_home.png) no-repeat left center;
}
#mainArea .topicpath li {
	list-style:none;
	float:left;
    height: 12px;
    padding: 0 8px 0 12px;
    line-height: 12px;
    background: url(https://images.happytuk.co.jp/template/globalPortal/image/icon_topicpath.png) no-repeat left center;
}
#mainArea .title{clear:both;margin-top:40px;}

#mainArea .btnWrap .middleBtn{
	display: inline-block;
	width: 210px;
    height: 50px;
    margin: 0 15px 0 0;
    background: url(https://images.happytuk.co.jp/template/globalPortal/image/sprite_btn.png) no-repeat 0 -390px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #161616;
}
#mainArea .btnWrap .middleBtn:hover{
    background: url(https://images.happytuk.co.jp/template/globalPortal/image/sprite_btn.png) no-repeat 0 -440px;
    text-decoration: none;
}

#mainArea .formWrap .errorMessage {
    padding: 0 0 10px;
    background: url(https://images.happytuk.co.jp/template/globalPortal/image/errormessage.png) no-repeat 10px bottom;
}
#mainArea .formWrap .errorMessage ul {
    padding: 8px;
    background: #ff3b06;
    border-radius: 2px;
    font-size: 12px;
	width:80px;
}
#mainArea .formWrap .errorMessage ul li {
    list-style:none;
	color:white;
}
#mainArea .formWrap section h4 {
    margin-left: -14px;
}
#mainArea h4 {
    min-height: 20px;
    padding: 8px 0 8px 15px;
    background: url(https://images.happytuk.co.jp/template/globalPortal/image/icon_headline.png) no-repeat left 10px;
    font-size: 14px;
    line-height: 20px;
    color: #161616;
    font-weight: bold;
}

/************* remind **********/
#form-section{
	padding-top: 20px;
    padding-bottom: 20px;
    margin: 30px;
    text-align: center;
}
  
#form-section .simpleBtn2 a{
	display: inline-block;
	width: 225px;
	height:50px;
	padding: 6px 0;
    font-size: 112.5%;
    cursor: pointer;
    border: 1px solid #cad0d8;
    background: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1.0);
    -webkit-box-shadow: inset 0 0 1px 2px #ffffff;
    -moz-box-shadow: inset 0 0 1px 2px #ffffff;
    box-shadow: inset 0 0 1px 2px #ffffff;
    behavior: url(https://images.happytuk.co.jp/gw/js/PIE.htc);
    position: relative;
}


/*********** otp **************/
.well {
    border-radius: 0;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.text-center {
    text-align: center;
}
.alert {
    margin: 20px 0;
    border-radius: 0;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.otpTips{
	background: url(https://images.happytuk.co.jp/template/globalPortal/image/verification.png) right top no-repeat;
	min-height:300px;
}

#contentsWrap { /* 下層コンテンツ専用 */
	font-size: 87.5%;
	background: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px 0 #2e96d8;
	-moz-box-shadow: 0 1px 3px 0 #2e96d8;
	box-shadow: 0 1px 3px 0 #2e96d8;
}
.manage #contentsWrap #form-section .formWrap {
	margin-top: 1.250em;
	padding: 10px;
	background: #eefaff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(https://images.happytuk.co.jp/gw/js/PIE.htc);
	position: relative;
}
#contentsWrap .formset li {
	margin-top: 0;
	padding: 20px;
	border-bottom: 1px solid #cad0d8;
	word-wrap: break-word;
	word-break: break-all;
}

	
#contentsWrap section #form-section .formWrap ul {
	border-radius: 10px;
	list-style:none;
	border: solid 1px black;
	font-size: 15px;
}
#contentsWrap section #form-section .formWrap li {
	margin: 10px;
    padding: 10px;
    text-align: left;
	
}

#contentsWrap #form-section ul {
	list-style : none;
}
#contentsWrap #form-section ul li .formLabel {
	text-align: left;
}
#form-section .formWrap .btn{min-width:100px;}

/*
     FILE ARCHIVED ON 23:13:00 Apr 02, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 03:59:00 Dec 11, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  PetaboxLoader3.datanode: 146.496 (5)
  LoadShardBlock: 119.44 (3)
  exclusion.robots.policy: 0.152
  esindex: 0.023
  CDXLines.iter: 11.029 (3)
  RedisCDXSource: 0.879
  captures_list: 134.139
  exclusion.robots: 0.165
  load_resource: 210.178
  PetaboxLoader3.resolve: 147.781 (3)
*/