/*
Theme Name: 日本共産党京都市会議員・とがし豊
*/

/* ----- 全体 ---------------------------------------------------------------------------------------------------- */
* { margin: 0; padding: 0; }
html{overflow-y: scroll;overflow-x: hidden;}
img{border:none;}
a{outline:none;}
a:link, a:visited {color: #149df1; text-decoration: underline;}
a:hover, a:active {color: #aaa; text-decoration: none;}

.textright{
	text-align:right !important;
}

.textleft{
	text-align:left !important;
}

.textcnter{
	text-align:center !important;
}

.font-ss{
		font-size:0.8rem !important;
}

.section dl{
		margin-bottom:0.5rem;
}
.section dt{
		color:#1a89db;
}
.section dd{
		font-size:0.8rem;
		padding-left:1rem;
}

.imgnone img{
		display:none;
}

/* ----- 外枠 ---------------------------------------------------------------------------------------------------- */
body{
	background: url(imges/bg.jpg) repeat-x left top;
	color: #121212;
	font: 100% normal serif,sans-serif,"メイリオ", osaka;
	text-align:center;
}

div#container {
	width:100%;
	margin:0 auto;
	background: url(imges/bg.png) repeat-x left top;
	font-size:0.9rem;
	line-height:1.6;
}

div#container p{
		margin-bottom:0.5rem;
}
/* ----- ヘッダー枠（CSS設定は下記のヘッダーCSSに記述）------- */
body.home div#header,body.error404 div#header {
	background: url(imges/head.png) repeat-x left top;
	margin:0 auto;
	width:960px;
	height:340px;
}
body.archive div#header,body.page div#header,body.page div#header,body.single div#header {
	background: url(imges/head.png) repeat-x left top;
	margin:0 auto;
	width:960px;
	height:120px;
}
/* ----- タイトル ------- */
div#header h1 a{
	display:block;
	width:190px;
	height:86px;
	text-indent: -9999px;
	font-size:0;
	line-height:0;
}

/* ----- ナビゲーションバー------- */
ul#nav {
	width:960px;
}
ul#nav li{
	float:left;
	display: inline;
list-style-type:none;
}
ul#nav li a{
	display:block;
	height:34px;
	text-indent: -9999px;
	font-size:0;
	line-height:0;
}
ul#nav li.nav1 a{width: 90px;}
ul#nav li.nav1 a:active,ul#nav li.nav1 a:hover{
	background: url(imges/hoverBg.png) 0 0 no-repeat;
	width:90px;
}
ul#nav li.nav2 a{width: 150px;}
ul#nav li.nav2 a:active,ul#nav li.nav2 a:hover{
	background: url(imges/hoverBg.png) -90px 0 no-repeat;
	width:150px;
}
ul#nav li.nav3 a{width: 110px;}
ul#nav li.nav3 a:active,ul#nav li.nav3 a:hover{
	background: url(imges/hoverBg.png) -240px 0 no-repeat;
	width:110px;
}


ul#nav li.nav4 a{width: 110px;}
ul#nav li.nav4 a:active,ul#nav li.nav4 a:hover{
	background: url(imges/hoverBg.png) -350px 0 no-repeat;
	width:110px;
}

ul#nav li.nav5 a{width: 110px;}
ul#nav li.nav5 a:active,ul#nav li.nav5 a:hover{
	background: url(imges/hoverBg.png) -460px 0 no-repeat;
	width:110px;
}

ul#nav li.nav6 a{width: 130px;}
ul#nav li.nav6 a:active,ul#nav li.nav6 a:hover{
	background: url(imges/hoverBg.png) -570px 0 no-repeat;
	width:130px;
}
ul#nav li.nav7 a{width: 120px;}
ul#nav li.nav7 a:active,ul#nav li.nav7 a:hover{
	background: url(imges/hoverBg.png) -700px 0 no-repeat;
	width:120px;
}
ul#nav li.nav8 a{width: 60px;}
ul#nav li.nav8 a:active,ul#nav li.nav8 a:hover{
	background: url(imges/hoverBg.png) -820px 0 no-repeat;
	width:60px;
}
ul#nav li.nav9 a{width: 80px;}
ul#nav li.nav9 a:active,ul#nav li.nav9 a:hover{
	background: url(imges/hoverBg.png) -880px 0 no-repeat;
	width:80px;
}

