@charset "utf-8";

body {
	padding: 0px;
	margin: 0px auto;
	font-size: 12px;
	color: #666;
	font-family:"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "sans-serif";
	background: url(../img/bg_body.png);
}

a { color: #0009c1; text-decoration: none; }
a:hover{ color: #999; text-decoration: underline; }
li { list-style-type: none; }
img { vertical-align: top; border: 0; }

/* span-submit */

.spansubmit {
	cursor: pointer;
	color: #0009c1;
	text-decoration: none;
}
.spansubmit:hover {
	cursor: pointer;
	color: #999;
	text-decoration: underline;
}

/* ヘッダー */

#header {
	background: url(../img/bg.png);
}

#header_menu a, #footer a { color: #999; text-decoration: none; }
#header_menu a:hover, #footer a:hover{ color: #FFF; text-decoration: none; }

#header .inner {
	width: 960px;
	margin: 0px auto;
	height: 100px;
}

#header .inner #logo {
	width: 319px;
	position: relative;
	z-index: 5;
}

/* 固定ヘッダ */

#header_menu {
	position: fixed;
	width: 100%;
}

#header_menu #right_top {
	width: 960px;
	margin: 0px auto;
	text-align: right;
}

#header_menu #right_top #user_menu {
	background: #292929;
	font-size: 12px;
	color: #999999;
	padding: 7px;
	float: right;
	position:relative;
	z-index: 100;
	-moz-border-radius-bottomleft: 11px;
	-moz-border-radius-bottomright: 11px;
	-webkit-border-bottom-left-radius: 11px;
	-webkit-border-bottom-right-radius: 11px;
	border-radius: 0 0 11px 11px;
}

#header_menu #right_top #user_menu img {
	margin-right: 5px;
	margin-left: 7px;
}

#header_menu #under_line {
	text-align: right;
	font-size: 12px;
	color: #999999;
}

#header_menu #under_line #reload {
	padding-top: 3px;
	cursor: pointer;
}

#header_menu #under_line img#up {
	padding-top: 3px;
	margin-left: 0px;
}

#header_menu #under_line span {
	font-size: 16px;
	font-weight:bold;
}

/* パンくず */

#pankuzu {
	background: #999;
	border-bottom: 1px solid #595959;	
}

#pankuzu .border {
	border-bottom: 1px solid #b6b6b6;
}

#pankuzu .inner {
	width: 960px;
	margin: 0px auto;
	padding: 3px 0 2px 0;
	text-align: right;
	font-size: 12px;
	color: #f1f1f1;
}

#pankuzu .pan_right {
	float: right;
}

#pankuzu .pan_left {
	float: left;
	padding-left: 65px;
}

#pankuzu .pan_left a { color: #FFF; text-decoration: none; }
#pankuzu .pan_left a:hover{ color: #00086b; text-decoration: none; }

#pankuzu .inner strong{
	font-size: 12px;
}

#pankuzu a { color: #00086b; text-decoration: none; }
#pankuzu a:hover{ color: #FFF; text-decoration: none; }


/* メイン */

#main {
	width: 960px;
	margin: 30px auto;
}

/* JS警告 */

#js_alert {
	width: 640px;
	float:left;
}

/* コンテンツ */

#contents {
	width: 640px;
	float:left;
}

#contents p {
	font-size: 12px;
	padding-bottom: 15px;
}

#contents p.comment {
	padding: 5px 0 0 0;
}
#contents p.comment img {
	padding-right: 3px;
}
#contents .item .inner h2 {
	padding-top: 10px;
	margin-bottom: 15px;
}

#contents .gray_board {
	padding: 20px;
	margin-bottom: 15px;
	background: #f5f5f5;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#contents p.next {
	text-align: right;
}
#contents p.next a,
#domain p.next a,
#main p.next a,
p.next_cate a,
p.prev_cate a,
p.accordion_head {
	padding-left: 20px;
	background: url(../img/icon/next_page.png) no-repeat;
}

#main p.word {
	padding-bottom: 5px;
}

#main p.bulk_watchlist,
#bulk_delete_watchlist,
#bulk_delete_cart {
	color: #0009c1;
	text-decoration: none;
	cursor: pointer;
}

#main p.bulk_watchlist:hover,
#bulk_delete_watchlist:hover,
#bulk_delete_cart:hover{
	color: #999;
	text-decoration: underline;
}

#contents .item {
	margin-bottom: 20px;
}

#contents .item hr {
	clear: both;
	border: none;
	border-top: dotted 1px #999;
	height: 1px;
	color: #FFFFFF;
	width: 100%;
	margin-bottom: 15px;
}

