/************************************************

reset

*************************************************/

body{
	margin:0;
	padding:0;
	width:100%;
}

.layout_content{
	width:800px;
	float:right;
	margin-left:10px;
	margin-top:10px;
	margin-bottom: 100px;
}

.layout_content_side{
	/*180220 変更
	width:790px;*/
	width:900px;
	margin:10px auto;
}
.layout_content_cart{
	width:1000px;
	margin:10px auto;
}

.clearfix::after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0.1em;
	height: 0.1px;
	line-height: 0;
	visibility: hidden;
}

h1,h2,h3,h4,h5,h6,
p,
ul,ol,
dl,dt,dd,
form{
	margin:0;
	padding:0;
}

caption{
	text-align:left;
}

th{
	font-weight:normal;
}

thead th{
	text-align:center;
}

tbody th{
	text-align:left;
}

#zerta-block tbody th{
	vertical-align:middle;
}

tbody th label{
	font-weight:bold;
}

ul{
	list-style:none;
}

img{
	border:0;
	vertical-align:top;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

button{
	padding:0;
	border:0;
}

/* ログインボタン切り替え */
/*
#logoutButton, #loginButton { display: none; }
.FS2_repeater {display: none;}
*/
/*
body {
color: #2d2d2d;
font-family: "Noto Sans JP",sans-serif;
font-size: 100%;
line-height: 1.5;
}
*/
body {
	color: #000;
	min-height: 100%;
	font-family: "Helvetica Neue", "Helvetica", "Arial", "Lucida Grande", "Tahoma", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	line-height: 130%;
}
.cl{clear:both;}
a:hover{
	transition:0.8s ;
}
a:hover img{
	transition: 0.3s ;
	opacity: 0.8 ;
}

#header-inner, #nav-inner, #contents, #contents-inner{
	width: 1100px;
	margin: 0 auto;
}
/*190313 TOPヘッダー*/
.contents_top{
	width: 100% !important;
}

/* header 
-------------------------------*/
.header_h1{
	background:#362e2b;
	display: table;
	width: 100%;
}
.header_h1 h1,
.header_h1 ul li a{
	color:#fff;
}
.header_h1 ul li a:hover{
	text-decoration: none;
	color:#927165;
	transition: 0.3s ;
}
.header_h1 h1{
	float:left;
	font-size:11px;
	height: 20px;
	line-height: 20px;
	font-weight: normal;
}
.header_h1 ul{
	float:right;
	list-style:none;
}
.header_h1 ul li{
	float:left;
	height: 20px;
	line-height: 20px;
	font-size:11px;
	margin-left: 20px;
}
.header_h2{
	/*background: url(/layout/YMYST/yamasyoku/images_s/form/item/bg_header.gif) repeat center top;*/
	display: table;
	width: 100%;
	line-height: 100%;
}
.header_h2 h2{
	float:left;
	margin:25px 0;
}
.header_h2 ul{
	float:right;
	list-style:none;
	margin: 25px 0;
}
.header_h2 ul li a{
	display:block;
	text-align:center;
}
.header_h2 ul li{
	float:left;
	margin:0 0 0 15px;
}
.header_h2 ul li:nth-of-type(1){
	margin:0 0 0 0;
}
.header_h2 ul li.h_tel{
	margin-top: 3px;
}
.header_h2 ul li.h_cart a{
	display:block;
	background:#e60012;
	text-align:center;
	padding: 10px 30px;
	text-decoration: none;
}
.count_bg {
	display: inline-block;
	background: url(/layout/YMYST/yamasyoku/images_s/header/count_bg.png) center no-repeat;
  background-size: contain;
}
.count {
  color: #fff;
  padding: 0px 0px 3px 6.8px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
	width: 30px;
  height: 22px;
}


