/* ----------------------------------------------
 Template Name : MagicHat
 Template Code : A-0001
 Version : 1.0
 Author : Akihiro Kajiwara
 Author URI : http://magichat.jp/
 Last Date Modified : 2012/08/13

 Modified by Mitsuru Osano, 2014/12/4
 AppOrganizerのページをDigital Signage用に変更
 ------------------------------------------------ */

/* Lists */
ul, ol {
    /*    margin-bottom: 5px;*/
    padding: 0 20px;
}
/* ------------------------------------------------------
 STRUCTURE
 --------------------------------------------------------- */
#top_logo {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    margin: 10px 20px;
}
#top_navi {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    height: 100%;
    background-image: url(/images/v2/navi_back.png);
    background-repeat: no-repeat;
    background-position: right top;
}
#top_navi > ul {
    margin: 0;
    padding: 0;
    list-style: none; /* リストマークを無しにする */
    text-align: right;
    background: url(/images/v2/navi_icons.png);
    background-repeat: no-repeat;
    background-position: 155px 12px;
}
#top_navi > ul > li a {
    display: block;
    float: right;
    text-decoration: none;
    width: 36px; /* 項目の幅 */
    height: 40px; /* 項目の高さ */
}
#top_navi > ul > li.active > div {
    background: url(/images/v2/navi_arrow.png);
    background-repeat: no-repeat;
    background-position: 130px 13px;
    color: #000;
    font-weight: bold;
    display: inherit;
}
#top_navi > ul > li a:after {
    content: '  ';
}
#top_navi > ul > li.active > div {
    color: #000;
    font-weight: bold;
    display: inherit;
}
#top_navi > ul > li a span {
    padding-right: 50px;
    display: none;
}
#top_navi > ul > li > div {
    width: 120px;
    height: 40px;
    line-height: 3.0em;
    padding-right: 60px;
}
#top_navi > ul > li > div > span {
    display: none;
}
#top_navi > ul > li.active > div > span {
    display: inherit;
}
#top_navi > ul > li.show > div > span {
    display: inherit;
}
#top_navi ul.in_top li.show div {
    color: #666666;
}
#top_navi ul.in_about li.show div {
    color: #9A4D21;
}
#top_navi ul.in_casper li.show div {
    color: #F1901D;
}
#top_navi ul.in_kerio li.show div {
    color: #404816;
}
#top_navi ul.in_starquiz li.show div {
    color: #122E4B;
}
#top_navi ul.in_organizer li.show div {
    color: #666666;
 }
#top_navi ul.in_others li.show div {
    color: #8B2845;
}
#top_navi ul.in_cases li.show div {
    color: #3E6366;
}
#top_navi ul.in_news li.show div {
    color: #640606;
}
#top_contact {
    position: fixed;
    z-index: 1000;
    /*top: 620px;*/
    bottom: 15px;
    left: 20px;
}
#top_wrapper > * {
    width: 100%;
}
/* default article */
article {
    overflow: hidden;
    position: relative;
    width: inherit;
    min-width: 960px;
    /*max-width: 1400px;*/
    height: 900px;
    border-top: 1px solid black;
    background-color: white;
    box-shadow: 0 2px 10px #444;
    -webkit-box-shadow: 0 2px 10px #444;
    -moz-box-shadow: 0 2px 10px #444;

    /*background-repeat: repeat-y;*/
    background-repeat: repeat-y;
    background-position: center top;
    /*background-size: auto 100%;
    -moz-background-size: auto 100%;
    -webkit-background-size: auto 100%;*/
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

article .contents {
    height: 250px;

    margin: auto;
    /*margin-top: 230px;*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
article .contents > div {
    /*margin: 160px auto 0;*/
    text-align: center;
}
article .contents > ul {
    margin: 70px auto 0;
    /*width: 540px;*/
    list-style: none;
}
article .contents > ul > li {
    float: left;
}
article .contents > ul > li > a {
    text-indent: -9999em;
    width: 88px;
    height: 88px;
    display: block;
}

/* TOP area article */
#top {
    z-index: 999;
    background-image: url(/images/v2/top_back.png);
    background-size: auto auto;
    -moz-background-size: auto auto;
    -webkit-background-size: auto auto;
    background-repeat: no-repeat;
    background-position: center center;
}

