@charset "utf-8";
/*
	Theme Name: metaseq.net
	Template: twentytwelve
	Author: tetraface
*/

/* -------------------------------------------------------------- */
/*リセット*/
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;}
html{
	/*overflow-y: scroll;*/
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section{
	display: block;}
h1, h2, h3, h4, h5, h6{
	clear: both;}
ol, ul {
	list-style: none;}
table{
	border-collapse: collapse;
	border-spacing: 0;}
caption, th, td{
	font-weight: normal;
	text-align: left;}
hr{
	border: 0;
	height: 1px;
	margin: 0;
	visibility: hidden;}
audio, canvas, video{
	display: inline-block;}
audio:not([controls]){
	display: none;}
img{
	border: 0;
	-ms-interpolation-mode: bicubic;}

/*文字マークアップ*/
ins {
	background: #fff9c0;
	text-decoration: none;}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;}
sup {
	top: -0.5em;}
sub {
	bottom: -0.25em;}
big{
	font-size: larger;}
small {
	font-size: smaller;}
em{
	font-weight: bold;}

/* clearfix default */
.clear:after,
.wrapper:after,
.format-status .entry-header:after{
	clear: both;}
.clear:before, .clear:after,
.wrapper:before, .wrapper:after,
.format-status .entry-header:before, .format-status .entry-header:after{
	display: table;
	content: "";}

/*clearfix v2*/
.clearfix:after{
	content:".";
	display: block;
	height: 1px;
	visibility: hidden;
	clear:both;}
* html .clearfix{ /* IE6 */
	zoom: 1; }
*:first-child+html .clearfix{ /* IE7 */
	zoom: 1;}
.clearfix h2,
.clearfix h3,
.clearfix h4,
.clearfix h5,
.clearfix h6{
	clear: none;}

/* -------------------------------------------------------------- */
/*基本構成*/

html {
	font-size: 16px;}
body {
	font-size: 93.75% /*15px*/;
	line-height:1.6 /*24px*/;
	text-rendering: optimizeLegibility;}

/* ページ構成 */
.site {
	padding: 0;
	margin: 0 auto;
	overflow: hidden;}
.site-content {
	margin: 0;}
.widget-area {
	margin: 0;}
.site-content article {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;}
.page-links {
	clear: both;}

/* -------------------------------------------------------------- */
/*頻出パターン*/

/*フォーム*/
/* Form fields, general styles first */
button, input, select, textarea{
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;}
button, input{
	line-height: 1.0;}
textarea{
	font-size: 100%;
	overflow: auto;
	vertical-align: top;}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"]{
	border: 0;
	border-radius: 0;
	padding: 0;}

/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span{
	padding: 6px 10px;
	font-size: 100% /*15px*/;
	line-height: 1.6 /*16px*/;
	font-weight: normal;
	color: #4d4d4d;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);}
button,
input[type="submit"],
input[type="button"],
input[type="reset"]{
	cursor: pointer;}
button[disabled],
input[disabled]{
	cursor: default;}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover{
	color: #4d4d4d;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #4d4d4d;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;}

/* フルードイメージ */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */}

/* 画像配置 */
.alignleft {
	float: left;}
.alignright {
	float: right;}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-size: 80% /*12px*/;
	line-height: 2.0 /*24px*/;
	color: #808080;}
img.wp-smiley,
.rsswidget img {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;}
.entry-content dl.gallery-item {
	margin: 0;}
.gallery-item a,
.gallery-caption {
	width: 90%;}
.gallery-item a {
	display: block;}
.gallery-caption a {
	display: inline;}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;}
img.alignleft, .wp-caption.alignleft {
	margin: 0 12px 12px 0;}
img.alignright, .wp-caption.alignright {
	margin: 0 0 12px 12px;}
img.aligncenter, .wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;}

/* 動画と埋め込みコンテンツ */
embed, iframe, object, video {
	max-width: 100%;}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */}

