/*
Theme Name: tochikeikyo Theme
Theme URI: http://www.www.www/
Description: This is my tochikeikyo theme.
*/
@import "css/footer.css";
@import "css/form.css";

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

body {
	margin: 0;
	padding: 0;
	color: #555;
	font-size: 14px;
	font-family: Myriad, Helvetica, Arial, "Meiryo", "メイリオ", sans-serif;
	line-height: 2.0;
    word-wrap: break-word;
    -webkit-tap-highlight-color: rgba(0,0,0,0); 　
	-webkit-text-size-adjust: 100%;
	background-color: #fefefe;
	zoom: 1;
	text-align: center;
	} 

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

* {
	margin: 0;
	padding: 0;
	}

/* --------------------------------------------------
	TEXT
-------------------------------------------------- */
h1 {
	font-size: 180%;
    font-family: 'Lato', sans-serif;
	color: #444;
	margin: 0 auto 60px;
	padding: 0 0 3px;
	letter-spacing: 1px;
	width: auto;
	border-bottom: 6px solid #333;
	display: inline-block;
	font-weight: bold;
	}
	
h3 {
	font-size: 140%;
	font-weight: bold;
    font-family: 'Lato', sans-serif;
	color: #444;
	margin: 0 0 30px;
	padding: 0;
	}

h3.bar {
	font-size: 130%;
	font-weight: bold;
    font-family: 'Lato', sans-serif;
	color: #fff;
	margin: 0 0 30px;
	padding: 5px 15px;
	background-color: #149;
	text-indent: 0;
	border-bottom: 4px solid #87cefa;
	}
	
h4 {
	font-size: 120%;
	font-weight: bold;
    font-family: 'Lato', sans-serif;
	color: #149;
	margin: 0 0 30px;
	padding: 0 0 2px;
	text-align: left;
	}

h4.bar {
	font-size: 120%;
	font-weight: bold;
    font-family: 'Lato', sans-serif;
	margin: 0 0 30px;
	padding: 5px 0;
	color: #fff;
	text-indent: 15px;
	background-image: url(image/bar.png);
	background-repeat: no-repeat;
	border-bottom: 3px solid #444;
	}
	
h4.line {
	border-bottom: 1px solid #149;
	margin: 0 0 10px;
}

h5, h6 {
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 10px;
	text-align: left;
	color: #444;
	}
p {
	line-height: 1.7;
	color: #555;
	margin: 0 0 35px;
	padding: 0;
	}

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

a:hover {
	opacity: 0.6;
	color: #888;
	text-decoration: none;
		-webkit-transition: all 0.3s;
            transition: all 0.3s;
	}
	
a:hover, a:active {
	color: #444;
	text-decoration: none;
	}

hr {
	color: inherit;
	border: none;
	clear: both;
}

/* --------------------------------------------------
	List
-------------------------------------------------- */
ul {
	margin: 0;
	padding: 0;
	color: #444;
	}

li {
	list-style: none;
	text-align: left;
	}

/* --------------------------------------------------
	container
-------------------------------------------------- */
#container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	}

/* --------------------------------------------------
	ナビゲーション
-------------------------------------------------- */
header {
	position: fixed;
	left: 0;
	top: 0;
	height: 35px;
	width: 100%;
	margin: 0;
	padding: 25px 0 25px;
	z-index: 999999999999;
	background-color: transparent;
	border-bottom: 0px solid #333;
}

#navi ul.nav {
	position: absolute;
	left: 40%;
	width: 85%;
	height: 35px;
	margin: 0;
	padding: 0;
	text-align: center;
	}

#navi ul.nav li {
	display: inline-block;
	margin: 0;
	text-align: center;
	width: auto;
	height: 35px;
	padding: 0 15px;
	background-color: transparent;
	}

#navi ul.nav li {
	display: inline-block;
	margin: 0;
	text-align: center;
	width: auto;
	height: 35px;
	padding: 0 15px;
	background-color: transparent;
	}

#navi ul.nav li a {
	color: #fff;
	font-size: 14px;
	line-height: 35px;
	margin: 0;
	padding: 0;
	display: block;
	letter-spacing: 0.5px;
	text-shadow: none;
	}
	
#navi ul.nav li:last-child a {
	}
	
