@charset "UTF-8";

/*---------------------------
- Title: Layout Module
- Modified by: Masanori Kobayashi
- Last modify: 2014.0916
- Licence: MIT Licence
---------------------------*/

body {
	margin: 0 auto;
	text-align: center;
}

.mainIndex h1{
	display:none;
}
/*=============================

　リンク

===============================*/
.b_kakomi{
	display:block;
    border:solid 1px #aaa;
    padding:2px 10px;
    text-align:center;
    background-color:#fff;
    width:100px;
    margin-right:20px;
}

.yokonavi ul{
	list-style-type: none;
	width:100%;
	margin:0 auto;
}
.yokonavi li{
	margin:10px;
	display:inline-block;
	background-color:#eee;
	font-size:115%;
	font-weight:bolder;
	text-align:center;
	border:1px solid #ccc;
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}
.yokonavi li a{
	padding:10px 20px;
	display:block;
}

/*=============================

　参照リンク　cf

===============================*/
span.cf{
	display:inline-block;
	font-size:105%;
	font-weight:bold;
	background:url(../images/cf_link.png) no-repeat;
	background-position:0 center;
	background-color:#fafafa;
	width:auto;
	height:auto;
	margin:8px auto 5px;
	padding:0px 10px 0px 45px;
	border:solid 1px #ccc;
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}

/*=============================

　リスト表示

===============================*/

ul.circle{
	list-style-type: circle;
    list-style-position: outside;
    padding-left:1em;
}
ul.disc{
	list-style-type: disc;
    list-style-position: outside;
    padding-left:1em;
}

ul.button_movie li{
	float:left;
	width:300px;
	height:50px;
	margin:10px 20px 10px 0;
	padding:0px;
	vertical-align:middle;
	border:solid 1px #ccc;
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
    background:url(../images/bg_button_movie.png);
    background-size:100% 100%;
}
ul.button_movie li a{
/*    background:url(../images/icon_otokonarimono.png) no-repeat;
    background-position:10px center;*/
	display:inline-block;
	vertical-align:baseline;
	font-size:90%;
	line-height:1.2em;
	padding:10px 10px 5px 60px;
}
/*=============================

　写真等　（補足的）

===============================*/
/* キャプション */
.caption {
	font-size:12px;
	line-height: 1.2;
	color: #717071;
	padding-left: 3px;
}

dl.gallery-item img{
	margin-bottom:0px;
}

dt.gallery-icon a img{
	margin:10px 0px -10px;
	padding:0;

}
dd.gallery-caption{
	margin:0px 10px 20px 20px !important;
	padding: 0px;
	font-size:12px;
	line-height: 1.2em;
	color: #717071;
	text-align:left;
}

div#gallerycaption .wp-caption{
	float:left;
}

p.wp-caption-text{
	margin-top:0px;
	padding-left: 0px;
	font-size:12px;
	line-height: 1.4em;
	color: #717071;

}
.galleryshow{
    width:100%;
}
.galleryshow ul.galleryul
{
	width:100%;
}
.galleryshow ul.galleryul li {
	max-width:190px;
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-bottom:20px;
}
.galleryshow ul.galleryul li img{
	max-width:100%;
	margin:0px auto;
}

.gallery-item img.attachment-thumbnail{
	margin:0 0 !important;
}
/*=============================

　段組み

===============================*/

.left_area{
	float:left;
	text-align:left;
}

.right_area{
	float:right;
	text-align:left;
}


/*=============================

　言語選択

===============================*/
/* 言語選択の位置 */
/*#language {
	top: 20px;
	left: 840px;
}*/

/* 言語選択のスタイル */
#language li {
	width: 114px;
	float:left;
	margin:0;
	padding:0;
	position: relative;
	text-align: center;
	font-size:110%;
}
#language li a {
	display:block;
	color:#717071;
	line-height: 20px;
	/*height:22px;*/
	height:44px;
	margin:0;
	padding:0;
}
#language li ul {
	display:none;
	margin:0;
	padding:0;
	position:absolute;
	left:0;
	top:20px;
	background-color:#a5a5a5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
#language li ul li {
	float:none;
	width:114px;
	height: 0;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}
#language li ul li a {
	color:#fff;
	font-size:12px;
	/*line-height:1;*/
	line-height:2.7;
	text-align: left;
	text-indent: 10px;
	margin:0;
	padding: 5px 0;
	background:url(http://tenrikyo.or.jp/jpn/wp-content/themes/jpn_2014/images/common/arrw_white.png) no-repeat 90% center;
}
/* 言語選択のリンクの形 */
#language li ul {
	display:none;
	position:absolute;
	z-index:200;
}
#language li:hover ul {
	display:block;
	position:absolute;
	z-index:200;
}
#language li:hover ul li {
	overflow:visible;
	/*height:22px;*/
	height:44px;
}
#language li ul li:hover > a {
	background: #d9d9d9 url(http://tenrikyo.or.jp/jpn/wp-content/themes/jpn_2014/images/common/arrw_gray.png) no-repeat 90% center;
}
#language li ul li a:hover {
	color: #717071;
}
#language li:hover ul li:first-child {
  margin-top:10px;
}
#language li:hover ul li:last-child {
  margin-bottom:10px;
}
/* for ie7 */
*+html #language li:hover ul li.end {
  margin-bottom:10px;
}
/* for ie8 */
#language li:hover ul li.end {
  margin-bottom:10px\9;
}
/*　フォントのクラス指定　*/
#language .fontfamily {
	font-family:Tahoma, Geneva, sans-serif;
}
/*  言語ユーティリティナビゲーション*/
#utility-nav ul {
	margin: 0;
}
#utility-nav ul li {
	float: left;
}
#utility-nav ul li li {
	float: none;
}


