@charset "utf-8";



/* Common
------------------------------------------------------------- */

#contents_box {
	max-width: 768px;
	margin: 0 auto;
}



/* Footer Fix
------------------------------------------------------------- */

#contents_box {
	padding-bottom: 220px;
	min-height: auto;
}

footer {
	bottom: 0;
}



/* Header
------------------------------------------------------------- */

.header_title {
	background-size: 820px auto;
}

.header_title h1 {
	display: block;
	margin: 0 auto;
	width: 740px;
}

.header_date {
	font-size: 1.2rem;
}


/* PageTop Button
------------------------------------------------------------- */

p.btn_pagetop {
	display: none;
	background-color: transparent;
	z-index: 100;
}

p.btn_pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	color: #fff;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #6ca5c5;
	opacity: 0.7;
	transition: opacity 0.3s;
}

p.btn_pagetop a:hover {
	opacity: 0.9;
	transition: opacity 0.3s;
}

p.btn_pagetop a:after {
	margin-left: -12px;
	top: 38%;
	left: 50%;
	width: 24px;
	height: 24px;
}

p.btn_pagetop a span {
	display: none;
}



/* Title & ContentsBox
------------------------------------------------------------- */

H2 {
	font-size: 2rem;
	line-height: 2.2rem;
}

h3 {
	font-size: 1.3rem;
	line-height: 1.6rem;
}

h4 {
	font-size: 1.1rem;
	line-height: 1.5rem;
}



/* Anchor Link
------------------------------------------------------------- */

h2.pulldown, h2.pullup {
	cursor: auto;
	position: relative;
	padding-right: 45px;
}

h2.pulldown:after, h2.pullup:after {
	display: none;
}

#anchor_box {
	display: block;
	margin: 0 5px 20px 0;
	padding: 5px;
	text-align: right;
}

#anchor_box ul {
	display: block;
	font-size: 0.8rem;
	width: auto;
	border: 0;
	position: relative;
}

#anchor_box ul li {
	display: inline-block;
	margin-left: 0;
	padding: 5px 2px;
	text-align: left;
	width: auto;
	border: 0;
	position: relative;
}

#anchor_box ul li:first-child,	#anchor_box ul li:nth-child(2) {
	border-top: 0;
}

#anchor_box ul li:before {
	content: '|';
	display: inline-block;
	position: absolute;
	left: -0.25rem;
	top: 5px;
}

#anchor_box ul li:after {
	content: '|';
	display: inline-block;
	position: absolute;
	right: -0.25rem;
	top: 5px;
}

#anchor_box ul li:nth-child(n+2):before {
	content: none;
}

#anchor_box ul li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: normal;
	padding: 0 5px;
	color: #666;
	text-decoration: none;
}

#anchor_box ul li a:hover {
	color: #666;
	text-decoration: none;
	background-color: #eee;
}

#anchor_box ul li a:after {
	content: none;
}


/* Text Button
------------------------------------------------------------- */

p.btn_txt {
	text-align: right;
}

p.btn_txt a {
	padding: 6px 12px;
	width: auto;
}



/* Yado
------------------------------------------------------------- */

div.yado_index_list > div {
	width: 32.499999%;
	margin-right: 1.25%;
}

div.yado_index_list > div:nth-child(even) {
	margin-right: 1.25%;
}

div.yado_index_list > div:nth-child(3n) {
	margin-right: 0;
}


.yado_cont_box img.yado_img {
	width: 35%;
}

.yado_cont_box .yado_note {
	width: 63%;
}