/* ----- コンテンツ枠  */
div#contents{
	clear:both;
	margin:0 auto;
	width:960px;
	padding:20px 0 0 0;
}
/* ----- インデックスページ（TOPページ）*/
/* ----- ツイッター枠（TOPページ左側）*/
div#twitterbar-out{
	float:left;
	display: inline;
	text-align:left;
	width:230px;
}

div#twitterbar{
	width:200px;
}
/* ----- 記事枠（TOPページ中央）*/
div#main{
	float:left;
	display: inline;
	width:510px;
	text-align:left;
}
.top-post{
	width:480px;
	padding:10px 0 0 0;
	border-top:3px #e5e5e6 solid;
	border-bottom:3px #e5e5e6 solid;
	margin-bottom:1rem;
}
.top-post-waku{padding:0 5px;}
.top-post h2{
	font-size:14px;
	margin-bottom:10px;
}
.top-post h2 span{
	padding-right:15px;
}
.top-post p{
	font-size:94%;
	line-height:140%;
}
.top-post ul{
	font-size:13px;
}
.top-post ul li{
list-style-type:none;
	border-top:1px #ccc solid;
	line-height:120%;
	padding:8px 5px;
}
.top-post li span{
	padding-right:15px;
	font-weight:bold;
}
.imgleft{
	float: left;
	margin: 0 10px 0 0;
}
.ex-more{
	clear:both;
	text-align:right;
	margin-bottom:10px;
}

/* ----- 右側サイドバー枠 */
div#sidebar{
	float:right;
	display: inline;
	width:220px;
	text-align:left;
padding-bottom:1rem;
}

div#sidebar h3{
		font-size:0.9rem;
		margin:0 0 0.5rem 0;
		padding-bottom:0.3rem;
		border-bottom:1px dashed #ccc;
}

/* ----- 市会議員団活動情報　------- */
div#rss-3{
	padding:10px 8px 0 8px;
	margin-bottom:2rem;
}
div#rss-3 h3{
	display:none;
}
div#rss-3 ul li{
margin-bottom:10px;
	line-height:110%;
list-style-type:none;
}
div#rss-3 ul li a{
	font-size:12px;

}
div#rss-3 span.rss-date {
	font-size:12px;
	font-weight:bold;
}
/* ----- フォトトピックス　------- */
.phot-topic{
	padding:10px 0 10px 8px;
}
.phot-topic h3{
	font-size:12px;
}
.phot-topic img{
	padding:0 5px 5px 0;
}
.phot-topic p{
	font-size:11px;
	text-align:right;
	padding-right:10px;
	margin-bottom:10px;
}

/* ----- ページＴＯＰへのリンク　------- */
#page-top{
	clear: both;
	/width:960px;
	text-align:right;
	/line-height:0;
}
#page-top img{
	margin:0;
	padding:0;
}
/* ----- フッター枠　------- */
div#footer{
 	clear: both;
	width:100%;
	background:#f5f5f5 url(imges/foot.png) repeat-x left top;
	margin:0;
	padding:0;
}
div#footer-inner{
	width:960px;
	margin:0 auto;
	text-align:left;
}
div#footer-inner address{
	font-style:normal;
	font-size:84%;
	line-height:160%;
	padding-left:10px;
	margin-bottom:5px;
}
div#footer-inner address span{
	font-size:84%;
}
.foot-left{
	float:left;
	display: inline;
	width:740px;
	padding:20px 0 10px 5px;
}
.foot-right{
	float:right;
	display: inline;
	width:210px;
	padding:20px 0 10px 0;
}
.foot-right ul li{
list-style-type:none;
	float:left;
	display: inline;
	font-size:70%;
}
.foot-right ul li.mail_page{
	background: url(imges/mail.gif) no-repeat left top;
	padding:0 30px 0 18px;
}

.foot-right ul li.sitemap_page{
	background: url(imges/sitemap.gif) no-repeat left top;
	padding:0 0 0 18px;
}
.copy{
 	clear: both;
	text-align:right;
	font-size:64%;
	padding-bottom:20px;
}
/* ----- サイド　(右側)------- */

div#cat-sidebar {
float: right;
display: inline;
width: 200px;
text-align: left;
padding-bottom: 30px;
}

/* ----- カテゴリページ・単一記事ページ　(左側)------- */
div#blogpost{
	float:left;
	display: inline;
	width:720px;
	text-align:left;
	padding:0 0 0 5px;
}
div#blogpost h2{
	background: url(imges/h2.png) no-repeat left top;
	padding:0 0 0 38px;
	margin-bottom:20px;
	color:#1a89db;
	font-size:20px;
	line-height:1.4;
}
div#blogpost h3{
	padding:0 0 5px 0;
}


