/*
Theme Name: Fine's TMP1
Template: twentyten
Version: 1.0
Description: 基本レイアウトテンプレート
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}




/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family:	Helvetica Neue,
								Helvetica,
								Arial,
								"ヒラギノ角ゴ Pro W3",
								"Hiragino Kaku Gothic Pro",
								"ＭＳ Ｐゴシック",
								sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}
input[type="submit"] {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}
pre {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}
code {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}










/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #777;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #777;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 0 0 30px;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	margin: 0;
	padding: 20px;
	border: 1px solid #ccc;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #777;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #777;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type="submit"] {
	color: #333;
}
#respond {
	border-top: 1px dotted #ccc;
	margin: 24px 0;
	padding: 30px 0 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #777;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
	text-align: center;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 30px 0;
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}

/* Footer widget areas */
#footer-widget-area {
}





/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}





/* --------------------------------------------------------------
カスタマイズ
-------------------------------------------------------------- */
/* 設定
-------------------------------------------------------------- */
body {
	line-height: 1.4;
	background: url(./images/body_bg.png) repeat center top;
}

table {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}
table th,
table td {
	padding: 5px;
	border: 1px solid #e0e0e0;
}
table th {
	background: #fffdfc;
}
table td {
	background: transparent;
}
p {
	margin: 0 0 15px;
}

img {
	vertical-align: bottom;
}

/* クラス
-------------------------------------------------------------- */
/* clearfix */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	zoom:1;
}

/* font color */
.red {
	color: #ff7b00;
}
.red_bold {
	color: #ff7b00;
	font-weight: bold;
}
.sub_red {
  color: #8dc73f;
}

/* link area */
.link_area {
	text-align: right;
	margin: 0 0 0 auto;
  display: block;
}
.link_area a {
	margin: 0;
  padding: 5px 15px 5px 30px;
  line-height: 2;
  text-align: left;
  font-size: 12px;
  background: url(./images/arrow2.png) no-repeat 15px center #ccc7ba;
  border-radius: 15px;      /* CSS3草案 */
  -webkit-border-radius: 15px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 15px; /* Firefox用 */
  behavior: url(/wp-content/themes/twentyten-child/PIE/PIE.htc);
}
.link_area a:link,
.link_area a:visited {
  color: #333;
  text-decoration: none;
}
.link_area a:hover,
.link_area a:active {
  color: #333;
  background-color: #fafaf5;
}

/* 注目 */
.attention {
	padding: 5px 10px;
	background: url(./images/attenttion_icon.png) no-repeat 10px 10px #F2E0C8;
	display: inline-block;
}
.attention_inner {
	margin: 0 0 0 38px;
	padding: 7px 10px 3px;
}
.attention .title {
	padding: 0 0 5px;
	color: #333;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #ccc;
}

/* 備考 */
.notes {
	margin: 0 0 30px;
	padding: 5px 10px;
	border: 1px solid #ffae00;
	border-radius: 4px;			/* CSS3草案 */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;	/* Firefox用 */
	background: url(images/notes_icn.png) no-repeat 10px center #fff7db;
  behavior: url(/wp-content/themes/twentyten-child/PIE/PIE.htc);
}
.notes_inner {
	margin: 0 0 0 38px;
	padding: 7px 10px 3px;
}
.notes_inner p:last-child {
	margin: 0;
}


/* 角丸 */
.radiusBox {
	border-radius: 4px;			/* CSS3草案 */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;	/* Firefox用 */
  behavior: url(/wp-content/themes/twentyten-child/PIE/PIE.htc);
}

/* align */
.ta_c {
	text-align: center;
}
.ta_l {
	text-align: left;
}
.ta_r {
	text-align: right;
}


/* float */
.fl_l {
	float: left;
}
.fl_r {
	float: right;
}
img.fl_l {
	margin: 0 20px 20px 0;
}
img.fl_r {
	margin: 0 0 20px 20px;
}


/* margin */
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}


/* list_style1 */
.list_style1 {
	margin: 0 20px 20px;
	padding: 0;
}
.list_style1 li {
	margin: 0 0 5px;
	padding: 0 0 0 20px;
	background: url(./images/arrow5.png) no-repeat left 3px;
	list-style: none;
	font-weight: bold;
}

/* table_style1 */
.table_style1 th,
.table_style1 td {
	border: 1px solid #888;
}
.table_style1 th {
	background-color: transparent;
}


/* table_style2 */
#wrapper .table_style2 {
	border: 0;
}
#wrapper .table_style2 th,
#wrapper .table_style2 td {
	border: 0;
	background: none
}
#wrapper .table_style2 th {
	padding-right: 0;
	padding-left: 0;
}
#wrapper .table_style2 td {
	padding-right: 0;
}




