.section-link-button {
	white-space: nowrap;
	text-indent: 101%;
	overflow: hidden;
}

/*  reset
************************************************************/

html,
body,
div,
a,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Arial,Helvetica,sans-serif;
	overflow: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ul,
ol {
	list-style: none;
}

img {
	vertical-align: top;
}

/*
共通ヘッダー
************************************************************/

.header {
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 32px;
	padding: 5px 5px;
	border: solid 1px #E3E3E0;
	border-right: 0;
	border-left: 0;
	background-color: white;
}

.header .ic-amb {
	display: inline-block;
	width: 74px;
	height: 24px;
	vertical-align: bottom;
	background: url("http://stat100.ameba.jp/blog/img/ico/ico.blog.x2.1.3.png") no-repeat -460px -346px;
	-webkit-background-size: 750px auto;
	background-size: 750px auto;
	float: left;
}

.header .header-logo {
	overflow: hidden;
}

/*  SNS share
************************************************************/

.snsShare {
	width: 100%;
	padding: 15px 0;
	background: #dddddd;
}

.snsShare ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	margin: 0 auto;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 240px;
}

.snsShare__btn {
	line-height: 0;
}

.include-ex-linkBtn {
	width: 394px;
	border: 1px solid #dddddd;
	margin: 0 auto;
	padding: 28px 0;
}

.include-ex-linkBtn__lead {
	margin: 0 0 15px 0;
	font-size: 14px;
}

.include-ex-linkBtn__lead a {
	color: #4290c6;
}

.ex-linkBtn li {
	display: inline;
}

.ex-linkBtn li:first-child {
	margin-right: 6px;
}

.ex-linkBtn__btn {
	font: normal normal normal 11px/18px 'Helvetica Neue',Arial,sans-serif;
	font-weight: 500;
	position: relative;
	width: 80px;
	height: 20px;
	text-decoration: none !important;
	white-space: nowrap;
	cursor: pointer;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	font-size: 10px;
	display: inline-block;
	text-align: center;
}

.tweetBtn {
	letter-spacing: -1px;
	background-color: #48aadc;
}

.tweetBtn:focus,
.tweetBtn:hover,
.tweetBtn:active {
	background-color: #0c7abf;
}

.tweetBtn:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
}

.tweetBtn i {
	position: absolute;
	top: 4px;
	left: 10px;
	width: 16px;
	height: 16px;
	background: transparent url(http://stat100.ameba.jp/ameblo/sp/img/externalLinkButton/ext_link_button_icon_twitter.png) 0 0 no-repeat;
	-webkit-background-size: 14px auto;
	background-size: 14px auto;
}

.tweetBtn span {
	display: inline-block;
	*display: inline;
	color: #FFF;
	zoom: 1;
	vertical-align: middle;
	position: absolute;
	top: 1px;
	left: 29px;
}

.fbShareBtn {
	background-color: #405a94;
}

.fbShareBtn:focus,
.fbShareBtn:hover,
.fbShareBtn:active {
	background-color: #5b7bd5;
	background-color: linear-gradient(#5b7bd5, #4864b1);
	border-color: #5874c3 #4961a8 #41599f;
	-webkit-box-shadow: inset 0 0 1px #607fd6;
	box-shadow: inset 0 0 1px #607fd6;
}

.fbShareBtn i {
	position: absolute;
	top: 4px;
	left: 16px;
	width: 7px;
	height: 12px;
	background: transparent url(http://stat100.ameba.jp/ameblo/sp/img/externalLinkButton/ext_link_button_icon_facebook.png) 0 0 no-repeat;
	-webkit-background-size: 6px auto;
	background-size: 6px auto;
}

.fbShareBtn span {
	display: inline-block;
	*display: inline;
	color: #FFF;
	zoom: 1;
	vertical-align: middle;
	padding: 0;
	position: absolute;
	top: 2px;
	left: 30px;
}

/*  global footer 基本触らない
************************************************************/

.footerNav {
	text-align: center;
	padding: 10px 0;
	background: #fefefe;
}

.footerNav ul,
.footerNav li {
	display: inline;
}

.footerNav li {
	margin: 0 5px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #999;
	font-size: 12px;
}

.footerNav li:last-child {
	margin: 0;
	padding: 0;
	border-right: none;
}

.footerNav li a {
	color: #666;
}

.global_footer {
	width: 100%;
}

/*フッター背景色上書き*/

.global_footer,
#amb_footer,
#amb_copyright {
	background-color: #fefefe !important;
}

/*  adcross
************************************************************/

.adContainer {
	width: 320px;
	height: 98px;
	margin: 0 auto;
}

.adContainer img {
	width: 320px;
	height: 98px;
}

#debug {
	position: fixed;
	top: 45px;
	left: 15px;
}

.wrap {
	width: 320px;
	color: #4c340a;
	background-color: #fffeee;
	-webkit-background-size: 32px 32px;
	background-size: 32px 32px;
}

.cpn-header {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 28px;
	text-align: right;
	background: url(../img/bg_01.jpg) no-repeat center top;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}

.cpn-header:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 25px;
	background: url(../img/header_shape.png) no-repeat center bottom;
	-webkit-background-size: cover;
	background-size: cover;
}