div#blogpost .post{
clear:both;
	padding:10px 0;
	border-top:3px #e5e5e6 solid;
}
div#blogpost .post p, p.coment{
	font-size:94%;
	line-height:180%;
}
div#blogpost .post p.updata{
clear:both;
	font-size:84%;
	line-height:160%;
text-align:right;
}
div#blogpost .post ul, div#blogpost .post ol{margin:0 0 10px 30px;}
div#blogpost .post-info{
clear:both;
	border-top:3px #e5e5e6 solid;
	padding:5px 3px;
	margin-bottom:40px;
	font-size:88%;
}
/* ----- カテゴリページ・単一記事ページ　(右側サイドバー)------- */
ul.newpost {
	padding:0 0 0 3px;
	margin:0 0 20px 0;
}
ul.newpost li {
list-style-type:none;
	border-bottom:1px #e5e5e6 solid;
	padding-bottom:10px;
	margin-bottom:10px;
}
ul.newpost li span{
	font-size:15px;
	font-weight:bold;
}
ul.newpost li a{
	font-size:13px;
}

/* ----- 固定ページ、404ページ------- */
div#pagepost{
	width:960px;
	text-align:left;
	padding:0 5px;
margin:0 0 30px 0;
}
div#pagepost h2,div#pagepost2column h2{
	border-left:#aaa 20px double;
	padding:0 0 0 10px;
	margin:0 0 20px 0;
	color:#1a89db;
	font-size:20px;
	line-height:1.4;
}

div#pagepost2column h3{
	margin:0 0 10px 0;
	color:#1a89db;
	font-size:18px;
	line-height:1.4;
}

div.pagepost-body{
	padding:0 20px;
}



/* ----- linkページ------- */
div#linkpost{
	width:880px;
	text-align:left;
	padding:0 40px 0 30px;
}
div.link_list h3{
	border-bottom:#1a89db 1px solid;
	padding:0 0 3px 3px;
	margin:0 0 20px 20px;
	color:#1a89db;
	font-size:18px;
}
div.link_list  ul{
margin:0 0 30px 50px;
}
div.link_list  ul li{
margin:0 0 20px 40px;
	font-size:14px;
list-style-type:none;
}
div.link_list  ul li a{
background:url(imges/link-out.gif) left top no-repeat;
padding-left:16px;
}
div.link_list  ul li a:hover{
background:url(imges/link-out-over.gif) left top no-repeat;
}
/* ----- お問い合わせページ------- */
div#mailform{
	width:880px;
	text-align:left;
	padding:0 30px;
}
div#mailform p{
margin:0 0 10px 10px;
	font-size:14px;
}
div#mailform p span{
	color:#1a89db;
	font-size:13px;
font-weight:bold;
}
/* -----サイトマップページ------- */
#sitemap{margin:0 40px;}

#sitemap h4{
	margin:0 0 10px 30px;
	color:#555;
	font-size:15px;
}
ul.sitemap-list{
	margin:0 0 10px 50px;
	font-size:15px;
line-height: 120%;
}
ul.sitemap-list li{
	margin:0 0 10px 0;
padding:0 0 0 15px;
background:url(imges/site_li.gif) left 3px no-repeat;
list-style-type:none;
}

ul.sitemap-list .children{
	margin:10px  0 10px 30px;
}




/* ----- 写真回り込み------- */
.alignleft{
	float: left;
	margin: 0 10px 2px 0;
}
.alignright{
	float: right;
	margin: 0 0 2px 15px;
}
.aligncenter {
   	display: block;
   	margin: 0 auto 10px auto;
}
.alignnone{
	margin: 0 0 10px  0;
}

/* ----- ページナビ-------------------------------------- */
.wp-pagenavi{
clear: both;
font-size:12px;
margin:0 0 30px 0;
padding-top:20px;
}
.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
border: 1px solid #004ea2;
padding: 4px 5px;
margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
background: #004ea2 ;
border: 1px solid #004ea2 ;
color:#fff;
}
.wp-pagenavi span.current {
font-weight: bold;
}
ul.arc{
font-size:0.8em;
margin:0 0 15px 20px;
}

.tomo-bana{
	margin-bottom:1rem;
}

.tomo-bana img{
	margin-bottom:10px;
}

.archiveBnr{
	margin:0.5rem 0;

	}

