/*
Theme Name: Beck
Theme URI: http://sakaiosamu.com/
Template: twentythirteen
Author: Syunmei Shibata
Author URI: http://smount.com/
Description: 境治 公式サイト用のテーマです。
Version: 2.0
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600);

/* Reset-------------------------- */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary {display: block;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {display: none;}
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;}
body {
	font-size: 14px;
	color: #333;
	background: #f0f8ff;
	line-height: 1.7;
	margin: 0;
}
.category-baby {
  background: #ede4e1;
}
a {
	color: #0068b7;
	text-decoration: none;
}
a:visited {color: #0068b7;}
a:focus {outline: thin dotted;}
a:active, a:hover {
	color: #009b9f;
	outline: 0;
}
.category-baby a {
  color: #bd6856;
}
.category-baby a:visited {
  color: #bd6856;
}
.category-baby a:active,
.category-baby a:hover {
  color: #d18d93;
}
.category-baby .sidr ul li a,
.category-baby .sidr ul li span {
  color: #fff !important;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0;
	line-height: 1.3;
}
abbr[title] {border-bottom: 1px dotted;}
b, strong {font-weight: bold;}
mark {
	background: #ff0;
	color: #000;
}
p {margin: 0 0 1em;}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
blockquote, q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
blockquote {
	font-size: 0.9285em;
	font-style: normal;
	font-weight: normal;
	margin: 2em;
	padding: 1em 1.5em;
	border-radius: 4px;
	background: #eee;
}
blockquote p {
	margin: 0;
	color: #222;
	line-height: 1.6;
}
blockquote blockquote {margin-right: 0;}
blockquote cite, blockquote small {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}
blockquote em, blockquote i {
	font-style: normal;
	font-weight: 300;
}
small {font-size: smaller;}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
dl {margin: 0 20px;}
dt {font-weight: bold;}
dd {margin: 0 0 20px;}
menu, ol, ul {
	margin: 0;
	padding: 0;
}
ul {
	list-style-position: inside;
	list-style-type: square;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
}
li > ul, li > ol {margin: 0;}
img {
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: middle;
}
form {margin: 0;}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
button, input {line-height: normal;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {padding: 0;}
input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px;
	width: 270px;
}
input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 13px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
caption {
	font-size: 14px;
	margin: 20px 0;
}
th {
	font-weight: bold;
	text-transform: uppercase;
}
td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
del {color: #333;}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/* Repeatable Patterns---------------------- */

.genericon:before, .menu-toggle:after, .featured-post:before, .date a:before, .entry-meta .author a:before, .format-audio .entry-content:before, .comments-link a:before, .tags-links a:first-child:before, .categories-links a:first-child:before, .edit-link a:before, .attachment .entry-title:before, .attachment-meta:before, .attachment-meta a:before, .comment-awaiting-moderation:before, .comment-reply-link:before, .comment-reply-login:before, .comment-reply-title small a:before, .bypostauthor > .comment-body .fn:before, .error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 14px/1 Genericons;
	vertical-align: text-bottom;
}


/* Clearing floats------------------------- */

.clear:after, .attachment .entry-header:after, .site-footer .widget-area:after, .entry-content:after, .page-content:after, .navigation:after, .nav-links:after, .comment-form-author:after, .comment-form-email:after, .comment-form-url:after, .comment-body:after {clear: both;}
.clear:before, .clear:after, .attachment .entry-header:before, .attachment .entry-header:after, .site-footer .widget-area:before, .site-footer .widget-area:after, .entry-content:before, .entry-content:after, .page-content:before, .page-content:after, .navigation:before, .navigation:after, .nav-links:before, .nav-links:after, .comment-form-author:before, .comment-form-author:after, .comment-form-email:before, .comment-form-email:after, .comment-form-url:before, .comment-form-url:after, .comment-body:before, .comment-body:after {
	content: "";
	display: table;
}


/* Assistive text-------------------- */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Form fields, general styles first.---------------- */

button, input, textarea {
	border: 1px solid #ccc;
	font-family: inherit;
	padding: 5px;
}
input:focus, textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}


/* Buttons------------------------------- */

