@charset "UTF-8";

/* ------ topic path ------ */
#topicPath {
	padding: 4px 8px;
	padding: 0.5vw 1.1vw;
}
#topicPath li {
	display: inline;
	vertical-align: middle;
	margin-right: 0px;
	margin-right: 0;
	padding: 0 8px 0 0;
	padding: 0 1.1vw 0 0;
	background: url(/common/images/bg_topicpath_01.gif) no-repeat right center;
	font-size: 79%;
	/*font-family: sans-serif;*/
	letter-spacing: -0.5px;
	letter-spacing: -0.1vw;
}
#topicPath li.current {
	background: none;
}
#topicPath li img {
	vertical-align: middle;
	line-height: 1;
}

/* ------ headSection ------ */
.headSection {
	margin: 19px auto 0;
	margin: 2.5vw auto 0;
}
.headSection .topicSubMenu {
	margin: 0 auto 0;
	overflow: hidden;
}
.headSection .topicSubMenu ul li {
	display: inline-block;
	vertical-align: top;
	width: 247px;
	width: 33.0vw;
	height: 57px;
	height: 7.6vw;
	margin: 0 0 0 3px;
	margin: 0 0 0 0.4vw;
	background: #eeeeee;
}
.headSection .topicSubMenu ul li:first-child {
	margin: 0;
}
.headSection .topicSubMenu ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 20px;
	font-size: 2.7vw;
	font-weight: bold;
	line-height: 57px;
	line-height: 7.6vw;
	color: #000;
	text-align: center;
}
.headSection .topicSubMenu ul li.on a {
	color: #888888;
}

.headSection .innerBlock {
	margin: 50px auto 0;
	margin: 6.7vw auto 0;
	width: 710px;
	width: 100%;
}
.headSection .ttl {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.headSection .ttl p {
	font-size: 28px;
	font-size: 3.7vw;
	font-weight: bold;
	width: 100%;
	padding-right: 0;
}
.headSection .ttl p a {
	color: #000!important;
}
.headSection .ttl h1 {
	font-size: 25px;
	font-size: 3.3vw;
}
.headSection .ttl h1 a {
	color: #000!important;
}
.headSection .naviLink {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.headSection .naviLink a {
	display: block;
	float: right;
	font-size: 20px;
	font-size: 2.7vw;
	line-height: 26px;
	line-height: 3.5vw;
	color: #000;
}
.headSection .naviLink a img {
	width: 26px;
	width: 3.5vw;
	height: auto;
	margin: 0 0 0 6px;
	margin: 0 0 0 0.8vw;
}

/* ------ .pickupArea ------ */
#contents .pickupArea  {
	width: 706px;
	width: 94.1vw;
	border: #cccccc 2px solid;
	border: #cccccc 0.3vw solid;
}
#contents .pickupArea h3 {
	height: 88px;
	height: 11.7vw;
	font-size: 36px;
	font-size: 4.8vw;
	line-height: 88px;
	line-height: 11.7vw;
	letter-spacing: 0.05em;
	font-weight: bold;
	text-indent: 30px;
	text-indent: 4.0vw;
	background: #eaeaea;
	border-bottom: #e2e2e2 2px solid;
	border-bottom: #e2e2e2 0.3vw solid;
}


#contents .share {
	margin: 98px auto 0;
	margin: 13.1vw auto 0;
}
#contents .share h3 {
	text-align: center;
	font-size: 26px;
	font-size: 3.5vw;
	letter-spacing: 0.05em;
	font-weight: bold;
	font-family: -apple-system, 'Open Sans', Sans-Serif;
}
#contents .snsList {
	margin: 28px auto 0;
	margin: 3.7vw auto 0;
}
#contents  .snsList ul {
	text-align: center;
}
#contents .snsList ul li {
	vertical-align: top;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
	margin: 0 15px;
	margin: 0 2.0vw;
	width: 92px;
	width: 12.3vw;
}
#contents .snsList ul li img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 767px) {
    #contents {
        padding: 0;
    }
}


/* ------ note ------ */

.indent {
	padding-left:1.5em; text-indent:-1em;
	margin-bottom: 8px;
}

.mb15 {margin-bottom: 15px;}
.mb30 {margin-bottom: 30px;}