/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body,
input,
textarea {
	color: #666;
	font-size: 13px;
	line-height: 1.6;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}

a:link,
a:visited {
	color: #eb5c02;
  text-decoration: none;
}
a:active,
a:hover {
  text-decoration: underline;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* 全体レイアウト
-------------------------------------------------------------- */
/* The main theme structure */
#site-description p,
#header_inner,
#access .menu-header,
div.menu,
#main,
.footer_inner,
.breadcrumbs_inner,
#toppage_top_widget {
	margin: 0 auto;
	width: 1000px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}



/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	width: 710px;
	float: left;
	margin: 0;
}
.page-template-onecolumn-page #container {
	width: 100%;
	float: none;
}


#content {
	margin: 0;
}
#primary,
#secondary {
	float: right;
	width: 250px;
}
#secondary {
	clear: left;
}
#footer {
	clear: both;
	width: 100%;
}





/* Header
-------------------------------------------------------------- */
#header {
	background-color: transparent;
	padding: 20px 0 0;
}
#header #header_inner {
	position: relative;
}
#site-description {
	margin: 0 0 30px;
	padding: 7px 0;
	text-align: right;
	background-color: #d9d7ca;
}
#site-description p {
	margin: 0 auto;
	line-height: 1;
	font-size: 90%;
	display: block;
}

#site-title {
	margin: 0 auto 30px;
	padding: 0;
}
#site-title span {
	width: 305px;
	height: 99px;
	display: block;
	margin: 0 auto;
}
#site-title a {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/logo.png) no-repeat left top;
}


/* ウィジェット */
#header .widget-container {
	width: 300px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}

#header_bottom-widget-area .widget-container {
	margin: 0;
}
#header .widget-container .header_navi ul {
	margin: 0;
	padding: 0;
}
#header .widget-container .header_navi ul li {
	margin: 0 20px 0 0;
	float: left;
	text-align: center;
	list-style: none;
}
#header .widget-container .header_navi ul li:last-child {
	margin-right: 0;
}
#header .widget-container .header_navi ul li a {
	padding: 0 0 0 24px;
	font-weight: bold;
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
}
#header .widget-container .header_navi ul li a:link,
#header .widget-container .header_navi ul li a:visited {
	color: #333;
}
#header .widget-container .header_navi ul li a:hover {
	text-decoration: none;
}
#header .widget-container .header_navi ul li img {
	vertical-align: middle;
}
#header .widget-container .header_navi ul li.blog a { background-image: url(./images/header_icon1_off.png); }
#header .widget-container .header_navi ul li.blog a:hover { background-image: url(./images/header_icon1_on.png); }
#header .widget-container .header_navi ul li.contact a { padding-left: 30px; background-image: url(./images/header_icon2_off.png); }
#header .widget-container .header_navi ul li.contact a:hover { padding-left: 30px; background-image: url(./images/header_icon2_on.png); }
#header .widget-container .header_navi ul li.access a { padding-left: 28px; background-image: url(./images/header_icon3_off.png); }
#header .widget-container .header_navi ul li.access a:hover { padding-left: 28px; background-image: url(./images/header_icon3_on.png); }



/* gnavi
-------------------------------------------------------------- */
#access {
	display: block;
	margin: 0 auto;
	padding: 0;
	clear: both;
	background-color: transparent;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	border-left: 1px solid #d9d9d9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#access .menu-header #menu-gnavi {
	width: 100%;
	margin: 0 auto;
}
#access .menu-header li,
div.menu li {
	width: 14.285714%;
	float: left;
	position: relative;
	background-color: transparent;
	text-align: center;
	font-size: 15px;
  font-family:  Didot,
                Didot LT STD,
                Hoefler Text,
                Garamond,
                Times New Roman,
                "ヒラギノ明朝",
                "HiraMin",
                "HG明朝E",
                "ＭＳ Ｐ明朝",
                "MS PMincho",
                "MS 明朝",
                serif;
}
#access a {
	color: #3d3d3d;
	display: block;
	line-height: 1.4;
	padding: 0 10px;
	text-decoration: none;
	font-weight: bold;
}

#access ul li a {
	margin: 0;
	padding: 3px 0;
	display: block;
	border-right: 1px solid #d9d9d9;
}

#access ul ul li a {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: 0;
	overflow: visible;
	background: none;
}

