﻿@charset "UTF-8";


/*////////////////////////////////////////////////
クリアーフィクス　wrapperの背景表示補正用
////////////////////////////////////////////////*/
.clearfix:after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
    }
.clearfix {
    display: inline-block;
	}
/* Hides from IE-mac \*/
 * html .clearfix { height: 1%; }
 .clearfix { display: block; }
/* End hide from IE-mac */


/*////////////////////////////////////////////////
見出し　ｈ2

////////////////////////////////////////////////*/
h2 {
	clear: both;
	display: block;
	width: 650px;
	height: 60px;
	margin: 20px 0px 15px -20px;
	text-align: left;
	color: #333333;
	font-size: 115%;
	line-height: 145%;
	text-indent: 30px;
	font-weight: bold;
    }

/*////////////////////////////////////////////////
見出し　直下 BG
////////////////////////////////////////////////*/
div#trendbox-bg {
    width: 650px;
	height: 300px;
	margin: 0px 0px 15px 0px;
	background: url(../trendbox/trendbox/images/trendbox_img.jpg) top left no-repeat;
    }

p.web { 
	width: 650px;
	margin: 0px 0px 15px 0px;
	color: #766a55;
	font-size: 100%;
	line-height: 145%;
	text-align: left;
    }
p.web a { 
	color: #63280c;
	text-decoration: underline;
    }
p.web a:hover {
	color: #ff8c12;
	text-decoration: underline;
     }

p.trendbox { 
	width: 650px;
	margin: 0px 0px 15px 0px;
	color: #333333;
	font-size: 100%;
	line-height: 145%;
	text-align: left;
	font-weight: bold;
    }
strong.red2 {
    color:#FF0000;
	margin: 0 0 0 10px;
	text-align: left;
	font-size: 110%;
    }
strong.red2 a {
    text-decoration: underline;
	color: #FF0000;
    }
strong.red2 a:visited {
    color: #CC9933;
    }
strong.red2 a:hover {
    color: #FF6600;
    }

p.trendbox2{ 
	width: 310px;
	margin: 0px 0px 15px 0px;
	color: #333333;
	font-size: 100%;
	line-height: 145%;
	text-align: left;
	float: left;
    }
span.gold {
    color: #766a55;
	text-decoration: underline;
    }
	
/*////////////////////////////////////////////////
見出し　ｈ3

////////////////////////////////////////////////*/
h3 {
	clear: both;
	display: block;
	width: 650px;
	height: 25px;
	background: url(../webconsulting/webconsulting/images/h3_ttl.gif) top left no-repeat;
	margin: 10px 0px 15px 0px;
	text-align: left;
	color: #333333;
	font-size: 115%;
	line-height: 20px;
	text-indent: 30px;
	font-weight: bold;	
    }
* html h3 {
	clear: both;
	display: block;
	width: 650px;
	height: 25px;
	background: url(../webconsulting/webconsulting/images/h3_ttl.gif) top left no-repeat;
	margin: 10px 0px 15px -20px;
	text-align: left;
	color: #333333;
	font-size: 115%;
	line-height: 20px;
	text-indent: 30px;
	font-weight: bold;	
    }
*:first-child+html h3 {
	clear: both;
	display: block;
	width: 650px;
	height: 25px;
	background: url(../webconsulting/webconsulting/images/h3_ttl.gif) top left no-repeat;
	margin: 10px 0px 15px -20px;
	text-align: left;
	color: #333333;
	font-size: 115%;
	line-height: 20px;
	text-indent: 30px;
	font-weight: bold;	
    }
/*////////////////////////////////////////////////
見出し　直下
////////////////////////////////////////////////*/
strong.red {
    color:#FF0000;
	display:block;
	margin: 0 0 0 10px;
	text-align: left;
	font-size: 110%;
    }

ul#kyakuru {
    display: block;
	margin: 0 0 15px 10px;
    }
ul#kyakuru li {
    list-style: none;
	background: url(../trendbox/kakuru/images/kakuru_li.gif) top left no-repeat;
	line-height: 140%;
	padding: 0 0 0 25px;
	text-align: left;
    }

ul#trendbox {
    display: block;
	margin: 0 0 0px 10px;
	width: 650px;
	height: 170px;
    }
ul#trendbox li {
    list-style: none;
	background: url(../trendbox/kakuru/images/kakuru_li.gif) top left no-repeat;
	line-height: 140%;
	padding: 0 0 0 25px;
	text-align: left;
    }


/*////////////////////////////////////////////////
トレンドボックス　流れ図
////////////////////////////////////////////////*/
img#trendbox-flow {
    clear:both;
    width: 650px;
	height: 340px;
	margin-bottom: 0px;
    }

img#yajirushi {
    display: block;
	width: 114px;
	height: 44px;
	margin: 0 auto 15px auto;
    }

p#result {
    display: block;
    font-size: 100%;
	color: #FF0000;
	margin: 0 auto 0px auto;
	text-align: left;
	line-height: 145%;
    }
