@charset "utf-8";
div.container {
	max-width:100%;
}

body#login, body#user, body#competency, body#literacy {
	background-color:#DBECFC;
}

body#login div.login-img {
    background: url(../images/pg_top_logo.png) no-repeat center;
    margin: auto;
}

div#head {
	height: 50px;
}

div#body {
	margin: 20px auto auto auto;
	background-color:#FFFFFF;
}

body#login div#body {
	width: 600px;
	background-color:#FFFFFF;
}
body#user div#body {
	width: 600px;
	background-color:#FFFFFF;
}

body#competency div#body,
body#literacy div#body {
	width: 600px;
	background-color:#DBECFC;
}
body#modal div#body {
	margin: 0;
}

div#foot {
	margin: 20px auto auto auto;
}

div#foot {
	text-align: center;
}

body#login div#foot {
	width: 600px;
}

body#user div#foot,
body#competency div#foot,
body#literacy div#foot
{
	width: 600px;
}

div.login-img {
	width: 320px;
	height: 320px;
}

div.panel {
	margin: 20px;
}

div.private-information {
	border: solid 1px;
	height: 200px;
	overflow-y: scroll;
	padding: 5px;
	margin-top: 10px;
}
div.private-information p.title {
	margin-top:5px;
	margin-bottom: 5px;
	font-weight: bold;
}

div.agreement {
	margin-top:10px;
	margin-bottom: 5px;
}

div.recommend-pc {
	margin-bottom: 5px;
}
div.recommend-pc p.title {
	font-weight: bold;
	margin: 0;
}

div.foot-button {
	text-align:center;
	padding-bottom: 20px;
}

div.error {
	margin: 0 10px;
	color: #900;
	line-height: 1.2em;
}

div.header {
	width:100%;
	line-height: 40px;
	color: #FFF;
	text-align:center;
	background-color:#337AB7;
}
body#competency div.header{
	padding-left: 20px;
	text-align: left;
}

span.require {
	color: #900;
}

body#user div.container {
	padding: 50px 30px 10px 30px;
}

body#competency div.container,
body#literacy div.container{
	padding: 0;
	margin: 0;
	background-color:#FFFFFF;
	margin-bottom: 30px;
}

body#modal div.container {
	padding: 0;
	margin: 0;
	background-color:#FFFFFF;
}

body#competency div.container.explain {
	padding: 15px;
}
body#competency div.container.explain span.ul {
	text-decoration: underline;
}
body#competency div.container.explain span.b {
	font-weight: bold;
}
body#competency div.container.explain ul {
	margin-top: 20px;
}
body#competency div.container.complete {
	padding: 10px;
}

div.container.complete div.link
{
	text-align: center;
}

table.table-confirm tr td:first-child {
	width: 30%;
}
table.table-confirm tr td:last-child {
	width: 70%;
}

table.table-select-test tr td:first-child {
	width: 75%;
}
table.table-select-test tr td:last-child {
	width: 25%;
}

table.table-select-test tr td.start-button {
	vertical-align:middle;
	text-align:center;
}

table.table-select-test tr td.start-button input.resume {
	margin-bottom:10px;
}

.alert-warning span.back {
	color: #5495CB;
}

.alert-warning span.invalid {
	color: #B45B55;
	text-decoration: underline;
}

table.table-competency {
	background-color: #FFF;
}

table.table-competency th{
	color: #FFF;
	background-color: #337AB7;
}

table.table-competency th,
table.table-competency td {
	padding: 0;
	vertical-align: middle;
}

table.table-competency th{
	vertical-align: middle;
}

table.table-competency th.ab{
	text-align: center;
	min-width: 100px;
}

table.table-competency th.choice{
	min-width: 80px;
}

table.table-competency th.c-choice{
	min-width: 280px;
}

table.table-competency td.no,
table.table-competency td.txt {
	padding: .75rem;
}
table.table-competency td.choice
{
	vertical-align: middle;
	text-align: center;
}
table.table-competency td.choice label {
	display: block;
	margin: 0;
	padding: 1rem;
}
table.table-competency td.choice.checked,
table.table-competency td.choice label.checked,
table.table-literacy td.choice label.checked {
	background-color: #FFF8BB;
}
table.table-competency td.bc-situation {
	text-align: left;
}

#progressbar table {
	width: 360px;
	height: 10px;
	background-color: #FFF;
	float: left;
	margin-right: 20px;
}

#progressbar table div.progress {
	display: inline-block;
	background-color: #EEA134;
}

body#literacy div.container.text1 {
	padding: 10px;
	text-align: left;
}

body#literacy div.container.text1 div.c {
	text-align:center;
}
body#literacy div.container.text1 div.r {
	text-align:right;
}
body#literacy div.container.text1 span.u {
	text-decoration:underline;
}
body#literacy div.container.text1 span.b {
	font-weight:bold;
}
body#literacy div.container.text1 img{
	max-width: 100%;
}
body#literacy div.container.text2 {
	padding: 10px;
	text-align: right;
}
.fancybox-slide--iframe .fancybox-content {
	width  : 540px;
	height : 640px;
	max-width  : 80%;
	max-height : 80%;
	margin: 0;
}

div.literacy-status-header {
    border-bottom: solid;
    padding: 10px;
}

div.literacy-status div.title {
	text-align: center;
}

div.literacy-status div.question {
	margin-left:20px;
	margin-top:20px;
	min-width: 100px;
	display:inline-block;
	text-align: center;
}
div.literacy-status div.close {
	text-align: right;
	margin-top: 40px;
	margin-right: 10px;
}

body#literacy #progressbar table {
	width: 240px;
}
body#literacy #progressbar div.time {
	padding-left: 20px;
	display: inline-block;
	vertical-align: top;
}

div.language-link {
	text-align: right;
}

/* PC用(倍にする)　*/
@media screen and (min-width:1200px){
	body#login div#body {
		width: 1200px;
	}
	body#user div#body {
		width: 1200px;
	}
	
	body#competency div#body,
	body#literacy div#body {
		width: 1200px;
	}
	body#login div#foot {
		width: 1200px;
	}
	
	body#user div#foot,
	body#competency div#foot,
	body#literacy div#foot
	{
		width: 1200px;
	}
	table.table-competency th.ab{
		width: 40%;
	}
	
	table.table-competency th.choice{
		width: 5%;
	}
	
	table.table-competency th.c-choice{
		min-width: 560px;
	}
	#progressbar table {
		width: 960px;
	}
	.fancybox-slide--iframe .fancybox-content {
		width  : 1000px;
	}
	div.literacy-status div.question {
		min-width: 200px;
	}
	body#literacy #progressbar table {
		width: 840px;
	}
}
