/* サポートページのレイアウト関連 */


/* 記事関連 */
.title h1 {
	margin: 0;
	padding: 0;
	color: #666600;
	font-size:1.5em;
	font-weight:bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}

.help_title {
	height: 27px;
	background: #ffffff url(/img/basic/help_title_back.gif) repeat-x;
	padding-left: 20px;
	padding-top: 5px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	}
.title {
	background: #FFFFFF url("/support/img/title-bg.gif") no-repeat right top;
	color: #666600;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, Osaka,"Trebuchet MS", verdana, arial, sans-serif;
	font-weight: bold;
	padding: 5px;
	border-top: 1px solid #d3d3d3;
	border-bottom: 5px solid #d3d3d3;
	}
.sidetitle {
	background: #FFFFFF;
	color: #000;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, Osaka,"Trebuchet MS", verdana, arial, sans-serif;
	font-weight: bold;
	padding: 5px;
	border-top: 1px solid #000;
	margin-top: 5px;
	}
.side {
	background: #FFFFFF;
	color:#000;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, Osaka,"Trebuchet MS", verdana, arial, sans-serif;
	font-size: 0.9em;
	font-weight:normal;
	line-height:1.5em;
	margin-bottom:0.5em;
	padding:5px;
	}


/* フッター関連 */
.powered {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 0.5em;
	padding: 0.5em;
	text-align: right;
	border-top: 1px solid #d3d3d3;
	}

/* ステップ１、２、３、４、５ */
.stepBox {
	border-bottom: 3px dashed #d9d9d9;
	padding-bottom: 3em;
	margin-bottom: 3em;
}


/* コンテンツ記事のリスト関連 */
.content_tree_ {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}
.content_tree1_ {
	display: block;
	background: url(../../order/img/list.gif) no-repeat center left;
	border-bottom: 1px dotted #d9d9d9;
	padding: 3px 2px 3px 20px;
	margin: 2px 2px 0px 10px;
	text-decoration: none;
	/* Not MAC IE \*/
	_width: 100%;
	/* Not MAC IE */
	}
.content_tree_title_ {
	background: url(../../order/img/category.gif) no-repeat center left;
	padding: 3px 2px 3px 20px;
	margin: 2px 2px 0px 10px;
	text-decoration: none;
	font-weight: bold;
	}

/* テーブルレイアウト */
table.table-01 {
    width: 530px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}
table.table-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table.table-01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

/* アコーディオン */
dl.acdn {
	width: 100%;
	border-top: #000 1px solid;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
	position: relative;
}
dl.acdn dt {
	padding: 5px 10px;
	color: #000;
	font-weight: bold;
	cursor: pointer;
	background: #f0e68c;
	border-left: #f0e68c 4px solid;
	border-bottom: #000 1px solid;
	position: relative;
	text-align: left;
}
dl.acdn dt.active,
dl.acdn dt.ov {
	background: #f0e68c;
	border-left: #333 4px solid;
}
dl.acdn dt.active {
	color: #333;
}
dl.acdn dd {
	border-bottom: #000 1px solid;
	position: relative;
}
dl.acdn dd p {
	padding: 10px 10px;
	background: #FFFFFF;
	text-align: left;
}
dl.acdn dd ul {
	width: 60%;
	background: #f3f3f3;
	margin-left: 2em;
	margin-right: auto;
}
dl.acdn dd ul li {
	border-bottom: #FFFFFF 1px solid;
	padding: 1em;
	list-style: none;
}

/* サムネイルつき矢印リスト２ */
.help_list ul{
	border-bottom: 1px solid #ccc;
	margin-left: 10px;
	margin-right: 10px;
}
.help_list ul li{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
	background: linear-gradient(#fff, #f0f0f0);
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: 45px;
	margin: 0px;
}
.help_list ul li a{
	background: url(../images/list_mark1.png) no-repeat 100% 50%;
	color: #666;
	display: block;
	height: 45px;
	margin: 0;
	padding: 0 20px 0 1em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
}
.help_list ul li a strong{
	color: #000;
	display: block;
	font-weight: bold;
	padding-top: 5px;
}
.help_list ul li img{
	float: left;
	height: 45px;
	width: 45px;
	margin-right: 10px;
}

/* パンくずリスト */
div.support_navigation_ {
	padding-bottom:10px:
	display:block;
	font-line:1.4em;
	}

/* ホールトゥピアスのサイズ表用 */
table.htp {
	background-color: #ffffff;
	border-top:#ffffff 3px double;
	border-collapse: collapse;
	font-size: 11px;
	width: 100%;
	color:#333333;
} 
table.htp th.t_top {
	border-bottom: #dcdddd 1px solid;
	background-color: #efefef;
	text-align: left;
	padding: 10px;
} 
table.htp td.t_line01 {
	background-color: #fff;
	text-align: left;
	padding: 10px;
	vertical-align: top;
}
table.htp td.t_line02 {
	background-color: #f7f8f8;
	text-align: left;
	padding: 10px;
	vertical-align: top;
}

/* 「特定商取引に関する法律」に基づく表記ページ用 */
table.ink {
	border-collapse: collapse;
	width:100%;
}
table.ink th.t_top {
    border-top: #be1309 4px solid;
	width: 180px;
}
table.ink th {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
	font-weight: normal;
	background: #f7f7f7;
}
table.ink td.t_top {
	border-top: #b3b3b3 4px solid;
}
table.ink td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
}

/* お知らせ（Topics）ページ用 */
.newsbox {
	margin-bottom: 5em;
	padding: 1em;
	border: dashed 2px #d3d3d3;
}
.topics-title {
	color: #000;
	margin-top: 2em;
	padding: 0;
	border-bottom: 1px dotted #999999;
}
.topics-comment {
	padding: 1em;
	border-bottom: 1px dotted #999999;
}

/* サイトマップ用 */
#TopInfo {
	padding: 20px;
	background: #fff;
	padding: 0 20px;

	-moz-border-radius:11px;
	-khtml-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:10px;
	background:#fff;
	border:1px solid #e5e5e5;

	-moz-box-shadow:rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow:rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow:rgba(200,200,200,1) 0 4px 18px;
	box-shadow:rgba(200,200,200,1) 0 4px 18px;
	margin: 20px;
	behavior:url("../../PIE.htc");
	position:relative;
	float: left;
	}
#sitemapTopInfoL {
	width: 47%;
	float: left;
	display: block;
	margin: 1%;
}
#sitemapTopInfoR {
	width: 45%;
	display: block;
	float: right;
	margin: 1%;
	border-left: 1px dotted #006600;
	padding-left: 3%;
}

/* 問い合わせフォーム用 */
#contact_form select[name="subject"],input[name="name"],input[name="mailaddress"],input[name="mailaddress2"],input[name="postcode"],select[name="address1"],input[name="address2"],input[name="tel"] {
	padding:5px;
	}
#contact_form input:focus,input:hover {
	background:#FFFFED;
	}
#contact_form textarea {
	padding:5px;
	}
#contact_form textarea:focus,textarea:hover {
	background:#FFFFED;
	}
#contact_form input[type="submit"] {
	font-size:120%;
	margin: 0;
	padding: 5px;
	background:
	-webkit-gradient(linear, left top, left bottom, from(#FFAA33), to(#FF8800));
	border: 1px #666 solid; color: #000;
	-webkit-appearance: none;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 2px 2px #CCC;
	}
