body,html {width: 100%;height: 100%;}

html{
	overflow-y: scroll;
}

body {
  font-size: 12px;
  color: #111;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 1.5;
}
p {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
li,
ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
section {
	margin-top: 40px;
	position: relative;
}
section section {
	margin-top: 15px;
}

a{
    color: #111;
	text-decoration: none;
}

/* -- link ------------------------------- */
a:link{
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}


a,
a:visited,
a:active,
a:link {
    all 0.1s ease-in-out;
	text-decoration: none;
}


a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}


/* -- input ------------------------------- */
input[type="text"]:focus {
    outline: 0;
    border-color: none;
}



/* ------------------------------- page-top ------------------------------- */
#page-top {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 1000;
}

#page-top img {
	opacity: 0.5;
	width: 70px;
	cursor: pointer;
}

#page-top img:hover {
	opacity: 0.8;
}

@media screen and (max-width: 767px) {
	#page-top img {
		width: 40px;
	}

}


/* ------------------------------- modal ------------------------------- */

.modal {
	position: fixed;
	display: none;
	z-index: 10001;
	top: 10%;
	left: 10%;
	right: 10%;
    width: 80%;
	color: #fff;
	text-align: center;
}

.modal small {
	font-size: 15px;
	line-height: 1.3;
	display: block;
	color: #333;
	margin: 15px 0 15px;
}


.modal p.entrance {
	text-align: center;
}

.modal p.entrance img {
	margin: 0 10px -3px;
}

.modal p.entrance a {
    margin: 5px;
	font-size: 24px;
    padding: 10px 30px;
	border: 1px solid #ff0000;
    background: rgba(255,255,255,0.5);
	color: #ff0000;
    display: inline-block;
}

.modal a {
	cursor: pointer;
	text-decoration: none;
}

.modal p.entrance a:hover {
	color: #fff;
    background: rgba(255,0,0,0.5);
}



/* ------------------------------- body wrap header ------------------------------- */


body {
	position: relative;
	z-index: 999;
}

.wrap {
	max-width: 1128px;
	min-width: 980px;
	margin: auto;
	clear: both;
}

header {
	background: #fff;
	width: 100%;
	height: 110px;
	padding-top: 10px;
	overflow: hidden;
}


#search {
	position: relative;
	z-index: 999;
	margin-top: 0;
}

#search .fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}


/* ------- bootstrap  ----------- */

.container {
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.container {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.container {
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 100%;
	}
}

.navbar-default {
	background-color: #fff;
	border-color: #fff;
}

.navbar-brand img {
	height: 36px;
    margin-left: 2px;
}

header  small {
	color: #333;
	font-size: 12px;
	margin-top: 55px;
	display: block;
	font-weight: bold;
    text-align: center;
}

#search {
	width: 100%;
}
#search .navbar-nav {
	width: 100%;
}
.navbar-default .navbar-nav > li > a {
	color: #1d3994;
	font-weight: bold;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #ff0000;
}

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

	.navbar-nav {
		margin: 0 -15px;
	}

    .navbar-brand img {
        margin-left: 0;
    }

	.nav li {
		text-align: center;
		font-size: 18px;
		border-bottom: 1px solid #e7e7e7;
		padding: 8px 0;
	}

	.navbar-default .navbar-toggle {
		 /* border-color: #fff;*/
	}

	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background-color: #eee;
	}

	.container > .navbar-header,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-collapse {
		margin-right: -10px;
	}
}



	.container > .navbar-header,
	.container-fluid > .navbar-header {
        width: 230px;
        margin: 0 auto;
        float: none;
    }




@media (min-width: 768px) {
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: 0;
	}
}





header ul {
	text-align: right;
}
header ul li {
	display: inline-block;
}

header ul li a,
header ul li a:link,
header ul li a:hover,
header ul li a:visited,
header ul li a:active {
	transition: all 0.1s ease-in-out;
}

