﻿@charset "utf-8";
/*
===========================================
	=01. default style reset →common/css/reset.css
	=02. fonts
	=03. general
	=04. layout
	=05. entry RO会員登録	
	=06. personal 個人情報登録
	=07. buy 利用権の購入
		 shoppoint ショップポイントのチャージ
	=08. 商品の購入 store
		 ラグナロクネットストア
	=09. ゲームアカウント関連
	=10. 履歴一覧
	=11. エラー
===========================================
*/

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1	
*/

/*
===========================================
	=02. fonts
-----------------------------------------*/
.alignLeft   { text-align: left !important; }
.alignCenter { text-align: center !important; }
.alignRight  { text-align: right !important; }

.floatLeft   { float:left; }
.floatRight { float: right; }

/* フォントサイズ％指定 */
.f9px { font-size: 70%; }
.f10px { font-size: 77%; }
.f11px { font-size: 85%; }
.f12px { font-size: 93%; }
.f13px { font-size: 100%; }
.f14px { font-size: 108%; }
.f15px { font-size: 116%; }
.f16px { font-size: 123.1%; }
.f17px { font-size: 131%; }
.f18px { font-size: 138.5%; }
.f19px { font-size: 146.5%; }
.f20px { font-size: 153.9%; }
.f21px { font-size: 161.6%; }
.f22px { font-size: 167%; }
.f23px { font-size: 174%; }
.f24px { font-size: 182%; }
.f25px { font-size: 189%; }
.f26px { font-size: 197%; }

/*
===========================================
	=03. general
-----------------------------------------*/
.verticalTop { vertical-align: top; }
.verticalBtm { vertical-align: bottom; }
.verticalBln { vertical-align: baseline; }
.verticalMid { vertical-align: middle; }

.orange { color: #ff8800 }

.mt3px { margin-top: 3px; }
.mt5px { margin-top: 5px; }
.mt10px { margin-top: 10px; }
.mt20px { margin-top: 20px; }

.mb5px { margin-bottom: 5px; }
.mb10px { margin-bottom: 10px; }
.mb20px { margin-bottom: 20px; }
.mb30px { margin-bottom: 30px; }

.ml5px { margin-left: 5px; }
.ml10px { margin-left: 10px; }

.mr10px { margin-right: 10px; }
.mr20px { margin-right: 20px; }


/*
===========================================
	=04. layout
-----------------------------------------*/

body {
	text-align:left;
	background-color: #faf6f2;
	font:13px/1.231 Osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
	*font-size:small;
	*font:x-small;
	color: #555;
}

#Container {
	width: 990px;
	margin: 0 auto;
	background-color: #fff;
}

/*--- コンテンツ ---*/
body.act_tool #contents {
	background: #fff;
	width: 900px;
	margin: 0 auto;
	padding: 20px 0 0 0 ;
	background-color: #fff; 
}

/*--- 左メニューありコンテンツ ---*/
body.act_tool #contents02,
body.act_tool #contents_manage,
body.act_tool #contents_history,
body.act_tool #contents_error {
	float:left;
	background: #f00;
	width: 670px;
	margin: 0 auto;
	padding: 20px 0 0 0 ;
	background-color: #fff; 
}

/*--- 左メニュー ---*/
body.act_tool #left {
	float:left;
	width:260px;
	margin-right: 20px;
	margin-left: 20px;
	padding: 25px 0 0 0 ;
}

body.act_tool iframe#login {
	margin-bottom:10px;
	width:260px;
	height:635px;
	overflow:hidden;
}

body.act_tool iframe#loginLong {
	margin-bottom:10px;
	width:260px;
	height:940px;
	overflow:hidden;
}

body.act_tool iframe#leftmenu {
	margin-bottom:10px;
	width:260px;
	height:665px;
	overflow:hidden;
}

/*--- コンテンツ内容 ---*/
#main {
	min-height:300px;
	height: auto !important;
	height: 300px;
	margin-bottom: 20px;
}

/*--- ヘッタ ---*/
body.act_tool #header #utility {
	position:absolute;
	top:13px;
	left:725px;
}