#contents .item .inner {
	width: 598px;
	background: #FFF;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	padding: 20px;
}

#contents .item .bottom {
	height: 5px;
	background: url(../img/item_bottom_640.png) left bottom no-repeat;
}

#contents .item .box3 {
	float:left;
	width: 186px;
	padding-top: 65px;
}
#contents .item .box3 p {
	line-height: 24px;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}

#contents .item .box3 p span {
	font-size: 24px;
}

#contents .item .box3 p span.small{
	font-size: 12px;
}

#contents .item .box3 p span#nokori {
	font-size: 18px;
}

/* リスト */

#contents .item ul {
	margin-left: 20px;
	padding-bottom: 15px;
}

#contents .item li {
	background: url(../img/arrow.png) no-repeat;
	background-position: 0 2px;
	padding-left: 15px;
}

#domain .item ul {
	clear: both;
}
#domain .item li {
	background: #fff url(../img/arrow.png) no-repeat;
	background-position: 0 2px;
	padding-left: 15px;
	padding-right: 3px;
	float: right;
}

#contents .item #error_list li {
	background: #fff url(../img/li_error.png) no-repeat;
	background-position: 0 2px;
	color: red;
}

/* ドメイン詳細ページ */

#domain .item {
	margin-bottom: 20px;
}

#domain .item hr {
	clear: both;
	border: none;
	border-top: dotted 1px #999;
	height: 1px;
	color: #FFFFFF;
	width: 100%;
	margin-bottom: 15px;
}

#domain .item .inner {
	background: #FFF;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	padding: 20px;
}

#domain .i470 .inner {
	width: 428px;
}

#domain .i470 .inner p {
	line-height: 14px;
	padding-bottom: 15px;
}

#domain .i470 .bottom {
	width: 470px;
	height: 5px;
	background: url(../img/item_bottom_470.png) left bottom no-repeat;
}

#domain .right_data {
	width: 300px;
}

#domain .w225 {
	width: 225px;
}

#domain .i306 table.inner {
	width: 306px;
}

#contents .i640 table.inner {
	width: 640px;
}

#domain .i306 table.inner td,
#contents .i640 table.inner td {
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	line-height: 12px;
	font-size: 12px;
	padding: 7px;
}
#domain .i306 .bottom {
	width: 306px;
	height: 5px;
	background: url(../img/item_bottom_306.png) left bottom no-repeat;
}

/* カートページ */

#contents .item .goukei { background: url(../img/cart/goukeikingaku.png) no-repeat; }
#contents .item .kensuu { background: url(../img/cart/domainkensuu.png) no-repeat; margin-left: 20px; }
#contents .item .gendo { background: url(../img/cart/hojigendojikoku.png) no-repeat; margin-left: 20px; }
.bikou { width: 100%; height: 150px; }

#main .rov_submit {
	border: 0;
	cursor: pointer;
}

#main .submit_640 {
	width: 640px;
	height: 50px;
}

/* スクロール */

.scroll {
	overflow: auto;
	height: 300px;
}

/* ユーザーテーブル */

#contents table.user_data {
	width: 100%;
}
#contents table.user_data td {
	line-height: 14px;
	padding: 7px 0;
}

/* 検索テーブル */

#contents #search table {
	margin-left: 20px;
	width: 100%;
}
#contents #search table td {
	font-size: 11px;
	line-height: 14px;
	padding: 7px 0;
}

/* ドメイン・注文履歴テーブル */

#domain_list,
#domain_list1,
#domain_list2,
#domain_list3,
#order_history,
#wide_table,
.data_table {
	margin-bottom: 20px;
	width: 640px;
	background: #FFF;
	/*border: 1px solid #d5d5d5;*/
}

#domain .data_table {
	width: 960px;
}

#main .wide {
	clear: both;
	width: 960px;
}

#domain_list th,
#domain_list1 th,
#domain_list2 th,
#domain_list3 th,
#order_history th,
#wide_table th,
.data_table th {
	line-height: 12px;
	font-size: 12px;
	padding: 7px 3px;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	color: #FFF;
	background: #505050 url(../img/table_th.png) repeat-x;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	cursor: default;
}

#domain #wayback_table td {
	width: 25%;
}

#domain #wayback_table .wayback_screenshot_date td {
	line-height: 12px;
	font-size: 12px;
	padding: 7px 3px;
	border: 1px solid #d5d5d5;
	color: #FFF;
	background: #505050 url(../img/table_th.png) repeat-x;
}

#order_history th {
	text-align: right;
}

#domain_list th,
#domain_list1 th,
#domain_list2 th,
#domain_list3 th,
#wide_table th,
.data_table th {
	text-align: center;
}