.cpn-header__title {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 36px 19px 0 0;
	height: 205px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}

.section {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}

.section + .section:before {
	content: "";
	display: block;
	margin: 28px auto;
	width: 304px;
	height: 17px;
	background: url(../img/line.png) no-repeat center center;
	-webkit-background-size: contain;
	background-size: contain;
}

.section-title {
	padding-bottom: 20px;
}

.section-text--question {
	font-size: 18px;
	line-height: 1.38889;
}

.section-photo {
	min-height: 160px;
	margin-bottom: 20px;
	background: url(../img/hatena.png) no-repeat center center;
	-webkit-background-size: 187px auto;
	background-size: 187px auto;
}

.section-link-button {
	margin-top: 20px;
	display: inline-block;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 280px;
	height: 44px;
	vertical-align: middle;
	background: url(../img/text_01.png) no-repeat center center #f99200;
	-webkit-background-size: 165px auto;
	background-size: 165px auto;
	-webkit-box-shadow: 0 5px 0 #c47300;
	box-shadow: 0 5px 0 #c47300;
}

.section-link-button:active {
	margin-top: 24px;
	margin-bottom: -4px;
	-webkit-box-shadow: 0 1px 0 #c47300;
	box-shadow: 0 1px 0 #c47300;
}

.section-pict {
	padding: 20px 0 32px;
}

.summary {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 32px 17px;
	color: #666;
	font-size: 12px;
	line-height: 1.64286;
	text-align: left;
	background-color: #f7f6f2;
}

.summary-title {
	padding-bottom: 15px;
	border-bottom: 1px solid #e0e0de;
	color: #ff5075;
	text-align: center;
}

.summary__inner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 2px;
}

.summary-subtitle {
	margin-top: 20px;
	margin-bottom: 15px;
	color: #333;
	font-weight: bold;
	line-height: 1;
}

.summary-subtitle:before {
	content: "";
	display: inline-block;
	margin-right: 8px;
	width: 10px;
	height: 10px;
	background-color: #f99200;
}

.summary-list {
	margin-top: -3px;
	margin-bottom: -3px;
}

.summary-list__item {
	padding-left: 1em;
	text-indent: -1em;
}

.wakita-book {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 12px 15px;
	width: 290px;
	background: url(../img/houganshi.png) repeat center top;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
}

.wakita-book__inner {
	display: table;
}

.wakita-book-cell {
	display: table-cell;
	vertical-align: middle;
}

.wakita-book-pict {
	margin-right: 10px;
}

.wakita-book-label {
	display: inline-block;
	margin: 0 0 8px;
	padding: 0 11px;
	-webkit-border-radius: 21px;
	border-radius: 21px;
	color: #fff;
	font-size: 12px;
	line-height: 21px;
	background-color: #fe6887;
}

.wakita-book-text {
	color: #333;
	font-size: 12px;
}

.wakita-book-text__link {
	color: #3970b5;
	font-size: 14px;
	line-height: 1.3;
}

.wakita-book-text__link:link,
.wakita-book-text__link:visited,
.wakita-book-text__link:hover,
.wakita-book-text__link:active {
	color: #3970b5;
}


/*# sourceMappingURL=style.css.map */
