@charset "utf-8";
/* CSS Document */

* {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	box-sizing:border-box;
}
header, nav, main, article, aside, section, figure, img {
	display: block;
	margin: 0px;
	padding: 0px;
	color: #333;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#page {
}
p {
	margin: 0px;
}
img {
	margin: 0px;
	padding: 0px;
}
/**********/
/* header */
/**********/
header {
	box-shadow: 0px 1px 2px 2px #F0F0F0;
	background-color: #FFF;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #666;
}
header div {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
header h1 {
	font-size: 0.7em;
	color: #999999;
	font-weight: normal;
	text-align: right;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
/*******************************************/
/* .header_area（問い合わせとタイトル画像）*/
/********************************************/
.header_area{
	overflow:hidden;
}
.header_area p  {
	float: right;
	width: 7em;
	margin-right: 5px;
	margin-bottom:8px;
	letter-spacing:1px;
}
.header_area p a {
	border: thin solid #CCC;
	margin-top: 0.5em;
	display: block;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	text-align: center;
	font-weight: bold;
	color: #666;
	font-size: 0.82em;
	border-radius: 5px;
	text-decoration: none;
}
.header_area figure  {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 80%;
	padding-left: 5px;
	clear: both;
}
.header_area figure img {
	width:100%;
	height:auto;
}
/*******/
/* nav */
/********/

header nav, footer nav {
	clear: both;
}
header nav ul, footer nav ul {
	line-height: 100%;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-top-width: 0.5px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 0.5px;
	border-bottom-width: 0.5px;
	border-left-width: 0.5px;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	border-left-color: #E1E1E1;
	clear: both;
}
header nav ul li, footer nav ul li {
	width: 25%;
	float: left;
	float: left;
	box-sizing: border-box;
	border-bottom: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-right-color: #E1E1E1;
}
/*
header nav ul li:first-child, footer nav ul li:first-child {
	width: 100%;
}
*/
header nav ul li:nth-child(odd), footer nav ul li:nth-child(odd) {
}
header nav ul li a, footer nav ul li a {
	font-size: 0.9em;
	color: #598259;
	box-sizing:border-box;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 5px;
	display: block;
	text-decoration: none;
}
header nav ul li a, footer nav ul li:first-child a {
}
header nav ul li a time, footer nav ul li a time {
	line-height: 100%;
	font-size: 0.6em;
	font-weight: normal;
	color: #999;
	margin-left: 2px;
	text-decoration: none;
}

/********************/
/* header+figure */
/********************/
header +figure img {
	height: auto;
	width: 100%;
}

/********/
/* main */
/********/
main {
	padding-right: 5px;
	padding-left: 5px;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
main .message_area {
	line-height: 165%;
	font-size: 0.9em;
}
main .message_area {
	line-height: 165%;
	font-size: 0.85em;
}
/* main nav */
main nav {
	clear: both;
}
main nav:last-child {
	clear: both;
}
main nav ol {
	list-style-type: none;
	margin: 0px;
	color: #CCC;
	overflow: hidden;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-weight: bold;
	line-height: 135%;
	font-size: 0.82em;
}
main nav ol li {
	float: left;
}
main nav ol li:before {
	content:"≫";
	margin-right: 2px;
	margin-left: 2px;
}
main nav ol li:first-child:before {
	content:none;
}
main article, main aside {
	margin-bottom: 30px;
}
main article h2, main aside h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-bottom: 5px;
	overflow: hidden;
	color: #6E6161;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.5em;
	font-weight: bold;
	background-repeat: no-repeat;
	padding-top: 15px;
	background-position: left center;
}

main article:after {
	content: "";
	clear: both;
	display: block;
}
main article h3 {
	font-size: 0.9em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #88B088;
	line-height: 135%;
}
/********************************************/
/* Youtubeの書式設定(1) （16:9＝100:56.25） */
/********************************************/
main .youtube_area {
	position: relative;
	width:100%;
	padding-bottom: 56.25%;
	height:0px;
	margin-bottom: 5px;
}
/* Youtubeの書式設定(2) （絶対指定でyoutube_area内一杯になるように) */
main .youtube_area iframe{
	height: 100%;
	width: 100%;
	position: absolute;
	top:0;
	left:0;
}

/*************************************************************/
/* .upload_file_area アップロードされたファイルサムネイル 一覧 */
/*************************************************************/
.upload_file_area {
}
.upload_file_area ol {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 0.80em;
}
.upload_file_area ol li {
	float: left;
	width: 30.3333%;
	margin-right: 1.5%;
	margin-left: 1.5%;
	margin-bottom: 15px;
}
.upload_file_area ol li figure {
	width: 100%;
	height: auto;
}
.upload_file_area ol li figure img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.upload_file_area ol li figure .icon_image {
	box-shadow: 1px 1px 1px 1px #CCCCCC;
}
.upload_file_area ol li figure figcaption {
	text-align: center;
	font-weight: normal;
	font-size: 0.80em;
	word-break:break-all;
}

footer {
}
footer nav {
	display: block;
}
footer .right_area {
	display: block;
	background-color: #3E3845;
	color: #CCCCCC;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
footer .right_area h2 {
	margin-bottom: 15px;
	width: 80%;
}
footer .right_area h2 img {
	height: auto;
	width: 100%;
}
footer .right_area h3 {
	font-size: 0.85em;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
}
footer .right_area dl {
	font-size: 0.80em;
	line-height: 135%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
footer .right_area dt {
	float: left;
	width: 3em;
}
footer .right_area dd {
	overflow: hidden;
	margin-bottom: 0.65em;
}
footer .right_area dd a {
	color: #F9F9F9;
	display: block;
}
address {
	font-size: 0.72em;
	font-style: normal;
	color: #CCCCCC;
	text-align: center;
	clear: both;
	background-color: #333;
	margin: 0px;
	padding: 10px;
}
.sunday {
	color: #FF7994;
}
.wednesday {
	color: #85C2E0;
}
main .to_other_page {
	font-size: 0.85em;
	font-weight: bold;
	text-align: right;
	color: #999;
}
main .to_other_page::before {
	content:"≫";
	margin-right: 3px;
}
/* グローバルメニューの設定 */
/* グローバルメニューの設定 */
#home .home a, #about_us .about_us a,  #activity .activity a, #sunday_school .sunday_school a, #morning_service .morning_service a, #sermon .sermon a, #pastor .pastor a, #map .map a,
#album .album a,
#contact_us .contact_us a,
#bookmark .bookmark a {
	text-decoration: none;
	color: #666666;
	background-color: #F7F7F7;
}

/********************************************/
/* これより以下、クリスマスのための特別設定 */
/********************************************/
/********************************************/
/* これより以下、イースターのための特別設定 */
/********************************************/
/*
body{
}
main{
	background-image: url(image/main_back_easter.jpg);
	padding-bottom: 30px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
*/