/*utility
****************************************/
body.act_tool #header #utility {
	position:absolute;
	top:15px;
	left:725px;
}

/*--- フッタ ---*/
body.act_tool #act_tool_footer {
	background-color:#1488da;
	margin: 0 auto;
/*	padding: 0 0 10px 0;*/
	text-align:center;
	font-size: 77%; /*10px*/
	color: #fff;
	height: 95px;
}

#act_tool_footer a { color:#fff; }
#act_tool_footer a:link,
#act_tool_footer a:visited { text-decoration:none; }
#act_tool_footer a:hover { text-decoration:underline; }

#act_tool_footer #copyright #copy p { text-align: left !important; }

body.act_tool #policy {
	border-top: 0;
	border-bottom:#57b9fd 1px solid;
	border-left:#1488da 1px solid;
	border-right:#1488da 1px solid;
	padding: 10px;
	margin: 0 1px 10px 1px;
}

/*--- フローエリア ---*/
body.act_tool .flow_area {
/*	width: 760px;
	margin: 0 auto;
*/
	text-align: center !important;
	margin-bottom: 10px;

}

/*--- 表題 ---*/
body.act_tool h1 {
	margin-bottom: 15px;
	border-bottom: #b7947f 1px dotted;  

}
body.act_tool h2 {
	width: 850px;
	height: 29px;
	background:url(../images/title/h2_bg.jpg) 0 0 no-repeat;
	padding: 11px 25px 0 25px;
	font-size: 123.1%; /*16px*/
	color: #666;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
}

/*--- 左メニューあり表題 ---*/
body.act_tool #contents02 h2,
body.act_tool #contents_history h2,
body.act_tool #contents_error h2 {
	width: 620px;
	height: 29px;
	background:url(../images/title/h2_history_bg.jpg) 0 0 no-repeat;
	padding: 11px 25px 0 25px;
	font-size: 123.1%; /*16px*/
	color: #666;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
}



body.act_tool p.lead{
	margin: 0 0 15px 15px;
}

body.act_tool #contents a { text-decoration:underline; color: #046cff; }
body.act_tool #contents td a:hover,
body.act_tool #contents a.b:hover { font-weight: bold; }

/*--- 共通テーブル ---*/
/* 基本 */ 
body.act_tool table {
	width: 875px;
	margin: 0 0 20px 15px;
	padding: 0;
	border: 0;
}

body.act_tool th,
body.act_tool td {
	vertical-align: top;
	padding: 10px;
	border-top: solid 1px #fff;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

body.act_tool th {
	width: 160px;
	color: #fff;
	font-weight: bold;
	background-color: #8ccaff;
}

body.act_tool td {
	width: 355px;
	background-color: #def1ff;
}

/*内容確認*/
body.act_tool table.col2 td {
	width: 685px;
	background-color: #def1ff;
}

/*登録完了*/
body.act_tool table.col1 {
	margin: 10px 0 30px 15px;
	width: 875px;
	text-align: center !important;
	letter-spacing: 0.1em;
}

body.act_tool table.col1 td {
	background-color: #def1ff;
	padding: 30px;
	width: 815px;
	font-size: 123.1%; /*16px*/
}

/* テーブルコメント欄 */
body.act_tool td.comment {
	background-color: #fff;
	border-left:solid 5px #fff;
	width: 300px;
	font-size: 85%; /*11px*/ 
	line-height: 1.1;
}

/* テーブル用線 */
body.act_tool td.line {
	border-top: dotted 1px #ccc;
}

body.act_tool td.line_end {
	border-bottom: dotted 1px #ccc;
}

body.act_tool td.bottomline {
	border-bottom: solid 1px #fff;
}



/*--- コメント ---*/

body.act_tool p.example {
/*	color: #ff8800;*/
}

body.act_tool p.comment {
	color: #c00;
	font-size: 85%; /*12px*/
	margin-top:5px;
}

body.act_tool p.comment2 {
	color: #c00;
	font-size: 85%; /*12px*/
	margin-top:0px;
}

body.act_tool td.comment strong {
	font-weight: bold;
}


/*--- input設定 ---*/
body.act_tool input {
	outline: none;
	vertical-align: top;
}

body.act_tool input.inputtxt,
body.act_tool select {
	border: solid 1px #ccc;
	background-color: #fff;
	font-size: 108%; /*14px*/
	vertical-align: baseline;
}

body.act_tool input.inputtxt{
	padding: 0.2em;
	letter-spacing: 0.1em;
}

/*--- 境界線 ---*/
body.act_tool hr {
	border-top: dotted 1px #ccc;
	border-bottom: 0;
}

/*--- ボタン ---*/
/* 小(140px) 中(300px) 大(400px) */

body.act_tool #btn_area {
	border-top: dotted 1px #ccc;
	width: 900px;
/*	min-height:91;
	height: auto !important;*/
	height: 91px;
	margin: 0 auto;
}

