@charset "utf-8";
/*
Filename: common.css
Description: 共通項目
Version: 1.0
Author: Ryo Sasaki(StudioARES)
*/


.wrap
{	width:100%;
	margin:0 auto;
	
}

.head_sn
{	width: 100%;
	height: 18px;
	
	background-color: #009fe8;
	
}
.head_sn h1
{	width: 355px;
	height: 18px;
	margin:0 auto;
	padding-left:5px;
	font-size:12px;
	color:#FFFFFF;
	
}


.bottom_cr
{	width: 100%;
	height: 18px;
	
	background-color: #009fe8;
	font-size:12px;
	color:#FFFFFF;
	
}

.bottom_cr h5
{	width: 360px;
	height: 18px;
	margin:0 auto;
	
	font-size:12px;
	color:#FFFFFF;
	
	text-align: center;
}


form
{	margin:0px;
}


.update
{	
	
}


.update .tit
{	text-align: left;
	font-size: 11px;
	color: #EEEEEE;
	margin:0px;
	padding: 2px 2px 2px 25px;
	background-color: #333333;
}


.update .inner
{	text-align: left;
	max-height: 80px;
	overflow-y: auto;
	font-size: 12px;
	padding: 0 5px 5px 5px;
}

.update .inner .updymd
{	text-align: left;
	margin: 6px 0px 0 0;
	padding: 0 0 0 10px;
	font-size: 11px;
	background-color: #DDDDDD;
	font-weight: 600;
}

.update .inner .txt
{	text-align: left;
	margin-left: 5px;
	font-size: 11px;
	background-color: #FFFFFF;
	
}

