@charset "utf-8";




/******************************* - CSS Reset - *****************************/
* {
	margin: 0;
	padding: 0;
}


/******************************* - Global Settings for SmartPhone - *****************************/

a {  
	-webkit-tap-highlight-color: rgba(255,255,255,.2);
}


*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}




/******************************* - Global Settings - *****************************/
html {overflow-y:scroll;}
body {
    -webkit-text-size-adjust: 100%;
	width:100%;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
    font-size: 18px;
    line-height: 1.5;
	letter-spacing:0;
	text-align:center;
	margin:0 auto;
	padding:0;
	background:#fff;
	color: #000;
}
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
body.custom-background {
    background-image:none !important;
	background-color:#1f447f;
}
}


h1,h2,h3,h4,h5,h6,ul,dl,ol,p {
	font-size:100%;
	font-weight:normal;
}
p,li,dd {}
p {margin:0;}
li {list-style-type:none;}
img {border:0; vertical-align:bottom;}
hr {display:none; clear:both;}
address {font-style:normal;}
strong {font-weight:bold;}
.clear {clear:both !important;}
.hide {display:none;}

a {overflow:hidden;}
a:link {
	color: blue;
	text-decoration:none;
}
a:visited {
	color:purple;
	text-decoration: underline;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:underline;
}

a[href^="tel:"] { pointer-events: none; }


.ClearFix:after { /*for modern browser*/
    content: ".";
    clear: both;
    display: block;
    line-height: 0;
    height: 0;
    visibility: hidden;
}

a img:hover {
	opacity:0.9;
		filter: alpha( opacity=90 );/*for IE6,7*/
		-ms-filter: "alpha( opacity=90 )";/*for IE8*/
	transition:0.2s;
}









/******************************* - Layout - *****************************/
/* ================================[wrapper] */
#page {
	text-align:left;
	width:100%;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}







/* ================================[Header] */

/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
#masthead {
	width:100%;
	margin:0 auto;
	padding:0;
	background:#fff;
}
#masthead,
#masthead a {
	color:#000080;
	text-decoration:none;
}
#masthead a:hover {}

#masthead hgroup {
	width:100%;
	margin:0 auto;
	padding:20px 0 10px 10px;
	text-align:center;
}
#masthead hgroup h1 {
	width:192px;
	height:90px;
	background: url(../../uploads/2017/07/logo_sp.png) no-repeat left top;
	text-indent:-1000000em;
	margin:0 auto;
}
#masthead hgroup h1 a {
	display:block;
	width:192px;
	height:90px;
}
#masthead hgroup h2 {
	margin:10px 0 5px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	letter-spacing:0.1em;
}
}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
#masthead {
	width:100%;
	margin:0 auto;
	padding:0;
	background:#fff;
}
#masthead,
#masthead a {
	color:#000080;
	text-decoration:none;
}
#masthead a:hover {}

#masthead hgroup {
	width:980px;
	margin:0 auto;
	padding:30px 0 30px 20px;
}
#masthead hgroup h1 {
	width:358px;
	height:63px;
	background: url(../../uploads/2017/07/logo.png) no-repeat left top;
	text-indent:-1000000em;
}
#masthead hgroup h1 a {
	display:block;
	width:358px;
	height:63px;
}
#masthead hgroup h2 {
	margin:10px 0 0 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	letter-spacing:0.1em;
}
}







/*=====gnav*/
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
/*---accordion menu*/
.accordion {
	color:#000080;
	border-top:1px solid #fff;
}

/*menu btn*/
.accordion > p {
	text-align:center;
	padding:15px 0 20px 0;
	border-bottom:1px solid #fff;
}
.accordion > p:hover {
	transition:0.3s;
	background:#C0C0C0	;
}

.accordion ul.nav-menu a {display:block;}
.accordion ul.nav-menu span {display:block;}

