@charset "utf-8";

/* =======================
		header
========================== */

#h1, h1 {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
#slide {
	height: auto;
	background-color: #f6f6f6;
	margin-bottom: 2%;
	padding: 1% 0;
}
.bg_img {
  margin: 0 auto 0;
  width: 100%;
}
.bx-pager a img {  
	opacity: 0.7;  
	filter: alpha(opacity=80);  
}  
.bx-pager a.active img {  
	opacity: 1;  
	border: 2px solid #d0cfcf;
	filter: alpha(opacity=100);  
} 
#slide_in {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.bx-pager {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
/* =======================
		container
========================== */
#contents {
	float: left;
}
#contents .box2 div h2 {
	font-size: 1.7rem;
	padding-bottom: 10px;
	padding-top: 5px;
	background: url(../img/150625/arrow_pic_001.gif) no-repeat right 3px;
	border-bottom: 3px solid #d0cfcf;
	margin-bottom: 10px;
}

/* 171115追加 ここから*/

section.box2.mr_20 a:hover {
    text-decoration: underline;
}
section.box2 a {
    text-decoration: none;
}
section.box2 a:hover {
    text-decoration: underline;
}
/* 171115追加 ここまで*/


/* =======================
		lnav
========================== */
aside {
	float: right;
}
aside div {
  border: none;
}
.box_line {
	border: 1px solid #d0cfcf;
	margin-bottom: 20px;
}
aside p {
	font-size: 1.1rem;
	padding: 0 10px 10px 10px
}
#cm {
	font-size: 1.4rem;
	padding: 15px 10px;
}
.moviecm {
  height: 145px;
  width: 203px;
}
.moviecm div {
	border: none;
	padding: 15px;
}

aside h4 {
	padding: 1px;
	border-bottom: 2px solid #2e9b49;
}
aside h4 {
	padding: 1px;
}

/* ↓　 181121UP改修ここから　↓  */

#stock_info a {
    background-image: url(../img/150625/stock_pic.png);
    background-repeat: no-repeat;
    background-position: 19px 15px;
    padding: 15px 15px 7px 43px;
    display: block;
}

.bnr_area img {
	vertical-align: middle;
    border: 0;
    padding: 1px;
}

/*  ↑　181121UP改修ここまで　↑  */


/* =======================
		service_list
========================== */
#service_list {
	width: 890px;
	border: 1px solid #d0cfcf;
	padding: 20px 30px;
}
#service_list h3 {
	font-size: 1.7rem;
	margin-bottom: 20px;
}
.shopping h4 {
	background-color: #f6f6f6;
	width: 870px;
	padding: 10px;
	font-size: 1.2rem;
	margin-bottom: 20px;
}
.shopping div {
	width: 212px;
	float: left;
	padding: 0 0 30px 10px;
	height: 70px;
	font-size: 1.0rem;
}
.shopping div {
	font-size: 11px;
}
#service_list span {
	font-weight: bold;
	font-size: 1.1rem;
}

.shopping div p:first-child, .life div p:first-child, .btob div p:first-child, .group div p:first-child {
	float: left;
	margin-right: 10px;
	  border: 1px solid #d0cfcf;
	  width: 57px;
}
.shopping div p:nth-child(2) {
	float: right;
	width: 135px;
}
.shopping div > *:first-child + * {
	float: right;
	width: 135px;
}
.life, .btob, .group {
	width: 232px;
	margin-right: 10px;
	float: left;
}
.life h4, .btob h4, .group h4 {
	background-color: #f6f6f6;
	width: 195px;
	padding: 10px;
	font-size: 1.2rem;
	margin-bottom: 20px;
}
.life div, .btob div, .group div {
	width: 215px;
	padding: 0 0 0 10px;
	height: 70px;
	font-size: 1.0rem;
}
.life div p:nth-child(2), .btob div p:nth-child(2), .group div p:nth-child(2) {
	float: right;
	width: 135px;
}
.shopping div p:hover, .btob div p:hover {
	text-decoration: underline;
}

/*  ↓　191007UP改修ここから　↓  */

.date_box span a {
	color: #2e9b49;
    display: inline-block;
    letter-spacing: 0px;
    padding: 0.7em 1.4em 0.7em 1.4em;
    border: 2px solid #2e9b49;
    background: #ffffff;
    transition: all 0.3s;
    position: relative;
    margin: 3% 40% 0;
}
.date_box span a:hover {
    background: #2e9b49;
    color: #FFF;
}


/*  ↑　191007UP改修ここまで　↑  */