#domain_list th.left,
#domain_list1 th.left,
#domain_list2 th.left,
#domain_list3 th.left,
wide_table th.left,
.data_table th.left {
	text-align: left;
}

#domain_list th.right,
#domain_list1 th.right,
#domain_list2 th.right,
#domain_list3 th.right,
#wide_table th.right,
.data_table th.right {
	text-align: right;
}

#domain_list tr:hover,
#domain_list1 tr:hover,
#domain_list2 tr:hover,
#domain_list3 tr:hover,
#order_history tr:hover,
#wide_table tr:hover,
.data_table tr:hover {
	background: #dfdfdf;
}

#wayback_table tr:hover {
	background: #fff;
}

#wayback_table tr.wayback_screenshot_date:hover {
	background: #505050 url(../img/table_th.png) repeat-x;
}

#domain_list td,
#domain_list1 td,
#domain_list2 td,
#domain_list3 td,
#order_history td,
#wide_table td,
.data_table td {
	line-height: 12px;
	font-size: 12px;
	padding: 3px;
	border: 1px solid #d5d5d5;
	white-space: nowrap;
	text-align: right;
}

#domain .data_table td {
	text-align: center;
	padding: 6px 3px;
}

#domain #wayback_table td {
	padding: 0;
}

#order_history td img,
.vertical_middle img {
	vertical-align: middle;
}

#domain_list td.break,
#domain_list td.domain_name,
#domain_list1 td.domain_name,
#domain_list2 td.domain_name,
#domain_list3 td.domain_name,
#wide_table td.domain_name,
#domain .data_table td.break,
.data_table td.domain_name,
.break {
	white-space: normal;
	word-break: break-all;
	word-wrap: break-word;
	text-align: left;
}

#domain .data_table td.break {
	width: 500px;
}

#domain .data_table td.right {
	white-space: normal;
	word-break: break-all;
	word-wrap: break-word;
	text-align: right;
}

#contents table.userlist td {
	white-space: normal;
	word-break: break-all;
	word-wrap: break-word;
}

#domain_list .action_button,
#domain_list1 .action_button,
#domain_list2 .action_button,
#domain_list3 .action_button {
	width: 35px;
	text-align: center;
}

img.cart,
img.cart_del,
img.cart_del_cartpage,
img.watch,
img.watch_del,
#domain_list th.pointer,
#domain_list1 th.pointer,
#domain_list2 th.pointer,
#domain_list3 th.pointer,
#order_history th.pointer,
.data_table th.pointer,
.rov,
.pointer {
	cursor: pointer;
}

.domain_name img.new_label {
	margin-left: 3px;
	vertical-align: bottom;
}
.domain_name img.highrisk_label {
	margin-right: 3px;
	vertical-align: bottom;
}

/* 一般テーブル */

#contents table.table_border,
#contents table.category_table,
#domain table.table_border {
	font-size: 12px;
	color: #666666;
	border: 1px solid #d7d7d7;
	width: 100%;
	margin: 0 0 20px 0;
}

#contents table.table_border td,
#contents table.category_table td,
#domain table.table_border td {
	border-left:1px solid #D7D7D7;
	border-bottom:1px solid #D7D7D7;
	vertical-align: middle;
	text-align:left;
	padding: 8px;
	white-space: normal;
}

#domain table.table_border {
	width: 120px;
}
#domain table.table_border td {
	padding: 3px;
	text-align: center;
}
#domain table.table_border td.hd,
#contents table.table_border td.hd {
	background: #ededed;
}

#contents table.category_table td {
	width: 270px;
	padding: 3px;
}

#contents table.category_table td.count {
	width: 30px;
	text-align: center;
	background: #f4f4f4;
	color: #333;
}

#contents table#aiueo {
	width: 320px;
	margin-left: 20px;
	margin-bottom: 5px;
}

#contents table#aiueo td {
	text-align: center;
	font-size: 18px;
	border: 1px solid #D5D5D5;
}

#contents table#aiueo td a {
	display: block;
}

#contents table#aiueo td:hover {
	background: #F4F4F4;
}

table#log,
table#log_top {
	width: 100%;
}
table#log td,
table#log_top td {
	font-size: 10px;
	border-bottom: dotted 1px #999;
	padding: 5px;
}

table#log_top td {
	border: dotted 1px #999;
}

#domain_list td .move,
#domain_list1 td .move,
#domain_list2 td .move {
	font-size: 12px;
	padding: 0;
	margin: 0;
	border: 1px solid #999;
	background: #FFF;
}