body.act_tool #btn_non {
	border-top: dotted 1px #fff;
	width: 900px;
	height: 91px;
	margin: 0 auto;
}


/* 中(300px) */
body.act_tool .btn_box {
	width: 300px;
	margin: 0 auto;
}

/* 中+中 */
body.act_tool .btn_box2 {
	width: 645px;
	margin: 0 auto;
}

/* 大 */
body.act_tool .btn_box3 {
	width: 400px;
	margin: 0 auto;
}

/* 小+小 */
body.act_tool .btn_box4 {
	width: 325px;
	margin: 0 auto;
}

/* 小+中 */
body.act_tool .btn_box5 {
	width: 485px;
	margin: 0 auto;
}

/* 小 */
body.act_tool .btn_box6 {
	width: 140px;
	margin: 0 auto;
}

/* 中_over */
body.act_tool a.btn_over {
	display: block;
	height: 50px;
	width: 300px;
	overflow: hidden;
	margin: 20px 0;
	position: relative;
}

/* 小_over */
body.act_tool a.btn_over2 {
	display: block;
	height: 50px;
	width: 140px;
	overflow: hidden;
	margin: 20px 0;
	position: relative;
}

/* 大_over */
body.act_tool a.btn_over3 {
	display: block;
	height: 50px;
	width: 400px;
	overflow: hidden;
	margin: 20px 0;
	position: relative;
}

/* 小_over マージンなし */
body.act_tool a.btn_over4 {
	display: block;
	height: 50px;
	width: 140px;
	overflow: hidden;
	margin: 0;
	position: relative;
}


body.act_tool .btn_smallarea {
	width: 90px;
	height: 20px;
	margin: 0 auto;
}

body.act_tool a.btn_small {
	display: block;
	width: 90px;
	height: 20px;
	overflow: hidden;
	position: relative;
}

body.act_tool .btn_140area {
	width: 140px;
	height: 50px;
	margin: 0 auto;
}

body.act_tool .btn_label_aria {
	width: 50px;
	height: 23px;
	float: right;
	margin-left: 10px;
}

body.act_tool a.btn_label {
	display: block;
	width: 50px;
	height: 23px;
	overflow: hidden;
	position: relative;
}

body.act_tool a.btn_list {
	display: block;
	height: 50px;
	width: 140px;
	overflow: hidden;
	margin: 0;
	position: relative;
}



/*body.act_tool .btn_box a:hover img,
body.act_tool .btn_box2 a:hover img,
body.act_tool .btn_box3 a:hover img,
body.act_tool .btn_box4 a:hover img,
body.act_tool .btn_box5 a:hover img,
body.act_tool .btn_box6 a:hover img*/
body.act_tool #btn_area a:hover img,
body.act_tool .btn_smallarea a:hover img,
body.act_tool .btn_ticketarea a:hover img,
body.act_tool .btn_addressarea a:hover img,
body.act_tool .btn_140area a:hover img,
body.act_tool .btn_label_aria a:hover img,
body.act_tool .btn_listbox a:hover img {
	bottom: 0px;
	left: 0px;
	position: absolute;
}

/* ボタンエリア上_コメント */
body.act_tool p.btn_comment {
	width: 900px;
	margin-top: 20px;
	color: #ff8800;
	font-weight: bold;
	text-align: center !important;
}
	

