@charset "UTF-8";
@import url("/common/css/default.css");
@import url("/common/css/layout.css");
@import url("/common/css/common-parts.css");

/* --------------------------------
	trial.css
--------------------------------
trial.cssは「お試しについて」コンテンツで使用しているCSSファイルです。

** index
01.初期設定上書き
02:.guidance	各特徴
-------------------------------- */

/* --------------------------------
■01.初期設定上書き
--------------------------------
importしている共用CSSの記述を上書きしています。
-------------------------------- */
/* QA */
.showcase {
	margin:20px 15px;
}
.showcase dt,
.showcase dd {
	line-height:1.5;
	padding:15px 15px 15px 2em;
	text-indent:-1em;
}
.showcase dt {
	border:none!important;
	background:#7e82de!important;
	color:#fff!important;
	font-size:100%!important;
	font-weight:bold;
}
.showcase dt span {
	display:inline!important;
	line-height:1.5!important;
	padding:0!important;
	border-left:none!important;
}
.showcase dd {
	background:#fff;
}
.showcase dd span {
	color:#7e82de;
	font-weight:bold;
}


/* --------------------------------
■02.guidance	各特徴
--------------------------------
トップページの各特徴を仕分けしているブロックです。
-------------------------------- */
/* お試しとは？ */
#Main .rimit {
	margin:15px 25px 0;
	color:#d57b31;
}

/* 有償版との違いは？ */
#Main table {
	margin:15px 25px 1px;
	border:2px solid #6c6ed7;
}
#Main th,
#Main td {
	padding:4px 10px;
	border:1px solid #6c6ed7;
}
#Main th {
	padding-right:2em;
	text-align:left;
	font-weight:normal;
}
#Main td {
	padding-right:30px;
	padding-left:30px;
	text-align:center;
	white-space:nowrap;
}

/* 注意事項 */
#Main .check-point {
	margin:15px 25px 0;
}
#Main .check-point dt,
#Main .check-point dd {
	line-height:1.5;
	padding-left:1em;
	text-indent:-1em;
}
#Main .check-point dt {
	font-weight:bold;
}
#Main .check-point dd {
	margin:0 0 5px;
}

/* お申し込み・ご利用方法 */
#Main .qr-code,
#Main .address {
        overflow:hidden;
        margin:15px 25px 0;
        _zoom:1;
}
#Main .gizagiza dt {
        float:left;
        margin:0 2em 0 0;
        width:80px
}
#Main .address dt {
        float:left;
        margin:0 2em 0 0;
        width:150px
}
#Main .gizagiza dd {
        overflow:hidden;
        font-size:100%;
}
#Main .address dd {
        overflow:hidden;
        font-size:114%;
        _zoom:1;
}
#Main .qr-code dd {
        padding-top:80px;
}
#Main .address dd {
        font-size:100%;
}

