/*
Theme Name: Celtis one
Theme URI: http://celtislab.net
Description: 日本語版の見やすくてシンプルなレスポンシブテーマです。デザインはシンプルですが、別途このテーマに最適化された Celtispackプラグインを導入することでブログやギャラリーサイト用の様々な機能や Google アドセンス、カスタム検索、アナリティクスも簡単に利用できるようサポートしています。
動作には WordPress 3.6 以上のバージョンが必要です
Version: 2.0.0
Author: Celtislab
Author URI: http://celtislab.net
Tags:  custom-menu, custom-header, custom-background, full-width-template, right-sidebar, left-sidebar, fluid-layout, responsive-layout, theme-options
Text Domain: celtisone
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

注意：テーマファイルを直接カスタマイズするとテーマがアップデートした場合にカスタマイズしたコードが失われてしまいますのでカスタマイズする場合は子テーマを作成して行って下さい

*/

/* =Reset CSS 
-------------------------------------------------------------- */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0; 
  padding: 0;
  vertical-align: baseline;
}
html {
	font-size: 62.5%; 
}

/*HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button, 
input, 
select, 
textarea {
  font-size: 100%;
  overflow: visible;
  margin: 0;
  vertical-align: baseline;
  width: auto;
}

.ie7 button,
.ie7 input,
.ie7 select,
.ie7 textarea {
    overflow: hidden;
	vertical-align: middle;
}

textarea {
  overflow: auto;
  vertical-align: text-top;
}

/* =Horizontal Rule
-------------------------------------------------------------- */
hr {
  background: #dddddd;
  border: none;
  clear: both;
  color: #dddddd;
  float: none;
  height: 1px;
  width: 100%;
}

hr.space {
  background: #ffffff;
  color: #ffffff;
}

/* =Base
-------------------------------------------------------------- */
html {
    height: 100%;
}

body {
    font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN",  Meiryo, Verdana, Arial, sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
	line-height: 1.6;

    -moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
    height: 100%;
    color: #404040; 
}


/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	clear: both;
	font-weight: 700;
	line-height: 1.5;
    word-wrap: break-word;
}

h1, h1 a {
	font-weight: 400;
}

h1 {
    font-size: 30px;
    font-size: 3.0rem;
	margin: 14px 0;
}

h2 {
    font-size: 23px;
    font-size: 2.3rem;
	margin: 22px 0;
}

h3 {
    font-size: 21px;
    font-size: 2.1rem;
	margin: 22px 0;
}

h4 {
    font-size: 20px;
    font-size: 2.0rem;
	margin: 22px 0;
}

h5 {
    font-size: 18px;
    font-size: 1.8rem;
	margin: 18px 0;
}

h6 {
    font-size: 14px;
    font-size: 1.4rem;
	margin: 16px 0;
}

p {
    margin: 0 0 18px;
    word-wrap: break-word;
}

