
@charset "UTF-8";
/* CSS Document */

/*=============================================
初期設定
=============================================*/
* {
	margin:0;
	padding:0;
}

img {
	border:none;
	line-height:0;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#FFF;
	font-size:12px;
}

a {
	color:#0071BC;
}
.clear {
	clear:both;
	height:0;
}
ul {
	list-style:none;
}


#wrap {
	width:100%;
	background:url(../img/bg_header.png) repeat-x;
}

#wrap_login {
	width:100%;
	background:url(../img/bg_header2.png) repeat-x;
}

#in_wrap {
	/*width:1000px;*/
	margin:0 auto;
}

/*clearfix*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-table; }

.table_frame_line_color{
	border-collapse: collapse;
}
.table_frame_line_color,
.table_frame_line_color th,
.table_frame_line_color td {
	border: 2px #e0e0e0 solid;
}

/*画像ではないボタン*/
input.button_size {
	height:25px;
	padding: 0 4.5px 0 4.5px;
}

/*=============================================
ヘッダー
=============================================*/
/*
#header {
	width:1000px;
	height:98px;
	padding-top:16px;
}
*/

/*ロゴエリア*/
#logo {
	width:304px;
	float:left;
	/*background-color:#000000;*/
}
#logo h1 a {
	display:block;
	width:304px;
	height:37px;
	padding-top:10px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/logo.png) no-repeat;
}

/*ロゴエリア(体験)*/
#logo_taiken {
	width:304px;
	float:left;
	background-color:#000000;
}
#logo_taiken h1 a {
	display:block;
	width:304px;
	height:37px;
	padding-top:10px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/logo2.png) no-repeat;
}

/*ログインエリア*/
#login {
	width:550px;
	float:right;
	position:relative;
}


/*=============================================
コンテンツ
=============================================*/
#contents {
	padding-top:10px;
	position:relative;
	width:1000px;
}
#contents_main {
	padding-top:10px;
	/*position:relative;*/
	width:1000px;
}
#sub_contents {
	padding-top:60px;
	position:relative;
	width:1000px;
}
#wrap div.top {
	padding-top:0;
	margin-top:30px;
}
#sub {
	/*width:257px;*/
	float:left;
	/*padding-right:13px;*/
}
#main {
	width:730px;
	float:right;
}

/*=============================================
メニュー
=============================================*/
#mymenu {
	position:relative;
	width:550px;
	height:66px;
	background:url(../img/bg_mymenu.png) no-repeat left top;
	margin-top:-15px;
	float:right;
}
#mymenu p.user {
	background:url(../img/icon_inuser.png) no-repeat left 1px;
	padding-left:20px;
	position:absolute;
	top:10px;
	left:16px;
}
#mymenu ul {
	display:inline;
}
#mymenu ul li {
	float:left;
}

/*上　ボタン*/
#mymenu ul#logout {
	position:absolute;
	top:10px;
	right:0;
}
#mymenu ul#logout li {
	margin-right:20px;
}
#mymenu ul#logout li.logout {
	margin-right:12px;
}
#mymenu ul#logout li.help a {
	background:url(../img/icon_help.png) no-repeat left top;
	padding-left:15px;
}
#mymenu ul#logout li.mail a {
	background:url(../img/icon_mail.png) no-repeat left top;
	padding-left:21px;
}

/*下　メニューボタン*/
#mymenu ul#menu {
	position:absolute;
	bottom:0;
	left:26px;
}
#mymenu ul#menu li {
	margin-right:4px;
}

/*利用上のお願い*/
dl.aboutbtn {
	position:absolute;
	top:-33px;
	right:260px;
	width:725px;
	height:23px;
	padding:8px 0 0 12px;
	background:url(../img/bg_aboutbtn.png) no-repeat left top;
}
dl.aboutbtn dt {
	float:left;
	color:#c01616;
	font-weight:bold;
}
dl.aboutbtn dd {
	margin-left:94px;
}

/*受付時間*/
#time {
}

#sub_time {
	position:absolute;
	top:0;
	left:0;
	width:988px;
	height:25px;
	padding:8px 0 0 10px;
	background-color:#f4f4f4;
	border:#e4e4e4 1px solid;
}

#sub_time p span.red {
	color:#c01616;
	font-weight:bold;
}
#sub_time p span.blue {
	color:#0769b5;
	font-size:14px;
	font-weight:bold;
}

/*トップへ戻るボタン*/
div.go_back {
	position:absolute;
	top:-34px;
	right:4px;
}
div.go_back a {
	width:110px;
	height:27px;
	display:block;
	overflow:hidden;
	background:url(../img/btn_back.png) no-repeat left top;
}
div.go_back a:hover {
	background-position:right top;
}

/*=============================================
左カラム
=============================================*/
/*新規発行、体験版、よくある質問ボタン*/
#sub div.buttons img{
	vertical-align: bottom;
	padding-bottom: 5px;
}

/*ご利用について*/
#sub div.sub_links h2 {
	width:243px;
	height:23px;
	padding-left:14px;
	padding-top:6px;
	background:url(../img/bg_title_sub.png) no-repeat left top;
	font-size:14px;
	margin-top:26px;
}
#sub div.sub_links h2.del_mar {
	margin-top:0;
}

#sub div.sub_links h5 {
	font-size:13px;
}

#sub div.sub_links ul {
	margin:12px 0 0 16px;
}
#sub div.sub_links ul li {
	line-height:1.6;
}
#sub div.sub_links ul li a {
	background:url(../img/icon_link.png) no-repeat left 3px;
	padding-left:18px;
	color:#000000;
}
#sub div.sub_links ul li a:hover {
	color:#eb1313;
}

#sub div.sub_links #isSecure {
	display:block;
	margin:6px 0 0 9px;
}

/*=============================================
バナー
=============================================*/
#bnrs {
	width:1000px;
	height:100px;
	margin-bottom:16px;
	position:relative;
	margin-top:10px;
}
#bnrs a {
	display:block;
}
/*
#bnrs a.cad {
	position:absolute;
	left:10px;
}
#bnrs a.illust {
	position:absolute;
	right:12px;
}*/
#bnrs a.illust {
	position:absolute;
	left:262px;
}

/*=============================================
フッター
=============================================*/
#footer {
	width:1000px;
	border-top:#e5e5e5 10px solid;
	position:relative;
	height:60px;
}
#footer ul {
	position:absolute;
	top:14px;
	left:20px;
}
#footer ul li {
	display:inline;
}
#footer ul li a {
	float:left;
	margin-right:20px;
}

#footer p {
	position:absolute;
	top:14px;
	right:20px;
}

/* エラー表示 ========================*/
.onTeedaError {
	background-color: #FFCCCC !important;
}
.err_msg {
	color: red;
	font-weight: bold;
	text-align: left;
}

/* タイトル等強調文字 */
.title {
	text-align: center;
	font-size: x-large;
}

/*商品コード複数行表示対応*/
.syouhinCode_Newline{
white-space: pre-wrap;      /* CSS 2.1 */
white-space: pre-line;      /* CSS 3.0 */
white-space: -pre-wrap;     /* Opera 4-6 */
white-space: -o-pre-wrap;   /* Opera 7 */
white-space: -moz-pre-wrap; /* Mozilla */
white-space: -hp-pre-wrap;  /* HP Printers */
word-wrap: break-word;      /* IE 5+ */
}

/* 単価未確定カラー */
.tankaundecided {
	background-color: #FF9999 !important;
	font-weight: bold;
}

