@charset "UTF-8";

/*
 * base
 */
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: DINRoundWeb, 'メイリオ', Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 13px/1.231;
    background: #FFF;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

.icon-font {
    color: rgba(240,240,240,1);
    font-size: 30px;
    text-shadow: -1px -1px 3px #555555;
    margin: 0px;
}

.icon-list {
    padding-top: 20px;
    width: 200px;
    height: 200px;}

/*
 * layout
 */
#container {
    background: #2D9212;
    position: relative;
    clear: both;
    width: 100%;
    overflow: hidden;
}

#contents {
    padding: 0 1em 1em 1em;
}

#global-footer {
    padding: 0 1em 1em 1em;
}

.partition {
    text-align: center;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    margin: auto;
    padding: 10px 0px;
}

/*
 * header
 */
header {
    padding: 1em 1em 1em 1em;
    background: #fff;
}

header .company {
    text-align: center;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    color: #000;
    width: 350px;
    height: 24px;
    margin: auto;
}

#education-app-list {
    background-color: #54B345;
    color: #fff;
}

/*
 * main-content
 */
#main-content {
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-color: #fff;
    padding: 10px 10px;
}

#main-content img {
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.4);
    max-width: 100%;
}

/*
 * contents
 */
#contents {
    position: relative;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#contents ul {
    float: left;
    left: 50%;
    position: relative;
    list-style: none;
    padding: 0;
}
#contents ul li {
    margin: 0px 1px;
    display: block;
    position: relative;
    text-align: center;
    float: left;
    left: -50%;
}
#contents ul li a {
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none !important;
}
