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

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;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	/*
	margin: 24px;
	margin-bottom: 1.714285714rem;
	*/
	margin:10px auto;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.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: "";
}



/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	/*
	font-size: 87.5%;
	*/
	font-size:100%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
	background-color:#ffe6b7;
}

a {
	outline: none;
	color:#255DB7;
}
a:hover {
	color:#8EB0E8;
}


/* Footer */
footer[role="contentinfo"] {
	border-top: 1px solid #ededed;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	/*
	color: #21759b;
	*/
	color:#255DB7;
}


img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}

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



/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}


/* 転記ここまで */
	.site {
		margin: 0 auto;
		max-width: 1002px;
		max-width: 62.625rem;
		overflow: hidden;
	}
	.site-content {
		float: left;
		/*
		width: 65.104166667%;
		*/
		width:560px;
		/* 追加	 */
		margin-left:20px;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}

	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}

	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}



/* =Print
----------------------------------------------- */

@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;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		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;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}

	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.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;
		margin-left: 3.57142857rem;
	}
}

/* =追加：全体
-------------------------------------------------------------- */
A:link		{	color:#255DB7; text-decoration:none; }
A:visited	{	color:#255DB7; text-decoration:none; }
A:hover		{	color:#8EB0E8; text-decoration:underline;}
A:active	{	color:#8EB0E8; text-decoration:underline;}

#page {
	padding:0px;
	margin:0px auto;
	background-color:#FFF;
	width:1002px;
box-shadow: 0px 2px 6px rgba(100, 100, 100, 0.3);
background-image: url("./images/bg_main.gif");
background-position: left top;
background-repeat: repeat-y;
	}
	
#main {
	background-color:#fff;
	float:right;
	width:770px;
	margin-top:30px;
}

#content {
	width:770px;
	background-color:#fff;
	line-height:1.7;
	margin:auto;
}

/* 2column */

#primary {
	float:left;
	width:67%;
	margin-left:20px;
}

#secondary {
	width:23%;
	float:right;
	margin-right:20px;
}

.site {
	margin: 0 auto;
	max-width: 1002px;
	max-width: 71.571428571429rem;
	overflow: hidden;
}

.site-content {
	margin-top:20px;
}


.entry-content {
	/*
	font-size:14pt;
	*/
}

/* =追加：ヘッダー部分
-------------------------------------------------------------- */
#header {
	width:1002px;
	overflow:hidden;
	background-image:url(./images/header_01.jpg);
}
	
.site-header {
	background-image:url(./images/header_01.jpg);
	background-repeat:repeat-x;
}


.site-title{
	display:inline;
	float:left;
}

.site-description{
	display:inline;
	float:left;
}

/* =追加：左メニュー部分
-------------------------------------------------------------- */
.top-sidebar {
	width:228px;
	float:left;
	background-image:url(./images/bg_main.gif);
	background-position:top left;
}

.tdre{
	position: relative;
}

.tdab{
	position:absolute;
}

 .nav-menu {
/* background-color:#ffe6b0; */
	background-image: url(./images/menu_m_03.jpg);
	background-position: 0px 68px;
	background-repeat: no-repeat;
	line-height: 1.0;
	line-height:1.0;
 }
 
 .nav-menu1 {
	 /* 宮津青年会議所とは */
	 width:228px;
	 height:52px;
 }
 
  .nav-menu2 {
	/* 理事長所信 */
	 width:198px;
	 border-bottom:1px dotted #CCC;
	 margin-left:30px;
	 padding:5px 0px;
 }
 
  .nav-menu3 {
	  /* 委員会方針 */
	 width:198px;
	 border-bottom:1px dotted #CCC;
	 margin-left:30px;
	 padding:5px 0px;
 }
 
  .nav-menu4 {
	  /* 組織図 */
	 width:198px;
	 border-bottom:1px dotted #CCC;
	 margin-left:30px;
	 padding:5px 0px;
 }
 
  .nav-menu5 {
	  /* 賛助会員・メンバー紹介 */
	 width:198px;
	 border-bottom:1px dotted #CCC;
	 margin-left:30px;
	 padding:5px 0px;
 }
 
  .nav-menu6 {
	  /* 財務諸表 */
	 width:198px;
	 border-bottom:1px dotted #CCC;
	 margin-left:30px;
	 padding:5px 0px;
 }
 
  .nav-menu7 {
	  /* 定款 */
	 width:198px;
	 margin-left:30px;
	 padding:5px 0px;
 }
 
  .nav-menu8 {
	  /* 本年度活動報告 */
	 width:228px;
	 height:52px;
 }
 
   .nav-menu9 {
		/* 過去の事業紹介 */
	 width:198px;
	 border-bottom:1px dotted #CCC;
	 margin-left:30px;
	 padding:5px 0px;
 }
 
   .nav-menu10 {
		/* 過去のホームページ */
	 width:198px;
	border-bottom:1px dotted #CCC;
	margin-left:30px;
	padding:5px 0px;
 }
 
	.nav-menu11 {
	/* トップページ */
	width:198px;
	border-bottom:1px dotted #CCC;
	margin-left:30px;
	padding:5px 0px;
 }
 
    .nav-menu12 {
	/* お問い合わせ */
	border-bottom:1px dotted #CCC;
	width:198px;
	margin-left:30px;
	padding:5px 0px;
 }
 
  .nav-add {
	  /* メニュー内住所部分 */
	line-height:1.5;
	padding-left:10px;
	padding-bottom:10px;
	font-size:10pt;
  }
 