/*--- 注意事項 ---*/
body.act_tool dl.notes {
	padding: 0 30px;
	margin: 0 0 20px;
}
body.act_tool dl.notes dt {
	background: url(../images/list/act_list-icon01.gif) no-repeat left center;
	padding: 3px 0 0 12px;
	margin: 0 0 5px;
	font-weight: bold;
	color: #c00;
}

body.act_tool dl.notes dd {
	font-size: 93%; /*12px*/
	padding: 0 0 0 18px;
	margin: 0 0 3px;
	text-indent:-0.5em;
}

body.act_tool .attention {
	letter-spacing: 0.05em;
	width: 845px;
	background-color: #ffe3a7;
	border: double 5px #fff;
	font-size: 108%; /*14px*/
	font-weight: bold;
	color: #ff8800;
	text-align: center !important;
	padding: 10px;
	margin:  0 auto 20px;
}

/* ページ遷移用 */
body.act_tool .pageview {
	text-align: right !important;
}

body.act_tool .pageview a {
	color: ##046cff;
	margin: 5px;
}

body.act_tool .pageview span {
	font-weight: bold;
	margin: 5px;
}



/*
===========================================
	=05. entry RO会員登録
-----------------------------------------*/

/*--- テーブル ---*/
/*メール送信*/
body.act_tool .entry td.sendMail {
	width: 515px;
	background-color: #def1ff;
	padding: 10px 10px 10px 30px;
}

/*メールアドレスの認証*/
body.act_tool .entry td.sendMail .mailadd {
	font-weight: bold;
	font-size: 116%; /*15px*/
	color: #0090ff;
}

/* 規約 */
body.act_tool .entry div.agreement {
	padding: 20px 0 20px 20px;
}

body.act_tool .entry div.agreement textarea {
	width: 850px;
	height: 150px;
	padding: 10px;
	border: solid 1px #888;
	font-size: 93%; /*12px*/
	color: #888;
	line-height: 1.3;
	resize: none;
}

/* ようこそラグナロクへ */
body.act_tool .entry div.welcom{
/*	padding-top: 20px; */
	width: 700px;
	margin: 0 auto;
}

body.act_tool .entry div.welcom img{
	float: left;
}

body.act_tool .entry div.welcom div.welcom_txt{
	float: left;
	width: 500px;
	background:url("../kaiin-toroku/images/welcom.jpg") top center no-repeat;	
	padding: 80px 0 0 0;
	text-align: center !important;
}


/*
===========================================
	=06. personal 個人情報登録
	=06_01. Personal registration TOP
	=06_02. Personal registration STEP.1
	=06_03. Personal registration STEP.2
	=06_04. Personal registration STEP.3
===========================================
*/
/*
===========================================
	=06_01. Personal registration TOP
-----------------------------------------*/
.personal_registration dl {
	padding: 0 30px;
	margin: 0 0 20px;
}
.personal_registration dt {
	background: url(../images/list/list-icon01.gif) no-repeat left center;
	padding: 3px 0 0 12px;
	margin: 0 0 5px 0;
	font-size: 108%; /*14px*/
	font-weight: bold;
}
.personal_registration dd {
	padding: 0 0 0 12px;
	margin: 0 0 10px;
}


.personal_registration dd.morelink_area {
	padding: 0 0 0 12px;
	margin: 0 0 10px;
	text-align:right;
	display:block;
}
.personal_registration dd a {
	display: inline;
	margin: 0 0 10px;
	text-decoration: underline;
}
.personal_registration dd a:hover {
	text-decoration: none;
}

/*
===========================================
	=06_02. Personal registration STEP.1
-----------------------------------------*/
.personal_registration table.entry_personal {
	width: 870px;
	margin: 0 15px 20px;
}
.personal_registration table.entry_personal td span {
	font-weight: bold;
	display: block;
	width: 80px;
	float: left;
}



.personal_registration .entry_complete_text {
	background: #f6f6de;
	padding: 30px;
	margin: 0 20px 20px;
	color: #cc2200;
	font-size: 108%; /*14px*/
}


/*
===========================================
	=07. 指定テーブル
		 buy 利用権の購入
		 shoppoint ショップポイントのチャージ
		 store 商品の購入
		 ticket チケットの使用
-----------------------------------------*/