/*=============================

　検索

===============================*/
/*　サブミットボタン　*/
input#submit{
	cursor: pointer;
  　display: block;
	background:url('../images/submit_search.png') no-repeat 0 0;
	background-size: cover;
	width:26px;
	height:22px;
	border:none;
	text-indent:-5000px;
}
input#submit:hover{
	opacity:.5;
}

/*　テキスト入力エリア　*/
input.inputField{
	width:150px;
	height:22px;
}

/*=============================

 過去記事アテンション

===============================*/

.old-post {
	margin:-30px 0px　15px;
	padding:15px 20px;
	background:#e9e9eb;
}
.old-post p {
	color:#c30;
}

/*=============================

　パンくずリンク

===============================*/
/*　サブミットボタン　*/
.reg-page .topicPath{
　　　font-size:85%;
}
.reg-page .topicPath a{
　　　color:#002067;
}
.reg-page .topicPath a:hover{
　　　color:#002067;
}

/*=============================

　緊急表示用エリア

===============================*/
/*　トップレベル　トップアドの上部　*/
.special_info_1{
    margin:0px 0px 10px;
}
/*　セカンドレベル　教え帯の下部　*/
.special_info_2{
    margin:-10px 20px 20px;
}
/*　サードレベル　Q&Aの上部　*/
.special_info_3{
    margin:0px 20px 10px;
 }
.special_info_1 .waku{
    margin:0px 20px 10px;
}
@media only screen and (max-width: 480px) {
		.special_info_1{
		    margin:0px 0px 10px;
		}
}
div.kinkyu{
	margin:5px -20px 20px;
	padding:20px;
	border:3px solid #CCC;
	text-align:left;
	font-size:105%;
}
div.kinkyu_post{
	margin:5px 0px 20px;
	padding:20px;
	border:3px solid #CCC;
	text-align:left;
	font-size:105%;
}

div.kinkyu h2,div.kinkyu_post h2{
	font-size:120%;
}
div.kinkyu-red{
	margin:5px -20px 20px;
	padding:20px;
	border:3px solid rgb(241, 89, 24);
	text-align:left;
	font-size:105%;
}


.widely{
	margin:0 -20px 20px;
}

a.spw{
	color:#000;
}
a.spw:hover{
	color:#999;
}

.special_waku{
	margin:0 -20px 20px;
	border:10px solid #00599b;
	padding:37px 48px;
	text-align:left;
}
.special_waku h3{
	font-size:300%;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight:700;
	line-height:1.3em;
}
.special_waku .speaker{
	font-size:200%;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-weight:700;
}
.special_waku p{
	font-size:130%;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	line-height:1.8em;
}
.special_waku .kikan{
	font-size:150%;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-weight:700;
}
.kikan_a,.kikan_b{
	display:inline-block;
}
.anchor_block{
	background-color:#333;
	padding:5px;
	font-size:80%;
	font-weight:700;
	color:#fff;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

@media screen and (max-width:480px){
.special_waku{
	margin:0 -20px 20px;
	border:10px solid #00599b;
	padding:15px 20px;
	text-align:left;
}
.special_waku h3{
	font-size:160%;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight:700;
	line-height:1.3em;
}
.special_waku .speaker{
	font-size:120%;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-weight:700;
}
.special_waku p{
	margin:10px 0;
	font-size:110%;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	line-height:1.8em;
}
.special_waku .kikan{
	font-size:115%;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-weight:700;
}
.kikan_a,.kikan_b{
	width:100%;
}

.anchor_block{
	background-color:#333;
	padding:5px;
	font-size:80%;
	font-weight:700;
	color:#fff;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

}


#fw_right ul li {
	margin-bottom: 10px;
}

#fw_right ul li img {
	display: block;
}

/*=============================

　おやのことばページ

===============================*/
.oyanokotoba-page p{
    margin-bottom:18px;
}