/* ページナビゲーション */
.site-content nav {
	clear: both;
	overflow: hidden;}
#nav-above {
	padding: 24px 0;}
#nav-above {
	display: none;}
.paged #nav-above {
	display: block;}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;}

/* 投稿者プロフィール */
.author .archive-header {
	margin-bottom: 24px;}
.author-info {
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;}
.author.archive .author-avatar {
	margin-top: 0;}
.author-avatar {
	float: left;
	margin-top: 8px;}
.author-description {
	float: right;
	width: 80%;}

/* -------------------------------------------------------------- */
/* サイドバーウィジェット */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	word-wrap: break-word;}
.widget-area .widget h3 {
	margin-bottom: 12px;}
.widget-area .widget p {
	margin-bottom: 24px;}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;}
.widget-area .textwidget li {
	margin-left: 36px;}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */}

/* フッタ */
footer[role="contentinfo"] {
	clear: both;
	margin: 0 auto;
	padding: 0;}

/* -------------------------------------------------------------- */
/*記事・コメント内コンテンツ*/
/*記事情報*/
.entry-meta {
	clear: both;}
.entry-header {
	margin-bottom: 0;}
.entry-header img.wp-post-image {
	margin-bottom: 24px;}
.entry-header .entry-format {
	margin-top: 24px;}
.entry-header .comments-link {
	margin-top: 24px;}
footer.entry-meta {
	margin-top: 24px;}
.single-author .entry-meta .by-author {
	display: none;}
.mu_register h2 {
	font-weight: normal;}

/*おすすめの記事*/
article.sticky .featured-post {
	border-top: 4px double #e6e6e6;
	border-bottom: 4px double #e6e6e6;
	margin-bottom: 24px;
	text-align: center;}

/*記事内見出し*/
.entry-content h1, .comment-content h1,
.entry-content h2, .comment-content h2,
.entry-content h3, .comment-content h3,
.entry-content h4, .comment-content h4,
.entry-content h5, .comment-content h5,
.entry-content h6, .comment-content h6 {
	margin: 0;}
.entry-content h1, .comment-content h1 {
	font-size: 160% /*24px*/;
	line-height: 1.5 /*36px*/;}
.entry-content h2, .comment-content h2, .mu_register h2 {
	font-size: 120% /*18px*/;
	line-height: 1.33 /*24px*/;}
.entry-content h3, .comment-content h3 {
	font-size: 106.67% /*16px*/;
	line-height: 1.5 /*24px*/;}
.entry-content h4, .comment-content h4 {
	font-size: 100% /*15px*/;
	line-height: 1.71 /*24px*/;}
.entry-content h5, .comment-content h5 {
	font-size: 86.67% /*13px*/;
	line-height: 1.85 /*24px*/;}
.entry-content h6, .comment-content h6 {
	font-size: 80% /*12px*/;
	line-height: 2.0 /*24px*/;}

/*記事内段落*/
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0;}
.entry-content .more-link {
	white-space: nowrap;}

/* 記事内埋め込み */
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;}

/*記事内リスト*/
.entry-content ol, .comment-content ol,
.entry-content ul, .comment-content ul, .mu_register ul {
	margin: 0 0 12px;}
.entry-content ul ul, .comment-content ul ul,
.entry-content ol ol, .comment-content ol ol,
.entry-content ul ol, .comment-content ul ol,
.entry-content ol ul, .comment-content ol ul {
	margin-bottom: 0;}
.entry-content ul, .comment-content ul, .mu_register ul {
	list-style: disc outside;
	overflow:auto;}
.entry-content ol, .comment-content ol {
	list-style: decimal inside;}
.entry-content li, .comment-content li, .mu_register li {
	margin: 0 0 0 2em;}

/*記事内定義リスト*/
.entry-content dl, .comment-content dl {
	margin: 0 24px;}
.entry-content dt, .comment-content dt {
	font-weight: bold;}
.entry-content dd, .comment-content dd {
	margin-bottom: 24px;}

