body {
	font-family:游ゴシック,YuGothic,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif;
}


/*ヘッダー部分*/
header#header {
	padding:1em;
}

#header img {
	height:150px;
	display:inline-block;
	vertical-align: middle;
	margin-right:2em;
}

#header div h1{
	font-size:150%;
	background:none;
	margin-left:0;
}

#header div {
	display:inline-block;
	vertical-align: middle;
	margin-left:0;
}

#header div p {
	display:inline;
	background:linear-gradient(transparent 50%, #FFFF00 0%);
}


/*トップメニュー・フッター*/

#nav_top,
#footer {
	font-family:"Crimson Text", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝M", "ＭＳ Ｐ明朝", "serif", "Helmet", "Freesans", "sans-serif";
}

/*コンテンツの幅*/
#header,
#nav_top,
#wrapper {
	margin:0 auto;
	width: 940px;
}

article {
	margin-top:1.5em;
}

a {
    color: #008c8c;
    text-decoration: none;
}
a:hover {
    color: #C00;
    text-decoration: underline;
}

h1 {
	margin-top:1em;
	margin-left:0.8em;
	margin-right:0.5em;
	font-size: 130%;
}

h2 {
	margin-top:0.5em;
	margin-left:1em;
	margin-right:1em;
	font-size: 110%;
}

h3 {
	margin-top:0.5em;
	margin-left:1em;
	margin-right:1em;
	font-size: 100%;
	font-weight: bold;
}

p.for-label {
	display: inline-block;
	margin-left: 0;
	margin-bottom: 1em;
	padding: 0.2em;
	background-color: #000;
	color: #fff;
	border-radius: 3px;
}

ol {
	margin: 0 2em;
}

/*マーカー*/
span.marker {
	background: linear-gradient(transparent 60%, #ffdcb8 0%);
	/*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整*/
	padding: 0px 2px 4px;
}

p {
	margin-top:0.5em;
	margin-left:2.5em;
	margin-right:2.5em;
	font-size: 95%;
	line-height:1.6em;
}

ul.program-list {
	margin-left:2.5em;
	margin-right:2.5em;
	font-size: 95%;
	line-height:1.6em;
}

ul.program-list li{
	list-style-type:circle;
}


/**/
#footer
{
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 240px;
    margin: 0px auto;
    margin-top: 100px;
    padding: 0px 0px 0px 0px;
    border-top: 1px solid #ccc;
    position: relative;
}

/*トップに戻るボタン*/
.to_top_btn {
    width: 130px;
    height: 25px;
    border-radius: 5px 5px 0px 0px;
    position: absolute;
    left: 44%;
    top: -26px;
    z-index: 10;
}

.to_top_btn a {
    display: block;
    width: 130px;
    height: 25px;
    text-indent: -9999px !important;
    background: url(../img/pagetop.png) 0px 0px no-repeat;
    color: #fff !important;
    line-height: 25px;
    font-size: 70%;
    text-align: center;
}


.to_top_btn a:hover {
    background: url(../img/pagetop.png) 0px -29px no-repeat;
}

/*フッター（法人・施設アドレス）*/
address {
    font-style: normal;
    display: block;
    text-align: left;
    font-size: 80%;/*100%だと親要素の幅を無視してoverflowする*/
    /*margin: 0px auto 0px auto;*/
    margin: 20px;
	color: #333;
}

span.organization  {
    font-size: 125%;
}

li.adrsset {
	margin-top: 1em;
}

.adrsset span {
	display: inline-block;
	vertical-align:top;
	line-height: 1.3em;
}
.adrsset span.name {
	width: 30%;
}

.adrsset span.adrs {
	width: 40%;
}

.adrsset span.tel {
	width: 20%;
}

small {
	display: block;
	/*margin: 0 0 0 auto;*/
	margin-left:20px;
	text-align:left;
}


/*---------フッターメニュー--------*/
div.menu-footermenu-container ul{
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 80%;
    text-align: center;
}

div.menu-footermenu-container li{
    display: inline-block;
    border-left: 1px solid #ccc;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}

div.menu-footermenu-container li:nth-of-type(1) {
    border-left: none;
}

/*トップメニュー補正*/
div.menu-topmenu-container li a {
    padding-top: 0.5em;
}


/*投稿タイトル*/
p.post_title {
	margin:0;
	font-size:130%;
}
p.post_date {
	margin:0;
	display:inline-block;
	/*border-bottom: 2px dotted #008c8c;*/
	padding: 0;
	margin-bottom: 0.5em;
	font-size:90%;
}

/*記事内容部分*/
div.content-body {
	margin: 1.5em 0em;
	/*padding-left: 0.5em;*/
	/*padding-right:0.5em;*/
	/*border-left: 1px solid #008c8c;*/
}


/*吹き出し部分*/

.fukidashi{
	width: 85%;
	margin: 1.5em auto;
}

.fukidashi-person {
	float: left;
	margin-right: -90px;
	width: 90px;
}

.fukidashi-person img {
	width: 90px;
	height: 90px;
	border: 1px solid #008c8c;
	border-radius: 50%;
}

.fukidashi-name {
	margin:0;
	text-align: center;
	font-size:110%;
}

.fukidashi-frame {
	width: 100%;
}

.fukidashi-text {
	display: inline-block;
	position: relative;
	margin: 5px 0 0 115px;
	padding: 17px 13px;
	border: 2px solid #008c8c;
	border-radius: 12px;
}

.fukidashi-text p {
	margin:0;
	padding:0;
}

.fukidashi-left .fukidashi-text:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 20px;
	left: -22px;
	border: 10px solid transparent;
	border-right-color: #008c8c;
	border-bottom-color: #008c8c;
}

.fukidashi-left .fukidashi-text:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 20px; 
	left: -17px;
	border: 9px solid transparent;
	border-right-color: #fff;
	border-bottom-color: #fff;
}

/**/
img {
	display:block;
	margin: 0 auto;
	max-width:85%;
	height:auto;
}