/*=============================

　動画埋め込み

===============================*/
/*　動画　*/
.movie{
  max-width: 640px; /* 最大幅 */
/*  min-width: 360px;  最小幅 */
/*  margin: 2.0833% auto;*/
  margin:2% auto;
}
.youtube{
  position: relative;
  padding-bottom: 56.25%; /* 縦横比 */
  height: 0;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.video_wrap {
	width: 92%;
	margin: 0;
	margin-right: auto;
}
/*=============================

　レギュラー（スタメン）ページ

===============================*/
.stamem-page .entry h2{
   font-size:160%;
   font-weight:600;
   margin:20px 0;
   color:#777;
}
.stamem-page .entry img{
	margin:5px 10px;
}

.page_summary h3{
	margin-left:20px;
}
.page_summary h4{
	margin-left:20px;
}
.page_summary h5{
	margin-left:20px;
}

/*=============================

　教えページ

===============================*/
.teach-page .entry img{
	margin:5px 10px;
}


/*=============================

　ラジオ　家族円満アーカイブス

===============================*/
.movie_board{
	width:100%;
	background:#e6e6e6;
	margin-bottom:30px;
	padding:20px 35px;
	border:3px dotted #ffffff;
}
.movie_zone{
	float:left;
	width:50%;
	padding:0;
	margin:0;
}
.explain_zone{
	float:left;
	width:50%;
	padding:0 0 0 20px;
	margin:0;
}

.radio_movie iframe{
	width:308px;
}
.cf_radio{
	width:100%;
	margin:30px 0 0;
	padding:15px;
	border:3px dotted #ffffff;
	border-radius: 10px;
	bottom:0;
}
.movie_board:after,.cf_radio:after{
	content: "";
	display: block;
	clear: both;
}
.list_a,.list_b{
	float:left;
	width:50%;
}
.list_a,.list_b{
	float:left;
	width:50%;
}

.cf_radio ul{
	list-style-type: disc;
	padding-left:20px;
}
@media only screen and (max-width: 768px) {
	.movie_zone{
		float:none;
		width:100%;
		padding:0;
		margin:0;
	}
	.explain_zone{
		float:none;
		width:100%;
		padding:0px;
		margin:0;
	}

}

.kazoku-explain{
	width:80%;
	margin:0 auto 30px;
	text-align: left;
	font-size:120%;
}
.list_area_index{
	width:45%;
	margin:0 2% 30px;
	display:inline-block;
	vertical-align:top;
}
.list_area{
	/* width:45%; */
	margin:0 2% 30px;
	display:inline-block;
	vertical-align:top;
}
.radio-page .list_area h2,.list_area_index h2{
	height:55px;
	background: url('../images/bg-h2_kazokuenman1000.png') no-repeat;
	background-size: contain;
	font-size:160%;
	color:#ffffff;
	padding:7px 10px 0 30px;
}
.bn_cd_area img{
	width:45%;
}

@media screen and (max-width: 800px) {
	.radio-page .list_area h2,.list_area_index h2{
		height:55px;
		background: url('../images/bg-h2_kazokuenman1000.png') no-repeat;
		background-size: contain;
		font-size:120%;
		color:#ffffff;
		padding:3px 10px 0 30px;
	}
}
@media screen and (max-width: 468px) {
	.radio-page .list_area h2,.list_area_index h2{
		height:55px;
		background: url('../images/bg-h2_kazokuenman1000.png') no-repeat;
		background-size: contain;
		font-size:160%;
		color:#ffffff;
		padding:7px 10px 0 30px;
	}
	.list_area_index{
		width:95%;
		margin:0 2% 30px;
		display:inline-block;
	}
	.list_area{
		width:95%;
		margin:0 2% 30px;
		display:inline-block;
	}
}

.list_area ul ,.list_area_index ul{
	list-style-type: disc;
	font-size:120%;
	font-weight:600;
}
.list_area ul li ,.list_area_index ul li{
	list-style-position: inside;
	border-bottom: dotted 1px #ccc;
	padding:5px;
}
div.archives_style {
	overflow-y:auto;
	height:155px;
}
.kazoku1000_box_title{
	background:#eee;
	border-bottom:dotted 1px #333;
	padding:5px 10px;
	font-size:150%;
	font-weight:600;
}
.kazoku1000_box_audio audio{
	width:100%;
}

.kazoku-present{
	font-size:180%;
	line-height:1.3em;
	margin:50px 0 10px 0px;
	z-index:2;
}
.present_img{
	float:right;
	width:50%;
}
.kazoku_left{
	float:left;
	width:45%;
	text-align:left;
	padding-top:20px;
}
.kazoku_right{
	float:right;
	width:45%;
	text-align:left;
}
/*.kazoku_left:after,.kazoku_right:after{
	content: "";
	clear: both;
	display: block;
}
*/

.kazoku1000_box_number{
	font-size:109%;
	font-weight:600;
}
.kazoku1000_box_day{
	font-size:112%;
	margin-bottom:20px;
}
.radio_box_name{
	font-size:110% !important;
	margin:10px 0;
}
.radio_box_text{
	font-size:110% !important;
	margin:0px 0 20px;
	padding:10px 0 20px;
}
.present_area{
	font-size:109%;
}

@media screen and (max-width: 785px) {
	.kazoku_left{
		float:none;
		width:100%;
		text-align:left;
		padding-top:20px;
	}
	.kazoku_right{
		float:none;
		width:100%;
		text-align:left;
	}
}

.kakomi-maru{
	border:3px solid #888;
	background:#efefef;
	padding:30px;
	border-radius:20px;
	margin-top:20px;
}
.insert_mail{
	margin-top:-80px;
}
.archive_title{
	line-height: 2em;
}
.komoku-name{
	font-size:100%;
	font-weight:600;
}
.onair-title{
	font-size:150%;
	font-weight:600;
}

/* form button */
.formset{
	margin:30px 0 0;
}
/* font change //*/
.wpcf7 input{
	height:30px;
	font-size:15px;
}
.wpcf7 select{
	font-size:15px;
}
.wpcf7 select option{
	font-size:15px;
}
/*// font change */

.wpcf7 textarea{
	width:100%;
	font-size:15px;
}
.wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 input[type="url"],.wpcf7 textarea{
	width:100%;
	border:1px solid #ddd;
	border-radius:4px;
	text-shadow:-1px 1px rgba(255,255,255,1);
	padding:0.5em;
}
input#btn_submit {
    background:url(../images/b_form_submit.png) no-repeat center top;
    width:210px;
    height:50px;
		margin: 0.5em auto;
    border: none;
		text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
		display:block;
}
input#btn_submit:hover {
	background: url(../images/b_form_submit.png) no-repeat center -50px;
}
.submit_area{
	margin:0 auto;
	text-align:center;
}
.hissu{
	color:#ff0000;
}
.komoji{
	font-size:85%;
}
.advise{
	color:green;
}
label{
	display:block;
	margin-bottom:10px;
}
table.check_area{
	margin: 0 auto !important;
}
table.check_area td{
	vertical-align: top;
	padding:5px;
}
/* ラジオ番組用　フォーム内折りたたみエリア */
.button-fu{
	display:block;
	background:orange;
	padding:10px;
	text-align:center;
	font-size:110%;
	font-weight:600;
	color:red;
}
.ac_area label{
	margin:20px 0 0;
}
.ac_area input{
	font-size:15px;
	padding:5px;
	width:60%;
}
.ac_area .address input{
	width:90%;
}