hr,
pre,
address {
    margin: 18px 0;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

caption {
	padding-bottom: 12px;
}

form {
	margin: 0;
}

form div {
  margin-bottom: 12px;
}

legend {
	padding-left: 12px;
	padding-right: 12px;
}

legend+* {
	margin-top: 16px;
}

fieldset {
    border: 1px solid #cccccc;
	margin: 24px 0;
	padding: 0 16px 16px;
}

label {
  display: inline-block;
  font-weight: 700;
  padding: 2px 0;
}

input,
textarea {
	padding: 4px 6px 2px;
}

select {
	padding: 2px 3px 0;
}

option {
	padding: 0 6px;
}

i,
em,
dfn,
cite {
  font-style: italic;
  border-bottom: 1px dotted #cccccc;
}

tt,
var,
pre,
kbd,
samp,
code {
    font-family: Consolas,Inconsolata,monospace,serif;
    font-style: normal;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

b,
strong {
  font-weight: 700;
}

pre {
	background: #f5f5f5;
    border: 1px solid #aaaaaa;
    outline: none;
    padding: 6px 10px;
/*    vertical-align: middle;
	white-space: pre-wrap;
	word-wrap: break-word;*/
    overflow: auto;
    white-space: pre;
    width: 100%;
}

del {
  color: #555555;
  text-decoration: line-through;
}

dfn {
  border-bottom: 1px solid #cccccc;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
    font-size: 120%;
}

sup,
sub,
small {
  font-size: 85%;
}

abbr,
acronym {
  font-size: 85%;
  letter-spacing: 2px;
  text-transform: uppercase;
}

a abbr,
a acronym {
  border: none;
}

dfn[title],
abbr[title],
acronym[title] {
  border-bottom: 1px solid #cccccc;
  cursor: help;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}


/* =Tables
-------------------------------------------------------------- */
table {
	border-bottom: 1px solid #ddd;
	border-collapse: collapse;
	width: 100%;
    margin: 18px 0;
}

th,
td {
	border-top: 1px solid #ddd;
    font-size: 92%;
	font-weight: normal;
	text-align: left;
	padding: 3px 8px;
}

th {
	font-weight: bold;
}

/* =Lists
-------------------------------------------------------------- */
ul {
	list-style-type: square;
}

ol {
    line-height: 22px;
    list-style-position: outside;
    list-style-type: decimal;
}

ol,
ul {
	margin: 16px 0;
	padding: 0 4px 0 36px;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

/* =Blockquote
-------------------------------------------------------------- */
blockquote {
	background: #f9f9f9;
	color: #555555;
    border: none;
	border-left: 2px solid #d6d6d6;
	overflow: auto;
	padding: 16px 0 0 16px;
    margin: 18px;
}

blockquote p {
	font-style: italic;
}

/* ユーザーが選択した部分 */
::selection {
	background: #6495ed;
    color: #ffffff;
	text-shadow: none;
}

/* =Links
-------------------------------------------------------------- */
a {
	color: #0066ff;
	text-decoration: none;
}

a:visited {
	color: #3864c4;
    outline: 0;
	text-decoration: none;
}

a:hover {
	color: #dc68b2;
    outline: 0;
	text-decoration: none;
}

a:focus,
a:active {
    color: #4169e1;
    outline: 0;
    text-decoration: none;
}

/* = Responsive Grid (12 Column )
　実際の幅は適用するエリアの割合できまります
-------------------------------------------------------------- */
.grid,
.sgrid {
	float: left;
	margin-bottom: 1.660531697%;
	padding-top: 0;
}

.grid-right,
.sgrid-right {
	float: right;
	margin-bottom: 1.660531697%;
	padding-top: 0;
}

.grid-1, 
.grid-2, 
.grid-3, 
.grid-4, 
.grid-5, 
.grid-6, 
.grid-7, 
.grid-8, 
.grid-9, 
.grid-10, 
.grid-11 {
	display: inline;
	margin-right: 2.272727272%;
}

.grid-1 {
	width: 6.25%;
}

.grid-2 {
	width: 14.772727272%;
}

.grid-3 {
	width: 23.295454545%;
}

.grid-4 {
	width: 31.818181818%;
}

.grid-5 {
	width: 40.34090909%;
}

.grid-6 {
	width: 48.863636363%;
}

.grid-7 {
	width: 57.386363636%;
}

.grid-8 {
	width: 65.909090909%;
}

.grid-9 {
	width: 74.431818181%;
}

.grid-10 {
	width: 82.954545454%;
}

.grid-11 {
	width: 91.477272727%;
}

.grid-12 {
	width: 100%;
}

.fit {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* =Visibility
-------------------------------------------------------------- */
.hidden {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.none {
  display: none;
}

/* =Alignments Extras
-------------------------------------------------------------- */
.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after,
.clearfix:before,
.navigation:after,
.navigation:before,
.nav-links:after,
.nav-links:before,
.widget-wrapper:after,
.widget-wrapper:before,
#page:after,
#page:before {
  content: ' ';
  display: table;
}

.clearfix:after,
.navigation:after,
.nav-links:after,
.widget-wrapper:after,
#page:after {
  clear: both;
}

.ie7 .clearfix:after,
.ie7 .navigation:after,
.ie7 .nav-links:after,
.ie7 .widget-wrapper:after,
.ie7 #page:after {
  zoom: 1;
}

.clear {
  clear: both;
}


/* =Globals
-------------------------------------------------------------- */
#page {
	margin: 0 auto;
	padding: 0px 0px;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
	max-width: 1024px; 
}

#header {
	margin: 0;
}

#main {
    background-color: #ffffff;
    clear: both;
	margin: 0px auto;
	padding: 0 12px 14px 12px;
    position: relative;
    overflow: hidden;
}

#content {
	margin-top: 10px;
	margin-bottom: 16px;
}