/* コンテンツ - お知らせ */

#contents .item .oshirase p {
	float: left;
}

#contents .item .oshirase p.date {
	width: 100px;
}

#contents .item .oshirase p.mes {
	width: 481px;
}

/* その他カテゴリ */

#contents #other ul {
	clear:both;
}
#contents #other li {
	float: left;
	margin-left: 5px;
}

/* ユーザーページ */


/* サイド */

#side {
	width: 300px;
	float:right;
}

#side p {
	font-size: 12px;
	padding-bottom: 15px;
}

#side a { color: #666; text-decoration: none; }
#side a:hover{ color: #0009c1; text-decoration: underline; }

#side .item {
	margin-bottom: 20px;
}

#side .item .inner {
	width: 258px;
	background: #FFF;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	padding: 20px;
}

#side .item .bottom {
	height: 5px;
	background:url(../img/side_bottom_300.png) no-repeat;
}

#side .item ul {
	margin-left: 22px;
}

#side .item li {
	font-size: 12px;
	margin-top: 3px;
}

#side .item .double_file {
	float: left;
	width: 100px;
}

#side .item .triple_file {
	float: left;
	width: 60px;
}

#side .item p.active {
	font-size: 36px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-align: center;
}

#side .item p.stock {
	padding: 0;
	margin: 0;
}

#side .item .stock a.blue {
	color: #0009c1;
	//text-decoration: underline;
}

/* フッター */

#footer {
	background: #1a1a1a;
	font-size: 12px;
	border-top: 1px solid #292929;
	border-bottom: 1px solid #292929;
}

#footer .border {
	border-top: 1px solid #585858;
	border-bottom: 1px solid #585858;
}

#footer .inner {
	width: 960px;
	margin: 0 auto;
}

#footer ul.menu {
	float: left;
	width: 25%;
	padding: 60px 0 30px 0;
}

#footer ul.head1{ background-image:url("../img/footer_menu.png"); background-position: right top 2px; background-repeat: no-repeat; }
#footer ul.head2{ background-image:url("../img/footer_submenu.png"); background-position: right top 2px; background-repeat: no-repeat; }
#footer ul.head3{ background-image:url("../img/footer_category.png"); background-position: right top 2px; background-repeat: no-repeat; }
#footer ul.head4{ background-image:url("../img/footer_glossary.png"); background-position: right top 2px; background-repeat: no-repeat; }

#footer ul.menu li {
	padding-bottom: 2px;
}

#footer ul.menu li.more {
	text-align: right;
	padding-right: 30px;
}

/* コピーライト */

#copyright {
	background: #111;
	padding: 25px 0 15px 0;
}

#copyright .inner {
	width: 960px;
	margin: 0 auto;
}

#copyright address {
	color: #999;
	font-size: 12px;
	float: left;
}

#toTop {
	float: right;
}

#toTop img {
	vertical-align: top;
}

#product {
	float: right;
	color: #999;
    font-size: 12px;
}

#product a {
	color: #999;
}

/* フォーム関係 */

.submit { padding: 0 15px; height: 25px; }
.input { height: 25px; }
.accordion_head { cursor: pointer; }

/* clearfix */

.clearfix:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
} 
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}
.clear {
	clear: both;
}

/* カテゴリ next and prev */

p.next_cate {
	float: right;
	text-align: right;
}

p.prev_cate {
	float: left;
	text-align: left;
}

/* 非表示 */

.none { display: none; }

/* 不透明 */

.mask:hover {
	opacity:0.85;
	filter:alpha(opacity=85);
	-ms-filter:"alpha(opacity=85)";
}

/* テキスト位置 */

.center { text-align: center !important; }
.left { text-align: left !important; }
.right { text-align: right !important; }

/* 画像位置 */

.vat { vertical-align:top; }
.vam { vertical-align:middle; }
.vab { vertical-align:bottom; }

/* 回り込み */

.f_left { float: left; }
.f_right { float: right; }

/* 余白 */

.mr0 { margin-right: 0; }
.mr1 { margin-right: 1px; }
.mr2 { margin-right: 2px; }
.mr3 { margin-right: 3px; }
.mr4 { margin-right: 4px; }
.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }

.ml0 { margin-left: 0; }
.ml1 { margin-left: 1px; }
.ml2 { margin-left: 2px; }
.ml3 { margin-left: 3px; }
.ml4 { margin-left: 4px; }
.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml35 { margin-left: 35px; }