/*=============================

　カレンダー　600px以上の指定

===============================*/

@media only screen and (min-width: 600px) {
  /* 画面幅が600px以上の場合の縦横比の指定 */
  .googlecal {
    padding-bottom: 75%;
  }
}

/*=============================

　GoogleMap使用の場合

===============================*/
.map_area{
	margin:30px 0;
}

/* アクセス（地図）　*/
.google-maps{
	position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    margin-bottom:0px;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

@media only screen and (max-width: 768px) {
  .google-maps {
    padding-bottom: 75%;
    margin-bottom:-25%;
  }
}

/* ようこそおかえりbooks  アクセス（地図）　*/
.okaeri-maps{
	position: relative;
	width:100%;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    margin-bottom:0%;
}
.okaeri-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
max-height: 100% !important;
}

@media only screen and (max-width: 768px) {
  .okaeri-maps {
    padding-bottom: 100%;
    margin-bottom:0%;
  }
}
@media only screen and (max-width: 480px) {
  .okaeri-maps {
    padding-bottom: 130%;
    margin-bottom:0%;
  }
}
/*@media only screen and (min-width: 768px) {
.okaeri-maps iframe {
 height: 400px;
}
}
@media only screen and (max-width: 768px) {
.okaeri-maps iframe {
 height: 280px;
}
}
@media only screen and (max-width: 480px) {
.okaeri-maps iframe {
 height: 280px;
}
}
*/

/*=============================

　QA

===============================*/
.qa{
	vertical-align:middle;
}
.qqq{
	border-bottom:dotted 3px #ccc;
}

.aaa{
	background-color:#D3DEF1;
	padding:30px;
	margin-bottom:30px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;

}
/*=============================

　折りたたみボタン

===============================*/
.oritatami_area{
	margin:-30px 0 0;
	padding:0;
	line-height: 1em;
}
.b_oritatami{
   margin:0;
   padding:0 20px;
   font-size:90%;
}

/* 囲み内本文*/
.kakomi_honmon{
    margin:0;
    padding:0 20px 20px;
    font-size:90%;
    line-height: 1.8em;
}
.kakomi_honmon2{
    margin:0;
    padding:0 20px 0px;
    font-size:90%;
    line-height: 1.8em;
}

/*=============================

　タブ(はじめての方と同じ方式)

===============================*/

/* タブ 横レイアウト 3アイテム（tabmenu.js） */

#tabwrap {
background: #fff;
overflow: hidden;
width: 100%;
min-height: 300px;
margin: 20px auto 0;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6p 0 0x;
    -moz-border-radius: 6px 6px 0 0;
}
#tabs3 {
overflow: hidden;
background: #fff;
}
#tabs li {
list-style: none;
float: left;
display: block;
}
#tabs3 li {
list-style: none;
float: left;
display: block;
width: 33%;
width: 310px\9 ;  /* ie8 */
margin-right: 0.5%;
margin-right: 10px\9 ;  /* ie8 */
}
#tabs3 li:last-child {
margin-right: 0;
}
/* ie8 */
#tabs3 li.end {
margin-right: 0\9 ;  /* ie8 */
}
body.ie7 #tabs3 li.end {
width: 32.6%;
margin-right: 0;
}
#tabs3 li a {
float: left;
display: block;
padding: 14px 0 12px;
width: 100%;
color: #fff;
font-size: 18px;
font-weight: 400;
text-decoration: none;
text-align: center;
background: #d5d5d5;
border: 1px solid #d5d5d5;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6p 0 0x;
    -moz-border-radius: 6px 6px 0 0;
}

#tabs3 li a:hover { background: #b7b7b7; }
#tabs3 li:first-child a { border-left: 0; }
#tabs3 li:last-child a { border-right: 0; }

#tabs3 li.current a {
color: #717071;
background: #fff;
border: 1px solid #d5d5d5;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6p 0 0x;
    -moz-border-radius: 6px 6px 0 0;
}

#tabs3content > div {
clear: both;
overflow: hidden;
padding: 20px 0;
line-height: 1.47;
display: none;
font-size: 108%;
border-left: 1px solid #d5d5d5;
border-right: 1px solid #d5d5d5;
border-bottom: 1px solid #d5d5d5;
}

#tabs3content .current { display: block; }
#tabs3content #home.first { display: block; }
#tabs3content p { margin: 0 0 20px 0;}