.accordion > div {display:none;}
.accordion ul li {
	border-bottom:1px dotted #000080;
}
.accordion ul li a {
	color:#000080;
	padding:15px;
}
.accordion ul li a:hover {
	transition:0.2s;
	background:#C0C0C0	;
}
/*---stay*/
/*.home #site-navigation .nav-menu li.menu-item-79 a,*/
.blog #site-navigation .nav-menu li.menu-item-81 a,/*新着情報*/
.archive #site-navigation .nav-menu li.menu-item-81 a,/*アーカイブ、カテゴリー*/
.single-post #site-navigation .nav-menu li.menu-item-81 a,/*記事*/
.page-id-26 #site-navigation .nav-menu li.menu-item-87 a,/*プロフィール*/
.page-id-49 #site-navigation .nav-menu li.menu-item-88 a,/*Facebook*/
.page-id-38 #site-navigation .nav-menu li.menu-item-89 a,/*活動報告*/
.page-id-36 #site-navigation .nav-menu li.menu-item-84 a {/*お問い合わせ*/
	background:#fff;
	border-radius:0px 0px 0 0;
}
}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
.accordion > p {display:none;}

nav#site-navigation {
	background:#fff;
	padding:0;
	height:50px;
	overflow:hidden;
}

div.menu-menu-1-container {
	width:980px;
	margin:0 auto;
	padding:0;
}

nav#site-navigation ul.nav-menu {
	margin:0;
	padding:0;
}
nav#site-navigation ul.nav-menu li {
	display:inline-block;
}
/*nav#site-navigation ul.nav-menu li a { for x6
	background:#14233b;
	display:block;	
	width:158px;
	height:50px;
	line-height:50px;
	text-align:center;
}*/
nav#site-navigation ul.nav-menu li a {/*for x5*/
	background:#fff;
	display:block;	
	width:190px;
	height:50px;
	line-height:50px;
	text-align:center;
}
nav#site-navigation ul.nav-menu li:first-child a {}
nav#site-navigation ul.nav-menu li a:hover {
	background:#fff;
	border-radius:5px 5px 0 0;
}

/*---stay*/
/*.home #site-navigation .nav-menu li.menu-item-79 a,*/
.blog #site-navigation .nav-menu li.menu-item-81 a,/*新着情報*/
.archive #site-navigation .nav-menu li.menu-item-81 a,/*アーカイブ、カテゴqリー*/
.single-post #site-navigation .nav-menu li.menu-item-81 a,/*記事*/
.page-id-26 #site-navigation .nav-menu li.menu-item-87 a,/*プロフィール*/
.page-id-49 #site-navigation .nav-menu li.menu-item-88 a,/*Facebook*/
.page-id-38 #site-navigation .nav-menu li.menu-item-89 a,/*活動報告*/
.page-id-36 #site-navigation .nav-menu li.menu-item-84 a {/*お問い合わせ*/
	background:#fff;
	border-radius:5px 5px 0 0;
}
}



















/* ================================[main] */
/*==========トップページ*/
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
#news,
.insert_profile,
.insert_facebook,
.insert_video {
	width:96%;
	margin:0px auto;
	padding:15px;
	background:#fff;
}
#news {
	margin-top:15px;
	padding-bottom:50px;
	border-radius:10px 10px 0 0;
}
.insert_video {
	margin-bottom:15px;
	border-radius:0 0 10px 10px;
}
}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
.home {}

#news,
.insert_profile,
.insert_facebook,
.insert_video {
	width:980px;
	margin:0px auto;
	padding:30px;
	background:#fff;
}
#news {
	margin-top:50px;
	padding-bottom:50px;
	border-radius:20px 20px 0 0;
}
.insert_video {
	margin-bottom:50px;
	border-radius:0 0 20px 20px;
}
}

.insert-page {
	padding-top:50px;
	padding-bottom:50px;
}

/*ttl*/
#news > h1,
.insert-page > h1 {
	margin:0 0 10px 0;
	font-size:26px;
	font-weight:bold;
	border-bottom:2px solid #14233b;
}
#news > h1 {
	position:relative;
}
#news h1 span {
	position:absolute;
	top:0.2em;
	right:0;
	font-size:20px;
}







