@charset "utf-8";

/*------------------------------------------------------------------------------
HITOTOE - CSS Modules Import
URL: http://
Date: 2009-10-21
Copyright (C) HITOTOE All Rights Reserved.
------------------------------------------------------------------------------*/


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

Container

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

body div#Container {
	background:url(../img/top/header_bg.jpg) 0 0 repeat-x;
}

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

Header

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

div#Container div#Header {
	background:url(../img/common/header_h_bg.jpg) 0 0 repeat-x;
	height: 395px;
}

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

Main

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

div#Main h2 {
	margin-bottom: 20px;
}

div#Main h3 {
	margin-bottom: 20px;
}


/* ---- MV ----*/
div#Header div#MainVisual {
	background: url(../img/top_hina/mv.jpg) 50% 0 no-repeat;
	height: 276px;
}


/* ---- MainInBox ----*/

div#Main div.MainInBox {
	margin-bottom: 35px;
}


/* Intro */

div#Main div#Intro {
	background: url(../img/top_hina/hina_img.jpg) 100% 0 no-repeat;
	min-height: 215px;
	height: auto !important;
	height: 215px;
	padding-right: 380px;
}

div#Main div#Intro p {
	width: 234px;
	line-height: 1.67;
}

div#Main div.TopBanner {
	margin-bottom: 30px;
}

div#Main div.TopBanner img {
	margin-bottom: 5px;
}

/* Recommend */
div#Main div#Recommend {
}

div#Main div#Recommend ul#ItemBox {
	margin-left: -22px;
	width: 660px;
}

div#Main div#Recommend ul#ItemBox li {
	float: left;
	padding-left: 20px;
	margin-bottom: 20px;
	width: 282px;

	border: 2px solid #fbe7cf;
	padding: 7px;
	margin-bottom: 30px;
	margin-left: 20px;
	
}

div#Main div#Recommend ul#ItemBox li p a {
	font-size: 116.7%;
	margin-right: 0.5em;
}

div#Main div#Recommend ul#ItemBox li p {
	padding: 0 0 5px 0;
}

div#Main div#Recommend ul#ItemBox li img {
	padding: 5px;
	margin-bottom: 3px;
	border: 1px solid #eadede;
}

div#Main div#Recommend ul#ItemListBnr {
	text-align: center;
	background: #ebe7dc;
	padding: 15px 0;
}

*+html div#Main div#Recommend ul#ItemListBnr {
	margin-top:20px;
}

/*
*html div#Main div#Recommend ul#ItemListBnr {
	margin-top:20px;
}
*/

div#Main div#Recommend ul#ItemListBnr li {
	display: inline;
}


/* News */
div#Main div#News h2 {
	margin-bottom: 10px;
}

div#Main div#News dl {
	padding-left: 5px;
}

div#Main div#News dl dt {
  float: left;
  clear: left;
  width: 80px;
  padding: 5px 0 5px 10px;
  background: url(../img/common/ico_arrow_01.png) 0 0.8em no-repeat;
}

div#Main div#News dl dd {
  margin-left: 0;
  padding: 5px 0 5px 90px;
  background:url(../img/common/line_dotted_02.png) 0 100% repeat-x;
}

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

ClearFix (必要なければ消す)

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

/* -- Modern Browsers -- */

div#Main div#Recommend ul#ItemBox:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* -- IE7 -- */
*:first-child+html div#Main div#Recommend ul#ItemBoxl {
	display: inline-block;
}

/*  -- Legacy IE -- */
* html div#Main div#Recommend ul#ItemBox {
	height: 1%;
}
