@charset "UTF-8";
@import url("/wp-content/themes/twdesk/common/css/default.css");
@import url("/wp-content/themes/twdesk/common/css/layout.css");

/* --------------------------------
	comingsoon.css
--------------------------------
comingsoon.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		右カラム
--------------------------------
ページ右側のメインカラムです。
-------------------------------- */
/* pickup */
.pickup .section-title {
	padding:0 0 12px;
	background:url("/wp-content/themes/twdesk/img/line_basic_silver.gif") no-repeat center bottom;
	text-align:right;
	font-size:18px;
}
.pickup .section-title span {
	display:block;
	height:18px;
	padding-top:20px;
	padding-right:10px;
}
.pickup.lookup .section-title span {
	padding-left:420px;
	background:url("/wp-content/themes/twdesk/feature/img/txt_recommended-features.gif") no-repeat 4px 100%;
}
.pickup.new .section-title span {
	padding-left:300px;
	background:url("/wp-content/themes/twdesk/feature/img/txt_new-features.gif") no-repeat 4px 100%;
}

/* 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 {
	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 h2,
.detail .texts h3,
.detail .texts dt,
.detail .texts li,
.detail .texts p {
	line-height:1.5;
}
.detail .texts h2,
.detail .texts h3,
.detail .texts dd,
.detail .texts .lead {
	margin-left:10px;
}
.detail .texts h2,
.detail .texts h3 {
	color:#0b5882;
	font-size:18px;
}
.detail .lead {
	margin:30px 160px 25px 10px;
}
.detail .texts .lead {
	margin-right:0;
	font-size:14px;
}
.detail .texts dt {
	margin-top:25px;
	padding:10px;
	border-left:6px solid #a6d5ff;
	background:#f1f3f5;
	font-size:14px;
}
.detail .texts dd p,
.detail .texts li {
	line-height:1.8;
	margin-top:20px;
}
.detail .texts ol li {
	list-style:outside decimal;
	margin-left:25px;
}
.detail .texts ul li {
	margin-left:10px;
	padding-left:15px;
	background:url("/wp-content/themes/twdesk/common/img/icn_triangle_right_gray.gif") no-repeat 0 4px;
}
.detail .texts dd p {
	margin-left:10px;
}

/* features */
.features .section-title {
	margin:0 0 20px;
	padding:10px;
	border-bottom:1px solid #e6e6de;
	background:#0b5882;
	color:#fff;
	font-size:18px;
}
.features .group {
	overflow:hidden;
	padding:5px 0;
	border-bottom:1px solid #e6e6de;
	_zoom:1;
}
.features .group.first {
	padding-top:0;
}
.features .group.end {
	padding-bottom:0;
	border-bottom:none;
}
.features .feature {
	float:left;
	position:relative;
	width:126px;
	padding:0 11px 30px;
	border-left:1px solid #e6e6de;
}
.features .group .feature.first {
	padding-left:0;
	border-left:none;
}
.features .group .feature.end {
	padding-right:0;
	padding-bottom:30px;
	border-right:none;
}
.features.no-more .group .feature {
	padding-bottom:0;
}
.feature h2 img,
.feature h3 img,
.feature p img {
	display:block;
	width:126px;
	height:117px;
}
.feature .lead {
	line-height:1.5;
	margin:10px 0 5px;
}
.feature .to-more {
	display:block;
	position:absolute;
	left:12px;
	bottom:5px;
	font-weight:normal;
}
.feature a .to-more {
	cursor:pointer;
}

/* schedule */
.schedule {
	margin:20px 0 0;
}
.schedule .section-title {
	margin:0 0 20px;
	padding:10px;
	border-bottom:1px solid #e6e6de;
	background:#0b5882;
	color:#fff;
	font-size:18px;
}
.schedule .section-lead,
.schedule dl {
	line-height:1.5;
	margin:20px 20px 0;
}
.schedule dt {
	margin:20px 0 10px;
	padding-bottom:5px;
	border-bottom:1px dotted #5cb4cf;
	font-size:16px;
	font-weight:normal;
}
.schedule dt:before {
	content:"●";
	margin-right:5px;
	color:#5cb4cf;
}
.schedule dt span {
	margin-right:1em;
}
.schedule li {
	list-style:outside disc;
	margin:10px 0 0 2em;
}
.schedule .name {
	color:#f46;
	font-weight:bold;
}


/* --------------------------------
■03.Sub		左カラム
--------------------------------
ページ左側のサブカラムです。
-------------------------------- */
/* News */
#News {
	padding:5px 2px 10px;
	border:1px solid #e0e1e1;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkitt-border-radius:5px;
}
#News .section-title {
	padding:0 4px 0 2px;
	text-align:right;
}
#News .section-lead {
	line-height:1.5;
	margin:5px;
	color:#808074;
	font-size:10px;
	font-weight:bold;
}
#News ol {
	border-top:1px solid #dcdfe4;
}
#News li {
	line-height:1.5;
	padding:10px 5px;
	border-bottom:1px solid #dcdfe4;
}
#News .date {
	margin-left:20px;
	font-family:monospace;
	white-space:nowrap;
}
#News .to-more {
	margin:10px 5px 0;
	text-align:right;
}
#News .to-more a {
	padding:5px 20px 5px 0;
	background:url("/wp-content/themes/twdesk/common/img/icn_arrow_right_bg-gray.gif") no-repeat right center;
}