/* アカウントの選択　table.accountSelect */
body.act_tool table.accountSelect th {
	color: #888;
	width: 435px;
	font-weight: bold;
	background-color: #def1ff;
	border-top: solid 1px #fff;
	border-right: solid 3px #fff;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

body.act_tool table.accountSelect td {
	width: 190px;
	border-top: dotted 1px #def1ff;
	border-bottom: dotted 1px #ccc;
	text-align: center !important;
	background-color: #fff;
}


/* 利用権の選択　table.sentaku */
body.act_tool table.sentaku th {
	width: 645px;
	color: #888;
	background-color: #def1ff;
	border-top: solid 1px #fff;
	border-right: solid 3px #fff;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

body.act_tool table.sentaku td {
	width: 190px;
	border-top: dotted 1px #def1ff;
	border-bottom: dotted 1px #ccc;
	text-align: center !important;
	background-color: #fff;
}


/* お支払方法の選択　table.pay */
body.act_tool table.pay th {
	width: 215px;
	color: #888;
	font-weight: bold;
	background-color: #def1ff;
	border-top: solid 1px #fff;
	border-right: solid 3px #fff;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

body.act_tool table.pay td {
	padding: 5px 10px;
	height:36px;
	width: 300px;
	text-align: left !important;
	background-color: #fff;
	border-top: dotted 1px #ccc;
	border-bottom: dotted 1px #ccc;
}

body.act_tool table.pay td.pay_col2 {
	height:36px;
	border-left: solid 20px #fff;
}

body.act_tool table.pay td div {
	width: 130px;
	height:36px;
	float: right;
	text-align: center !important;
}

body.act_tool table.pay td p {
	margin-top: 9px;
}

body.act_tool table.pay input {
	outline: none;
	margin-right: 5px;
}


/* 内容確認　table.chk_table */
body.act_tool table.chk_table th {
	width: 205px;
	color: #fff;
	font-weight: bold;
	background-color: #008aff;
	border: 0;
	border-top: solid 1px #fff;
}

body.act_tool table.chk_table td {
	width: 630px;
	background-color: #def1ff;
	border: 0;
	border-top: solid 1px #fff;
	text-align: left !important;
}

/* 購入チケット　table.purchase_. */
body.act_tool table.purchase_ticket th {
	color: #888;
	width: 150px;
	font-weight: bold;
	background-color: #def1ff;
	border-top: solid 1px #fff;
	border-right: solid 3px #fff;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #fff;
	text-align: center !important;
}

body.act_tool table.purchase_ticket td {
	border-top: dotted 1px #def1ff;
	border-bottom: dotted 1px #ccc;
	background-color: #fff;
}

body.act_tool table.purchase_ticket td.item { width: 295px; }

body.act_tool table.purchase_ticket td.ticketId{
	width: 150px;
	text-align: center !important;
}

body.act_tool table.purchase_ticket td.btn {
	width: 100px;
	margin: 0 auto
}


/* 各項目_濃 */
body.act_tool table td.title,
body.act_tool table th.title {
	font-weight: bold;
	color: #fff;
	border: solid 2px #fff;
	border-right: solid 3px #fff;
	background-color: #008aff;
	text-align: center !important;
}


body.act_tool table.accountSelect th input,
body.act_tool table.accountSelect td input,
body.act_tool table.sentaku th input,
body.act_tool table.sentaku td input,
body.act_tool table.pay th input,
body.act_tool table.pay td input,
body.act_tool table.chk_table th input,
body.act_tool table.chk_table td input {
	margin-right: 5px;
	vertical-align: middle;
}


/* グレー上（購入利用権表示）エリア */
body.act_tool .gameAcount {
	width: 700px;
	background-color: #008aff;
	border: double 5px #fff;
	padding: 20px;
	font-size: 123.1%; /*16px*/
	text-align: center !important;
	color: #fff;
	margin: 20px auto;
}


/* オレンジ下（有効期限）エリア */
body.act_tool .valid {
	width: 700px;
	background-color: #ffba6c;
	border: double 5px #fff;
	font-size: 123.1%; /*16px*/
	text-align: center !important;
	color: #fff;
	font-weight: bold;
	padding: 15px;
	margin: 0 auto 20px;
}


/* ショップポイント確認用テーブル基本 */
body.act_tool table.list td.date {
	width: 250px;
	text-align: center !important;
/*	border-right: solid 3px white;
	border-left: solid 3px white;
	border-top: solid 3px white;
	border-bottom: solid 3px white;*/
}

body.act_tool table.list td.item {
	width: 350px;
	text-align: center !important;
/*	border-right: solid 3px white;
	border-left: solid 3px white;
	border-top: solid 3px white;
	border-bottom: solid 3px white;*/
}

/*
===========================================
	=08. 商品の購入 store
		 ラグナロクネットストア
-----------------------------------------*/
body.act_tool table td.items {
	font-weight: bold;
	font-size: 123.1%; /*16px*/
}

body.act_tool div.ticket {
	width: 320px;
	margin: 10px auto 0;
	}

body.act_tool div.ticket p {
	float: left;
	font-weight: normal;
	margin-top: 2px;
}

body.act_tool .btn_ticketarea {
	width: 90px;
	height: 20px;
	float: right;
}


/*
===========================================
	=09. ゲームアカウント関連
-----------------------------------------*/
/* アカウント部分 */
body.act_tool div.manage h3 {
	width: 635px;
	height: 26px;
	background:url(../game-acount/images/h3_bg.jpg) 0 0 no-repeat;
	padding: 8px 10px 8px 25px;
	font-size: 123.1%; /*16px*/
	color: #666;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 0 auto 20px;
	vertical-align: middle;
}

body.act_tool div.manage h3.label p {
	margin-top: 3px;
	float: left;
}

body.act_tool div.manage h3.label input.inputedit{
	margin-top: 1px;
	padding: 0.1em;
	letter-spacing: 0.1em;
	float: left;
	background-color: #def1ff;
	outline: inset 2px #def1ff;
}

/* アカウント設定 */
body.act_tool div.manage .listbox {
	width: 600px;
	height: 70px;
	margin: 0 auto 30px;
}
 
body.act_tool div.manage .btn_listbox {
	width: 140px;
	margin: 0 auto 10px;
	margin-right:10px;
	margin-left:10px;
	float: right;
}

body.act_tool div.manage .termbox {
	float: left;
/*	width: 450px;*/
}
 
body.act_tool div.manage p.term {
	font-size: 123.1%; /*16px*/
	margin: 0 0 10px 0;
}
 
body.act_tool div.manage div.periodarea {
	border: inset 1px #def1ff;
	margin: 0 0 10px 2px;
	padding: 1px 0 1px 1px;
	width: 255px;
	height: 16px;
}

body.act_tool div.manage div.periodarea img {
	margin-right: 1px;
}

/*--- Mobile Story 連動設定 ---*/
/* テーブル連動中用 */
body.act_tool td.connected {
	width: 535px;
	vertical-align: middle;
	text-align: center !important;
}

/* テーブルボタン欄 */
body.act_tool td.td_btn {
	width: 300px;
	background-color: #fff;
	border-top: dotted 1px #def1ff;
	border-bottom: dotted 1px #ccc;
	border-left: solid 5px #fff;
	vertical-align: middle;
}


/*--- ボタンエリア ---*/
body.act_tool #contents_manage #btn_area {
	width: 670px;
/*	min-height:91;
	height: auto !important;*/
	height: 91px;
	margin: 0 auto;
}



/*
===========================================
	=10. 履歴一覧
-----------------------------------------*/

/*--- ボタンエリア ---*/
body.act_tool #contents_history #btn_area {
	width: 670px;
/*	min-height:91;
	height: auto !important;*/
	height: 91px;
	margin: 0 auto;
}

/* 履歴用テーブル基本 */
body.act_tool #contents_history table {
	width: 655px;
	margin: 0 0 20px 15px;
}

