@charset "shift_jis";

/* ========== ========== ==========
	共通
========== ========== ========== */

#news_wrap *, 
#news_wrap *:before, 
#news_wrap *:after {
	box-sizing: border-box;
	/* transition: 0.2s; */
}

#news_wrap h1, #news_wrap h2, 
#news_wrap h3, #news_wrap h4,
#news_wrap p {
	margin: 0;
	padding: 0;
}

#news_wrap, #news_wrap p, #news_wrap td, #news_wrap a {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.75;
}
#news_wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#news_wrap img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}

#news_wrap a,
#news_wrap a:hover {
    text-decoration: none;
	transition: 0.2s;
}

#news_wrap a:hover,
#news_wrap a:hover > img {
	opacity: 0.5;
}

#news_wrap strong {
	font-size: inherit;
	font-weight: bold;
}

#news_wrap span {
	display: inline-block;
	font-size: inherit;
	font-weight: inherit;
}

.float_box { width: 100%; }
.fl { float: left; }
.fr { float: right; }

.clear { 
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* ---------- ---------- ---------- */

.l { text-align: left; }
.c { text-align: center; }
.r { text-align: right; }

@media only screen and (max-width: 960px) {
	#news_wrap, #news_wrap p, #news_wrap td, #news_wrap a {
		font-size: 14px;
	}
}



/* ========== ========== ==========
	#news_wrap
========== ========== ========== */

#news_wrap {
	width: 100%;
	margin: 0 auto 2em;
}

@media only screen and (max-width: 960px) {
    #news_wrap {
        margin: 0 auto 2em;
    }
}



/* ========== ========== ==========
	#news_head
========== ========== ========== */

#news_head {
    width: 100%;
	margin: 0 auto;
    padding: 4em 0 2em;
    position: relative;
    z-index: 1;
}
#news_head_inner {
    padding: 0.5em 1em 0.5em 13em;
    background-color: #C00614;
    position: relative;
    z-index: 2;
}
#news_head_inner > h1 {
    width: 175px;
    margin: -50px 0 0 0.25em;
    transform: rotate(-5deg);
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 20;
}
#news_head_inner > p {
    color: #ffffff;
}
#news_head_guide {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
#news_head_guide > a {
    display: block;
    padding: 0.5em !important;
    background-color: #C00614;
    border-radius: 0.25em;
    box-shadow: 0 5px 0 #ac0512;
    color: #ffffff;
    font-size: 0.9em;
}
#news_head_guide > a > i {
    margin-right: 0.25em;
}

@media only screen and (max-width: 960px) {
    #news_head {
        padding: 0;
    }
    #news_head_inner {
        padding: 1em;
    }
    #news_head_inner > h1 {
        width: 86px;
        margin: 0 1em 0 0;
        float: left;
        transform: none;
        position: inherit;
    }
    #news_head_inner > p {
        float: none;
    }
    #news_head_guide {
        top: 1.5em;
        right: 1em;
    }
    #news_head_guide > a {
        background-color: #ffffff;
        box-shadow: 0 5px 0 #e5e5e5;
        color: #C00614;
        font-size: 14px;
    }
}
@media only screen and (max-width: 720px) {
    #news_head_guide {
        display: block;
        padding: 10px;
        position: static;
    }
    #news_head_guide > a {
        padding: 1em !important;
        background-color: #C00614;
        box-shadow: 0 5px 0 #ac0512;
        color: #ffffff;
        text-align: center;
    }
}



/* ========== ========== ==========
	#news_main
========== ========== ========== */

#news_main {
    width: 100%;
    margin: 0 auto;
}
#news_main > section {
    margin-top: 2em;
}


#news_main h1 {
	font-size:24px;
	margin-top:30px;
}


@media only screen and (max-width: 960px) {
    #news_main {
        padding: 0 10px;
    }
    #news_main > section {
        margin-top: 1em;
    }
}


    #news_main .s_title {
		font-size:16px;
		margin-bottom:30px;
		border-bottom: solid 1px #CCC;
		line-height:2.0;
	}
	
	#news_main .txt {
		font-size:16px;
		line-height:2em;
		margin-left:30px;
	}
	

/* ========== ========== ==========
	#news_info
========== ========== ========== */

#news_main > #news_info {
    padding: 0.5em;
    border: 1px solid #cccccc;
}
#news_main > #news_info > h2 {
    margin-bottom: 0.5em;
    padding: 0.5em;
    background-color: #cccccc;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}
#news_main > #news_info > ul {
}
#news_main > #news_info > ul > li {
    padding: 0.5em;
    border-bottom: 1px dotted #cccccc;
    font-size: 14px;
}
#news_main > #news_info > ul > li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}



/* ========== ========== ==========
	#news_contents
========== ========== ========== */


.cosume_title {
    padding: 0.5em;
    font-size: 30px;
	font-weight:600;
    text-align: center;
	background-color:#e9727e;
	color:#FFF;
	margin-bottom:1em;
}