/* タブ 横レイアウト 2アイテム（tabmenu.js） */
#tabwrap {
background: #fff;
overflow: hidden;
width: 100%;
min-height: 300px;
margin: 20px auto 0;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0x;
    -moz-border-radius: 6px 6px 0 0;
}
#tabs2 {
overflow: hidden;
background: #fff;
}
#tabs li {
list-style: none;
float: left;
display: block;
}
#tabs2 li {
list-style: none;
float: left;
display: block;
width: 49.5%;
width: 470px\9 ;  /* ie8 */
margin-right: 1%;
margin-right: 10px\9 ;  /* ie8 */
}
#tabs2 li:last-child {
margin-right: 0;
}
/* ie8 */
#tabs2 li.end {
margin-right: 0\9 ;  /* ie8 */
}
body.ie7 #tabs2 li.end {
width: 49.3%;
margin-right: 0;
}
#tabs2 li a {
float: left;
display: block;
padding: 14px 0 12px;
width: 100%;
color: #fff;
font-size: 18px;
font-weight: 400;
text-decoration: none;
text-align: center;
background: #d5d5d5;
border-top: 1px solid #d5d5d5;
border-left: 1px solid #d5d5d5;
border-right: 1px solid #d5d5d5;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6p 0 0x;
    -moz-border-radius: 6px 6px 0 0;
}

#tabs2 li a:hover { background: #b7b7b7; }
#tabs2 li:first-child a { border-left: 0; }
#tabs2 li:last-child a { border-right: 0; }

#tabs2 li.current a {
color: #717071;
background: #fff;
border-top: 1px solid #d5d5d5;
border-left: 1px solid #d5d5d5;
border-right: 1px solid #d5d5d5;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6p 0 0x;
    -moz-border-radius: 6px 6px 0 0;
}

#tabs2content > div {
clear: both;
overflow: hidden;
padding: 20px 0;
line-height: 1.47;
display: none;
font-size: 108%;
border-top: 1px solid #eee;
border-left: 1px solid #d5d5d5;
border-right: 1px solid #d5d5d5;
border-bottom: 1px solid #d5d5d5;
}

#tabs2content .current { display: block; }
#tabs2content #home.first { display: block; }
#tabs2content p { margin: 0 0 20px 0;}


/**/
ul#slider li.slides{
	width:640px;
	height:480px;
}
ul#slider li.slides img{
	width:90%;
	height:480px;
}
#carousel .slides{
	width:20%;
	height:auto;
}

/*　ライブカメラギャラリー　*/
ul.livecamera_gallery li{
    display:inline-block;
    margin:8px;
}
.b_now_camera{
	display:block;
	padding:10px;
	font-size:120%;
	font-weight:600;
	border:solid 1px #ccc;
	width:300px;
	text-align:center;
	background-color:#fff;
    border-radius: 6px 6px 0 0;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
}

/* table */
table.table100{
	width:auto;
}
.table100 th{
	padding:5px;
	font-weight:bold;
	vertical-align:top;
	text-align:left;
	border-bottom:dotted 1px #ccc;
}
.table100 td{
	padding:5px;
	vertical-align:top;
	text-align:left;
	border-bottom:dotted 1px #ccc;
}

/* お知らせ　記事　用　*/
#sp_osirase h2{
    font-size:200%;
    line-height:150%;
}
#sp_osirase h3{
    font-size:150%;
    font-weight:800;
    margin:10px 0;
}
#sp_osirase h4{
    font-size:140%;
    font-weight:800;
    color:#fff;
    padding:5px;
    background-color:red;
    margin:20px 0 10px;
}
#sp_osirase h3.shinsain{
    font-size:190%;
    font-weight:800;
    color:red;
    background:none;
    margin-bottom:10px;
}

.title_s{
	font-size:60%;
	font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",
   serif;
}
.title_l{
	font-size:140%;
	font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",
   serif;
}
strong.midashinami{
	font-size:120%;
	text-decoration:underline;
	text-decoration-color:red;
}
ul.list_circle{
    list-style-type:circle;
    list-style-position:outside;
    padding-left:20px;
}
ul.list_disc{
    list-style-type:disc;
    list-style-position:outside;
    padding-left:20px;
}