#access ul ul {
	width: 200px;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	float: left;
	z-index: 99999;
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#wrapper #access ul ul li {
	width: 100%;
	text-align: left;
	border-bottom: 1px dotted #ccc;
}
#wrapper #access ul ul li:last-child {
	border-bottom: 0;
}
#wrapper #access ul ul ul {
	left: 100%;
	top: 0;
}
#wrapper #access ul ul a {
	width: 100%;
	line-height: 1em;
	padding: 10px;
	height: auto;
	background: none;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#wrapper #access ul a:link,
#wrapper #access ul a:visited {
	color: #3d3d3d;
}
#wrapper #access ul a:hover,
#wrapper #access ul a:active {
	background-color: #f7f5f1;
}
#wrapper #access ul ul a:link,
#wrapper #access ul ul a:visited {
	color: #333;
}
#wrapper #access ul ul :hover > a,
#wrapper #access ul ul li.current_page_item a:hover {
	background: #fafaf5;
}
#wrapper #access ul li:hover > ul {
	display: block;
}
#wrapper #access ul ul li.current_page_item > a {
	color: #fff;
	background: #003f74;
}

#access .menu:before,
#access .menu:after {
	content:"";
	display:table;
}
#access .menu:after {
	clear:both;
}
#access .menu {
	zoom:1;
}



/* breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs .breadcrumbs_inner {
	padding: 30px 0;
	text-align: left;
}
.breadcrumbs .breadcrumbs_inner .arrow {
	padding: 0 5px;
}


/* header_bottom-widget-area
-------------------------------------------------------------- */
.header_bottom-widget-area .widget-container {
  margin-bottom: 0;
}

/* main visual */
#mainvisual {
	margin: 0 0 50px;
	padding: 30px 0 0;
}
#mainvisual_inner {
	width: 1000px;
	margin: 0 auto;
}

#mainvisual li img {
	box-shadow: #000 0 0 0;
  behavior: url(/wp-content/themes/twentyten-child/PIE/PIE.htc);
}


/* =primary
-------------------------------------------------------------- */
/* サイドウィジェット　共通スタイル設定 */
#primary .widget-container {
	margin: 0 0 30px;
}
#primary .widget-container h3 {
  margin: 0 0 10px;
  padding: 10px 0;
  text-align: center;
  border: 0;
  font-size: 90%;
}
#primary .widget-container ul {
  margin: 0;
  padding: 0 10px 20px;
}
#primary .widget-container ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #ccc;
  list-style: none;
}
#primary .widget-container ul li a {
  margin: 0;
  padding: 8px 15px 8px 20px;
  background: url(./images/arrow1.png) no-repeat 5px center;
  display: block;
}
#primary .widget-container ul li a:hover,
#primary .widget-container ul li.current-cat a:hover {
  background-color: #f6f6f6;
}
#primary .widget-container ul li.current-cat > a {
	font-weight: bold;
}

#primary .widget-container ul ul {
  margin: 0 0 10px 10px;
}
#primary .widget-container ul ul li {
  padding: 0;
  border-bottom: 1px dotted #eee;
}
#primary .widget-container ul ul li a {
  padding: 3px 0 3px 15px;
  background: url(./images/arrow2.png) no-repeat 5px center;
}

#primary .widget-container ul li a:link,
#primary .widget-container ul li a:visited {
  color: #666;
}



/* コンテンツメニュー */
#main #primary .widget_nav_menu {
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	background-color: transparent;
	border: 0;
  border-radius: 0; /* CSS3草案 */
  -webkit-border-radius: 0; /* Safari,Google Chrome用 */
  -moz-border-radius: 0;  /* Firefox用 */
  behavior: url(/wp-content/themes/twentyten-child/PIE/PIE.htc);
}
#main #primary .widget_nav_menu h3 {
	margin: 0 auto;
	padding: 12px 0 10px 45px;
  border: 0;
  color: #333;
  font-size: 14px;
  text-align: left;
	background: url(./images/side_menu_h.png) no-repeat 15px center #F7F5F1;
}
#main #primary .widget_nav_menu .menu-side_navi-container {
	margin: 0;
	padding: 0;
	border-right: 1px solid #F7F5F1;
	border-bottom: 1px solid #F7F5F1;
	border-left: 1px solid #F7F5F1;
}
#main #primary .widget_nav_menu .menu-side_navi-container ul {
	margin: 0;
	padding: 0 0 10px;
  border: 0;
}
#main #primary .widget_nav_menu .menu-side_navi-container ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #eee;
}