/*---新着情報*/
#news .news_list {
	padding:1em 0 0 0;
}
#news .news_list li {
	margin:0 0 1.5em 0;
	padding:0 0 1.5em 0;
	clear:both;
	border-bottom:1px dotted #ccc;
}
#news .news_list li dl {}
#news .news_list li dl dt.post_date {
	margin:0 0 3px 0;
	font-weight: normal;
}
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
#news .news_list li dl dd.post_title {
	float:none;
	font-size:22px;
}
#news .news_list li dl dd.post_category {
	float:none;
	margin:0px 7px 0px 0;
}
}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
#news .news_list li dl dd.post_title {
	float:left;
	font-size:22px;
}
#news .news_list li dl dd.post_category {
	float:left;
	margin:0px 7px 0px 0;
}
}

#news .news_list li dl dd.post_category a {
	display:inline-block;
	min-width:100px;
	padding:3px 7px;
	background:#333;
	border-radius:3px;
	color:gold;
	text-align:center;
	text-decoration:none;
	font-size:14px;
}
#news .news_list li dl dd.post_category a:hover {
	opacity:0.8;
		filter: alpha( opacity=80 );/*for IE6,7*/
		-ms-filter: "alpha( opacity=80 )";/*for IE8*/
	transition:0.2s;
}
#news .news_list li dl dd.post_txt {
	clear:both;
	margin:0.5em 0 0 0;
}

.more_link {}
.more_link a {
	background:url(../../uploads/2017/07/parts__arrow_01.png) no-repeat left 3px;
	color:#000;
	padding:0 0 0 23px;
}





/*プロフィール - http://tanaka-hideki.sakura.ne.jp/profile/ */
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
.insert_profile {
	background:#fff none;
}
}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
.insert_profile {
	background:#fff url(../../uploads/2017/07/profile_bg.jpg) no-repeat 90% bottom;
}
}





/*Facebook - http://tanaka-hideki.sakura.ne.jp/facebook/ */
.insert_facebook iframe,
.post-49 iframe {
	width:100%;
}


/*日々の情報（道議会動画画像）  */

#dougagazou {
  height:60px;
  margin-top: 15px;
  margin-bottom: 35px;
}
#dougagazou dl {
  float: left;
  text-align: center;
  margin-top: 15px;
  margin-left: 18px;
}

}


/*活動報告 - http://tanaka-hideki.sakura.ne.jp/video/ */
#i_video {}
.insert-page-38:after { /*for modern browser*/
    content: ".";
    clear: both;
    display: block;
    line-height: 0;
    height: 0;
    visibility: hidden;
}

.insert-page-38 h1 {
clear: left;
	margin-top:20px;
	margin-bottom:20px;
}
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
#i_video dl {
	float:left;
	width:100%;
	min-height:auto;
	margin:0px 0px 20px 0px;
	background:#fff;
	box-shadow:0 3px 3px #aaa;
}

#i_video dl dt {}
#i_video dl dt img {
	width:100%;
	height:auto;
}
#i_video dl dt a img:hover {
	opacity:0.7;
		filter: alpha( opacity=70 );/*for IE6,7*/
		-ms-filter: "alpha( opacity=70 )";/*for IE8*/
	transition:0.2s;
}

#i_video dl dd {
	font-size:14px;
}
#i_video dl > dd {
	display:inline-block;
	margin:10px 0px 5px 10px;
	padding:3px 6px;
	background:#f8b52f;
	border-radius:3px;
}
#i_video dl dd + dd {
	display:inline-block;
	margin:10px 10px 0px 0px;
	background:#fff;
}
#i_video dl dd + dd + dd{
	display:inline-block;
	margin:0px 5px 5px 5px;
	background:#fff;
}
}

#backnumber {
clear: left;
  text-align: center;
}

#backnumber dl {
  float: left;
  text-align: center;
  margin-top: 15px;
  margin-left: 18px;
}

#backnumber dd {
    height: 30px;
  margin-top: 10px 0px 0px 15px;
  font-size:13px;
}

#backnumber_more {
clear: left;
    height: 50px;
  margin-top: 20px;
　padding-top:20px;
  margin-right: 35px;
  text-align: right;
  font-size:13px;
}


/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
#i_video dl {
	float:left;
	width:290px;
	min-height:300px;
	margin:0px 8px 20px 8px;
	background:#fff;
	box-shadow:0 3px 3px #ddd;
}