.accessory_title {
    padding: 0.5em;
    font-size: 30px;
	font-weight:600;
    font-weight: normal;
    text-align: center;
	background-color:#f9c93a;
	color:#FFF;
	margin-bottom:1em;
}


.enjeria_title {
    padding: 0.5em;
    font-size: 30px;
	font-weight:600;
    font-weight: normal;
    text-align: center;
	background-color:#b95ea0;
	color:#FFF;
	margin-bottom:1em;
}


.park_title {
    padding: 0.5em;
    font-size: 30px;
	font-weight:600;
    font-weight: normal;
    text-align: center;
	background-color:#006664;
	color:#FFF;
	margin-bottom:1em;
}







#news_main > #news_contents > a {
    display: block;
    width: 300px;
    margin: 0 1.2em 1.2em 0;
    padding: 0.6em;
    border: 1px solid #cccccc;
    float: left;
}
#news_main > #news_contents > a:nth-child(4n) {
    margin-right: 0;
}
#news_main > #news_contents > a:before {
    display: block;
    margin-bottom: 0.5em;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}
#news_main > #news_contents > a.news:before {
   content: "Palmi（パルミー）";
    background-color: #032844;
}
#news_main > #news_contents > a.item:before {
    content: "TAPIA（タピア）";
    background-color: #032844;
}
#news_main > #news_contents > a.fair:before {
    content: "BOCCO（ボッコ）";
    background-color: #032844;
}
#news_main > #news_contents > a.camp:before {
    content: "Campaign";
    background-color: #879e46;
}
#news_main > #news_contents > a > p {
    font-size: 14px;
    text-align: center;
}
#news_main > #news_contents > a > p.img {
    margin-bottom: 1em;
}
#news_main > #news_contents > a > p.logo {
    width: 80%;
    margin: 0 auto;
}
#news_main > #news_contents > a > p.txt {
    margin: 1em auto 0.5em;
    padding-top: 1em;
    border-top: 1px solid #cccccc;
}
#news_main > #news_contents > a.new > p.img {
    position: relative;
}
#news_main > #news_contents > a.new > p.img:before {
    border-color: #C00614 transparent transparent transparent;
    border-style: solid;
    border-width: 50px 50px 0 0;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    z-index: 2;
}
#news_main > #news_contents > a.new > p.img:after {
    color: #fff;
    content: "New";
    font-size: 12px;
    position: absolute;
    top: 8px;
    left: 5px;
    transform: rotate(-45deg);
    z-index: 3;
}

@media only screen and (max-width: 960px) {
    #news_main > #news_contents > a {
        width: 32%;
        margin: 0 2% 2% 0; 
    }
    #news_main > #news_contents > a:nth-child(4n) {
        margin-right: 2%;
    }
    #news_main > #news_contents > a:nth-child(3n) {
        margin-right: 0;
    }
}
@media only screen and (max-width: 720px) {
    #news_main > #news_contents > a {
        width: 49%;
        margin: 0 2% 2% 0; 
    }
    #news_main > #news_contents > a:nth-child(3n) {
        margin-right: 2%;
    }
    #news_main > #news_contents > a:nth-child(2n) {
        margin-right: 0;
    }
	.accessory_title {
    padding: 0.5em;
    font-size: 1.5em;
	margin-bottom:3em;
	}
	.cosume_title {
    padding: 0.5em;
    font-size: 1.5em;
	margin-bottom:3em;
	}
}
@media only screen and (max-width: 480px) {
    #news_main > #news_contents > a {
        width: 100%;
        margin: 0 0 1em 0; 
    }
    #news_main > #news_contents > a:nth-child(2n) {
        margin-right: 0;
    }
	#news_main .txt {
		font-size:16px;
		line-height:2em;
		margin-left:5px;
	}
	#news_main h1 {
	font-size:18px;
	margin-top:20px;
	}
	.accessory_title {
    padding: 0.5em;
    font-size: 1.5em;
	margin-bottom:3em;
	}
	.cosume_title {
    padding: 0.5em;
    font-size: 1.5em;
	margin-bottom:3em;
	}
}



/* ========== ========== ==========
	#news_detail
========== ========== ========== */