/* navi 
-------------------------------*/
#navi{
	border:solid #362e2b;
	border-width:1px 0;
	display: table;
	width: 100%;
}
#navi ul{
	list-style:none;
}
#navi ul li{
	float:left;
}
#navi ul li a{
	display:block;
	padding: 0px 20px 0px 0;
	height: 40px;
	line-height: 40px;
	font-size:14px;
	font-family:"Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	text-decoration: none;
	color:#362e2b;
}
#navi ul li a:hover{
	text-decoration: underline;
}


/*-------------------------------------
グローバルナビ
-------------------------------------*/
#fixedBox {
	background-color: #fff;
	line-height: 100%;
}
.fixed {
	position: fixed;
	top: 70px;
	width: 100%;
	z-index: 9998;
	border-bottom: 1px solid #e8dfdb;
}
#fixedBox_top {
	position: fixed;
	top: 0;
  background-color: #fff;
	width: 100%;
	z-index: 9999;
}
#fixedBox_top .header_h2 h2{
	margin:15px 0;
}
#fixedBox_top .header_h2 ul{
	margin:15px 0;
}
#h_gnavi {
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	background-color: #fff;
}
.gnavi_inner {
	width: 1100px;
	height: 45px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	font-size: 14px;
}
#h_gnavi .gnavi_inner ul.mdd_lv1 {
	text-align: center;
}
#h_gnavi .gnavi_inner ul.mdd_lv1 li {
	display: block;
	float: left;
	margin: 0;
	padding: 10px 0;
	width: 183px;
	border-left: 1px #ccc solid;
}

#h_gnavi .gnavi_inner ul.mdd_lv1 li.mdd_lv1_02 {
	width: 181px;
	height: 15px;
}

#h_gnavi .gnavi_inner ul.mdd_lv1 li.mdd_lv1_03 {
	width: 183px;
	height: 15px;
	border-right: 1px #ccc solid;
}

#h_gnavi .gnavi_inner .wh250 a {
	width: 250px;
	height: 210px;
	padding: 20px 0 20px 0;
}
#h_gnavi .gnavi_inner .w250h115 a {
	width: 250px;
	height: 115px;
}
#h_gnavi .gnavi_inner .w520h190 a {
	width: 520px;
	height: 190px;
}
#h_gnavi .gnavi_inner a {
	display: block;
	text-decoration: none;
	font-weight: 400;
	font-size: 14px;
	color: #000;
}
#h_gnavi .gnavi_inner a:hover {
	color: #777;
}
ul.mdd_lv1 ul.mdd_lv2 {
	display: none;
	position: absolute;
	top: 35px;
	left: 0px;
	width: 1100px;
	color: #000;
	margin: 0;
	padding: 0;
	background: none;
	background: url(../images_s/header/menu_bg.png) repeat;
	z-index: 9998;
}
.h450 {
	height: 450px !important;
}
.h150 {
	height: 150px !important;
}
.h230 {
	height: 230px !important;
}
.h290 {
	height: 290px !important;
}
.h425 {
	height: 425px !important;
}
.h450 {
	height: 450px !important;
}
#h_gnavi .gnavi_inner ul.mdd_lv1 ul.mdd_lv2 li ul.mdd_lv3 {
	width: 1080px;
	background: none;
	top: 10px;
	left: 10px;
}
#h_gnavi .gnavi_inner ul.mdd_lv1 ul.mdd_lv2 li ul.mdd_lv3 li {
	display: block;
	margin: 10px;
	padding: 0;
	background-color: #fff;
	border-left: none;
}
#h_gnavi .gnavi_inner ul.mdd_lv1 ul.mdd_lv2 li ul.mdd_lv3 li.wh250 {
	width: 250px;
	height: 250px;
}

#h_gnavi .gnavi_inner ul.mdd_lv1 ul.mdd_lv2 li ul.mdd_lv3 li.wh250 p {
	margin-top: 20px;
	font-size: 16px;
	line-height: 16px;
}

#h_gnavi .gnavi_inner ul.mdd_lv1 ul.mdd_lv2 li ul.mdd_lv3 li.w250h115 {
	width: 250px;
	height: 115px;
}


