@charset "utf-8";
/* CSS Document */

body, h1, h2, li, p, a,
.nav-global, .nav-utility-01, .nav-utility-01, .nav-utility-02, .list-link-01, .list-define-01, .list-contents-01{
margin:0;
padding:0;
font-size:100.01%;
}

a:hover{
text-decoration:none;
}

.container li:last-child{
margin-bottom:0;
}

p{
margin-bottom:10px;
}

ul, ol {
margin-top:0;
margin-bottom:0;
padding-top:0;
padding-bottom:0;
}

ul li{
list-style:none;
}

/* class property */

.container{
width:855px;
margin:0 auto;
font-size:85.75%;
}

.logo{
width:4em;
margin-bottom:10px;
padding:10px;
border:1px solid #ccc;
color:#666;
text-align:center;
font-family:"Times New Roman", Times, serif;
}

.nav-global,
.mainvisual{
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.nav-global {
width:auto;
margin-bottom:20px;
display: -moz-box;
display: -webkit-box;
background-image: -moz-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(248, 248, 248) 50%, rgb(236, 236, 236) 50%, rgb(220, 220, 220) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from( #fff ), color-stop( 0.5, #f8f8f8 ), color-stop( 0.5, #ececec ), to( #e0e0e0 ) );
border-top:1px solid #e0e0e0;
border-left:1px solid #e0e0e0;
border-right:1px solid #b0b0b0;
border-bottom:1px solid #b0b0b0;
clear:right;
}
.nav-global li {
border-right: 1px solid #ccc;
text-align:center;
}

.nav-global li:last-child{
border:none;
}

.nav-global li a{
display:block;
width: 150px;
padding:10px;
text-decoration:none;
color:#333;
font-weight:bold;
}
.nav-global li a:hover{
background-image: -moz-linear-gradient(-90deg, rgb(250, 250, 250) 0%, rgb(248, 248, 248) 50%, rgb(236, 236, 236) 50%, rgb(255, 255, 255) 100%);
opacity: 0.8;
}

.nav-utility-01{
text-align:right;
margin-bottom:10px;
display:-webkit-box;
float:right;
}
.nav-utility-01 li{
display:-moz-box;
margin-left:20px;	
}

.nav-utility-02{
display:-webkit-box;
margin-bottom:10px;
}
.nav-utility-02 li{
display:-moz-box;
margin-right:20px;	
}


.list-link-01{
margin-bottom:20px;
}

.nav-utility-01 li,
.nav-utility-02 li,
.list-link-01 li{
padding-left:10px;
background:url(ico_arrow_01.gif) no-repeat 0 0.3em;
}

.list-link-01 li{
margin-bottom:4px;
}

.list-contents-01 li{
display:-moz-box;
display:-webkit-box;
margin-bottom:10px;
}
.list-contents-01 .image{
display:inline-block;
width:100px;
margin-right:10px;
}

.list-contents-01 .text{
display:inline-block;
width:300px;
vertical-align:top;
}

.mainvisual{
width:100%;
margin-bottom:20px;
padding:20px 0;
background:#999;
font-size:200%;
font-weight:bold;
text-align:center;
}

.mainvisual span{
display:block;
width:200px;
margin:10px auto;
font-size:80%;
border:1px dashed #ccc;
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
}


h2{
margin-bottom:10px;
padding:4px;
border-left:4px solid #666;
-moz-box-shadow: 0px 0px 5px #ccc;
-webkit-box-shadow: 0px 0px 5px #ccc;
}

.box-column{
display:-moz-box;
display:-webkit-box;
margin-bottom:20px;
}


.box-column .column{
width:420px;
margin-right:20px;
-moz-box-flex: 1;
-webkit-box-flex: 1;
}

.box-column .column:last-child{
margin-right:0;
}

.button{
width:4em;
margin:0 auto 20px auto;
padding:10px;
text-align:center;
border:1px solid #ccc;
-moz-border-radius:10px;
border-radius:10px;
background-image: -moz-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(248, 248, 248) 50%, rgb(236, 236, 236) 50%, rgb(220, 220, 220) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from( #fff ), color-stop( 0.5, #f8f8f8 ), color-stop( 0.5, #ececec ), to( #e0e0e0 ) );
-moz-box-shadow: 1px 2px 3px #666;
-webkit-box-shadow: 1px 2px 3px #666;
}

.button:hover{
-moz-box-shadow: 0px 0px 0px;
-webkit-box-shadow: 0px 0px 0px;
-moz-transform:translate(2px,3px);
-webkit-transform:translate(2px,3px);
}


#copyright{
border-top:2px solid #ccc;
padding-top:2px;
text-align:right;
}

/* transform */

.rotate:hover{
-moz-transform:rotate(45deg);
-webkit-transform:rotate(900deg);
/*-webkit-transform: translate(100px, 100px) scale(1.8) rotate(1080deg);*/
}
.rotate3d:hover{
-moz-transform:rotateX(45deg);
-moz-transform-style: preserve-3d;
-webkit-transform:rotate3d(45, 360, 45, 45deg);
}
.scale:hover{
-moz-transform:scale(0.8);
-webkit-transform:scale(0.8);
}
.skew:hover{
-moz-transform:skew(45deg,10deg);
-webkit-transform:skew(45deg,10deg) skew(315deg,350deg);
}
.translate:hover{
-moz-transform:translate(10px);
-webkit-transform:translate(50px);
}
.perspective:hover{
-moz-transform:perspective(100);
-webkit-transform:perspective(100);
}

