div.expline{
	padding-left: 4px;padding-right: 4px;padding-top: 2px;padding-bottom: 2px;
	margin-bottom: 2px;
	border:1px solid #dddddd;
	display:inline-block;
	color:blue;
	text-decoration:underline;
	cursor:pointer;
}
div.expline:hover{
	background-color: #DDDDDD;
}
div.expline:active{
	background-color: #999999;
}
div.expdetail {
	background-color: #EEEEEE;
	border-radius: 5px;
	border: solid 3px #a0a0a0;
	padding: 10px;
	display: none;
}
div.msgdiv{
	color:red;
}
div.seg{
	margin-bottom: 10px;
	background-color: #D0FFD0; border: solid 3px #80ff80; padding: 3px;
}
div.segdone{
	margin-bottom: 10px;
	background-color: #EEEEEE;
	border: solid 3px #a0a0a0;
	padding: 10px;
}
div.theme{
	border: 1px solid gray;
	cursor: pointer;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
div.theme:hover{
	background-color: #DDDDDD;
}
div.theme:active{
	background-color: #999999;
}
enname{}
jname{}
jruby{}
email{}
span.info{
	color:red;
}
span.tab{
	padding: 2px;
	border-top: 1px dashed #2222FF;
	border-left: 1px dashed #2222FF;
	border-right: 1px dashed #2222FF;
	border-bottom: 1px dashed #2222FF;
	-webkit-border-top-left-radius: 10px;  
    -webkit-border-top-right-radius: 10px;  
    -moz-border-radius-topleft: 10px;  
    -moz-border-radius-topright: 10px;  
}
textarea {
	width: 99%;
	display: none;
}
span.label {
	display: inline-block;
	width: 11em;
}

/* スマホ　767px以下 */
@media only screen and (max-width: 767px) {
  #leftpane{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #rightpane{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* pc　768px以上 */
@media only screen and (min-width: 768px), print {
  #leftpane{
    width: 33%;
    float: left;
  }
  #rightpane{
    width: 66%;
    float: right;
  }
}