﻿/****************************************************************************************************************************
 2.レイアウトシャドウ 
*****************************************************************************************************************************/

#container_shadow {
	width: 97%;
	min-width: 350px;
	height: auto;
	margin: auto;
	padding-top: 0px;
}

#header{
	width: auto;
	height: auto;
	margin: 0 auto;
}

#top_img {
	width:100%;
}

#contents{
	width:95%;
	height: auto;
	margin: auto;
	margin-top:10px;
}

.UserTable {
	font-size:10pt;
	width:calc(93vw - 6px);
}
.UserTitleCell1 {
	width:20vw;
}
.UserTitleCell2 {
	width:calc(73vw - 6px);
}
.UserDataCell1 {
	width:20vw;
}
.UserDataCell2 {
	width:calc(73vw - 6px);
}

#PConly {
	display:none;
}

#SPonly {
	display:block;
}

#left_area {
	display:block;
}

#right_area {
	display:block;
}