#main #primary .widget_nav_menu .menu-side_navi-container ul li a {
	margin: 1px 0;
	padding: 10px 0 10px 35px;
	display: block;
	background: url(./images/arrow1.png) no-repeat 19px center;
	font-weight: bold;
	line-height: 1;
}
#main #primary .widget_nav_menu .menu-side_navi-container ul li a:link,
#main #primary .widget_nav_menu .menu-side_navi-container ul li a:visited {
	color: #333;
}
#main #primary .widget_nav_menu .menu-side_navi-container ul li a:hover,
#main #primary .widget_nav_menu .menu-side_navi-container ul li a:active,
#main #primary .widget_nav_menu .menu-side_navi-container ul li.current_page_item > a:hover {
	background-color: #f6f6f6;
	text-decoration: none;
}

#main #primary .widget_nav_menu .menu-side_navi-container ul li.current_page_item > a {
	color: #888;
}



/* カテゴリー　アーカイブ　新着情報　共通指定 */
#primary .widget_categories,
#primary .widget_archive,
#primary .widget_recent_entries {
  padding: 0;
  background-color: transparent;
  border: 1px solid #ccc;
}
#primary .widget_categories h3,
#primary .widget_archive h3,
#primary .widget_recent_entries h3 {
  margin: 0 0 10px;
  padding: 10px 0;
  text-align: center;
  color: #333;
  border: 0;
  border-bottom: 1px solid #ccc;
  font-size: 90%;
  background-color: #fafafa;
}


/* カテゴリー　個別指定 */


/* アーカイブ　個別指定 */
#primary .widget_archive {
  text-align: center;
}
#primary .widget_archive select {
	margin: 0 0 10px;
}

/* 新着情報　個別指定 */
#primary .widget_recent_entries span.post-date {
    display: block;
    font-size: 10px;
    text-align: right;
}


/* バナー */
#primary div.widget_sp_image {
	margin: 0 auto 15px;
	padding: 0;
	border: 0;
}



/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	padding: 0;
}

#main:before,
#main:after {
	content:"";
	display:table;
}
#main:after {
	clear:both;
}
#main {
	zoom:1;
}

#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	color: #666;
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}

.page-title {
	margin: 0 0 36px 0;
  padding: 0 0 5px;
  font-size: 11px;
  color: #888;
  border-bottom: 1px solid #ccc;
}
.page-title span {
	color: #333;
	font-size: 14px;
  font-weight: bold;
}

.entry-meta {
	color: #777;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0;
}

.entry-summary {
  margin-right: 10px;
  margin-left: 10px;
}
.single .entry-content{
  margin-right: 10px;
  margin-left: 10px;
}

#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #777;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	line-height: 48px;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: none;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #777;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* ユーティリティ　共通設定 */
#content .entry-utility {
	margin: 0 0 20px;
	padding: 10px;
	background-color: #fafafa;
	line-height: 1.8;
}
#content .entry-utility .fl_l {
	width: 30%;
}
#content .entry-utility .fl_r {
	width: 70%;
}
#content .entry-utility .time {
	margin-right: 20px;
	padding: 0 0 0 17px;
	background: url(./images/icon_day.png) no-repeat left center;
	color: #333;
	font-weight: bold;
  font-size: 90%;
}
#content .entry-utility .author {
	margin-right: 20px;
	padding: 0 0 0 15px;
	background: url(./images/icon_writer.png) no-repeat left center;
}
#content .entry-utility .author {
	margin-right: 20px;
	padding: 0 0 0 15px;
	background: url(./images/icon_writer.png) no-repeat left center;
}
#content .entry-utility .comments-link {
	margin-right: 20px;
	padding: 0 0 0 17px;
	background: url(./images/icon_comment.png) no-repeat left center;
}
#content .entry-utility .cat-links {
	display: block;
	margin-right: 20px;
	padding: 0 0 0 17px;
	background: url(./images/icon_category.png) no-repeat 2px 5px;
}
#content .entry-utility .tag-links {
	display: block;
	margin-right: 20px;
	padding: 0 0 0 17px;
	background: url(./images/icon_tag.png) no-repeat left 6px;
}


/* 一覧ページ */
.archive #content .entry-title {
	margin: 0;
}

.archive .eye-catch {
	float: left;
	margin: 0 30px 30px 0;
	padding: 5px;
	border: 1px solid #ddd;
}
.archive .eye-catch a {
	display: block;
	background: #fff;
}
.archive .eye-catch a img {
	vertical-align: bottom;
}
.archive .eye-catch a:hover img {
	opacity:0.7;
}

.archive .thumb_box .img_area {
	width: 30%;
	float: left;
}
.archive .thumb_box .img_area a {
	padding: 10px;
	display: block;
}
.archive .thumb_box .img_area a:hover {
	background-color: #eee;
}
.archive .thumb_box .img_area img {
	max-width: 100%;
}
.archive .thumb_box .txt_area {
	width: 65%;
	float: right;
}


/* 詳細ページ */
.single #content .entry-title {
	margin-bottom: 0;
}