#attachment {
	margin-bottom: 16px;
}

#page-bottom {
	clear: both;
	margin-bottom: 0;
	padding-top: 0;
	width: 100%;
}

#footer {
	background: #efefef; 
	clear: both;
	max-width: 1024px; 
	margin: 0 auto;
	padding: 16px 40px 0 40px;
}

/**
 * Custom Header (Twenty Thirteen)
 * ----------------------------------------------------------------------------
 */
.site-header {
	position: relative;
}

.site-header .home-link {
    border: none;
	color: #141412;
	display: block;
	margin: 0 auto;
	/*max-width: 1080px;*/
	max-width: 980px;
	min-height: 150px;
    /*height : 230px;*/
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
    background: none;
    border: none;
    font-size: 34px;
	font-weight: normal;
	margin: 0 0 12px 0;
	padding: 20px 0 28px;
}

.site-description {
    font-size: 17px;
	font-weight: normal;
	margin: 0;
	padding: 5px;
}

/* Search input */
.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;
	cursor: text;
	outline: 0;
	width: 230px;
}

/*
 * Menu Navigation  (Twenty Thirteen のメニューをカスタマイズ)
 ----------------------------------------------------------------------------*/
 .main-navigation {
	clear: both;
	margin: 0 auto;
	/*max-width: 1080px;*/
	max-width: 980px;
	min-height: 45px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 40px 0 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #0066ff;
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}

.nav-menu li:hover > a {
	background-color: #4e81c3;
    
}
@media (min-width: 600px) {
    .nav-menu li:hover > a {
    	color: #fff;
    }
}

.nav-menu li a:hover {
	background-color: #4e81c3;
	color: #fff;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #4e81c3;
	border: 2px solid #f7f5e7;
	border-top: 0;
	display: none;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background-color: #DC68B2;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}

.menu-toggle {
	display: none;
}

.navbar {
	background-color: #f7f5e7;
	max-width: 1024px;
	width: 100%;
    margin: 0 auto;
}

.ie .site-header .search-form [type="search"],
.ie .site-header .search-form [type="text"] {
}

.ie7 .nav-menu .sub-menu ul,
.ie7 .nav-menu .children ul {
	left: 100%;
}

.ie7 .site-header .home-link {
	max-width: 1040px;
}

.ie7 .site-header .search-form [type="search"],
.ie7 .site-header .search-form [type="text"] {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	height: 28px;
	outline: 0;
	width: 150px;
	padding-top: 6px;
}

.ie7 .site-header {
	position: relative;
	z-index: 1;
}

.ie7 .main-navigation {
	max-width: 930px;
	padding-right: 150px;
}

.ie7 .nav-menu li a,
.ie7 .nav-menu li {
	display: block;
	float: left;
}

.ie7 .nav-menu ul {
	top: 40px;
}

.ie7 .nav-menu li ul ul {
	left: 100%;
	top: 0;
}

/* =Footer Menu
-------------------------------------------------------------- */
.footer-menu {
  margin: 8px 0px 0px 0px;
  padding: 0;
}

.footer-menu li {
  display: inline;
  list-style-type: none;
}

.footer-menu li a {
  border-left: 1px solid #cccccc;
  padding: 0 8px;
}

.footer-menu > li:first-child > a {
  border-left: none;
  padding: 0 8px 0 4px;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.ie7 .screen-reader-text {
	clip: rect(1px 1px 1px 1px); /* IE7 */
}

.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-size: 1.4rem;
	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 */
}

/* =Post
-------------------------------------------------------------- */
/* 先頭に固定表示指定のタイトル前にピン止め印 */
#content .sticky .homearchive-title h3:before {
	font: normal 24px/1 Genericons;
	content: "\f308";
	color:  violet;
    vertical-align: text-top;
	margin-right: 8px;
}

.read-more {
  clear: both;
}

.entry-summary,
.entry-content {
	clear: both;
	margin: 0px 19px;
}

/* 記事の見出し装飾 */
.entry-header {
	padding: 8px 16px;
	background:#fff0ff;
	border-left:6px solid #ffccff;
    margin: 0 8px 16px 0px;
}

.entry-header h1{
}
.entry-content h1 {
}

.entry-content h2 {
	color: #3864c4;
	border-left: 5px solid #ffccff;
	border-bottom:2px solid #ffccff;
	padding: 8px;
}