#navi ul.nav li a:hover {
	color: #fefefe;
	-webkit-transition: all 0.3s;
            transition: all 0.3s;
			opacity: 1.0;
	}

.navbar {
	border: none;
	}

.navbar .nav>.active>a,.navbar .nav>.active>a:hover,.navbar .nav>.active>a:focus{text-decoration:none !important; text-shadow:none !important;color: #fefefe !important;background-color: #333;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;}

.navi-logo,.navi-logo-page {
	position: absolute;
	top: 0;
	left: 5%;
	width: 300px;
	margin: 12px auto 0;
	padding: 0;
	text-align: center;
	float: right;
	}

.navi-logo a,.navi-logo-page a {
	width: 300px;
	height: 50px;
	margin: 0;
	text-align:left;
	}

.navi-logo a img,.navi-logo-page a img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	}

#navi a,
#navi {
    color: #fefefe;
    text-decoration: none;
}

/* transition */
header,
header:after,
header .navi-logo,
header .navi-logo img,
ul.nav,
ul.nav li,
ul.nav li a {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

/* Fixed */

header .navi-logo-bk {
	display: none;
	}

header.fixed .navi-logo {
	display: none;
	}

header.fixed .navi-logo-bk {
	display: block;
	position: absolute;
	top: 0;
	left: 5%;
	width: 300px;
	margin: 12px auto 0;
	padding: 0;
	text-align: center;
	float: right;
	}

header.fixed .navi-logo-bk a {
	width: 300px;
	height: 50px;
	margin: 0;
	text-align:left;
	}

.header.fixed .navi-logo-bk a img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	}

header.fixed .navi-logo a img {
	}
	
header.fixed {
	width: 100%;
	margin: 0;
	padding: 20px 0;
	background-color: #fff;
	border-bottom: none;
}

body.home header.fixed {
	width: 100%;
	margin: 0;
	padding: 20px 0;
	background-color: #fff;
	border-bottom: 1px solid #333;
}

header#page {
	width: 100%;
	margin: 0;
	padding: 20px 0;
	background-color: #fff;
	border-bottom: 1px solid #333;
}

header#page #navi a,
header#page #navi {
    color: #000;
    text-decoration: none;
}

header.fixed #navi:after {
    width: 100%;
}

header.fixed #navi ul.nav {
	}

header.fixed #navi ul.nav li {

	}

header.fixed #navi ul.nav li a {
	color: #000;
	}

ul.footmenu {
	margin: 0 auto 20px!important;
	width: 90%;
	max-width: 1024px;
	text-align: center;
	overflow-x: hidden;
}

ul.footmenu li {
	float: left;
	padding: 0;
	width: 12.45%;
	text-align: center;
}

ul.footmenu li a {
	display: block;
	padding: 0;
	width: 100%;
	border-left: 1px solid #000;
	text-align: center;
}

ul.footmenu li:last-child a {
	border-right: 1px solid #000;
}


/* --------------------------------------------------
	サブページ
-------------------------------------------------- */
.section {
	width: 100%;
	margin: 0 auto 30px;
	padding: 0 0 0;
	}

#page-image {
	width: 100%;
	height: auto;
	margin: 76px 0 0;
	padding: 100px 0 100px;
	overflow: hidden;
	background-image: url(image/pageimage.jpg);
	background-position: center;
	background-size: cover;
		
}

#page-image p.pagetitle {
	font-size: 55px;
	color: #fff;
	margin: 0 0 20px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: bold;
	height: auto;
	line-height: 1.2;
	text-shadow: -3px -3px 5px #1F2133,3px 3px 5px #1F2133;
}

#page-image p.pankuzu {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	line-height: 1.0;
	text-shadow: -3px -3px 5px #1F2133,3px 3px 5px #1F2133;
}

#page-image p.pankuzu a {
	font-size: 15px;
	color: #fff;
	margin: 0;
	line-height: 1.0;
}

.section-page {
	width: 100%;
	margin: 0 auto 30px;
	padding: 0 0 0;
	}

.inner {
	position: relative;
	margin: 0 auto 0;
	padding: 50px 5% 50px;
	width: 90%;
	max-width: 1200px;
	height: auto;
	color: #fff;
	}

.section-page .inner {
	position: relative;
	margin: 0 auto 0;
	padding: 50px 5% 50px;
	width: 90%;
	max-width: 1024px;
	height: auto;
	color: #fff;
	}