.single .eye-catch {
	margin: 0 0 30px;
	padding: 5px;
	text-align: center;
	border: 1px solid #ddd;
}
.single .eye-catch img {
	vertical-align: bottom;
}



/* コンテンツ共通
----------------------------------------------- */
/* コンテンツヘッダー　コンテンツタイトル設定 */
.archive-header,
.page-header,
.entry-header {
	margin: 0 0 30px;
	padding: 0;
	border: 0;
}
.archive-header .archive-title {
	border-bottom: 1px dotted #ccc;
}
.archive-header .archive-title span {
	color: #333;
	font-size: 120%;
	font-weight: bold;
}
.entry-header {
	padding: 20px 10px 15px;
  border: 1px solid #ccc;
	border-radius: 4px;			/* CSS3草案 */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;	/* Firefox用 */
}
.entry-header .entry-title {
	padding: 0 0 5px 10px;
	font-size: 110%;
	border: 0;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 1px;
	color: #333;
	border-bottom: 1px dotted #ccc;
}

#content .entry-title {
	margin-bottom: 50px;
	padding: 30px 20px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3em;
	letter-spacing: 1px;
	background-color: #F7F5F1;
	background-image: none;
}
#content .entry-title span {
  padding: 0 3px 5px;
  display: inline-block;
}

#content h2 {
	margin: 0 0 30px;
	padding: 9px 10px 3px 36px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	background: url(./images/h2_bg.png) no-repeat left top;
}
#content h3 {
	margin: 0 0 30px;
	padding: 0 10px 4px 10px;
	color: #333;
	font-size: 24px;
	font-weight: normal;
}
#content h4 {
	margin: 0 0 10px;
	padding: 10px 0 10px 30px;
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	background: url(./images/h4_bg.png) no-repeat left center;
}


.site-content .entry-content h4 {
  margin: 0 0 20px;
  padding: 0;
  color: #333;
  font-size: 120%;
}
.site-content .entry-content h5 {
  margin: 0 0 10px;
  padding: 0;
  color: #333;
  font-size: 100%;
}

.entry-header .entry-title a:link,
.entry-header .entry-title a:visited {
	text-decoration: underline;
}
.entry-header .entry-title a:hover {
	text-decoration: none;
}

.entry-content table caption,
.comment-content table caption {
	margin: 0 0 10px;
	padding: 0 0 0 10px;
	font-size: 110%;
	font-weight: bold;
	color: #333;
	background: url(images/arrow3.png) no-repeat left 9px;
}

.tax-treatment_category .entry-meta,
.single-treatment .entry-meta {
	display: none;
}

/* article section block 設定 */
.cont_block {
  margin: 0 0 70px;
}
.cont_block_inner {
  margin: 0 2%;
}

/* ページネイション */
.pagination {
	margin: 0  auto;
	padding: 40px 0 20px;
	clear:both;
	text-align: center;
	font-size: 90%;
}
.pagination .page_txt {
	display: block;
	text-align: left;
}
.pagination a,
.pagination .current {
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	background-color: #666;
	border-radius: 4px;			/* CSS3草案 */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;	/* Firefox用 */
  behavior: url(/wp-content/themes/twentyten-child/PIE/PIE.htc);
}

.pagination a.arrow {
	border: 0;
	background-color: #fff;
	color: #666;
}

.pagination a,
.pagination .current {
	color: #fff;
	border: 1px solid #666;
}
.pagination a:hover{
	color:#fff;
	background: #888;
}
.pagination .current{
	padding:6px 9px 5px 9px;
	background: #fff;
	color: #666;
}



/* =Footer
-------------------------------------------------------------- */
#footer {
	margin: 100px 0 0;
	padding: 50px 0;
	background-color: #f7f5f1;
}
#footer .widget-container {
	margin-bottom: 0;
}
#footer .widget-container h3 {
  margin: 0 0 20px;
  padding: 0;
  color: #333;
	font-size: 24px;
	font-weight: bold;
}

#footer .widget_nav_menu {
	width: 560px;
	margin: 0 0 30px;
	float: right;
	text-align: left;
}

#footer .widget_nav_menu ul {
	width: 100%;
	margin: 0;
  padding: 0;
}
#footer .widget_nav_menu ul:before,
#footer .widget_nav_menu ul:after {
	content:"";
	display:table;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}
#footer .widget_nav_menu ul:after {
	clear:both;
}
#footer .widget_nav_menu ul {
	zoom:1;
}

#footer .widget_nav_menu ul li {
	margin: 0 20px 15px 0;
	float: left;
  list-style: none;
}
#footer .widget_nav_menu ul li a {
  padding: 0 0 0 10px;
  display: block;
  background: url(./images/arrow2.png) no-repeat left center;
}