header #contents_menu {
	position: absolute;
	top: 55px;
	right: 10px;
	padding: 0;
	margin: 0;
	display: block;
}

header #contents_menu li {
	margin-left: 26px;
	font-size: 16px;
}


a.arrow-r:before,
a.arrow-r:after,
a.arrow-l:before,
a.arrow-l:after,
a.arrow-t:before,
a.arrow-t:after,
a.arrow-b:before,
a.arrow-b:after,
a.arrow-c:before,
a.arrow-c:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	width: 10px;
	height: 10px;
	margin-top: -5px;
}
a.arrow-r:before {
	right: 15px;
	background: #999;
}
a.arrow-r:after {
	right: 20px;
	background: #fff;
}
a.arrow-r {
	text-align: right;
	width: 60px;
	padding-right: 31px;
}
a.arrow-l:before {
	left: 15px;
	background: #999;	
}
a.arrow-l:after {
	left: 20px;
	background: #fff;
}
a.arrow-l {
	width: 60px;
	padding-left: 31px;
}
a.arrow-t:before {
	top: 20px;
	right: 15px;
	background: #999;	
}
a.arrow-t:after {
	top: 25px;
	right: 15px;
	background: #fff;
}
a.arrow-b:before {
	top: 20px;
	right: 15px;
	background: #999;	
}
a.arrow-b:after {
	top: 15px;
	right: 15px;
	background: #fff;
}
a.arrow-c:before {
	top: 20px;
	right: 15px;
	background: #fff;	
}
a.arrow-c:after {
	top: 25px;
	right: 15px;
	background: #999;
}
a.arrow-c {
	position: fixed;
	bottom: 100px;
	right: 20px;
	width: 21px;
	height: 18px;
	padding-left: 10px;
	background-color: #999;
	border-radius: 50%;
	text-indent: -9999px;
}


section {
	overflow: hidden;
}
.section_title {
	font-size: 12px !important;
	line-height: 14px;
	color: #333;
}
.section_title span {
	margin-right: 20px;
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	line-height: inherit;
}
.sub_list {
	text-align: right;
}


small {
	font-size: 12px;
}
small a,
small a:visited,
small a:active,
small a:link {
	color: #999;
	font-weight: bold;
	padding-right: 10px;
}
small a:hover {
	color: #999;
	text-decoration: underline;
	opacity: 1;
}
small a.scout {
	font-size: 10px;
	text-decoration: underline;
}

.clearfix {
	clear: both;
	height: 1px;
	overflow: hidden;
}




#right_content {
    width: 250px;
    float: right;
    margin-right: 10px;
}






#sp_nav_search  i.sa {
	font-size: 16px;
	margin: 7px 0 2px 0;
	text-align: center;
}

#sp_nav_search {
	position: absolute;
	top: 7px;
	/*right: 40px;*/
	right: -8px;
	padding: 0;
	margin: 0;
	border-radius: 0;
	background-size: 100%;
	width: 44px;
	height: 44px;
	z-index: 10;
}

#sp_nav_search a{
	color: #ff0000;
	font-weight: bold;
	display: block;
	text-decoration: none;
}




.btn {
	border: none;
	border-radius: 3px;
	background: #000;
	color: #fff;
	font-weight: bold;
	transition: all 0.1s ease-in-out;
}
/*
.btn:hover {
	opacity: .5;
	color: #fff;
	transition: all 0.1s ease-in-out;
}
*/
a.btn,
a.btn:visited {
	color: #fff;
}
div.btn {
	padding: 0;
	display: block;
	text-align: center;
}


div.btn a {
	display: block;
	color: #fff;
	height: 50px;
	line-height: 50px;
	padding: 0;
}




/* ------- footer  ----------- */

footer {
}