.section-page .inner p {
	text-align: left;
	margin: 0 0 20px;
	line-height: 1.6;
	}

.section-page .inner p.right {
	text-align: right;
	margin: 0;
}

.section-page .inner h2 {
	text-align: left;
	color: #fff;
	font-size: 21px;
	line-height: 1.3;
	margin: 0 0 25px;
	background-color: #149;
	background: #373b44; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #373b44, #4286f4); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #373b44, #4286f4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	border-bottom: 7px solid #4999fc;
	padding: 5px 0 3px 10px;
	}

.box {
	clear: both;
	width: 100%;
	margin: 0 auto 0px;
	padding: 50px 0 0;
}

.box2-image {
	float: left;
	margin: 0 0 30px;
	padding: 0;
	width: 30%;
}

.box2-image img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.box2-text {
	float: right;
	margin: 0 0 30px;
	padding: 0;
	width: 65%;
}

table.meibolist {
	margin: 0 auto 0;
	width: 100%;
}

table.meibolist tr.top {
	background-color: #ccc;
	color: #fff;
	width: 100%;
}

table.meibolist td {
	border: 2px solid #fff;
}

table.meibolist tr {
	color: #000;
	background-color: #eee;
	border-bottom: 1px solid #fff;
}

table.meibolist td a {
	color: #149;
	text-decoration: overline;
}

/* --------------------------------------------------
	セクション0 TOP
-------------------------------------------------- */
#section0 {
	width: 100%;
	background-color: #fefefe;
	margin: 0 0 0;
	padding: 0 auto 0;
	}
	
.inner0 {
	position: relative;
	margin: 0 auto 0;
	padding: 0 0 0;
	width: 100%;
	height: auto;
	background-color: #fefefe;
	}

#slide {
	width: 100%;
	height: auto;
	margin: 0 0 15px;
	padding: 0;
	overflow: hidden;
	background-color: #fefefe;
	position: relative;
}

#slide img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.topmess {
	width: 50%;
	height: auto;
	margin: 0 0 15px;
	padding: 0;
	z-index: 999999;
	top: 30%;
	left: 5%;
	position: absolute;
}

.topmess img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

p.toptitle {
	font-weight: normal;
	font-size: 45px;
	text-align: left;
	line-height: 1.5;
	margin: 0 0 10px;
	font-family: Tahoma, Geneva, "sans-serif";
	color: #aaa;
}

p.toptitle span {
	font-weight: normal;
	font-size: 15px;
	padding-left: 18px;
	color: #aaa;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.mess {
	text-align: left;
	font-weight: bold;
	font-size: 21px;
	line-height: 1.5;
	color: #aaa;
	text-decoration: underline;
	
}

p.toptitle-w {
	font-weight: normal;
	font-size: 45px;
	text-align: left;
	line-height: 1.5;
	margin: 0 0 10px;
	font-family: Tahoma, Geneva, "sans-serif";
	color: #fff;
}

p.toptitle-w span {
	font-weight: normal;
	font-size: 15px;
	padding-left: 18px;
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.section-access {
	width: 100%;
	background-color: #4b8ecf;
	margin: 0px 0 0px;
	padding: 50px 0 0px;
	}

.accessdata {
	float: left;
	width: 40%;
	padding: 0 0 20px;
}

.section-access p {
	text-align: left;
	color: #fff;
	line-height: 1.5;
	margin: 0;
	}

.section-access p.name {
	text-align: left;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	margin: 0 0 15px;
	border-bottom: 1px solid #fff;
	}

.map {
	margin: 0 auto 0px!important;
	height: auto;
	padding: 0;
}

.map iframe {
	margin: 0 auto 0px!important;
	padding: 0;
	display: block;
}

.section-link {
	width: 100%;
	background-color: #e0e4c6;
	margin: 0px 0 50px;
	padding: 50px 0 0;
	}

table.linklist {
	width: 100%;
	margin: 0;
	padding: 0;
}

table.linklist tr {
	width: 100%;
	margin: 0;
	padding: 0 10px;
	background-color: #f7f9ec;
	border-bottom: 8px solid #e0e4c6;
	vertical-align: middle!important;
}

table.linklist td.name {
	min-width: 350px;
	margin: 0;
	padding: 10px 0;
	padding-left: 15px;
	text-align: left;
	background-color: #fff;
	color: #777;
	vertical-align: middle!important;
}

table.linklist td.url {
	width: 100%;
	margin: 0 0 20px;
	padding: 10px 0;
	padding-left: 15px;
	text-align: left;
	color: #149;
	vertical-align: middle!important;
}

table.linklist td.url a {
	color: #149;
	letter-spacing: 1px;
	vertical-align: middle;
}

p.kyoukai {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
	color: #aaa;
}
#scroll {
	position: absolute;
	left: 50%;
	bottom: -35px;
	margin: 0 0 0 -35px;
	width: 70px;
	height: 70px;
	z-index: 9999999;
	}

