@charset "UTF-8";



/* -----------------------------------------------------------
   #topics_information
   ----------------------------------------------------------- */

   #topics_information {
    padding: 0px 5%;
    /* top: 100px; */
    position: relative;
}

@media only screen and (max-width: 900px) {
    #topics_information {
        padding: 0px 5%;
    }
}

@media only screen and (max-width: 736px) {
    #topics_information {
        padding: 0px 5%;
        top: 0;
    }
}




   
    #sub_news_area .central {
        width: 100%;
        max-width: 1200px;
        margin: 50px auto 100px;
    }



.button_a {
    cursor: pointer;
    /* width: 100%; */
    
    font-weight: normal;
    font-size: 13px;
    line-height: 1.1em;
    letter-spacing: 0.18em;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    color: #322961;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-color: #322961;
    border-style: solid;
    border-width: 1px;
    padding: 13px 17px;
    padding: 0.8125em 1em 0.75em;
    transition: background-color 500ms ease-out;
}
.button_a:hover,
.button_a:focus {
    background-color: #322961;
    color: #fff;
    border: 1px solid #322961;
    text-decoration: none;
}



/* --------- .newsArea --------- */

#topics_news .newsArea {
    /* margin: 0 auto; */
    /* max-width: 900px; */
}

#topics_news .newsArea .top-blog__list{z-index: 3;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: stretch;justify-content: flex-start;/* padding: 1%; */}

#topics_news .newsArea dl {
    flex: 0 0 32%;
    align-items: stretch;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0.5em;
    margin: 0.5%;
    cursor:pointer;
}

#topics_news .newsArea dl:hover {
    background:#f3abab;
    color:#fff;
}

@media only screen and (max-width: 500px) {
    #topics_news .newsArea .top-blog__list{
    display:flex;
    flex-flow: column;
    padding: 1% 20px;
    }

#topics_news .newsArea dl {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
    
}




#topics_news .newsArea dl:first-child {
    margin: 0;
}

#topics_news .newsArea dl dt a{
    display: block;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 10px 20px 0;
}

#topics_news .newsArea dl dt span {
    padding-left: 5px;
    color: #e96c36;
}
#topics_news .newsArea dl dd{margin-left:0;}
#topics_news .newsArea dl dd a{
    display: flex;
    flex-flow: column;
    padding: 0px 20px 10px;
    justify-content: center;
    margin: 0;
}

#topics_news .newsArea dl dd img{
    width:60px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}




#topics_news .newsArea dl a {
    /* position: absolute; */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

#topics_news .newsArea dl:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    height: 0;
    content: "";
    border-bottom: transparent 3px solid;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#topics_news .newsArea dl:hover:after {
/*     right: 0;
    border-color: #ed8180;
    position:relative;
    bottom:0; */
}

@media only screen and (max-width: 900px) {
    #topics_news .newsArea dl:after {
        display: none;
    }
}

@media only screen and (max-width: 736px) {
    #topics_news .newsArea dl {
        flex: 0 0 49%;
        margin-bottom:10px;
        font-size: 12px;
    }

}




/* ----------------------------------------------------------
   .headline
   ---------------------------------------------------------- */

.headline {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.headline h2.en {
    font-size: 16px;
    /*     font-family: 'Poppins', sans-serif; */
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
}

.headline h2.jp {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 900px) {
    .headline {
        margin-bottom: 45px;
    }
    .headline h2.en {
        /* font-size: 30px; */
    }
    .headline h2.jp {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 1;
        margin-top: 15px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 736px) {
    .headline {
        margin-bottom: 40px;
    }
    .headline h2.en {
        font-size: 14px;
    }
    .headline h2.jp {
        /* font-size: 13px; */
        margin-top: 10px;
    }
}

@media only screen and (max-width: 414px) {
    .headline h2.jp {
        /* font-size: 12px; */
    }
}

/* news more */
.news-more_ares {
    width: 90%;
    text-align:center;
    margin: 15px auto;
}
.news-more{
    margin: 0 3px 15px;
    display: inline-block;
    width: 200px;
    max-width: 100%;
    margin: 0 auto;
    color: #fff;
    background: #ed8180;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 5em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding-bottom: 3px;
}

.news-more:after {
    font-family: 'themify';
    content: "\e649";
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 2px;
    right: 12px;
    z-index: 1;
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    transition: right 0.3s ease;
}
.news-more:hover {
    color: #fff;
    /*     border: #9E9E9E 1px solid; */
    background: #464544;
}
.news-more:hover:after {
    right: 10px;
}
@media only screen and (max-width: 800px) {
    .read-more {
        margin-top: 15px;
        font-size: 13px;
    }
    
    * .read-more:after {
        right: 10px;
    }
    
    .read-more:hover {
        color: #fff;
        border: #111 1px solid;
        background: #333333;
    }
}
@media only screen and (max-width: 738px) {
    .read-more {
        margin-top: 10px;
        width: 140px;
        font-size: 12px;
        line-height: 30px;
        border: none;
        border: #111 1px solid;
        font-size: 12px;
        line-height: 30px;
        text-align: center;
        letter-spacing: 1px;
        position: relative;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }
    
    .read-more:after,
    .read-more:hover:after {
        right: 10px;
    }
}

.list_box{
    display:flex;
    margin-top: 20px;
}


.int_blogR {
    width: 20%;
    /* max-width: 220px; */
    margin-left: 0;
    padding: 0 10px;
}

.int_blogL {
    width: 100%;
    padding-right: 1%;
    float: left;
}


.int_blogL h1{
    font-size:25px;
}


@media screen and (max-width: 850px) {
    .list_box{
    flex-direction: column;
}

    .int_blogR {
        width: 100%;
        margin: 0;
        /* float: right; */
        /* margin-left: 0; */
        padding: 0;
    }
    .int_blogL {
        width: 100%;
        padding-right: 0;
        border-right: none;
        margin: 0;
    }
    .int_blog {
        width: 100%;
    }
}

#detail {
    line-height: 2;
    display: flex;
    flex-wrap: wrap;
    /* border: 1px solid #eee; */
    padding: 0em;
    margin: 2em 0 2em;
    /* text-align: center; */
    /* align-items: center; */
    justify-content: center;
}

.detailText {
    font-size: 16px !important;
    padding: 0em;
    border-radius: 5px;
    flex: 1 050%;
    margin: 0.4em;
    /* border: 1px solid #eee; */
    min-width: 200px;
    /* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
}

.detailText span {
    font-size: 16px !important;
}

.detailText a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    background: #55433b;
    padding: 0 20px;
}

.detailText a:hover {
    background: #806d64;
}

.detailText>div {
    font-size: 15px;
    /* font-size: 16px!important; */
}

.detailUpfile {
    margin: 5px 0 35px;
    text-align: center;
    padding: 0 2%;
    width: 40%;
}

@media only screen and (max-width: 600px) {
    .detailUpfile {
        margin: 5px 0 35px;
        text-align: center;
        padding: 2%;
        width: 100%;
    }
}

.detailUpfile img {
    /* max-width: 500px; */
}

.backORcloseBtn {
    text-align: right;
    line-height: 100%;
    /* margin: 15px; */
    padding-bottom: 15px;
}

.backORcloseBtn a {
    display: inline-block;
    padding: 0px 13px;
    /* 	border: 1px solid #d48e46; */
    color: #ffffff;
    background: #999;
    border-radius: 2px;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.3;
}

.backORcloseBtn a::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f30a';
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.8;
    padding-right: 10px;
}

.backORcloseBtn a:hover {
    /*     background:#098b3b; */
}

.detailUpfile img {
    /* min-width: 300px; */
    height: auto;
    width: 100%;
    /* padding: 2%; */
}

.pNav {
    padding: 2% 0;
    font-size: 15px;
    line-height: 1.8;
}

.pNav a {
    font-size: 15px;
    color: #666;
    border-bottom: 1px dotted #666;
}

.pNav a:hover {
    border-bottom: 0px solid #098b3b;
}

.categoryArea {
    text-align: right;
    padding-bottom: 60px;
}

.pCate {
    padding: 1% 0;
    font-size: 14px;
    /* text-align: right; */
    display: inline;
}

.pCate a {
    font-size: 14px;
    /* color: #fff; */
    /* border-bottom: 1px dotted #666; */
    padding: 0.5% 1%;
    /* background: #95908b; */
    /* margin: 1%; */
    /* border-radius: 50px; */
}

.pCate a:hover {
    color: #666
}

.pCate a:after {
    font-size: 10px;
    font-family: 'FontAwesome';
    content: "\f105";
    font-weight: normal;
    margin: 0 10px;
    height: 20px;
    line-height: 20px;
}

.sd-section__head {
    padding: 8px 15px;
    font-size: 16px;
    font-weight: 500;
    /* background: #ddd; */
    text-align: left;
    color: #505050;
}

.sd-section__item a {
    padding: 12px 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.sd-section__item a:hover {
    background: #f3f2f3
}



/* blog-header
--------------------------- */

.blog-header .c-title-B {
    margin-bottom: 4vw;
}

.blog-header__navbox._fixed {
    position: fixed;
}

.blog-header__nav {
    margin-bottom: 2vw;
    padding-left: 0;
}

.blog-header__nav>li {
    /* border-top: 1px solid #DEE1EA; */
}

.blog-header__nav>li>a {
    font-weight: 500;
    line-height: 2.6;
    text-align: left;
    display: block;
    padding: 0.8vw 20px 0.8vw 1vw;
    position: relative;
    transition: color .1s linear;
    border-bottom: 1px dashed #ddd;
    color: #505050;
}

.blog-header__nav>li>a.active {
    background-color: #F1F1F2;
}

html.no-touchevents .blog-header__nav>li>a:not(.active):hover {
    color: #F6921D;
}

.blog-header__nav>li>a:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #9e9e9e;
    border-right: 2px solid #9e9e9e;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(-50%, -50%) rotate(45deg);
}

.blog-header__nav>li>a:hover:after {
    animation: a-top-blog__list .25s .05s backwards;
}

html.no-touchevents .blog-header__nav>li>a:not(.active):hover:after {
    animation: a-blog-header__nav .25s .05s backwards;
}

@keyframes a-blog-header__nav {
    60% {
        right: .5em;
    }
    100% {
        right: 1em;
    }
}

@charset "utf-8";


/* --------------------------------------------------------------------------------------------------------------------

	common

-------------------------------------------------------------------------------------------------------------------- */


/* -------------------------------------- .about-titleCnt -------------------------------------- */

.about-titleCnt {
    margin: 36px 0 60px;
   	-moz-background-size: contain !important;
	-webkit-background-size: contain !important;
	-o-background-size: contain !important;
	background-size: contain !important;
}

body.IE7 .about-titleCnt {
	margin-top: 0;
	padding-top: 39px;
}

.about-titleCnt .logoBlk {
	padding: 30px 0;
}

.about-titleCnt .logo {
	text-indent: -9999px;
	display: block;
	width: 170px;
	height: 94px;
	background: url(../images/crystal/crystal_title.png) no-repeat;
	float: left;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	.about-titleCnt .logo {
		background-image: url(../images/crystal/crystal_title.png);
	
/*	-moz-background-size: 600px 750px;
		-webkit-background-size: 600px 750px;
		-o-background-size: 600px 750px;
		background-size: 600px 750px;*/
	}
}

.about-titleCnt .right .logo {
	float: right;
}

.about-titleCnt .copy {
	text-indent: -9999px;
	display: block;
	float: left;
	width: 150px;
	height: 105px;
	background:  url(../images/about_splite02.png) no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	.about-titleCnt .copy {
		background-image: url(../images/crystal/title_logo.png);

/*		-moz-background-size: 600px 750px;
		-webkit-background-size: 600px 750px;
		-o-background-size: 600px 750px;
		background-size: 600px 750px;*/
	}
}
.about-titleCnt .right .copy {
	float: right;
}

#concept-titleCnt .copy {
	background-position:  0 -200px;
}
#spec-titleCnt .copy {
	background-position: -150px -200px;
}
.about-titleCnt.loco .copy {
	background-position: -300px -200px;
}
.about-titleCnt.staff .copy {
	background-position: -450px -200px;
}

