/*
Theme Name: 稲心会オリジナル
Theme URI: http://toushin.main.jp
Author: uco.
Author URI: http://ucoart.com
Description: 
Version: 1.0
*/

body {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 18px;
}
hr {
	border-top: 1px solid rgba(153,153,153,1.00);
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

a,a:hover{
	-webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -ms-transition: 0.6s;
    transition: 0.6s;
}
a {
	color: rgba(114,116,144,1.00);
}



.wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	overflow: hidden;
	margin-bottom: 30px;
}
#sidebar  h1{
	font-size: 120%;
	letter-spacing: 0.3em;
	font-weight: bold;
	background-color: #7F7F7F;
	background: rgb(186,184,184);
background: -moz-linear-gradient(top,  rgba(186,184,184,1) 0%, rgba(160,157,157,1) 51%, rgba(170,165,165,1) 100%);
background: -webkit-linear-gradient(top,  rgba(186,184,184,1) 0%,rgba(160,157,157,1) 51%,rgba(170,165,165,1) 100%);
background: linear-gradient(to bottom,  rgba(186,184,184,1) 0%,rgba(160,157,157,1) 51%,rgba(170,165,165,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bab8b8', endColorstr='#aaa5a5',GradientType=0 );

	color: #FFF;
	padding: 8px;
	text-align: center;
	margin-bottom: 15px;
}


#header {
	margin-bottom: 40px;
	overflow: hidden;
	/* box-shadow */
box-shadow:rgba(113, 135, 164, 0.129412) 0px 0px 16px 3px;
	-webkit-box-shadow:rgba(113, 135, 164, 0.129412) 0px 0px 16px 3px;
	-moz-box-shadow:rgba(113, 135, 164, 0.129412) 0px 0px 16px 3px;
	text-align: center;
}
#sidebar {
	float: left;
	width: 240px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EFEFEF;
	border-left-color: #EFEFEF;
		padding-left:6px;
	padding-right:6px;
}
#footer {
	background-color: rgba(95,95,95,1.00);
	color: rgba(255,255,255,1.00);
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	font-size: 80%;
	text-align: center;
	letter-spacing: 0.3em;
}
#content {
	float: right;
	width: 640px;
}
.post-entry img {
	width: 100%;
	height: auto;
}
.nav-area {
	background: rgb(229,229,229);
background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(244,244,244,1) 3%, rgba(242,242,242,1) 51%, rgba(242,242,242,1) 97%, rgba(229,229,229,1) 100%);
background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(244,244,244,1) 3%,rgba(242,242,242,1) 51%,rgba(242,242,242,1) 97%,rgba(229,229,229,1) 100%);
background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(244,244,244,1) 3%,rgba(242,242,242,1) 51%,rgba(242,242,242,1) 97%,rgba(229,229,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=0 );

	overflow: hidden;
}


#nav ul {
	overflow: hidden;
	display: -webkit-flex;
   display: flex;
	justify-content: space-between;
}
#nav li {
	width: 100%;
}
#nav li a{
	text-decoration: none;
	color: #443B56;
	display: block;
/*	width: 192px;
	float: left;*/
	text-align: center;
	letter-spacing: 0.2em;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 100%;	/*background-color: #F6F6F6;*/	
}
#nav li a:hover {
	background-color: #E8E9EA;
}
#sidebar h4 {
	font-size: 95%;
	color: #336;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 5px;
}
dl.side-school {
	margin-bottom: 20px;
}
dl.side-school dt {
	font-size: 85%;
	clear: left;
	float: left;
	color: #FFF;
	background-color: #B55467;
	width: 50px;
	text-align: center;
	margin-right: 10px;
}
dl.side-school dd {
	overflow: hidden;
	font-size: 95%;
}
.side-school dt, .side-school dd {
	margin-bottom: 10px;
	padding: 5px;
	line-height: 18px;
}
.side-news {
}

