@charset "UTF-8";

/* All */
* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
a:link {
    color:#0000ff; text-decoration:none
}
a:visited {
    color:#0000ff; text-decoration:none
}
a:hover {
    color:#0000ff; text-decoration:none
}
a:active {
    color:#0000ff; text-decoration:none
}

/* Clearfix */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
.cf {
    zoom:1;
}

/* body */
body,html {
    font-size: 12px;
    font-family: "Meiryo UI";
    width: 100%;
    height: 100%;
    /* background: linear-gradient(-135deg, #0fa73b, #00722f); */
    background: linear-gradient(-135deg, #00a93a, #008141);
    color: black;
    text-align: center;
}

/* wrapper */
.wrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

/* h2 */
h2 {
    font-weight: 400;
    line-height: 36px;
}

/* span */
span {
    font-size: 12px;
    line-height: 16px;
}

/* button */
button {
    padding: 4px 0px;
    width: 90px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 12px;
    margin: 4px;
    background-color: #d6d7d8;
}

.gradient {
    background: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
    color: white;
}
.green {
    /* color: #00722f; */
    color: #008141;
}

.bad span:before {
    content:" ";
    display:inline-block;
    width: 12px;
    height: 12px;
    background:url( /img/icon/bad.png);
    background-size:contain;
    vertical-align:middle;
    margin-right: 4px;
}
.comment span:before {
    content:" ";
    display:inline-block;
    width: 12px;
    height: 12px;
    background:url( /img/icon/comment.png);
    background-size:contain;
    vertical-align:middle;
    margin-right: 4px;
}
.edit span:before {
    content:" ";
    display:inline-block;
    width: 12px;
    height: 12px;
    background:url( /img/icon/edit.png);
    background-size:contain;
    vertical-align:middle;
    margin-right: 4px;
}
.good span:before {
    content:" ";
    display:inline-block;
    width: 12px;
    height: 12px;
    background:url( /img/icon/good.png);
    background-size:contain;
    vertical-align:middle;
    margin-right: 4px;
}
.list span:before {
    content:" ";
    display:inline-block;
    width: 12px;
    height: 12px;
    background:url( /img/icon/list.png);
    background-size:contain;
    vertical-align:middle;
    margin-right: 4px;
}
.logout span:before {
    content:" ";
    display:inline-block;
    width: 12px;
    height: 12px;
    background:url( /img/icon/logout2.png);
    background-size:contain;
    vertical-align:middle;
    margin-right: 4px;
}
.manual span:before {
    content:" ";
    display:inline-block;
    width: 12px;
    height: 12px;
    background:url( /img/icon/manual2.png);
    background-size:contain;
    vertical-align:middle;
    margin-right: 4px;
}
.register span:before {
    content:" ";
    display:inline-block;
    width: 12px;
    height: 12px;
    background:url( /img/icon/register.png);
    background-size:contain;
    vertical-align:middle;
    margin-right: 4px;
}
.return span:before {
    content:" ";
    display:inline-block;
    width: 12px;
    height: 12px;
    background:url( /img/icon/return.png);
    background-size:contain;
    vertical-align:middle;
    margin-right: 4px;
}
.search span:before {
    content:" ";
    display:inline-block;
    width: 12px;
    height: 12px;
    background:url( /img/icon/search.png);
    background-size:contain;
    vertical-align:middle;
    margin-right: 4px;
}
.download span:before {
    content:" ";
    display:inline-block;
    width: 12px;
    height: 12px;
    background:url( /img/icon/download2.png);
    background-size:contain;
    vertical-align:middle;
    margin-right: 4px;
}
.rule span:before {
    content:" ";
    display:inline-block;
    width: 12px;
    height: 12px;
    background:url( /img/icon/rule2.png);
    background-size:contain;
    vertical-align:middle;
    margin-right: 4px;
}

/* select, input, textarea */
select,
input,
textarea {
    padding: 4px;
    vertical-align: middle;
    cursor: pointer;
    border: 0px solid transparent;
    border-radius: 4px;
    margin: 4px;/* body */
    font-size: 12px;
    font-family: "Meiryo UI";
    line-height: 18px
}


/* header */
header {
    position: relative;
}
header .logo {
    float: left;
}
header .logo img {
    max-width: 100%;
    height: 26px;
    margin: 8px 0 0 18px;
}
header .buttonBox {
    position: relative;
    float: right;
    margin: 4px 14px 4px 4px;
}
header .buttonBox .languageSelectBox {
    float: left;
}
header .buttonBox button {
    float: left;
}

pre.code {
    border: solid 1px #333;
    border-radius: 0.75em;
    padding: 10px 10px 10px 10px;
    text-align: left;
}

blockquote {
    border: dashed 1px #333;
    border-radius: 0.75em;
    padding: 10px 10px 10px 10px;
    color: gray;
    text-align: left;
    font-size: 10pt;
}

/* SNS color */

button.facebook {
    color: #ffffff;
    background-color: #3F5997;
}

button.linkedin {
    color: #ffffff;
    background-color: #0076B4;
}

button.twitter {
    color: #ffffff;
    background-color: #22A0F2;
}

button.github {
    color: #ffffff;
    background-color: #5DBC5C;
}

/* for QA site */

span.subtitle {
    color: white;
    font-size: 16px;
    margin-left: -16px;
}

div.hidden {
    display: none;
}

/*************** メディアクエリ *************** /

/* スマホ */
@media screen and (max-width:600px) {
    input , textarea , select {
        /* 入力欄にフォーカスが当たっても拡大しない */
        font-size: 16px;
    }

    select {
        padding: 0px;
    }

    /* button */
    button {
        width: 90px;
    }

    /* header */
    header .logo img {
        max-width: 100%;
        height: 26px;
        margin: 8px 0 0 18px;
    }

    /* language selector */
    select#cmbLanguageSelect {
        height: 27px;
    }

    /* language selector */
    select#languageSelect {
        height: 26px;
    }

    /* work category selector */
    #cmbContributionWorkLevel {
        height: 27px;
    }
}
/* タブレット */
@media screen and (min-width:600px) and (max-width:960px) {

}