/* サポートページのレイアウト関連 */

/* 記事関連 */
.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 {
	color: #000;
	font-weight: bold;
	font-size: 1.3em;	
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
	background: linear-gradient(#fff, #f0f0f0);
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	margin: 0;
	text-align: center;
	padding: 5px 0;
	}
.title {
	background: #FFFFFF url("/support/img/title-bg.gif") no-repeat right top;
	color: #666600;
	font-weight: bold;
	padding: 5px;
	border-top: 1px solid #d3d3d3;
	border-bottom: 5px solid #d3d3d3;
	text-align: left;
	}
.sidetitle {
	background: #FFFFFF;
	font-weight: bold;
	border-top: 1px solid #000;
	margin-top: 5px;
	text-align: left;
	}
.side {
	background: #FFFFFF;
	font-weight:normal;
	line-height:1.3;
	margin-bottom:0.5em;
	text-align: left;
	padding: 3px 0;
	}
.side ul li {
	list-style: none;
}

/* 画像サイズが大きければ↓をclass設定 */
img.sp_img {
	max-width: 100%;
	 height: auto;
	}

/* ステップ１、２、３、４、５ */
.stepBox {
	border-bottom: 2px dashed #d9d9d9;
	padding-bottom: 1em;
	margin-bottom: 1em;
	text-align: left;
}

/* コンテンツ記事のリスト関連 */
.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: 100%;
	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 {
	background: #f3f3f3;
	margin: 0 1em;
}
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;
	text-align: left;
}
.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;
	line-height: 35px;
}
.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: 3px;
	display:block;
	font-line:1.4em;
	background: #f9f9f9;
	text-align: left;
	}

/* ホールトゥピアスのサイズ表用 */
table.htp {
	background-color: #ffffff;
	border-top:#ffffff 3px double;
	border-collapse: collapse;
	font-size: 9px;
	width: 100%;
	color:#333333;
} 
table.htp th.t_top {
	border-bottom: #dcdddd 1px solid;
	background-color: #efefef;
	text-align: left;
	padding: 2px;
} 
table.htp td.t_line01 {
	background-color: #fff;
	text-align: left;
	padding: 2px;
	vertical-align: top;
}
table.htp td.t_line02 {
	background-color: #f7f8f8;
	text-align: left;
	padding: 2px;
	vertical-align: top;
}

/* 「特定商取引に関する法律」に基づく表記ページ用 */
table.ink {
	border-collapse: collapse;
	width:100%;
}
table.ink th.t_top {
    border-top: #be1309 4px solid;
	width: 60px;
}
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 {
	text-align: left;
	margin-bottom: 2em;
	padding: 1em;
	border: dashed 2px #d3d3d3;
}
.topics-title {
	color: #000;
	margin-top: 1em;
	padding: 0;
	border-bottom: 1px dotted #999999;
}
.topics-comment {
	padding: 3px;
	border-bottom: 1px dotted #999999;
}


/* 問い合わせフォーム用 */
#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"] {
	width:96%;
	font-size:16px;
	padding:5px;
	}
#contact_form input:focus,input:hover {
	background:#FFFFED;
	}
#contact_form textarea {
	width:96%;
	font-size:16px;
	padding:5px;
	height:50px;
	}
#contact_form textarea:focus,textarea:hover {
	height: 150px;
	background:#FFFFED;
	}
#contact_form input[type="submit"] {
	width: 96%;
	font-size:16px;
	margin: 0;
	padding: 5px;
	background:
	-webkit-gradient(linear, left top, left bottom, from(#FFAA33), to(#FF8800));
	border: 1px #F27300 solid; color: #FFF;
	-webkit-appearance: none;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 2px 2px #CCC;
	text-shadow: 1px 2px 3px #C45C00;
	}