#footer .widget_nav_menu ul ul {
  padding-bottom: 30px;
  background-color: transparent;
}

#footer .widget_nav_menu ul ul li {
	margin: 0 20px 10px 0;
	padding: 0;
  float: left;
	font-size: 12px;
}
#footer .widget_nav_menu ul ul li a {
	padding: 0 0 0 10px;
	background: url(./images/arrow1.png) no-repeat left center;
  border: 0;
  font-weight: normal;
}
#footer .widget_nav_menu ul ul li a:link,
#footer .widget_nav_menu ul ul li a:visited {
	color: #666;
	text-decoration: none;
}
#footer .widget_nav_menu ul ul li a:hover,
#footer .widget_nav_menu ul ul li a:active {
	text-decoration: underline;
}

#footer .widget_nav_menu ul li.menu-item-has-children {
  font-size: 14px;
  font-weight: bold;
  clear: both;
}
#footer .widget_nav_menu ul > li a {
  text-decoration: none;
  color: #333;
}
#footer .widget_nav_menu ul > li a:hover {
  text-decoration: underline;
}

#footer .widget_nav_menu ul li ul:before,
#footer .widget_nav_menu ul li ul:after {
  content:"";
  display:table;
  overflow:hidden;
  font-size:0.1em;
  line-height:0;
}
#footer .widget_nav_menu ul li ul:after {
  clear:both;
}
#footer .widget_nav_menu ul li ul {
  zoom:1;
}

#footer #text-4 {
	width: 400px;
	float: left;
}

#footer #text-5 {
	width: 560px;
	float: right;
}
#footer #text-5 table {
	width: 100%;
	margin: 0 0 20px;
}
#footer #text-5 table th,
#footer #text-5 table td {
	background-color: transparent;
	border: 1px solid #ccc;
	color: #333;
}
#footer #text-5 table th {
	text-align: left;
}



p.footer_logo {
	margin: 0;
  float: left;
}
p.copy {
	margin: 10px 0 0;
	padding: 50px 0 0;
	text-align: center;
	letter-spacing: 0.05em;
	color: #808080;
  font-size: 12px;
  clear: both;
}

body a#scroll-to-top {
	width: 50px;
	height: 50px;
	background: url(./images/pagetop_off.png) no-repeat left top;
}
body a#scroll-to-top:hover {
	background: url(./images/pagetop_on.png) no-repeat left top;
}



/* 固定ページ
----------------------------------------------- */
/* コンタクトフォーム */
#content .mw_wp_form th,
#content .mw_wp_form td {
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
}
#content .mw_wp_form td input {
	margin: 0;
}
#content .mw_wp_form td label {
	margin-right: 20px;
}
#content .mw_wp_form td label input {
	margin-right: 5px;
}
#content .mw_wp_form tfoot td {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}


/* トップページ */
.home #content .hentry {
  margin-bottom: 0;
}
.home #content .hentry .entry-title {
	display: none;
}

#top_topics_list {
	width: 100%;
	margin: 0;
	padding: 50px 0;
	background-color: #f7f5f1;
}
#top_topics_list .inner {
	width: 1000px;
	margin: 0 auto;
}
#top_topics_list h2 {
	margin: 0 0 30px;
	padding: 0;
	color: #333;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
}
#top_topics_list ul {
	margin: 0;
}
#top_topics_list ul li {
	width: 300px;
	margin: 0 50px 0 0;
	float: left;
	list-style: none;
	border-top: 5px solid #eb5c02;
}
#top_topics_list ul li.last {
	margin-right: 0;
}
#top_topics_list ul li a {
	padding: 0 0 10px;
	display: block;
	background-color: #fff;
}
#top_topics_list ul li a:hover {
	background-color: #F2F2F2;
	text-decoration: none;
}
#top_topics_list ul li span.img {
	margin: 0 0 15px;
	display: block;
}
#top_topics_list ul li span.icon {
	margin: 0;
	text-align: center;
	color: #eb5c02;
	font-size: 10px;
	display: block;
}
#top_topics_list ul li strong.title {
	margin: 0 15px 15px;
	text-align: center;
	color: #333;
	font-size: 14px;
	display: block;
}
#top_topics_list ul li p {
	margin: 0 15px;
	font-size: 12px;
	color: #666;
	display: block;
}

