@media screen and (min-device-width: 481px) {
	html {
		overflow-x: auto;
	}
	header {
		padding: 10px 5px 5px 5px;
		background: #666;
		border-bottom: 1px solid #999;
		-moz-box-sizing: border-box;
    	box-sizing: border-box;
	}
	#pcHeader {
		width: 100%;
	}
	#pcHeaderTitle {
		padding: 10px;
		font-size: 2.0rem;
		font-weight: bold;
		color:#FFF;
		float: left;
	}
	#pcHeaderWelcome {
		margin-right: 20px;
		padding: 10px;
		font-size: 1.4rem;
		font-weight: bold;
		color:#FFF;
		float: right;
	}
	#mobileHeader {
		display: none;
	}
}
@media screen and (max-device-width: 480px) {
	header {
		margin: 0;
		width: 100%;
	}
	#pcHeader {
		display: none;
	}
	#mobileHeader {
		width: 100%;
		padding-top: 10px;
		background: #222;
	}
	#mobileHeaderTitle {
		width: 100%;
		margin-bottom: 5px;
		padding: 5px;
		font-size: 2.4rem;
		font-weight: bold;
		color:#FFF;
		text-align: center;

		-moz-box-sizing: border-box;
    	box-sizing: border-box;
	}
	#mobileHeaderWelcome {
		width: 100%;
		margin-right: 10px;
		padding: 5px;
		font-size: 1.8rem;
		color:#FFF;
		text-align: right;

		-moz-box-sizing: border-box;
    	box-sizing: border-box;
	}
	.toggle{
	  display: block;
	  position: relative;
	  width: 100%;
	}
	.toggle a{
	  display: block;
	  position: relative;
	  padding: 12px 0 10px;
	  color: #fff;
	  font-size: 2.0rem;
	  text-align: center;
	  text-decoration: none;
	}
	.toggle:before{
	  display: block;
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 10px;
	  width: 20px;
	  height: 20px;
	  margin-top: -10px;
	  background: #fff;
	}
	.toggle a:before, .toggle a:after{
	  display: block;
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 10px;
	  width: 20px;
	  height: 4px;
	  background: #222;
	}
	.toggle a:before{
	  margin-top: -6px;
	}
	.toggle a:after{
	  margin-top: 2px;
	}
}

.noticeArea {
	display: table;
	width: 100%;
	padding: 12px;
	border-bottom: 1px solid #ccc;
	-moz-box-sizing: border-box;
   box-sizing: border-box;
}
#errorMsgArea {
	background-color: #fce8e6;
}
.noticeArea p {
	display: table-cell;
	vertical-align: middle;
	margin-right: 15px;
	font-size: 1.4rem;
	line-height: 1.7rem;
}
#errorMsgArea p {
	color: #3c4043;
}
.noticeArea p:nth-child(1) {
	width: 5%;
}
.noticeArea p:nth-child(3) {
	width: 10%;
}
.noticeArea p img {
	width: 25px;
	height: 28px;
}
#noticeArea .pClose {
}
#errorMsgArea .pClose {
	color: #c5221f;
}
.noticeArea .pClose:hover {
	cursor: pointer;
}
.hidden {
	display: none!important;
}

/*-------------------------*
 * コンテンツ
 *-------------------------*/
main {
	padding: 0;
	width: 100%;
}
#slctAccount {
	
}
/*-------------------------*
 * 左メニュー
 *-------------------------*/
#menu {
	border-right: 1px solid #aaa;
	background: #eee;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #eee;
}
#menu ul li {
	/*padding: 10px;
	height: 30px;*/
}
#menu ul li a {
	display: block;
	color: #444;	
	/*border-bottom: 1px solid #FFF;*/
}
.sSelect {
	color: #f0ad4e;
	font-size: 2.4rem;
	float: right;
	display: none;
}
.sToggle {
	font-size: 1.4rem;
	float: right;
}

.tMsg,
.tData,
.tSetting,
.tManual,
.tAdmin {
	display: none;
	padding-left: 30px !important;
	background: #ddd;
}
.aMenu:hover {
	opacity: 0.7;
}
.aNoMenu {
	opacity: 0.5;
	cursor: default;
}

/*
#menu ul li a:hover{
	background: #7B78DB;
}
*/
#data {
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}
#frameData {
	width: 100%;
	vertical-align:bottom; /* iframeの下の余白を消す */
	overflow-x: hidden;
}

@media screen and (min-device-width: 481px) {

	/* 左メニューを一番下まで色を変えるために必要 */
	html,
	body,
	main {
		/*height:100%;*/
	}
	main {
		margin: 0 auto 0 0;
		min-width: 1200px;
		/*max-width: 1800px*/
	}
	#menu,
	#data {
		
	}
	#menu {
		width: 20%;
		min-width: 240px;
		/*max-width: 300px;*/
		/*/height:80%;*/
		/*min-height:80%;*/
		background: #eee;
		float: left;
	}
	#menu ul,
	#menu ul li,
	#menu ul li a {
		min-width: 210px;
	}
	#menu ul li {
		border-bottom: 1px solid #bbb;
		box-shadow: 0px 1px 0px #fff;
	}
	#menu ul li a {
		padding: 14px 10px 13px 20px;
		font-size: 1.6rem;
	}
	#data {
		width: 80%;
		//min-width: 800px;
		float: left;
		padding: 10px 10px 0 10px;
	}

}

@media screen and (max-device-width: 480px) {
	main {
		margin: 0 auto 0 auto;
		width 100%;
	}
	#menu {
		width: 100%;
	}
	#menu ul {
		display: none;
	}
	#menu ul li {
		width: 100%;
		border-bottom: 1px solid #bbb;
		box-shadow: 0px 1px 0px #fff;
	}
	#menu ul li a {
		padding: 30px;
		font-size: 2.0rem;
		text-align: center;
	}
	#data {
		width: 100%;
	}
}
footer {
	height: 0;
}
