﻿@charset "utf-8";

/*
	Description: legal.html style
	Update: 2010/06/22-
	Author: Japan Electronic Industrial Arts Co.Ltd.
	Notes: 
*/


/*-------------------------------------------------------------
  contents
---------------------------------------------------------------*/
#contents {
	margin-bottom: 50px;
}

#contents h2 {
	padding-top: 3px;
	padding-bottom: 14px;
	margin-top: -3px;
	background: transparent url( ../images/h2_icon_terms.png ) no-repeat right top;
	margin-bottom: 40px;
}

#contents .lead {
	margin-bottom: 44px;
}
#contents .lead p {
	font-size: 90%;
}

#contents .contents_element h4,
#contents .contents_element p,
#contents .contents_element ul {
	font-size: 90%;
	line-height: 1.6em;
}


/*-------------------------------------------------------------
  browser_table
---------------------------------------------------------------*/

#browser_table {
	width: 700px;
}

#browser_table table {
	width: 100%;
	font-size: 90%;
}

#browser_table table th,
#browser_table table td {
	padding: 12px 16px;
	text-align: left;
	vertical-align: top;
	border: #999999 1px solid;
}


/*-------------------------------------------------------------
  plugin_table
---------------------------------------------------------------*/

#plugin_table table {
}

#plugin_table table th,
#plugin_table table td {
	padding: 8px 0px;
}
#plugin_table table th {
	font-size: 90%;
	padding-right: 8px;
}
#plugin_table table td {
	font-size: 75%;
	padding-left: 82px;
	background: transparent url( ../images/bg_plugin_table.png ) no-repeat left center;
}

#plugin_table table td a {
	color: #3399FF;
}
#plugin_table table td a:hover {
	text-decoration: underline;
}

