/*
Theme Name: tkk Theme
Theme URI: http://www.www.www/
Description: This is my tkk theme.
*/

@import "css/pagecolor.css";
@import "post.css";
@import "css/form.css";

/* --------------------------------------------------
	ベース
-------------------------------------------------- */
html {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	}

body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 13px;
	font-family: "Meiryo", "メイリオ", sans-serif;
	line-height: 1.5;
    word-break: break-all;
    -webkit-tap-highlight-color: rgba(0,0,0,0); 　
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
	zoom: 1;
	} 

html.osMac body, body.osMac {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	}

* {
	margin: 0;
	padding: 0;
	}

/* --------------------------------------------------
	テキスト
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, a { color: #333; font-weight: normal; }

h1 { font-size: 200%; margin: 0; }
h2 { font-size: 160%; margin: 0; }
h3 { font-size: 130%; margin: 0; }
h4 { font-size: 110%; margin: 0; }
h5 { font-size: 100%; margin: 0; }
h6 { font-size: 80%; margin: 0; }
	
p {
	font-size: 100%;
	line-height: 1.6;
	text-decoration: none;
	margin: 0 0 20px;
	padding: 0;
	clear: both;
	}

p.cap {
	text-align: center;
}

.bold {
	font-weight: bold;
	}

a {
	color: #3a7fcf;
	text-decoration: underline;
	}

a:link, a:visited {
	color: #3a7fcf;
	text-decoration: underline;
	}

a:hover, a:active {
	color: #66a5ed;
	text-decoration: underline;
	}
	
div {
	color: #333;
	}
	
span {
	color: #333;
	}

.aka {
	color: #c00;
	}

.ao {
	color: #03c;
	}

.midori {
	color: #063;
	}
	
/* --------------------------------------------------
	リスト
-------------------------------------------------- */
li {
	list-style: none;
	}
	
/* --------------------------------------------------
	イメージ
-------------------------------------------------- */
img {
	border: none;
	margin: 0;
	padding: 0;
	}
/* --------------------------------------------------
	コンテナ
-------------------------------------------------- */
#wrapper {
	width: 950px;
	background-color: #fff;
	margin: 0 auto 0;
	padding: 0 15px;
	}
	
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	margin: 30px auto 12px;
	height: 45px;
	padding: 0;
	}

#header #logo {
	float: left;
	padding: 0;
	margin: 0;
	}
		
#header .site-id {
	width: 300px;
	height: 45px;
	padding: 0;
	margin: 0;
	}

#header .site-id a {
	display: block;
	opacity: 1.0;
	}

#header .site-id a:hover {
	opacity: 0.7;
	}

/*------------------------------------------------------------
	ユーティリティメニュー
------------------------------------------------------------*/	
.utility {
	position: absolute;/* PC用の表示ではposition:absoluteとする */
	top: 20px;/* top:0としてヘッダー部に移動 */
	height: 40px;/* 高さは固定とする */
	width: 650px;
	margin: 0 0 0 300px;
	padding: 0;
	text-align: right;
	}

.utility ul {
	margin: 0 0 10px 0;
	padding: 0;
	}

.utility ul li {
	line-height: 1.5;
	font-size: 11px;
	list-style: none;
	display: inline;
	margin-left: 11px;
	}

.utility ul li a {
	background: url(images/arrow_01.png) no-repeat 0 center;
	padding-left: 14px;
	color: #333;
	text-decoration: none;
	}

.utility ul li a:hover, .utility ul li a:active {
	color: #66a5ed;
	text-decoration: underline;
	}

.utility #search {
	width: auto;
	margin: 0;
	padding: 0;
	float: right;
	}

.utility #search p {
	margin: 0;
	}

.utility #search input {
	vertical-align: middle;
	float: left;
	height: 20px;
	padding: 0;
	}

.utility #search input#s {
	font-size: 11px;
	width: 260px;
	border: 1px solid #aaa;
	padding: 0 5px;
	}