#news_main > #news_detail > .detail {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 4px solid #222222;
}
#news_main > #news_detail > .detail:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
#news_main > #news_detail > .detail > .detail_left {
    width: 360px;
    text-align: center;
}
#news_main > #news_detail > .detail > .detail_right {
    width: 560px;
}
#news_main > #news_detail > .detail > .detail_right:before {
    display: block;
    margin-bottom: 1em;
    color: #ffffff;
    text-align: center;
}
#news_main > #news_detail > .detail.news > .detail_right:before {
    content: "Palmi（パルミー）";
    background-color: #032844;
}
#news_main > #news_detail > .detail.item > .detail_right:before {
    content: "Item";
    background-color: #85cbcd;
}
#news_main > #news_detail > .detail.fair > .detail_right:before {
    content: "Fair";
    background-color: #febd3d;
}
#news_main > #news_detail > .detail.camp > .detail_right:before {
    content: "Campaign";
    background-color: #879e46;
}
#news_main > #news_detail > .detail > .detail_right > p {
    margin-bottom: 1em;
}
#news_main > #news_detail > .detail > .detail_right > p.ttl {
    margin-bottom: 0.5em;
    font-weight: bold;
}
#news_main > #news_detail > .detail > .detail_right > p.period {
    margin-bottom: 0;
}
#news_main > #news_detail > .detail > .detail_right > p.place {
    padding-bottom: 1em;
    border-bottom: 1px dotted #cccccc;
}
#news_main > #news_detail > .detail > .detail_right > p.period:before,
#news_main > #news_detail > .detail > .detail_right > p.place:before {
    content: "■";
}
#news_main > #news_detail > .new > .detail_left {
    position: relative;
}
#news_main > #news_detail > .new > .detail_left:before {
    border-color: #C00614 transparent transparent transparent;
    border-style: solid;
    border-width: 50px 50px 0 0;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    z-index: 2;
}
#news_main > #news_detail > .new > .detail_left:after {
    color: #fff;
    content: "New";
    font-size: 12px;
    position: absolute;
    top: 6px;
    left: 6px;
    transform: rotate(-45deg);
    z-index: 3;
}

@media only screen and (max-width: 960px) {
    #news_main > #news_detail > .detail > .detail_left {
        width: 38%;
    }
    #news_main > #news_detail > .detail > .detail_right {
        width: 60%;
    }
}
@media only screen and (max-width: 720px) {
    #news_main > #news_detail > .detail > .detail_left,
    #news_main > #news_detail > .detail > .detail_right {
        width: 100%;
    }
    #news_main > #news_detail > .detail > .detail_left {
        margin-bottom: 2em;
    }
}




#news_main > #news_contents_02 {
	width:90%;
	margin:0 auto;
}
.tbl-r04 th {
	background-color:#e9727e;
	border: solid 1px #ccc;
	color: #fff;
	padding: 10px;
}
.tbl-r04 td {
  border: solid 1px #ccc;
  padding: 10px;
}
 
@media screen and (max-width: 640px) {
  .tbl-r04 {
    width: 90%;
  } 
  .tbl-r04 .thead {
    display: none;
  }
  .tbl-r04 tr,
  .tbl-r04 td{
    display: block;
    width: 100%;
    position: relative;
  }
  .tbl-r04 td:first-child:before {
    content: "ブランド名:内容";
    background: #e9727e;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    height: 40px;
    padding: 10px;
    position: absolute;
    top: -41px;
    left: -0.2%;
    display: block;
    width: 100.5%;
  }
  .tbl-r04 tr {
    margin-bottom: 40px;
  }
}


#news_main > #news_contents_03 {
	width:90%;
	margin:0 auto;
}
.tbl-r05 th {
  background: #f9c93a;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r05 td {
  border: solid 1px #ccc;
  padding: 10px;
}



@media screen and (max-width: 640px) {
  .tbl-r05 {
    width: 80%;
  } 
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr,
  .tbl-r05 td{
    display: block;
    width: 100%;
    position: relative;
  }
  .tbl-r05 td:first-child:before {
    content: "ブランド名:内容";
    background: #f9c93a;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    height: 40px;
    padding: 10px;
    position: absolute;
    top: -41px;
    left: -0.2%;
    display: block;
    width: 100.5%;
  }
  .tbl-r05 tr {
    margin-bottom: 40px;
  }
}




#news_main > #news_contents_04 {
	width:90%;
	margin:0 auto;
}
.tbl-r06 th {
  background: #b95ea0;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r06 td {
  border: solid 1px #ccc;
  padding: 10px;
}



@media screen and (max-width: 640px) {
  .tbl-r06 {
    width: 80%;
  } 
  .tbl-r06 .thead {
    display: none;
  }
  .tbl-r06 tr,
  .tbl-r06 td{
    display: block;
    width: 100%;
    position: relative;
  }
  .tbl-r06 td:first-child:before {
    content: "ブランド名:内容";
    background: #b95ea0;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    height: 40px;
    padding: 10px;
    position: absolute;
    top: -41px;
    left: -0.2%;
    display: block;
    width: 100.5%;
  }
  .tbl-r06 tr {
    margin-bottom: 40px;
  }
}

#news_main > #news_contents_05 {
	width:90%;
	margin:0 auto;
}
.tbl-r07 th {
  background: #006664;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r07 td {
  border: solid 1px #ccc;
  padding: 10px;
}



@media screen and (max-width: 640px) {
  .tbl-r07 {
    width: 80%;
  } 
  .tbl-r07 .thead {
    display: none;
  }
  .tbl-r07 tr,
  .tbl-r07 td{
    display: block;
    width: 100%;
    position: relative;
  }
  .tbl-r07 td:first-child:before {
    content: "ブランド名:内容";
    background: #006664;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    height: 40px;
    padding: 10px;
    position: absolute;
    top: -41px;
    left: -0.2%;
    display: block;
    width: 100.5%;
  }
  .tbl-r07 tr {
    margin-bottom: 40px;
  }
}