footer h1 {
	font-size: 12px;
	line-height: 64px;
	vertical-align: middle;
	margin-top: 30px;
}
footer h1 .logo {
	height: 40px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
footer h1 img {
	vertical-align: middle;
	display: block;
}
footer h1 small {
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 44px;
	color: #333;
	font-weight: bold;
}

footer .sns {
	margin-top: 30px;
	text-align: right;
}
footer .sns li {
	vertical-align: top;
	line-height: normal;
	display: inline-block;
	margin-bottom: 5px;
}

footer nav {
	clear: both;
    width: 100%;
	margin: 30px auto;
	border-top: 1px solid #ddd;
	padding: 30px 0;
	border: none;
}

footer nav ul {
	margin: 0;
}
footer nav ul li {
    font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
    color: #fff;
    margin-bottom: 6px;
}

footer nav ul li ul {
	margin-top: 10px;
	margin-left: 5px;
}

footer nav ul li span {
	font-weight: normal;
    font-size: 14px;
    margin-left: 3px;
    color: #bbb;
}


footer nav ul a,
footer nav ul a:visited,
footer nav ul a:active,
footer nav ul a:link {
	text-decoration: none;
	font-size: 14px;
}
footer nav ul a:hover {
	text-decoration: underline;
}






footer #copyright {
	clear: both;
	font-weight: normal;
	margin: 10px 0;
	letter-spacing: 0;
	font-size: 11px;
	padding-top: 25px;
    text-align: center;
}




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

	footer h1 small {
		float: left;
		height: 20px;
		width: 250px;
		margin-left: 5px;
		margin-top: -10px;
	}

    footer nav {
    	clear: both;
        width: 100%;
    	margin: 0;
    	padding: 10px 0 0 ;
    	border: none;
        text-align: center;
    }

    footer nav p {
        font-size: 12px;
    	font-weight: bold;
    	line-height: 1.2;
        color: #fff;
    }

    footer nav a {
        font-size: 12px;
    	font-weight: bold;
    	line-height: 1.2;
        color: #fff;
    }

}





/* ------- info  ----------- */

#info {
	background: #000;
	color: #fff;
	margin: 0;
}
#info .wrap {
	margin-top: 30px;
	height: 100%;
}
#info section {
	padding-top: 0;
	margin-top: 20px;
	margin-bottom: 10px;
}
#info .ttl_wrap {
	display: table;
	height: 100%;
}

#info h1 {
	display: table-cell;
	vertical-align: middle;
}

#info section section {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	float: left;
}
#info article {
	margin: 14px 0 0 30px;
}
#info article:first-child {
	margin: 0px 0 0 30px;
}
#info article a,
#info article a:hover,
#info article a:visited,
#info article a:active {
	display: block;
	color: #fff;
}
#info article time {
	clear: both;
	display: block;
	float: left;
	line-height: 18px;
	font-size: 11px;
	font-weight: bold;
}
#info article h1 {
	clear: none;
	margin-left: 105px;
	line-height: 18px;
	font-size: 12px;
	display: block;
}

#info .sub_list a,
#info .sub_list a:hover,
#info .sub_list a:visited,
#info .sub_list a:active {
	color: #fff;
}


#info .section_title {
	color: #fff;
}

@media screen and (max-width: 767px) {
	#header-nav {
		position: fixed;
		right: 0;
		left: 0;
		z-index: 1030;
	}

	.navbar-brand {
		height: 30px;
		padding: 4px 15px;
		margin-left: 5px;
		font-size: 18px;
		line-height: 20px;
	}

	header {
		padding-top: 0;
		height: 40px;
	}
}




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

    .wrap {
    	width: 100%;
    	max-width: none;
    	min-width: 660px;
    }
}



@media screen and (max-width: 767px) {
	.wrap {
		width: auto;
		min-width: 0;
	}
	body {
		-webkit-text-size-adjust: 100%;
	}
}








section#breadcrumbs {
	margin-top: 20px;

    margin-right: 10px;
    margin-left: 10px;
}



