﻿@charset "utf-8";
@import url("detailpage.css");

h1{color:#ff6600;}

.modules{ width:100%; margin:auto; border:0; line-height:18px;}
.modules .module-logo{width:100px; text-align:left;}
.modules .module-logo img{margin-left:15px;}
.modules .module-content{width:300px;}
.modules .module-content .name{	font-weight:bold;margin-bottom:2px;color:#D67B27;}
.modules .module-content .name img{padding-right:5px;}
.modules .row-sp{height:10px;padding-top:10px;margin-bottom:20px;border-bottom:dotted 1px #cccccc;}

.product-header{width:92%;margin:auto;}
.product-header .product-logo{ float:left; width:15%; text-align:left;}
.product-header .product-logo img{padding: 5px;}
.product-header .product-intro{ float:right;width:85%; line-height:180%;}
.product-header .product-intro h1{ margin-bottom:5px;}

.tv,.code{ width:90%;margin:auto; margin-top:5px; background-color:#C5D6E2; color:#333333; }
.tv th,.code th{ color:#176093; height:30px; line-height:30px;  background-color:#ECF5F9; font-size:14px; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif;}
.tv td,.code td{color:#176093;background-color:#FFFFFF;padding:5px;line-height:150%;}
.tv ul,.code ul{list-style-type: none;margin:0px; padding:0px;}
.tv li,.code li{ margin-top:5px; padding-left:20px; background: url(/images/icon_dot.gif) no-repeat 5px 0px; line-height:20px;}

.tv .label{ width:10%; text-align:center; font-weight:bold;line-height:25px;}
.tv .fun{width:25%;}
.tv a:link {color: #96740E; text-decoration: underline;}
.tv a:visited {color: #96740E; text-decoration: underline;}
.tv a:hover {color: #ff6600; text-decoration: none;}


.code .v{ font-weight:normal; color:#FF0000;}
.code .label {color:#FF6600;background-color:#ECF5F9;text-align:left;font-weight:bold;}