.kakomi_l{
	border:4px solid #999;
	padding:20px;
	background-color:#efefef;
}
/*=============================

　ボックスの高さを合わせて配置する

===============================*/
/*--------------
/* .listarea
------------------------- */
.listarea {
margin: 0 auto;
/*横幅1000pxの場合*/
/*width: 960px;
/*横幅650pxの場合*/
width: 100%;
text-align: left;
}
.listarea ul {
/*横幅1000pxの場合*/
/*width: 960px;
/*横幅650pxの場合*/
width: 100%;
}
.listarea ul li {
/*margin: 0 1.4% 20px 1.4%;*/
margin: 0 2% 20px 0%;
padding: 10px;
/*横に4つ配置の場合*/
/*width: 22%;
/*横に3つ配置の場合*/
/*width: 30%;
/*横に2つ配置の場合*/
width: 47%;
float: left;
/*border: #555 1px solid;*/
border: #ccc 1px solid;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}

.listarea_wide{
	margin:0 auto;
	width:100%;
}
.listarea_wide ul{
	width:100%;
}
.listarea_wide ul li{
	margin:0 0 0 0px;
	padding:10px;
	width:100%;
	border: #ccc 1px solid;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.waku_yellow{
	margin:20px 0;
	padding:30px;
	font-size:107%;
	background:#fcf4db /*url('../images/bg_fm_comment.png') no-repeat*/;/*ffe994*/
	background-size:100% 100%;
	border-radius: 10px;
	border:dotted 5px #f7c24b;
}
.numbering{
	font-size:70%;
	font-weight:600;
}

.menu_fm img.menu_head_s{
	display:none;
}
.menu_fm img.menu_head{
	width:100%;
}

@media screen and (max-width: 1024px) {
.menu_fm img.menu_head_s{
	width:100%;
	height:auto;
}
.menu_fm img.menu_head{
	display:none;
}
}

/* ===========================================
MediaQueries
=========================================== */
@media screen and (max-width: 1024px) {
.listarea,
.listarea ul {
width: 100%;
}
/*.listarea ul li {
width: 30%;
}*/
}
@media screen and (max-width: 768px) {
.listarea ul li {
width: 47%;
}
}
@media screen and (max-width: 468px) {
.listarea ul li {
width: 95%;
}
}

/*--------------
/* .listarea_movie
------------------------- */
.listarea_movie {
margin: 0 auto;
/*横幅1000pxの場合*/
/*width: 960px;
/*横幅650pxの場合*/
width: 100%;
text-align: left;
}
.listarea_movie ul {
/*横幅1000pxの場合*/
/*width: 960px;
/*横幅650pxの場合*/
width: 100%;
}
.listarea_movie ul li {
/*margin: 0 1.4% 20px 1.4%;*/
margin: 0 2% 20px 0%;
padding: 0px;
/*横に4つ配置の場合*/
/*width: 22%;
/*横に3つ配置の場合*/
width: 30%;
/*横に2つ配置の場合*/
/*width: 48%;*/
float: left;
/*border: #555 1px solid;*/
border: #ccc 1px solid;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}

/* ===========================================
MediaQueries
=========================================== */
@media screen and (min-width: 768px) {
.listarea_movie ul li {
width: 29.2%;
}
}
@media screen and (max-width: 768px) {
.listarea_movie ul li {
width: 31%;
}
}
@media screen and (max-width: 468px) {
.listarea_movie ul li {
width: 48%;
}
}
/*--------------
/* .listarea_movie2
------------------------- */
.listarea_movie2 {
margin: 0 auto;
/*横幅1000pxの場合*/
/*width: 960px;
/*横幅650pxの場合*/
width: 100%;
text-align: left;
}
.listarea_movie2 ul {
/*横幅1000pxの場合*/
/*width: 960px;
/*横幅650pxの場合*/
width: 100%;
}
.listarea_movie2 ul li {
/*margin: 0 1.4% 20px 1.4%;*/
margin: 0 1.3% 20px 1%;
padding: 10px;
/*横に4つ配置の場合*/
/*width: 22%;
/*横に3つ配置の場合*/
width: 31%;
/*横に2つ配置の場合*/
/*width: 48%;*/
float: left;
/*border: #555 1px solid;*/
border: #ccc 1px solid;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}

/* ===========================================
MediaQueries
=========================================== */
@media screen and (min-width: 768px) {
.listarea_movie2 ul li {
width: 31%;
}
}
@media screen and (max-width: 768px) {
.listarea_movie2 ul li {
width: 31%;
}
}
@media screen and (max-width: 468px) {
.listarea_movie2 ul li {
width: 48%;
}
}
/* =======================================
ClearFix
======================================= */
ul:before,
ul:after {
content: " ";
display: table;
}
ul:after {clear: both;}
ul {*zoom: 1;}

/*=====================================================================

　書籍「ようこそおかえりの町」連動ページ
　マップ部　413行目　にも関連css

===============================*/

.books-page{
	background-color:#000;color:#fff;
}
.books-page #header{
	background-color:#333;
	height:46px;
	margin:0;
	padding:0;
	top:0;
}
.books-page div#header02{
	margin:0;
	padding:10px 0;
	width:100%;
}
.books-page div#header02 img{
	width:100px;
}
.books-page div#header02 img.tenrikyo_id{
	margin-top:0px;
}
.books-page div#header02 img.b_help{
	margin-top:0px;
	vertical-align:text-bottom;
}
@media screen and (max-width: 468px) {
.books-page #header{
	background-color:#333;
	height:35px;
	margin:0;
	padding:0;
	top:0;
}
.books-page div#header02{
	margin:0;
	padding:8px 0;
	width:100%;
}
.books-page div#header02 img {
width: 80px;
}
}

.books-page .entry{
	margin:0;
	padding:0;
}
.books-page h1{
	display:none;
}

.books-page h2.books-movie-list{
	max-width:960px;
	margin:0 auto;
	text-align:center;
}
.books-page h2.books-movie-list img{
	width:50%;
	margin:30px 0 20px;
}
@media screen and (max-width: 768px) {
.books-page h2.books-movie-list img{
	width:65%;
	margin:30px 0 20px;
}
}
@media screen and (max-width: 468px) {
.books-page h2.books-movie-list img{
	width:80%;
	margin:30px 0 20px;
}
}

.books-page .youkoso_movies_list{
/*	position: relative;*/
	width:100%;
	top:0;
}
.books-page ul#youkoso_movies{
	width:100%;
	max-width:1000px;
	text-align:center;
	vertical-align:top;
	margin:0 auto;
}
.books-page ul#youkoso_movies li{
	width:200px;
	display:inline-block;
	margin:10px 10px;
	border:solid 1px white;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	background-color:#ccc;
}
.nensaikaiko ul#yokoso_movies li{
	background-color:#fff !important;
}
.nensaikaiko ul#yokoso_movies li p{
	font-size:90%;
}