.about-titleCnt .titleBlk.right {
	text-align: right;
}

.about-titleCnt h1 {
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	font-size: 300%;
	letter-spacing: 5px;
	color: #fff;
	margin-bottom: 20px;
}

.about-titleCnt.loco h1 {
	letter-spacing: 2px;
}

.about-titleCnt h1 span {
	font-size: 75%;
	vertical-align: middle;
}

.about-titleCnt p {
	font-size: 87.5%;
	color: #fff;
	line-height: 1.8;
	font-weight: bold;
}

.about-titleCnt.loco p,
.about-titleCnt.staff p {
	color: #9c8d6c;
}


/* ---------------------------------------
	max-width: 1440px
--------------------------------------- */

@media screen and (max-width: 1440px) {

	/*画像サイズより小さくなったら contain を解除*/
	.about-titleCnt {
		-moz-background-size: auto auto !important;
		-webkit-background-size: auto auto !important;
		-o-background-size: auto auto !important;
		background-size: auto auto !important;
	}

}


/* ---------------------------------------
	max-width: 959px
--------------------------------------- */

@media screen and (max-width: 959px) {

	.about-titleCnt {
	    margin-bottom: 40px;
	}

}


/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

	.about-titleCnt {
	    margin: 0 0 20px;
	    padding-bottom: 20px;
	    height: auto !important;
	    -moz-background-size: cover !important;
		-webkit-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
	}

	.about-titleCnt .logoBlk {
		padding: 30px 0 20px;
	}

	.about-titleCnt .logo {
		float: none !important;
		margin: 0 auto;
	}

	.about-titleCnt .copy {
		display: none;
	}

	.about-titleCnt .titleBlk {
		text-align: center !important;
	}

	.about-titleCnt h1 {
		font-size: 200%;
		letter-spacing: 2px;
		margin-bottom: 10px;
	}

	.about-titleCnt p {
		letter-spacing: 0;
	}

}

/* ---------------------------------------
	max-width: 479px
--------------------------------------- */

@media screen and (max-width: 479px) {

	.about-titleCnt .logo {
		width: 130px;
		height: 72px;
		background: url(../images/crystal/crystal_title_sp.png) no-repeat;

	}

	.about-titleCnt .logo img{
		width: 130px;
		height: auto;
	}


	.about-titleCnt h1 {
		font-size: 180%;
	}

	.about-titleCnt p {
		font-size: 80%;
	}

}


/* -------------------------------------- .about-imgCnt -------------------------------------- */

.about-imgCnt {
	margin-bottom: 60px;
	-moz-background-size: contain !important;
	-webkit-background-size: contain !important;
	-o-background-size: contain !important;
	background-size: contain !important;
}


/* ---------------------------------------
	max-width: 1440px
--------------------------------------- */

@media screen and (max-width: 1440px) {

	/*画像サイズより小さくなったら contain を解除*/
	.about-imgCnt {
		-moz-background-size: auto auto !important;
		-webkit-background-size: auto auto !important;
		-o-background-size: auto auto !important;
		background-size: auto auto !important;
	}

}


/* ---------------------------------------
	max-width: 959px
--------------------------------------- */

@media screen and (max-width: 959px) {

	.about-imgCnt {
		margin-bottom: 20px;
	}

}

/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

	.about-imgCnt {
		height: 120px !important;
		-moz-background-size: cover !important;
		-webkit-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
	}

}



/* -------------------------------------- about-pageNav -------------------------------------- */

.about-pageNav {
	margin-top: -10px;
}

.about-pageNav li {
	width: 120px;
	height: 120px;
	float: left;
	margin-left: 15px;
	background: transparent url(../images/about_splite02.png) no-repeat -150px -350px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	.about-pageNav li {

		background-image: url(../images/crystal/title_logo.png);
/*		-moz-background-size: 600px 750px;
		-webkit-background-size: 600px 750px;
		-o-background-size: 600px 750px;
		background-size: 600px 750px;*/
	}
}
.about-pageNav li.active {
	width: 130px;
	height: 143px;
	margin-top: -5px;
	background-position: 0 -350px !important;
}

.about-pageNav li:hover {
	background-position: -300px -350px;
}

.about-pageNav li a {
	text-align: center;
	text-indent: -9999px;
	display: block;
	width: 100%;
	height: 100%;
	background: transparent url(../images/about_splite01.png) no-repeat 50% 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	.about-pageNav li a {
		background-image: url(../images/about_splite01x2.png);
		-moz-background-size: 100px 928px;
		-webkit-background-size: 100px 928px;
		-o-background-size: 100px 928px;
		background-size: 100px 928px;
	}
}

.about-pageNav .concept1 a {
	background-position: 50% 55px;
}
.about-pageNav .concept2 a {
	background-position: 50% -52px;
}
.about-pageNav .concept3 a {
	background-position: 50% -155px;
}

.about-pageNav .concept1.active a {
	background-position: 50% 60px;
}
.about-pageNav .concept2.active a {
	background-position: 50% -48px;
}
.about-pageNav .concept3.active a {
	background-position: 50% -150px;
}

.about-pageNav .spec1 a {
	background-position: 50% -255px;
}
.about-pageNav .spec2 a {
	background-position: 50% -355px;
}

.about-pageNav .spec1.active a {
	background-position: 50% -250px;
}
.about-pageNav .spec2.active a {
	background-position: 50% -350px;
}


/* ---------------------------------------
	max-width: 959px
--------------------------------------- */

@media screen and (max-width: 959px) {

	.about-pageNav {
		float: none !important;
		margin: 0 -1% 40px !important;
	}

	.about-pageNav li {
		width: 31.3% !important;
		height: 53px !important;
		margin: 0 1% !important;
		padding-top: 1px;
		background: #534a47;

		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;

		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	}
	.spec-articleCnt .about-pageNav li,
	#spec-extraNav .about-pageNav li,
	#spec-extraNav-sub .about-pageNav li  {
		width: 48% !important;
	}
	.about-pageNav li:hover {
		background-color: #332e2c;
	}

	.about-pageNav .active {
		background-color: #00a56e !important;
		position: relative;
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	}

	.about-pageNav .active:after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		position: absolute;
		left: 50%;
		margin-left: -9px;
		border: 9px solid transparent;
		border-top: 14px solid #00a56e;
	}

	.about-pageNav .concept1 a {
		background-position: 50% 20px !important;
	}
	.about-pageNav .concept2 a {
		background-position: 50% -90px !important;
	}
	.about-pageNav .concept3 a {
		background-position: 50% -190px !important;
	}

	.about-pageNav .spec1 a {
		background-position: 50% -290px !important;
	}
	.about-pageNav .spec2 a {
		background-position: 50% -390px !important;
	}

}


/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

	.about-pageNav {
		margin-bottom: 30px !important;
	}

	#concept-extraNav-sub .about-pageNav,
	#spec-extraNav-sub .about-pageNav {
		margin: 20px 0 40px 0 !important;
	}

	.about-pageNav li {
		height: 49px !important;
	}

	.about-pageNav .active:after {
		margin-left: -7px;
		border: 7px solid transparent;
		border-top: 10px solid #00a56e;
	}

	#concept-extraNav-sub .about-pageNav .active:after,
	#spec-extraNav-sub .about-pageNav .active:after {
		border: 7px solid transparent;
		border-bottom: 10px solid #00a56e;
		top: -17px;
	}

	.about-pageNav .concept1 a {
		background-position: 50% -482px !important;
	}
	.about-pageNav .concept2 a {
		background-position: 50% -590px !important;
	}
	.about-pageNav .concept3 a {
		background-position: 50% -690px !important;
	}

	.about-pageNav .spec1 a {
		background-position: 50% -790px !important;
	}
	.about-pageNav .spec2 a {
		background-position: 50% -890px !important;
	}

}







/* --------------------------------------------------------------------------------------------------------------------

	concept (index.html)

-------------------------------------------------------------------------------------------------------------------- */

/* -------------------------------------- #concept-titleCnt -------------------------------------- */

#concept-titleCnt {
	/* height: 400px; */
	/* background: no-repeat; */
	/* width: 100%; */
	/* object-fit: cover; */
	/* background-size: cover; */
}

.no-js #concept-titleCnt,
.sizeL #concept-titleCnt {
	/* background-image: url(../../images/crystal/concept-titleCnt_pic01.jpg); */
	/* background-size: cover; */
	/* object-fit: contain; */
	/* width: 100%; */
	background-size: cover;
	height: 200px;
	/* background-image: url(./city.jpg); */
	/* background-repeat: no-repeat; */
	background: #000;
}

.sizeM #concept-titleCnt {
	background-image: url(../../images/crystal/concept-titleCnt_pic01m.jpg);
}

.sizeS #concept-titleCnt {
	background-image: url(../../images/crystal/concept-titleCnt_pic01s.jpg);
}


/* -------------------------------------- .concept-articleCnt -------------------------------------- */

.concept-articleCnt {
	padding-bottom: 70px;
}

.concept-articleCnt .about-pageNav {
	float: right;
}

.concept-articleCnt header {
	margin-bottom: 60px;
	min-height: 100px;
}
#concept-coordinate header {
	min-height: 170px;
}

.concept-articleCnt header p {
	color: #32515e;  /* 9c8d6c*/
	font-size: 87.5%;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 30px;
}

.concept-articleCnt header h2 {
	color: #42210b;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif ;
	font-size: 200%;
	letter-spacing: 2px;
}

.concept-articleCnt header h2 span {
	display: block;
}

.concept-articleCnt .txtBlk-A {
	margin: 0 -2%;
}

.concept-articleCnt .txtBlk-A section {
	float: left;
	width: 46%;
	padding: 0 2%;
}
body.IE7 .concept-articleCnt .txtBlk-A section {
	width: 45.9%;
}


/* ---------------------------------------
	max-width: 959px
--------------------------------------- */

@media screen and (max-width: 959px) {

	.concept-articleCnt header {
		margin-bottom: 40px;
	}

	.concept-articleCnt header h2 span {
		display: inline;
	}

}


/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

	#concept-titleCnt {
		background-position: 55% 0 !important;
	}

	.concept-articleCnt {
		padding-bottom: 10px !important;
	}

	.concept-articleCnt header {
		margin-bottom: 20px !important;
		min-height: 0 !important;
	}

	.concept-articleCnt header p {
		font-size: 80%;
		margin-bottom: 10px;
	}

	.concept-articleCnt header h2 {
		font-size: 150%;
		letter-spacing: 1px;
		padding-bottom: 15px;
		border-bottom: 2px solid #42210b;
	}

	.concept-articleCnt .txtBlk-A section {
		float: none;
		width: auto;
		margin-bottom: 30px;
	}
}

/* ---------------------------------------
	max-width: 479px
--------------------------------------- */

@media screen and (max-width: 479px) {

	.concept-articleCnt header h2 {
		font-size: 120%;
		letter-spacing: 1px;
		padding-bottom: 15px;
		border-bottom: 2px solid #42210b;
	}

}


/* -------------------------------------- #concept-construct -------------------------------------- */

 #concept-construct .about-imgCnt {
	background: no-repeat 50% 50%;
	height: 300px;
 }
.sizeS #concept-construct .about-imgCnt,
.sizeM #concept-construct .about-imgCnt {
	background-image: none !important;
}
.para #concept-construct .about-imgCnt {
	background-image: url(../images/concept-construct_pic01.jpg);
}
.no-js #concept-construct .about-imgCnt,
.no-para #concept-construct .about-imgCnt {
	background-image: url(../images/concept-construct_pic01np.jpg);
}



/* -------------------------------------- #concept-coordinate -------------------------------------- */

#concept-coordinate {
	padding-bottom: 80px;
}

#concept-coordinate .about-imgCnt {
	background: no-repeat 50% 50%;
	height: 300px;
}
.sizeS #concept-coordinate .about-imgCnt,
.sizeM #concept-coordinate .about-imgCnt {
	background-image: none !important;
}
.para #concept-coordinate .about-imgCnt {
	background-image: url(../images/concept-coordinate_pic01.jpg);
}
.no-js #concept-coordinate .about-imgCnt,
.no-para #concept-coordinate .about-imgCnt {
	background-image: url(../images/concept-coordinate_pic01np.jpg);
}