#scroll a {
	display: block;
	width: 70px;
	height: 70px;
	margin: 0;
	padding: 0;
	}

#scroll a img {
	width: 70px;
	height: 70px;
	margin: 0;
	padding: 0;
	}

.image {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.image img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

/* --------------------------------------------------
	セクション1 CONCEPT
-------------------------------------------------- */
#section1 {
	width: 100%;
	background-color: #fefefe;
	margin: 0px 0 0;
	padding: 0 auto 0;
	}

.inner1 {
	position: relative;
	margin: 0 auto 0;
	padding: 100px 0 0;f
	width: 100%;
	height: auto;
	}

.inner1 p {
	
	}


/* --------------------------------------------------
	セクション2
-------------------------------------------------- */
#section2 {
	width: 100%;
	background-color: #149;
	margin: 0;
	padding: 0 auto;
	}

.inner2 {
	position: relative;
	margin: 0 auto 0;
	padding: 100px 5% 100px;
	width: 90%;
	max-width: 1024px;
	height: auto;
	color: #fff;
	}

/* --------------------------------------------------
	セクション3 WORKS
-------------------------------------------------- */
#section3 {
	width: 100%;
	background-color: #fefefe;
	margin: 0;
	padding: 0 auto;
	}

.inner3 {
	position: relative;
	margin: 0 auto 0;
	padding: 100px 5% 50px;
	width: 90%;
	max-width: 1024px;
	height: auto;
	}

.inner3 h3 {
	margin: 0 0 20px;
	font-size: 130%;
}

.inner3 p.blue {
	margin: 0 0 30px;
	font-size: 110%;
	font-weight: bold;
	color: #154f9e;
}

/* --------------------------------------------------
	セクション4 パーソナル
-------------------------------------------------- */
#section4 {
	width: 100%;
	background-color: #f4f4f4;
	margin: 0;
	padding: 0 auto;
	}

.inner4 {
	margin: 0 auto;
	padding: 100px 5%;
	width: 90%;
	font-size: 100%;
	max-width: 1024px;
	}

/* --------------------------------------------------
	セクション5 ABOUT US
-------------------------------------------------- */
#section5 {
	width: 100%;
	background-color: #fefefe;
	margin: 0;
	padding: 0 auto;
	}

.inner5 {
	position: relative;
	margin: 0 auto 0;
	padding: 100px 5% 50px;
	width: 90%;
	max-width: 1024px;
	height: auto;
	}

#section5 .logo {
	margin: 0 auto 80px;
	padding: 0;
	width: 100%;
	max-width: 240px;
	height: auto;
	}

#section5 .logo img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	}
	
/* --------------------------------------------------
	セクション4 パーソナル
-------------------------------------------------- */
#section6 {
	width: 100%;
	background-color: #f4f4f4;
	margin: 0;
	padding: 0 auto;
	}

.inner6 {
	margin: 0 auto;
	padding: 100px 0 50px;
	width: 100%;
	font-size: 100%;
	}
	
#section6 .logo {
	margin: 0 auto 20px;
	padding: 0;
	width: 100%;
	max-width: 240px;
	height: auto;
	}

#section6 .logo img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	}

.telinfo {
	padding: 20px 0 30px;
	margin: 0 auto 30px;
	max-width: 320px;
	}

.telinfo img {
	padding: 0;
	margin: 0 auto;
	width: 90%;
	}

.formlink {
	width: 160px;
	height: 30px;
	margin: 20px auto 0;
	}
		