#i_video dl dt {}
#i_video dl dt img {
	width:290px;
	height:200px;
}
#i_video dl dt a img:hover {
	opacity:0.7;
		filter: alpha( opacity=70 );/*for IE6,7*/
		-ms-filter: "alpha( opacity=70 )";/*for IE8*/
	transition:0.2s;
}

#i_video dl dd {
	font-size:14px;
}
#i_video dl > dd {
	display:inline-block;
	margin:10px 0px 5px 10px;
	padding:3px 6px;
	background:#f8b52f;
	border-radius:3px;
}
#i_video dl dd + dd {
	display:inline-block;
	margin:10px 10px 0px 0px;
	background:#fff;
}
#i_video dl dd + dd + dd{
	display:inline-block;
	margin:0px 5px 5px 5px;
	background:#fff;
}
}





/*お問い合わせ - http://tanaka-hideki.sakura.ne.jp/contact/ */





/*---for log in*/
/*auther編集btn*/
.home #main .edit-link {}
.home #main .edit-link a.post-edit-link {
	display:block;
	margin:0px 10px 0 0;
	text-align:right;
}
































/*==========投稿ページ*/
/*
.blog=投稿トップ一覧
.single-post=記事ページ
.category=カテゴリー
.archive=アーカイブ
.search=検索結果
.error404=エラーページ
.author=投稿者
*/
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
.blog #main,
.single-post #main,
.category #main,
.archive #main,
.search #main,
.error404 #main {
	width:96%;
	margin:15px auto;
	padding:15px;
	background:#fff;
	border-radius:20px;
}
#main:after { /*for modern browser*/
    content: ".";
    clear: both;
    display: block;
    line-height: 0;
    height: 0;
    visibility: hidden;
}

/*left col*/
.blog #primary,
.single-post #primary,
.category #primary,
.search #primary,
.archive #primary {
	float:none;
	width:96%;
}
}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
.blog #main,
.single-post #main,
.category #main,
.archive #main,
.search #main,
.error404 #main {
	width:980px;
	margin:50px auto;
	padding:30px;
	background:#fff;
	border-radius:20px;
}
#main:after { /*for modern browser*/
    content: ".";
    clear: both;
    display: block;
    line-height: 0;
    height: 0;
    visibility: hidden;
}

/*left col*/
.blog #primary,
.single-post #primary,
.category #primary,
.search #primary,
.archive #primary {
	float:left;
	width:600px;
}
}
.blog #content h1.post_ttl,
.category #content h1.archive-title,
.search #content h1.page-title,
.archive #content h1.archive-title {
	margin:0 0 25px 0;
	font-size:26px;
	font-weight:bold;
	border-bottom:2px solid #14233b;
}
#content h1 span,
#content h1 span a {
	color:green;
}
.home #content h1 span,
.home #content h1 span a {
	color:#000;
}




/*投稿ナビゲーション*/
.search .navigation,
.author .navigation {
	display:none;
}




/*投稿*/
.blog #content .post,
.category #content .post,
.search #content .post,
.search #content .type-page,
.archive #content .post {	
	margin:0 0 2.5em 0;
	padding:0 0 2.5em 0;
	border-bottom:1px dotted #ccc;
}
.search #content .no-results {
	border-bottom:none;
}

.blog #content .post .entry-title,
.single-post .post .entry-title,
.category .post .entry-title,
.search .post .entry-title,
.search .type-page .entry-title,
.archive .post .entry-title {
	padding:0 0 0 10px;
	font-size:22px;
	border-left:4px solid #14233b;
}
.single-post .post .entry-title {
	margin-top:5px;
	font-size:24px;
	font-weight:bold;
}

.blog #content .post .comments-link,
.single-post #content .post .comments-link,
.category #content .post .comments-link,
.search #content .post .comments-link,
.archive #content .post .comments-link {
	display:none;
}

/*txts*/
.blog #content .post .entry-content,
.single-post #content .post .entry-content,
.categoryt #content .post .entry-content,
.search #content .post .entry-summary,
.search #content .type-page .entry-summary,
.search #content .no-results .entry-content,
.archive #content .post .entry-content {
	padding:20px 10px 25px 10px;
}
.search #content .no-results .entry-content form {
	margin:10px 0 0 0;
}

