﻿@charset "utf-8";

/*------------------------------------------------------------------------------
UniLife - CSS Modules Import
URL: http://www.unilife.co.jp/
Date: 2012-08-23
Copyright &copy; 2003－2012 J.S.B.Co All rights reserved.
------------------------------------------------------------------------------*/


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

- ブラウザ標準スタイルリセット
- 標準のフォントサイズを定義

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

@import 'adjust.css';


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

- 各ページ共通のスタイルを定義

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

@import 'default.css';


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

- 汎用classの定義

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

@import 'module.css';



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

- 共通file

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


/*  夜間バナー告知
---------------------------------------- */

/*.yakan,
.yakan1 {
	display: none;
}*/

.yakan1 {
	padding-bottom:10px;
	border-bottom: 1px dotted gray;
}

.yakan,
.yakan1 {
	margin-bottom: 15px;
}


/*  固定お知らせ用
---------------------------------------- */
#newsSec .titbar01 {
	display: none;
}/*スマホタイトル削除*/

.oshirase {
	border: thin solid #CCCCCC;
	margin-bottom: 20px;
	background-color:#ffffff;
	padding: 8px;
}
.oshirase p{
	margin:0 0 1em 0;}
.oshirase .o_subtitle {
	font-weight: bold;
}
.oshirase .o_honbun {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-top: 8px;
	line-height: 1.4em;
	margin-top: 5px;
}