.utility #search #searchsubmit {
	background: url(images/btn_search.png) no-repeat right center transparent;
	border: none;
	cursor: pointer;
	font-size: 100%;
	width: 50px;
	height: 22px;
	margin: 0 0 0 10px;
	padding: 0;
	text-align: left;
	display: block;
	}


/* --------------------------------------------------
	ナビゲーション
-------------------------------------------------- */
#nav {
	clear: both;
	width: 950px;
	height: 40px;
	margin: 0 auto 20px;
	padding: 0;
	}

#nav ul {
	margin: auto;
	padding: 0;
	width: 950px;
	height: 40px;
	}

#nav li {
	list-style-type: none;
	float: left;
	}
	
#nav li a {
	display: block;
	font-size: 14px;
	width: 151px; /*190*/
	height: 30px;
	color: #fff;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 0px;
	text-decoration: none;
	background-image: url(images/nav.png);
	}

#nav li a:hover  {
	background-image: url(images/nav-h.png);
	}

#nav li a.first {
	width: 136px;
	overflow: hidden;
	background-image: url(images/nav-first.png);
	}

#nav li a.first:hover {
	background-image: url(images/nav-first-h.png);
	}

#nav li a.last {
	width: 210px;
	background-image: url(images/nav-last.png);
	}

#nav li a.last:hover {
	background-image: url(images/nav-last-h.png);
	}
	
/*------------------------------------------------------------
	メインイメージ
------------------------------------------------------------*/
#mainimage {
	clear: both;
	width: 700px;
	height: 340px;
	margin: 0 auto 0;
	padding:0;
	}

#mainimage img {
	width: 700px;
	height: 340px;
	margin: 0;
	padding:0;
	vertical-align: middle;
	border-radius: 5px;
	}
	
/* --------------------------------------------------
	コンテナ
-------------------------------------------------- */
#container {
	padding: 0;
	overflow: hidden;
	margin: 0 auto;
	}

#main {
	float: left;
	width: 700px;
	}

#content {
	width: 700px;
	height: auto;
	margin: 30px 0 0;
	padding: 0;
	}

#content h2.title {
	font-size: 160%;
	width: 100%;
	height: auto;
	margin: 0 0 20px;
	padding: 0 0 2px;
	border-bottom: 2px dotted #666;
	}

#content h3.title {
	font-size: 140%;
	margin: 0 0 25px;
	}
	
#content h4.name {
	font-size: 100%;
	text-align: right;
	margin: 0 0 25px;
	}

#content h3.naritachi {
	font-size: 120%;
	margin: 0 0 10px;
	}

#content h3.naritachi span {
	font-size: 80%;
	font-weight: normal;
	text-align: right;
	margin: 0;
	}
	
#content-second {
	clear: both;
	width: 700px;
	height: 110px;
	margin: 0;
	}

#content-second .qr {
	float: left;
	width: 110px;
	margin: 0;
	}

#content-second .text {
	float: right;
	width: 570px;
	margin: 0;
	}
	
/* --------------------------------------------------
	サイドバー
-------------------------------------------------- */
#sidebar {
	width: 215px;
	float: right;
	}

#sidebar a {
	margin: 0;
	padding: 0;
	}

#sidebar ul.pagemenu {
	width: 215px;
	margin: 30px auto 25px;
	border-top: 1px dotted #b2b2b2;
	}

#sidebar ul.pagemenu.yotei {
	margin: 0 auto 20px;
	}
	
#sidebar ul.pagemenu li {
	padding: 0;
	margin: 0;
	width: 215px;
	line-height: 1.8;
	}

#sidebar ul.pagemenu li a {
	display:block;
	font-size: 110%;
	padding: 11px 0 10px 22px;
	color: #333;
	text-decoration: none;
	background: url(images/arrow_02sub.png) no-repeat 10px center;
	vertical-align: bottom;
	border-bottom: 1px dotted #b2b2b2;
	}

#sidebar ul.pagemenu li a.active {
	background-color: #fff;
	}
#sidebar ul.pagemenu li a:hover {
	background-color: #efefef;
	}
	
