@charset "utf-8";

#test
{
height: 80px;
}
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}

li{
list-style-type: none;
}

body{
font-family: Meiryo, "sans-serif"
}
#itskill,#quizQ{
background-color: #FEFEFE;
overflow: hidden;
}

a{
text-decoration: none;
}

.txt-center {
    text-align: center;
}
/*login*/
#login-page{
padding-top: 150px;
}
#login-box {
    border: solid 4px #40b1bf;
    border-radius: 7px;
    width: 690px;
    margin: 60px auto 100px;
}
#login-box h1 {
    background-color: #40b1bf;
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding: 15px;
margin-bottom: 30px;
}
#login-box p {
    width: 500px;
    margin: 20px auto 30px;
}
#login-box table {
    width: 68%;
    margin: 0 auto 30px;
}
#login-box table th, #login-box table td {
    font-size: 18px;
}
#login-box table th {
    color: #40b1bf;
    height: 45px;
}
#login-box table input[type],#login-box table input[type="password"] {
    border: solid 2px #b5b5b5;
    border-radius: 7px;
    padding: 8px;
	width: 84%;
}

#login-box table input#login,#login-box table #signup {
    border-radius: 7px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 70px;
    transition: ease all .3s;
	width: 64%;
}
#login-box table input#login{
    margin-top: 30px;
    background-color: #d94c28;
    border: solid 2px #d94c28;
	margin-bottom: 35px;
}
#login-box table #signup {
    background-color: #57c3ea;
    border: solid 2px #57c3ea;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#login-box table td#border-top{
border-top:2px solid #E8E8E8;
padding-top: 10px;
}
#login-box table td#border-top p{
font-size: 0.7em;
margin-bottom: 10px;
}
#login-box table input#login:hover {
background-color: #fff;
color: #d94c28;
}
#login-box table input#login {
float: none;
}
#login-box table a#signup:hover {
background-color: #fff;
color: #57c3ea;
}

/*loginここまで*/

/*signup*/
#signup-page{
padding-top: 150px;
}
#signup-page #login-box table #signup {
margin-bottom: 20px;
margin-top: 30px;
}
#signup-page #login-box table td#border-top {
padding-top:0px;
}

#login-box table a#login,#login-box table input#signup {
    border-radius: 7px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 70px;
    transition: ease all .3s;
    width: 64%;
    float: none;
}
#login-box table a#login{
    background-color: #d94c28;
    border: solid 2px #d94c28;
    display:block;
    margin:30px auto 35px;
}
#login-box table input#signup {
    background-color: #57c3ea;
    border: solid 2px #57c3ea;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#login-box table a#login:hover {
background-color: #fff;
color: #d94c28;
}
#login-box table input#signup:hover {
background-color: #fff;
color: #57c3ea;
}

.wrap {
width: 1000px;
margin: auto;
padding: 0 2px;
overflow: hidden;
}

.wrap_topic{
width: 70%;
margin: 50px auto 100px;
display: flex;
justify-content: space-between
}
.wrap_center{
width: 70%;
margin: 0px auto;
}
.left-col{
width: 26%;
float: left;
}
.right-col{
width: 68%;
float: right;
}
.panel{
border-radius: 6px;
margin: 58px 0 20px;
background-color: #fff;
box-shadow: 0 5px 15px 0 rgba(0,0,0,0.09);
overflow: hidden;
}

.panel div{
padding: 15px;
}

.table {
width: 100%;
max-width: 100%;
margin:20px 0;
border-spacing: 0;
background-color: #fff;
box-shadow: 0 5px 15px 0 rgba(0,0,0,0.09);
border-radius: 6px;
overflow: hidden;
}

#itskill tr {
display: table-row;
vertical-align: inherit;
border-bottom: solid 1px #F8F8F8;
}

#itskill th{
padding: 8px 8px 8px 14px;
box-sizing:border-box;
background-color: #57C3ea;
color: #fff;
text-align: left;
font-size:18px;
}


#itskill td{
padding: 8px 8px 8px 14px;
font-size:14px;
}

#itskill td a{
color: #333;
font-weight: bold;
transition: all .2s ease;
}
#itskill td a:hover{
color: #57C3ea;
}

/*profile*/
.panel-heading{
background-color: #57C3ea;
color: #fff;
font-size: 16px;
padding:8px 0px 8px 15px;
}

.profile div img{
border-radius: 6px;
float: left;
margin-right: 10px;
}

.realname{
font-size: 18px;
font-weight: bold;
margin: 0 0 10px;
}