.form-submit {text-align: center;}
button, input[type="submit"], input[type="button"], input[type="reset"] {
	margin-top: 10px;
	width: 30%;
	background: #88b5d3; /* Old browsers */
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	height: 2;
	line-height: 2;
	text-decoration: none;
}
button:hover, button:focus, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {
	background: #2cb4ad;
	outline: none;
}
button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
	background: #f3981d;
	border-top: 3px solid #b93207;
	padding: 10px 24px 11px;
}
.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}
.post-password-required input[type="submit"]:active {padding: 5px 24px 6px;}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {color: #7d7b6d;}
:-moz-placeholder {color: #7d7b6d;}
::-moz-placeholder {color: #7d7b6d;}
:-ms-input-placeholder {color: #7d7b6d;}


/* Responsive images----------------- */
/* Fluid images for posts, comments, and widgets */

.entry-content img, .entry-summary img, .comment-content img, .widget img, .wp-caption {max-width: 100%;}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img, .entry-summary img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {height: auto;}
img.size-full, img.size-large, img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed, iframe, object, video {max-width: 100%;}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {max-width: 100% !important;}

/* Images */
.alignleft {float: left;}
.alignright {float: right;}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {margin: 5px 20px 5px 0;}
.wp-caption.alignleft {margin: 5px 10px 5px 0;}
img.alignright {margin: 5px 0 5px 20px;}
.wp-caption.alignright {margin: 5px 0 5px 10px;}
img.aligncenter {margin: 5px auto;}
img.alignnone {margin: 5px 0;}
.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
	color: #220e10;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
}
img.wp-smiley, .rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption.alignleft + ul, .wp-caption.alignleft + ol {list-style-position: inside;}


/* Basic Structure------------------------- */

.site {
	margin: 0 auto;
	width: 100%;
}
.site-main {
	position: relative;
	margin: 0 auto;
	max-width: 980px;
	padding: 0 15px;
}
#primary {
	margin: 0 auto 0;
	max-width: 980px;
	padding: 20px 0 0;
}
.blog #primary,.single #primary,.archive #primary {
	float: left;
	margin-right: 4.166667%;
	width: 67.708333%;
	padding: 0;
}
.blog .sidebar-container,.single .sidebar-container,.archive .sidebar-container {
	float: left;
	width: 28.125%;
}
#page-top {
	position: fixed;
	bottom: 0;
	right: 15px;
}
#page-top a {
	background: #000 url(images/top_b.png) 8px 7px no-repeat;
	width: 50px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	opacity: 0.7;
}
#page-top a:hover {
	opacity: 1.0;
}


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

.site-header {
	width: 100%;
	background: #0068b7;
	border-bottom: 3px #192f60 solid;
}
.main-head {
	margin: 0 auto;
	max-width: 980px;
	height: 80px;
	padding-top: 6px;
	text-decoration: none;
	position: relative;
}
.main-head h1 a {
	display: block;
	margin: 12px 0 0 15px;
	width: 276px;
	height: 44px;
	background: url(images/logo_l.gif) no-repeat;
	text-align: left;
	text-indent: -9999px;
}
.main-head h1 a:hover {opacity: 0.5;}

/* Category-baby Site Header */

.category-baby .site-header {
	background: #bd6856;
	border-bottom: 3px #6c272d solid;
}
.category-baby .main-head h1 a {
	background: url(images/logo2_l.gif) no-repeat;
}


/* Navigation

nav ul {
	position: absolute;
	top: 40px;
	right: 20px;
	overflow: hidden;
}
nav ul li.menu-item {
  float: left;
  position: relative;
  padding-left: 25px;
  z-index: 1;
}
nav ul li.menu-item a {
	display: block;
	height: 1.5;
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.5;
  color: #fff;
}
nav ul li.menu-item a:hover,
nav ul li.current-menu-item a,
nav ul li.current-menu-parent a {
  opacity: 0.7;
}
nav ul li.menu-item ul.sub-menu {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  border-top: 1px #333 solid;
  width: 14em;
  z-index: 9999;
}
nav ul li.menu-item:hover ul.sub-menu {
  display: block;
}
nav ul li.menu-item ul.sub-menu li {
  float: none;
  padding: 0;
}
nav ul li.menu-item ul.sub-menu li a {
  border: 1px solid black;
  border-top: none;
  padding: 0 10px;
  background: #eee;
  color: #333;
  text-align: left;
}
-------------------------- */

#m-menu ul {
	position: absolute;
	top: 40px;
	right: 20px;
}
#m-menu ul li {
	position: relative;
	float: left;
	padding-left: 25px;
	height: 1.5;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size:1em;
	color: white;
	text-align:center;
	line-height: 1.5;
	letter-spacing: 0.1em;
	opacity: 1;
}
#m-menu ul li a {
	display: block;
	color: white;
}
#m-menu ul li:hover,
#m-menu ul li a:hover {
  opacity: .8;
}

#m-menu ul li ul {
	position: absolute;
	top: 20px;
	left: 25px;
	width: 14em;
	z-index: 100;
}
#m-menu ul li ul li {
	visibility: hidden;
	padding-left: .5em;
	width: 14em;
	height: 0;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	background: #192f60;
	letter-spacing: normal;
	overflow: hidden;
}
.category-baby #m-menu ul li ul li {
	background: #6c272d;
}
#m-menu ul li:hover ul li,
#m-menu ul li a:hover ul li {
	visibility: visible;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px white solid;
	overflow: visible;
	z-index: 10;
}
#m-menu ul li:hover ul li:last-child,
#m-menu ul li a:hover ul li:last-child {
	border-bottom: none;
}

#m-menu * {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}



#switch a {display: none;}
#sidr {display: none;}

/* Navbar */
.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}
.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition: width 400ms ease, background 400ms ease;
	width: 0;
}
.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	font-size: 1em;
	cursor: text;
	outline: 0;
	width: 230px;
}


/* Top Page----------------------------------- */