#sidebar .side-image {
	clear: both;
	width: 215px;
	height: auto;
	margin: 0 0 15px;
	padding: 0;
	overflow: hidden;
	}

#sidebar .side-image img {
	margin: 0;
	padding: 0;
	}
	
#sidebar .bnr {
	clear: both;
	width: 215px;
	height: 60px;
	margin: 0 0 10px;
	padding: 0;
	overflow: hidden;
	}

#sidebar .bnr a {
	width: 215px;
	height: 60px;
	margin: 0;
	padding: 0;
	position: relative;
	}
	
#sidebar .bnr a img {
	margin: 0;
	padding: 0;
    position: relative;
    display: block;
	}

#sidebar .bnr a:hover img {
	top: -60px;
	}

#sidebar .widget {
	margin: 0;
	padding: 0:
	}

/* --------------------------------------------------
	フッター
-------------------------------------------------- */
#footer {
	clear: both;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	border-top: none;
	}
	
#footer p {
	font-size: 100%;
	text-align: center;
	margin: 0;
	padding: 0 0 15px;
	}

#footer p.copy {
	font-size: 10px;
	}
	
/* --------------------------------------------------
	ニュース
-------------------------------------------------- */
#top_info {
	clear: both;
	margin: 0 auto 0;
	padding: 0;
	}

#top_info .info_title {
	width: 100%;
	height: 25px;
	}
	
#top_info .info_inner {
	padding: 3px 0 0;
	}

#top_info .info_title h2 {
	float: left;
	padding: 0;
	margin: 0;
	}

#top_info .info_title h2.news {
	font-size: 170%;
	line-height: 1.0;
	font-family: 'Open Sans', sans-serif;
	}



/* 一覧を見る */
.list_link {
	float: right;
	margin: 0;
	}

.list_link a {
	margin: 0;
	padding: 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 1.8;
	display: block;
	width: 90px;
	height: 23px;
	background-color: #999;
	border-radius: 3px;
	}

.list_link a:hover {
	background-color: #bbb;
	}


.info_inner ul {
	margin: 3px 0 30px;
	}

.info_inner ul li {
	padding: 0 0 10px;
	margin-bottom: 10px;
	max-width: 710px;
	width: 100%;
	line-height: 1.7em;
	border-bottom: 1px dotted #b2b2b2;
	}

.info_inner ul li:first-child {
	padding-top: 10px;
	border-top: 1px dotted #b2b2b2;
	}
	
/* カテゴリー */
.info_inner .news_category {
	display: block;
	overflow: hidden;
	float: left;
	width: 80px;
	height: 15px;
	margin-top: 3px;
	margin-right: 12px;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	background-repeat: no-repeat;
	background: #aaa;
	}

#top_tkkpost {
	clear: both;
	margin: 0 auto 0;
	padding: 0;
	}

#top_tkkpost .info_inner.tkkpost {
	border: 2px solid #c00;
	margin: 0 0 30px;
	padding: 13px 17px 12px;
	}

#top_tkkpost .info_inner.tkkpost h2 {
	color: #c00;
	font-weight: bold;
	border-bottom-color: #c00;
	margin: 0 0 10px;
	padding: 0;
	font-size: 150%;
	}
	
#top_tkkpost .info_inner.tkkpost h2 span {
	color: #c00;
	font-weight: normal;
	font-size: 65%;
	}
	
#top_tkkpost .info_inner.tkkpost p {
	color: #c00;
	font-size: 110%;
	margin: 0;
	padding: 0;
	}

#top_tkkpost .info_inner.tkkpost p {
	color: #c00;
	}

/* 一覧を見る */
#top_tkkpost .info_inner.tkkpost .list_link-infomation {
	margin: 30px auto 10px;
	}

#top_tkkpost .info_inner.tkkpost .list_link-infomation a {
	margin: 0 auto;
	padding: 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 1.8;
	display: block;
	width: 90px;
	height: 23px;
	background-color: #c00;
	border-radius: 3px;
	}