.entry-content h3 {
	color: #3864c4;
	border-bottom:1px solid #ffccff;
	padding: 4px 8px;
}

.entry-content h4 {
	color: #3864c4;
	border-bottom:1px solid #ffccff;
	padding: 3px 8px;
}

.entry-content h5 {
	color: #3864c4;
}

.entry-content h6 {
	color: #3864c4;
}

.entry-meta {
	clear: both;
	color: #9f9f9f;
	font-size: 85%;
}

.entry-meta .referer {
  font-size: 140%;
  margin: 8px 0 0;
}

.entry-caption p {
    margin: 8px 0 18px;
}

/* アーカイブ（サムネイル＆抜粋）*/
.archive-item {
    clear: both;
    margin: 0px 6px;
    padding: 16px 0px 8px;
	border-top:1px solid #efefef;
    overflow: hidden;
}

.featured-item {
    clear: both;
    margin: 0px 10px;
}

.featured-thumbnail,
.archive-thumbnail{
    margin-bottom: 18px;
}

.featured-title h3,
.homearchive-title h3 {
    margin : 0 0 4px 0;
}

.archive-title h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin : 0 0 4px 0;
}

.featured-summary p,
.archive-summary p {
    font-size: 90%;
    color: #606060;
    margin-top: 8px;
}

/* メタデータの各項目前に特殊記号（マーク）を挿入 */
.entry-meta > span {
	margin-right: 12px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.entry-meta .date :before,
.date-icon:before {   /* recent post */
	content: "\f303";
    padding-bottom: 2px;
}

.entry-meta .update :before,
.update-icon:before  {
	content: "\f420";
    padding-bottom: 2px;
}

.entry-meta .published,
.entry-meta .updated {
	color: #3864c4;
}

.comments-link {
  font-size: 12px;
  font-size: 1.2rem;
}

#cancel-comment-reply-link {
  color: #990000;
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
    padding-bottom: 2px;
}

.entry-meta .author a:before {
	content: "\f304";
    padding-bottom: 2px;
}

.categories-links a:first-child:before {
	content: "\f301";
    padding-bottom: 2px;
}

.tags-links a:first-child:before {
	content: "\f302";
    padding-bottom: 2px;
}

.edit-link a:before {
	content: "\f411";
    padding-bottom: 2px;
}


.genericon:before,
.menu-toggle:after,
.entry-meta .date :before,
.entry-meta .update :before,
.date-icon:before,
.update-icon:before,
.entry-meta .author a: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 16px/1 Genericons;
	vertical-align: text-bottom;
}

.post-format .post-format-image:before,
.post-format .post-format-gallery:before,
.post-format .post-format-audio:before,
.post-format .post-format-video:before,
.post-format .post-format-aside:before,
.post-format .post-format-link:before,
.post-format .post-format-quote:before,
.post-format .post-format-chat:before {
	font: normal 30px/1 Genericons;
	vertical-align: middle;
	/* margin-right: 8px; */
}

.icon-home:before,
.archive-icon-author:before,
.archive-icon-category:before,
.archive-icon-image:before,
.archive-icon-gallery:before,
.archive-icon-audio:before,
.archive-icon-video:before,
.archive-icon-aside:before,
.archive-icon-link:before,
.archive-icon-quote:before,
.archive-icon-chat:before {
	font: normal 20px/1 Genericons;
	vertical-align: text-bottom;
	margin-right: 5px; 
}

.icon-home:before {
	content: "\f409";
}

.archive-icon-author:before {
	content: "\f304";
}

.archive-icon-category:before {
	content: "\f301";
}

.archive-icon-image:before,
.post-format .post-format-image:before {
	content: '\f473';
}

.archive-icon-gallery:before,
.post-format .post-format-gallery:before {
	content: '\f102';
}

.archive-icon-audio:before,
.post-format .post-format-audio:before {
	content: '\f109';
}

.archive-icon-video:before,
.post-format .post-format-video:before {
	content: '\f213';
}

.archive-icon-aside:before,
.post-format .post-format-aside:before {
	content: '\f101';
}
.archive-icon-link:before,
.post-format .post-format-link:before {
	content: '\f107';
}
.archive-icon-quote:before,
.post-format .post-format-quote:before {
	content: '\f106';
}
.archive-icon-chat:before,
.post-format .post-format-chat:before {
	content: '\f108';
}