#breadcrumbs ul {
	padding: 5px 20px;
	border: 1px solid #ccc;
    border-radius: 5px; 

}


#breadcrumbs ul li {
	display: inline;
	list-style-type: none;
	font-size: 14px;
	color: #999;
}

#breadcrumbs ul li a {
	font-size: 14px;
	/*font-weight: bold;*/
}

#breadcrumbs ul li:before {
	content: " > ";

}

#breadcrumbs ul li:first-child:before {
	content: "";
}
#breadcrumbs li i.fa-home {
	margin-right: 3px;
	margin-top: -1px;
	height: 1px;
	line-height: 1px;
	transform: none;
	vertical-align: middle;
}

#breadcrumbs a span {
    color: #0a81d8;
}

#breadcrumbs a:hover {
	text-decoration: underline;
    text-decoration-color: #0a81d8;
}

section#search_result {
	margin-top: 20px;
    float: left;
}


#search_result h2 {
	font-size: 24px;
	margin-bottom: 10px;
	/*background: linear-gradient(transparent 85%, #ff3366 85%);*/
	border-bottom: 3px solid #000;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 10px;
    text-align: center;
}

#search_result strong {
	color: #f00;
}

.search_count {
	font-size: 16px;
	margin-bottom: 0px;
	padding-left: 20px;
    text-align: center;
}


#search-pager {
    float: right;
}

#shop_ichiran {
    clear: both;
}

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

    section#breadcrumbs {
    	margin-top: 20px;
    }

	section#search_result {
		margin-top: 10px;
	}

	#search_result h2 {
		/*text-align: center;*/
		font-size: 16px;
	}

	#breadcrumbs ul li {
		font-size: 12px;
	}

	#breadcrumbs ul li a {
		font-size: 12px;
	}

	#breadcrumbs li i.fa-home {
	  margin-right: 1px;
	}

}

.search_pager {
	margin-bottom: 30px;
}

.search_pager_first {
	margin-top: 10px;
}

.search_pager .page {
	display: block;
	width: 55px;
	height: 55px;
	line-height: 55px;
	float: left;
	margin-left: 2px;
}

.search_pager .page a,
.search_pager .page b {
	display: block;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background-color:#ffeaea;
		font-size: 14px;


}


.search_pager b {
	margin: 0;
	padding: 0;
}

.search_pager .page b {
	background-color:#FF7F7F;
	color:#fff;
}

.search_pager .wrap {
	margin: 0 auto;

}

/*

.search_pager .page_link {
	margin:0 3px;
}


.search_pager a.page_link {
	background-color:#e4e4e4;
}

.search_pager a.page_link:hover,
.pager span a:active {
	background-color:#fef1f2;
}
*/





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

	.search_pager {
		margin-top: 20px;
		margin-bottom: 0;
	}

	.search_pager_first {
		margin-top: 10px;
		margin-bottom: -10px;
	}

	#page_bar {
		width: 200%;
		margin-bottom: 30px;
	}

	.search_pager .page {
		width: 35px;
		height: 35px;
	}

	.search_pager .page a,
	.search_pager .page b {
		width: 35px;
		height: 35px;
		line-height: 35px;

	}


	#search_result .search_count

	}


}



#right_content {
    width: 250px;
    float: right;

}


.side_banner {
    width: 250px;
}




.side_banner li a {
	overflow: hidden;
	display: block;
    margin-bottom: 10px;
    width: 250px;
    height: 125px;

}

#main_content {
    margin-right: 270px;

}

#main_content .conditions {
    margin-left: 0;
}

#main_content .conditions li {
    display: inline;
    font-size: 14px;
    margin: 0;
    margin-right: 0px;
    padding: 0;
    font-weight: bold;
    color: #444;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
}

#main_content .conditions li i {
    margin-right: 5px;
}



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

    #right_content {
        display: none;
    }


    #main_content {
        margin-right: 0;

    }


}