.main-copy {
	margin: 15px auto;
	max-width: 100%;
}
.main-copy h2,.main-copy p {
	margin: 0 auto;
	text-align: center;
}
.main-copy p {
	margin: 10px 10px 0;
	font-size: 0.9285em;
	color: #666;
}
.blog .main-copy {margin: 15px auto;}
.blog .main-copy h2,
.single .main-copy h2 a,
.archive .main-copy h2 a {
	margin: 0 auto;
	display: block;
	width: 509px;
	height: 28px;
	background: url(images/blogtitle_l.png) no-repeat;
	text-indent: -9999px;
}
.single .main-copy h2 a:hover,
.archive .main-copy h2 a:hover {opacity: 0.5;}
#home-content {
	margin: 0 auto;
	max-width: 1280px;
}
#home-primary {
	margin: 0 auto;
	padding: 5px 0 0;
}
/* Category-baby Site Header */
.archive.category-baby .main-copy h2,
.single.category-baby .main-copy h2 a {
	margin: 0 auto;
	display: block;
	width: 362px;
	height: 32px;
	background: url(images/babytitle_l.png) no-repeat;
	text-indent: -9999px;
}
.single.category-baby .main-copy h2 a:hover {opacity: 0.5;}

/* masonry item */
.item {
	float: left;
	margin: 5px;
	padding: 10px;
	color: #333;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px #ccc solid;
	overflow: hidden;
}
.item-title {
	margin-bottom: 8px;
	height: 1.8;
	font-size: 1.1428em;
	font-weight: bold;
	color: #192f60;
	line-height: 1.8;
	text-align: center;
	border-top: 2px #0068b7 solid;
	border-bottom: 2px #0068b7 solid;
}
.item-title a {
	font-weight: bold;
	color: #192f60;
}
.item-title a:hover {color: #009b9f;}
.w1 {width: 180px;}
.w2 {width: 370px;}
.w3 {width: 560px;}
.item p {
	margin: 0;
	font-size: 1em;
	line-height: 1.5;
}
.item img {margin-bottom: 5px;}}
.item a:hover img {opacity: 0.7;}
.new-entry img {width: 350px;}
.other-entry p,.popular-entry p {
	display: block;
	font-size: 0.9285em;
	line-height: 1.5;
}
.other-entry img,.popular-entry img {width: 160px;}
.thumbnail {
	margin-bottom: 10px;
	height: 160px;
	overflow: hidden;
}
.profile p {font-size: 0.8571em;}

/* outline item */
.service {
	padding: 0;
	border: 4px #0068b7 solid;
}
.service section {padding: 10px 15px;}
.service section h3 a {
	display: block;
	padding: 0.2em 0.5em;
	margin: 5px 0 0;
	font-size: 1.2857em;
	font-weight: normal;
	color: #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #192f60;
}
.service section h3 a:hover {opacity: 0.7;}
.service section h3.consul {margin-top: 10px;}
.service section h4 {
	margin: 15px 0 7px 1px;
	padding-left: 8px;
	font-size: 1.1428em;
	color: #0068b7;
	border-left: 5px #88b5d3 solid;
}
.service section p {
	margin: 0;
	font-size: 0.9285em
}
.contact-link a {
	display:block;
	height: 2;
	line-height: 2;
	font-size: 1.2857em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #0068b7;
	letter-spacing: 0.1em;
}
.contact-link a:hover {opacity: 0.7;}