/* Form fields, general styles first. */
button,
input,
textarea {
    border: 2px solid #cccccc;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

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='text'],
input[type='password'] {
    cursor: text;
}

input[type="password"] {
	max-width: 142px;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #dc68b2; /* Old browsers */
	background: -webkit-linear-gradient(top, #dc68b2 0%, #ca479e 100%); /* Chrome 10+, Safari 5.1+ */
	/*background:   linear-gradient(to bottom, #e05d22 0%, #d94412 100%); / W3C */
	border: none;
	border-bottom: 3px solid #b02e85;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 6px 16px 2px;
	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: #e891c7; /* Old browsers */
	background: -webkit-linear-gradient(top, #e891c7 0%, #c963a9 100%); /* Chrome 10+, Safari 5.1+ */
	/*background:   linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); / W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #ca479e; /* Old browsers */
	background: -webkit-linear-gradient(top, #ca479e 0%, #dc68b2 100%); /* Chrome 10+, Safari 5.1+ */
	/*background:   linear-gradient(to bottom, #d94412 0%, #e05d22 100%); / W3C */
	border: none;
	border-top: 3px solid #b02e85;
	padding: 5px 16px 3px;
}

/* =Author Meta (Author's Box)
-------------------------------------------------------------- */
.author-meta {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #4e81c3;
  background-color: #f8f8fc;
  border-radius: 4px;
  clear: both;
  display: block;
  margin: 16px 5px;
  padding: 10px 20px 10px;
  font-size: 85%;
}

.author-meta img {
  padding: 10px 0px 16px 0px;
}

.author-meta p {
  margin-left: 50px;
}

.author-meta .about-author {
    font-size: 147%;
    margin-left: 12px;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
    text-align: left;
}

#comments .comments-title {
	font-size: 20px;
	font-size: 2.0rem;
    color: #1b8be0;
}

.comments-title {
	background:#fff0ff;
	border-left: 3px solid #ffccff;
	padding: 13px;
    margin: 0;
}

.comment-body {
    clear: both;
    font-size: 85%;
    padding: 12px 8px;
}

.comment-body p {
    color: #555555;
    margin-bottom: 11px;
}

.comment-list .avatar {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    float: left;
    margin-right: 10px;
    padding: 0;
    vertical-align: middle;
}

.comment-author .fn,
.comment-author .url {
	word-wrap: break-word;
}

.comment-author .says {
    /*「より」を表示しない*/
    display: none;
}

.comment-meta,
.comment-meta a,
.comment-reply-link,
.comment-reply-login {
    margin: 0;
    padding: 0;
    text-align: left;
}

.comment-meta,
.comment-meta p {
}

.comment-metadata {
	margin-bottom: 10px;
    font-size: 12px;
    font-size: 1.2rem;
}

.ping-meta {
}

.comment-list {
    border-bottom: 1px solid #e5e5e5;
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-list li {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #ffffff;
    border-radius: 4px;
    margin: 0;
}

.comment-list li.alt {
    background: #f9f9f9;
}

.comment-list .children {
    list-style: none;
	margin-left: 20px;
    padding: 0px 0px 12px 10px;
}

.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-list .edit-link {
	margin-left: 20px;
}

.comment-list .comment-content,
.comment-list .reply {
    margin: 1px 0 1px 50px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 12px;
}

.comment-edit-link,
.comment-reply-link,
.comment-reply-login {
    font-size: 12px;
    font-size: 1.2rem;
}

/* 返信の前に戻る矢印 */
.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* 管理者の前に★印 */
.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

/* 承認待ちの前に！三角印 */
.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.no-comments {
    color: #999999;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
}

/* Comment form */
.comment-respond {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #eaeaea;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
  background-image: -webkit-linear-gradient(top, #ffffff, #eaeaea);
  background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
  background-image: -ms-linear-gradient(top, #ffffff, #eaeaea);
  background-image: -o-linear-gradient(top, #ffffff, #eaeaea);
  background-image: linear-gradient(top, #ffffff, #eaeaea);
  border: 1px solid #4e81c3;
  border-radius: 4px;
  clear: both;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea);
  margin: 10px;
  padding: 10px 20px 20px;
}

.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;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 96%;
}

.comment-form textarea {
	width: 96%;
}

#respond #reply-title,
#respond label {
    color: #1b8be0;
}

/* コメント欄下の使用可能なHTMLタグの案内を表示しない */
.form-allowed-tags {
  display: none;
}

/* 検索結果 (WordPress) 
-------------------------------------------------------------- */
.title-search-results {
	color: #3366cc;
    font-size: 22px;
    font-size: 2.2rem;
    margin: 16px;
}

.search-item {
    clear: both;
    margin: 0px 10px;
    padding: 8px 0px;
	border-top:1px solid #efefef;
    overflow: hidden;
}

.search-result {
    overflow: hidden;
}

.search-title h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin : 0 0 6px 0;
}

.search-summary p {
    margin-top: 2px;
    font-size: 90%;
    line-height: 1.5;
}

.search-thumbnail{
    float: left;
    min-width: 90px;
    margin-bottom: 10px;
}

/* Google custom search */
.site-header .gcustom-search {
	position: absolute;
	right: 16px;
	top: 6px;
    width: 240px;
    height: 37px;
}

.gsc-search-box table {
	border: none !important;
    margin: 0 !important;
}

.gsc-search-box .gsc-input {
	padding-right: 2px !important;
}

.gsc-search-box input.gsc-search-button {
	padding: 6px 20px !important;
}

.gsc-search-box td {
	border: none !important;
    vertical-align: top !important;
}

.gsc-input-box {
    height: 30px !important;
}

.gsc-input-box .gsib_a {
    padding: 2px 6px 0 !important;
}

.gsc-search-button {
	-webkit-box-sizing: content-box;
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

.gsc-resultsHeader,
.gsc-table-result,
.gs-promotion-table,
.gsc-above-wrapper-area-container {
	border: none;
    margin: 0;
}

.gsc-resultsHeader td,
.gsc-table-result td,
.gs-promotion-table td,
.gsc-above-wrapper-area-container td {
	border: none;
}

.gsc-tabHeader {
    padding: 1px 8px 0px 8px !important;
    line-height: 24px !important;
    min-width: 100px !important;
}

.gsc-refinementsArea {
    border: none !important;
    padding: 0 !important;
}

.gsc-selected-option-container {
    min-width: 72px !important;
}

.gsc-result .gs-title {
    height: 1.4em !important;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
	border: none;
	font-size: 100%; 
	margin: 0 0px 12px 0px;
}

.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"],
.widget-wrapper input[type="email"] {
  width: 75%;
}

#widgets {
    font-size: 14px;
    font-size: 1.4rem;
	margin-top: 0px;
    overflow: hidden;
}

#widgets form {
  margin: 0;
}

#widgets ul li a {
  display: inline;
  text-decoration: none;
}

#widgets .widget-title img {
  float: right;
  height: 11px;
  position: relative;
  top: 4px;
  width: 11px;
}

