@charset "UTF-8";
@import url("/wp-content/themes/twdesk/common/css/default.css");
@import url("/wp-content/themes/twdesk/common/css/layout.css");
@import url("/wp-content/themes/twdesk/common/css/jquery.lightbox-0.5.custom.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;
}
.detail .section {
	overflow:hidden;
	_zoom:1;
}
#Contents .to-back {
	margin:60px 0 30px;
	text-align:right;
}


/* --------------------------------
■02.Main		右カラム
--------------------------------
ページ右側のメインカラムです。
-------------------------------- */
/* category */
.category {
	padding:0 0 20px;
	background:url("/wp-content/themes/twdesk/img/line_basic_silver.gif") no-repeat center bottom;
}
.category .section-title {
	margin-left:10px;
	color:#0b5882;
	font-size:24px;
}
.category ul {
	margin:30px 10px 15px 95px;
	font-size:14px;
}
.category li {
	line-height:1.5;
	margin-bottom:10px;
	padding-left:15px;
	text-indent:-15px;
}
.category li a {
	padding-left:15px;
	background:url("/wp-content/themes/twdesk/common/img/icn_triangle_right_gray.gif") no-repeat 0 4px;
}
.category .return-to {
	padding-bottom:0;
}
/* word */
.word-cat,
.word-cat .inner {
	border:1px solid #e0e1e1;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkitt-border-radius:5px;
}
.word-cat {
	box-shadow:0 1px 2px #ccc;
	-moz-box-shadow:0 1px 2px #ccc;
	-webkit-box-shadow:0 1px 2px #ccc;
	background:#f1f3f5 url("/wp-content/themes/twdesk/help/img/bg_word-cat.gif") no-repeat right top;
}
.word-cat .inner {
	padding:0 1px;
	border-color:#fff;
	background:transparent;
}
.word-cat .section-title {
	margin:15px 15px 35px;
	color:#0b5882;
	font-size:24px;
}
.word-cat .section-body {
	overflow:hidden;
	padding:0 37px 35px;
	_zoom:1;
}
.word-cat .cat {
	width:302px;
}
.word-cat .cat.twitter {
	float:left;
}
.word-cat .cat.twdesk {
	float:right;
}
.word-cat .cat h3 {
	padding:10px;
	border:1px solid #e0e1e1;
	background:#fcf9c4;
	font-size:14px;
}
.word-cat .cat li {
	margin:20px 20px 0;
	padding-left:15px;
	text-indent:-15px;
}
.word-cat .cat li a {
	padding-left:15px;
	background:url("/wp-content/themes/twdesk/common/img/icn_triangle_right_gray.gif") no-repeat 0 4px;
}
/* detail */
.detail,
.detail .texts {
	overflow:hidden;
	_zoom:1;
}
.pickup .detail {
	margin-top:40px;
	padding:0 0 40px;
	background:url("/wp-content/themes/twdesk/img/line_basic_silver.gif") no-repeat center bottom;
}
.detail .images {
	clear:right;
	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 .texts {
	clear:left;
}
.detail h2,
.detail h3,
.detail dt,
.detail li,
.detail p {
	line-height:1.8;
	margin-right:160px;
	font-size:14px;
	text-align:justify;
}
.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 p {
	margin-bottom:25px;
	margin-left:10px;
}
.detail .bold {
	font-weight:bold;
}
.detail .texts h2,
.detail .texts h3,
.detail .texts dt,
.detail .texts li,
.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 ol,
.detail ul {
	margin-bottom:20px;
}
.detail li {
	margin-top:20px;
}
.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;
}
/* lightbox */
.detail .galleries li {
	/* margin-right:160px; */
	margin-right:0;
	_zoom:1;
}
.detail .galleries li:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	font-size:0;
}
.detail .galleries p {
	overflow:hidden;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
	_zoom:1;
}
.detail .lightbox,
.detail .lightbox-s {
	display:block;
	padding:4px;
	border:1px solid;
	border-color:#ddd #ccc #ccc #ddd;
}
.detail .lightbox {
	float:right;
	margin-left:20px;
}
.detail .lightbox-s {
	float:none;
	margin:0;
}
/* 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;
}
/* sections */
.local-nav.sections .section-title {
	border-bottom:1px solid #e0e1e1;
}
.local-nav.sections ul {
	padding:0 8px 15px;
	border-top:1px solid #fff;
	border-bottom:1px solid #e0e1e1;
}
.local-nav.sections li {
	line-height:1.5;
	margin:15px 0 0;
	padding:0 0 0 10px;
	text-indent:-10px;
}
.local-nav.sections li a {
	padding-left:10px;
	background:url("/wp-content/themes/twdesk/common/img/icn_triangle_right_gray.gif") no-repeat 0 2px;
}
/* helps */
.local-nav.helps .section-title {
	border-bottom:1px solid #e0e1e1;
}
.local-nav.helps ul {
	padding:0 0 15px 20px;
	border-top:1px solid #fff;
	border-bottom:1px solid #e0e1e1;
}
.local-nav.helps li {
	line-height:1.5;
	padding:10px 5px;
	border-bottom:1px solid #dcdfe4;
}
.local-nav.helps li strong {
	font-weight:normal;
}
.local-nav.helps .word {
	border-bottom:1px solid #e0e1e1;
}
.local-nav.helps .return-to-top {
	line-height:1.5;
	padding:15px 7px;
	border-top:1px solid #fff;
	text-align:right;
}
.local-nav.helps .return-to-top a {
	display:block;
	padding-right:15px;
	background:url("/wp-content/themes/twdesk/common/img/icn_arrow_right_bg-gray.gif") no-repeat 100% 90%;
}