
body{
    background-image: url(../img/back.gif);
    background-repeat: repeat;
    
}
body,html{
    min-width: 1200px;
    
}
section#page{
    width: 100%;
    min-height: 100%;
    display: flex;
}
header{
    position: absolute;
    height: 52px;
    width: 100%;
    background-color: rgba(0,0,0,0.30);
    display: flex;
    min-width: 1200px;
}
header h1{
    width: 365px;
	position: relative;
}
header h1 img{
	position: absolute;
	top: 7px;
	left: 20px;
}
header .cpr{
    -webkit-flex: 1;
    flex: 1;
    height: 100%;
    background-color: rgba(0,0,0,0.20);
    color: #fff;
    font-size: 10px;
    padding-top: 32px;
    padding-right: 25px;
    text-align: right;
}
nav{
    width: 150px;
    min-height: 100%;
    padding-top: 100px;
    background-image: -webkit-linear-gradient(180deg,rgba(0,0,0,0.30) 0.05%,rgba(0,0,0,0.75) 100%);
    background-image: linear-gradient(270deg,rgba(0,0,0,0.30) 0.05%,rgba(0,0,0,0.75) 100%);
}
nav#worksNav{
    width: 215px;
    display: none;
}
section#contain{
    height: 100%;
    -webkit-flex: 1;
    flex: 1;
    padding-top: 100px;
    padding-left: 50px;
    padding-right: 50px;
}
nav ul{
    width: 100%;
}
nav ul li{
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
nav#mainNav ul li a{
    display:block;
    padding: 12px 10px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
	letter-spacing:1px;
}
nav#mainNav ul li a:before{
    content: url(../img/nav_pnt1.png);
}
nav#mainNav ul li:not(.active) a:hover{
    background-color: rgba(0,0,0,0.40);
}
nav#mainNav ul li a:hover:before{
    content: url(../img/nav_pnt2.png);
}

nav#mainNav ul li.active a{
    background-color: rgba(0,0,0,0.40);
    pointer-events: none;
}
nav#mainNav ul li.active a:before{
    content: url(../img/nav_pnt2.png);
}
nav#worksNav ul li a{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    display:block;
    padding: 5px 2em;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    text-indent: -1em;
}
nav#worksNav ul li a:before{
    content:"▷";
}
nav#worksNav ul li:not(.active) a:hover{
    background-color: rgba(0,0,0,0.40);
}
nav#worksNav ul li a:hover:before{
    content:"▷";
}

nav#worksNav ul li.active a{
    background-color: rgba(0,0,0,0.40);
    pointer-events: none;
}
nav#worksNav ul li.active a:before{
    content:"▶︎";
}

p.pgTitle{
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-size: 27px;
    font-weight: bold;
    background-image: -webkit-linear-gradient(270deg,rgba(121,121,121,0.00) 40%,rgba(0,0,0,0.30) 40%,rgba(0,0,0,0.30) 100%);
    background-image: linear-gradient(180deg,rgba(121,121,121,0.00) 40%,rgba(0,0,0,0.30) 40%,rgba(0,0,0,0.30) 100%);
    text-shadow: 2px 2px 2px rgba(0,0,0,0.40);
    padding-left: 10px;
    margin-bottom: 20px;
	letter-spacing:3px;
}
p.pgTitle span{
    font-size: 13px;
    font-weight: normal;
    margin-left: 10px;
    text-shadow: none;
    color: #fff;
}
ul#imgIcon{
    display: none;
}