/* blog item */
.item h1.blog-cat {
	margin-bottom: 5px;
	padding: 0 0.5em;
	height: 1.8;
	line-height: 1.8;
	font-size: 0.7857em;
	font-weight: normal;
	color: #ddd;
	text-align: center;
	background: #192f60;
	border-bottom: 2px #00bfff solid;
}
.other-entry h1.blog-cat {border-bottom: 2px #66cdaa solid;}
.popular-entry h1.blog-cat {border-bottom: 2px #cd5c5c solid;}
.pickup h1.blog-cat {border-bottom: 2px #888 solid;}
.new-entry a img, .other-entry a img {border: 1px #ddd solid;}
.new-entry a:hover img, .other-entry a:hover img {opacity: 0.7;}
.other-entry img {width: 160px;}
.new-entry h2 {
	margin-bottom: 5px;
	font-size: 1.1428em;
}
.other-entry h2, .popular-entry h2 {
	margin-bottom: 5px;
	font-size: 1em;
}

/* logo item */
.item.logo {padding: 0;}
.item.logo img {margin-bottom: 0;}

/* .sml a,.fb-banner a,.tw-banner a {
	display: block;
	width: 180px;
	height: 52.316px;
	background: url(images/sml.png) no-repeat;
	background-size: cover;
	text-indent: -9999px;
}
.fb-banner a {
	background: url(images/fb.png) no-repeat;
	background-size: cover;
}
.tw-banner a {
	background: url(images/tw.png) no-repeat;
	background-size: cover;
} */
.logo a:hover {opacity: 0.7;}


/* Content---------------------------------- */

.hentry {
	margin: 0 0 10px;
	padding: 20px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px #ccc solid;
}
.page .hentry {
	margin: 0 10px 10px;
	padding: 20px 80px;
}

/**
 * 1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {padding: 3px 0 0;}
.entry-thumbnail img {
	display: block;
	margin: 0;
}
.entry-header {margin-bottom: 30px;}
.entry-title {
	font-size: 1.7142em;
	margin-bottom: 5px;
	color: #192f60;
}
.category-baby .entry-title {
	color: #6c272d;
}
.entry-title a {color: #0068b7;}
.entry-title a:hover {
	color: #009b9f;
	text-decoration: none;
}
.page .entry-title {
	margin: 0 auto 5px;
	font-size: 2.5714em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #192f60;
	text-align: center;
	letter-spacing: 0.1em;
}


/**
 * 2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	margin-top: 5px;
	padding-top: 3px;
	font-size: 0.7857em;
	color: #999;
	line-height: 1.3;
	border-top: 1px #999 dotted;
}
.entry-meta a,
.category-baby .entry-meta a {color: #999;}
.entry-meta a:hover {color: #009b9f;}
.category-baby .entry-meta a:hover {color: #d18d93;}
.entry-meta > span {margin-right: 10px;}
.entry-meta > span:last-child {margin-right: 0;}
.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}
.entry-meta .date a:before {content: "\f303";}
.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}
.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}
.categories-links a:first-child:before {content: "\f301";}
.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}
.category-baby .categories-links {display: none;} 
.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}
.single-author .entry-meta .author {display: none;}


/**
 * 3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
.single .entry-content h2 {
	margin: 1em 0 0.8em;
	padding-left: 1em;
	font-weight: normal;
	color: #192f60;
	border-left: 2px #0068b7 solid;
}
.single .entry-content h3 {
	margin-bottom: 0.5em;
	padding-left: 10px;
	font-weight: bold;
	line-height: 1em;
	color: #0068b7;
	border-left: 5px #88b5d3 solid;
}
.single .entry-content h4 {
	margin: 1em 0 0.5em;
}
.single .entry-content h5 {
	margin: 1.6em 0 1em;
	padding: 1em 2em;
	font-size: 0.8571em;
	font-weight: normal;
	line-height: 1.5;
	border-top: 1px #88b5d3 dotted;
	border-bottom: 1px #88b5d3 dotted;
}
.single .entry-content ul {
	margin-left: 1em;
	list-style-type: circle;
}
.entry-content p a:hover, .entry-content ul a:hover {
	border-bottom: 1px #009b9f dashed;
}
.category-baby .entry-content p a:hover,
.category-baby .entry-content ul a:hover {
	border-bottom: 1px #d18d93 dashed;
}
.more-link2 {
	font-size: 0.8571em;
	text-align: right;
}
a.more-link,
.category-baby a.more-link {
	display: block;
	height: 2;
	line-height: 2;
	font-size: 0.9285em;
	color: #fff;
	text-align: center;
	background: #999;
}
a:hover.more-link {background: #0068b7;}
.category-baby a:hover.more-link {background: #bd6856;}
.entry-content img {
	border: 1px #ccc solid;
	padding: 3px;
	-webkit-box-shadow: 0 0 5px #ddd;
	-moz-box-shadow: 0 0 5px #ddd;
	-o-box-shadow: 0 0 5px #ddd;
	-ms-box-shadow: 0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd;
}
.entry-thumbnail a img {
	float: left;
	margin-right: 8px;
	border: 2px #0068b7 solid;
	padding: 0;
}
.entry-thumbnail a:hover img {
	opacity: 0.7;
	border: 2px #009b9f solid;
}
.category-baby .entry-thumbnail a img {border: 2px #bd6856 solid;}
.category-baby .entry-thumbnail a:hover img {border: 2px #d18d93 solid;}
.recent-entry li {clear: left;}
footer.entry-meta {
	background: transparent;
	text-align: right;
}
.similar {
	padding: 10px;
	background: #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px #ddd solid;
}
.similar-title {
	margin: 0 auto 10px;
	height: 1.8;
	font-size: 1em;
	color: #ddd;
	line-height: 1.8;
	background: #192f60;
	text-align: center;
	border-bottom: 2px #999 solid;
}
.category-baby .similar-title {
	background: #6c272d;
}
.similar ul {
	margin: 0;
	font-size: 1em;
	color: #0068b7;
	list-style-position: inside;
}
.category-baby .similar ul {
	color: #bd6856;
}
.similar li {
	margin-top: 6px;
	padding-left: 0.5em;
	text-indent: -1em;
	line-height: 1.4;
}
.track {
	width: 100%;
	font-size: 0.8571em;
}
input.trackback_field {
	padding: 2px 5px;
	width: 100%;
	color: #666;
}

/* Page */
.page .entry-content h2 {
	margin: 30px 0 20px;
	padding: 0.3em 0.5em;
	font-size: 1.7142em;
	font-weight: normal;
	color: #192f60;
	border: 1px #192f60 solid;
	border-radius: 3px;
	background-color: #eee;
}
.page .entry-content h3 {
	margin-bottom: 8px;
	padding-left: 10px;
	font-size: 1.2857em;
	color: #0068b7;
	border-left: 5px #88b5d3 solid;
}
.page .entry-content h4 {margin: 2em 0 1em;}
.page .entry-content ul {margin: 0 0 1em 0.5em;}
.page .entry-content img {
	border: none;
	margin: 10px auto;
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
.page .entry-content iframe {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.page-links {
	clear: both;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}
.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}
.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}
.page .entry-content .s-font {
	margin-bottom: 5px;
	font-size: 0.8571em;
	color: #666;
}
.page .entry-content .name {
	font-size: 2em;
	margin-bottom: 2em;
}
.page .entry-content .prof {
	float: left;
	width: 60%;
	padding-right: 20px;
	line-height: 1.8em;
	border-right: 1px #ddd dotted;
}
div.wpcf7 {
	margin: 0 auto;
	text-align: center;
}


/**
 * 6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}
.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}
.attachment .entry-title {
	display: inline-block;
	float: left;
	margin: 0;
}
.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}
.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}
.hentry.attachment:not(.image-attachment) .entry-meta {max-width: 104px;}
.attachment footer.entry-meta, .single-attachment .site-main .sidebar-container {display: none;}
.attachment-meta:before {content: "\f307";}
.full-size-link a:before {content: "\f402";}
.full-size-link:before {content: none;}
.attachment .entry-meta a, .attachment .entry-meta .edit-link:before, .attachment .full-size-link:before {color: #ca3c08;}
.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}
.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}
.image-navigation a:hover {text-decoration: none;}
.image-navigation .nav-previous, .image-navigation .nav-next {
	position: absolute;
	top: 50px;
}
.image-navigation .nav-previous {left: 0;}
.image-navigation .nav-next {right: 0;}
.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}
.attachment .entry-attachment, .attachment p.attachment {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}
.attachment .entry-attachment .attachment {display: inline-block;}
.attachment .entry-caption {text-align: left;}
.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}
.attachment .entry-caption p:last-child, .attachment .entry-description p:last-child {
margin: 0;}


/**
 * 7 Post Navigation
 * ----------------------------------------------------------------------------
 */
.navigation {clear: both;}
.navigation .nav-previous {float: left;}
.navigation .nav-next {float: right;}
.post-navigation {
	margin-bottom: 15px;
	padding: 0;
	font-size: 0.8571em;
	line-height: 1.3;
}
.post-navigation .nav-links {margin: 0;}
.post-navigation .nav-previous {margin: 0 0 20px 5px;}
.post-navigation a[rel="prev"] {
	float: left;
	width: 48%;
}
.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
	width: 48%;
}
.paging-navigation {
	margin: 20px auto 30px;
	max-width: 960px;
	text-align: center;
}
.paging-navigation .nav-links {
	margin: 0 10px;
	padding: 0 6px;
	height: 2;
	line-height: 2;
	font-size: 0.9285em;
	color: #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #192f60;
}
.category-baby .paging-navigation .nav-links {
	background: #6c272d;
}
.paging-navigation .nav-links a {color: #eee;}
.paging-navigation .nav-links a:hover {color: #009b9f;}

/**
 * Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	margin: 0 auto;
	max-width: 960px;
}
.archive-title {
	margin: 0 10px;
	padding: 0.5em;
	font-size: 1.4285em;
	font-weight: normal;
	color: #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #192f60;
}
.search .archive-title {margin-top: 20px;}
.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}
.sidebar .archive-meta {padding-right: 316px;}

/**
 * 10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {background-color: #e8e5ce;}
.page-title {
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}
.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}
.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}


/**
 * 11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {background-color: #f0f8ff;}
.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}
.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}
.error404 .page-header, .error404 .page-content {
	margin: 0 auto;
	max-width: 960px;
	padding-bottom: 40px;
	width: 100%;
}


/**
 * 12 Comments
 * ----------------------------------------------------------------------------
 */
.fb-comments, .fb_iframe_widget, .fb_iframe_widget[style], .fb-comments iframe[style], .fb-social-plugin span, .fb-comments span {
    width: 100% !important;
    display: block;
}
.comments-title, .comment-list, .comment-reply-title, .must-log-in, .comment-respond .comment-form, .comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.comments-title {font-size: 1.1428em;}
.comment-list, .comment-list .children {
	list-style-type: none;
	padding: 0;
}
.comment-list .children {margin-left: 20px;}
.comment-list > li:after, .comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}
.comment-list > li:last-child:after {display: none;}
.comment-body {
	padding: 0;
	position: relative;
	font-size: 0.875em;
}
.comment-author {
	float: left;
	max-width: 74px;
}
.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}
.comment-author .fn {word-wrap: break-word;}
.comment-author .fn, .comment-author .url, .comment-reply-link, .comment-reply-login {
	color: #26499d;
	font-style: normal;
	font-weight: normal;
}
.says {display: none;}
.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}
.no-avatars .comment-metadata, .no-avatars .comment-content, .no-avatars .comment-list .reply {width: 100%;}
.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}
.comment-list .edit-link {margin-left: 20px;}
.comment-metadata, .comment-awaiting-moderation, .comment-content, .comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width: calc(100% - 124px);
}
.comment-meta, .comment-meta a {color: #666;}
.comment-meta a:hover {color: #cd5c5c;}
.comment-metadata {
	margin-bottom: 10px;
	font-size: 0.8571em;
}
.ping-meta {
	color: #a2a2a2;
	font-size: 0.8571em;
	line-height: 2;
}
.comment-awaiting-moderation {color: #a2a2a2;}
.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}
.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {padding: 10px 0 30px;}
.comment-respond p {
	margin: 0;
	padding: 0;
}
.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}
.comment-reply-title {font-size: 1.1428em;}
.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}
.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}
.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}
.logged-in-as {font-size: 0.7857em;}
.sidebar .comment-list .comment-reply-title, .sidebar .comment-list .comment-respond .comment-form {padding: 0;}
.comment-form .comment-notes {margin-bottom: 15px;}
.comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .comment-form-url {margin-bottom: 8px;}
.comment-form [for="author"], .comment-form [for="email"], .comment-form [for="url"], .comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}
.comment-form .required {color: #ed331c;}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}
.comment-form textarea {width: 100%;}
.form-allowed-tags {display: none;}
.comment-list .pingback, .comment-list .trackback {padding-top: 24px;}
.comment-navigation {
	font-size: 1.1428em;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}
.no-comments {
	background-color: #f7f5e7;
	font-size: 1em;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}
.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}