.archiveBnr a{
		color:#333;
		text-decoration:none;
		background:#1a89db;
		text-align:center;
		font-size:0.8rem;
		font-weight:bold;
		border-radius:4px;
		padding:0.3rem 0;
		font-family: Meiryo, Osaka;
		display:block;
		color:#fff;
}

.archiveBnr a:hover{
	background:#39f;
}

/*prof add 20140607*/

#pagepost2column{
float: left;
display: inline;
width: 720px;
text-align: left;
padding: 0 0 0 5px;
}

.section{
		overflow:hidden;
		margin-bottom:1.5rem;
}

#pagepost2column .section p{
	line-height:140%;
	margin-bottom:0.5rem;
	font-size:0.9rem;
	text-indent:1rem;
}

.historyTable{
		margin-bottom:1rem;
		border-collapse:collapse;
}

.historyTable th{
		padding:0 0.2rem 0.2rem 0;
		border-right:2px solid #999;
		vertical-align:top;
		white-space:nowrap;
}

.historyTable tr:last-child th{
			padding:0 0.5rem 0 0;
}
.historyTable td{
		padding:0 0 0.5rem 0.3rem;
		vertical-align:top;
}

.historyTable td p{
	text-align:left !important;
	line-height:110%;
	margin-bottom:0.2rem !important;
}

.policy-lead{
		font-size:1rem;
		color:#444;
		margin:0 0 1rem 0;
		line-height:1.5;
		text-indent:1rem;
}

.wid240{
		width:240px;
		font-size:0.8rem;
}

.wid240 img{
		margin-bottom:0.3rem;
}

.wid260{
		width:260px;
		font-size:0.8rem;
}

.wid260 img{
		margin-bottom:0.3rem;
}

.wid320{
		width:320px;
		font-size:0.8rem;
}

.wid320 img{
		margin-bottom:0.3rem;
}

.wid360{
		width:360px;
}

.wid460{
		width:460px;
}
.mt10{
		margin-top:10px !important;
}

.ml15{
		margin-left:15px;
}

.ml20{
		margin-left:20px;
}

.ml30{
		margin-right:30px;
}

.mr15{
		margin-right:15px;
}

.mr20{
		margin-right:20px;
}

.mr30{
		margin-right:30px;
}

.mb1rem{
		margin-bottom:1rem;
}

.mb2rem{
		margin-bottom:2rem;
}

.border{
		border:1px solid #ccc;
}

#cat-sidebar p{
		margin-top:0.3rem;
		font-size:0.8rem;
		text-align:center;
		margin-bottom:0.5rem;
}

#cat-sidebar h3{
		margin:0 0 0.5rem 0;
		color:#36c;
		border-bottom:1px solid #ccc;
		padding: 0 0 0.5rem 0;
		font-size:1rem;
}

#cat-sidebar .section li{
		font-size:0.9rem;
		margin-bottom:1rem;
		padding-left:16px;
		border-left:8px double #ccc;
		text-align:left;
		line-height:1.4;
}

.bgtype1{
	padding:1.5rem;
	background:#ffd;
	border-radius:8px;
	border:1px solid #ccc;
}

div#pagepost2column h4{
	margin-bottom:0.2rem;
}

/*plofile*/
.birth-tbl h3{
	margin:0 !important;
	font-size:1.4rem !important;
	color:#fff !important;
	padding:0.2rem;
	text-align:center;
	border-radius:0.3rem;
	background:#1a89db;
}

.birth-tbl h4{
	margin:0.5rem 0 0 0;
	font-size:1.2rem;
	color:#3366CC;
}

.birth-tbl img{
		float:left;
		margin:0 30px 5px 0;
}

.plofiling{
		background:#e0e0e0;
		padding:1rem;
		border-radius:8px;
		margin:0.5rem 0 1rem 0;
		clear:both;
}

/*argument*/
div#pagepost #feed{
		margin:0 0 0 20px ;
		font-size:1rem;
}

div#pagepost #feed li{
		margin:0 0 1rem 0 ;
}

div#pagepost #feed li a{
	font-size:1.2rem;
}

/*recording*/
div#recording h3{
		font-size:1.4rem;
		border-left: 1.2rem solid  #39F;
		padding:0 0 0 0.5rem !important;
		line-height:1;
		margin-bottom:0.5rem !important;
}

div#recording a{
		font-size:1.2rem;
		padding-left:1.7rem;
		line-height:180%;
}