@charset "UTF-8";

#main #single_content {
	margin: 0;
	line-height: 1.8;
}


#main #single_content h2 {
	margin: 2em 0 1em 0;
	padding: 0.2em 0.5em;
	font-size: 105%;
	font-weight: bold;
	border-style: dotted solid;
	border-color: #bbb #0950a6;
	border-width: 0 0 1px 5px;
	background: transparent;
	-pie-background: transparent;
	line-height: 1.3;
}

#main #single_content h2:before {
	content: '';
}


#main #single_content h3 {
	margin: 2em 0 0.5em 0;
	padding: 0.4em 0.5em;
/*	border-bottom: dotted 1px #bbb; */
	background-color: #e9eff4;
	font-weight: bold;
	font-size: 100%;
	line-height: 1.3;
}

#main #single_content p {
	margin: 1.3em 0;
}

#main #single_content ul,
#main #single_content ol {
	margin: 1.3em 0;
	padding: 0 0 0 2em;
	list-style-type: disc;
}

#main #single_content ol {
	list-style-type: decimal;
}

#main #single_content ul li,
#main #single_content ol li {
	margin: 0.4em 0;
	padding: 0;
	line-height: 1.4;
}

#main #single_content table {
	margin: 1.3em 0;
	padding: 0;
}

#main #single_content table caption {
	text-align: left;
	font-weight: bold;
}

#main #single_content table th,
#main #single_content table td {
	margin: 0;
	padding: 0.4em 1em;
	border: solid 1px #ccc;
	line-height: 1.4;
	font-size: 92%;
}

#main #single_content table th {
	background-color: #e9eff4;
	padding: 0.2em 1em;
}

#main #single_content img {
	border: solid 1px #ccc;
}

#main #single_content iframe {
	display: block;
	margin: 0 auto;
}


#main .page_nav ul {
	clear: both;
	margin: 2.5em 10% 1.5em 10%;
	overflow: hidden;
}

#main .page_nav ul li {
	float: left;
	width: 49%;
	text-align: center;
}

#main .page_nav ul li.next {
	float: right;
}

#main .page_nav ul li a {
	display: block;
	padding: 0.5em 1em;
}

#main .page_nav ul li a:hover {
	background-color: #d8eeff;
}


#main .page_aside ul {
	margin: 0.5em 1.5em 1em 0.6em;
	overflow: hidden;
}

#main .page_aside ul li a {
	display: block;
	margin: 0;
	padding: 0.3em 0 0.3em 16px;
	background: url(../img/link_arrow.png) no-repeat 0 8px;
	_zoom: 1;
}

#main .page_aside ul li a:hover {
	background: #d8eeff url(../img/link_arrow.png) no-repeat 4px 8px;
}


#main .socials {
	margin: 0;
	padding: 0;
	overflow: hidden;
	_zoom: 1;
}

#main .socials li {
	float: right;
	width: 130px;
	height: 21px;
	margin-top: 4px;
	overflow: hidden;
}

#main .socials li.twitter {
	width: 120px;
}

#main .socials li.google_plus {
	width: 90px;
}

.fb-comments,
.fb-comments iframe,
.fb-comments span {
	width:100% !important;
}


/* カスタムメニュー */
#main #single_content .menu {
	list-style: none;
	margin: 1em;
	padding: 0;
}

#main #single_content .menu li a {
	display: block;
	margin: 0;
	padding: 0.3em 0 0.3em 18px;
	background: url(../img/aside_arrow.png) no-repeat 0 8px;
}

#main #single_content .menu li a:hover {
	background: #d8eeff url(../img/aside_arrow.png) no-repeat 2px 8px;
}

#main #single_content .menu li ul {
	margin: 0;
	list-style: none;
}


/* お問い合わせ */
#main #single_content .wpcf7-form {
	
}

#main #single_content .wpcf7-form table {
	width: 100%;	
}

#main #single_content .wpcf7-form table td,
#main #single_content .wpcf7-form table th {
	padding: 0.5em 1em;
	vertical-align: top;
	text-align: left;
}

#main #single_content .wpcf7-form table tr.require th {
	width: 11em;
	/width: 14em;
	background: #e4ebf2 url(../img/require.gif) no-repeat right 0.4em;
}

#main #single_content .wpcf7-form table td input,
#main #single_content .wpcf7-form table td textarea {
	width: 95%;
	/width: 90%;
}

#main #single_content .wpcf7-form table td .wpcf7-list-item input {
	width: auto;
}

#main #single_content .wpcf7-form .agree {
	text-align: center;
}

#main #single_content .wpcf7-form .buttons {
	text-align: center;
}

#main #single_content .wpcf7-form .wpcf7-submit {
	width: 12em;
}