/*記事内テーブル*/
.entry-content table, .comment-content table {
	margin: 0 0 24px;}
.entry-content table caption, .comment-content table caption {
	margin: 24px 0;}
.entry-content td, .comment-content td {
	padding: 6px 10px 6px 0;
	width: auto;}

/*記事内引用*/
.entry-content blockquote, .comment-content blockquote {
	margin-bottom: 24px;
	padding: 24px;}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;}

/* 記事内・その他マークアップ */
.entry-content code, .comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;}
.entry-content pre, .comment-content pre {
	border: 1px solid #eeeeee;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	margin: 24px 0;
	overflow: auto;
	padding: 6px;}
.entry-content pre code, .comment-content pre code {
	display: block;}
.entry-content abbr, .comment-content abbr,
.entry-content dfn, .comment-content dfn,
.entry-content acronym, .comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;}
.entry-content address, .comment-content address {
	display: block;
	margin: 0 0 24px;}

/* -------------------------------------------------------------- */
/*アーカイブ*/
.archive-header,
.page-header {
	margin-bottom: 0;
	padding-bottom: 0;}
.archive-meta {
	margin-top: 0;}

/* -------------------------------------------------------------- */
/*添付ファイル*/

/*動画・音声*/
.attachment .entry-content .mejs-audio {
	max-width: 400px;}
.attachment .entry-content .mejs-container {
	margin-bottom: 24px;}

/*画像*/
.article.attachment {
	overflow: hidden;}
.image-attachment div.attachment {
	text-align: center;}
.image-attachment div.attachment p {
	text-align: center;}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;}
.image-attachment .entry-caption {
	margin-top: 8px;}

/* -------------------------------------------------------------- */
/*コメント*/
.comments-title {
	margin-bottom: 24px;}
.comments-area article {
	margin: 24px 0;}
.comments-area article header {
	margin: 0 0 12px;
	overflow: hidden;
	position: relative;}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;}
.comments-area article header cite {
	font-style: normal;}
.comments-area cite b {
	font-weight: normal;}
.comments-area article header time {
	text-decoration: none;}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	padding: 2px 5px;}
.comments-area .bypostauthor cite b {
	font-weight: bold;}
.commentlist .pingback {
	margin-bottom: 24px;}
.commentlist .children {
	margin-left: 48px;}

/* コメントフォーム */
#respond {
	margin-top: 0;}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;}
#respond form {
	margin: 24px 0;}
#respond form p {
	margin: 11px 0;}
#respond form p.logged-in-as {
	margin-bottom: 24px;}
#respond form label {
	display: block;}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	width: 100%;}
#respond form p.form-allowed-tags {
	margin: 0;}
.required {
	color: red;}
#respond form input[type="text"] {
	width: 46.333333333%;}
#respond form textarea.blog-textarea {
	width: 79.666666667%;}

/* -------------------------------------------------------------- */
/*ウィジェット*/
.widget-area .widget ul ul {
	margin-left: 3px;}
.widget_rss li {
	margin: 12px 0;}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	margin-left: 12px;}
#wp-calendar {
	margin: 0;
	width: 100%;}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;}
#wp-calendar #next {
	padding-right: 24px;
	text-align: right;}
.widget_search label {
	display: block;}
.widget_twitter li {
	list-style-type: none;}
.widget_twitter .timesince {
	display: block;
	text-align: right;}

/* ----------------------------------------------- */
/*プラグイン*/
img#wpstats {
	display: block;
	margin: 0 auto 24px;}

/* ----------------------------------------------- */
/*印刷用*/
@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */}
	a {
		text-decoration: none;}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;}
	.site-header {
		margin-bottom: 72px;
		text-align: left;}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;}
	.site-content {
		margin: 0;
		width: auto;}
	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;}
	footer.entry-meta,
	footer.entry-meta a {
		font-size: 10pt;}
	.author-description {
		float: none;
		width: auto;}
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;}
}