.formlink a {
	display: block;
	font-family: 'Lato', sans-serif;
	color: #444;
	font-size: 100%;
	line-height: 30px;
	letter-spacing: 0.5px;
	width: 160px;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 1px solid #333;
	border-radius: 5px;
	text-align: center;
	}

.formlink a:hover {
	color: #fff;
	background-color: #333;
	-webkit-transition: all 0.3s;
            transition: all 0.3s;
	}
	
/* --------------------------------------------------
	セクション6 CONTACT
-------------------------------------------------- */
	
#section-foot {
	width: 100%;
	background-color: #fefefe;
	margin: 0;
	padding: 0 auto;
	border-top: 1px solid #fefefe;
	}
	
.inner-foot {
	margin: 0;
	padding: 65px 0 65px;
	width: 100%;
	font-size: 100%;
	text-align: center;
	}
	
.inner-foot p {
	font-size: 100%
	}

.inner-foot p.footname {
	font-size: 150%;
	color: #149;
	font-weight: bold;
	margin: 0 0 10px;
	}

.inner-foot p.copy {
	font-size: 80%
	}

.space {
	clear: both;
	width: 100%;
	height: 1px;
	}

/* --------------------------------------------------
	トップに戻る
-------------------------------------------------- */
#back-top {
	position: fixed;
	right: 30px;
	bottom: 25px;
	margin: 0;
	width: 60px;
	height: 40px;
	z-index: 9999999999999999999999;
	}

#back-top a {
	display: block;
	width: 60px;
	height: 40px;
	text-align: center;
	}

#back-top a:hover {
	opacity: 0.6;
	}

/* --------------------------------------------------
	会員名簿
-------------------------------------------------- */
td.kubun {
	width: 75px;
}

table.meibolist {
	color: #555;
	font-weight: normal;
	width: 100%;
	margin: 0 auto 30px;
}