.concept-coordinate-txtCnt {
	position: relative;
}

.concept-coordinate-txtCnt .txtBlk-A {
	padding-right: 488px;
	margin: 0 0 40px 0;
	min-height: 260px;
}

.concept-coordinate-txtCnt .txtBlk-B {
	position: relative;
	clear: both;
	margin: 5%; 
/*	text-align: center;*/
}

.concept-coordinate-txtCnt .txtBlk-B section {
	width: 90%;
	padding: 2%;

}


.concept-coordinate-txtCnt .txtBlk-B section img {
	width: 80%;
	float: none;
	margin-bottom: 30px;
	padding: 10px 0;
}

.concept-coordinate-txtCnt .txtBlk-B section p {
	width: 80%;
	margin-bottom: 30px;
	padding: 10px 0 5px 80px;
}




body.IE7 .concept-coordinate-txtCnt .txtBlk-B section {
	width: 80%;
	text-align: center;
}




/* -------- concept-coordinate-linkCnt -------- */

.concept-coordinate-linkCnt {
	margin-top: 1em;
}

.concept-coordinate-linkCnt a {
	font-size: 80%;
	line-height: 1.5;
	font-weight: bold;
	color: #534a47;
	display: block;
	padding: 10px 5px 10px 20px;
	border-top: 1px dotted #999;
	position: relative;

	-moz-transition: background-color .1s linear;
	-webkit-transition: background-color .1s linear;
	-o-transition: background-color .1s linear;
	transition: background-color .1s linear;
}
body.IE7 .concept-coordinate-linkCnt a {
	padding-left: 5px;
	zoom:1;
}

.concept-coordinate-linkCnt a:before {
	content: "";
	display: block;
	width: 5px;
	height: 9px;
	background: url(../images/site_splite02.png) no-repeat 0 -200px;
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	.concept-coordinate-linkCnt a:before {
		background-image: url(../images/site_splite02x2.png);
		-moz-background-size: 300px 600px;
		-webkit-background-size: 300px 600px;
		-o-background-size: 300px 600px;
		background-size: 300px 600px;
	}
}

.concept-coordinate-linkCnt li:first-child a {
	border-top: none;
	margin-top: 1em;
}

.concept-coordinate-linkCnt a:hover {
	color: #332e2c;
	background-color: #f2f2f2;
}


/* -------- concept-coordinate-galleryCnt -------- */

.concept-coordinate-galleryCnt {
	width: 438px;
	position: absolute;
	top: -80px;
	right: 0;
}

.concept-coordinate-galleryCnt figcaption {
	font-size: 87.5%;
	font-weight: bold;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: -30px;
}

/* ---------------------------------------
	max-width: 959px
--------------------------------------- */

@media screen and (max-width: 959px) {

	.concept-coordinate-txtCnt .txtBlk-A {
		min-height: 320px;
		padding-right: 55%;
	}

	.concept-coordinate-galleryCnt {
		top: 0;
		width: 50%;
	}

}

/* ---------------------------------------
	max-width: 839px
--------------------------------------- */

@media screen and (max-width: 839px) {

	.concept-coordinate-txtCnt .txtBlk-A {
		min-height: 280px;
	}

}


/* ---------------------------------------
	max-width: 768px
--------------------------------------- */

@media screen and (max-width: 768px) {

	#concept-coordinate {
		padding-bottom: 70px !important;
	}

	.concept-coordinate-txtCnt .txtBlk-A {
		margin-bottom: 30px;
		padding-right: 0;
		min-height: 0;
	}

	.concept-coordinate-txtCnt .txtBlk-B section {
		width: 90%;
	/*	float: left;*/
		margin-bottom: 30px;
		padding-left: 20px;

	}

	.concept-coordinate-txtCnt .txtBlk-B section p {
		padding: 10px 0 5px 55px;
	}



	.concept-coordinate-linkCnt a {
		font-size: 75%;
	}

	.concept-coordinate-galleryCnt {
		position: relative;
		max-width: 438px;
		width: 100%;
		margin: 0 auto;
	}

	.concept-coordinate-galleryCnt figcaption {
		font-size: 80%;
	}

}

/* ---------------------------------------
	max-width: 479px
--------------------------------------- */

@media screen and (max-width: 479px) {

	#concept-coordinate {
		padding-bottom: 70px !important;
	}

	.concept-coordinate-txtCnt .txtBlk-A {
		margin-bottom: 30px;
		padding-right: 0;
		min-height: 0;
	}

	.concept-coordinate-txtCnt .txtBlk-B section {
		width: auto;
		float: none;
		margin-bottom: 30px;
	}

	.concept-coordinate-txtCnt .txtBlk-B section img {
		width: 80%;
		float: none;
		margin-bottom: 30px;
		padding: 10px;
	}


	.concept-coordinate-txtCnt .txtBlk-B section p {
		width: 90%;
		padding: 10px 0 5px 15px;
	}



	.concept-coordinate-linkCnt a {
		font-size: 75%;
	}

	.concept-coordinate-galleryCnt {
		position: relative;
		max-width: 438px;
		width: 100%;
		margin: 0 auto;
	}

	.concept-coordinate-galleryCnt figcaption {
		font-size: 80%;
	}

}



/* --------------------------------------------------------------------------------------------------------------------

	spec (spec.html)

-------------------------------------------------------------------------------------------------------------------- */

/* -------------------------------------- #spec-titleCnt -------------------------------------- */

#spec-titleCnt {
	height: 340px;
	background: no-repeat center 0;
}

.no-js #spec-titleCnt,
.sizeL #spec-titleCnt {
	background-image: url(../images/spec-titleCnt_pic01.jpg);
}

.sizeM #spec-titleCnt {
	background-image: url(../images/spec-titleCnt_pic01m.jpg);
}

.sizeS #spec-titleCnt {
	background-image: url(../images/spec-titleCnt_pic01s.jpg);
}

#spec-titleCnt .titleBlk {
	margin-top: -100px;
}


/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

	#spec-titleCnt {
		background-position: 50% -150px;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		height: auto;
	}

	#spec-titleCnt .titleBlk {
		margin-top: 0;
	}

}


/* -------------------------------------- .spec-articleCnt -------------------------------------- */

.spec-articleCnt h2 {
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif ;
	font-size: 225%;
	color: #42210b;
	margin: -90px 0 50px;
	padding-left: 37%;
}

.spec-article-leadCnt {
	margin-bottom: 60px;
	position: relative;
}

.spec-article-leadCnt h3,
.spec-article-leadCnt p {
	padding-left: 37%;
}

.spec-article-leadCnt h3 span {
	display: block;
}

.spec-article-leadCnt img {
	display: block;
	position: absolute;
	top: 0;
	width: 30%;
	height: auto;
	margin: 30px 0 0 -35%;
}


/* ---------------------------------------
	max-width: 959px
--------------------------------------- */

@media screen and (max-width: 959px) {

	.spec-articleCnt h2 {
		margin: 0 0 20px;
		padding-left: 0;
	}

	.spec-article-leadCnt {
		margin-bottom: 40px;
	}

}


/* ---------------------------------------
	max-width: 839px
--------------------------------------- */

@media screen and (max-width: 839px) {

	.spec-article-leadCnt {
		min-height: 250px !important;
	}

	.spec-article-leadCnt h3 {
		margin-left: -37%;
	}

	.spec-article-leadCnt img {
		margin-top: 7em;
	}

}


/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

	#spec-titleCnt {
		background-position: 40% 0 !important;
	}

	.spec-article-leadCnt {
		min-height: 0 !important;
		margin-bottom: 30px;
	}

	.spec-articleCnt h2 {
		font-size: 150%;
		padding-bottom: 15px;
		border-bottom: 2px solid #42210b;
	}

	.spec-article-leadCnt h3,
	.spec-article-leadCnt p {
		padding-left: 0;
		margin-left: 0;
	}

	.spec-article-leadCnt p {
		overflow: hidden;
	}

	.spec-article-leadCnt h3 span {
		display: inline;
	}

	.spec-article-leadCnt img {
		display: block;
		position: static;
		width: 50%;
		height: auto;
		margin: 5px 20px 10px 0;
		float: left;
	}

}


/* ---------------------------------------
	max-width: 479px
--------------------------------------- */

@media screen and (max-width: 479px) {

	.spec-article-leadCnt img {
		display: none;
	}

}



/* -------------------------------------- #spec-detail -------------------------------------- */

#spec-detail .spec-article-leadCnt {
	min-height: 220px;
}


/* -------- #spec-detail-featureList -------- */

#spec-detail-featureList {
	padding: 20px 0 50px;
}
body.IE7 #spec-detail-featureList {
	zoom:1;
}

#spec-detail-featureList .wrapper {
	position: relative;
	overflow: hidden;
}

#spec-detail-featureList .first {
	-moz-transition: margin-top .7s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: margin-top .7s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: margin-top .7s cubic-bezier(0.77, 0, 0.175, 1);
	transition: margin-top .7s cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutQuart */
}

#spec-detail-featureList .btn {
	display: none;
	cursor: pointer;
	padding: 15px 0 15px 12px;
}
body.IE7 #spec-detail-featureList .btn {
	padding-left: 0;
}

#spec-detail-featureList .btn span {
	position: relative;
}

#spec-detail-featureList .btn span:before {
	content: "";
	display: inline;
	width: 10px;
	height: 10px;
	background: url(../images/site_splite02.png) no-repeat 0 -250px;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -5px 0 0 -17px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	#spec-detail-featureList .btn span:before {
		background-image: url(../images/site_splite02x2.png);
		-moz-background-size: 300px 600px;
		-webkit-background-size: 300px 600px;
		-o-background-size: 300px 600px;
		background-size: 300px 600px;
	}
}

#spec-detail-featureList .btn:after {
	content: none;
}

#spec-detail-featureList .btn.more:before {
	background-position: -50px -250px;
}


/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

	#spec-detail {
		padding-top: 0;
	}

	#spec-detail-featureList {
		padding-bottom: 20px;
	}

	#spec-detail-featureList .wrapper {
		-moz-transition: height .5s cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutQuart */
		-webkit-transition: height .5s cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutQuart */
		-o-transition: height .5s cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutQuart */
		transition: height .5s cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutQuart */
	}

}


/* -------------------------------------- #spec-cost -------------------------------------- */

#spec-cost .about-imgCnt {
	height: 240px;
	background: no-repeat 50% 50%;
}

.sizeS #spec-cost .about-imgCnt,
.sizeM #spec-cost .about-imgCnt {
	background-image: none !important;
}
.para #spec-cost .about-imgCnt {
	background-image: url(../images/spec-cost_pic01.jpg);
}
.no-js #spec-cost .about-imgCnt,
.no-para #spec-cost .about-imgCnt {
	background-image: url(../images/spec-cost_pic01np.jpg);
}

#spec-cost .spec-article-leadCnt {
	min-height: 260px;
}


/* -------- .spec-cost-detailCnt -------- */

.spec-cost-detailCnt {
	padding: 20px 0 80px;
}

.spec-cost-detailCnt section {
	border: 1px solid #ebebeb;

	-webkit-box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;
	-moz-box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;
	box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;

	background: #fff;
	padding: 30px 40px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	min-height: 400px;
}

.spec-cost-detailCnt .txtBlk-B h3 {
	font-size: 112.5%;
	line-height: 1.5;
	text-align: left;
	border: none;
	border-bottom: 1px solid #d9d9d9;
	padding: 0 10px 20px;
	margin: 0 450px 25px -10px;
}


.spec-cost-detailCnt .txtBlk-B p {
	margin-right: 450px;
}

.spec-cost-detailCnt .note {
	margin-top: 15px;
	font-size: 70%;
	text-indent: -1.1em;
	margin-left: 1.1em;
	line-height: 1.5;
}

.spec-cost-detailCnt .note.large {
	text-align: right;
	font-size: 75%;
}