/* バナー追加　//*/
.nensaikaiko ul li.bn_130nensai{
	background-color:#6C2977 !important;
}
/*.nensaikaiko ul li img{
	padding-top:0px;
	margin:-5px 5px 0;
	width:90%;
}*/
/*// バナー追加　*/

.books-page ul#youkoso_movies li img{
	padding-top:10px;
}

.books-page a img.movie-close{
    width:120px;
    margin:15px 0 0;
}
.books-page .map_help{
	margin:0 auto;
	padding:30px 20px;
	max-width:1000px;
	text-align:left;
}
.books-page .map_help p{
	margin:20px 0;
	font-size:80%;
}
.books-page .map_help h2{
	font-size:140%;
}
.books-page .map_help h3.bg_w{
	font-size:130%;
	padding:5px;
	background-color:#ccc;
	color:#666;
	border-left:solid 5px #666;
}
.books-page .map_help ol{
	margin:20px 0 20px 20px;
}
.books-page .map_help ol.number{
	list-style-type : decimal;
	list-style-position:outside;
}
.books-page .map_help img.leftalign{
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}
.books-page .map_help img.rightalign{
	float:right;
	margin-left:20px;
	margin-bottom:10px;
}
.postsKyuenArea h2{
	margin:20px 0;
	padding:10px;
	font-size:170%;
	border-bottom:solid 1px #ccc;
}
.postsKyuenArea h3{
	background-color:rgba(249, 238, 190, 0.98);
	margin:20px 0;
	padding:10px;
	font-size:170%;
}
dl.bokin dd span.hosoku{
	display:block;
	line-height: 1.3em;
}

/* banner　スマホとPCで差し替え*/
@media only screen and (min-width: 481px) {
  img.banner_sp {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  img.banner_pc {
    display: none;
  }
}

/* ラジオバナー */
@media only screen and (min-width: 481px) {
	.big_banner{
		width:97%;
		margin:0 0 20px;
		padding:0;
	}
}
@media only screen and (max-width: 480px) {
	.big_banner{
		width:95%;
		margin:0 0 20px;
		padding:0;
	}
}

.kinkyu{
	border:solid 3px #333;
	margin:20px -30px 0;
	padding:20px;
}
.kinkyu h2{
	font-size:180%;
	margin-bottom:15px;
}
.kinkyu_message{
	margin-bottom: 20px;
}
.t-font{
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

@media only screen and (min-width: 780px) {
	.kinkyu h2{
		text-align:center;
	}
	.kinkyu_message{
		text-align:center;
	}
}
@media only screen and (max-width: 780px) {
	.kinkyu h2{
		text-align:center;
	}
	.kinkyu_message{
		text-align:left;
	}
}
@media only screen and (max-width: 480px) {
	.kinkyu h2{
		text-align:left;
	}
	.kinkyu_message{
		text-align:left;
	}
}

/*=====================================================================

　WEB動画関連ページ

===============================*/
/**** 20180312-nuruyu ****/
li.movie_cat_box {
    border: none;
    margin-bottom: 1em;
}
.movie_cat_box>p {
    display: none;
}
li.movie_cat_box img {
    margin: 0 auto 0 0;
    display: block;
	width: 100%;
}
li.movie_cat_box h3 {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: normal;
	font-size: 1em;
}
.movie {
    max-width: 100%;
    min-width: 100%;
}
.movie_new_content {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 24px;
}
.movie_new_content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.movie_new_content:nth-child(n+2) {
    width: 48%;
    margin: 0 2% 24px;
    float: left;
    padding-bottom: 28.125%;
}
.movie_new_content:nth-child(2n+0) {
    margin-left: 0;
}
.movie_new_content:nth-child(2n+1) {
    margin-right: 0;
}
li.movie_category__list {
	position: relative;
	margin-bottom: 24px;
}
.movie_category__list p {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    color: #FFF;
    background: #000000ab;
}
.movie_category__list img {
	width: 100%;
}
span.movie_category__title {
    padding: 2px 5px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
section.movie_category {
	padding: 0;
	position: relative;
	margin: 40px auto;
}
.movie_categoryname {
    font-size: 1.3em;
    margin: 0 0 20px;
    border-left: 6px solid #a4b2b6;
    padding: 5px 10px;
}
aside.movie_categories {
    margin-top: 80px;
}
.movie_index-page>#content ,.now_zone-page>#content {
	margin-top: 0!important;
}
.movie_index-page #menu_E, .menu , .now_zone-page #menu_E {
	padding: 0;
	width: 100%;
}
.movie_new {
	overflow: hidden;
}
.movie_new:after {
    clear: both;
}
.movie_new__title , .listarea_movie__title {
    font-size: 1.3em;
    margin: 20px 0;
    border-left: 6px solid #a4b2b6;
    padding: 5px 10px;
}
li.movie_category__list {
	width: 48%;
	float: left;
	margin: 0 2% 20px;
}
li.movie_category__list:nth-child(odd) {
    margin-left: 0;
}
li.movie_category__list:nth-child(2n) {
    margin-right: 0;
}
#menu_E>ul {
    letter-spacing: -0.4em;
}
#menu_E>ul>li {
    letter-spacing: 0.05em;
}
.older_post__lists {
    margin-top: 40px;
}
.older_post>ul , #menu_E>ul {
    letter-spacing: -0.4em;
}
.older_post>ul>li {
	position: relative;
	margin-bottom: 24px;
	margin: 0 2% 20px;
	width: 32%;
	float: none;
	display: inline-block;
	letter-spacing: 0.05em;
}
.older_post>ul>li:nth-child(3n) {
	margin-right: 0;
}
.older_post>ul>li:nth-child(n) {
	margin-left: 0;
}
.older_post>ul>li>a {
    display: block;
}
.older_post>ul>li>a>img {
    display: block;
}
.older_post>ul>li img {
    width: 100%;
}
.older_post p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #FFF;
    background-color: rgba(0,0,0,0.6);
}
span.movie_category__title {
    padding: 2px 5px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.listarea_movie__title , .older_post__title {
    font-size: 1.3em;
    margin: 20px 0;
    border-left: 6px solid #a4b2b6;
    padding: 5px 10px;
}
.single_movie_category_caption {
    margin: 20px 0;
}
.movie_category__more {
    width: 100px;
    margin: 0 auto;
    display:  block;
    text-align: center;
    border:  1px solid;
    padding: 1% 0;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
}
.movie_category__more:hover {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
}
@media all and (max-width: 480px){
	.movie_categoryname {
		width: calc(100% - 70px);
	}
	.movie_category__more {
		width: 70px;
		font-size: 0.92em;
	}
}

/*========================================
	おつとめ時間
========================================*/
body#worship-time-cal #page_title{
	padding:20px 0 20px 30px;
}
body#worship-time-cal #page_title h1{
	font-size:300%;
	font-family: "Sawarabi Mincho";
}

