@charset "UTF-8";

/* --------------------------------------------------
	ベース
-------------------------------------------------- */
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;
	}

.bold {
	font-weight: bold;
	}

a {
	color: #333;
	text-decoration: none;
	}

a:link {
	color: #333;
	}
	
a:hover {
	color: #3a63a7;
	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 0;
	height: 45px;
	padding: 0 0 10px;
	border-bottom: 2px solid #3a63a7;
	}

#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;
	}

#header #tkk-link {
	float: right;
	padding: 15px 0 0;
	margin: 0;
	}
	
#header #tkk-link a {
	display: block;
	height: 25px;
	width: 300px;
	padding: 0;
	margin: 0;
	line-height: 25px;
	text-align: center;
	background-color: #3a63a7;
	color: #fff;
	border-radius: 15px;
	}

#header #tkk-link a:hover {
	background-color: #aaa;
	text-decoration: none;
	}
		
/*------------------------------------------------------------
	イメージスライド
------------------------------------------------------------*/
#imagespace {
	clear: both;
	width: 950px;
	height: 100px;
	margin: 0 auto 0;
	padding: 15px 0;
	border-bottom: 2px solid #3a63a7;
	}

#ime-box {
	position: absolute;
	float: left;
    width: 950px;
	height: 100px;
    margin: 0;
    padding: 0;
	overflow: hidden;
	}

ul.scroller, ul.als-wrapper {
	margin: 0;
	padding: 0;
	}
	
.ime {
	position: relative;
	float: left;
	width: 150px;
	height: 100px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	
.ime:hover {
	opacity: 0.7;
	}
	
.ime img {
	width: 150px;
	height: auto;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	}

.als-container {
	position: relative;
	width: 950px;
	margin: 0px auto;
	}

.als-wrapper {
	position: relative;
	list-style: none;
	}

.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
	}

/* --------------------------------------------------
	コンテナ
-------------------------------------------------- */
#container {
	clear: both;
	padding: 35px 0 0;
	overflow: hidden;
	margin: 0 auto;
	}

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

#content {
	width: 700px;
	height: auto;
	margin: 0;
	padding: 0;
	}
	
/* --------------------------------------------------
	サイドバー
-------------------------------------------------- */
#sidebar {
	width: 215px;
	float: left;
	}

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

.bar {
	margin: 0;
	padding: 0;
	width: 215px;
	height: 25px;
	background-color: #3a63a7;
	}

.bar p.left {
	float: left;
	color: #fff;
	font-size: 110%;
	line-height: 25px;
	text-indent: 5px;
	margin: 0;
	padding: 0;
	}

.bar p.right {
	float: right;
	color: #fff;
	font-size: 110%;
	line-height: 25px;
	text-indent: 5px;
	margin: 0;
	padding: 0;
	}

.bar p.right a {
	color: #fff;
	margin: 0;
	padding: 0;
	}

.bar p.right a:hover {
	color: #fff;
	text-decoration: none;
	}
	
#sidebar ul.bloglist {
	clear: both;
	width: 215px;
	margin: 5px auto 25px;
	}
	
#sidebar ul.bloglist li {
	padding: 0;
	margin: 0;
	line-height: 1.6;
	}

#sidebar ul.bloglist li a {
	font-size: 100%;
	padding: 0;
	color: #333;
	text-decoration: none;
	}

#sidebar ul.bloglist li a:hover {
	color: #3a63a7;
	text-decoration: underline;
	}
	
#sidebar .tkkbnr {
	clear: both;
	width: 215px;
	height: 140px;
	margin: 50px 0 0;
	padding: 0;
	overflow: hidden;
	}

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

#sidebar .tkkbnr a:hover img {
	opacity: 0.7;
	}

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

#footer p.copy {
	font-size: 10px;
	padding: 0 0 15px;
	}

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

#breadcrumb div {
	display: inline;
	}

#breadcrumb div a {
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	color: #333;
	}
	
/* --------------------------------------------------
	次前のページ
-------------------------------------------------- */
.pagenation {
	clear: both;
	width: 700px;
	height: 12px;
	margin: 0;
	padding: 0 0 5px;
	}

.pagenation-cate {
	clear: both;
	width: 700px;
	height: 12px;
	margin: 0;
	padding: 5px 0 25px;
	}
	
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: #3a63a7;
	color: #fff;
	}

/* --------------------------------------------------
	ブログ記事
-------------------------------------------------- */
.post-blog {
	margin: 0 0 25px;
	padding: 0 0 30px;
	border-bottom: 1px dotted #ccc;
	}

h2.listtitle {
	line-height: 1.2;
	margin: 0 0 20px;
	color: #3a63a7;
	}
	
.post-blog h2.title {
	line-height: 1.2;
	margin: 0 0 10px;
	}
	
.post-blog img {
	width: 320px;
	height: auto;
	}

.post-blog-box {
	clear: both;
	width: 700px;
	height: 135px;
	}

.post-blog-photo {
	position: relative;
	float: left;
	width: 200px;
	height: 135px;
	overflow: hidden;
	vertical-align: middle;
	}

.post-blog-photo img {
	width: 200px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	}
	
.post-blog-text {
	float: right;
	width: 470px;
	height: auto;
	}

p.postinfo-title {
	margin: 0;
	padding: 0;
	line-height: 1.0;
}
	
p.more {
	margin: 0;
	width: 80px;
	text-align: center;
	color: #fff;
	}

p.more a {
	display: block;
	color: #fff;
	width: 80px;
	height: 26px;
	padding: 0 5px;
	background-color: #aaa;
	line-height: 26px;
	border-radius: 8px;
}

p.more a:hover {
	background-color: #3a63a7;
	text-decoration: none;
}

/* 記事内の画像 */

.alignnone {
	margin: 0 0 20px;
}

.aligncenter  {
	width: auto;
	text-align:center;
	margin: 0 auto 20px;
	}

.alignleft  {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	}

.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	}

/* 一覧表示 */		
ul.list-all {
	margin: 0;
	}
	
ul.list-all li {
	list-style: none;
	width: 200px;
	float:left;
	margin-bottom: 20px;
	}

ul.list-all li a {
	color: #333;
	font-size: 120%;
	}

ul.list-all li a:hover {
	color: #3a63a7;
	}

.gallery {
	clear: both;
	width: 700px;
	height: auto;
	margin: 0 0 20px;
}

.gallery-item {
	width: 30%;
	height: auto;
	float: left;
	margin: 0 20px 0 0;
}

.gallery-columns-3 img {
	width: 100%;
	height: auto;
	clear: none;
}