.spec-cost-detailCnt .btn a {
	font-weight: bold;
	color: #534a47;
	text-align: center;
	display: block;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid transparent;
	padding: 15px 12px 15px 0;
	margin: 20px 0 -15px;
	position: relative;

	-moz-transition: all .1s linear;
	-webkit-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
body.IE7 .spec-cost-detailCnt .btn a {
	zoom:1;
	padding-right: 0;
}

.spec-cost-detailCnt .btn a:hover {
	color: #332e2c;
	background-color: #f2f2f2;
	border-bottom-color: #d9d9d9;
}

.spec-cost-detailCnt .btn a:after {
	content: "";
	width: 5px;
	height: 9px;
	background: url(../images/site_splite02.png) no-repeat 0 -200px;
	position: absolute;
	top: 50%;
	margin: -4px 0 0 7px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	.spec-cost-detailCnt .btn a:after {
		background-image: url(../images/site_splite02x2.png);
		-moz-background-size: 300px 600px;
		-webkit-background-size: 300px 600px;
		-o-background-size: 300px 600px;
		background-size: 300px 600px;
	}
}

.spec-cost-detailCnt .img {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -180px;
}

.spec-cost-detailCnt .img img {
	width: 430px;
	height: 370px;
}


/* -------- spec-cost-conclusionBlk -------- */

.spec-cost-conclusionCnt {
	margin-top: 40px;
	position: relative;
}
body.IE7 .spec-cost-conclusionCnt {
	margin-top: 20px;
}

.spec-cost-conclusionCnt .note {
	margin-top: 7px;
}

.spec-cost-conclusionCnt dl {
	border: 3px solid #9c8d6c;
	background: #fff;
	padding: 20px 20px 20px 150px;

	-webkit-box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;
	-moz-box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;
	box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;
	position: relative;
}

.spec-cost-conclusionCnt dl:before,
.spec-cost-conclusionCnt dl:after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
}
.spec-cost-conclusionCnt dl:before {
	border: 20px solid transparent;
	border-bottom-color: #9c8d6c;
	border-bottom-width: 28px;
	top: -48px;
	left: 50%;
	margin-left: -20px;
}
.spec-cost-conclusionCnt dl:after {
	border: 16px solid transparent;
	border-bottom-color: #fff;
	border-bottom-width: 23px;
	top: -38px;
	left: 50%;
	margin-left: -16px;
}

.spec-cost-conclusionCnt dt {
	font-size: 112.5%;
	color: #9c8d6c;
	font-weight: bold;
	text-align: center;
	width: 150px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -.5em;
}

.spec-cost-conclusionCnt dd {
	font-size: 112.5%;
	font-weight: bold;
	line-height: 1.5;
	padding-left: 50px;
	border-left: 2px solid  #9c8d6c;
}

.spec-cost-conclusionCnt dd span {
	color: #e61a22;
}


/* ---------------------------------------
	max-width: 1139px
--------------------------------------- */

@media screen and (max-width: 1139px) {

	.spec-cost-detailCnt .txtBlk-B h3 {
		margin-right: -10px;
	}

	.spec-cost-detailCnt .img {
		margin-top: -140px;
	}

}


/* ---------------------------------------
	max-width: 959px
--------------------------------------- */

@media screen and (max-width: 959px) {

	.spec-cost-detailCnt section {
		padding: 30px;
	}

	.spec-cost-detailCnt .txtBlk-B h3 {
		text-align: center;
		padding-bottom: 15px;
		margin: -10px -10px 20px -10px;
	}

	.spec-cost-detailCnt .txtBlk-B p {
		margin-right: 0;
	}

	.spec-cost-detailCnt .img {
		text-align: center;
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		margin-top: 30px;
	}

	.spec-cost-detailCnt .btn a {
		border-bottom: none;
		margin: 20px -10px -30px -10px;
	}

	.spec-cost-detailCnt .btn a:hover {
		margin: 20px -30px -30px;
	}

	.spec-cost-conclusionCnt dl {
		padding-left: 120px;
	}

	.spec-cost-conclusionCnt dt {
		width: 120px;
	}

	.spec-cost-conclusionCnt dd {
		padding-left: 30px;
	}

	.spec-cost-conclusionCnt dl:before {
		border-width: 16px;
		border-bottom-width: 22px;
		top: -38px;
		margin-left: -16px;
	}
	.spec-cost-conclusionCnt dl:after {
		border-width: 11px;
		border-bottom-width: 16px;
		top: -27px;
		margin-left: -11px;
	}

}


/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

	.spec-cost-detailCnt {
		padding-bottom: 40px;
	}

	.spec-cost-detailCnt .txtBlk-B h3 {
		font-size: 95%;
		padding-bottom: 10px;
		margin: 0 -10px 15px -10px;
	}

	.spec-cost-detailCnt section {
		padding: 15px 20px;
	}

	.spec-cost-detailCnt .img {
		margin-top: 20px;
	}

	.spec-cost-detailCnt .img img {
		max-width: 430px;
		width: 100%;
		height: auto;
	}

	.spec-cost-detailCnt .btn a {
		letter-spacing: 0;
		margin: 20px -10px -15px -10px;
	}

	.spec-cost-detailCnt .btn a:hover {
		margin: 20px -20px -15px;
	}

	.spec-cost-conclusionCnt {
		margin-top: 30px;
	}

	.spec-cost-conclusionCnt dl {
		padding: 15px;
	}

	.spec-cost-conclusionCnt dt {
		font-size: 100%;
		width: auto;
		position: static;
		margin: 0;
	}

	.spec-cost-conclusionCnt dd {
		font-size: 87.5%;
		padding: 10px 0 0 0;
		margin-top: 10px;
		border-left: none;
		border-top: 1px solid  #9c8d6c;
	}

}







/* --------------------------------------------------------------------------------------------------------------------

	loco (loco.html) / energy (energy.html) / pulaloco (pulaloco.html)

-------------------------------------------------------------------------------------------------------------------- */

/* -------------------------------------- .about-titleCnt.loco -------------------------------------- */

.about-titleCnt.loco .titleBlk {
	margin-top: -180px;
}


/* ---------------------------------------
	max-width: 959px
--------------------------------------- */

@media screen and (max-width: 959px) {

	.about-titleCnt.loco {
		padding-bottom: 30px;
	}

	.about-titleCnt.loco .titleBlk h1 span {
		display: block;
	}

}

/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

	.about-titleCnt.loco {
	    padding-bottom: 0;
	}

	.about-titleCnt.loco .titleBlk {
		margin-top: 0;
	}

	.about-titleCnt.loco .titleBlk h1 span {
		display: inline;
	}

}

/* ---------------------------------------
	max-width: 479px
--------------------------------------- */

@media screen and (max-width: 479px) {

	.about-titleCnt.loco .titleBlk h1 span {
		display: block;
	}

}



/* -------------------------------------- #loco-pageNav -------------------------------------- */

#loco-pageNav {
	position: relative;
}

#loco-pageNav .imgCnt {
	width: 100%;
	height: 200px;
	margin: 0;
	background: no-repeat 50% 100%;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.no-js #loco-pageNav .imgCnt,
.sizeL #loco-pageNav .imgCnt {
	background-image: url(../images/loco-pageNav_pic01.jpg);
}
.sizeM #loco-pageNav .imgCnt {
	background-image: url(../images/loco-pageNav_pic01m.jpg);
}
.sizeS #loco-pageNav .imgCnt {
	background-image: url(../images/loco-pageNav_pic01s.jpg);
}

#loco-pageNav-sub {
	background: #fff no-repeat 50% 100%;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.no-js #loco-pageNav-sub,
.sizeL #loco-pageNav-sub {
	background-image: url(../images/loco-pageNav_pic01.jpg);
}
.sizeM #loco-pageNav-sub {
	background-image: url(../images/loco-pageNav_pic01m.jpg);
}
.sizeS #loco-pageNav-sub {
	background-image: url(../images/loco-pageNav_pic01s.jpg);
}

#loco-pageNav ul {
	margin: 0 -.5%;
	padding-bottom: 50px;
}
#loco-pageNav-sub ul {
	margin: 0 -.5%;
	padding: 30px 0 80px;
}

#loco-pageNav li,
#loco-pageNav-sub li {
	position: relative;
	float: left;
	width: 31.333%;
	margin: 0 1%;
}
body.IE7 #loco-pageNav li,
body.IE7 #loco-pageNav-sub li {
	position: static;
	width: 31%;
}

#loco-pageNav li a,
#loco-pageNav-sub li a {
	display: block;
	padding: 10px;
	background: #534a47;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;

	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);

	-moz-transition: background-color .1s linear;
	-webkit-transition: background-color .1s linear;
	-o-transition: background-color .1s linear;
	transition: background-color .1s linear;
}

#loco-pageNav li.active a,
#loco-pageNav-sub li.active a {
	background-color: #00a56e !important;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

#loco-pageNav li.active:after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	border: 20px solid transparent;
	border-top: 30px solid #00a56e;
	position: absolute;
	left: 50%;
	margin-left: -20px;
}
#loco-pageNav-sub li.active:after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	border: 12px solid transparent;
	border-bottom: 20px solid #00a56e;
	position: absolute;
	left: 50%;
	top: -30px;
	margin-left: -12px;
}

#loco-pageNav li a:hover,
#loco-pageNav-sub li a:hover {
	background-color: #332e2c;
}

#loco-pageNav .name {
	color: #333;
	font-size: 80%;
	text-align: center;
	font-weight: bold;
	line-height: 1.6;
	display: block;
	background-color: #fff;
	margin-bottom: 10px;
	padding: 12px 5px 17px;

	-moz-transition: background-color .1s linear;
	-webkit-transition: background-color .1s linear;
	-o-transition: background-color .1s linear;
	transition: background-color .1s linear;
}
#loco-pageNav .active .name {
	background-color: #fff !important;
}
#loco-pageNav a:hover .name {
	background-color: #f2f2f2;
}

#loco-pageNav .name strong {
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif ;
	display: block;
	font-size: 150%;
	margin-bottom: 10px;
}

#loco-pageNav .name i {
	display: block;
	height: 43px;
	margin: 0 auto;
	background: url(../images/loco_splite01.png) no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	#loco-pageNav .name i {
		background-image: url(../images/loco_splite01x2.png);
		-moz-background-size: 1000px 1100px;
		-webkit-background-size: 1000px 1100px;
		-o-background-size: 1000px 1100px;
		background-size: 1000px 1100px;
	}
}
#loco-pageNav .name.loco i {
	width: 180px;
	background-position: -500px -50px;
}
#loco-pageNav .name.energy i {
	width: 220px;
	background-position: -500px -300px;
}
#loco-pageNav .name.pulaloco i {
	width: 240px;
	background-position: -750px -339px;
}

#loco-pageNav .cap {
	text-align: center;
	font-size: 75%;
	line-height: 1.5;
	color: #fff;
	display: block;
}

#loco-pageNav-sub .inner {
	display: block;
	overflow: hidden;
}

#loco-pageNav-sub .name {
	font-size: 75%;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	display: block;
	float: none;
	margin-bottom: 5px;
}

#loco-pageNav-sub .name strong {
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif ;
	font-size: 150%;
	display: block;
	margin-top: 2px;
}

#loco-pageNav-sub .logo {
	display: block;
	text-align: center;
	padding: 10px 0;
	background-color: #fff;

	-moz-transition: background-color .1s linear;
	-webkit-transition: background-color .1s linear;
	-o-transition: background-color .1s linear;
	transition: background-color .1s linear;
}
#loco-pageNav-sub .active .logo {
	background-color: #fff !important;
}

#loco-pageNav-sub a:hover .logo {
	background-color: #f2f2f2;
}

#loco-pageNav-sub .logo i {
	text-indent: -9999px;
	display: block;
	height: 34px;
	margin: 0 auto;
	background: url(../images/loco_splite01.png) no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	#loco-pageNav-sub .logo i {
		background-image: url(../images/loco_splite01x2.png);
		-moz-background-size: 1000px 1100px;
		-webkit-background-size: 1000px 1100px;
		-o-background-size: 1000px 1100px;
		background-size: 1000px 1100px;
	}
}
#loco-pageNav-sub .logo.loco i {
	width: 150px;
	background-position: -500px -100px;
}
#loco-pageNav-sub .logo.energy i {
	width: 160px;
	background-position: -500px -348px;
}
#loco-pageNav-sub .logo.pulaloco i {
	width: 160px;
	background-position: -750px -390px;
}