.username{
font-size: 14px;
margin: 0 0 10px;
}
.sns{
margin: 0 0 10px;
width: 25%;
display: flex;
}
.sns li{
margin-right: 2%;
}

/*#itskill*/
#itskill .header{
background: rgb(246,246,251);
background: linear-gradient(360deg, rgba(246,246,251,1) 28%, rgba(6,1,85,1) 22%);
height: 176px;
width: 100%;
}
#itskill figure{
float: left;
border-radius: 6px;
border: solid 6px #fff;
}
#itskill #namenav{
float: left;
color: #f6f6fb;
margin-left: 20px;
}
#itskill #profile{
position: relative;
top: 20px;
width: 1000px;
margin: 0 auto;
}
#itskill #profile nav{
overflow: hidden;
font-size:18px;
}
#itskill #profile nav li{
float: left;
margin-top: 40px;
margin-right: 32px;
margin-left: 32px;
}

#itskill #profile nav li a{
display: block;
color: #060155;
font-weight: bold;
transition:all .2s ease;
border-bottom: 2px solid #f6f6fb;
}

#itskill #profile nav li a:hover{
border-bottom: 2px solid #060155;
}

#itskill #profile nav li a.on{
border-bottom: 2px solid #060155;
}

#itskill #topics{
display: flex;
width: 20%;
float: right;
margin-bottom: 20px;
}
#itskill #topics li{
font-size: 20px;
}
#itskill #topics li:first-child{
font-weight: bold;
color: #57c3ea;
padding-top: 4px;
margin-right: 14px;
}

#itskill #topics li:last-child{
width: 50%;
}
#itskill #topics li:last-child select{
border-radius: 5px;
padding: 8px 0px;
width: 100%;
display: inline-block;
}

#itskill .right-col .table{
clear: both;
}

/*quizQ*/
#quizQ .wrap_center{
width: 50%;
overflow: hidden;
margin:60px auto 200px;
}
#quizQ h1{
margin-bottom: 20px;
}
#quizQ h2{
font-size: 16px;
}
#quizQ h2 span{
color: #57c3ea;
font-size: 1.2em;
display: inline-block;
padding-right: 6px;
}
#quizQ #answer li{
background-color: #F2FCFF;
border-radius: 6px;
padding: 10px 10px;
margin: 15px 0;
transition: all .3s ease;
font-weight: normal;
font-size:14px;
}

#quizQ #answer li label{
display:flex;
}
#quizQ #answer li label p{
margin-top:10px;
margin-left:12px;
}
#quizQ #answer li:hover{
background-color: #D1FAFF;
cursor: pointer;
}
#pagination ul li button{
padding: 6px 20px;
text-align: center;
border-radius: 6px;
transition: all .3s ease;
font-weight: bold;
color: #fff;
float:right;
border:2px solid #EC5D5F;
margin-top:5px;
}

#quizQ #save li{
float: left;
color: #fff;
font-weight: bold;
}
#quizQ #save li button{
padding: 6px 20px;
text-align: center;
border-radius: 6px;
transition: all .3s ease;
font-weight: bold;
color: #fff;
}

#quizQ #save{
overflow:hidden;
margin-top: 50px;
margin-bottom: 50px;
}

#quizQ #save li{
margin-right: 10px;
}

#quizQ #save li:last-child{
margin-right:0px;
float:right;
}

#quizQ li.ia_blue button{
background-color: #57c3ea;
border:2px solid #57c3ea;
}

#quizQ li.ia_blue button:hover{
border: 2px solid #57c3ea;
color:#57c3ea !important;
background-color:#fff;
cursor: pointer;
}
#quizQ li.ia_blue_border button{
border: 2px solid #57c3ea;
color:#57c3ea !important;
background-color:#fff;
cursor: pointer;
}
#quizQ li.ia_blue_border button:hover{
background-color:#57c3ea;
color: #fff !important;
}

#quizQ li.ia_red button{
background-color:#EC5D5F;
color:#fff;
cursor: pointer;
}
#quizQ li.ia_red button:hover{
border: 2px solid #EC5D5F;
color: #EC5D5F;
background-color:#fff;
}

input[type=radio]{
margin-right:8px;
} 
#pagination{
background-color:#f9f9f9;
padding:8px 0;
border-radius:6px;
}

#pagination ul{
width:630px;
margin:0 auto;
overflow:hidden;
font-size:14px;
font-weight:bold;
}

#pagination a {
  color: #57c3ea;;
  float: left;
  padding: 8px 11px;
  text-decoration: none;
  display: inline-block;
}

#pagination li:first-child a,#pagination li:last-child a{
color:#333;
}