#h_gnavi .gnavi_inner ul.mdd_lv1 ul.mdd_lv2 li ul.mdd_lv3 li.w250h115 img {
	float: left;
	margin: 10px;
}
#h_gnavi .gnavi_inner ul.mdd_lv1 ul.mdd_lv2 li ul.mdd_lv3 li.w250h115 p {
	float: right;
	width: 140px;
	margin: 40px 0px;
	font-size: 16px;
	line-height: 16px;
}

#h_gnavi .gnavi_inner ul.mdd_lv1 ul.mdd_lv2 li ul.mdd_lv3  li.w520h190 {
	width: 520px;
	height: 190px;
	margin: 10px;
}
#h_gnavi .gnavi_inner ul.mdd_lv1 ul.mdd_lv2 li ul.mdd_lv3  li.w520h190 img {
	float: left;
	margin: 10px;
}
#h_gnavi .gnavi_inner ul.mdd_lv1 ul.mdd_lv2 li ul.mdd_lv3  li.w520h190 p {
	float: right;
	width: 330px;
	margin: 80px 0;
	font-size: 16px;
	line-height: 16px;
}
#h_gnavi .gnavi_inner .bdr a:after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top: #48536a 1px solid;
	border-right: #48536a 1px solid;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	margin: -12px 0 0 160px;
}
#h_gnavi .gnavi_inner .bdr_none a:after {
  content: "";
  display: block;
  border: none;
}
#h_gnavi .gnavi_inner .off {
	color: #a7a7a7;
}
/*-------------------------------------
注目キーワード
-------------------------------------*/
#wrapper02 {
	width: 1100px;
	margin: 0 auto;
	line-height: 104%;
}
#header-search {
	background-color: #f8f6f5;
	margin: 0 0 10px 0;
	padding: 10px;
	width: 1080px;
	font-size: 12px;
	height: 20px;
}
#header-search .innerblock-left {
	float: left;
	margin: 0 20px 0 0;
	width: 700px;
	text-align: left;
}
#header-search .innerblock-left a {
	color: #ff3300;
	margin-right: 10px;
}
#header-search .innerblock-left a:hover {
	color: #ff6d48;
}
#header-search .innerblock-right {
	float: right;
	width: 360px;
	margin: 0;
}
.kyeword_bg {
	display: inline;
	background-color: #81716b;
	color: #fff;
	padding: 11px 0 14px 10px;
	margin: 10px 0 10px -10px;
}
.triangle1 {
	display: inline;
	width: 0;
	height: 0;
	border-left: 18px solid #81716b;
	border-top: 18px solid transparent;
	border-bottom: 21px solid transparent;
	margin: 0 10px 0 0;
	font-size: 0;
	vertical-align: top;
}
#header-search .innerblock-right form {
	margin: -10px 0;
	height: 40px;
}
input.headSearch {
	width: 275px !important;
	height: 40px !important;
	border: solid 1px #e6ddd9 !important;
	margin: 0 -4px 0 0 !important;
	padding: 0 !important;
	vertical-align: middle !important;
}
#header-search input#btn-search {
	margin-right: -10px;
	width: 95px;
	cursor: pointer;
}
#header-search input#btn-search:hover {
	opacity: 0.6;
	webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.attention_bg {
	width: 100%;
	background-color: #bd1600;
}
.attention_inner {
	color: #fff;
	width: 1100px;
	height: 65px;
	margin: 0 auto;
}




#head_info{
	font-size: 16px;
  background: #e60012;
  color: #ffffff;
  height: 34px;
  line-height: 34px;
	text-align: center;
}

#side_bnr{
	width: 200px;
}

#side_bnr li{
	margin:0px 0 10px 0;
}

#side_bnr li img{
	width: 260px;
}

#side_navi02 a{
	color: #2d2d2d;
	font-family: "Noto Sans JP",sans-serif;
	display:block;
	margin-bottom: 15px;
	background: url(/layout/YMYST/yamasyoku/images_s/footer/arrow01.png) left no-repeat;
	padding-left: 10px;
	font-size: 14px;
}

