/*
Theme Name: Child
Template: twentytwelve
*/
 
@import url('../twentytwelve/style.css');

html {
    overflow: auto;
}
 
body {
    overflow: hidden;
}
 
/* Page structure */
.site {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	/* background-color: #fff; */
}
 
@media screen and (min-width: 600px) {
    .site {
        overflow: visible;
    }
	.main-navigation li ul li a {
		background: #003049;   /* プルダウンメニューバック色 */
	}
}

/* ヘッダー横幅いっぱい */
#masthead {
    margin-right: -100%;
    margin-left: -100%;
    padding-right: 100%;
    padding-left: 100%;
}
/* フッター横幅いっぱい */
#colophon {
    margin-right: -100%;
    margin-left: -100%;
    padding-right: 100%;
    padding-left: 100%;
}

/* フォントと文字の大きさ、色 */
body {
font-family: "メイリオ", Meiryo, 
"Hiragino Kaku Gothic Pro",
"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", 
"Lucida Sans Unicode", Arial, Verdana, sans-serif;
text-rendering: optimizeLegibility;
color: #fdeb90;  /* 文字色 */
font-size: 14px; /* 文字の大きさ */
}
 
body.custom-font-enabled {
font-family: "メイリオ", Meiryo,
"Hiragino Kaku Gothic Pro",
"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande",
"Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

/* 本文中の行間 */
.entry-content p {line-height: 1.5em;}

/* サイドバーの行間と文字の大きさ */
.widget-area .widget li {
line-height: 1.5em; /* 行間 */
font-size: 14px; /* 文字の大きさ */
}

/* ブログタイトル部分 */
.site-header {
background-image:url(https://pittore.jp/wp/wp-content/uploads/2015/03/bg_headers.gif);
background-repeat:repeat;
}
.site-header h1 {　　　/* サイトタイトル(リンク)の文字設定 */
	font-size: 24px;　　　　　　　　　　　/* タイトル文字の大きさ */
	font-size: 1.714285714rem;　　　/* タイトル文字の大きさ */
	line-height: 1.285714286;
}
.site-header h1 a,
.site-header h2 a {　　　 /* サイトタイトル(リンク)文字のカラー設定 */
	color: #fdeb90;
	display: inline-block;
	text-decoration: none;
}

.site-header h1 a:hover,
.site-header h1 a:hover {　　　 /* マウスオーバー時のカラー設定 */
	color: #dbb55a;
}

/* フッター背景画像 */
footer[role="contentinfo"]{
background-image:url(https://pittore.jp/wp/wp-content/uploads/2015/03/bg_headers.gif);
background-repeat:repeat;
}

/* 「コメントをどうぞ」を非表示 */
.comments-link {display: none;}

/* テーブルスタイル */
#main table {
   border-collapse:collapse;
}

#main table th {
   padding:5px;
   text-align: center;
   font-size:14px;
   font-weight: bold;
   border:1px solid #C1C1C1;
   background:#FBF2EF;
}

#main table td {
   padding:5px;
   text-align: left;
   font-size:14px;
   line-height:20px;
   border:1px solid #C1C1C1;
}
.entry-header .entry-title {  
   color: #fdeb90; /* テキストの色 */  
   font-size:150%; /* フォントの大きさ */  
   font-weight:bold; /* 太字 */  
   line-height: 1.4em; /* 行間 */  
   /*border-bottom:2px solid #003049;  下線 */  
   /*border-left:15px solid #003049; /* 左側の線 */  
   margin: 5px 0 10px 0; /* 上下の余白 */  
   padding:3px 10px 1px 10px; /* テキストとボーダーの間の余白 */  
   background-image:url(https://pittore.jp/wp/wp-content/uploads/2015/03/bg_headers.gif);
}
  
/*.entry-header .entry-title {  
   color: #141414; /* テキストの色 */  
  /* font-size:150%; /* フォントの大きさ */  
  /* font-weight:bold; /* 太字 */  
  /* line-height: 1.5em; /* 行間 */  
  /* border-bottom:2px solid #003049; /* 下線 */  
  /* border-left:15px solid #003049; /* 左側の線 */  
  /* margin: 5px 0 10px 0; /* 上下の余白 */  
  /* padding:3px 10px 1px 10px; /* テキストとボーダーの間の余白 */  
  /* } */


/* Footer */
footer[role="contentinfo"] {
	/* border-top: 1px solid #ededed; */
	clear: both;
	font-size: 14px;
	/* font-size: 0.857142857rem; */
	color: #fdeb90;
	line-height: 2;
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-top: 5px;
	/* margin-top: 1.714285714rem; */
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0;
	/* padding: 1.714285714rem 0; */
}

.site-content article {　/* コンテンツの最下部 */
	border-bottom: 4px double #ededed;
	margin-bottom: 0;
	margin-bottom: 0rem;
	padding-bottom: 0;
	padding-bottom: 0rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.header-image {
	margin-top: 0;
}

/*リンクの下線を消す*/
a {
	text-decoration: none;
	color: #00e6ff;
}
.widget-area .widget a {
	color: #00e6ff;
}

footer[role="contentinfo"] a {
	color: #00e6ff;
}
footer[role="contentinfo"] a:hover {
	color: #dbb55a;
}
.template-front-page .widget-area .widget li a {
	color: #00e6ff;
}
	.main-navigation li a {
		color: #00e6ff;
		line-height: 2;
	}
	footer.entry-meta a {
		color: #00e6ff;
		font-size: 14pt;
	}

.entry-content a:visited,
.comment-content a:visited {
	color: #00e6ff;
}
.widget-area .widget a:visited {
	color: #00e6ff;
}

.widget-area .widget {
	margin-bottom: 20px;
	margin-bottom: 1.428571428rem;
}
.widget-area .widget h3 {
	margin-bottom: 10px;
	margin-bottom: 0.714285714rem;
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #e6e6e6;
	}
	body .site {
		padding: 0 40px;/* コンテンツ横空き幅元40 */
		padding: 0 2.857142857rem;/* コンテンツ横空き幅元2.857142857rem */
		margin-top: 0;/* 48px;
		margin-top: 3.428571429rem; */
		margin-bottom: 0;/* 48px;
		margin-bottom: 3.428571429rem; */
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}


.main-navigation li a {
	color: #fdeb90;
}
.main-navigation li a:visited {
	color: #fdeb90;
	}
.main-navigation li a:hover{
	color: #dbb55a;
	}

/* 記事のタイトルバックグラウンド */
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.4;
    margin: 5px 0 10px 0; /* 上下の余白 */  
    padding:3px 10px 1px 10px; /* テキストとボーダーの間の余白 */  
   background-image:url(https://pittore.jp/wp/wp-content/uploads/2015/03/bg_headers.gif);
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.4;
    margin: 5px 0 20px 0; /* 上下の余白 */  
    padding:3px 10px 1px 10px; /* テキストとボーダーの間の余白 */  
   background-image:url(https://pittore.jp/wp/wp-content/uploads/2015/03/h202s.gif);
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.4;
    margin: 5px 0 20px 0; /* 上下の余白 */  
    padding:3px 10px 1px 10px; /* テキストとボーダーの間の余白 */  
   background-image:url(https://pittore.jp/wp/wp-content/uploads/2015/03/bg_h302.gif);
}


.entry-content blockquote { 
    margin: 24px; 
    margin: 1.714285714rem; 
    padding: 14px; 
    padding: 1rem;
    font-style: normal; 
    border-left:5px solid #fdeb90; 
    background-color:#002500;
} 


.widget-area .widget h3 {  /* ココです!! */
    clear: both;
    color: #fdeb90; /* テキストの色 */  
    font-size: 14px;
    font-size: 1.06rem;
    line-height: 1.4;
    margin: 5px 0 10px 0; /* 上下の余白 */  
    padding:3px 10px 1px 10px; /* テキストとボーダーの間の余白 */  
    background-image:url(https://pittore.jp/wp/wp-content/uploads/2015/03/bg_h302.gif);
}

/* Navigation Menu */
.main-navigation {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	text-align: center;
}
.main-navigation li {
	margin-top: 0px;
	margin-top: 0rem;
	font-size: 14px;
	font-size: 1rem;
}

.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #21759b;
}

/* 背景色 */ 
.site {background: #003049;}
.widget-area {background: #003049;}
.site-content {background: #003049;}
/* .site-header {background: #000;} */

/*
フォントと主な文字色を変更
*/
 
del {
	color: #fdeb90;
}

a {
	outline: none;
	color: #00e6ff;
}
a:hover {
	color: #dbb55a;
}

.widget-area .widget a {
	color: #00e6ff;
}
.widget-area .widget a:hover {
	color: #dbb55a;
}

/* メニュー上下のライン色 */
/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 1px solid #fdeb90;
		border-top: 1px solid #fdeb90;
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation li a {
		border-bottom: 0;
		line-height: 2.4;/* メニュー行間元は3.692307692 */
		text-transform: uppercase;
		white-space: nowrap;
	}
	/* コンテンツ横空き幅追加元はこの項目なし */
	.site {
		padding: 0 20px;/* コンテンツ横空き幅元40 */
		padding: 0 1.428571428rem;/* コンテンツ横空き幅元2.857142857rem */
	}
}

/* コンテンツ背景画像 */ 
.site-content {
background-image:
url(https://pittore.jp/wp/wp-content/uploads/2015/03/bg_bk1.gif);
background-repeat:repeat;}

/* サイドバーの背景色 */ 
.widget-area {
background-image:
url(https://pittore.jp/wp/wp-content/uploads/2015/03/bg_bk1.gif);
background-repeat:repeat;}


.english-page {
    text-align: right;
}

.wpcf7-form input{max-width: 95%;} /*contactform7 名前、メール、題名の幅レスポンシブ*/
.wpcf7-form textarea{max-width: 95%;}  /*contactform7 本文の幅レスポンシブ*/