@charset "UTF-8";

/***********************************************************************************
  横幅 630px 以下
***********************************************************************************/

body {
	min-width: 320px;
}

.tabs .tab {
	width: 25%;
}

#contents .panel {
	width: 90%;
}

#contents .panel .left,
#contents .panel .right {
	width: 100%;
	float: none;
}

#contents .panel .left {
	padding-bottom: 15px;
}

#contents .panel .left h2 {
	height: 120px;
	background-position: center center;
}

#contents .panel .right {
	height: auto;
	padding-left: 0;
	border-top: 1px #666666 dotted;
	border-left: none;
}

#contents .panel .right p {
	padding: 15px 0 0 0;
}