table.meibolist tr:nth-child(odd) td {
	background: #eee;}


table.meibolist tr {
	border-right: 0px solid #aaa;
	background-color: #fff;
	}

table.meibolist tr.cate td {
	border-right: 1px solid #aaa;
	background-color: #aaa!important;
	color: #f0f0f0;
	}

table.meibolist tr td {
	border-right: 1px solid #fff;
	padding: 8px 0;
	}

table.meibolist tr td a {
	text-decoration: underline;
	}

/* --------------------------------------------------
	書籍
-------------------------------------------------- */
.booklist li {
 float: left;
width: 48%;
	margin: 0 2% 30px 0;
	border: 1px solid #000;
}

.booklist li:nth-child(even) {
 float: right;
width: 48%;
	margin: 0 0 30px 0;
	border: 1px solid #000;
}

.booklist li .bookin {
 padding: 20px;
}

.booklist li  p.booktitle {
 background-color: #149;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 5px 10px;
	font-size: 16px;
}

.bookimage {
	float: left;
	width: 40%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

.bookimage img {
	margin: 0 auto 0;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}

.bookinfo {
	float: right;
	width: 54%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

.bookinfo p {
	margin: 0 0 10px;
	}

.bookinfo p.kakaku {
	margin: 0 0 0px;
	color: #149;
	font-size: 16px;
	font-weight: bold;
	}

ul.booklink {
	margin: 0 0 15px;
}

ul.booklink li a {
	font-weight: bold;
	text-decoration: underline;
	color: #149;
	font-size: 18px;
	line-height: 2.0;
}

/* --------------------------------------------------
	2つ並び
-------------------------------------------------- */
.box2-left {
	float: left;
	width: 47%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #888;
	border-radius: 10px;
	}

.box2-right {
	float: right;
	width: 47%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #888;
	border-radius: 10px;
	}

.box2-left .inner,.box2-right .inner {
	margin: 0 auto 0;
	padding: 0 30px 30px;
	height: 180px;
	vertical-align: middle;
	}

.box2-left img,.box2-right img {
	margin: 0 auto 0;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}

.box2-left .image,.box2-right .image {
	margin: 0 auto 0;
	width: 100%;
	height: auto;
	}

.box2-left p,.box2-right p {
	text-align: left;
	line-height: 1.7;
	color: #fff;
	margin: 0;
	}

.box2-left p.box-title,.box2-right p.box-title {
	text-align: left;
	line-height: 1.3;
	color: #fff;
	margin: -20px 0 5px;
	font-size: 38px;
	font-weight: bold;
	text-shadow: 2px 2px 0 #555;
	}

.box2-left60 {
	float: left;
	width: 58%;
	height: auto;
	margin: 0 0 20px;
	padding: 0;
	overflow: hidden;
	}

.box2-right40 {
	float: right;
	width: 37%;
	height: auto;
	margin: 0 0 80px;
	padding: 0;
	overflow: hidden;
	}

.box2-left60 h3,.box2-right40 h3,.box2-left60 p,.box2-right40 p {
	text-align: left;
	line-height: 1.7;
	}
	
.box2-left60 img,.box2-right40 img {
	margin: 0 auto 0;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}

.box2-left40 {
	float: left;
	width: 37%;
	height: auto;
	margin: 0 0 50px;
	padding: 0;
	overflow: hidden;
	}

.box2-right60 {
	float: right;
	width: 58%;
	height: auto;
	margin: 0 0 20px;
	padding: 0;
	overflow: hidden;
	}

.box2-left40 h3,.box2-right60 h3,.box2-left40 p,.box2-right60 p {
	text-align: left;
	line-height: 1.7;
	}
	
.box2-left40 img,.box2-right60 img {
	margin: 0 auto 0;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}
	
/* --------------------------------------------------
	3つ並び
-------------------------------------------------- */
.box3-1,.box3-2 {
	float: left;
	width: 28%;
	height: auto;
	margin: 0 0 30px;
	margin-right: 8%;
}

.box3-3 {
	float: right;
	width: 28%;
	height: auto;
	margin: 0 0 30px;
	margin-right: 0;
}

.box3-1 h2,.box3-2 h2,.box3-3 h2 {
	height: auto;
	margin: 0 0 15px;
	padding: 0 0 10px;
	text-align: center;
	border: none;
	font-weight: bold;
	font-size: 130%;
	border-bottom: 2px solid #fff;
	display: block;
	line-height: 1.5;
}

.box3-1 p,.box3-2 p,.box3-3 p {
	font-size: 100%;
	height: auto;
	margin: 0 0 5px;
	text-align: left;
	line-height: 1.7;
}

.box3image {
	width: 100%;
	height: auto;
	margin: 0 0 20px;
	overflow: hidden;
}

.box3image img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	position: relative;
}

/* --------------------------------------------------
	リンク
-------------------------------------------------- */
.link-btn {
	margin: 0 auto 30px;
	width: auto;
	text-align: center;
	}

.link-btn a {
	display: inline-block;
	position: relative;
	background-color:#888;
	color: #fff !important;
	text-decoration: none !important;
	padding: 5px 20px;
	text-align: center;
	font-size: 95%;
	margin: 0 auto;
	cursor: pointer;
	min-width: 120px;
	border-radius: 20px;
	}

.link-btn-pt {
	margin: 0 auto 20px;
	width: auto;
	text-align: center;
	}

.link-btn-pt a {
	display: inline-block;
	position: relative;
	background-color:#888;
	color: #fff !important;
	text-decoration: none !important;
	padding: 5px 20px;
	text-align: center;
	font-size: 95%;
	margin: 0 auto;
	cursor: pointer;
	width: 260px;
	border-radius: 20px;
	}

.link-btn a:hover {
	background-color: #149;
	opacity: 1.0;
}

.butsupinlink {
	margin: 0 auto 30px;
	width: auto;
	text-align: center;
	}

.butsupinlink a {
	display: inline-block;
	position: relative;
	background-color:#ED1C24;
	color: #fff !important;
	text-decoration: none !important;
	padding: 8px 30px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 0 auto;
	cursor: pointer;
	min-width: 120px;
	}
hr {
	color: inherit;
	border: none;
	clear: both;
}

.section .image {
	margin: 0 0 20px;
}

ul.news {
	width: 90%;
	max-width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

ul.news li {
	border-bottom: 1px solid #ccc;
	padding: 10px 0 7px;
}

.post {
	text-align: left;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

h2.posttitle {
	width: 100%;
	margin: 0 0 30px;
	color: #149;
	border-bottom: 3px solid #149;
	font-size: 24px;
	line-height: 1.3;
}

/* --------------------------------------------------
	ページ番号リンク
-------------------------------------------------- */
p.pagenum {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

p.pagenum a,
p.pagenum span {
	color: #149;
	font-size: 20px;
	height: 30px;
	display: block;
	line-height: 25px;
	width: 27px;
	margin: 0 4px;
	border: 1px solid #149;
	box-sizing: border-box;
	text-align: center;
}

p.pagenum a {
	text-decoration: none;
	background-color: #fff;
}

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

p.pagenum span {
	background-color: #149;
	color: #fff;
	text-align: center;
}

span.oldpage {
float: left;
}

span.newpage {
float: right;
}

ul.awardlist li {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 25px;
}

ul.awardlist li:nth-child(3n) {
	float: left;
	width: 30%;
	margin-right: 0%;
}

ul.awardlist li .thumbnail {
	width: 100%;
	margin: 0 auto 10px;
}

ul.awardlist li .list_info p {
	text-align: center;
	margin: 0 0 10px;
}

ul.awardlist li .list_info h4 {
	text-align: center;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

ul.awardlist li .list_info p.name {
	text-align: center;
	font-size: 12px;
}

.yotei li {
	margin: 0 auto 20px;
	background-color: #eee;
	padding: 10px;
}

.yotei li p {
	margin: 0!important;
	line-height: 1.3;
}

.yotei li p.eventname {
	margin: 0 0 5px!important;
	line-height: 1.3;
	font-weight: bold;
	font-size: 16px;
	color: #149;
}

.image-flow {
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
}

.image-flow img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

ul.memberslist {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

ul.memberslist li {
	border-bottom: 1px solid #ccc;
	padding: 10px 0 10px;
}

ul.filelink {
	margin: 0 auto 20px;
}

ul.filelink li {
	float: left;
	border: 1px solid #ccc;
	padding: 10px 0px;
	width: 30%;
	background-color: #eee;
	text-align: center;
	margin: 0 4% 10px 0;
}

ul.filelink li:nth-child(3) {
	margin: 0;
}

.section-award {
	width: 100%;
	margin: 0 auto 30px;
	padding: 0 0 30px;
	background-color: #fcfcec;
	}

h4.midashi {
	margin: 0 0 15px;
	color: #777;
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
	background-color: #e5e3d3;
	padding: 5px 0 5px 5px;
}

a.linktext{
	color: #149;
	font-weight: bold;
	text-decoration: underline;
}

p.ichiranback a {
	text-align: center;
	padding: 5px 15px;
	margin: 0 auto 15px;
	background-color: #149;
	color: #fff;
	font-size: 16px;
	max-width: 220px;
	display: block;
}

.toplinks {
	width: 90%;
	max-width: 800px;
	height: auto;
	margin: 0 auto 30px;
	padding: 0;
}

.link-left {
	width: 47%;
	height: auto;
	margin: 0 0 20px;
	float: left;
}

.link-right {
	width: 47%;
	height: auto;
	margin: 0 0 20px;
	float: right;
}

.link-left img,.link-right img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.kousyukailink a {
	color: #149;
	text-decoration: underline;
	font-weight: bold;
}

.jigyouback {
	text-align: left;
	color: #000;
	width: auto;
	max-width: 450px;
	margin: 0 0 10px;
	padding: 15px;
	background-color: #dfdfdf;
	border: 1px solid #ccc;
}

.gallery {
	margin: 0 0 30px;
	padding: 0 0 5px;
}

dl.gallery-item {
	margin: 0 6% 35px 0;
	width: 47%;
	float: left;
}

dl.gallery-item:nth-child(2n) {
	margin: 0 0% 35px 0;
	width: 47%;
	float: left;
}

.gallery-columns-3 dl.gallery-item,.gallery-columns-4 dl.gallery-item,.gallery-columns-5 dl.gallery-item {
	margin: 0 5% 35px 0;
	width: 30%;
	float: left;
}

.gallery-columns-3 dl.gallery-item:nth-child(3n),.gallery-columns-4 dl.gallery-item:nth-child(3n),.gallery-columns-5 dl.gallery-item:nth-child(3n) {
	margin: 0 0% 35px 0;
	width: 30%;
	float: left;
}

.gallery-item img {
	width: 100%;
	height: auto;
	margin-bottom: 6px;
}

dd.wp-caption-text {
	color: #333;
	font-size: 14px;
	text-align: center;
}