/* ---------------------------------------
	max-width: 1440px
--------------------------------------- */

@media screen and (max-width: 1440px) {

	/*画像サイズより小さくなったら contain を解除*/
	#loco-pageNav .imgCnt,
	#loco-pageNav-sub {
		-moz-background-size: auto auto;
		-webkit-background-size: auto auto;
		-o-background-size: auto auto;
		background-size: auto auto;
	}

}

/* ---------------------------------------
	max-width: 959px
--------------------------------------- */

@media screen and (max-width: 959px) {

	#loco-pageNav ul,
	#loco-pageNav-sub ul {
		margin: 0 -2.5%;
	}

	#loco-pageNav li,
	#loco-pageNav-sub li {
		width: 32.333%;
		margin: 0 .5%;
	}
	body.IE7 #loco-pageNav li,
	body.IE7 #loco-pageNav-sub li {
		width: 32%;
	}

	#loco-pageNav .name strong,
	#loco-pageNav-sub .name strong {
		font-size: 130%;
	}

	#loco-pageNav .name i {
		height: 34px;
	}
	#loco-pageNav .name.loco i {
		width: 150px;
		background-position: -500px -100px;
	}
	#loco-pageNav .name.energy i {
		width: 160px;
		background-position: -500px -348px;
	}
	#loco-pageNav .name.pulaloco i {
		width: 160px;
		background-position: -750px -390px;
	}

	#loco-pageNav .cap {
		font-size: 70%;
	}

}


/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

	#loco-pageNav .imgCnt {
		height: 150px;
		-moz-background-size: auto 200px;
		-webkit-background-size: auto 200px;
		-o-background-size: auto 200px;
		background-size: auto 200px;
	}

	#loco-pageNav-sub {
		-moz-background-size: auto 200px;
		-webkit-background-size: auto 200px;
		-o-background-size: auto 200px;
		background-size: auto 200px;
	}

	#loco-pageNav ul {
		padding-bottom: 30px;
	}

	#loco-pageNav-sub ul {
		padding-bottom: 40px;
	}

	#loco-pageNav li a,
	#loco-pageNav-sub li a {
		padding: 7px;
	}

	#loco-pageNav li.active:after {
		border: 12px solid transparent;
		border-top: 20px solid #00a56e;
		margin-left: -12px;
	}

	#loco-pageNav .name {
		font-size: 67.5%;
		padding: 7px;
		margin-bottom: 7px;
	}

	#loco-pageNav .name strong {
		line-height: 1.2;
		margin: 0 -5px 5px;
		padding: 5px 5px 0;
	}

	#loco-pageNav .cap {
		font-size: 67.5%;
		text-align: left;
	}

	#loco-pageNav-sub .name {
		font-size: 67.5%;
	}

	#loco-pageNav-sub .name strong {
		line-height: 1.2;
		margin-top: 5px;
	}
}

/* ---------------------------------------
	max-width: 599px
--------------------------------------- */

@media screen and (max-width: 599px) {

	#loco-pageNav {
		position: relative;
		min-height: 130px;
		padding-top: 20px;
	}

	#loco-pageNav ul,
	#loco-pageNav-sub ul {
		margin: 0 -1%;
	}

	#loco-pageNav li,
	#loco-pageNav-sub li {
		width: 31.333%;
		margin: 0 1%;
	}
	body.IE7 #loco-pageNav li,
	body.IE7 #loco-pageNav-sub li {
		width: 31%;
	}

	#loco-pageNav .name {
		color: #fff;
		font-weight: normal;
		padding: 0;
		margin-bottom: 0;
		background-color: transparent;
	}
	#loco-pageNav .active .name {
		background-color: transparent !important;
	}

	#loco-pageNav a:hover .name {
		background-color: transparent;
	}

	#loco-pageNav .name i {
		display: none;
	}

	#loco-pageNav .cap {
		display: none;
	}

	#loco-pageNav-sub .name {
		margin-bottom: 0;
	}

	#loco-pageNav-sub .logo {
		display: none;
	}

}


/* -------------------------------------- #loco-loadCnt -------------------------------------- */

#loco-loadCnt {
	min-height: 300px;
}

#loco-loadCnt.loading {
	background: transparent url(../images/common_loader01.gif) no-repeat 50% 100px;
}


/* -------------------------------------- loco-articleCnt -------------------------------------- */

.loco-articleCnt header {
	margin-bottom: 60px;
	padding: 40px 0 35px;
	background: #f2f2f2;
	border-bottom: 1px solid #d9d9d9;
}
body.IE7 .loco-articleCnt header {
	zoom: 1;
}
.loco-articleCnt header.pulaloco {
	padding: 20px 0 15px
}

.loco-articleCnt header div {
	max-width: 960px;
	margin: 0 auto;
}

.loco-articleCnt header h2 {
	text-align: center;
	display: table;
	width: 100%;
}

.loco-articleCnt header span {
	display: table-cell;
	vertical-align: middle;
}
body.IE7 .loco-articleCnt header span {
	display: inline-block;
	display: inline;
	zoom: 1;
}

.loco-articleCnt header i {
	text-indent: -9999px;
	display: block;
	background: url(../images/loco_splite01.png) no-repeat;
	margin: 0 auto;
}
body.IE7 .loco-articleCnt header i {
	margin: 0 10px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	.loco-articleCnt header i {
		background-image: url(../images/loco_splite01x2.png);
		-moz-background-size: 1000px 1100px;
		-webkit-background-size: 1000px 1100px;
		-o-background-size: 1000px 1100px;
		background-size: 1000px 1100px;
	}
}

.loco-articleCnt header .equal i {
	width: 30px;
	height: 30px;
	background-position: 0 -600px;
}
.loco-articleCnt header .plus i {
	width: 30px;
	height: 30px;
	background-position: 0 -650px;
}

.loco-articleCnt header .loco1 i {
	width: 220px;
	height: 49px;
	background-position: -500px 0;
}
.loco-articleCnt header .loco2 i {
	width: 123px;
	height: 24px;
	background-position: -500px -450px;
}
.loco-articleCnt header .loco3 i {
	width: 165px;
	height: 38px;
	background-position: -500px -500px;
}

.loco-articleCnt header .energy1 i {
	width: 270px;
	height: 53px;
	background-position: -500px -200px;
}
.loco-articleCnt header .energy2 i {
	width: 79px;
	height: 46px;
	background-position: -500px -550px;
}
.loco-articleCnt header .energy3 i {
	width: 92px;
	height: 45px;
	background-position: -600px -550px;
}
.loco-articleCnt header .energy4 i {
	width: 123px;
	height: 37px;
	background-position: -500px -600px;
}

.loco-articleCnt header .pulaloco1 i {
	width: 168px;
	height: 103px;
	background-position: -800px 0;
}
.loco-articleCnt header .pulaloco2 i {
	width: 105px;
	height: 46px;
	background-position: -790px -450px;
}
.loco-articleCnt header .pulaloco3 i {
	width: 100px;
	height: 46px;
	background-position: -890px -450px;
}
.loco-articleCnt header .pulaloco4 i {
	width: 154px;
	height: 46px;
	background-position: -800px -500px;
}




/* -------- .loco-article-pointCnt -------- */

.loco-article-pointCnt {
	padding: 20px 0 60px;
}
body.IE7 .loco-article-pointCnt {
	zoom: 1;
}

.loco-article-pointCnt .inner {
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 0 30px;

	-webkit-box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;
	-moz-box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;
	box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;
}

.loco-article-pointCnt section {
	position: relative;
	border-bottom: 1px solid #d9d9d9;
	overflow: hidden;
	padding: 30px 10px 30px 0;
}
.loco-article-pointCnt .loco-pointBlk1 {
	min-height: 140px;
}
.loco-article-pointCnt .loco-pointBlk2 {
	min-height: 154px;
}
.loco-article-pointCnt .loco-pointBlk3 {
	min-height: 122px;
}
.loco-article-pointCnt .energy-pointBlk1 {
	min-height: 132px;
}
.loco-article-pointCnt .energy-pointBlk2 {
	min-height: 158px;
}
.loco-article-pointCnt .energy-pointBlk3 {
	min-height: 164px;
}

.loco-article-pointCnt .loco-pointBlk3,
.loco-article-pointCnt .energy-pointBlk3 {
	border-bottom: none;
}

.loco-article-pointCnt h3 {
	text-align: center;
	width: 310px;
	position: absolute;
	top: 50%;
}

.loco-article-pointCnt .loco-pointBlk1 h3 {
	margin-top: -70px;
}
.loco-article-pointCnt .loco-pointBlk2 h3 {
	margin-top: -77px;
}
.loco-article-pointCnt .loco-pointBlk3 h3 {
	margin-top: -61px;
}
.loco-article-pointCnt .energy-pointBlk1 h3 {
	margin-top: -66px;
}
.loco-article-pointCnt .energy-pointBlk2 h3 {
	margin-top: -79px;
}
.loco-article-pointCnt .energy-pointBlk3 h3 {
	margin-top: -82px;
}

.loco-article-pointCnt h3 .point {
	display: inline-block;
	vertical-align: middle;
	width: 68px;
	height: 68px;
	margin-right: 10px;
	background: transparent url(../images/loco_splite01.png) no-repeat;
}
body.IE7 .loco-article-pointCnt h3 .point {
	display: inline;
	zoom: 1;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	.loco-article-pointCnt h3 .point {
		background-image: url(../images/loco_splite01x2.png);
		-moz-background-size: 1000px 1100px;
		-webkit-background-size: 1000px 1100px;
		-o-background-size: 1000px 1100px;
		background-size: 1000px 1100px;
	}
}
.loco-article-pointCnt .loco-pointBlk1 h3 .point,
.loco-article-pointCnt .energy-pointBlk1 h3 .point {
	background-position: 0 0;
}
.loco-article-pointCnt .loco-pointBlk2 h3 .point,
.loco-article-pointCnt .energy-pointBlk2 h3 .point {
	background-position: 0 -100px;
}
.loco-article-pointCnt .loco-pointBlk3 h3 .point,
.loco-article-pointCnt .energy-pointBlk3 h3 .point {
	background-position: 0 -200px;
}

.loco-article-pointCnt h3 .logo {
	text-indent: -9999px;
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	background: transparent url(../images/loco_splite01.png) no-repeat;
}
body.IE7 .loco-article-pointCnt h3 .logo {
	display: inline;
	zoom: 1;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	.loco-article-pointCnt h3 .logo {
		background-image: url(../images/loco_splite01x2.png);
		-moz-background-size: 1000px 1100px;
		-webkit-background-size: 1000px 1100px;
		-o-background-size: 1000px 1100px;
		background-size: 1000px 1100px;
	}
}
.loco-article-pointCnt .loco-pointBlk1 h3 .logo {
	height: 140px;
	background-position: -100px 0;
}
.loco-article-pointCnt .loco-pointBlk2 h3 .logo {
	height: 154px;
	background-position: -100px -200px;
}
.loco-article-pointCnt .loco-pointBlk3 h3 .logo {
	height: 122px;
	background-position: -100px -400px;
}
.loco-article-pointCnt .energy-pointBlk1 h3 .logo {
	height: 132px;
	background-position: -300px 0;
}
.loco-article-pointCnt .energy-pointBlk2 h3 .logo {
	height: 158px;
	background-position: -300px -200px;
}
.loco-article-pointCnt .energy-pointBlk3 h3 .logo {
	height: 164px;
	background-position: -300px -400px;
}

.loco-article-pointCnt p {
	font-size: 80%;
	line-height: 1.8;
	padding-left: 340px;
}


/* ---------------------------------------
	max-width: 959px
--------------------------------------- */

