﻿@charset "utf-8";

/*------------------------------------------------------------------------------
ROOTS GOLF - CSS Modules Import
Date: 2010-02-01
Copyright (C) ROOTS GOLF Co.,Ltd. All Rights Reserved.
------------------------------------------------------------------------------*/

/* ----------------------------------------

INDEX

---------------------------------------- */

div.Index div#Sec01 p.Lead {
	float: left;
	width: 460px;
	margin-bottom: 15px;
}

div.Index div#Sec01 ul.BtnEntry {
	float: right;
	width: 118px;
	margin-top: 30px;
}

div.Index div#Sec01 h3.TitStyle01 {
	margin-top: 20px;
}

div.Index div#Sec01 h3.Clear {
	margin-top: 0;
}

div.Index div#Sec01 p.EntryTxt {
	font-weight: 700;
}

div.SecStyle01 ul.ListStyleItem li {
	width: 208px;
}

/* ----------------------------------------

DETAIL

---------------------------------------- */

div.Detail div#Sec01 p {
	padding-left: 175px;
}

div.Detail div#Sec01 img.ImgLft {
	margin-bottom: 0;
}

div.Detail div#Sec02 {
	position: relative;
	zoom: 1;
}

div.Detail div.RadarChart {
	float: left;
	display: inline;
	width: 374px;
	margin-top: 20px;
	margin-right: 65px;
	border: 1px solid #aeaeae;
}

div.Detail table.TblStyle02 {
	position: absolute;
	bottom: 10px;
	left: 455px;
	margin-top: 0;
}

div.Detail table.TblStyle02 th {
	text-align: center;
}

div.Detail div#Sec03 h3 {
	position: relative;
	zoom: 1;
}

div.Detail div#Sec03 h3 a {
	position: absolute;
	top: 5px;
	right: 15px;
	display: block;
	width: 80px;
	margin-top: 0;
}


/* ----------------------------------------

ClearFix (必要なければ消す)

---------------------------------------- */

/* -- Modern Browsers -- */

div.Detail div#Sec01:after,
div.Detail div#Sec02:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* -- IE7 -- */

*:first-child+html div.Detail div#Sec01,
*:first-child+html div.Detail div#Sec02 {
	zoom: 1;
}

/*  -- Legacy IE -- */

* html div.Detail div#Sec01,
* html div.Detail div#Sec02 {
	zoom: 1;
}