#top_tkkpost .info_inner.tkkpost .list_link-infomation a:hover {
	opacity: 0.7;
	}

span.non {
	color: #c00;
	text-decoration: none;
}
	
#top_jyuyou {
	clear: both;
	margin: 0 auto 0;
	padding: 0;
	}

#top_jyuyou .info_title {
	background-color: #c00;
	}
	
#top_jyuyou .info_title h2.jyuyou {
	font-size: 130%;
	color: #fff;
	font-weight: bold;
	padding: 8px 0 5px 18px;
	line-height: 1.0;
	}

#top_jyuyou .info_inner.jyuyou {
	border: 1px solid #c00;
	margin: 0 0 30px;
	padding: 14px 17px;
	}

#top_jyuyou .info_inner.jyuyou ul {
	margin: 0;
	padding: 0;
	}

#top_jyuyou .info_inner ul li {
	border-bottom: 1px dotted #e88;
	}
	
.info_inner ul li:last-child {
	margin-bottom: 0;
	}

.info_inner .news_date {
	display: block;
	float: left;
	margin-right: 10px;
	}

	
#top_jyuyou .info_inner ul li:first-child {
	padding-top: 0;
	border-top: none;
	}

#top_jyuyou .info_inner ul li:last-child {
	padding: 0;
	border-bottom: none;
	}

#top_jyuyou .info_inner ul li span.news_date, #top_jyuyou .info_inner ul li a {
	color: #c00;
	}

#top_jyuyou .info_inner ul li a:hover {
	color: #e55;
	}

#top_jyuyou .news_category {
	background: #c00;
	}
	
/* --------------------------------------------------
	 フッターメニュー　PC
-------------------------------------------------- */
#sidr-right {
	display: block;
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding: 40px 0 0;
	}

#sidr-right .site_menu {
	margin: 0 0 40px;
	overflow: hidden;
	width: 950px;
	height: 220px;
	}

#sidr-right p.menu {
	display: none;
	}
	
#sidr-right .menuBlock {
	width: 180px;
	height: 220px;
	float: left;
	margin: 0;
	padding-left: 9px;
	border-left: 1px dotted #aaa;
	}

#sidr-right .menuBlock ul {
	margin: 0;
	padding: 0;
	}

#sidr-right .menuBlock ul li.main {
	margin: 0 0 6px;
	font-weight: bold;
	background: url(images/arrow_02.png) no-repeat 2px center;
	padding-left: 20px;
	font-size: 100%;
	}

#sidr-right .menuBlock ul.home li.main {
	background: url(images/arrow_01.png) no-repeat 2px center;
	}
	
#sidr-right .menuBlock ul li {
	background: url(images/arrow_02sub.png) no-repeat 5px center;
	margin: 0 0 6px 0;
	padding: 0 0 0 20px;
	vertical-align: bottom;
	}

#sidr-right .menuBlock ul.home li {
	background: url(images/arrow_01sub.png) no-repeat 5px center;
	}
	
#sidr-right .menuBlock a {
	text-decoration: none;
	color: #333;
	}

#sidr-right .menuBlock a:hover {
	color: #3a7fcf;
	text-decoration: underline;
	}

/* --------------------------------------------------
	パンくずリスト
-------------------------------------------------- */
#breadcrumb  {
	clear: both;
	padding: 30px 0 0px;
	color: #333;
	}

#breadcrumb div {
	display: inline;
	}

#breadcrumb div a {
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	color: #333;
	}
	
/* --------------------------------------------------
	次前のページ
-------------------------------------------------- */
p.pagenation {
	font-size: 12px;
	overflow: hidden;
	}

span.oldpage {
	float: left;
	}

span.newpage {
	float: right;
	}

/* --------------------------------------------------
	ページ番号リンク
-------------------------------------------------- */
p.pagenum {
	text-align: center;
	height: 30px;
	}

p.pagenum a, p.pagenum span {
	color: #fff;
	margin: 0 2px;
	padding: 7px 10px 5px;
	line-height: 2.5;
	text-decoration: none;
	}

