@charset "utf-8";
/* CSS Document */


.category_top_image {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.category_top_image img {
    width: 100%;
}


/* パンくずリスト */
.cd-breadcrumb {
  width: 98%;
  max-width: 1200px;
  padding: 0.5em 1em 0.4em 1em;
  margin: 1em auto;
  background-color: #f5f5f5;
  border-radius: .25em;
}
.cd-breadcrumb:after {
  content: "";
  display: table;
  clear: both;
}
.cd-breadcrumb li {
  display: inline-block;
  float: left;
  text-decoration: none;
  
  font-size: 1em;
  /*margin: 0.5em 0;*/
}
.cd-breadcrumb li::after {
  /* this is the separator between items */
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5;
}
.cd-breadcrumb li:last-of-type::after {
  /* 最後の >>は表示しない */
  display: none;
}
.cd-breadcrumb li > * {
  /* single step */
  display: inline-block;
  font-size: 1em;
  color: #2c3f4c;
}
.cd-breadcrumb li.current {
  /* selected step */
  color: #416d42;
}


@media(max-width: 767px){
	.cd-breadcrumb li {
	  font-size: 0.8em;
	}
	.cd-breadcrumb li.curren {
	  /* selected step */
	  font-size: 0.8em;
	}
}


.content{
	padding: 10px 10px 10px 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.content_wide{
	padding: 10px 10px 10px 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* トップヘッダー 1200ピクセル以上は広がらないように */
@media(max-width: 1200px){
	.content{
		width: 100%;
	}
	.content_wide {
		width: 100%;
	}
}

@media(min-width: 1200px){
	.content{
		 width: 1200px;
	}
	.content_wide {
		width: 100%;
	}
}

.content_center {
	text-align: center;
	width: 100%;
}

.content_centerh2 {
	text-align: center;
	width: 100%;
	padding: 0px 0px 20px 0px;
}