@media screen and (min-width: 481px){
	.worship-honmon {
		width:100%;
	}
	.worship-honmon h4{
		font-size: 250%;
		margin:20px 0;
	}
	.worship-honmon img{
		width:32%;
	}
	.worship-waku{
		width:100%;
	}
	.worship-waku:after{
		content: "";
		clear: both;
		height: 0;
		display: block;
		visibility: hidden;
	}
	div#contents-2-1{
		float:left;
		width:48%;
		margin:0;
	}
	div#contents-2-2{
		float:right;
		width:48%;
		margin:0;
	}

	/* テーブル02 ふるさとに帰る */
	table.worship-time2-1,table.worship-time2-2 {
	width: 100%%;
	margin-bottom: 2em;
	}

	table.clear {
		clear:both;
	}

	.month {
		width: 22px;
	}
	.day {
		width: 160px;
	}
	.time {
		width: 130px;
	}
	.wh-space {
	border: none;
	background-color: #fff;
	padding: 0;
	width: 10px;
	}

	td {
	border: 1px #d5d5d5 solid;
	padding: 0.5em 0.5em;
	vertical-align: middle;
	}

	td.date {
	text-align:center;
	}

	th {
	padding: 0.5em 0.5em;
	text-align: center;
	color: #434343;
	border: 1px #d5d5d5 solid;
	border-right: 1px #fff solid;
	background-color: #d5d5d5;
	}

	th.end {
	border: 1px #d5d5d5 solid;
	background-color: #d5d5d5;
	padding: 0.5em 0.5em;
	text-align: center;
	color: #434343;
	}

			/* firefox */
			@-moz-document url-prefix( ){
			table.worship-timeR {
				border-collapse: separate;
				border-right: 1px solid #d5d5d5;
				}
			table.worship-timeR td {
				border: none;
				border-left: 1px solid #d5d5d5;
				border-bottom: 1px solid #d5d5d5;
				}
			}
}
@media screen and (max-width: 480px){
	/* テーブル02 ふるさとに帰る */
	table.worship-time {
	width: 890px;
	margin-bottom: 2em;
	}

	table.clear {
		clear:both;
	}

	.month {
		width: 22px;
	}
	.day {
		width: 160px;
	}
	.time {
		width: 130px;
	}
	.wh-space {
	border: none;
	background-color: #fff;
	padding: 0;
	width: 10px;
	}

	td {
	border: 1px #d5d5d5 solid;
	padding: 0.5em 0.5em;
	vertical-align: middle;
	}

	td.date {
	text-align:center;
	}

	th {
	padding: 0.5em 0.5em;
	text-align: center;
	color: #434343;
	border: 1px #d5d5d5 solid;
	border-right: 1px #fff solid;
	background-color: #d5d5d5;
	}

	th.end {
	border: 1px #d5d5d5 solid;
	background-color: #d5d5d5;
	padding: 0.5em 0.5em;
	text-align: center;
	color: #434343;
	}

			/* firefox */
			@-moz-document url-prefix( ){
			table.worship-timeR {
				border-collapse: separate;
				border-right: 1px solid #d5d5d5;
				}
			table.worship-timeR td {
				border: none;
				border-left: 1px solid #d5d5d5;
				border-bottom: 1px solid #d5d5d5;
				}
			}
			.worship-honmon {
				width:100%;
			}
			.worship-honmon h4{
				font-size: 220%;
				margin:20px 0;
			}
			.worship-honmon img{
				width:100%;
			}

}

/*========================================
	wp_pagenavi ページネーション
========================================*/
.wp-pagenavi {
    position: relative;
    text-align: center;
    margin: 14px auto 60px;
    font-size: 1.24em;
}
.wp-pagenavi>* {
    padding: 10px;
    background: #eee;
    line-height: 1;
    border: solid 1px #ddd;
    margin-right: 14px;
	display: inline-block;
}
.wp-pagenavi>*:last-child {
    margin-right: 0;
}
.wp-pagenavi .pages {
    display: none;
}