p.pagenum a {
	background-color: #bbb;
	}

p.pagenum a:hover {
	background-color: #888;
	color: #fff;
	}

p.pagenum span  {
	background-color: #888;
	color: #fff;
	}

div.about-img {
	clear: both;
	padding: 10px 0 0;
	width: 240px;
	height: auto;
	}

div.acrobat-bnr {
	max-width: 376px;
	width: 100%;
}

div.acrobat-bnr a:hover img {
	opacity: 0.5;
	}
	
div.acrobat-bnr img {
	max-width: 376px;
	width: 100%;
	}

div.syorui {
	clear: both;
	width: 100%;
	margin: 0 0 20px;
	}

div.syorui-icon {
	float: left;
	width: 32px;
	height: 32px;
	margin: 0 10px 0 0;
	}

div.syorui-text {
	width: auto;
	height: auto;
	}

div.syorui span {
	font-size: 95%;
	}
	
div.nendo {
	clear: both;
	width: 215px;
	height: auto;
	margin: 0 0 20px;
	padding: 0;
	}

div.nendo p {
	display: block;
	width: 215px;
	height: 37px;
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	line-height: 2.3;
	border-radius: 10px;
	background-color: #aaa;
	color: #fff;
	text-decoration: none;
	}

div.nendo-link {
	clear: both;
	width: 215px;
	height: auto;
	margin: 0 0 35px;
	padding: 0;
	}
		
div.nendo-link a {
	display: block;
	width: 213px;
	height: 35px;
	text-align: center;
	font-size: 110%;
	line-height: 36px;
	border: 1px solid #bbb;
	border-radius: 10px;
	background-color: #fff;
	color: #555;
	text-decoration: none;
	}

div.nendo-link a:hover {
	color: #555;
	background-color: #f1f1f1;
	border: 1px solid #aaa;
	}

.menuBlock ul.sitemap li.main {
	margin: 0 0 8px;
	font-weight: bold;
	background: url(images/arrow_02.png) no-repeat 2px center;
	padding-left: 20px;
	font-size: 100%;
	}
	
.menuBlock ul.sitemap li {
	background: url(images/arrow_02sub.png) no-repeat 5px center;
	margin: 0 0 8px 0;
	padding: 0 0 0 20px;
	vertical-align: bottom;
	}

/*------------------------------------------------------------
	マップ
------------------------------------------------------------*/
.map {
	clear: both;
	width: 700px;
	height: 510px;
	margin: 0 auto 30px;
	padding:0;
	}

.map img {
	width: 700px;
	height: 510px;
	margin: 0;
	padding:0;
	vertical-align: middle;
	}

.soshikizu {
	clear: both;
	width: 700px;
	height: 800px;
	margin: 0 auto;
	padding:0;
	}

.soshikizu img {
	width: 700px;
	height: 800px;
	margin: 0;
	padding:0;
	vertical-align: middle;
	}

/*------------------------------------------------------------
	サイトマップ
------------------------------------------------------------*/
div#sitemap {
	clear: both;
	margin: 35px 0 0;
	}

ul.sitemap {
	margin: 0 0 35px;
	}

div.sitemap-left {
	float: left;
	width: 350px;
	height: auto;
	margin: 0;
	padding: 0;
	}

div.sitemap-right {
	float: right;
	width: 350px;
	height: auto;
	margin: 0;
	padding: 0;
	}

ul.seika {
	}

ul.seika li p.nen {
	font-size: 95%;
	width: 100%;
	height: 19px;
	line-height: 1.6;
	font-weight: bold;
	text-indent: 5px;
	border-left:  4px solid #bbb;
	border-bottom: 1px solid #bbb;
	margin: 10px 0 0;
	padding: 0;
	}

ul.seika li p {
	font-size: 120%;
	margin: 10px 0 30px;
	padding: 0 0 0 10px;
	}

.pagemenu span {
	font-size: 90%;
	margin-left: -5px;
	line-height: 1.0;
	}

p.d-title {
	clear: both;
	margin: 40px 0 20px;
	border-bottom: 1px solid #333;
	}