/* 購入履歴用 */
body.act_tool #contents_history table.list td.date {
	width: 125px;
	text-align: center !important;
	border-right: solid 1px #fff;
}

body.act_tool #contents_history table.list tr.even td { background-color: #f1f8fd; }
body.act_tool #contents_history table.list td.item { width: 400px; }

body.act_tool #contents_history table.list td.btn { 
	width: 70px;
	border-right: solid 1px #fff;
}

/* 詳細内容確認用 */
body.act_tool .detail th { width: 135px; }
body.act_tool .detail table.col2 td { width: 480px; }


/* ダウンロード情報　table.dl_info */
body.act_tool #contents_history table.dl_info th {
	color: #888;
	width: 395px;
	font-weight: bold;
	background-color: #def1ff;
	border-top: solid 1px #fff;
	border-right: solid 3px #fff;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

body.act_tool #contents_history table.dl_info td {
	width: 100px;
	border-top: dotted 1px #def1ff;
	border-bottom: dotted 1px #ccc;
	text-align: center !important;
	background-color: #fff;
}


/* チケットの発行　table.ticket_issue */
body.act_tool #contents_history table.ticket_issue th {
	color: #888;
	width: 100px;
	font-weight: bold;
	background-color: #def1ff;
	border-top: solid 1px #fff;
	border-right: solid 3px #fff;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #fff;
	text-align: center !important;
	padding: 10px 5px;
}

