@charset "UTF-8";

/* common
--------------------------- */
.w700fix {
	width: auto;
}
#plus-wrapper {
	color: #000;
	line-height: 1.75;
}
#plus-wrapper a {
	color: #000;
	text-decoration: none;
}
#plus-wrapper a:hover {
	text-decoration: underline;
}

/* intro
--------------------------- */
#plus-wrapper .intro {
	margin: 20px 0;
}
#plus-wrapper .intro h2 {
	font-size: 13px;
	border: solid;
	text-align: center;
}
#plus-wrapper .intro h2 img{
	margin: 10px auto;
}
#plus-wrapper .intro p{
	margin: 10px 40px;
	text-align: left;
}

/* item-wrap
--------------------------- */
#item-wrap {
	margin: 30px 0;
	font-size: 12px;
}
#item-wrap li{
	overflow: hidden;
	border-bottom: solid 2px;
	padding: 10px 20px;
}
#item-wrap li:nth-child(2n+1){
	background-image: url("../images/back.jpg");
	background-repeat: repeat-y;
}
#item-wrap h3{
	font-size: 16px;
	font-weight: bold;
	letter-spacing:0.1em;
	margin: 5px 0;
}
#item-wrap p img{
	float: left;
	margin: 5px 20px 5px 0;
	width: 200px;
	height: auto;
}
#item-wrap p.item{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
#item-wrap p.caution{
	margin-top: 10px;
}

/* btns
--------------------------- */
#plus-wrapper .btns {
	overflow: hidden;
	margin: 30px 0;
}
#plus-wrapper .btns ul {
	text-align: center;
	font-size: 0;
}
#plus-wrapper .btns li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 19px;
}

/* ttl_btm
--------------------------- */
#plus-wrapper .ttl_btm{
	border-top: solid 2px;
	width: 760px;
	padding: 15px 0;
}
#plus-wrapper .ttl_btm img{
	display: block;
	margin: 0 auto;
}

/* bnr
--------------------------- */
#plus-wrapper .bnr {
	overflow: hidden;
	margin: 10px 0;
}
#plus-wrapper .bnr ul {
	text-align: center;
}
#plus-wrapper .bnr li {
}
#plus-wrapper .bnr li + li {
	margin-top: 10px;
}

/*snsshare_block
-----------------------------*/
#plus-wrapper .snsshare_block {
  width: 100%;
  margin: 0.5rem auto;
  text-align: center;
}
.sp#plus-wrapper .snsshare_block {
  width: 100%;
}
#plus-wrapper .snsshare {
  width: 100%;
  display: flex;
  margin-top: 2em;
	justify-content: flex-end;
}
#plus-wrapper .snsshare li {
  margin: 0 0.5em;
}
#plus-wrapper .snsshare li:first-child {
  margin-left: 0;
}
#plus-wrapper .snsshare li:last-child {
  margin-right: 0;
}