/* --------------------------------------------------
	運動方針　グレー枠
-------------------------------------------------- */
.text-frame.houshin {
	background-color: #f5f5f5;
	}
	
/* --------------------------------------------------
	行事予定
-------------------------------------------------- */
table {
	clear: both;
	width: 700px;
	color: #333;
	margin: 0 0 30px;
	padding: 0;
	border: none;
	}

table a {
	color: #333;
	}

tr,th {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	}

th {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	background-color: #fafafa;
	border: none;
	padding: 10px 15px;
	}

th.day {
	width: 130px;
	background-color: #c0c0c0;
	color: #fff;
	margin: 0;
	padding: 0 0 0 10px;
	border: none;
	font-weight: bold;
	text-align: left;
	}

p.month {
	font-size: 120%;
	line-height: 1.9;
	width: 222px;
	height: 28px;
	margin: 0 auto;
	padding: 0;
	color: #fff;
	font-weight: bold;
	background-color: #c0c0c0;
	text-align:center;
	}

.yotei-left {
	float: left;
	width: 226px;
	}
	
.yotei-center {
	float: left;
	width: 226px;
	padding: 0 11px;
	}

.yotei-right {
	clear: none;
	float: right;
	width: 226px;
	}

.yotei-left table, .yotei-center table, .yotei-right table {
	width: 226px;
	}

.yotei-left table th, .yotei-center table  th, .yotei-right table th {
	font-size: 90%;
	font-weight: normal;
	text-align: left;
	background-color: #fbfbfb;
	border: none;
	padding: 5px;
	}
	
.yotei-left table th.day-d, .yotei-center table th.day-d, .yotei-right table th.day-d {
	font-weight: normal;
	text-align: center;
	background-color: #e7e7e7;
	border: none;
	width: 18px;
	}

.yotei-left table th.day-y, .yotei-center table th.day-y, .yotei-right table th.day-y {
	font-weight: normal;
	text-align: center;
	background-color: #f6f6f6;
	border: none;
	width: 18px;
	}

.yotei-left table th.day-y.sat, .yotei-center table th.day-y.sat, .yotei-right table th.day-y.sat {
	background-color: #e0efff;
	}
	
.yotei-left table th.day-y.sun, .yotei-center table th.day-y.sun, .yotei-right table th.day-y.sun {
	background-color: #ffe0e0;
	}

.iinkai {
	clear: both;
	height: 140px;
	margin: 0 0 25px;
	}

.iinkai-image {
	float: left;
	width: 200px;
	height: 140px;
	margin: 0 20px 0 0;
	}

.iinkai-text {
	float: left;
	width: 400px;
	}

.iinkai h4, .iinkai-text h4 {
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.5;
	border-bottom: 1px solid #777;
	}
	
.box .iinkai p {
	margin: 0;
	padding: 0;
	}

li.katsudou {
	font-size: 120%;
	}

/* --------------------------------------------------
	活動方針　サブ
-------------------------------------------------- */
.houshin-sub {
	clear: both;
	height: auto;
	margin: 0 0 25px;
	}

.houshin-sub h4 {
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0;
	line-height: 1.2;
	border-bottom: 0px solid #aaa;
	border-left: 5px solid #aaa;
	text-indent: 7px;
	}

.box .houshin-sub p {
	margin: 0;
	padding: 0;
	}

/* --------------------------------------------------
	委員会　サブ
-------------------------------------------------- */
.iinkai-sub {
	clear: both;
	height: auto;
	margin: 0 0 25px;
	}

.iinkai-sub h4 {
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 3px;
	line-height: 1.2;
	border-bottom: 1px solid #aaa;
	}

.box .iinkai-sub p {
	margin: 0;
	padding: 0;
	}

.tamatebako {
	border: 1px solid #777;
	margin: 0 0 20px;
	padding: 18px;
	}

.tamatebako h3 {
	font-weight: bold;
	margin: 0 0 10px;
	}
.tamatebako p {
	margin: 0;
	}