.header_h2 form .searchbtn,
#header-search form .searchbtn{
	height: 40px;
	line-height: 40px;
	display:block;
	float:right;
	color:#fff;
	padding: 0px 20px 0px 40px;
	font-size:15px;
	background:#362e2b url("../images/header/btn_search.png") no-repeat 15px center;
	text-decoration: none;
	border:0px;
	cursor: pointer;
}
.header_h2 form .searchbtn{
	height: 45px;
}
.header_h2 form .searchbtn:hover,
#header-search form .searchbtn:hover{
	color:#fff;
}

.header_h2 form input[type="text"],
#header-search form input[type="text"] {
	background-color: #fff;
	border: #362e2b solid;
	border-width: 0px 1px 0px 1px;
	box-sizing: border-box;
	height: 40px;
	padding: 0 0 0 8px;
	width: 170px;
	font-size:15px;
	font-family: "Helvetica Neue", "Helvetica", "Arial", "Lucida Grande", "Tahoma", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.header_h2 form input[type="text"]{
	height: 45px !important;
}


/* side navi 
-------------------------------*/
#wrap_side{
	float: left;
	width: 260px;
	margin-bottom: 100px;
}
h2#side_ttl_member{
	background:url(/layout/YMYST/yamasyoku/images_s/side/icn_member.png) no-repeat left center;
	padding: 0px 20px 0px 30px;
	font-size:16px;
	font-weight: normal;
	line-height:18px;
	height:18px;
	margin:10px 0 10px 0;
}

#loginButton{
	border: #dfd3ce solid;
	border-width: 1px 0px 0px 0px;
	margin:0px 0 20px 0;
}
#logoutButton{
	margin:0px 0 20px 0;
	
}

#logoutButton p a,
#loginButton p a{
	background:#f6f5e7;
	border: #dfd3ce solid;
	border-width: 0px 0px 1px 0px;
	padding: 0px 0 0px 10px;
	font-size:14px !important;
	line-height:40px;
	height:40px;
	display:block;
	color: #2D2D2D!important;
	text-decoration:none;
}

#logoutButton p:nth-of-type(1){
	background:none;
	padding: 0px 0 10px 0px;
	line-height:15px;
	height: auto;
	border: #dfd3ce solid;
	border-width: 0px 0px 1px 0px;
	font-size:14px !important;
}
#logoutButton p:nth-of-type(1) span{
	display:block;
	font-size:12px;
	padding: 0px 0 3px 0px;
	
}
#logoutButton p:nth-of-type(5) a{
	padding: 0px 0 0px 35px;
	background:#f6f5e7 url(/layout/YMYST/yamasyoku/images_s/side/icn_logout.png) no-repeat 10px center;
}
#loginButton p:nth-of-type(1) a{
	padding: 0px 0 0px 35px;
	background:#f6f5e7 url(/layout/YMYST/yamasyoku/images_s/side/icn_login.png) no-repeat 10px center;
}

#logoutButton p a:hover,
#loginButton p a:hover{
	background:#fdfcf3;
}
#logoutButton p:nth-of-type(5) a:hover{
	background:#fdfcf3 url(/layout/YMYST/yamasyoku/images_s/side/icn_logout.png) no-repeat 10px center;
}
#loginButton p:nth-of-type(1) a:hover{
	background:#fdfcf3 url(/layout/YMYST/yamasyoku/images_s/side/icn_login.png) no-repeat 10px center;
}
#loginButton img{
	margin:15px 0 0 0;
}
/* DM */
#dm {
	margin: 15px 0;
	border:solid #362e2b;
	border-width: 2px;
}
#dm a{
	color: #2D2D2D!important;
	text-decoration:none;
	font-size:14px;
	line-height: 20px;
	display: block;
	padding: 7px 5px 5px 10px;
}
#dm a strong{
	color:#e60012;
	font-size:20px;
	font-weight: normal;
}