#widgets .rss-date {
  line-height: 18px;
  padding: 6px 10px;
}

#widgets .rssSummary {
  padding: 10px;
}

#widgets cite {
  font-style: normal;
  line-height: 18px;
  padding: 6px 10px;
}

#widgets .tagcloud,
#widgets .textwidget {
  display: block;
  line-height: 1.5;
  margin: 0 8px;
  word-wrap: break-word;
}

#widgets .textwidget a {
  display: inline;
}

#widgets ul .children {
  padding: 0 0 0 18px;
}

#widgets .author {
  padding-top: 4px;
}

#sidebarwidget-fixedarea {
    height: auto;
    overflow: hidden;
    zoom: 1;
}

.widget_archive select, #cat {
  display: block;
  margin: 0 15px 0 0;
}


#homewidget-area .home-widget-wrapper {
    margin: 10px;
}

.content-widget-wrapper {
    padding-top: 10px;
}

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

/* Calendar Widget */
#calendar_wrap {
    margin: 0 12px;
}

.widget_calendar table {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.widget_calendar th {
    border-bottom: 1px solid #ddd;
}

.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
    padding: 0 12px;
}

.widget_calendar caption {
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
    font-weight: normal;
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.widget_calendar tfoot td {
    border-top: 1px solid #ddd;
}

.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;
}

/* =widget titles
-------------------------------------------------------------- */
.widget-title {
	clear: both;
	display: block;
	font-size: 115%;
	font-weight: 400;
	line-height: 18px;
	margin: 8px 0px;
	padding: 8px 6px 6px 6px;
	text-align: left;
}