/**
 * Sidebar
 * ----------------------------------------------------------------------------
 */

/**
 * 1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	font-size: 0.8571em;
	line-height: 1.4;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 0 0 25px;
	word-wrap: break-word;
}
.widget .widget-title {
	margin: 0 0 8px;
	height: 1.8;
	line-height: 1.8;
	font-size: 0.8571em;
	font-weight: normal;
	color: #ddd;
	text-align: center;
	background: #192f60;
	border-bottom: 2px #888 solid;
}
.widget .widget-title {
	margin: 0 0 8px;
	height: 1.8;
	line-height: 1.8;
	font-size: 0.8571em;
	font-weight: normal;
	color: #ddd;
	text-align: center;
	background: #192f60;
	border-bottom: 2px #888 solid;
}
.category-baby .widget .widget-title {
	background: #6c272d;
}
.recent-entry .widget-title {border-bottom: 2px #66cdaa solid;}
#popular-posts .widget-title {border-bottom: 2px #cd5c5c solid;}
.widget ul, .widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.widget li {
	padding: 5px 0;
	border-bottom: 1px #88b5d3 dotted;
	overflow: hidden;
}
.widget li:first-child {border-top: 1px #88b5d3 dotted;}
.category-baby .widget li {border-bottom: 1px #d18d93 dotted;}
.category-baby .widget li:first-child {border-top: 1px #d18d93 dotted;}

.widget li > ul, .widget li > ol {margin-left: 20px;}
.widget.recent-entry li p {
	margin: 3px 0 0;
	font-size: 0.7857em;
}

/* Search widget */
.search-form .search-submit {display: none;}

