/* MODULE */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block; min-height: 1%;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#wrs {
	padding: 20px 0 0 0;
	}
/* CONTENTS FRAME */
#wrs .baseAreaLine {
	background: url(/images/wrs/base_bg.gif) repeat-y;
}

#wrs .baseAreaPdg{
	padding:20px 10px;
}
	
/*見出し*/
#wrs h1{
	margin:20px 0px;
}
#wrs h2{
	margin-bottom:10px;
}
#wrs h3{
	margin-bottom:10px;
}

/*段落下げ*/
#wrs .Indent1{
	margin:0px 15px 20px 15px;
}

#wrs .Indent2{
	margin:0px 30px 20px 30px;
}

/*ボールド共通*/
#wrs strong {
	font-weight: bold;
}

/*リンクボタン*/
p.linkNext {
	text-align: center;
	margin: 15px 0 30px 0;
}

/*フッターリンク*/
div.footerLink {
	text-align: center;
	}
	
/*利用規約テーブル*/
table.rulesBox {
	text-align: left;
	border:1px solid #000000;
	width: 562px;
	border-collapse: collapse;
	background: #ffffff;
	}
table.rulesBox td {
	padding: 19px;
	}
	
/*接続コードテーブル*/
table.codeBox {
	text-align: left;
	width: 700px;
	border-collapse: collapse;
	background: #fedeb3;
	}
table.codeBox td {
	padding: 15px;
	}

/*下記お好きに編集どうぞ*/

/*-------------------------------------------------------
　ページ個別設定：ご案内（index.html）
-------------------------------------------------------*/

/*特徴*/
div.topPage ul#feature {
	margin-right: 0;
	background: url(/images/wrs/bg_feature.gif) repeat-y;
}

div.topPage ul#feature li {
	float: left;
	width: 190px;
	padding: 10px;
	margin-right: 5px;
}

div.topPage ul#feature li p {
	margin-top: 5px;
	width: 190px;
}

div.topPage ul#feature li p.caution {
	font-size: 10px;
}


/*ケース紹介*/
div.topPage div#cases {
	clear: both;
	background: #ffcba8;
	padding: 10px 0 15px 10px ;
}

div.topPage div#cases ul.details {
	background: url(/images/wrs/bg_cases.gif) no-repeat left bottom;
	margin-top: 3px;
}

div.topPage div#cases ul.details li {
	float: left;
	width: 215px;
	margin-right: 5px;
}

div.topPage div#cases ul.details li p {
	padding: 10px 15px 10px 10px;
}


/*関連リンク*/
div.topPage table td.baseAreaPdg p.rltLink {
	clear: both;
	text-align: right;	
}


/*必要環境*/
div.topPage dl#spec {
	margin: 20px 0 30px 0;
	text-align: center;
}

div.topPage dl#spec dt,
div.topPage dl#spec dd {
	display: inline;
}

div.topPage dl#spec dt {
	font-weight: bold;
}

div.topPage dl#spec dd {
	margin-right: 2em;
}


/*ご利用の流れ*/
div.topPage p#steps {
	margin: 15px 0 50px 0;
	text-align: center;
}


/*-------------------------------------------------------
　ページ個別設定：店舗一覧（shop.html）
-------------------------------------------------------*/

div.shop p.caution {
	margin: 0 30px 25px 30px;
	padding: 9px;
	border: 1px solid #f00;
	color:#f00;
	text-align: center;
	font-weight: bold;
}

/*インデックス（div）*/
dl#areaIndex {
	margin: 0 20px 20px 20px;
}

dl#areaIndex dt {
	clear: both;
	width: 8em;
	float: left;
	font-weight: bold;
}

dl#areaIndex dd {
	margin-left: 8em;
	padding-bottom: 1em;
}

dl#areaIndex dd ul li {
	display: inline;
	background: url(/images/wrs/lst_separator_ccc.gif) no-repeat right 0;
	padding: 0 5px;
	color: #ccc;
}

dl#areaIndex dd ul li.last {
	background: none;
}


/*店舗一覧（div id="shopList"）*/
div#shopList {
	padding: 15px;
}

div#shopList div.area {
	margin: 10px 0;
	padding: 6px 8px;
	background: #ff5c01;
}

div#shopList div.area h3 {
	float: left;
	background: url(/images/wrs/blt_sq_fff.gif) no-repeat left 0.1em;
	padding-left: 16px;
	color: #fff;
	font-size: 116%;
	font-weight: bold;
}

div#shopList div.area p {
	color: #fff;
	float: right;
}

div#shopList h4 {
	clear: both;
	margin-bottom: 5px;
	padding: 3px 8px;
	background: #fcd7c2;
	font-weight: bold;
}

div#shopList table {
	width: 670px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 25px;
}

div#shopList table th,
div#shopList table td {
	border-bottom: 1px solid #ccc;
	padding: 8px 10px;
}

div#shopList table th {
	width: 50%;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
}

div#shopList table th span.notice {
	color: #f00;
	font-size: 87%;
}

div#shopList table td {
	padding-left: 25px;
	text-align: right;
	white-space: normal;
}

div#shopList table td img {
	vertical-align: middle;
}

div#shopList table td a {
	text-align: right;
}