.blog #content .post .entry-meta,
.single-post #content .post .entry-meta,
.categoryt #content .post .entry-meta,
.search #content .post .entry-meta,
.search #content .type-page .entry-meta,
.archive #content .post .entry-meta {
	margin:10px 0 0 0;
	font-size:14px;
	text-align:right;
}
.blog #content .post .entry-meta a,
.single-post #content .post .entry-meta a,
.categoryt #content .post .entry-meta a,
.search #content .post .entry-meta a,
.search #content .type-page .entry-meta a,
.archive #content .post .entry-meta a {
	color:#000;
}
.blog #content .post .entry-meta .by-author {}






/*page navi*/
.single-post #content .nav-single {
	margin:40px 0;
	padding:20px 0;
	border-bottom:1px dotted #ccc;
	border-top:1px dotted #ccc;
	font-size:14px;
}
.single-post #content .nav-single:after { /*for modern browser*/
    content: ".";
    clear: both;
    display: block;
    line-height: 0;
    height: 0;
    visibility: hidden;
}
.single-post #content .nav-single h3 {
	display:none;
}
.single-post #content .nav-single .nav-previous a {
	float:left;
}
.single-post #content .nav-single .nav-next a {
	float:right;
}



/*comment*/
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
#comments {
	padding:0px 0;
}
#comments a {}
.commentlist {
	padding:10px 5px;
	font-size:14px;
}
}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
#comments {
	padding:30px 0;
}
#comments a {}
.commentlist {
	padding:15px;
	font-size:14px;
}
}
#comments .comments-title {
	padding:8px 4px;
	font-weight: normal;
	font-size:16px;
	border:1px solid #ccc;
	border-left:5px solid #ccc;
}
#comments .comments-title span {
	font-weight:bold;
}

.commentlist li.comment {
	margin:0 0 30px 0;
	padding:10px 0px 30px 0px;
	border-bottom:1px dotted #ccc;
}

/*children*/
.commentlist .children li.comment {
	margin:0 0 0px 0;
	padding:0px 0px 0px 0px;
	border-bottom:none;
}

.comment-meta {}
.comment-content {
	padding:0.5em 0 5px 0;
}
/*comment txt*/
.comment-content p {
	padding:0 0 0 0px;
}

.comment-author img {
	margin:0 0.5em 0 0;
	border:1px solid #eee;
	width:30px;
	height:30px;
}
.comment-author cite {}
.comment-author cite b {
	font-style:normal;
}

.comment-author time {
	padding:0 0 0 1em;
	display: inline-block;
}
.comment-author a time {
	color:#000;
}

/*返信btn*/
.reply {
	text-align:right;
	margin:0 0 1em 0;
}
.reply a {
	color:#000;
}
.reply span {
	display:none;
}

/*コメントを残す*/
#respond {
	background:#eee;
	margin-bottom:20px;
	padding:20px;
	border-radius:5px;
}
#respond h3 {
	font-weight:bold;
}
#respond h3 small a {
	color:#000;
	font-weight:normal;
}
#respond form {
	margin:5px 0 0 0;
}
.comment-notes {
	font-size:11px;
	color:red;
}
#email-notes {
	color:#000;
}
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
#respond .comment-form-comment textarea,
#respond .comment-form-author input,
#respond .comment-form-email input,
#respond .comment-form-url input {
	width:100%;
}
#respond .form-submit {
	margin:10px 0 0 0;
}
#respond .form-submit .submit {
	height:50px;
}
}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
#respond .comment-form-comment,
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
	width:150px;
	margin-top:5px;
}
#respond .form-submit {
	margin:10px 0 0 0;
}
#respond .form-submit .submit {
	height:30px;
}
}


.required {
	color:red;
}

/*---for log in*/
/*編集btn*/
.edit-link {
	text-align:right;
	margin:0 0 0 0;
	font-style: oblique;
}
.edit-link a {
	color:#000;
	font-weight:bold;
}

