@charset "utf-8";
/* CSS Document */
.section{
	text-align:center;
}
#section1Inner {
	width: 1000px;
	margin: 0 auto;
}

/* -------------------------------------------------------------------
 TOP
-------------------------------------------------------------------- */
html,
body,
#main,
#container,
#contents,
#section1 {
	height:100%;
}
body{
    background: #232323;
}
#section1 {
	width: 1000px;
	height: 100%;
	display: table;
	text-align: left;
	margin: 0 auto;
}
#section1Inner {
	display: table-cell;
	vertical-align: middle;
}

s01_h1 {
    padding-left: 20px;
}
h2 {
    padding: 30px 20px;
    padding-left: 300px;
}
/*#pc {
    display: block !important; 
}
#sp {
    display: none !important; 
}*/
#section1Inner img {
	vertical-align: bottom;
}

#s01_item {
    float: left;
	/*width: 360px;
	padding: 40px 60px 15px 0;
    text-align: center;*/
}
#s01R {
	float: left;
	color: #e4ede6;
	padding: 30px 0px;
}
#s01R a {
	color: #33cccc;
	text-decoration: none;
}
#s01R a:hover {
	text-decoration: underline;
}
#s01Sttl {
	font-size: 114%;
	font-weight: normal;
	margin-bottom: 25px;
}
#s01Link {
	margin-top: 25px;
}
.linkBlank {
	padding-right: 24px;
	background: url(../img/ic_link_blank.gif) no-repeat right center;
    color: #33CCCC;
}
    #container #wrapFooter{
        display: none;
    }


/* 768p以下のブラウザー対応のメディアクエリ*/
@media screen and  ( max-width: 768px ){
        #section1Inner {
          max-width: 960px;
          margin: 0 auto;
            }
        #s01_item  {
            float: none;
            padding: 0 50px;
            margin: 0;
            width:auto;
             }
    #s01R {
          width: 300px;
         padding: 10px 50px;
          }
    h2 {
        padding: 0px 50px;
        display: none;
    }
    }


/* -------------------------------------------------------------------
 Footer
-------------------------------------------------------------------- */
#footerMenuCont {
	width: 100%;
	height: 100%;
	background: url(../common/img/parts/macFFBgHack.png);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	display: none;
}
#fMenuContIn {
	width: 970px;
	height: 520px;
	background: #000;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -485px;
	margin-top: -260px;
}
#fMenuContIn img {
	vertical-align: bottom;
}
#fMenuTtl {
	text-align: center;
	margin-bottom: 35px;
}
.fMenuListTtl {
	margin-top: 9px;
	color: #999;
	font-weight: normal;
	font-size: 12px;
}
.fMenuListTtl .sub {
	font-size: 10px;
	
}
#wrapBtnBsList {
	width: 840px;
	height: 520px;
	margin: 0 auto;
	display: table;
	text-align: center;
}
#wrapBtnBsListIn {
	display: table-cell;
	vertical-align: middle;
}
#wrapBtnBsList li {
	width: 160px;
	float: left;
	margin: 0 25px;
}
#wrapBtnBsList ul {
	margin-bottom: 25px;
}
#wrapBtnBsList .fMenuListLast {
	margin-bottom: 0;
}
