@charset "UTF-8";
/* CSS Document */
header {
	height: 106px;
	background-image: url('../images/sub_name_bg.png');
	background-size: contain;
}

header h1 {
	margin-top: -43px;
	margin-left: 16px;
}

header h2 {
	margin-top: -37px;
	margin-left: 16px;
}

nav.sm {
	margin-bottom: 16px;
	padding: 4px 4px 4px 4px;
}

nav.sm ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

nav.sm ul li {
	margin-bottom: 4px;

}

nav.sm ul li a,
a.to-top {
	display: block;
	border: 1px solid #999999;
	border-radius: 6px;
	padding: 10px 14px 10px 20px;
	color: #333333;
	text-decoration: none;
}

nav.sm ul li a.selected {
	background-color: #d80c18;
	color: #ffffff;
}

nav.sm ul li a:after {
	float: right;
	width: 7px;
	height: 12px;
	content: '';
	margin-top: 6px;
	background-image: url('../images/sub_arrow.png');
	background-size: 7px 12px;
	background-repeat: no-repeat;
}

a.to-top:after {
	float: right;
	width: 12px;
	height: 7px;
	content: '';
	margin-top: 10px;
	background-image: url('../images/sub_arrow_to_top.png');
	background-size: 12px 7px;
	background-repeat: no-repeat;
}

nav.sm ul li a.selected:after {
	float: right;
	background-image: none;
}

#content {
	margin: 4px 10px;
}

#content h1 {
	border-left: 6px solid #d70c18;
	padding: 2px 6px;
	font-size: 1.3em;
}

/* PCと合わせるためにh2、h3を調整	*/
#content h2 {
	margin-top: 24px;
	border-left: 6px solid #d70c18;
	padding: 2px 6px;
	font-size: 1.3em;
}

#content h3 {
	margin-bottom: 4px;
	font-size: 1.0em;
	color: #0d5587;
}

/* プレス民主用	12/17:未使用*/
#content h4 {
/*	margin: 10px -10px; */
	margin: 10px 0px 10px 0px;
	background-color: #0d5587;
	padding: 4px 10px;
	color: #ffffff;
}

#content p {
	margin: 0 0 10px 0;
}

#content ul{
/* 2014/12/17 */
	margin: 0 0 10px 0;
	padding:2px 0 2px 26px;
}

#content ul li{
}

/* 活動報告用ページ切り替え */
#content .pagebar { 
	margin: 8px 0 8px 0px;
	padding: 0 10px 0 -10px;
	width: 100%;
}
#content .pagebar_left { 
	float: left;
	text-align: left;
}
#content .pagebar_right { 
	float: right;
	text-align: right;
}

/* 活動報告用写真とテキスト	*/
#content .photos {
	float: left;
}

#content .body {
	float: left;
}

/* 写真のキャプション	*/
#content .pickups {
/*	float: left;
	width: 250px;
	margin: 0 0 0 40px;
*/	text-align: center;
	font-size: 0.85em;
}

.clearfloat {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}


/* 年とテキストの表	*/
#tablebody {
	width: 100%;
	display: table;
}
#tabletitle, #tabletext {
	display: table-cell;
	border: 1px;
}
#tabletitle {
	width: 94px;
	font-size: 0.90em;
	vertical-align:top;
}
#tabletext {
	align:left;
	text-align: left;
	font-size: 0.90em;
	vertical-align:top;
}


a.to-top {
	margin: 4px;
	text-align: center;
}

.text-center {
	text-align: center;
	font-size: 0.85em;
}


