@charset "UTF-8";
@import url("/wp-content/themes/twdesk/common/css/default.css");
@import url("/wp-content/themes/twdesk/common/css/layout.css");

/* --------------------------------
	support.css
--------------------------------
support.cssはお問い合わせページで使用しているCSSファイルです。

** index
01.大枠
-------------------------------- */

/* --------------------------------
■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;
}

/* section */
#Contents .section {
	margin-bottom:20px;
}
#Contents .section-lead {
	line-height:1.8;
	margin:0 0 40px;
}
#Contents .to-back {
	margin:60px 0 30px;
	text-align:right;
}


/* --------------------------------
■02.list		お問い合わせ手段
--------------------------------
ページ本体のお問い合わせ手段のご案内ブロックです。
-------------------------------- */
#Contents .list {
	margin:3em;
	border:1px solid #dbdde3;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#Contents .list dt {
	padding:0.5em 1em;
	background:#fff;
	background: -moz-linear-gradient(top,#fff,#fff 50%,#eef0f7);	/* Firefox用 */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),color-stop(0.5, #fff),to(#eef0f7));	/* Safari,Google Chrome用 */
	font-size:2em;
	font-weight:normal;
}
#Contents .list li+li dt {
	border-top:1px solid #dbdde3;
}
#Contents .list dt span {
	display:block;
	padding-left:0.5em;
	border-left:0.2em solid #a8d5fc;
}
#Contents .list dd {
	line-height:1.8;
	margin:0.5em 1.5em;
	font-size:1.5em;
}
#Contents .list address {
	font-size:1.5em;
	font-weight:bold;
}