body.act_tool #contents_history table.ticket_issue td {
	padding: 10px 5px;
	border-top: dotted 1px #def1ff;
	border-bottom: dotted 1px #ccc;
	text-align: center !important;
	background-color: #fff;
}

body.act_tool #contents_history table.ticket_issue td.item { width: 170px; }
body.act_tool #contents_history table.ticket_issue td { width: 120px; }
body.act_tool #contents_history table.ticket_issue td.ticketId { width: 145px; }
body.act_tool #contents_history table.ticket_issue td.flg { width: 70px; }


/* 背景濃い色 */
body.act_tool #contents_history table td.title,
body.act_tool #contents_history table th.title {
	font-weight: bold;
	color: #fff;
	border: solid 1px #fff;
	background-color: #008aff;
	text-align: center !important;
}


body.act_tool #contents_history .attention {
	letter-spacing: 0.05em;
	width: 625px;
	background-color: #ffe3a7;
	border: double 5px #fff;
	font-size: 108%; /*14px*/
	font-weight: bold;
	color: #ff8800;
	text-align: center !important;
	padding: 10px;
	margin:  0 5px 20px 15px;
}


body.act_tool #contents_history div.address {
	width: 440px;
	margin: 0 auto;
	}

body.act_tool #contents_history div.address p {
	float: left;
	font-weight: normal;
	margin-top: 2px;
}

body.act_tool #contents_history .btn_addressarea {
	width: 100px;
	height: 20px;
	float: right;
}

/*
===========================================
	=11. エラー
-----------------------------------------*/

body.act_tool #contents_error p {
	margin: 0 0 15px;
}

body.act_tool #contents_error .attention {
	letter-spacing: 0.05em;
	width: 600px;
	background-color: #fff;
	border:	dotted 1px #ff8800;
	font-size: 108%; /*14px*/
	font-weight: normal;
	color: #ff8800;
	text-align: left !important;
	padding: 20px 20px 5px;
	margin:  0 5px 20px 15px;
}

/*
===========================================
	=12. TOP
-----------------------------------------*/

body.act_tool div.index h3 {
	width: 275px;
	height: 29px;
	background:url(../images/top/h3_contents.jpg) 0 0 no-repeat;
	padding: 11px 25px 0 25px;
	font-size: 123.1%; /*16px*/
	color: #666;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
	margin-top: 0;
}

body.act_tool div.index div.manuBox{
	width: 325px;
	margin-bottom: 20px;
	padding: 0;
}

body.act_tool div.index div.manuBox p{
	height: 70px;
	margin-bottom: 5px;
	padding: 5px 10px 10px;
}

body.act_tool div.index div.manuBox p.p02{
	height: 110px !important;
}

body.act_tool div.index div.manuBox p.p03{
	height: 140px !important;
}

body.act_tool div.index div.btn_nemu_area {
	width: 200px;
	margin: 0 auto;
}