#widgets .widget-title {
  	background:#fff0ff;
	border-left: 1px solid #ffccff;
}

.widget-title a {
  border-bottom: none;
  padding: 0 !important;
}

/* 前後記事のナビゲーション
-------------------------------------------------------------- */
.page-navigation {
	clear: both;
	display: block;
	background:#fff4ff;
	border:1px solid #ffccff;
    margin: 20px 5px;
	padding: 10px 5px;
    overflow: hidden;
}

.page-navigation a {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 4px 10px;
}

.page-navigation a:hover {
	text-decoration: none;
}

.page-navigation .previous {
    float: left;
}

.page-navigation .next {
    float: right;
}

/* 記事内のページ分割時のナビゲーション
 * [1][2]... 形式のページナビゲーション
-------------------------------------------------------------- */
.page-navi,
.page-links {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
    overflow: hidden;
}

.page-links a,
.page-links > span {
	background: #0066ff;
	border: 1px solid #0066ff;
	color: #fff;
	padding: 3px 8px;
	text-decoration: none;
}

.page-navi a {
	background: #fff;
	border: 1px solid #0066ff;
	color: #0066ff;
	padding: 3px 8px;
	text-decoration: none;
	margin-right: 6px;
}

.page-navi a,
.page-links a {
	background: #fff;
	border: 1px solid #0066ff;
	color: #0066ff;
}

.page-navi a:hover,
.page-links a:hover {
	background: #0066ff;
	border: 1px solid #0066ff;
	color: #fff;
}

.page-links .page-links-title {
	background: #fff;
	color: #0066ff;
	border: none;
	margin-right: 20px;
	padding: 0;
}

.page-navi .current{
	background: #0066ff;
	border: 1px solid #0066ff;
	color: #fff;
	padding: 3px 8px;
	margin-right: 6px;
}

.page-navi span {
	margin-right: 6px;
}

/* =Responsive Images
-------------------------------------------------------------- */
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.ie8 img {
  height: auto;
  width: auto\9;
}

.ie8 img.size-large {
	height: auto;
    max-width: 60%;
    width: auto;
}

.ie8 img.size-full {
	height: auto;
	width: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

.alignnone {
  margin: 8px 16px 10px 0;
}

.aligncenter,
a img.aligncenter,
div.aligncenter {
  display: block;
  margin: 8px auto 10px auto;
}

.alignright,
a img.alignright {
  float: right;
  margin: 8px 0 10px 16px;
}

.alignleft,
a img.alignleft {
  float: left;
  margin: 8px 16px 10px 0;
}

a img.alignnone {
  margin: 8px 16px 10px 0;
}

.wp-caption {
  max-width: 100%;
  padding: 13px 0 10px 0;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 8px 16px 10px 0;
}

.wp-caption.alignleft {
  margin: 8px 16px 10px 0;
}

.wp-caption.alignright {
  margin: 8px 0 10px 16px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 99%;
  padding: 0;
}

.wp-caption p.wp-caption-text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 0;
  padding: 10px;
}

img.wp-smiley {
  vertical-align: middle;
}

.img-shadow {
    -moz-box-shadow: 4px 2px 6px #555555;
    -webkit-box-shadow: 4px 2px 6px #555555;
    box-shadow: 4px 2px 6px  #555555;    
}


/* = Gallery (default : gallery_shortcode() in wp-includes/media.php)
-------------------------------------------------------------- */
/* (Twenty Fourteen) */
.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left; 
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	/* font-size: 12px; */
	font-size: 80%;
	line-height: 1.5;
	margin: 0;
	max-height: 60%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.ie7 .gallery-caption,