@media screen and (max-width: 959px) {

	.loco-articleCnt header {
		margin-bottom: 40px;
	}

	.loco-articleCnt header div {
		width: 96%;
		margin: 0 2%;
	}

	.loco-articleCnt header .loco1 i {
		width: 180px;
		height: 40px;
		background-position: -500px -50px;
	}

	.loco-articleCnt header .energy1 i {
		width: 220px;
		height: 43px;
		background-position: -500px -300px;
	}

	.loco-articleCnt header .pulaloco1 i {
		width: 140px;
		height: 86px;
		background-position: -800px -150px;
	}


	/* 通常の値に「特長」の円の半径の直径（68px）＋マージンの半分（10px）を追加した数値 */
	.loco-article-pointCnt .loco-pointBlk1 {
		min-height: 223px;
	}
	.loco-article-pointCnt .loco-pointBlk2 {
		min-height: 237px;
	}
	.loco-article-pointCnt .loco-pointBlk3 {
		min-height: 205px;
	}
	.loco-article-pointCnt .energy-pointBlk1 {
		min-height: 215px;
	}
	.loco-article-pointCnt .energy-pointBlk2 {
		min-height: 241px;
	}
	.loco-article-pointCnt .energy-pointBlk3 {
		min-height: 247px;
	}

	.loco-article-pointCnt h3 {
		width: 240px;
	}

	.loco-article-pointCnt h3 .point {
		margin: -39px 0 15px;
	}

	.loco-article-pointCnt p {
		padding-left: 260px;
	}

}


/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

	.loco-articleCnt header {
		margin-bottom: 30px;
		padding: 15px 0 !important;
	}

	.loco-articleCnt header div {
		width: 92%;
		margin: 0 4%;
	}

	.loco-articleCnt header .loco1,
	.loco-articleCnt header .energy1,
	.loco-articleCnt header .pulaloco1 {
		width: auto;
		display: table-caption;
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px dotted #ccc;
	}

	.loco-articleCnt header .equal {
		display: none;
	}

	.loco-article-pointCnt {
		padding-bottom: 30px;
	}

	.loco-article-pointCnt .inner {
		padding: 0 20px;
	}

	.loco-article-pointCnt section {
		position: relative;
		border-bottom: 1px solid #d9d9d9;
		overflow: hidden;
		padding: 20px 0;
		min-height: 0 !important;
	}

	.loco-article-pointCnt h3 {
		position: static;
		width: 150px;
		float: left;
		margin: 0 20px 10px 0 !important;
	}

	.loco-article-pointCnt h3 .point {
		width: 54px;
		height: 54px;
		margin-top: 10px;
	}

	.loco-article-pointCnt .loco-pointBlk1 h3 .point,
	.loco-article-pointCnt .energy-pointBlk1 h3 .point {
		background-position: 0 -300px;
	}
	.loco-article-pointCnt .loco-pointBlk2 h3 .point,
	.loco-article-pointCnt .energy-pointBlk2 h3 .point {
		background-position: 0 -400px;
	}
	.loco-article-pointCnt .loco-pointBlk3 h3 .point,
	.loco-article-pointCnt .energy-pointBlk3 h3 .point {
		background-position: 0 -500px;
	}

	.loco-article-pointCnt h3 .logo {
		width: 150px;
	}
	.loco-article-pointCnt .loco-pointBlk1 h3 .logo {
		height: 110px;
		background-position: -100px -600px;
	}
	.loco-article-pointCnt .loco-pointBlk2 h3 .logo {
		height: 124px;
		background-position: -100px -750px;
	}
	.loco-article-pointCnt .loco-pointBlk3 h3 .logo {
		height: 100px;
		background-position: -100px -900px;
	}
	.loco-article-pointCnt .energy-pointBlk1 h3 .logo {
		height: 104px;
		background-position: -300px -600px;
	}
	.loco-article-pointCnt .energy-pointBlk2 h3 .logo {
		height: 128px;
		background-position: -300px -750px;
	}
	.loco-article-pointCnt .energy-pointBlk3 h3 .logo {
		height: 134px;
		background-position: -300px -900px;
	}

	.loco-article-pointCnt p {
		overflow: auto;
		font-size: 75%;
		padding-left: 0;
	}

}

/* ---------------------------------------
	max-width: 479px
--------------------------------------- */

@media screen and (max-width: 479px) {

	.loco-articleCnt header .equal i {
		width: 22px;
		height: 22px;
		background-position: -50px -600px;
	}
	.loco-articleCnt header .plus i {
		width: 22px;
		height: 22px;
		background-position: -50px -650px;
	}

	.loco-articleCnt header .loco1 i {
		width: 150px;
		height: 34px;
		background-position: -500px -100px;
	}
	.loco-articleCnt header .loco2 i {
		width: 93px;
		height: 17px;
		background-position: -500px -650px;
	}
	.loco-articleCnt header .loco3 i {
		width: 109px;
		height: 26px;
		background-position: -500px -700px;
	}

	.loco-articleCnt header .energy1 i {
		width: 160px;
		height: 32px;
		background-position: -500px -350px;
	}
	.loco-articleCnt header .energy2 i {
		width: 51px;
		height: 30px;
		background-position: -500px -750px;
	}
	.loco-articleCnt header .energy3 i {
		width: 61px;
		height: 29px;
		background-position: -600px -750px;
	}
	.loco-articleCnt header .energy4 i {
		width: 78px;
		height: 23px;
		background-position: -500px -800px;
	}

	.loco-articleCnt header .pulaloco1 i {
		width: 120px;
		height: 74px;
		background-position: -800px -250px;
	}
	.loco-articleCnt header .pulaloco2 i {
		width: 55px;
		height: 30px;
		background-position: -800px -600px;
	}
	.loco-articleCnt header .pulaloco3 i {
		width: 53px;
		height: 30px;
		background-position: -900px -600px;
	}
	.loco-articleCnt header .pulaloco4 i {
		width: 100px;
		height: 30px;
		background-position: -800px -650px;
	}

	.loco-article-pointCnt h3 {
		width: 100%;
		float: none;
		margin-right: 0 !important;
	}
	.loco-article-pointCnt h3 span {
		display: inline-block !important;
		margin: 0 5px;
	}

}


/* -------------------------------------- loco -------------------------------------- */

/* -------- .loco-leadCnt -------- */

.loco-leadCnt {
	margin: 0 -2% 60px;
}
body.IE7 .loco-leadCnt {
	margin: 0 -2% 40px;
}

.loco-leadCnt h3 {
	margin-left: 2%;
	margin-right: 2%;
}

.loco-leadCnt p {
	width: 46%;
	padding: 0 2%;
	float: left;
}
body.IE7 .loco-leadCnt p {
	width: 45.9%;
}


/* -------- .loco-composeCnt -------- */

.loco-composeCnt {
	text-align: center;
	margin: 0 -20px 60px;
}

.loco-composeCnt p {
	max-width: 440px;
}

.loco-composeCnt p,
.loco-composeCnt dl {
	text-align: left;
	line-height: 1.5;
	white-space: normal;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 20px;
}
body.IE7 .loco-composeCnt p,
body.IE7 .loco-composeCnt dl {
	display: inline;
	zoom: 1;
}

.loco-composeCnt dt {
	font-weight: bold;
	color: #42210b;
	margin: 20px 0 5px 1.5em;
	text-indent: -1.5em;
}

.loco-composeCnt dd {
	font-size: 80%;
	margin-left: 2em;
}

.loco-composeCnt img {
	width: 100%;
	height: auto;
	display: block;
}


/* -------- .loco-linkCnt -------- */

.loco-linkCnt {
	font-size: 80%;
	padding: 60px 0;
	background: #fff;
	border-top: 1px solid #ededed;
}

.loco-linkCnt p {
	line-height: 1.8;
	float: left;
	margin-right: 480px;
}

.loco-linkCnt ul {
	float: right;
	width: 450px;
	margin: -10px 0 0 -450px;
	position: relative;
}

.loco-linkCnt a {
	line-height: 1.5;
	font-weight: bold;
	color: #534a47;
	display: block;
	padding: 10px 5px 10px 20px;
	border-top: 1px dotted #999;
	position: relative;

	-moz-transition: background-color .1s linear;
	-webkit-transition: background-color .1s linear;
	-o-transition: background-color .1s linear;
	transition: background-color .1s linear;
}
.loco-linkCnt li:first-child a {
	border-top: none;
}
body.IE7 .loco-linkCnt a {
	padding-left: 5px;
	zoom: 1;
}

.loco-linkCnt a:hover {
	color: #332e2c;
	background-color: #f7f7f7;
}

.loco-linkCnt a:before {
	content: "";
	display: block;
	width: 5px;
	height: 9px;
	background: transparent url(../images/site_splite02.png) no-repeat 0 -200px;
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	.loco-linkCnt a:before {
		background-image: url(../images/site_splite02x2.png);
		-moz-background-size: 300px 600px;
		-webkit-background-size: 300px 600px;
		-o-background-size: 300px 600px;
		background-size: 300px 600px;
	}
}


/* ---------------------------------------
	max-width: 959px
--------------------------------------- */

@media screen and (max-width: 959px) {

	.loco-leadCnt {
		margin-bottom: 40px;
	}

	.loco-composeCnt {
		margin: 0 0 40px;
	}

	.loco-composeCnt p,
	.loco-composeCnt dl {
		margin: 0;
	}

	.loco-linkCnt {
		padding-top: 20px;
	}

	.loco-linkCnt p {
		margin-right: 350px;
	}

	.loco-linkCnt ul {
		width: 320px;
		margin-left: -320px;
	}

}


/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

	.loco-leadCnt {
		margin-bottom: 30px;
	}

	.loco-leadCnt p {
		width: auto;
		float: none;
	}

	.loco-composeCnt {
		margin-bottom: 30px;
	}

	.loco-composeCnt p {
		width: 80%;
	}

	.loco-composeCnt dt {
		font-size: 87.5%;
	}

	.loco-linkCnt {
		font-size: 75%;
		padding-bottom: 30px;
	}

	.loco-linkCnt p {
		float: none;
		margin: 0 0 20px 0;
	}

	.loco-linkCnt ul {
		float: none;
		width: auto;
		margin: 0;
	}

}


/* -------------------------------------- energy -------------------------------------- */

/* -------- .energy-leadCnt -------- */

.energy-leadCnt {
	margin-bottom: 40px;
}
body.IE7 .energy-leadCnt {
	margin-bottom: 20px;
}

.energy-leadCnt .txtBlk {
	float: left;
	width: 60%;
}

.energy-leadCnt .picBlk {
	float: right;
	width: 33%;
	margin-top: -80px;
}

.energy-leadCnt .picBlk img {
	width: 100%;
	height: auto;
}


/* -------- .energy-linkCnt -------- */

.energy-linkCnt {
	font-size: 80%;
	line-height: 1.8;
	padding: 60px 0;
	background: #fff;
	border-top: 1px solid #ededed;
}

.energy-linkCnt .txtBlk {
	float: left;
	margin-right: 400px;
}

.energy-linkCnt .btnBlk {
	text-align: center;
	float: right;
	width: 358px;
	margin-left: -360px;
	border: 1px dotted #999;
	border-style: dotted none;
	position: relative;
}

.energy-linkCnt .btnBlk a {
	font-size: 90%;
	font-weight: bold;
	color: #534a47;
	display: block;
	padding: 52px 0 10px 12px;

	-moz-transition: background-color .1s linear;
	-webkit-transition: background-color .1s linear;
	-o-transition: background-color .1s linear;
	transition: background-color .1s linear;
}
body.IE7 .energy-linkCnt .btnBlk a {
	zoom:1;
	padding-left: 0;
}

.energy-linkCnt .btnBlk a:hover {
	color: #332e2c;
	background-color: #f7f7f7;
}

.energy-linkCnt .btnBlk span {
	position: relative;
}

.energy-linkCnt .btnBlk span:before {
	content: "";
	width: 5px;
	height: 9px;
	background: url(../images/site_splite02.png) no-repeat 0 -200px;
	display: block;
	position: absolute;
	left: 0;
	margin: .5em 0 0 -12px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	.energy-linkCnt .btnBlk span:before {
		background-image: url(../images/site_splite02x2.png);
		-moz-background-size: 300px 600px;
		-webkit-background-size: 300px 600px;
		-o-background-size: 300px 600px;
		background-size: 300px 600px;
	}
}