/* RSS Widget */
.widget_rss .rss-date {display: block;}
.widget_rss .rss-date, .widget_rss li > cite {color: #a2a2a2;}

/* Calendar Widget */
.widget_calendar table, .widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 2px;
}
.widget_calendar caption {
	font-size: 0.8571em;
	margin: 0;
	height: 1.8;
	line-height: 1.8;
	text-align: center;
	background: #192f60;
	color: #ddd;
	border-bottom: 2px #888 solid;
}
.category-baby .widget_calendar caption {background: #6c272d;}
.widget_calendar thead {color: #999;}
.widget_calendar th, .widget_calendar td {
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
}
.widget_calendar a {
	display: block;
	text-decoration: underline;
}
.widget_calendar a:hover {background-color: rgba(0, 0, 0, 0.15);}
.widget_calendar tfoot a {
	text-decoration: none;
	background: #eee;
}
.widget_calendar tbody td {background: #fff;}
.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}
.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {background-color: transparent;}

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

.site-footer {
	clear: both;
	background: #0068b7;
	color: #ddd;
	font-size: 0.8571em;
}
.category-baby .site-footer {background: #bd6856;}
.site-footer li a,
.category-baby .site-footer li a {color: #fff;}
.site-footer li a:hover,
.category-baby .site-footer li a:hover {color: #ccc;}
.site-footer .widget-area {
	position: relative;
	margin: 0 auto;
	padding-top: 20px;
	max-width: 960px;
	width: 100%;
	text-align: left;
	border-bottom: 1px #88b5d3 solid;
}
.site-footer .widget {
	float: left;
	margin: 0 1.0416% 20px; /* 10px */
	width: 22.916%; /* 220px; */
}
.site-footer .widget a:hover img {opacity: .7;}
.widget_nav_menu {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.1428em;
	text-align: center;
	letter-spacing: 0.1em;
}
.page-id-4157 #execphp-3 {display: none;}
.site-info {
	margin: 0 auto;
	padding: 10px 0;
	max-width: 960px;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 0.7857em;
	text-align: center;
	letter-spacing: 0.1em;
}

/**
 * Media Queries
 * ----------------------------------------------------------------------------
 */

@media (max-width: 1599px) {
	.site {border: 0;}
}

@media (max-width: 1069px) {
	.sidebar img.alignleft, .sidebar .wp-caption.alignleft {margin-left: 0;}
	.sidebar img.alignright, .sidebar .wp-caption.alignright {margin-right: 0;}
	.error404 .page-header {
		margin-left: auto;
		width: 100%;
	}
	/*  .archive-header, .search .page-header, .archive .page-header, .blog .page-header, .error404 .page-content, .search .page-content, .archive .page-content, .attachment .entry-header, .attachment .entry-content, .sidebar .site-info, .site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	} *//
	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}
	.error404 .page-title:before {font-size: 554px;}
	.image-navigation .nav-previous, .image-navigation .nav-next {position: static;}
}

/* 1139px以下------------------------ */
/* @media screen and (max-width: 1139px) {
	.main-head {max-width: 960px;}
} */

/* 949px以下------------------------ */
/* @media screen and (max-width: 949px) {
	.main-head {max-width: 768px;}
} */

@media (max-width: 864px) {	
	.page .hentry {padding: 20px 40px;}
}

/* 768px以下------------------------ */
@media screen and (max-width: 768px) {
	.main-head {
		padding-top: 9px;
		height: 60px;
	}
	.main-head h1 a {
		margin: 0 auto;
		width: 276px;
		height: 44px;
		background: url(images/logo_l.gif) no-repeat;
	}
	/* Small menu */
	#switch a {
		position: absolute;
		top: 10px;
		left: 10px;
		display: block;
		width: 42px;
		height: 41px;
		background: url(images/switch_l.png) no-repeat;
		text-indent: -9999px;
	}
	.category-baby #switch a {background: url(images/switch2_l.png) no-repeat;}
	#switch a:hover {opacity: 0.5;}
	#navbar {display: none;}
	#m-menu {display: none;}
	ul.nav-menu, div.nav-menu > ul {display: none;}
	
	.entry-content img.alignleft, .entry-content .wp-caption.alignleft {margin-left: 0;}
	.entry-content img.alignright, .entry-content .wp-caption.alignright {margin-right: 0;}
	.attachment .image-navigation, .attachment .entry-attachment .attachment {
		padding: 0;
		width: 100%;
	}
	.blog #primary,.single #primary {
		float: none;
		margin-top: 20px;
		margin-right: 0;
		width: 100%;
	}
	.blog .sidebar-container,.single .sidebar-container {
		float: none;
		width: 100%;
	}
	.widget {
		float: left;
		width: 48%;
		margin-left: 4%;
	}
	.widget.recent-entry, #text-9,#execphp-2 {margin-left: 0;}
	#text-10 {
		clear: left;
		float: none;
		margin: 0;
		font-size: 0;
		line-height: 1;
	}
	.widget_calendar {display: none;}
	.page .entry-content .prof {
		float: none;
		width: 100%;
		padding-right: 0;
		border-right: none;
	}
	.page .entry-content .s-font {
		margin-bottom: 1em;
		line-height: 1.4;
		text-align: center;
	}
	.page .entry-content .name {
		font-size: 2em;
		margin-bottom: 1em;
		text-align: center;
	}
	.page .entry-content p img {
		float: none;
		display: block;
		margin: 15px auto 0;
		text-align: center;
	}

}
	

@media (max-width: 643px) {
	#primary {padding: 0;}
	.main-copy p {display: none;}
	.contactLink {
		margin: 0 auto 30px;
		width: 100%;
		text-align: center;
	}
	.contactLink a {
		height: 2.5em;
		line-height: 2.5em;
		font-size: 1em;
	}
	.page .hentry {padding: 20px;}
	.entry-title {font-size: 1.5em;}
	.error404 .page-title {padding: 40px 0 0;}
	.error404 .page-title:before {content: normal;}
	.comment-author {margin-right: 30px;}
	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}
	.comment-metadata, .comment-content, .comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width: calc(100% - 104px);
	}
	.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width: calc(100% - 120px);
	}
	.comment-form textarea {height: 80px;} /* Smaller field for mobile. */
}

