/* form枠------------------------------------------------------- */
body {
	margin: 0px;
}
p,form,input{margin: 0}

a {
	text-decoration: none;
}

/* iphone　ボタンスタイルをリセット */
input[type="button"],input[type="submit"] {
    -webkit-appearance: none;
}

#form{
	width : 100%;
	padding-top: 30px;
	padding-bottom: 40px;
	background: #fafafa;
}


/* タイトル------------------------------------------------------- */
.form-title{
	text-align: left;
}

#form .form-title{
	font-weight: bold;
	font-family: Arial;
	font-size: 24px;
	color: #666666;
	padding-bottom: 6px;
	border-bottom: 1px solid #0033CC;
	margin-bottom: 6px;
}

/* ログアウト------------------------------------------------------- */
.second-menu {
	margin-top: 20px;
}

.rightList{
	padding-bottom:0px;
	padding-right: 0px;
	margin-right: 10px;
	text-align:right;
	float:right;
	font-size: 14pt;
}
.rightList a:link{
	color: #0033CC
}
.rightList a:visited{
	color: #0033CC
}
.rightList a:active{
	color: #0033CC
}
.rightList a:hover{
	color: #0033CC
}

.leftList{
	padding-bottom:0px;
	padding-left: 10px;
	margin-left: 10px;
	text-align:left;
	float:left;
	font-size: 14pt;
}
.leftList a:link{
	color: #0033CC
}
.leftList a:visited{
	color: #0033CC
}
.leftList a:active{
	color: #0033CC
}
.leftList a:hover{
	color: #0033CC
}

/* table------------------------------------------------------- */
#form table{
	color: #666666;
	font-weight: bold;
}

#form table.tb{
	font-size: 18px;
/*	margin-left:10px;*/
/*	margin-right:20px;*/
	margin-top:30px;
	margin-bottom:30px;
	width: 100%;
}

#form .cell_title{
	padding-left: 10px;
	width: 80px;
}

#form .tb td, th {
	padding-bottom: 8px;
	padding-top: 8px;
}

#form select {
  width: 95%;
  height: 30px;
  line-height: 30px;
}

/* input------------------------------------------------------- */
input[type=&quot;email&quot;],
input[type=&quot;password&quot;] {
	width: 300px;
	padding: 4px;
	font-size: 14px;
}

/* ボタン------------------------------------------------------- */
.submit{
	text-align: center;
	margin-top:30px;
}

.submit input{
	font-family: Arial;
	color: #ffffff;
	font-size: 16px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0px 8px 6px #e3e3e3;
	border: solid #f5fdff 2px;
	background: #000066;
}

.submit input:hover{
	background: #0033CC;
 }

.submit input:disabled{
	background: #fafafa;
	color: #999;
	border-color: #eaeaea;
 }

/* 解答ボタン------------------------------------------------------- */
.button{
	font-weight: bold;
	color: #666666;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #F0F0F0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-left:10px;
}
/* ボタンの大きさ、配置のみ、スマホ対応 */
@media screen and (max-width: 480px) {

.button{
	font-weight: bold;
	color: #666666;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #F0F0F0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-left:2px;
}

}

/* 解答ボタン上の補足 ------------------------------------------------------- */
.question_comment{
	padding-left:12px;
	padding-top:14px !important;
	padding-bottom:0px !important;
	font-size: 11px;
	font-weight:normal;
}

/* margin------------------------------------------------------- */
.left-margin{
	margin-left:50px;
}
.right-margin{
	margin-right:50px;
}


/* margin------------------------------------------------------- */
.txt-center{
	text-align:center !important;
}

/* 国家試験ドリル ------------------------------------------------------- */
.drill-img{
	width: 60%;
}

.drill-question-title{
	font-size: 18px;
	padding-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom: solid #c0c0c0 1px;
}

.drill-answer-title{
	font-size: 18px;
	padding-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom: solid #c0c0c0 1px;
}

table.drill-tb{
	font-size: 14px;
	width: 100%;
}

.drill-tb td, th {
	line-height: 1.5 !important;
	padding-bottom: 20px;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

.drill-button{
	text-align: center;
	margin-right:2px;
	margin-left:2px;
	margin-bottom:0px;
}

.drill-button-cell {
	text-align: center;
}

/* ズームdialog ------------------------------------------------------- */

/* dialog dummy */
.dialogButtons{
}

/*
.fit-class{
	background: #F0F0F0;
}
.zoom-class{
	background-color: pink;
}
*/

/* エラー ------------------------------------------------------- */
.error{
	padding-top:5px;
	color: #ff0000;
	font-weight: bold;
}