.bn_fb {
/* フェイスブックバナー部分 */
text-align:center;
/* background-color:#adcfe8; */
padding:20px 0;
}

 /* ナビゲーションメニュー　リンク部分 */
 .nav-link{
	 width:228px;
	 font-size:11pt;
 }
 
 .nav-link1{
	 /* 公益社団法人 日本青年会議所 */
	 text-align:center;
	 padding:10px 0px;
 }
 
 .nav-link2 {
	 /* 公益社団法人 日本青年会議所　京都ブロック協議会 */
	 text-align:center;
	 padding:10px 0px;
	 border-bottom:1px dotted #CCC;
 }
 
 .nav-link3 {
	/* 宮津商工会議所青年部 */
	 padding:10px 0px;
	 border-bottom:1px dotted #CCC;
	 text-align:center;
 }
 
 .nav-link4 {
	 /* 与謝野町商工会青年部 */
	 padding:10px 0px;
	 border-bottom:1px dotted #CCC;
	 text-align:center;
 }
 
 .nav-link5 {
	 /* 伊根町商工会青年部 */
	 padding:10px 0px;
	 border-bottom:1px dotted #CCC;
	 text-align:center;
 }
 
 .nav-link6 {
	 /* 天橋立を世界遺産にする会 */
	 padding:10px 0px;
	 border-bottom:1px dotted #CCC;
	 text-align:center;
 }

/* イメージ映像部分 */
.vtr {
	border: 0px solid #eee;
	text-align:center;
	line-height:1.5;
	margin:20px auto;
}

/* =追加：固定ページ・投稿部分
-------------------------------------------------------------- */
/* ページタイトル */
.top_title {
	 background-image: url(./images/tit_tbg.gif);
    background-repeat: no-repeat;
    text-align: left;
    margin: 0px 0px 5px 10px;
    padding: 12px 0px 12px 20px;
    color: #e87400;
    font-size: 12pt;
    font-weight: bold;
}


/*　固定ページ（サイドバーなし） */
#primary .type-page {
	width:740px;
	margin:0px;
	padding:0px;
	}

h1.page-title {
width:740px;
background-image: url("./images/tit_tbg.gif");
background-repeat: no-repeat;
text-align: left;
margin:auto;
margin-bottom:20px;
padding: 12px 0px 12px 20px;
color: #e87400;
font-size: 12pt;
font-weight: bold;
line-height: 1.7;
}

.site-content article.type-page {
	/* 固定ページのみ下線非表示  */
	border-bottom: 0px;
}

.type-page table {
	border:0px;
}

.type-page td {
	border:0px;
}


/* カテゴリ・アーカイブタイトル */
h1.archive-title {
	background-image: url('./images/tit_tbg.gif');
	background-repeat: no-repeat;
	text-align: left;
	margin: 0px 0px 5px 10px;
	padding: 12px 0px 12px 20px;
	color: #712FAD;
	font-size: 12pt ;
	font-weight: bold;
	line-height:1.7;
}


article h1.entry-title {

}
/*　トップページ */
.news {
}

/* 宮津青年会議所とは */

.jc_img {
text-align:center;
}

.jc_about {
	width:680px;
	margin:auto;
}

/* 理事長所信 */
.sh_text {
	 width:90%;
	 text-align:left;
	 margin:30px auto;
}
.sh_title	{
	background-image: url('./images/bg_title.jpg');
	background-repeat: no-repeat;
	font-size: 12pt;
	color: #ffffff;
	padding: 3px;
	font-weight: bold;
	text-align: left;
	margin-bottom:20px;
}

/* 理事長所信 　基本方針・事業計画・委員会活動計画　*/
.shoshin-mokuji {
	font-size:14pt;
	float:left;
	margin-right:20px;
	width:50%;
	list-style-type: decimal;
}

.shoshin-mokuji li {
	margin-bottom:15px;
	margin-left:20px;
}