.mt0 { margin-top: 0; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt35 { margin-top: 35px; }

.mb0 { margin-bottom: 0; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }

.pb0 { padding-bottom: 0; }
.pt15 { padding-top: 15px; }

.pd0 { padding: 0; }
.mg0 { margin: 0; }

/* 横幅 */

.w5 { width: 5px; }
.w10 { width: 10px; }
.w15 { width: 15px; }
.w20 { width: 20px; }
.w25 { width: 25px; }
.w30 { width: 30px; }
.w35 { width: 35px; }
.w40 { width: 40px; }
.w45 { width: 45px; }
.w50 { width: 50px; }
.w55 { width: 55px; }
.w60 { width: 60px; }
.w65 { width: 65px; }
.w70 { width: 70px; }
.w75 { width: 75px; }
.w80 { width: 80px; }
.w85 { width: 85px; }
.w90 { width: 90px; }
.w95 { width: 95px; }
.w100 { width: 100px; }
.w120 { width: 120px; }
.w145 { width: 145px; }
.w200 { width: 200px; }
.mw500 { max-width: 500px; }
/* 文字制御 */

.small { font-size: 10px; }
.big,
.hit { font-size: 24px; line-height: 24px; }

.f14 { font-size: 14px; }
.f18 { font-size: 18px; }
.f20 { font-size: 20px; }
.f22 { font-size: 22px; }
.f24 { font-size: 24px; }

.bold { font-weight:bold; }
.underline { text-decoration: underline; }

.white { color: white; }
.black { color: black; }
.gray { color: gray; }
.red { color: #c40000; }
.blue { color: #0009c1; }
.green { color: green; }
.yellow { color: yellow; }
.orange { color: orange; }
.purple { color: purple; }
.pink { color: #ff9595; }

.pr5 { color: #4B79D6; }
.pr6 { color: #236CFF; }
.pr7 { color: #FF6C23; }
.pr8,pr9 { color: #FF2335; }

#contents .item .inner p.success {
	clear:both;
	color: #4E7400;
	padding: 5px;
	background: #edffc2;
	border: 1px solid #C1D873;
	text-align: center;
}

#contents .item .inner p.error {
	clear:both;
	color: #740009;
	padding: 5px;
	background: #ffc3ca;
	border: 1px solid #d87387;
	text-align: center;
}

.gray_bg { background: #bababa; }
.light_gray_bg { background: #EDEDED; }

/* TAB */

.tab{
	overflow:hidden;
	margin-left: 1px;
}
.tab li{
	background:#ccc;
	padding:5px 5px;
	float:left;
	margin-right:1px;
	cursor:pointer;
	border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
	-ms-border-radius:5px 5px 0px 0px;
}
.tab li.select{
	background:#2a2a2a;
	color:#FFF;
}
.content li{
	background:#eee;
	padding:20px;
}
.hide {
	display:none;
}

/* PowerTip Plugin */
#powerTip {
	cursor: default;
	background-color: #333; /* fallback for browsers that dont support rgba */
	//background-color: rgba(0, 0, 0, 0.8);
	border-radius: 6px;
	color: #FFF;
	display: none;
	padding: 10px;
	position: absolute;
	white-space: nowrap;
	z-index: 2;
}
#powerTip.n:before, #powerTip.e:before, #powerTip.s:before, #powerTip.w:before,
#powerTip.ne:before, #powerTip.nw:before, #powerTip.se:before, #powerTip.sw:before {
	content: "";
	position: absolute;
}
#powerTip.n:before, #powerTip.s:before {
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	left: 50%;
	margin-left: -5px;
}
#powerTip.e:before, #powerTip.w:before {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	margin-top: -5px;
	top: 50%;
}
#powerTip.n:before {
	border-top: 10px solid rgba(0, 0, 0, 0.8);
	bottom: -10px;
}
#powerTip.e:before {
	border-right: 10px solid rgba(0, 0, 0, 0.8);
	left: -10px;
}
#powerTip.s:before {
	border-bottom: 10px solid rgba(0, 0, 0, 0.8);
	top: -10px;
}
#powerTip.w:before {
	border-left: 10px solid rgba(0, 0, 0, 0.8);
	right: -10px;
}
#powerTip.ne:before, #powerTip.se:before {
	border-right: 10px solid transparent;
	border-left: 0;
	left: 10px;
}
#powerTip.nw:before, #powerTip.sw:before {
	border-left: 10px solid transparent;
	border-right: 0;
	right: 10px;
}
#powerTip.ne:before, #powerTip.nw:before {
	border-top: 10px solid rgba(0, 0, 0, 0.8);
	bottom: -10px;
}
#powerTip.se:before, #powerTip.sw:before {
	border-bottom: 10px solid rgba(0, 0, 0, 0.8);
	top: -10px;
}