@charset "UTF-8";
@import url("/wp-content/themes/twdesk/common/css/default.css");
@import url("/wp-content/themes/twdesk/common/css/layout.css");

/* --------------------------------
	policy.css
--------------------------------
policy.cssはセキュリティポリシーページ、
および利用規約ページで使用しているCSSファイルです。

** index
01.大枠
02.#Main		メインカラム
-------------------------------- */

/* --------------------------------
■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:none;
	width:723px;
	margin:0 auto;
}
#Sub {
	float:left;
	width:200px;
}

/* section */
#Contents .section {
	margin-bottom:20px;
}
#Contents .to-back {
	margin:60px 0 30px;
	text-align:right;
}


/* --------------------------------
■02.Main		右カラム
--------------------------------
ページ右側のメインカラムです。
-------------------------------- */
#Main h2,
#Main h3,
#Main dt,
#Main li,
#Main p {
	line-height:1.8;
	font-size:14px;
}
#Main h2,
#Main 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;
}
#Main h2 {
	border-top:6px solid #a6d6ff;
	border-left:none;
	text-align:center;
}
#Main h4 {
	text-align:center;
}
#Main p {
	margin:0 160px 25px 10px;
}
#Main .texts p {
	margin-right:0;
}
#Main dt {
	margin-top:25px;
	padding:10px;
	border-left:6px solid #a6d5ff;
	background:#f1f3f5;
	font-size:14px;
}
#Main dd {
	margin-left:10px;
}
#Main li {
	margin-top:20px;
}
#Main ol li {
	list-style:outside decimal;
	margin-left:2.5em;
}
#Main ul li {
	list-style:none;
	margin-left:10px;
	padding-left:15px;
	background:url("/wp-content/themes/twdesk/common/img/icn_triangle_right_gray.gif") no-repeat 0 8px;
}