@charset "utf-8";

/*=============================

共通css

=============================*/

html {
    height: 100%;
}

body {
    height: 100%;
    color: #333;
}

a {
    color: #666666;
}

.img_middle {
	vertical-align: middle;
}

/*=============================

IE8対応　背景画像

=============================*/

.bgCover {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.bgCover_img {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

.bgCover_img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
}

#index_contents #MainLink ul li .link_bg {
    position: relative;
    z-index: 1;
}


/*=============================

paging

=============================*/

.pageNavi {
    text-align: center;
    position: relative;
}

.currentBOX {
    padding: 6px 0px;
}

.pageNavi .first {
    position: absolute;
    left: 0;
    top: 0px;
    padding: 6px 0px;
}

.pageNavi .first_1 {
    position: absolute;
    left: 50px;
    top: 0px;
    padding: 6px 0px;
}

.pageNavi .last {
    position: absolute;
    right: 50px;
    top: 0px;
    padding: 6px 0px;
}

.pageNavi .last_1 {
    position: absolute;
    right: 0;
    top: 0px;
    padding: 6px 0px;
}

.pageNavi .current {
    text-align: center;
    padding: 6px 10px;
    color: #fff;
}

.pageNavi .no_current a,
.pageNavi .first a,
.pageNavi .first_1 a,
.pageNavi .last a,
.pageNavi .last_1 a {
    padding: 6px 10px;
    border: solid 1px #cccccc;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

.pageNavi .no_current a:hover,
.pageNavi .first a:hover,
.pageNavi .first_1 a:hover,
.pageNavi .last a:hover,
.pageNavi .last_1 a:hover {
    background: #EEEEEE;
}


/*=============================

header_preview

=============================*/

#header_preview {
    padding: 20px;
    background: #f8f8f8;
}

#header_inner {
    max-width: 1100px;
    margin: 0 auto;
}

#header_inner ul li {
    float: left;
    width: 48%;
    margin: 0 0 0 4%;
}

#header_inner ul li:first-child {
    margin: 0 0 0 0;
}

#header_inner ul li a {
    padding: 10px 40px;
    background: #fff;
    display: block;
    box-shadow: 0px 3px 0px #ccc;
    border-radius: 5px;
    text-decoration: none;
    position: relative;
}

#header_inner ul li a:hover {
    box-shadow: none;
    top: 3px;
}

#header_inner ul li a span {
    float: right;
}