.energy-linkCnt .btnBlk i {
	display: block;
	width: 160px;
	height: 32px;
	background: url(../images/loco_splite01.png) no-repeat -500px -350px;
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -80px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	.energy-linkCnt .btnBlk i {
		background-image: url(../images/loco_splite01x2.png);
		-moz-background-size: 1000px 1100px;
		-webkit-background-size: 1000px 1100px;
		-o-background-size: 1000px 1100px;
		background-size: 1000px 1100px;
	}
}


/* ---------------------------------------
	max-width: 959px
--------------------------------------- */

@media screen and (max-width: 959px) {

	.energy-leadCnt .picBlk {
		margin-top: -20px;
	}

	.energy-linkCnt {
		padding-top: 20px;
	}

	.energy-linkCnt .txtBlk {
		margin-right: 350px;
	}

	.energy-linkCnt .btnBlk {
		width: 308px;
		margin-left: -310px;
	}

}


/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

	.energy-leadCnt {
		margin-bottom: 30px;
	}

	.energy-leadCnt .txtBlk {
		float: left;
		width: 55%;
	}

	.energy-leadCnt .picBlk {
		float: right;
		width: 40%;
		margin-top: 0;
	}

	.energy-linkCnt {
		font-size: 75%;
		padding-bottom: 30px;
	}

	.energy-linkCnt .txtBlk {
		float: none;
		margin: 0 0 20px 0;
	}

	.energy-linkCnt .btnBlk {
		float: none;
		width: auto;
		margin: 0 auto;
		border-style: dotted none;
	}

}


/* ---------------------------------------
	max-width: 399px
--------------------------------------- */

@media screen and (max-width: 399px) {

	.energy-leadCnt .txtBlk {
		float: none;
		width: auto;
	}

	.energy-leadCnt .picBlk {
		float: none;
		width: 70%;
		margin: 20px auto 0;
	}

	.energy-linkCnt .btnBlk a {
		padding-top: 55px
	}

	.energy-linkCnt .btnBlk img {
		width: 150px;
		margin-left: -75px;
	}

}


/* -------------------------------------- pulaloco -------------------------------------- */

/* -------- .pulaloco-leadCnt -------- */

.pulaloco-leadCnt {
	margin: 0 -2% 60px;
}
body.IE7 .pulaloco-leadCnt {
	margin: 0 -2% 40px;
}

.pulaloco-leadCnt h3 {
	margin-left: 2%;
	margin-right: 2%;
}

.pulaloco-leadCnt p {
	width: 46%;
	padding: 0 2%;
	float: left;
}
body.IE7 .pulaloco-leadCnt p {
	width: 45.9%;
}


/* -------- .pulaloco-pointCnt -------- */

.pulaloco-pointCnt {
	padding: 20px 0 40px;
}
body.IE7 .pulaloco-pointCnt {
	zoom: 1;
}

.pulaloco-pointCnt .inner {
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 0 30px;

	-webkit-box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;
	-moz-box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;
	box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;
}

h3.pulaloco-point-title {
	color: #42210b;
	font-size: 112.5%;
	line-height: 1.6;
	text-align: center;
	padding: 25px 0 20px;
	margin-bottom: 25px;
	border-bottom: 1px solid #d9d9d9;
}
h3.pulaloco-point-title span {
	display: block;
	font-size: 77.778%;
}

.pulaloco-pointCnt .txtBlk-B {
	margin: 0 -2%;
}

.pulaloco-pointBlk {
	width: 46%;
	padding: 0 2% 40px;
	float: left;
}
body.IE7 .pulaloco-pointBlk {
	width: 45.9%;
}

.pulaloco-pointBlk h3 {
	color: #9C8D6C;
	line-height: 1.6;
	border: none;
	padding: 0;
	margin-bottom: 20px;
}

.pulaloco-pointBlk h3 span {
	display: block;
	width: 68px;
	height: 68px;
	margin: 0 auto 10px;
	background: url(../images/loco_splite01.png) no-repeat;
}

.pulaloco-pointBlk h3 .point1 {
	background-position: 0 -700px;
}
.pulaloco-pointBlk h3 .point2 {
	background-position: 0 -800px;
}




/* -------- .pulaloco-pickupCnt -------- */

.pulaloco-pickupCnt {
	padding: 40px 0 60px;
	border-top: 1px solid #ededed;
	overflow: hidden;
}

h3.pulaloco-pickup-title {
	color: #42210b;
	font-size: 112.5%;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 15px;
}

.pulaloco-pickup-img {
	text-align: center;
	margin-bottom: 40px;
}

.pulaloco-pickupCnt .txtBlk-B {
	position: relative;
	clear: both;
	margin: 0 -2% -40px;
}

.pulaloco-pickupCnt .txtBlk-B section {
	display: inline-block;
	vertical-align: top;
	width: 29.3%;
	padding: 0 2% 40px;
}
body.IE7 .pulaloco-pickupCnt .txtBlk-B section {
	width: 29%;
	display: inline;
	zoom: 1;
}

.pulaloco-pickupCnt .txtBlk-B h3 {
	line-height: 1.6;
}

.pulaloco-pickup-link {
	margin-top: .5em;
}

.pulaloco-pickup-link a {
	line-height: 1.5;
	font-weight: bold;
	color: #534a47;
	display: block;
	padding: 10px 5px 10px 20px;
	position: relative;

	-moz-transition: background-color .1s linear;
	-webkit-transition: background-color .1s linear;
	-o-transition: background-color .1s linear;
	transition: background-color .1s linear;
}
body.IE7 .pulaloco-pickup-link a {
	padding-left: 5px;
	zoom:1;
}

.pulaloco-pickup-link a:before {
	content: "";
	display: block;
	width: 5px;
	height: 9px;
	background: url(../images/site_splite02.png) no-repeat 0 -200px;
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	.pulaloco-pickup-link a:before {
		background-image: url(../images/site_splite02x2.png);
		-moz-background-size: 300px 600px;
		-webkit-background-size: 300px 600px;
		-o-background-size: 300px 600px;
		background-size: 300px 600px;
	}
}

.pulaloco-pickup-link a:hover {
	color: #332e2c;
	background-color: #f2f2f2;
}


/* ---------------------------------------
	max-width: 959px
--------------------------------------- */

@media screen and (max-width: 959px) {

	.pulaloco-leadCnt {
		margin-bottom: 40px;
	}

	h3.pulaloco-point-title {
		padding: 20px 0 15px;
		margin-bottom: 20px;
	}

	.pulaloco-pickupCnt {
		padding: 20px 0 60px;
	}

	.pulaloco-pickup-img {
		padding: 0 20px;
	}

	.pulaloco-pickup-img img {
		width: 100%;
		max-width: 657px;
		height: auto;
	}

}


/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

	.pulaloco-leadCnt {
		margin-bottom: 30px;
	}

	.pulaloco-leadCnt p {
		width: auto;
		float: none;
	}

	.pulaloco-pointCnt {
		padding: 20px 0 30px;
	}

	.pulaloco-pointCnt .inner {
		padding: 0 20px;
	}

	h3.pulaloco-point-title {
		font-size: 100%;
		padding: 15px 0 10px;
	}
	h3.pulaloco-point-title span {
		font-size: 81.25%;
	}

	.pulaloco-pointBlk {
		padding-bottom: 15px;
		width: auto;
		float: none;
	}

	.pulaloco-pointBlk h3 {
		margin-bottom: 10px;
	}

	.pulaloco-pointBlk h3 span {
		width: 54px;
		height: 54px;
	}

	.pulaloco-pointBlk h3 .point1 {
		background-position: 0 -900px;
	}
	.pulaloco-pointBlk h3 .point2 {
		background-position: 0 -1000px;
	}

	.pulaloco-pickupCnt {
		padding: 20px 0 30px;
	}

	h3.pulaloco-pickup-title {
		font-size: 100%;
		margin-bottom: 10px;
	}

	.pulaloco-pickup-img {
		margin-bottom: 30px;
	}


	.pulaloco-pickupCnt .txtBlk-B {
		margin-bottom: -20px;
	}

	.pulaloco-pickupCnt .txtBlk-B section {
		display: block;
		width: auto;
		padding-bottom: 30px;
	}

}


/* ---------------------------------------
	max-width: 479px
--------------------------------------- */

@media screen and (max-width: 479px) {

	.pulaloco-pickup-img {
		padding: 0;
		margin-right: -30px;
		margin-left: -30px;
	}

}


/* --------------------------------------------------------------------------------------------------------------------

	staff (staff.html - staff3.html)

-------------------------------------------------------------------------------------------------------------------- */

/* -------------------------------------- .about-titleCnt.staff -------------------------------------- */

.about-titleCnt.staff .titleBlk {
	margin-top: -180px;
}

/* ---------------------------------------
	max-width: 959px
--------------------------------------- */

@media screen and (max-width: 959px) {

	.about-titleCnt.staff {
		padding-bottom: 50px;
	}

}


/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

	.about-titleCnt.staff {
	    padding-bottom: 0;
	}

	.about-titleCnt.staff .titleBlk {
		margin-top: 0;
	}

}


/* -------------------------------------- .staff-leadCnt -------------------------------------- */

.staff-mainCnt .cnt-inner {
	overflow: hidden;
}

.staff-mainCnt.loading {
	background: transparent url(../images/common_loader01.gif) no-repeat 50% 100px;
}

.staff-leadCnt {
	margin-bottom: 60px;
	position: relative;
}

#staff-leadCnt-txt .inner {
	width: 80%;
	margin: 0 auto;
}

/* 8列×4行の設定 */

html.js #staff-leadCnt-txt {
	visibility: hidden;
	padding: 12.5%;
	width: 75%;
	height: 50%;
	position: absolute;
	top: 0;
}

html.js #staff-leadCnt-txt .inner {
	padding: 0 10%;
	overflow: auto;
	max-height: 100%;
}
html.js body.lteIE8 #staff-leadCnt-txt .inner {
	width: 90%;
	padding: 0 5%;
}
html.js body.IE7 #staff-leadCnt-txt .inner {
	max-height: 98%;
}

html.js #staff-leadCnt-txt h2 {
	text-align: center;
}

#staff-leadCnt-pics li {
	width: 12.5%;
	float: left;
	overflow: hidden;
}
body.IE7 #staff-leadCnt-pics li {
	width: 12.4%;
}

#staff-leadCnt-pics .pic9,
#staff-leadCnt-pics .pic11 {
	margin-right: 75%
}

body.IE7 #staff-leadCnt-pics .pic9,
body.IE7 #staff-leadCnt-pics .pic11 {
	margin-right: 74.4%
}

#staff-leadCnt-pics img {
	width: 100%;
	height: auto;
	display: block;

}

/* ---------------------------------------
	max-width: 1139px;
--------------------------------------- */

/* 7列×5行の設定 */

@media screen and (max-width: 1139px) {

	html.js #staff-leadCnt-txt {
		padding: 14.2%;
		width: 71%;
		height: 60%;
	}

	html.js #staff-leadCnt-txt h2 span {
		display: block;
	}

	#staff-leadCnt-pics li {
		width: 14.2%;
	}

	#staff-leadCnt-pics .pic9,
	#staff-leadCnt-pics .pic11 {
		margin-right: 0;
	}
	#staff-leadCnt-pics .pic8,
	#staff-leadCnt-pics .pic10,
	#staff-leadCnt-pics .pic12 {
		margin-right: 71%;
	}

}


/* ---------------------------------------
	max-width: 879px;
--------------------------------------- */

@media screen and (max-width: 839px) {

	html.js #staff-leadCnt-txt .inner {
		letter-spacing: 0;
	}

	html.js #staff-leadCnt-txt h2 {
		font-size: 115%;
		margin-bottom: 10px;
	}

}


/* ---------------------------------------
	max-width: 759px
--------------------------------------- */

/* 6列×6行の設定 */

@media screen and (max-width: 759px) {

	html.js #staff-leadCnt-txt {
		padding: 16.6%;
		width: 66.4%;
		height: 66.6%;
	}

	#staff-leadCnt-pics li {
		width: 16.6%;
	}

	#staff-leadCnt-pics .pic8,
	#staff-leadCnt-pics .pic10,
	#staff-leadCnt-pics .pic12 {
		margin-right: 0;
	}

	#staff-leadCnt-pics .pic7,
	#staff-leadCnt-pics .pic9,
	#staff-leadCnt-pics .pic11,
	#staff-leadCnt-pics .pic13 {
		margin-right: 66.4%;
	}
}


