﻿@charset "utf-8";
/* CSS Document */

#usageguide h2{
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: normal;
	display:block;
	position:relative;
	width:882px;
	height:28px;
	background-color:#ffff80;
	margin:20px 20px 5px 20px;
	padding:10px 20px 5px 20px;
	font-size:280%;		 
	line-height:1.0em;	
}


#usageguide .area02{
	display: block;
	position: relative;
	width: 922px;
	height: auto;
	padding:10px 0;
	margin:10px auto;
	line-height: 1.2em;
	background-color: #fff;
}



.usageguide_explain{
	
	width:922px;
	margin-bottom:40px;
	
}

.usageguide_explain h3{
	
	background-color:#e8e8e8;
	width:882px;
	color:#000;
	font-weight: normal;
	font-size:240%;
	display:block;
	padding:10px 20px 5px;
	line-height:1em;	
}
.usageguide_explain .explain{
background-color:#fff;
	display:block;
	position:relative;
	width:882px;
	height:auto;
	margin:5px 0px 5px;
	padding:5px 30px 5px 30px;
	font-size:180%;	 
	line-height:1.2em;
	
}

.usageguide_explain h4{
	
	width:882px;
	color:#000;
	font-weight: normal;
	font-size:200%;
	display:block;
	padding:10px 20px 5px;
	line-height:1em;	
}