.top_about {
	margin: 0 0 70px;
	background: url(./images/top_about_bg.png) no-repeat center top;
}
.top_about .inner {
	width: 1000px;
	min-height: 400px;
	margin: 0 auto;
	text-align: center;
}
.top_about h2 {
	margin: 0 0 30px;
	padding: 50px 0 0;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
}
.top_about p.description {
	margin: 0 0 100px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	display: block;
}
.top_about .menu_area {
	width: 100%;
	margin: 0;
}
.top_about .menu_area ul {
	width: 550px;
	margin: 0 auto;
	padding: 0;
}
.top_about .menu_area ul li {
	width: 250px;
	margin: 0;
	float: left;
	list-style: none;
}
.top_about .menu_area ul li.last {
	float: right;
	margin-right: 0;
}
.top_about .menu_area ul li a {
	padding: 20px 0;
	display: block;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	background-color: rgba(255, 255, 255, 0.8);
}
.top_about .menu_area ul li a:hover {
	background-color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
}
.top_about .menu_area ul li a span {
	padding-left: 10px;
	background: url(./images/arrow1.png) no-repeat left center;
}


#toppage_bottom_widget .widget_recent_entries {
	width: 1000px;
	margin: 0 auto;
}
#toppage_bottom_widget .widget_recent_entries h3 {
	width: 100%;
	margin: 0 0 40px;
	padding: 0;
	text-align: center;
	color: #333;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
	border: 0;
}
#toppage_bottom_widget .widget_recent_entries ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
#toppage_bottom_widget .widget_recent_entries ul:before,
#toppage_bottom_widget .widget_recent_entries ul:after {
	content:"";
	display:table;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}
#toppage_bottom_widget .widget_recent_entries ul:after {
	clear:both;
}
#toppage_bottom_widget .widget_recent_entries ul {
	zoom:1;
}
#toppage_bottom_widget .widget_recent_entries ul li {
	width: 235px;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
	list-style: none;
}
#toppage_bottom_widget .widget_recent_entries ul li:last-child {
	margin-right: 0;
}
#toppage_bottom_widget .widget_recent_entries ul li a {
	padding: 15px 17px 1px;
	display: block;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
	background-color: #fff;
}
#toppage_bottom_widget .widget_recent_entries ul li a:hover {
	background-color: #f7f7f7;
}
#toppage_bottom_widget .widget_recent_entries ul li .time {
	margin: 0 0 15px;
	display: block;
	color: #888;
	font-size: 12px;
}
#toppage_bottom_widget .widget_recent_entries ul li .title {
	margin: 0 0 15px;
	color: #333;
	display: block;
	font-weight: bold;
}
#toppage_bottom_widget .widget_recent_entries ul li .wp-post-image {
	margin: 0 0 15px;
}
#toppage_bottom_widget .widget_recent_entries ul li p {
	margin: 0 0 10px;
	font-size: 12px;
}
#toppage_bottom_widget .widget_recent_entries ul li .more {
	display: block;
	text-align: right;
	text-decoration: underline;
}


/* ページ共通 */
.contents_page .page_link {
	margin: 0 0 50px;
}
.contents_page .page_link ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
.contents_page .page_link ul li {
	width: 29.3333%;
	margin: 0 2% 20px;
	padding: 0;
	float: left;
	text-align: center;
	list-style: none;
}
.contents_page .page_link ul li a {
	padding: 10px 0 20px;
	color: #333;
	display: block;
	border: 2px solid #ccc;
	background: url(./images/arrow6.png) no-repeat center bottom 10px;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.contents_page .page_link ul li a:hover {
	border-color: #666;
	background-position: center bottom 5px;
}
.txt_bg1 {
	padding: 0 10px;
	background-color: #f6f6f6;
}


/* ページタイトル置換 */
#post-7 .entry-title,
#post-17 .entry-title,
#post-9 .entry-title,
#post-11 .entry-title,
#post-33 .entry-title,
#post-13 .entry-title,
#post-15 .entry-title {
	width: 100%;
	height: 150px;
	padding: 105px 0 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#post-7 .entry-title { background: url(./images/about_page_h.png) no-repeat center top; }
#post-17 .entry-title { background: url(./images/faq_page_h.png) no-repeat center top; }
#post-9 .entry-title { background: url(./images/treatment-concept_h.png) no-repeat center top; }
#post-11 .entry-title { background: url(./images/treatment-policy_h.png) no-repeat center top; }
#post-33 .entry-title { background: url(./images/timing_h.png) no-repeat center top; }
#post-13 .entry-title { background: url(./images/therapy-device_h.png) no-repeat center top; }
#post-15 .entry-title { background: url(./images/cause_h.png) no-repeat center top; }

#post-7 .entry-title span,
#post-17 .entry-title span,
#post-9 .entry-title span,
#post-11 .entry-title span,
#post-33 .entry-title span,
#post-13 .entry-title span,
#post-15 .entry-title span {
	padding: 5px 20px;
	display: inline-block;
	color: #fff;
	font-size: 11px;
	background-color: rgba(0, 0, 0, 0.3);
}


