@charset "UTF-8";

/*----------------------------------------------------
	初期設定
---------------------------------------------------- */
/* clearfix */
#wrapper-plus .cf:before,
#wrapper-plus .cf:after {
	content: " ";
	display: table;
}
#wrapper-plus .cf:after {
	clear: both;
}
#wrapper-plus .cf {
	*zoom: 1;
}

/* txt-alt */
#wrapper-plus .txt-alt {
	display: block;
	overflow: hidden;
	text-indent: -9999em;
}

/* font-style */
#wrapper-plus .minchou {
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	color: #333;
	letter-spacing: 0.3em;
}

/* btn */
#wrapper-plus .btn {
	text-align: center;
	text-align: left;
}
#wrapper-plus .btn a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	color: #fff !important;
	padding: .5em 2em;
	background: #ff6c05;
	background: -moz-linear-gradient(top,  #ff9043 0%, #ff6c05 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9043), color-stop(100%,#ff6c05));
	background: -webkit-linear-gradient(top,  #ff9043 0%,#ff6c05 100%);
	background: -o-linear-gradient(top,  #ff9043 0%,#ff6c05 100%);
	background: -ms-linear-gradient(top,  #ff9043 0%,#ff6c05 100%);
	background: linear-gradient(to bottom,  #ff9043 0%,#ff6c05 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9043', endColorstr='#ff6c05',GradientType=0 );
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
#wrapper-plus .btn a:hover {
	text-decoration: none;
}

/*----------------------------------------------------
	共通部分
---------------------------------------------------- */
#header-shop {
	margin-bottom: 0;
}
.w700fix {
	width: auto;
}
#wrapper-plus {
	overflow:hidden;
	padding: 0 0 20px 0;
}
#wrapper-plus a:link,
#wrapper-plus a:visited {
/*
	color: #000;
	text-decoration: none;
*/
}
#wrapper-plus a:hover,
#wrapper-plus a:focus,
#wrapper-plus a:active {
/*
	color: #000;
	text-decoration: underline;
*/
}
/* ページャー
--------------------------- */
#wrapper-plus .plus-pager {
	overflow:hidden;
	width: 512px;
	text-align: right;
}
#wrapper-plus .pager-bottom .plus-pager {
	text-align: left;
}
#wrapper-plus .plus-pager > p,
#wrapper-plus .plus-pager > div,
#wrapper-plus .plus-pager > div span,
#wrapper-plus .plus-pager > div a {
	float: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
#wrapper-plus .plus-pager a,
#wrapper-plus .plus-pager a:hover {
	border-color: #ba4485;
	color: #ba4485;
}
#wrapper-plus .plus-pager span {
	border-color: #ba4485;
	background: #ba4485;
	color: #fff;
}

/* 基本レイアウト
--------------------------- */
#wrapper-plus .plus-cont {
}
#wrapper-plus .plus-cont .plus-cont-main {
	float: left;
	width: 512px;
}
#wrapper-plus .plus-cont .plus-cont-side {
	float: right;
	width: 212px;
}

/*----------------------------------------------------
	記事ページ
---------------------------------------------------- */
#wrapper-plus .plus-cont .page-ttl {
	position: relative;
	width: 760px;
	height: 58px;
	background: url(../images/vis.jpg?201410171300) no-repeat;
	border-bottom: 10px solid #376b00;
}
#wrapper-plus .plus-cont .page-ttl p a{
	display: block;
	width:95px;
	height:50px;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -9999999em;
	overflow: hidden;
}
#wrapper-plus .plus-cont .page-ttl h2 {
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	left: 115px;
	top: 16px;
}

/* アンカー */
#wrapper-plus .plus-cont .anchors {
	background: #eee;
	border-bottom: 1px solid #ccc;
}
#wrapper-plus .plus-cont .anchors ul {
	padding: 10px 15px;
}
#wrapper-plus .plus-cont .anchors ul li {
	float: left;
	width: 350px;
	margin: 10px 0 0;
	padding: 0 0 0 15px;
	background: url(../images/arrow_list2.png?201410171300) no-repeat left center;
}

/* セパレータ
--------------------------- */
#wrapper-plus .plus-cont > h3,
#wrapper-plus .plus-cont #block-wrap > h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 10px;
	background: url(../images/line.png?201410171300) no-repeat right bottom;
	margin: 60px 0 0;
}

/* 各ブロック
--------------------------- */
#wrapper-plus .plus-cont .block {
	margin: 30px 0 0;
}
#wrapper-plus .plus-cont h3 + .block {
	margin-top: 5px;
}
#wrapper-plus .plus-cont .block h4 {
	font-size: 20px;
	font-weight: bold;
}
#wrapper-plus .plus-cont .block .img {
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	margin: 20px 0 0;
}
#wrapper-plus .plus-cont .block .img p {
	background: url(../images/overlay.png);
}
#wrapper-plus .plus-cont .block .txt {
	padding: 0 0 0 248px;
	min-height: 60px;
	height: auto !important;
	_height: 60px;
	background: url(../images/icon.png) no-repeat 90px center;
}
#wrapper-plus .plus-cont .block .txt p {
	margin: 45px 0;
	line-height: 1.8;
}
#wrapper-plus .plus-cont .block .txt p.btn {
}