body.act_tool div.index div.btn_nemu_area a {
	display: block;
	height: 39px;
	width: 200px;
	overflow: hidden;
	position: relative;
	margin-top: 8px;
}

body.act_tool div.index div.btn_nemu_area a:hover img {
	bottom: 0px;
	left: 0px;
	position: absolute;
}


/*
===========================================
	=13. 汎用ログイン
-----------------------------------------*/
body.act_tool div.nonlogin h3 {
	width: 275px;
	height: 29px;
	background:url(../images/top/h3_contents.jpg) 0 0 no-repeat;
	padding: 11px 25px 0 25px;
	font-size: 123.1%; /*16px*/
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
	margin-top: 0;
}

body.act_tool div.nonlogin p.errortitle {
	margin: 0 0 5px 0;
	text-align: center !important;
	font-weight: bold;
	font-size: 153.9%;%; /*20px*/
	color: #ff8800;
}

body.act_tool div.nonlogin p.error {
	margin: 0 0 20px 0;
	text-align: center !important;
	font-weight: bold;
	font-size: 108%; /*14px*/
}

body.act_tool div.nonlogin div.loginarea {
	width: 710px;
	margin:0 auto;
	margin-bottom: 20px;
}

body.act_tool div.nonlogin #act_gunhoId,
body.act_tool div.nonlogin #act_openId {
	background:url(../images/login/bg_nonlogin.gif) no-repeat; 
 	width: 325px;
	height: 190px;
	padding: 10px;
}

body.act_tool div.nonlogin .loginarea p {
	padding: 5px 10px;
}


body.act_tool div.nonlogin div.loginbox {
	width: 280px;
	margin:0 auto;
}

body.act_tool div.nonlogin .btn_login_area {
	height: 70px;
	width: 305px;
	border-top: dotted 1px #def1ff;
	border-bottom: dotted 1px #ccc;
	text-align: left !important;
	padding: 10px;
	margin-bottom: 5px;
}

/*-- GunghoIDログイン入力&ボタン --*/
body.act_tool div.nonlogin .ui-textbox {
	width:200px;
	height:20px;
	margin: 0 10px 5px 0;
}

body.act_tool div.nonlogin input#login {
	border:0;
	width:70px;
	height:70px;
	cursor:pointer;
	background:url(../images/button/btn_login.gif) no-repeat;
}
body.act_tool div.nonlogin input#login:hover { background:url(../images/button/btn_login_on.gif) no-repeat; }

body.act_tool div.nonlogin input.text {	
	height:20px;
	width: 190px;
	padding-left:5px;
	line-height:20px;
}

body.act_tool div.nonlogin .ui-id-box { background:url(../images/login/bg_guhoid.gif) no-repeat; }
body.act_tool div.nonlogin .ui-password-box { background:url(../images/login/bg_pass.gif) no-repeat; }
body.act_tool div.nonlogin .ui-onetime-box { background:url(../images/login/bg_onetimepass.gif) no-repeat; }
body.act_tool div.nonlogin .current { background:url(../images/login/text_box.gif) no-repeat; }

/*-- OpenIDログイン --*/
body.act_tool div.nonlogin #act_openId input { margin:7px 3px 0 0; }
body.act_tool div.nonlogin #act_openId dl dt, #act_openId dl dd { float:left; }
body.act_tool div.nonlogin #act_openId dl dd { padding: 5px 10px 0 0; }
body.act_tool div.nonlogin input#twitterLogin {
	border: 0px;
	width:100px;
	height:24px;
	cursor:pointer;
	background:url(../images/button/btn_twitter.jpg) no-repeat;
	margin-right: 10px;
}
body.act_tool div.nonlogin input#twitterLogin:hover { background:url(../images/button/btn_twitter_on.jpg) no-repeat; }

body.act_tool div.nonlogin div.nonGunghoId {
	width: 400px;
	height:50px;
	margin: 0 auto;
	padding: 10px;
}

/*-- 無料会員登録 --*/
body.act_tool div.nonlogin div.nonGunghoId p {
	color: #209F15;
	padding: 20px 0 0 0;
}

body.act_tool div.nonlogin .attention {
	background-color: #e7ffc0;
}