h2.widgettitle{
	display:none;
}
.side-news ul {
	font-size: 14px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
.side-news ul li {
	position: relative;
	margin-top: 24px;
	border-bottom: 1px dotted rgba(204,204,204,1.00);
}
.side-news ul li a {
	margin-right: 10px;
	color: #80809F;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	display: block;
	padding-left: 15px;
}
.side-news ul li span.post-date {
	position: absolute;
	display: block;
	width: 120px;
	color: rgba(95,95,126,1.00);
	font-size: 80%;
	top: -24px;
}
.side-news ul li span.post-date:before {
	content: url(images/icon_arrow.gif);
	position: relative;
	top: 6px;
}
#content h1 {
	padding-bottom: 6px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(153,153,153,1.00);
	color: rgb(108, 105, 118);
	font-weight: bold;
	font-size: 230%;
	line-height: 150%;
	letter-spacing: 0.2em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#content h2, #content h3, #content h4     ,#content p,dl.school-dtl,dl.school-dtl2{
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
}
#content h2 {
	color: rgba(95,95,126,1.00);
	font-size: 24px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 0.2em;
	border-bottom: 1px dotted rgba(153,153,153,1.00);
	padding-bottom: 14px;
	margin-bottom: 15px;
}
#content h3 {
	color: rgba(95,95,126,1.00);
	font-size: 130%;
	margin-bottom: 10px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	letter-spacing: 0.2em;
}
#content h4 {
	color: rgba(95,95,95,1.00);
}
.prf-data {
	margin-bottom: 40px;
	margin-top: 0px;
	overflow: hidden;
}
div.prf-data dl {
	width: 380px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.prf-data dl dt, .prf-data dl dd {
	margin-bottom: 10px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
.prf-data dl dt {
	width: 70px;
	float: left;
	text-align: center;
	margin-right: 10px;
	font-size: 80%;
	border-bottom: 1px dotted rgba(153,153,153,1.00);
	clear: left;
}
.prf-data dl dd {
	overflow: hidden;
	font-size: 90%;
	line-height: 120%;
}
dl.school-dtl {
	margin-bottom: 40px;
}
.school-dtl dt {
	letter-spacing: 0.2em;
	font-size: 120%;
	color: rgba(180,84,103,1.00);
}
.school-dtl dd {
	margin-bottom: 20px;
	border-bottom: 1px dotted rgba(211,211,211,1.00);
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.school-dtl dd dl  {
	margin-top: 20px;
}
.school-dtl dd dl dt {
	color: rgba(41,158,150,1.00);
	font-size: 100%;
	margin-bottom: 0px;
}
.school-dtl dd dl dd {
	border-bottom-style: none;
	margin-bottom: 0px;
}
dl.school-dtl2 {
	overflow: hidden;
	width: 610px;
	background-color: rgba(189,218,216,1.00);
	border: 1px solid rgba(153,153,153,1.00);
	border-top: none; /*dt,dd設定とかぶるので*/
	margin-bottom: 40px;
}
.school-dtl2 dt,.school-dtl2 dd{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.school-dtl2 dt {
	width: 120px;
	float: left;
	clear: left;
	border-top: 1px solid rgba(153,153,153,1.00);
}
.school-dtl2 dd {
	/* [disabled]overflow: hidden; */
	border-left: 1px solid rgba(153,153,153,1.00); /*長くなる要素にあわせて*/
	border-top: 1px solid rgba(153,153,153,1.00);
	margin-left: 140px;
	background-color: rgba(255,255,255,1.00);
	padding-left: 15px;
}
.googlemap {
	margin-top: 15px;
}
.school-dtl2 dd:after{
	clear:both; /*1段ずつfloat解除する設定(いらない？)*/
}
#content .page-nav {
	margin-bottom: 24px;
	overflow: hidden;
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 15px;
}
#content .page-nav li a {
	float: left;
	display: block;
	margin-right: 8px;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	background-color: rgba(45,170,161,1.00);
}
.gallery-news {
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	overflow: hidden;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border: 1px solid rgba(153,153,153,1.00);
}
.gallery-news li {
	margin-bottom: 6px;
}
.gallery-news li:before  {
	content: "◆";
	color: rgba(153,153,153,1.00);
	margin-right: 10px;
}
.gallerydata img {
	max-width: 100%;
	height: auto;
}
.image-slider {
	margin-bottom: 30px;
}
.news-list a {
	border-radius: 9px;
	font-size: 12px;
	text-decoration: none;
	padding-bottom: 2px;
	margin-left: auto;
	display: block;
	text-align: center;
	background-color: rgba(46,176,167,1.00);
	color: rgba(255,255,255,1.00);
	line-height: 18px;
	margin-bottom: 20px;
}
.news-list a:hover {
	background-color: rgba(233,233,233,1.00);
}
.news-section {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
	border: 1px solid rgba(204,204,204,1.00);
}
.news-section img{
	width: 100%;
	height: auto;
}
h4.news-date {
	font-weight: normal;
	color: rgba(95,95,95,1.00);
	text-align: right;
	font-size: 90%;
}
h3.news-title {
	border-bottom: 1px dashed rgba(204,204,204,1.00);
	padding-bottom: 8px;
	margin-bottom: 10px;
}
.more-link{
	    display: block;
    text-decoration: none;
    width: 140px;
    background-color: #00b2a8;
    padding: 6px;
    color: #fff;
    margin-left: auto;
    margin-bottom: 8px;
    text-align: center;
}
.event-bg {
	    background-color: rgb(242, 242, 242);
    padding: 16px;
    margin-bottom: 24px;
    font-size: 130%;
}
.eventdata img,
.lecturedata img{
	max-width: 100%;
	height: auto;
}
dl.mail-form {
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	border: 1px solid #CCC;
}
.mail-form dt, .mail-form dd {
	margin-bottom: 10px;
	padding: 4px;
}
.mail-form dt {
	clear: left;
	float: left;
	width: 140px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-right: 10px;
	}
	
.mail-form input[type=submit] {
	margin-top: 20px;
	padding: 10px 20px;
	color: #FFFFFF;
	border: 1px solid #5ED4CC;
	font-size: 16px;
	border-radius: 4px;
	background-color: rgba(137,224,218,1.00);
}
.mail-form input[type=submit]:hover {
	background-color: rgba(181,234,219,1.00);
}
.mail-form p{
	text-align:center;
	}

.pagination {
  margin: 40px 0 30px;
  text-align: center;
}
 
.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
 
.pagination li {
  display: inline-block;
  width: auto;
}
 
.pagination li a, .pagination li > span {
  font-size: .9em;
  display: block;
  width: 30px;
  margin: 0 1px;
  padding: 5px 0;
  text-decoration: none;
  color: #000;
  border: solid 1px #ccc;
  border-radius: 3px;
}
 
.pagination li > span {
  color: #fff;
  background-color: #464646;
}
 
.pagination li a:hover {
  color: #fff;
  background-color: #464646;
}
 
.pagination li .dots {
  width: 15px;
  padding: 0;
  color: #000;
  border-color: transparent;
  background-color: transparent;
}
	#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}