@charset "utf-8";
/* リセット */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, var, ol, ul, li, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, ruby, rt, rb, rp, rtc, rbc {
	margin: 0;
	padding: 0;
	border: 0 none transparent;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	vertical-align: baseline;
	text-align: left;
	text-indent: 0px;
	background: transparent;
	outline: 0;
	min-height:0px;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
tr, th, td {
	vertical-align: top;
	text-align: left;
}
sup {
	vertical-align:super;
	font-size:88%;
}
sub {
	vertical-align:sub;
	font-size:88%;
}
label {
	cursor: pointer;
}
#Center ul, #Center ol {
	position: relative;
	left: -3em;
	padding: 0;
	margin-right: -3em;
	margin-left:0;
	width:100%;
}
#Center ul ul, #Center ul ol, #Center ol ol, #Center ol ul {
	margin-left: 0;
	padding-left: 0;
	left:1em;
}
#Center ul li, #Center ol li {
	margin-left: 5em;
}
#Center li li {
	margin-left: 1em;
}
ruby {
	display:inline-table!important;
	display:inline-block;
	text-align:left;
	white-space:nowrap;
	text-indent:0;
	vertical-align: middle;
	letter-spacing:0;
	position:relative;
}
ruby rb {
	line-height:1.2;
}
ruby rt {
	font-size:66%;
	vertical-align:sub;
	line-height:1;
}
ruby rt.rtc {
	display:block;
	vertical-align:baseline;
	position:absolute;
	top:3.6em;
	left:0;
}
ruby>rb, ruby>rbc {
	display:table-row-group;
}
ruby>rt, ruby>rbc+rtc {
	display:table-header-group;
}
ruby>rbc+rtc+rtc {
	display:table-footer-group;
	text-decoration:underline;
}
ruby>rbc+rtc+rtc>.rtc {
	position:relative;
	top:0;
}
rbc>rb, rtc>rt {
	display:table-cell;
}
rp {
	display:none;
}
/* 共通設定 */
a:link {
	color:  #6D5C55;
	text-decoration:  none;
}
a:visited {
	color:  #6D5C55;
	text-decoration:  none;
}
a:hover {
	color:  #e59b43;
	text-decoration:  none;
}
ul.menu {
	margin: 0px;
	padding: 0px;
}
ul.menu li {
	list-style-type: none;
}
ul.relation_pages{
  list-style: none;
  border: 1px solid #eee;
  padding:8px 10px;
  margin-bottom: 20px;
  border-radius: 4px;
}
ul.relation_pages>li {
  display: inline-block;
  margin-right: 15px;
}

ul.relation_pages>li:first-child {
  padding:3px 10px 3px 3px;
  border-right: 1px solid #eee;
}
ul.relation_pages>li a {
  color:#2f3233;
}
ul.ralation_pages>li a:hover {
  text-decoration:none;
  border-bottom:dotted 2px #000;
}

body {
	color:  #4F352F;
	font-size:  small;
	font-family:'Microsoft JhengHei','Century Gothic','MS UI Gothic','Simhei','Hei','sans-serif';
	line-height: 1.2;
	text-align: left;
}
.bold {
	font-weight:bold;
}
.red {
	color:#F00;
	font-weight:bold;
}
.red2 {
	color:#F00;
}
.red3 {
	color:#d86c43;
}
/* 共通設定 End*/


/*primarynav*/
#headermenu {
	height: 26px;
	display: inline-block;
	float: right;
	margin-top:16px;
	margin-right:5px;
}
#headermenu ul.menu li {
	font-weight: bold;
	font-size: 14px;
	font-family:'Microsoft JhengHei','Century Gothic','MS UI Gothic','Simhei','Hei','sans-serif';
	margin-right: 8px;
	padding-left: 8px;
	border-left: #cccccc 1px solid;
	float: right;
}
#headermenu ul.menu li:last-child{
	border-left:none;
}
#headermenu ul.menu li a {
	color: #4F352F;
}
#headermenu ul.menu li a:hover {
	color: #000;
}
/*primarynav end*/

/* header END */

.title_message {
	height: 18px;
	font-size: 14px;
	margin-right: 30px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-top: 2px;
	background-color: #EFEBE8;
	border-left: 3px solid #80BC19;
	border-bottom: 1.5px dotted #80BC19;
}

/* message */
#main {
	clear: both;
	width: 100%;
	min-height: 350px;
	float: left;
}
/* 共通設定 */
a:link {
	color:  #4c87b5;
	text-decoration:  none;
}
a.btn-orange:link{
	color: #fff;
}
a:visited {
	color:  #4c87b5;
	text-decoration:  none;
}
a.btn-orange:visited {
	color: #fff;
}
a:hover {
	color:  #e59b43;
	text-decoration:  none;
}
.message {
	font-size: 12px;
	margin-bottom:25px;
}
.trialmessage {
	font-size: 14px;
	line-height:2;
	margin-top: 25px;
	margin-left: 150px;
	margin-right: 150px;
	text-align:center;
}
#construction {
	width: 151px;
	height: 180px;
	margin-top: 40px;
	margin-left:auto;
	margin-right:auto;
}
/*talxfun title*/
h2{
  font-size: 150%;
  padding:5px 10px;
  border: 2px solid #807878;
  margin-bottom: 10px;
}
h3{
  font-size: 130%;
  padding:3px 5px;
  border-bottom:2px dotted #333;
  margin-bottom: 10px;
}
h4{
  font-size: 110%;
	background-color: #f8f8f8;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border:1px solid #f2f2f2;
  border-left:3px solid #ccc;
}
/* フッタ */
/*footer*/
#footer {
	color: #FFFFFF;
	font-family:'Microsoft JhengHei','Century Gothic','MS UI Gothic','Simhei','Hei','sans-serif';
	position:relative;
	clear: both;
	margin: 20px auto 0 auto;
	text-align: center;
	background-color:#f2f2f2;
}

#footer ul.menu li a {
	color: #4F352F;
}
#footer ul.menu li a:hover {
	color: #000;
}

#copyright {
	font-size: 85%;
	display:block;
	clear:both;
}
/* フッタメニュー END */
#copyright {
	font-size: xx-small;
	color: #f2f2f2;
	display:block;
	clear:both;
}
/* フッタ END */
.point {
	background-color: #fff6e7;
  padding: 10px;
  border: 1px solid #f0cb9f;
  margin-bottom: 20px;
	line-height: 1.6;
	}

/*talxfun-css*/
ol.step_list{
	list-style: none;
	margin: 20px auto;
}
ol.step_list>li{
	background-color: rgb(251, 195, 100);
	display: inline-block;
	padding:8px 3px;
	text-align: center;
}
ol.step_list>li.active{
	background-color: rgb(252, 169, 43);
}

/*totopbutton*/
p#page-top a {
	color: #333;
}
/*インデント系定義*/
.indent1{
	padding-left:1em;
	text-indent:-1em;
	line-height: 1.5;
}
.indent2{
	padding-left:2em;
	text-indent:-2em;
	line-height: 1.5;
}
.indent3{
	padding-left:3em;
	text-indent:-3em;
	line-height: 1.5;
}
.indent4{
	padding-left:4em;
	text-indent:-4em;
	line-height: 1.5;
}
li.autoLogin {
	line-height: 2;
}
.resendpass_trial {
	line-height: 2;
}