.ie8 .gallery-caption {
	background: #000;
	filter: alpha(opacity=0);
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.ie7 .gallery-item:hover .gallery-caption,
.ie8 .gallery-item:hover .gallery-caption {
	filter: alpha(opacity=70);
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* =Responsive Videos
-------------------------------------------------------------- */
video {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* =Responsive Embeds/Objects
-------------------------------------------------------------- */
embed,
object {
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

/* =404 Page 
-------------------------------------------------------------- */
.title-404 {
    font-size : 22px;
    font-size : 2.2rem;
    color: #993333;
}

.message_no_content {
    margin: 20px;
}

.error404 select,
.error404 input[type="text"],
.error404 input[type="password"],
.error404 input[type="email"] {
  width: auto;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
    font-size: 13px;
    font-size: 1.3rem;
}

.copyright {
    text-align: left;
    padding-left: 4px;
}

.powered {
    text-align: right;
    padding-left: 16px;
}
.powered a,
.powered a:visited {
    color: #333333;
}

/* =Breadcrumb Lists
-------------------------------------------------------------- */
.breadcrumb-list {
	font-size: 13px;
	font-size: 1.3rem;
    padding: 0px 0 0 0;
    margin: 10px 10px 16px 5px;
}

/* =Info Boxes
-------------------------------------------------------------- */
.info-box {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  margin: 20px 0;
  padding: 15px;
  text-align: left;
}
.info-box h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 2px 0 10px;
  padding: 0;
  border: none;
}
.info-box p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;    
  margin: 0 0 4px;
}

.alert {
  background-color: #faebeb;
  border: 1px solid #dc7070;
  color: #212121;
}

.address {
  background-color: #f6f5ef;
  border: 1px solid #cdc9a5;
  color: #212121;
}

.notice {
  background-color: #fbf7dc;
  border: 1px solid #e3cf57;
  color: #212121;
}

.success {
  background-color: #f9fde8;
  border: 1px solid #a2bc13;
  color: #212121;
}

.download {
  background-color: #fff4e5;
  border: 1px solid #ff9912;
  color: #212121;
}

.information {
  background-color: #eef3f6;
  border: 1px solid #6ca6cd;
  color: #212121;
}

.required {
  color: #d5243f;
}

/* =Responsive (Mobile) 
 * IE7,8 でレスポンシブ動作させるには、以下のメディアクエリーを rwdstyle.css ファイルにして
 * header.php で読み込めば respond.js で実行されます
-------------------------------------------------------------- */
@media screen and (max-width: 960px) {

    body {
        font-size: 14px;
        font-size: 1.4rem;
    }

    h1 {
        font-size: 26px;
        font-size: 2.6rem;
    }
}

/* サイドバーのレイアウトを変更するポイント */
/* 750px 以下はサイドバーをコンテンツの下に表示 */
@media screen and (max-width: 750px) {

    body {
    }

	.grid, 
	.grid-right {
		float: none;
        margin-right: 0px;
	}

    #main {
    	padding: 14px 8px;
    }

    .featured-item {
        clear: both;
        margin: 0px 10px;
        padding: 2px 0px;
        border-top:1px solid #efefef;
    }
    
    .archive-item {
        padding: 2px 0px;
    }

    #footer {
        padding: 12px 12px 0 12px;
    }
    
}

@media screen and (max-width: 600px) {

    body {
    }

    #main {
    }
    
	.site-title {
		font-size: 28px;
		font-size: 2.8rem;
        margin-bottom: 20px;
	}
    .site-description {
		font-size: 15px;
		font-size: 1.5rem;
    }

    h1 {
        font-size: 22px;
        font-size: 2.2rem;
    	margin: 10px 0;
    }
    h2 {
        font-size: 20px;
        font-size: 2.0rem;
    	margin: 18px 0;
    }
    h3 {
        font-size: 18px;
        font-size: 1.8rem;
    	margin: 18px 0;
    }

    .entry-summary,
    .entry-content {
        clear: both;
        margin: 0px 15px;
    }

	/* Small menu */
    .menu-toggle {
    	background-color: transparent;
        background-image: url(images/menu-icon.png);
        
        background-repeat: no-repeat;
        background-size: 32px 32px;
		cursor: pointer;
		display: inline-block;
        width: 32px;
        height: 32px;
        margin: 6px 6px 0 24px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

    .nav-menu li a {
        color: #FFF;
    }

	.toggled-on .nav-menu li > ul a {
		width: auto;
	}

	.toggled-on .nav-menu li a:hover,
	.toggled-on .nav-menu ul a:hover {
        background-color: #DC68B2;
		color: #fff;      
	}

	ul.nav-menu,
	div.nav-menu > ul {
        background-color: #4e81c3;
		display: none;
	}

    .nav-menu .sub-menu,
    .nav-menu .children {
        border: none;
    }

}

@media screen and (max-width: 360px) {

    body {
        font-size: 13px;
        font-size: 1.3rem;
    }

    #main {
    	padding: 14px 0px;
    }

    .entry-summary,
    .entry-content {
        margin: 0px 10px;
    }

}