/* ABOUT area article */
#about {
    z-index: 998;
    background-image: url(/images/v2/about_back.png);
    background-size: auto auto;
    -moz-background-size: auto auto;
    -webkit-background-size: auto auto;
    background-repeat: no-repeat;
    /*background-position: center 100px;*/
    background-position: center 150px;
    background-color: #C28042;
}
#about .contents {
    color: #C28042;
    margin-top: 280px;
}
#about .contents > ul {
    width: 352px;
    margin: auto;
    margin-top: 10px;
}
#about .contents > ul > li {
}
#about .contents > ul > li > a {
    background: url(/images/v2/about_navi.png);
    background-repeat: no-repeat;
}
/* normal */
#about .contents > ul > li.company a { background-position: 0 0; }
#about .contents > ul > li.staff_profile a { background-position: -88px 0; }
#about .contents > ul > li.partner a { background-position: -178px 0; }
#about .contents > ul > li.privacy a { background-position: -266px 0; }
/* hover */
#about .contents > ul > li.company a:hover { background-position: 0 -88px; }
#about .contents > ul > li.staff_profile a:hover { background-position: -88px -88px; }
#about .contents > ul > li.partner a:hover { background-position: -178px -88px; }
#about .contents > ul > li.privacy a:hover { background-position: -266px -88px; }

/* casper area article */
#casper {
    z-index: 997;
    background-image: url(/images/v2/tarmac_back.png);
    background-color: #FFC000;
}
#casper > div {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
}
#casper .contents > ul {
    width: 180px;
    height: 100px;
}
#casper .contents > ul > li {
    margin-left: 0;
}
#casper .contents > ul > li > a {
    width: 90px;
    height: 100px;
    background: url(/images/v2/tarmac_navi.png);
    background-position: 0;
    background-repeat: no-repeat;
}
/* normal */
#casper .contents > ul > li.product_summary a { background-position: 0 0; }
#casper .contents > ul > li.price a { background-position: -90px 0; }
/* hover */
#casper .contents > ul > li.product_summary a:hover { background-position: 0 -100px; }
#casper .contents > ul > li.price a:hover { background-position: -90px -100px; }

/* Kerio Workspace area article */
#kerio {
    z-index: 997;
    background-image: url(/images/v2/kerio_back.png);
    background-color: #808147;
}
#kerio > div {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
}
#kerio .contents > ul {
    width: 180px;
    height: 100px;
}
#kerio .contents > ul > li {
    margin-left: 0;
}
#kerio .contents > ul > li > a {
    width: 90px;
    height: 100px;
    background: url(/images/v2/kerio_navi.png);
    background-position: 0;
    background-repeat: no-repeat;
}
/* normal */
#kerio .contents > ul > li.product_summary a { background-position: 0 0; }
#kerio .contents > ul > li.price a { background-position: -90px 0; }
/* hover */
#kerio .contents > ul > li.product_summary a:hover { background-position: 0 -100px; }
#kerio .contents > ul > li.price a:hover { background-position: -90px -100px; }

/* starQuiz area article */
#starquiz {
    z-index: 996;
    background-image: url(/images/v2/starquiz_back.png);
    background-color: #5B80B7;
}
#starquiz > div {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
}
#starquiz .contents > ul {
    width: 180px;
    height: 100px;
}
#starquiz .contents > ul > li {
    margin-left: 0;
}
#starquiz .contents > ul > li > a {
    width: 90px;
    height: 100px;
    background: url(/images/v2/starquiz_navi.png);
    background-position: 0;
    background-repeat: no-repeat;
}
/* normal */
#starquiz .contents > ul > li.product_summary a { background-position: 0 0; }
#starquiz .contents > ul > li.price a { background-position: -90px 0; }
/* hover */
#starquiz .contents > ul > li.product_summary a:hover { background-position: 0 -100px; }
#starquiz .contents > ul > li.price a:hover { background-position: -90px -100px; }

/* Digital Signage area article */
#signage {
    z-index: 995;
    background-image: url(/images/v2/signage_d_back.png);
    background-color: #EEEEEE;
}
#signage > div {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
}
#signage .contents {
    height: 450px;
}
#signage .contents > ul {
    width: 810px;
    margin-top: 20px;
}
#signage .contents > ul > li {
    margin-left: 45px;
}

