@charset "utf-8";

/******************************************/
/* 00. Reset                              */
/******************************************/

html, body{
	width: 1200px;
	margin: 0px auto;
	padding: 0px;
    text-align:center;

    color: #fff;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

ul, ol{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

/******************************************/
/* 10. Layout                             */
/******************************************/
body{
    background: #01060f;
    position: absolute;
/*    perspective: 1px;
    transform-style: preserve-3d;*/
    height: 100%;
}

#wrapper{
    margin: 0px auto 0px auto;
    position: relative;
    z-index: 100;
    width: 1200px;
    overflow: hidden;
    top: 0px;
}

header, article, footer{
    z-index: 10;
    margin: 0px auto;
    display: block;
}

/******************************************/
/* 11. Background                         */
/******************************************/
#noparallax_bg, #parallax_bg,
#noparallax_bg li, #parallax_bg li{
    margin: 0;
    padding: 0;
    position: absolute;
    display: block;
    width: 1200px;
    height: 2200px;
    z-index: 1;
}

#noparallax_bg, #parallax_bg {
    top:0px;
    left: 50%;
    margin: 0px auto 0px -600px;
    overflow: hidden;
}

#parallax_bg li img{
    position: absolute;
    top: -200px;
}

#bg_01 img{
    top: 0;
    left: 0;
}

/******************************************/
/* 20. Header                             */
/******************************************/
hgroup{
    margin: 100px auto 0 auto;
}

hgroup h2{
    margin: -60px auto 0 auto;
}


/******************************************/
/* 30. Navi                               */
/******************************************/

/******************************************/
/* 40. Contents                           */
/******************************************/
.top_detail_area{
    width: 100%;
    font-size: 20px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    font-weight:bold;
}

.top_detail_area p img{
    margin: 50px auto 0px auto;
}

.snapshot_area {
    margin: 0px auto 0px auto;
    text-align: center;
}

.link_area {
    margin: 140px auto 0px auto;
    width:100%;
    text-align: center;
}

.link_area h3{
    margin: 0px auto 40px auto;
}

.link_area ul {
    margin: 0px auto;
    position: relative;
    top: -20px;
    width: 800px;
    display: table;
}

.link_area ul li {
    display: table-cell;
}


/******************************************/
/* 50. Footer                             */
/******************************************/
address {
    margin: 80px auto 0px auto;
    font-size: 18px;
    display: block;
    text-align: center;
    padding: 60px 0px 20px 0px;
    vertical-align: top;
/*    background: url(img/footer_address_bg.png) 50% 0 repeat-X;*/
}

address a{
    padding: 0em 0.5em;
    font-weight: bold;
}

.company {
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 30px 0em;
    text-align: center;
    background: #01060f;
}



/******************************************/
/* 60. FAQ page                           */
/******************************************/
dl{
    margin: 0px auto;
    text-align: left;
    width: 822px;
}

dt{
    z-index: 10;
    font-size: 22px;
    height: 40px;
    font-weight: bold;
    padding: 16px 0px 0px 80px;
    background: url(img/faq_header_bg.png) no-repeat;
    text-shadow: 1px 1px 1px #000;
}

dd{
    z-index: 0;
    font-size: 20px;
/*    line-height: 1.2;*/
    margin: -3px auto 30px auto;
    padding: 24px 24px 0px 24px;
    background: url(img/faq_text_bg.png) repeat;
    width: 699px;
    text-shadow: 1px 1px 1px #000;
}

/*
dd:after {
    position: relative;
    top: 9px;
    left: -24px;
    display: block;
    content: url(img/faq_text_footer.png) no-repeat;
    width: 747px;
    height: 13px;
}
*/

dd:after {
    position: relative;
    left: -24px;
    display: block;
    content: "";
    height:0px;
    width:727px;
    border:10px solid #f00;
    border-color:transparent;
    border-bottom-color:#006744;

    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform: scale(1.0, -1.0);
    -webkit-transform: scale(1.0, -1.0);
    -moz-transform: scale(1.0, -1.0);
    -o-transform: scale(1.0, -1.0);
    -ms-transform: scale(1.0, -1.0);
}

a:link {
    text-decoration: underline;
    font-style: normal;
    color: #33ddff;
}

a:visited {
    text-decoration: underline;
    font-style: normal;
    color: #33ddff;
}

.return_home {
    display: block;
    width: 300px;
    height: 100px;
    margin: 80px auto 0px auto;
}



/******************************************/
/* 99. Debug                              */
/******************************************/
.bg_red{
}

.border_visible{
}

