﻿@charset "UTF-8";

/* ▼▼▼ お知らせ一覧
=====================================*/
#main {	
	overflow: hidden;
	padding-bottom: 50px;
	width: 100%;
	}	
#contents{
	width: 70%;
	float: left;
	}
h1.title {
	font-size: 32px;
	font-weight: normal;
	color: #333;
	height: 70px;
	}
	.news {
		padding: 15px 20px;
		border-top: 1px solid #ccc;
		}
	.news .icon_area {
		overflow: hidden;
		padding: 5px 0;
		margin-bottom: 10px;
		}
		.news span.day {
			font-size: 14px;
			line-height: 1.8;
			color: #999;
			display: inline-block;
			margin-right: 10px;
			}
		.news span.member {
			border: 1px solid #ccc;
			padding: 3px 10px;
			text-align: center;
¥			font-size: 14px;
			background-color: #005AAC;
			color: #fff;
			display: inline-block;
			}
		.news span.txt_box {
			float: none;
			font-size: 18px;
			line-height: 1.6;
			display: block;
			}


			

/* ▼▼▼ 768px
=====================================*/
@media screen and (max-width: 768px) {

#main {	
	overflow: hidden;
	padding-bottom: 0;
	width: 100%;
	}	
#main_inner{
	width: 100%;
	margin: 0 auto;
	}
#contents{
	width: 90.6vw;
	float: none;
	margin: 20px auto 0;
	}
h1.title {
	font-size: 5vw;
	font-weight: normal;
	color: #333;
	margin: 15px 0 15px 20px;
	height: auto;
	}
	
	
	.news .icon_area {
		margin-bottom: 5px;
		}
	
		.news span.day {
			font-size: 4.06vw;
			line-height: 1.8;
			color: #999;
			}
		.news span.member {
			border: 1px solid #ccc;
			padding: 3px 10px;
			text-align: center;
			font-size: 4.06vw;
			background-color: #005AAC;
			color: #fff;
			}
		.news span.txt_box {
			float: none;
			font-size: 4.06vw;
			line-height: 1.8;
			}













}			