/* ----------------- shop ------------------------------*/


article#shop_detail {
	overflow: hidden;
}

#shop_detail header {
	margin-top: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color:#ffccd8;
	height: auto;
}

#shop_detail .wrap {
	padding-left: 40px;
	padding-right: 40px;
}

#shop_detail .header_shop {
	display: table;
	width: 100%;
}

#shop_detail .shop_img {
	width: 120px;
	display: table-cell;
	vertical-align: middle;
}


#shop_detail .shop_img img {
	width: 100px;
	height: 100px;
}

#shop_detail .shop_info {
	vertical-align: top;
	display: table-cell;
}

#shop_detail .info {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	/*color: #ff0099;*/
}


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

	#shop_detail header {
		margin-top: 10px;
		padding-top: 20px;
		padding-bottom: 20px;
	}


	#shop_detail .wrap {
		padding-left: 20px;
		padding-right: 20px;
	}

	#shop_detail .shop_info h1 {
		font-size: 18px;
	}

	#shop_detail .info {
		font-size: 14px;
	}

	#shop_detail .shop_img {
		width: 90px;
	}


	#shop_detail .shop_img img {
		width: 80px;
		height: 80px;
	}

}


#shop_detail dl{
	margin-bottom: 30px;
}

#shop_detail dl dt,dd {
	padding: 2px;
	font-size: 14px;
}



#shop_detail dl dt {
	clear: left;
	float: left;
	width: 120px;
	line-height: 1.4;
	min-height: 60px;
	padding: 20px 0;
}

#shop_detail dl dd {
	border-bottom: 1px solid #ddd;
	line-height: 1.4;
	min-height: 60px;
	padding: 20px 0 20px 120px;
}

#shop_detail .icon_area {
	margin-top: 15px;
}

section#job_shop {
	margin-top: 20px;
}



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

	section#job_shop {
		margin-top: 10px;
	}


	#shop_detail dl dt {
		width: 100px;
		min-height: 30px;
		padding: 10px 0;
	}

	#shop_detail dl dd {
		min-height: 30px;
		padding: 10px 0 10px 100px;
	}

	#shop_detail .icon_area {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	#shop_detail .favo {
		width: 100% !important;
		margin-bottom: 10px!important;
	}

}



#shop_detail #news,
#shop_detail #interview {
	width: 100%;
	margin-top: 50px;
	padding: 20px 0;
}

#shop_detail #interview {
	margin-top: 30px;
}

#shop_detail #news .row,
#shop_detail #interview .row {
	width: 100%;

}

#shop_detail #news .wrap,
#shop_detail #interview .wrap {
	padding-right: 0;
	padding-left: 0;
}

#shop_detail #news h1,
#shop_detail #interview h1 {
	padding-right: 0;
	padding-left: 0;
}

#shop_detail #interview article {
	padding-right: 5px;
	padding-left: 5px;
}

#shop_detail #interview header {
	background-color: #fff;
}

#shop_detail #news nav li a {
	height: auto;
	min-height: 30px;
	line-height: 30px;
}

#news time {
	float: none;
	margin-top: 0;
	margin-bottom: 0;
}


#job_shop .point_label {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;

}


#job_shop #interview article header h1{
  font-size: 12px;
  line-height: 12px;
}



#job_shop .section_title {
	font-size: 14px !important;
}

#job_shop .sans {
	font-size: 20px !important;

}



#job_shop .btn_more {
  clear: both;
  padding-top: 20px;
}
#job_shop .btn_more a {
  display: block;
  background: #FFBCBC;
  padding: 15px 20px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
	color: #003fff;
}

#job_shop .btn_more a:after {
  background-size: 8px;
  width: 15px;
}

#job_shop .btn_more a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
  text-decoration: none;

}


