@charset "UTF-8";
@import url("/wp-content/themes/twdesk/common/css/default.css");
@import url("/wp-content/themes/twdesk/common/css/layout.css");

/* --------------------------------
	help.css
--------------------------------
help.cssはよくあるご質問ページで使用しているCSSファイルです。

** index
01.大枠
02.#Main		メインカラム
03.#Sub			サブカラム
-------------------------------- */

/* --------------------------------
■01.大枠
--------------------------------
#Contents上部や大ブロックなどの大枠の記述です。
-------------------------------- */
/* 大枠 */
#Header {
	border-bottom:none;
}
#Contents {
	background:#fff;
}
#Content {
	padding:20px 0 0;
	border-top:1px solid #e1e2e4;
}
.content-header,
.content-header .inner {
	border:1px solid #e0e1e1;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkitt-border-radius:5px;
}
.content-header {
	margin:10px 0 40px;
	box-shadow:0 1px 2px #ccc;
	-moz-box-shadow:0 1px 2px #ccc;
	-webkit-box-shadow:0 1px 2px #ccc;
	background:#f1f3f5;
}
.content-header .inner {
	border-color:#fff;
	background:transparent;
}
.content-header .inner2 {
	padding:10px 15px 10px;
	border-left:10px solid #a8d5fc;
	border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	-webkitt-border-radius:5px 0 0 5px;
}
.content-header h1 {
	color:#160404;
	font-size:30px;
}
.content-header p {
	line-height:1.8;
	margin:30px 0 0 435px;
	color:#666;
}
#Main {
	float:right;
	width:723px;
}
#Sub {
	float:left;
	width:200px;
}

/* section */
#Contents .section {
	margin-bottom:20px;
}
#Contents .to-back {
	margin:60px 0 30px;
	text-align:right;
}


/* --------------------------------
■02.Main		右カラム
--------------------------------
ページ右側のメインカラムです。
-------------------------------- */
/* histories */
#Main.histories {
	float:none;
	width:723px;
	margin:0 auto;
}
.history {
	padding:0 0 20px;
	background:url("/wp-content/themes/twdesk/img/line_basic_silver.gif") no-repeat center bottom;
}
.history .section-title {
	margin-left:10px;
	color:#0b5882;
	font-size:24px;
}
.history ul {
	margin:30px 10px 15px 95px;
	font-size:14px;
}
.history li {
	line-height:1.5;
	margin-bottom:10px;
	padding-left:15px;
	text-indent:-15px;
}
.history li a,
.history li span {
	padding-left:15px;
	background:url("/wp-content/themes/twdesk/common/img/icn_triangle_right_gray.gif") no-repeat 0 4px;
}
.history .return-to {
	padding-bottom:0;
}
/* detail */
.detail,
.detail .texts {
	overflow:hidden;
	_zoom:1;
}
.detail .images {
	float:right;
	width:316px;
	padding-right:4px;
	color:#666;
	font-size:10px;
}
.detail .image {
	float:left;
	margin-bottom:60px;
	padding-left:29px;
}
.detail .image.large {
	width:287px;
}
.detail .image.large .arrow {
	padding:45px 0 0;
	background:url("/wp-content/themes/twdesk/common/img/arrow_bottom_red.gif") no-repeat 50% 10px;
}
.detail .image.small {
	width:129px;
}
.detail .images img {
	display:block;
	margin-bottom:5px;
	border:1px solid #ccc;
}
.detail .image.large img {
	width:285px;
}
.detail .image.small img {
	width:127px;
}
.detail h2,
.detail h3,
.detail dt,
.detail li,
.detail p {
	line-height:1.8;
	font-size:14px;
}
.detail table h2,
.detail table h3,
.detail table dt,
.detail table li,
.detail table p {
	font-size:12px;
}
.detail h2,
.detail h3 {
	clear:both;
	margin:30px 0 20px;
	display:block;
	padding:5px 10px;
	border-left:6px solid #a6d6ff;
	background:#f1f3f5;
	color:#0b5882;
	font-size:18px;
	*zoom:1;
}
.detail h2 {
	border-top:6px solid #a6d6ff;
	border-left:none;
	text-align:center;
}
.detail h3 {
	font-size:16px;
}
.detail p {
	margin:25px 160px 25px 10px;
}
.detail p.screen-shot,
.detail .texts p {
	margin-right:0;
}
.detail dt {
	margin-top:25px;
	padding:10px;
	border-left:6px solid #a6d5ff;
	background:#f1f3f5;
	font-size:14px;
}
.detail dd {
	margin-left:10px;
}
.detail li {
	margin-top:20px;
}
.detail td li {
	margin-top:0;
}
.detail ol li {
	list-style:outside decimal;
	margin-left:25px;
}
.detail ul li {
	margin-left:10px;
	padding-left:15px;
	background:url("/wp-content/themes/twdesk/common/img/icn_triangle_right_gray.gif") no-repeat 0 8px;
}
.detail td ul li {
	margin-left:0;
	background-position:0 6px;
}
.detail .bold {
	font-weight:bold;
}
/* for-media */
.detail .for-media {
	text-align:right;
	margin-right:0;
}
/* com-info */
.com-info {
	width:100%;
	font-size:14px;
}
.com-info th,
.com-info td {
	padding:10px 20px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	vertical-align:top;
}
.com-info th {
	background:#e5e5d9;
	white-space:nowrap;
}
.com-info td {
	width:100%;
}
/* recommend */
.recommend .section-title {
	margin:0 0 20px;
	padding:10px;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkitt-border-radius:5px 5px 0 0;
	background:#0b5882;
	color:#fff;
	font-size:18px;
}
.recommend ul {
	margin:0 60px;
}
.recommend li {
	margin-bottom:20px;
	padding-left:15px;
	text-indent:-15px;
}
.recommend li a {
	padding-left:15px;
	background:url("/wp-content/themes/twdesk/common/img/icn_triangle_right_gray.gif") no-repeat 0 4px;
}


/* --------------------------------
■03.Sub		左カラム
--------------------------------
ページ左側のサブカラムです。
-------------------------------- */
/* local-nav */
.local-nav,
.local-nav .inner {
	border:1px solid #e0e1e1;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkitt-border-radius:5px;
}
.local-nav {
	box-shadow:0 1px 2px #ccc;
	-moz-box-shadow:0 1px 2px #ccc;
	-webkit-box-shadow:0 1px 2px #ccc;
	background:#f1f3f5;
}
.local-nav .inner {
	padding:0 1px;
	border-color:#fff;
	background:transparent;
}
.local-nav .section-title {
	line-height:1.5;
	padding:10px;
	color:#666;
	font-size:14px;
}
.local-nav .word {
	padding:10px 15px;
	border-top:1px solid #fff;
	font-size:14px;
	font-weight:bold;
}
.local-nav .word a {
	padding-left:20px;
	background:url("/wp-content/themes/twdesk/common/img/icn_ball_blue.gif") no-repeat left bottom;
}
/* news */
.local-nav.news .section-title {
	border-bottom:1px solid #e0e1e1;
}
.local-nav.news dt {
	background:#fcf9c4;
	color:#333;
	font-size:14px;
}
.local-nav.news dt span {
	display:block;
	padding:5px 10px;
	border-top:1px solid #fff;
}
.local-nav.news dd {
	line-height:1.5;
	padding:5px 5px 5px 20px;
	border-top:1px solid #fff;
	border-bottom:1px solid #dcdfe4;
	color:#666;
}
.local-nav.news strong {
	font-weight:normal;
}