/* こだわり検索 */
p.tit_dtl_search {
	background-color: #81716b;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 120%;
}
form#dtl_search {
	width: 230px;
	padding: 10px;
	margin: 0 0 10px 0;
	background-color: #f8f6f5;
	border: #eee9e7 5px solid;
	line-height: 200%;
}
form#dtl_search .searchcategory {
	width: 100%;
	height: 30px;
}
form#dtl_search .lower_price,
form#dtl_search .upper_price {
	width: 39%;
	height: 23px;
}
form#dtl_search .txt_keyword {
	width: 98%;
	height: 23px;
}
form#dtl_search .searchbtn {
	display: block;
  color: #fff;
  padding: 5px 15px;
  font-size: 14px;
  background: #362e2b;
  text-decoration: none;
  border: 0px;
  margin: 10px auto;
	cursor: pointer;
}
/* 下層サイド こだわり検索 */
p.tit_dtl_search02 {
	background-color: #81716b;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 100%;
}
form#dtl_search02 {
	width: 230px;
	padding: 10px;
	margin: 0 0 10px 0;
	background-color: #f8f6f5;
	border: #eee9e7 5px solid;
	font-size: 80%;
}
form#dtl_search02 .searchcategory {
	width: 100%;
	height: 30px;
	border-width: 1px;
}
form#dtl_search02 .lower_price,
form#dtl_search02 .upper_price {
	width: 35%;
  height: 15px;
}
form#dtl_search02 .txt_keyword {
	width: 94%;
  height: 15px;
}
form#dtl_search02 .searchbtn {
	display: block;
  color: #fff;
  padding: 5px 15px;
  font-size: 14px;
  background: #362e2b;
  text-decoration: none;
  border: 0px;
  margin: 10px auto;
	cursor: pointer;
}

/* category */
#wrap_category{
	
}
h2#side_ttl_category{
	background:url(/layout/YMYST/yamasyoku/images_s/side/icn_list.png) no-repeat 5px center;
	padding: 0px 20px 0px 30px;
	font-size:16px;
	font-weight: normal;
	line-height:35px;
	height:35px;
	margin:10px 0 10px 0;
}

#panel01,
#panel02,
#panel03,
#panel04,
#panel05,
#panel06,
#panel07,
#panel08,
#panel09,
#panel10,
#panel11{
	display: none;
}
#panel01 li a,
#panel02 li a,
#panel03 li a,
#panel04 li a,
#panel05 li a,
#panel06 li a,
#panel07 li a,
#panel08 li a,
#panel09 li a,
#panel10 li a,
#panel11 li a{ 
	font-size:14px;
	line-height:40px;
	height:40px;
	display:block;
	border:dotted #999;
	border-width:0 0 1px 0;
	padding: 0 0 0 20px;
	color: #2D2D2D!important;
	text-decoration:none;
}

#panel01 li:last-child,
#panel02 li:last-child,
#panel03 li:last-child,
#panel04 li:last-child,
#panel05 li:last-child,
#panel06 li:last-child,
#panel07 li:last-child,
#panel08 li:last-child,
#panel09 li:last-child,
#panel10 li:last-child,
#panel11 li:last-child{
	margin-bottom:30px;
}


#wrap_category h3 a{ 
	font-size:14px;
	line-height:60px;
	height:60px;
	margin-bottom: 10px;
	display:block;
	font-weight: normal;
	color: #2D2D2D !important;
	text-decoration:none;
}




/* facebook */	

#facebook {
	width: 186px;
	height: 200px;
	background: url(/layout/YMYST/yamasyoku/images_s/side/img_facebook.jpg) no-repeat top center;
	position: relative;
	margin-bottom: 10px;
}

#facebook #fb{
	position: absolute;
	top: 42px;
	left: 17px;
}

#facebook #fb_iine{
	position: absolute;
	top: 105px;
	left: 17px;
}


/*--------------------
Footer
--------------------*/
.footer-inner,
.footer_brand {
	width: 1000px;
	margin: 0 auto;
	font-weight: normal;
}

