@charset "utf-8";

/* 会社概要 */
#company iframe {
	width: 100%;
}

#company th {
	width: 20%;
}

/* 投稿 */
#edit h2 {
	padding: 9px 10px 7px;
	text-shadow: 1px 1px 1px #fff, 1px 0 1px #fff, 0 1px 1px #fff, -1px -1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff;
	background: #daf3ff;
	border-radius: 7px;
	box-shadow: 1px 1px 2px #88c8e8;
}
#edit ul,
#edit ol {
	padding: 10px 20px;
	background: #ffffe9;
	border: solid 1px #fdff75;
	border-radius: 7px;
}

#edit li ul,
#edit li ol {
	margin: 0;
	padding: 0 0 10px;
	background: none;
	border: none;
}

#edit li ul li {
	list-style: circle;
}

/* page navigation */
#page-navi {
	clear: both;
	width: 100%;
	height: 30px;
	margin: 5px 0 20px;
}

#page-navi-prev {
	float: left
}

#page-navi-next {
	float: right;
}

#page-navi-number {
	text-align: center;
}

#page-navi-number li {
	display: inline-block;
	list-style: none;
}

#page-navi-number li a {
	display: inline-block;
	padding: 0 5px;
	background: #e7e7e7;
}

@media only screen and (max-width: 700px) {
	#page-navi-number::before {
		display: block;
		content: ' ';
		clear: both;
		margin: 0;
		padding: 0;
	}

	#page-navi-number li {
		margin: 20px 5px;
	}
}

#relation-list,
#profile {
	margin-top: 80px !important;
	padding: 20px;
	border: 1px solid #999;
	border-radius: 12px;
}

#relation-list h2,
#profile h2 {
	margin: 0 0 20px;
	padding: 0 0 10px;
	background: none;
	border-bottom: 1px dotted #999;
	box-shadow: none;
}

#relation-list section,
#profile section {
	margin: 20px 0 0;
}

#profile figure {
	float: left;
	margin: 0 10px 10px 0;
}