@charset "utf-8";
/* CSS Document */

.p-content {
	float: right;
	width: 720px;
}
.p-content h2 {
	position: relative;
	display: table;
	width: 100%;
	min-height: 44px;
	box-sizing: border-box;
	margin: 0 0 15px;
	padding: 12px 10px 12px 25px;
	border-radius: 5px;
	background-color: #1B6BA4;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 2.0rem;
	line-height: 2.0rem;
}
.p-content h2:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 10px;
	width: 8px;
	height: 28px;
}
.p-content h3 {
	font-weight: bold;
	font-size: 2.0rem;
	line-height: 2.4rem;
	padding: 0 10px 5px;
}
.p-content p {
	line-height: 2.4rem;
	padding: 0 10px 1em;
	clear: both;
}
.p-content p strong {
	font-weight: bold;
}
.p-content ul {
	margin: 0 0 0 25px;
	padding: 0 10px 1em;
}
.p-content ol {
	margin: 0 0 0 30px;
	padding: 0 10px 1em;
}
.p-content ul li {
	list-style-type: disc;
	line-height: 2.4rem;
}
.p-content ol li {
	list-style-type: decimal;
	line-height: 2.4rem;
}
/*image*/
.p-content img.alignleft {
	float: left;
	height: auto;
	margin: 0 10px 1em 0;
}
.p-content img.alignright {
	float: right;
	height: auto;
	margin: 0 0 1em 10px;
}
.p-content img.aligncenter {
	display: block;
	margin: 0 auto;
}
.p-content img.size-full {
	max-width: 100%;
	height: auto;
}
.p-content .wp-caption {
	text-align: center;
	margin: 0 0 1em;
}
.p-content .wp-caption.alignleft {
	float: left;
	margin: 0 0 1em 10px;
}
.p-content .wp-caption.alignright {
	float: right;
	margin: 0 10px 1em 0;
}
.p-content .wp-caption img {
	margin: 0;
}
.p-content .wp-caption .wp-caption-text {
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 2.4rem;
	text-align: center;
}
/*.gallery {margin:0 auto 18px;padding:0 0 25px;}
.gallery .gallery-item {float: left;text-align: center;}
.gallery .gallery-caption {color: #888;font-size: 12px;margin:0;}
.gallery br+br {display: none;}*/

/*anchor*/
.p-content a {
	text-decoration: underline;
	word-break: break-all;
}
.p-content a:hover {
	color: #FF0000;
}

/*whiteBox*/
.p-content .c-whiteBox {
	display: table;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 10px 0;
	margin: 0 0 1em;
	border: #AAAAAA solid 1px;
	background-color: #FFFFFF;
}
.p-content .c-whiteBox p {
	display: inline-black;
}

/*pdf icon*/
.p-content .c-pdf:before {
	content: "";
	display: inline-block;
	position: relative;
	top: 8px;
	width: 40px;
	height: 32px;
	background: url(../img/common/icon_pdf.png) no-repeat left top; 
}

/*prevnext*/
.p-content .p-prevnext {
	display: table;
	width: 100%;
	margin: 0 0 1em;
}

/*button*/
.p-content .c-button, 
.p-content .p-prevnext a {
	display: inline-block;
	padding: 6px 20px;
	margin: 0;
	cursor: pointer;
	border: 1px solid #BBBBBB;
	overflow: visible;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	font-size: 1.4rem;
	text-decoration: none;
	white-space: nowrap;
	color: #555555;
	background-color: #DDDDDD;
	background-image: linear-gradient(top, rgba(255,255,255,1),
                                rgba(255,255,255,0)),
                                url(data:image/png;base64,iVBORw0KGg[...]QmCC);
	transition: background-color .2s ease-out;
	background-clip: padding-box; /* Fix bleeding */
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .3),
                            0 2px 2px -1px rgba(0, 0, 0, .5),
                            0 1px 0 rgba(255, 255, 255, .3) inset;
	text-shadow: 0 1px 0 rgba(255,255,255, .9);
}
.p-content .c-button:hover, 
.p-content .p-prevnext a:hover {
	background-color: #EEEEEE;
	color: #555555;
}
.p-content .c-button:active, 
.p-content .p-prevnext a:active {
	background: #E9E9E9;
	position: relative;
	top: 1px;
	text-shadow: none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
	outline: none;
}

/*iframe*/
.p-content iframe {
	margin: auto;
}


@media screen and (max-width: 979px) {
	.p-content {
		float: none;
		width: auto;
		min-height: auto;
		background: none;
	}
	.p-content img {
		max-width: 100%;
		height: auto;
		margin: auto;
	}
	.p-content h1 img {
		width: 100%;
		margin: 0;
	}
	.p-content img.alignleft,
	.p-content img.alignright,
	.p-content img.size-full {
		float: none;
		display: block;
		text-align: center;
		margin: 0 auto 1em;
	}
	.p-content .wp-caption.alignleft,
	.p-content .wp-caption.alignright {
		float: none;
		margin: 0 auto 1em;
	}
	.p-content .c-pdf img {
		float: left;
		margin: 0 10px 1em 0;
	}
	.p-content .c-whiteBox img {
		margin: auto;
	}
	.p-content iframe {
		max-width: 100%;
		height: 300px;
	}
}

/*@media print {
	.p-content {
		float: none;
		width: auto;
		min-height: auto;
		background: none;
	}
	.p-content img {
		max-width: 100%;
		height: auto;
		margin: auto;
	}
	.p-content h1 img {
		width: 100%;
		margin: 0;
	}
	.p-content img.alignleft,
	.p-content img.alignright,
	.p-content img.size-full {
		float: none;
		display: block;
		text-align: center;
		margin: 0 auto 1em;
	}
	.p-content .wp-caption.alignleft,
	.p-content .wp-caption.alignright {
		float: none;
		margin: 0 auto 1em;
	}
	.p-content .c-pdf img {
		float: left;
		margin: 0 10px 1em 0;
	}
	.p-content .c-whiteBox img {
		margin: auto;
	}
	.p-content iframe {
		max-width: 100%;
		height: 300px;
	}
}*/