.footer {
	padding: 50px 0;
	background: #f8f6f5;
	border:solid #f8f6f5;
	border-width:1px 0 0 0;
}
.footer_wht {
	padding: 50px 0;
	background: #fff;
}
.footer-inner div{
	float:left;
	margin-right: 31px;
	width: 175px;
}
.footer-inner div:nth-of-type(1){
	
}
.footer-inner div:nth-of-type(5){
	margin-right: 0px;
}

.footer-inner h2{
	font-size: 15px;
	border-bottom: 1px solid #b1a6a2;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.footer-inner ul{
	font-size: 14px;
}
.footer-inner ul li{
	margin-bottom: 10px;
}
.footer-inner ul a{
	background: url(/layout/YMYST/yamasyoku/images_s/footer/arrow01.png) left no-repeat;
	padding-left: 10px;
	color: #2d2d2d;
}


#order_tel{
	width: 250px;
	float: left;
}
#order_fax{
	width: 250px;
	float: left;
}
#order_tel h2,
#order_fax h2{
	text-align: left;
	font-size: 16px;
	border-bottom: 1px #b1a6a2 solid;
	padding-bottom: 5px;
	margin: 0 0 15px 0;
}
#order_tel h3,
#order_fax h3{
	font-size: 25px;
	line-height: 25px;
	display: block;
	margin: 0 0 10px 0;
}
#order_tel h3 img,
#order_fax h3 img{
	width: auto;
	height: 25px;
	margin-right: 10px;
}

#order_tel p span,
#order_fax p span{
	display: block;
}

#order_tel strong,
#order_fax strong{
	font-weight: normal;
	font-size: 13px;
	display: block;
	margin-top: 15px;
}

#order_tel a,
#order_fax a{
	background: url(/layout/YMYST/yamasyoku/images_s/form/item/arrow01.png) left no-repeat;
	padding-left: 10px;
	color: #2d2d2d;
}

#order_tel h3 a,
#order_fax h3 a{
	background: none;
	padding-left: 0px;
}

#ssl{
	width: 400px;
	margin: 0 0 0 15px;
}
#ssl p img:nth-of-type(1){
	float:left;
	margin: -15px 15px 0px 0;
}
#ssl p img:nth-of-type(2){
	float:left;
	margin: -5px 15px 0px 0;
}
#ssl p{
	margin: 0 0 0 0;
	font-size: 12px;
	clear: both;
}
#sns{
	width: 400px;
	margin: 0 0 0 15px;
}
#sns img{
	float:right;
	margin: 15px 15px 0px 0;
	width: 35px;
	height: auto;
}

/*#copy {
	color: #fff;
	clear: both;
	text-align: center;
	background:#2a2823;
	font-size: 11px;
	height: 36px;
	line-height: 36px;
	font-family: verdana;
	letter-spacing: 0.1em;
}*/
.to-top {
	padding: 0;
	margin:0;
	text-align: right;
}
.to-top a {
	display: block;
}
.to-top a img:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/** 180410 フッター追加*/
.footer02 {
	margin-top: 30px;
	padding: 30px 0;
	background: #f6f3f1;
}

.footer_brand h2{
	font-family: "Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	text-align: center;
	font-weight: normal;
	font-size:30px !important;
	padding: 20px 0;
	border-top: 1px solid #dac8bc;
}

.footer_brand h2:nth-of-type(1){
	border-top: none;
}

.footer_brand ul{
	list-style:none;
}



.footer_brand ul li{
	float:left;
	width:235px;
	margin:0 20px 20px 0;
}
.footer_brand ul li:nth-of-type(4n){
	margin:0 0px 20px 0;
}
.footer_brand ul li img{
	width: 100%;
}

.footer_brand ul li p{
	font-size:12px !important;
}

#back-to-top a {
	position: fixed;
	/*right: 10px;*/
	right: 50px;
	bottom: 10px;
}