/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

	.staff-leadCnt {
		margin-bottom: 30px;
	}

	/*#staff-leadCnt-txt .inner {
		width: 100%;
	}*/
}


/* ---------------------------------------
	max-width: 599px
--------------------------------------- */

/* 5列×2行の設定 */

@media screen and (max-width: 599px) {

	html.js #staff-leadCnt-txt {
		padding: 0;
		width: auto;
		height: auto;
		position: relative;
	}

	html.js #staff-leadCnt-txt .inner {
		width: auto;
		margin: 20px auto 0 !important;
		padding: 0 !important;
	}

	#staff-leadCnt-pics {
		margin: 0 -5%;
	}

	#staff-leadCnt-pics li {
		width: 20%;
		margin-right: 0 !important;
	}

}


/* -------------------------------------- .staff-pageNav -------------------------------------- */

.staff-pageNav ul {
	margin: 0 -1%;
	padding-bottom: 40px;
}
body.IE7 .staff-pageNav ul {
	padding-bottom: 20px
}

#staff-pageNav-sub ul {
	padding: 20px 0 2px;
}

.staff-pageNav li {
	position: relative;
	float: left;
	width: 31.3%;
	margin: 0 1%;
}
body.IE7 .staff-pageNav li {
	width: 31%;
}

.staff-pageNav li a {
	font-size: 75%;
	color: #fff;
	text-align: center;
	line-height: 1.5;

	display: block;
	padding: 9px 5px 7px;
	background-color: #534a47;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;

	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);

	-moz-transition: background-color .1s linear;
	-webkit-transition: background-color .1s linear;
	-o-transition: background-color .1s linear;
	transition: background-color .1s linear;
}

.staff-pageNav li a:hover {
	background-color: #332e2c;
}

.staff-pageNav li.active a {
	background-color: #00a56e !important;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.staff-pageNav li.active:after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	border: 9px solid transparent;
	border-top: 14px solid #00a56e;
	position: absolute;
	left: 50%;
	margin-left: -9px;
}
#staff-pageNav-sub li.active:after {
	border: 9px solid transparent;
	border-bottom: 14px solid #00a56e;
	top: -23px;
}

.staff-pageNav li strong {
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif ;
	font-size: 150%;
	letter-spacing: 2px;
	display: block;
	margin-top: 3px;
}


/* ---------------------------------------
	max-width: 959px
--------------------------------------- */

@media screen and (max-width: 959px) {

	.staff-pageNav li span {
		display: block;
	}

	.staff-pageNav li a {
		font-size: 70%;
	}

	.staff-pageNav li strong {
		font-size: 130%;
	}

}


/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

	.staff-pageNav ul {
		padding-bottom: 30px;
	}

	.staff-pageNav li a {
		font-size: 67.5%;
		letter-spacing: 0;
		padding: 7px;
	}

	.staff-pageNav li.active:after {
		margin-left: -7px;
		border: 7px solid transparent;
		border-top: 10px solid #00a56e;
	}
	#staff-pageNav-sub li.active:after {
		border: 7px solid transparent;
		border-bottom: 10px solid #00a56e;
		top: -17px;
	}

	.staff-pageNav li span {
		display: inline;
	}

	.staff-pageNav li strong {
		font-size: 130%;
		letter-spacing: 0;
	}

}


/* -------------------------------------- .staff-messageCnt -------------------------------------- */

#staff-loadCnt {
	min-height: 300px;
}

#staff-loadCnt.loading {
	background: transparent url(../images/common_loader01.gif) no-repeat 50% 100px;
}

body.lteIE9 .staff-loadCnt-inner { /* fadeToでabsoluteした要素が消えない対策 */
	position: relative;
	z-index: 1;
}


.staff-messageCnt {
	padding: 20px 0 80px;
}
body.IE7 .staff-messageCnt {
	zoom: 1; /* IE7 and below */
}

.staff-message-inner {
	margin: 0 -1%;
}


/* -------- .staff-message-articleCnt  -------- */

.staff-message-articleCnt {
	width: 98%;
	margin: 0 1% 20px;
}
.staff-message-articleCnt.small {
	width: 48%;
	display: inline-block;
	vertical-align: top;
}
body.IE7 .staff-message-articleCnt.small {
	width: 47.9%;
	display: inline;
	zoom: 1;
}

.staff-message-articleCnt .inner {
	padding: 40px 4%;
	border: 4px solid #d9d9d9;
	background: #fff;
}
.staff-message-articleCnt.small .inner {
	padding: 30px 5%;
}

.staff-message-articleCnt h2 {
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif ;
	font-size: 80%;
	line-height: 1.5;
	color: #42210b;
	text-align: center;
	width: 200px;
	float: left;
	margin: -10px -240px -15px 0;
	position: relative;
	z-index: 1;
}
.staff-message-articleCnt.small h2 {
	text-align: left;
	width: auto;
	float: none;
	margin: 0 0 20px 0;
}

.staff-message-articleCnt h2:before {
	content: "";
	width: 200px;
	height: 215px;
	background: url(../images/about_splite02.png) no-repeat 0 -500px;
	display: block;
	position: absolute;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	.staff-message-articleCnt h2:before {
		background-image: url(../images/crystal/title_logo.png);

/*		-moz-background-size: 600px 750px;
		-webkit-background-size: 600px 750px;
		-o-background-size: 600px 750px;
		background-size: 600px 750px;*/
	}
}
.staff-message-articleCnt.small h2:before {
	width: 160px;
	height: 173px;
	background-position: -200px -500px ;
}

.staff-message-articleCnt h2 strong {
	font-size: 180%;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 5px;
}
.staff-message-articleCnt.small h2 strong {
	display: inline;
	padding-left: .5em;
}

.staff-message-articleCnt h2 img {
	display: block;
	width: 100%;
	height: auto;
	position: relative; /* for ie8 */
	z-index: -1; /* for ie8 */
	margin: 15px 0;
}
.staff-message-articleCnt.small h2 img {
	float: left;
	width: 160px;
	margin: 13px 30px -10px 0;
}

/* txtBlk */

.staff-message-articleCnt .txtBlk {
	margin: 0 -4% 0 240px;
	overflow: hidden;
}

.staff-message-articleCnt section {
	float: left;
	width: 46%;
	margin-right: 4%;
}
body.IE7 .staff-message-articleCnt section {
	width: 45.9%;
}

.staff-message-articleCnt h3 {
	color: #42210b;
	margin-bottom: 25px;
}

.staff-message-articleCnt p {
	font-size: 80%;
	line-height: 1.8;
	overflow: auto;
}

/* archiveBlk */

.staff-message-articleCnt .archiveBlk {
	overflow: hidden;
	margin: 30px 0 -20px 240px;
	padding-top: 30px;
	border-top: 1px solid #d9d9d9;
	min-height: 68px;
}

.staff-message-articleCnt .archiveBlk figcaption {
	text-indent: -9999px;
	width: 68px;
	height: 68px;
	position: absolute;
	background: url(../images/about_splite02.png) no-repeat -450px -350px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	.staff-message-articleCnt .archiveBlk figcaption {
	
	background-image: url(../images/crystal/title_logo.png);
/*		-moz-background-size: 600px 750px;
		-webkit-background-size: 600px 750px;
		-o-background-size: 600px 750px;
		background-size: 600px 750px;*/
	}
}

.staff-message-articleCnt .archiveBlk ul {
	padding-left: 88px;
	margin-right: -4px;
}

.staff-message-articleCnt .archiveBlk li {
	float: left;
	width: 20%;
}
body.IE7 .staff-message-articleCnt .archiveBlk li {
	width: 19.9%;
}

.staff-message-articleCnt .archiveBlk li a {
	display: block;
	margin: 0 4px 9px;
	border: 3px solid #fff;
	background-color: #fff;

	-moz-transition: all .1s linear;
	-webkit-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

.staff-message-articleCnt .archiveBlk li a:hover {
	background-color: #000;
	border-color: #ccc;
}

.staff-message-articleCnt .archiveBlk li img {
	width: 100%;
	height: auto;

	-moz-transition: all .1s linear;
	-webkit-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

.staff-message-articleCnt .archiveBlk li a:hover img {
	filter: alpha(opacity=70); /* ie7 */
	ms-filter: "alpha(opacity=70)"; /* ie8 */
	opacity: 0.7;
}

/* ---------------------------------------
	max-width: 1199px
--------------------------------------- */

@media screen and (max-width: 1199px) {

	.staff-message-articleCnt .archiveBlk li {
		width: 25%;
	}

}


/* ---------------------------------------
	max-width: 959px
--------------------------------------- */

@media screen and (max-width: 959px) {

	.staff-message-articleCnt.small {
		width: 98%;
		display: block;
	}

	.staff-message-articleCnt.small .inner {
		padding: 30px 4%;
	}

	.staff-message-articleCnt h2 {
		width: 160px;
		margin: 0 -195px -15px 0;
	}

	.staff-message-articleCnt h2:before {
		width: 160px;
		height: 173px;
		background-position: -200px -500px;
	}

	.staff-message-articleCnt h2 img {
		margin-top: 13px;
	}

	.staff-message-articleCnt.small h2:before {
		margin-top: -5px;
	}

	.staff-message-articleCnt.small h2 img {
		margin-top: 8px;
	}

	.staff-message-articleCnt .txtBlk {
		margin: 0 0 -30px 195px;
	}

	.staff-message-articleCnt section {
		float: none;
		width: 100%;
		margin: 0 0 30px 0;
	}

	.staff-message-articleCnt .archiveBlk {
		margin-left: 0;
	}

}

/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

	.staff-messageCnt {
		padding-bottom: 40px;
	}

	.staff-message-articleCnt .inner {
		padding: 30px 4% 10px;
	}

	.staff-message-articleCnt h2 {
		font-size: 70%;
		letter-spacing: 0;
		width: 140px;
		margin-top: 0;
	}

	.staff-message-articleCnt h2:before {
		width: 120px !important;
		height: 133px !important;
		margin-left: 10px ;
		background-position: -400px -500px !important;
	}
	.staff-message-articleCnt.small h2:before {
		margin-left: 0;
	}

	.staff-message-articleCnt h2 img {
		width: 120px !important;
		height: auto;
		margin: 13px 0 10px 10px;
	}

	.staff-message-articleCnt h2 strong {
		font-size: 160%;
	}

	.staff-message-articleCnt .txtBlk {
		margin: 0 0 0 160px;
	}

	.staff-message-articleCnt section {
		margin-bottom: 20px;
	}

	.staff-message-articleCnt h3 {
		font-size: 95%;
		margin-bottom: 15px;
	}

	.staff-message-articleCnt p {
		font-size: 75%;
	}

	.staff-message-articleCnt .archiveBlk {
		margin: 0;
		padding-top: 20px;
	}

	.staff-message-articleCnt .archiveBlk li {
		width: 33.3%;
	}

}


/* ---------------------------------------
	max-width: 539px
--------------------------------------- */

@media screen and (max-width: 539px) {

	.staff-message-articleCnt .inner {
		padding: 20px !important;
	}

	.staff-message-articleCnt h2 {
		text-align: left;
		width: auto;
		float: none;
		margin: 0 0 20px 0;
		padding: 40px 0 0 140px;
		min-height: 93px;
	}

	.staff-message-articleCnt.small h2 {
		margin: 0 0 15px 0;
	}

	.staff-message-articleCnt h2:before {
		margin: 0 !important;
		top: 0;
		left: 0;
	}

	.staff-message-articleCnt h2 strong {
		display: block !important;
		font-size: 150%;
		margin: 0;
		padding: 0 !important;
	}

	.staff-message-articleCnt h2 img {
		float: none !important;
		position: absolute;
		top: 0;
		left: 0;
		width: 120px;
		height: auto;
		margin: 13px 0 0 0 !important;
	}

	.staff-message-articleCnt .txtBlk {
		margin: 0 0 -20px;
	}

	.staff-message-articleCnt .archiveBlk {
		margin: 20px 0 -10px;
	}

	.staff-message-articleCnt .archiveBlk li {
		width: 50%;
	}

}




