﻿@charset "utf-8";

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

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

content

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

div#content {
}


/* newsList
------------------------------- */

.newsList {
	border-top: solid 1px #e4e4e4;
	margin-bottom: 30px;
	width: 706px;
}

.newsList li {
	padding: 14px 0 16px;
	border-bottom: solid 1px #e4e4e4;
}

.newsList .date {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 128.6%;
	color: #666;
	line-height: 1.3;
	margin-bottom: 2px;
}

.newsList .title {
	display: block;
	font-size: 142.9%;
	background: url(/yamashina/files/img/common/icon_arrow_tit_04.png) no-repeat 0 0.5em;
	padding-left: 17px;
}



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

clearfix (基本的にクラス指定では使用しない、必要なければ消す)

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

/* Modern Browsers
------------------------------- */

.xxx:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */

.xxx {
	*zoom: 1;
}