.btn_more i {
	margin-left: 15px;
}


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

	#shop_detail dl{
		margin-bottom: 20px;
	}

	#shop_detail #news {
		margin-top: 0;
	}
	#shop_detail #interview {
		margin-top: 0;
	}


	#news nav li:last-child a {

	  border-bottom: 1px dotted #ddd;
	}

	.shop_view dl {
		background-size: 100px;
	}

}








article {
    margin-top: 10px;

}


article > .wrap {
    max-width: 1360px;
    min-width: 980px;
    margin: auto;
    clear: both;
}


.wrap {
    max-width: 960px;
    min-width: 700px;
    margin: auto;
    clear: both;
}


section#area {
    margin-top: 5px;
}


#main_contents {
    margin-right: 0;
    padding-right: 10px;
    padding-left: 10px;
}




#right_contents {
    padding-right: 10px;
    padding-left: 5px;
}


.side_banner {
    width: 100%;
}

.side_banner li a {
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    height: auto;

}

.side_banner li a img {
    width: 100%;
    height: auto;


}



#area ul, #job ul {
    padding-right: 0;
    padding-left: 0;
}

#newshop nav ul {
    margin-top: 5px;
    padding-right: 0;
    padding-left: 0;
}

#contents ul {
    padding-right: 0;
    padding-left: 0;
}

.wrap {
    width: auto;
    min-width: 0;
}



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

    article > .wrap {
    	width: 100%;
    	max-width: none;
    	min-width: 350px;
    }

}



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

    #main_contents {
        padding-right: 5px;
        padding-left: 5px;
    }


	article > .wrap {
		width: auto;
		min-width: 0;
	}
	body {
		-webkit-text-size-adjust: 100%;
	}
}


#left_contents {
    padding-right: 5px;
    padding-left: 10px;
	overflow: hidden;
}


#right_contents, 
#left_contents {
    margin-top: 10px;

}



.row {
    margin-right: 0;
    margin-left: 0;
}


.side_menu {
    padding: 10px 10px 10px 10px;
	border: 1px solid #ccc;
    margin-bottom: 15px;

}

.side_menu ul {
    margin-bottom: 30px;


}

.side_menu h1 {
    margin-top: 5px;
    font-size: 18px;
}

.side_menu li {
    margin-top: 10px;

}


.side_menu li a {
    font-size: 14px;

}




    #contents {
        margin-bottom: 30px;
    }

/*
    #contents  ul {
        padding-right: 10px;
        padding-left: 10px;
    }
*/

    #contents  li {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 7px;
    }

    #contents li a {
    	overflow: hidden;
    	display: block;
    	position: relative;
    	border: 1px solid #ccc;
        border-radius: 5px; 
    	background: url(../img/icon-arrow-grey.png) no-repeat;
        background-position: center right 10px;
    	background-size: 15px;
    	padding: 10px 50px 10px 10px;
    }


    #contents li .title {
    	line-height: 1.0;
    	margin-top: 2px;
    	margin-bottom: 5px;
    	font-size: 16px;
    	font-weight: bold;
    	/*olor: #0099ff;*/
    }

    #contents li .body {
    	line-height: 1.3;
    	font-size: 13px;
    	font-weight: normal;
    }


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

    	#contents li a {
    		padding-right: 10px;
    		background: none;
    		position: static;
    	}

    }





div.shop_img img {
	width: 75px;
	height: 75px;
	float: left;
	margin-right: 15px;
}


/*
.ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
*/

/* overflow:hidden、heightは必ず指定する */
.ellipsis {
    overflow: hidden;
    height: 32px;
}

.ellipsis3 {
    overflow: hidden;
    height: 48px;
}



input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


input[type="number"] {
    -moz-appearance:textfield;
}




#contents_area h1, #sub_navi h1 {
    color: #fff;
    font-size: 16px;
    padding-top: 2px;
    padding-right: 6px;
    padding-left: 15px;
    font-weight: 700;
    text-align: left;
    border-bottom: none;
    margin: 0 0 10px;
}