/* Mobile devices */
@media (max-width: 480px) {
	.site-header {
		border-bottom: 2px #192f60 solid;
	}
	.site-main {
		margin-top: 10px;
		padding: 0;
	}
	#primary {padding: 0 10px;}
	.main-head {
		padding-top: 10px;
		height: 36px;
	}
	.main-head h1 a {
		width: 152px;
		height: 17px;
		background: url(images/logo_s.gif) no-repeat;
	}
	.category-baby .main-head h1 a {background: url(images/logo2_s.gif) no-repeat;}
	#switch a {
		top: 5px;
		left: 8px;
		width: 29px;
		height: 26px;
		background: url(images/switch_s.png) no-repeat;
	}
	.category-baby #switch a {background: url(images/switch2_s.png) no-repeat;}

	.main-copy {margin: 10px 0 0;}
	.main-copy h2 img {width: 90%;}
	.blog .main-copy {margin: 0;}
	.blog .main-copy h2,
	.single .main-copy h2 a,
	.archive .main-copy h2 a {
		margin: 10px auto 0;
		width: 290px;
		height: 46px;
		background: url(images/blogtitle_s.png) no-repeat;
	}
	.archive.category-baby .main-copy h2,
	.single.category-baby .main-copy h2 a {
	  margin: 12px auto 5px;
		width: 274px;
		height: 27px;
		background: url(images/babytitle_s.png) no-repeat;
  }
	.item {
		float: none;
		margin: 5px 10px;
		padding: 8px;
	}
	.w1, .w2, .w3 {width: auto;}
	.service {
		margin-bottom: 15px;
		padding: 0;
		border: 3px #0068b7 solid;
	}
	.service section {padding: 8px}
	.service section h3 a {margin-top: 0;}
	.service section h4 {
		margin: 8px 0 5px 1px;
		font-size: 1.1428em;
	}
	.service section p {display: none;}
	.item h2 {
		margin-bottom: 5px;
		font-size: 1.2857em;
	}
	.contact-link a {font-size: 1.2857em;}
	.item img {margin-bottom: 0;}
	.w1.logo {
		float: left;
		width: 140px;
	}
	.item h1.blog-cat {font-size: 0.9285em;}
	.thumbnail {
		float: left;
		margin-bottom: 0;
		height: 90px;
	}
	.other-entry p, .popular-entry p {font-size: 1em;}
	.other-entry img, .popular-entry img {
		float: left;
		margin-right: 10px;
		width: 90px;
	}
	.home .entry-meta {
		clear: none;
		margin-top: 3px;
	}
	.home .other-entry .entry-meta {margin-left: 95px;}
	.site-header .search-form {display: none;}
	.blog #primary, .single #primary {margin-top: 0;}
	.hentry {
		margin: 0 10px 5px;
		padding: 8px 8px 0;
		width: auto;
	}
	.page .entry-content h2 {
		margin: 15px 0;
		font-size: 1.4285em;
	}
	.page .entry-content h3 {
		font-size: 1.1428em;
		border-left: 4px #88b5d3 solid;
	}
	.page .hentry {
		margin: 0 0 10px;
		padding: 10px;
	}
	.entry-header {margin-bottom: 10px;}
	.page .entry-title {
		margin: 5px auto 0;
		font-size: 2em;
	}
	.entry-title {font-size: 1.4285em;}
	.entry-meta {font-size: 0.8571em;}
	.single .entry-content h2 {font-size: 1.4285em;}
	.single .entry-content h3 {font-size: 1.2857em;}
	.single .entry-content h4 {font-size: 1.1428em;}
	.single .entry-content h5 {font-size: 1em;}
	.entry-content p {font-size: 1.1428em;}
	.page .entry-content p img {margin-top: 0;}
	.entry-content li {
		margin: 0 0 5px 1em;
		line-height: 1.4;
		font-size: 1em;
		text-indent: -1em
	}
	p .more-link {
		clear: both;
		margin-top: 5px;
		font-size: 1em;
	}
	footer.entry-meta {display: none;}
	.similar li {
		margin-left: 0;
		padding-left: 0;
	}
	.navigation {font-size: 0.8571em;}
	.post-navigation .nav-previous {margin: 0 0 0 15px;}
	.post-navigation {
		padding: 5px 10px 0;
		line-height: 1.3;
	}
	.paging-navigation {margin-bottom: 10px;}
	.site-footer .widget-area {padding-top: 15px;}
	.site-info {letter-spacing: 0;}
	.site-footer .widget {
		float: none;
		margin: 0 2.0833% 20px;
		width: 95.833%;
	}
	.track {
		padding: 0 10px 10px;
		font-size: 1em;
	}
	input.trackback_field {
		width: 100%;
		font-size: 0.8571em;
	}
	#execphp-4 {text-align: center;}
	#fbComments {display: none;}
	#comments {padding: 0 10px;}
	.comment-metadata, .comment-awaiting-moderation, .comment-content, .comment-list .reply {font-size: 0.8571em;}
	.blog .sidebar-container, .single .sidebar-container {
		margin-top: 10px;
		padding: 0 10px;
	}
	.widget {
		float: none;
		width: 100%;
		margin-left: 0;
		font-size: 1em;
	}
	.widget .widget-title {font-size: 1em;}
	.widget.recent-entry li a {font-weight: bold;}
	.widget.recent-entry li p {font-size: 0.8571em;}
	.widget_nav_menu {font-size: 1.1428em;}
	.recent-entry {overflow: hidden;}
	.widget_archive,.widget_categories {margin-bottom: 20px;}
	
	/* Archives */
	.archive-header {
		margin: 10px auto 0;
	}
	.archive-title {
		padding: 0.2em 0.5em;
		font-size: 1em;
	}

	/* Comments */
	.comments-title {font-size: 1em;}
	.comment-content {font-size: 0.9285em;}
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}
	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}
	.comment-metadata, .comment-content, .comment-list .reply {width: 100%;}
	button, input[type="submit"], input[type="button"], input[type="reset"] {
		width: 100%;
		font-size: 1.1428em;
		font-weight: bold;
	}
}


