@charset "utf-8";
/*******************************************************************************
	横手市議会トップ専用CSS
*******************************************************************************/
/*------------------------------------------------------------------------------
		注目情報 & 新着更新情報
------------------------------------------------------------------------------*/
#shigikainotice{
	display:flex;
	justify-content: space-between;
}

#p1content h2{
	border-bottom:2px solid #A9D685;
	margin:0px 0px 10px 0px;
	padding:3px 10px 3px 10px;
	font-size:110%;
	background:none;
}

/*------------------------------------------------------------------------------
		注目情報
------------------------------------------------------------------------------*/
.notice{
	margin:0 0 30px 0;
	padding:20px;
	width:530px;
}
.notice li{
	list-style-type:none;
	padding:8px 0 8px 0;
}
.notice ul li:first-child {
    border-top: none;
}
.notice ul li {
    margin-bottom: 0px;
    padding: 8px 0px 8px 0px;
    border-top: 1px solid #CCCCCC;
	display:flex;
}
.notice ul li span.date {
    padding: 5px 0px 8px 5px;
    box-sizing: border-box;
    width: 150px;
}
.notice ul li span.newsli {
    padding: 5px 5px 8px 27px;
    box-sizing: border-box;
    width: calc(100% - 200px);
	background: url(../design/images/parts/mark_list_gikai.png) no-repeat 5px 8px;
	background-size: 15px;
	width: calc(100% - 210px);
	margin-left: 10px;
}
.notice ul {
    line-height: 1.5;
}

/*------------------------------------------------------------------------------
		新着更新情報
------------------------------------------------------------------------------*/
.news{
	margin:0 0 30px 0;
	padding:20px;
	width:530px;
	border:none;
}
#content ul.newslist li span.newsli, #content2 ul.newslist li span.newsli, .news ul li span.newsli {
    padding: 5px 5px 8px 27px;
	background: url(../design/images/parts/mark_list_gikai.png) no-repeat 5px 8px;
	background-size: 15px;
	width: calc(100% - 210px);
	margin-left: 10px;
}
.news ul li span.date {
    padding: 0;
    display: block;
    font-size: 90%;
    color: #888888;
}

/*------------------------------------------------------------------------------
		横手市議会コンテンツ
------------------------------------------------------------------------------*/
#shigikaicontents{
	display:flex;
	justify-content: space-around;
}

/*------------------------------------------------------------------------------
		横手市議会コンテンツ左側
------------------------------------------------------------------------------*/
#shigikaileft{
	width:35%;
}

/*------------------------------------------------------------------------------
		横手市議会だより
------------------------------------------------------------------------------*/
#shigikaidayori{
	padding:20px;
	display:flex;
	border:2px solid #A9D685;
	margin-bottom:20px;
}
#shigikaidayoriimg img{
	width:150px;
	height:auto;
}
#shigikaidayoridetail{
	margin-left:20px;
}
#shigikaidayoridetail li{
	list-style-type:none;
}

/*------------------------------------------------------------------------------
		市議会SNS
------------------------------------------------------------------------------*/
#shigikaisnsbg{
	margin-bottom:20px;
}

#shigikaisns{
	padding:20px;
	display:flex;
	border:2px solid #A9D685;
}
.shigikaifacebook{
	display:flex;
	align-items:center;
}
.shigikaifacebook div{
	margin-left:20px;
}
.shigikaifacebook > a{
	text-decoration:none;
}
.shigikaifacebook img{
	width:50px;
	height:auto;
}
.shigikaifacebook .detail{
	line-height:1;
}

/*------------------------------------------------------------------------------
		バナーエリア
------------------------------------------------------------------------------*/
#sbanner ul li {
    padding: 0px 10px 10px 10px;
	float:none;
}
#sbanner ul li img {
    vertical-align: bottom;
    width: 190px;
    height: auto;
}
#sbanner ul {
    display: flex;
    flex-wrap: wrap;
	justify-content: left;
}
/*------------------------------------------------------------------------------
		横手市議会コンテンツ右側（私たちが横手市議会議員です）
------------------------------------------------------------------------------*/
#shigikaimember{
	margin: 0 0 30px 0;
    padding: 0 30px 20px 30px;
    width: 55%;
}
#shigikaimember img{
	width: 100%;
    height: auto;
}
#shigikaimember ul{
	display:flex;
	flex-wrap:wrap;
}
#shigikaimember ul.objectlink li.imglink{
	margin: 0 15px 15px 14px;
	text-align: center;
	list-style-type:none;
	box-shadow: 0 1px 2px #adadad;
	width:100px;
}
.rtxt{
	background:#ffffff;
}
#shigikaimember h2{
	position: relative;
    padding: 1.5rem 2rem;
    color: #333333;
    background: #EFF7E2;
    margin-bottom: 20px;
    border: 1px solid #A9D685;
}
#shigikaimember h2:after{
	position: absolute;
    bottom: -10px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #A9D685 transparent transparent transparent;
}


/*------------------------------------------------------------------------------
		お問い合わせ先
------------------------------------------------------------------------------*/
#reference{
	border: 2px solid #A9D685;
}

#reference h2{
	background:#EFF7E2;
}