/* yamayaday
-------------------------------*/
#common_bnr_yamayaday{
	width: 1000px;
	margin: 15px auto;
	text-align: center;
	font-size:18px;
	
}

#common_bnr_yamayaday a{
	display: block;
	background:#fbe7e7;
	text-decoration: underline;
	padding:5px;
	color: #2d2d2d;
	font-family: "Noto Sans JP",sans-serif;
}







#contents{
	margin:15px auto 0 auto;
}



.reflection-img{
	width: 100%;
	position    :relative;
	overflow    :hidden;
	display: none;
}
.reflection-img p{
	height: 25px;
	background: #59a7d6;
	/* background: #ffeadf; */
	/* background: #6bbc64; */
	text-align: center;
	color: #e60012;
	/* color: #fff; */
	font-size: 20px;
	padding: 10px;
}
#container .reflection-img p a,
.reflection-img p a{
	display: block;
	/* color: #e60012; */
	color: #fff!important;
	text-decoration: none;
	text-decoration: none;
	
}

.reflection-img p strong{
	background: #fff;
	/* background: #e60012; */
	/* background: #fff; */
	/*color: #59a7d6;*/
	color: #1c650b;
	/* color: #fff; */
	/* color: #6bbc64; */
	border-radius: 5px;
	padding: 2px 10px;
	margin: 0 0 0 10px;
	font-size: 16px;
	height: 28px;
	line-height:28px;
}
/*
.reflection {
height      :100%;
width       :60px;
position    :absolute;
top         :-180px;
left        :0;
background-color: #fff;
opacity     :0;
transform: rotate(45deg);
animation: reflection 4s linear infinite;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 4s ease-in-out infinite;
-moz-transform: rotate(45deg);
-moz-animation: reflection 4s ease-in-out infinite;
-ms-transform: rotate(45deg);
-ms-animation: reflection 4s ease-in-out infinite;
-o-transform: rotate(45deg);
-o-animation: reflection 4s ease-in-out infinite;
}

@keyframes reflection {
0% { transform: scale(0) rotate(45deg); opacity: 0; }
80% { transform: scale(0) rotate(45deg); opacity: 0.3; }
81% { transform: scale(4) rotate(45deg); opacity: 0.5; }
100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.3; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 0.5; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.3; }
81% { -moz-transform: scale(4) rotate(45deg); opacity: 0.5; }
100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.3; }
81% { -ms-transform: scale(4) rotate(45deg); opacity: 0.5; }
100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -o-transform: scale(0) rotate(45deg); opacity: 0.3; }
81% { -o-transform: scale(4) rotate(45deg); opacity: 0.5; }
100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}
*/

.reflection-info-img{
	width: 100%;
	position    :relative;
	overflow    :hidden;
	display: none;
}
.reflection-info-img p{
	height: 44px;
	background: #4f98d8;
	text-align: center;
	color: #fff;
	font-size: 20px;
	padding: 7px 10px 0px 10px;
}
#container .reflection-info-img p a,
.reflection-info-img p a{
	display: block;
	color: #fff!important;
	text-decoration: none;
	text-decoration: none;
	
}

.reflection-info-img p strong{
	background: #fff;
	color: #4f98d8;
	border-radius: 5px;
	padding: 0px 10px 2px 10px;
	font-size: 16px;
	height: 28px;
	line-height:28px;
}


/**************************************
TOP：お知らせ
**************************************/
.news_box{
	background: #362e2b;
	color: #fff;
	font-size: 12px;
	padding: 2px 5px;
	border-radius: 3px;
	display: block;
	float: left;
	margin: 0px 10px 5px 0;
}
.news_box--to-index{
	margin: 10px 0 20px !important;
  padding: 1px 10px;
  font-size: 12px !important;
	line-height: 1.5 !important;
  text-align: right;
  background: #382F2A;
  border-radius: 2px;
  position: absolute;
  top: 0;
  right: 0;
}
.news_box--to-index a{
	color: #fff !important;
	text-decoration: none;
}