.shoshin-mokuji li a {
	text-decoration:none;
}

.ho_title	{
	font-size: 13pt;

	border-left: 10px solid #e87400;
	border-bottom: 1px solid #e87400;

	margin: 30px auto;
	padding: 3px 0px 3px 15px;
	font-weight: bold;
}
.ho_title2	{
	color: #e87400;
	padding: 5px;
	font-weight: bold;
	font-size: 13pt;
	margin:15px auto;
}

.ho {
	width:85%;
	margin:auto;
}

.ho ol {
	margin-left:50px;
}

.ho ol li {
	list-style-type:decimal;
	margin-bottom:15px;
}

.ho ul {
	 margin-left: 50px;
	 margin-bottom: 50px;
}

.ho ul li {
	 list-style-type: circle;
	 margin-bottom: 15px;
}

/* 委員会方針 */
ul.hos_list {
	overflow:hidden;
	font-size:11pt;
	width:90%;
	margin:auto;
}

ul.hos_list li {
	background-image:url('./images/kazari.gif');
	background-repeat:no-repeat;
	display:block;
	float:left;
	padding-left:20px;
	margin:0px 0px 0px 2.57143rem;
}


.hos_title	{
	background-image: url('./images/bg_title.jpg');
	background-repeat: no-repeat;
	font-size: 12pt;
	color: #ffffff;
	padding: 5px 5px 5px 20px;
	font-weight: bold;
	text-align: left;
}

#hos_table0 {
	/*
	width:80%;
	margin:auto;
	*/
	width:710px;
	margin:auto;
	color: #757575;
}

#hos_table0 td{
	/*
	color:#005100;
	*/
	padding:5px;
	vertical-align:top;
	line-height:2;
	font-size:14px;

}
#hos_table1{
	border: 1px solid #999;
	width: 90%;
	margin:auto;
	color: #757575;
}

#hos_table1 TD{
	border: 1px solid #999;
	padding: 10px;
	font-size: 14px;
}

#hos_table1 TH{
	color:#333;
	border: 1px solid #999;
	padding: 5px;
	font-size: 9pt;
	background-color:#EEE;
	font-weight:normal;
	text-align:left;
}

#hos_table1 .th1{
	color: #922400;
	background-color:#E1D8CA;
	font-size: 10pt;
	padding: 5px;
	text-align: center;
	width: 30%;
	font-weight: bold;
}
#hos_table1 .th2{
	color: #922400;
	background-color:#E1D8CA;
	font-size: 10pt;
	text-align: center;
	font-weight: bold;

}
#hos_table1 .th3{
	color: #922400;
	background-color:#E1D8CA;
	font-size: 10pt;
	text-align: center;
	font-weight: bold;
}
#hos_table1 .td1{
	text-align: left;
	padding-left: 10px;
}
#hos_table1 .td2{
	text-align: left;
	padding-left: 10px;

}

#hos_table1 .td3{
	text-align: left;
	padding-left: 10px;

}

#hos_table2	{
	width: 710px;

}
#hos_table2	TD{
	padding: 5px;
	vertical-align:top;
}

#sos_table1	{
}
#sos_table1	TD{
	border-bottom: 1px dotted #A9A9A9;
}
#sos_table1	.noline{
	border-bottom: 1px dotted #ffffff;
}

/* 組織図 */

/* 賛助会員・メンバー紹介 */
.sanjo {
 margin: 30px;
 overflow:hidden;
}

.sanjo li {
	display:block;
	width:30%;
	float:left;
	margin-right:3%;
	font-size:0.9em;
}


.mem_t1{
	font-size: 12pt;
	border-left: 10px solid #e87400;
	border-bottom: 1px solid #e87400;
	padding: 6px 3px;
	color: #333;
	font-weight: bold;
}

.mem_title {
	padding: 50px 0 10px 0;
	border-bottom: 3px solid #ddd;
	font-size: 14pt;
	color: #e87400;
	font-weight:bold;
	margin-bottom:30px;
}

.mem_list{
	overflow:hidden;
}

table.mem_list {
	font-size:11pt;
	width:98%;
	margin:auto;
	color:#333;
	line-height:1.3;
}

table.mem_list td {
	vertical-align:top;
	text-align:left;
	padding: 6px 10px 6px 0px;
	height:160px;
}

.mem_list  td.td1 {
	width:10%;
}

.mem_list td.td1 img {
width:62px;
}

.mem_list  td.td2 {
	width:40%;
}

.mem_list td.td3 {
	width:2%;
}

/* 以下メンバー紹介テスト用 */

img.linkimg {
	margin:5px auto;
	border:0px;
}
/*
.memlist {
float:left;
margin-right:20px;
line-height:1.4;
}

.mem_img {
float:left;
margin-right:10px;
}

.mem_info {
float:left;
}
*/