/*xxxとしてログイン中。ログアウトしますか ?*/
.logged-in-as {
	font-size:14px;
}

/*---for log out*/







/*------pager*/
/*wp default*/
#nav-below {
	display:none;
}

/*add code*/
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
.pagination{
	text-align: center;
	padding:0 0 0px 0;
	font-size:14px;
}
}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
.pagination{
	text-align: center;
	padding:0 0 30px 0;
	font-size:14px;
}
}
a.page-numbers,
.pagination .current{
	background: #fff;
	border: solid 1px #ccc;
	border-radius:3px;
	padding:8px 12px;
	margin:0 2px;
	text-decoration: none;
	color:#000;
}
a.page-numbers:hover {	
	background:#2b6ca3;
	border: solid 1px #14233b;
	color:#fff;
}
.pagination .current{
	background: #14233b;
	border: solid 1px #000;
	color: #fff;
}







/*-----side*/
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
#secondary {
	float:none;
	width:96%;
	margin-top:50px;
	padding-top:40px;
	border-top:3px double #ccc;
}
}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
#secondary {
	float:right;
	width:280px;
}
}

#secondary aside {
	padding:0 0 40px 0;
}
#secondary aside h3 {
	margin:0 0 10px 0;
	font-size:20px;
	font-weight:bold;
	border-bottom:2px solid #14233b;
}
#secondary aside ul {}
#secondary aside ul li {
	list-style: circle;
	margin-left:1.3em;
}
/*最近の投稿*/
.widget_recent_entries ul li {
	line-height:1.3;
	margin:0 0 0.3em 0;
}





















/*==========固定ページ*/
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
.page-template-full-width #main{
	width:96%;
	margin:15px auto;
	padding:15px 15px 40px 15px;
	background:#fff;
	border-radius:20px;
}
}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
.page-template-full-width #main{
	width:980px;
	margin:50px auto;
	padding:30px;
	background:#fff;
	border-radius:20px;
}
}
.page-template-full-width #main:after { /*for modern browser*/
    content: ".";
    clear: both;
    display: block;
    line-height: 0;
    height: 0;
    visibility: hidden;
}

.page-template-full-width h1.entry-title {
	margin:0 0 25px 0;
	font-size:26px;
	font-weight:bold;
	border-bottom:2px solid #14233b;
}


.page-template-full-width #comments {
	display:none;
}


/*---for log in*/
/*編集btn*/
.page-template-full-width .edit-link {}
.page-template-full-width .edit-link a.post-edit-link {
	display:block;
	margin:50px 0 0 0;
	text-align:right;
}



/*404 - http://tanaka-hideki.sakura.ne.jp/404/ */
.error404 {}
.error404 h1.entry-title {
	text-align:center;
	font-size:26px;
	font-weight:bold;
	border-bottom:2px solid #14233b;
}
.error404 #content .entry-content {
	padding:40px 20px;
}

















/* ================================[pagetop] */
.page_top {
	position: fixed;
	bottom:30px;
	right:15px;
	font-size:12px;
}
.page_top a {
	text-align: center;
	display: block;
	padding:20px 10px;
	color: #fff;
	text-decoration: none;
	/*text-shadow:1px 1px 0 #cc9900;*/
	background: #14233b;
	border:1px solid #fff;
	border-radius:5px;
	opacity:0.9;
	box-shadow:0 1px 5px 0px #ccc;
}
.page_top a:hover {
	color: #fff;
	background:#2b6ca3;
	text-decoration: none;
	text-shadow:none;
	opacity:1;
	transition:0.2s;
}





















/* ================================[Footer] */
/*Responsive - 横1023px以下*/@media only screen and (max-width: 1023px) {
#colophon {
	width:100%;
	background:#fff;
	opacity:1;
}
.site-info {
	width:100%;
	margin:0 auto;
	padding:20px 2%;
	color:#000080;
}
}
/*Responsive - 横1024px以上*/@media only screen and (min-width: 1024px) {
#colophon {
	width:100%;
	background:#fff;
	opacity:0.9;
}
.site-info {
	width:980px;
	margin:0 auto;
	padding:50px 30px 20px 30px;
	color:#000080;
}
}






