@charset "shift_jis";
/* CSS Document */

img {
	display: block;
}

body { color:#333; background-color:#fff; font-size:10.5pt; line-height:1.4em; }
A:link		{ color: #003399; text-decoration: underline; }
A:visited	{ color: #003399; text-decoration: underline; }
A:active	{ color: #003399; text-decoration: underline; }
A:hover		{ color: #ff0000; text-decoration: underline; }
th,td			{ font-size:10.5pt; line-height:1.4em; }
p,div,li,dt,dd{ line-height:1.4em; }
img { border:0; }
.p1		{ font-size:12px; }
.p2		{ font-size:12px; color: #ff0000; }
.p3		{ font-size:14px; }
.cl_p1{ color:#39c; }
.red { color:#ff0000; }
.bold { font-weight:bold; }
.note {
	padding-left: 1.0em;
	text-indent: -1.0em;
}
.m0 { margin:0; }
.mt0 { margin-top:0; }
.mt05em { margin-top:0.5em; }
.mt1em { margin-top:1em; }
.mt2em { margin-top:2em; }
.mb0 { margin-bottom:0; }
.p0 { padding:0; }
.pt0 { padding-top:0; }
.ptop { font-size:85%; text-align:right; }
.tleft { text-align:left; }
.tcenter { text-align:center; }

h2{ margin: 0 0 20px 0; padding: 0; }
h3{ margin: 0; padding: 0; font-size:16px; }
h4{ margin: 0; padding: 0; font-size:15px; }
h5{ margin: 0; padding: 0; font-size:14px; }
#title_rview { margin:0; padding:0; width:750px; }
.ti_h3{
	padding:4px 8px;
	width:568px;
	background-color:#eee;
	border-left:#3399ff 4px solid;
}
.ti_h4{
	margin:15px 0px 10px 10px; padding:1px 8px;
	border-left:#3399ff 3px solid; border-bottom:#3399ff 1px dotted;
}
.ti_h5{ margin:15px 0px 5px 10px; }
.h4_txt { margin:0px 0px 25px 15px; padding:0; }
.h5_txt { margin:3px 0px 15px 30px; padding:0; }
.modelTable1{
	margin:15px 0 10px 0; width:573px;/*width:540px;*/
	border-collapse: separate;
	border-spacing: 2px;
}
.modelTable1 th{ padding:4px 0; background-color:#bbe0e3; border:1px solid #ccc; }
.modelTable1 th,.modelTable1 td{ font-size:10pt; }
.modelTable1 .td1{ padding:4px 10px; }
.modelTable1 .bg1 { background-color:#d9d9d9; }
.modelTable1 .bg2 { background-color:#e6e6e6; }
.type_ul { margin:0; padding:0 0 0 20px; }
.system_table {
	width:530px;
	border-collapse: separate;
	border-spacing: 2px;
}
.system_table th {
	padding:4px 10px;
	font-size:10pt;
	text-align:left;
	white-space:nowrap;
	background-color:#d9d9d9;
	border:1px solid #ccc;
}
.system_table td {
	padding:4px 10px;
	font-size:10pt;
	text-align:left;
	border:1px solid #ccc;
}
.attention_ul { margin:0; padding:0 0 0 20px; }
.attention_ul li { padding-bottom:0.4em; line-height:1.4em; }
.listno { list-style-type:none; }
.howto_menu_div { margin:15px 15px 35px 15px; }
.howto_menu { margin-left:0; padding:15px; border:1px solid #ccc; background-color:#f2f2f2; }
.howto_menu li{ padding-bottom:0.3em; list-style-type:none; }
.howto_menu li a{ background: url(http://121ware.com/navigate/support/biz/rview_sp/images/ic_arrow_01.gif) left center no-repeat; padding: 0 10px 0 13px; }

.clearfix { zoom: 1; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.feature {
	overflow: hidden;
}

.feature img {
	float: right;
	margin: 0 0 10px 20px;
}

.kiyaku_h2 {
	width: 315px;
	float: left;
	font-size: 14px;
	padding: 0 10px;
}

.kiyaku_h2 a {
	display: block;
}

.privacyol2{ margin:0; }
.privacyol2 li{ margin-left:1em; padding-left:1.5em; list-style-type:none; text-indent:-1.5em; }

/* パンくず */
#breadcrumbs {
	width: 780px;
	margin: 0 auto;
}
#breadcrumbs .m2{
	margin: -15px 0 2px 0;
}
#breadcrumbs .p4{
	padding: 2px 0 2px 0;
	text-align:left;
}
#breadcrumbs .s10{
	font-size: 10pt;
}

.btn-home {
	top: 25px;
	width: 84px;
	left: 320px;
	position: relative;
}

.btn-margin {
	margin-top: 0;
}

.btn-trial {
	position: relative;
	display: block;
	width: 175px;
	height: 50px;
	padding-top: 7px;
	box-sizing: border-box;
	background: #fc8700;
	color: #fff !important;
	text-decoration: none !important;
	text-align: center;
}
.btn-trial:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg) translate(-50%, -3px);
	-ms-transform: rotate(45deg) translate(-50%, -3px);
	transform: rotate(45deg) translate(-50%, -3px);
}
.btn-contact {
	position: relative;
	display: block;
	width: 175px;
	height: 50px;
	padding-top: 7px;
	box-sizing: border-box;
	background: #2D86DC;
	color: #fff !important;
	text-decoration: none !important;
	text-align: center;
}
.btn-contact:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg) translate(-50%, -3px);
	-ms-transform: rotate(45deg) translate(-50%, -3px);
	transform: rotate(45deg) translate(-50%, -3px);
}
.btn-trial:visited, .btn-contact:visited {
	color: #fff !important;
	text-decoration: none !important;
}