.mem_cell {
	float:left;
	width:45%;
	margin-right:2%;
	margin-bottom:30px;
}

.mem_img {
	width:20%;
}

/* 財務諸表 */


/* 定款 */
#pdf_title	{
	padding: 20px 0px 5px 0px;
	text-align: left;
	width: 100%;
	border-bottom:  1px solid #2E6999;
}
#pdf_title a{
	color: #2E6999;
	text-decoration:none;
}

/* 活動報告 */

.site-content article {
    border-bottom: 4px double #EDEDED;
    margin-bottom: 50px;
    word-wrap: break-word;
    -moz-hyphens: auto;
	width:90%;
}

.entry-meta {
font-size:9pt;
text-align:left;
margin-top:10px;

display:none;
}

.act_imgtit {
	font-style:normal;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.5;
	color: #757575;
	text-align:center;
}

.act_images {
/* act_imgの親要素 */
}

.act_img {
float:left;
margin:10px;
}

table.act_info {
border:0px;
font-size:11pt;
border-collapse:separate;
border-spacing:10px;
}

.act_info th{
border:none;
border-right: 2px solid #CCC;
font-size:11pt;
width:25%;
text-align:left;
vertical-align:top;
padding:0px;
}

.act_info td{
border:none;
padding:0px;
vertical-align:top;
}

.act_detail {
	margin:30px auto;
}

.act_content {
padding-top:30px;
}
.pagetop {
text-align:right;
clear:both;
}

/* 過去の事業紹介 */
.act_list {
margin:auto;
}

.oa_link ul {
margin: 0px 0px 1.71429rem;
line-height: 1.71429;
}

.oa_link ul li {
	list-style-image:url(./images/kazari.gif);
	margin: 0px 0px 0px 2.57143rem;
}

.ytitle	{
	color: #FFFFFF;
	background-color: #e87400;
	padding: 5px 0px 4px 10px;
	text-align: left;
	font-size:12pt;
}
.years a{
	color:#e87400;
	padding:3px;
	width: 100px;
	font-size: 12pt;
	display: block;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #e87400;
}
.yearst{
	color:#e87400;
	text-align: center;
	font-weight: bold;
	font-size: 25pt;
	font-family: "メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳＰゴシック", "MS PGothic", sans-serif;
	margin:30px auto;
}
.oa_contents {
	margin:auto;
	margin-bottom:50px;
	width:95%;
}

.oa_date {
	text-align:center;
	margin:20px auto;
}

table.oa_img {
	width:95%;
	margin:30px auto;
}

.oa_img td {
	text-align:center;
	width:180px;
}

.oa_hr {
	width:90%;
	height:1px;
	margin:50px auto;
}
	


/* 過去のホームページ */
.hplist {
	width: 680px;
	margin: auto;
}

.hplist li {
display:inline-block;
vertical-align: top;
text-align: center;
width: 48%;
white-space: nowrap;
padding: 12px;
box-sizing: border-box;

}

.hplist img {
	margin-right:10px;
}

.hplist .arrow::before{
	content:url(./images/kazari.gif);
	margn-right:5px;
}

/* お問い合わせ */

.screen-reader-response {
display:none;
}

.wpcf7-validation-errors {
text-align:center;
color:#f00;
font-size:0.9;
}

.wpcf7-not-valid-tip{
color:#f00;
font-size:0.8;
display:block;
}

.wpcf7-submit {
padding:10px 20px;
}

/* =追加：サイドバー部分
-------------------------------------------------------------- */
.widget-area .widget li {
	line-height: 1.5;
	border-bottom:1px dotted #ccc;
}


/* =追加：ページネーション
-------------------------------------------------------------- */
.pagenation {
	text-align:center;
	margin:30px auto;
}

.pagenation a, .pagenation span {
	text-align:center;
	margin-right:5px;
	padding:3px 8px;
	color:#fff;
	text-decoration:none;
}

.pagenation a {
	background-color: #255DB7;
}

.pagenation span {
	background-color:#8EB0E8;
}

.site-content .nav-single {
	font-size:10pt;
	line-height:1.4;
	margin-bottom:50px;
}

.nav-previous {
	width:43%;
}

.nav-next {
	width:43%;
}

/* =追加：フッター部分
-------------------------------------------------------------- */

.footer	{
	font-size: 9pt;
	text-align:right;
	padding: 20px;
	background-color: #E6E6E6;
}

.footerleft{
	color:#2E6999;
	float: left;width:72%;text-align:right;
	padding-top: 5px;
}

.footerright{
	float: right;width:25%;text-align:center;
}

/* 投稿者非表示 */
.single-author .entry-meta .by-author {
    display: none;
}