#signage .contents > ul > li > a {
    width: 208px;
    height: 220px;
    background: url(/images/v2/signage_navi.png);
    background-position: 0;
    background-repeat: no-repeat;
}
/* normal */
#signage .contents > ul > li.touch a { background-position: -196px 0; }
#signage .contents > ul > li.signage a { background-position: -404px 0; }
#signage .contents > ul > li.social a { background-position: -612px 0; width: 196px; }
/* hover */
#signage .contents > ul > li.touch a:hover { background-position: -196px -223px; }
#signage .contents > ul > li.signage a:hover { background-position: -404px -223px; }
#signage .contents > ul > li.social a:hover { background-position: -612px -223px; width: 196px; }


/* Others Products area article */
#others {
    z-index: 995;
    background-color: #AE4A68;
}
#others > div {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
}
#others .contents {
    height: 400px;
}
#others .contents > ul {
    width: 810px;
    margin-top: 20px;
}
#others .contents > ul > li {
    margin-left: 45px;
}
#others .contents > ul > li > a {
    width: 208px;
    height: 220px;
    background: url(/images/v2/others_navi.png);
    background-position: 0;
    background-repeat: no-repeat;
}
/* normal */
#others .contents > ul > li.app_organizer a { background-position: 0 0; width: 196px; }
#others .contents > ul > li.endpoint a { background-position: -196px 0; }
#others .contents > ul > li.kerio_connect a { background-position: -404px 0; }
#others .contents > ul > li.virtual_clicker a { background-position: -612px 0; width: 196px; }
/* hover */
#others .contents > ul > li.app_organizer a:hover { background-position: 0 -223px; width: 196px; }
#others .contents > ul > li.endpoint a:hover { background-position: -196px -223px; }
#others .contents > ul > li.kerio_connect a:hover { background-position: -404px -223px; }
#others .contents > ul > li.virtual_clicker a:hover { background-position: -612px -223px; width: 196px; }

/* Case Studies area article */
#cases {
    z-index: 996;
    background-image: url(/images/v2/case_studies_back.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #3E6366;
}
#cases > div {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
}
#cases .case_links {
    width: 100%;
    margin-top: 30px;
}
#cases .case_links a {
    display: block;
    text-indent: -9999em;
    width: 210px;
    height: 210px;
    margin: auto;
    background: url(/images/v2/case_studies_navi.png);
    background-position: 0;
    background-repeat: no-repeat;
}
/* normal */
#cases .case_links .case1 a { background-position: 0 0; }
#cases .case_links .case2 a { background-position: -327px 0; }
#cases .case_links .case3 a { background-position: -654px 0; }
/* hover */
#cases .case_links .case1 a:hover { background-position: 0 -210px; }
#cases .case_links .case2 a:hover { background-position: -327px -210px; }
#cases .case_links .case3 a:hover { background-position: -654px -210px; }


/* NEWS area article */
#news {
    z-index: 994;
    background-color: #AA1100;
}
#news .contents,
#news .contents > div {
    text-align: left;
    width: 700px;
    margin: 100px auto 0;
    position: relative;
    top: 10px;
}
#news .contents dl {
    width: 700px;
    margin: auto;
}
#news .contents dt, #news dd {
    /*background-color: #FFFFFF;*/
    padding: 10px 20px;
    line-height: 1.5em;
    color: black;
}
#news .contents dt {
    font-weight: bold;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 5px;
}
#news .contents dd {
    /*margin-bottom: 20px;*/
}
.mark {
    display: inline-block;
    background-color: #AA1100;
    padding: 2px 10px 0px;
    margin: 0 2px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.7em;
    color: white;
    white-space: nowrap;
    vertical-align: baseline;
}
#news .more {
    margin-top: 10px;
}
a.more_link {
    text-decoration: none;
    display: inline-block;
    background-color: #FFF;
    margin-bottom: 20px;
}
a.more_link:hover {
    background-color: #DDD;
}
a.more_link .more {
    text-indent: -9999em;
    display: block;
    width: 62px;
    height: 11px;
    background: url(/images/v2/and_more.png);
    background-position: 0;
    background-repeat: no-repeat;

    background-position: 0 0;
}
a.more_link:hover .more {
    background-position: 0 -15px;
}
a.read_more {
    color: #FFF;
}
a.read_more:hover {
    color: #440000;
}
#sitemap {
    position: fixed;
}

/* -------------------------------------------
 Header
 -------------------------------------------- */
/* -------------------------------------------
 Footer
 -------------------------------------------- */
/* -------------------------------------------
 Parts
 -------------------------------------------- */