/* 院紹介・スタッフ紹介・アクセス */
#about_page #cont1 .hours_table th,
#about_page #cont1 .hours_table td {
	vertical-align: middle;
}
#about_page .staff_area {
	margin: 0 0 50px;
}
#about_page .staff_area .txt_area {
	width: 400px;
	float: left;
}
#about_page .staff_area .txt_area .post {
	margin: 0 0 15px;
}
#about_page .staff_area .txt_area h3 {
	margin: 0 0 50px;
	font-size: 24px;
  font-weight: normal;
}
#about_page .staff_area .txt_area h3 span {
	margin-left: 20px;
	color: #888;
	font-size: 14px;
  font-family:  Didot,
                Didot LT STD,
                Hoefler Text,
                Garamond,
                Times New Roman,
                "ヒラギノ明朝",
                "HiraMin",
                "HG明朝E",
                "ＭＳ Ｐ明朝",
                "MS PMincho",
                "MS 明朝",
                serif;
}
#about_page .staff_area .txt_area h3 span span {
	margin: 0;
  font-style: italic;
}
#about_page .staff_area .career_area {
	width: 250px;
	float: right;
}
#about_page .staff_area .career_area .img_area {
	margin: 0 0 30px;
}
#about_page .staff_area .career_area .table_style2 caption {
	font-size: 12px;
}
#about_page .staff_area .career_area .table_style2 th,
#about_page .staff_area .career_area .table_style2 td {
	font-size: 11px;
	padding: 0 0 10px;
}
#about_page .staff_area .career_area .table_style2 th {
	width: 25%;
}


#about_page #access_area {
	clear: both;
}

#about_page .img_gallery {
	margin: 0;
	padding: 0;
}
#about_page .img_gallery dt {
	margin: 0 auto 20px;
	padding: 0 0 5px;
	text-align: center;
	border-bottom: 1px solid #dbd3d0;
}
#about_page .img_gallery dd {
	width: 33.3333%;
	margin: 0 0 20px;
	padding: 0;
	float: left;
	text-align: center;
}
#about_page .img_gallery dd span {
	padding: 5px 0 0;
	display: block;
}


/* 治療時期について */
#timing_page #degree .cont_block_inner {
	margin-bottom: 50px;
}
#timing_page #degree h3 {
	padding-top: 10px;
	float: left;
	display: inline-block;
}
#timing_page #degree table.degree_table {
	width: auto;
	clear: left;
}


/* 治療装置の種類 */
#therapy_device_page .device_area {
	margin: 0 0 50px;
	border: 1px solid #ccc;
	padding: 20px;
}
#therapy_device_page .device_area .device {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px dotted #ccc;
}
#therapy_device_page .device_area .device:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
#therapy_device_page .device_area .device .txt_area {
	width: 340px;
	float: right;
}
#therapy_device_page .device_area .device .txt_area table th {
	width: 22%;
}

#therapy_device_page .device_area .device .img_area {
	width: 270px;
	float: left;
}


/* 原因の種類 */
#cause_page table.cause_table th {
	width: 25%;
}

/* よくあるご質問 */
.faq-list {
	margin: 0 0 50px;
}
.faq-list ul {
	margin: 0 30px;
}
.faq-list ul li {
	margin: 0 0 10px;
	padding: 0 0 0 15px;
	list-style: none;
	background: url(./images/icon_faq_q_list.png) no-repeat left center;
}
.faq-content:before {
	content: 'FAQ';
	width: 100%;
	height: 70px;
	padding: 9px 10px 3px 36px;
	line-height: 100px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	background: url(./images/h2_bg.png) no-repeat left top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.single-faq {
	margin: 0 0 40px;
}
#content .single-faq h3.faq-question {
	margin: 0;
	padding: 10px 0 8px 45px;
	background: url(./images/icon_faq_q.png) no-repeat 20px center #f7f5f1;
	border: 0;
}
.single-faq .faq-answer {
	margin: 0;
	padding: 10px 15px 10px 45px;
	background: url(./images/icon_faq_a.png) no-repeat 20px 13px transparent;
}
.single-faq .faq-answer .scroll-back {
	padding: 10px 0;
	text-align: right;
	font-size: 12px;
}
.single-faq .faq-answer .scroll-back a {
	margin: 0 0 0 auto;
	padding: 0 10px;
	display: inline-block;
	text-align: left;
	background: url(./images/arrow4.png) no-repeat left center;
}
.single-faq .faq-answer .scroll-back a:hover {
	background-position: left top;
}



