﻿@charset "utf-8";

/*------------------------------------------------------------------------------
XXXXXXXXXX - CSS Modules Import
URL: http://
Date: 200X-0X-XX
Copyright (C) XXX. All Rights Reserved.
------------------------------------------------------------------------------*/


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

Container

---------------------------------------- */
div#Mainvisual h2 {
	width: 640px;
	height: 180px;
	background: url(../img/kv.png) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

div#Mainvisual p {
	padding: 15px 0;
	font-size: 93%;
}

div.MediaWrap {
	clear: both;
	width: 640px;
	padding-bottom: 20px;
}

div.MediaWrap h3 {
	width: 630px;
	padding: 5px;
	margin-bottom: 10px;
	background: #F8F3E4;
	border-top: 1px dashed #3E0700;
	border-bottom: 1px dashed #3E0700;
	color: #469B91;
	font-weight: bold;
	line-height: 1.2;
}

div.MediaWrap img {
	width: 200px;
	float: left;
}

div.MediaWrap div.txt {
	width: 430px;
	float: right;
}

div.MediaWrap div.txt2 {
	width: 100%;
}

div.MediaWrap div p {
	font-size: 93%;
	line-height: 1.2;
}

div.MediaWrap .Moreentry {
	display: block;
	width: 100px;
	min-height: 17px;
	height: auto !important;
	height: 17px;
	margin: 10px 0;
	padding: 3px 0 0 20px;
	background: url(../img/arrow.png) no-repeat left center;
}


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

ClearFix (必要なければ消す)

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

/* -- Modern Browsers -- */

div#Container:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

/* -- IE7 -- */

div#Container {
	display: inline-block;
}

/*  -- Legacy IE -- */

* html div#Container {
	height: 1%;
}

div#Container {
	display: block;
}