@charset "UTF-8";

/*---------------------------------------------------------
  reset
----------------------------------------------------------- */

html {
	overflow-y: scroll;
	margin: 0 auto;
	position: relative; /* Fix for absolute positioning */
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

object,embed {
	vertical-align: top;
}

img,abbr,acronym,fieldset {
	border: 0;
}

ol,ul {
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

/*
section,
aside,
article,
header,
footer,
nav {
	display:block;
}
*/
/*　↑　html5reset-1.6.1　の方にも同じ記述があるので確認　*/

/*---------------------------------------------------------
  hr　（小林追加）
----------------------------------------------------------- */
/*hr {
	display: none;
	border:none;
}*/

/*　実践　*/
hr {
	border-top: 1px solid #bbb;
}
/*　二重線　*/
hr.wline {
	border-top: 3px double #bbb;
}
/*　点線　*/
hr.dotted,hr.tensen{
	border-top: 1px dotted #bbb;
}
/*　立体線　*/
hr.dline {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #fff;
}
/*　シャドー　*/
hr.shadow {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #bbb inset;
}
/*　グラデーション　*/
hr.gra {
	border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

/*---------------------------------------------------------
  common
----------------------------------------------------------- */

body {
	color: #434343;
	width:640;
}
body { font-family: "メイリオ",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", sans-serif; font-size:85%; letter-spacing:0.05em;}
body {
	margin: 0 auto;
	text-align: center;
}



/*---------------------------------------------------------
   default link
----------------------------------------------------------- */

a {
/*	color: #6A5ACD !important;*/
color: #6666FF !important;
}

a:link {
	color: #717071 !important;
	text-decoration: none !important;
}

a:visited {
	color: #696969 !important;
	text-decoration: none !important;
}

a:hover,
a:active {
	color: #FF8C00 !important;
	text-decoration: none !important;
}

/*　リンク画像　マウスオーバーで半透明に　*/
a:hover img{
  opacity: .5;
}


/*---------------------------------------------------------
   margin
----------------------------------------------------------- */

.mt00 { margin-top:  0px !important; }
.mt05 { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
 
.mr00 { margin-right:  0px !important; }
.mr05 { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }
 
.mb00 { margin-bottom:  0px !important; }
.mb05 { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
 
.ml00 { margin-left:  0px !important; }
.ml05 { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }

/*  e7 */
 
body.ie7 .mb00ie7 { margin-bottom:  0px !important; }
body.ie7 .mb05ie7 { margin-bottom:  5px !important; }
body.ie7 .mb10ie7 { margin-bottom: 10px !important; }
body.ie7 .mb15ie7 { margin-bottom: 15px !important; }
body.ie7 .mb20ie7 { margin-bottom: 20px !important; }
body.ie7 .mb25ie7 { margin-bottom: 25px !important; }
body.ie7 .mb30ie7 { margin-bottom: 30px !important; }
body.ie7 .mb35ie7 { margin-bottom: 35px !important; }
body.ie7 .mb40ie7 { margin-bottom: 40px !important; }
body.ie7 .mb45ie7 { margin-bottom: 45px !important; }
body.ie7 .mb50ie7 { margin-bottom: 50px !important; }

/*---------------------------------------------------------
   padding
----------------------------------------------------------- */

.pt00 { padding-top:  0px !important; }
.pt05 { padding-top:  5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
 
.pr00 { padding-right:  0px !important; }
.pr05 { padding-right:  5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
 
.pb00 { padding-bottom:  0px !important; }
.pb05 { padding-bottom:  5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
 
.pl00 { padding-left:  0px !important; }
.pl05 { padding-left:  5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }

/*  e7 */
 
body.ie7 .pb00ie7 { padding-bottom:  0px !important; }
body.ie7 .pb05ie7 { padding-bottom:  5px !important; }
body.ie7 .pb10ie7 { padding-bottom: 10px !important; }
body.ie7 .pb15ie7 { padding-bottom: 15px !important; }
body.ie7 .pb20ie7 { padding-bottom: 20px !important; }
body.ie7 .pb25ie7 { padding-bottom: 25px !important; }
body.ie7 .pb30ie7 { padding-bottom: 30px !important; }
body.ie7 .pb35ie7 { padding-bottom: 35px !important; }
body.ie7 .pb40ie7 { padding-bottom: 40px !important; }

/*---------------------------------------------------------
   text-align
----------------------------------------------------------- */

.right {
	text-align:right;
}

.center {
	text-align:center;
}

/*---------------------------------------------------------
   img-align　画像の右寄せ　左寄せ
----------------------------------------------------------- */
.alignleft{
	float:left;
}
.alignright{
	float:right;
}
/*---------------------------------------------------------
   clearfix
----------------------------------------------------------- */

.clearfix {
	/zoom:1; /* IE6,7 */
}

.clearfix:after {
	content:'';
	display:block;
	clear:both;
	height:0;
}

.clear {
	clear:both;
}

/*---------------------------------------------------------
   png_bg
----------------------------------------------------------- */
.png_bg {
}

/*---------------------------------------------------------
   imgover
----------------------------------------------------------- */
.imgover {
}

/*---------------------------------------------------------
   rounded
----------------------------------------------------------- */
.round6{
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
}
.round8{
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
}
.round10{
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}

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

　囲み

===============================*/
.kakomi{
    border:solid 1px #ccc;
    padding:10px;
}
.kakomi_maru{
    border:solid 1px #ccc;
    border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
    padding:10px;
    background-color:#fff;
}

.kakomi_cf{
    background-color:#fff;
    padding:18px;
    border:dotted 2.5px #ccc;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

/* 囲み時のタイトル */
.h_kakomi{
	background:url('../images/bg_bbb.png');
	background-color:#bbb;
	color:#fff;
	font-size:120%;
	font-weight:600;
	height:35px;
	width:108%;
	padding:5px 20px;
	margin:-5px 0px 10px -20px;
}

/*---------------------------------------------------------
   list style
-----------------------------------------------------------	*/
.style_circle{
    list-style-type: circle;
}

/*---------------------------------------------------------
   Fonts CSS
-----------------------------------------------------------	
	10px = 77%
	11px = 85%
	12px = 93%
	13px = 100%
	14px = 108%
	15px = 116%
	16px = 124%
	17px = 131%
	18px = 139%
	19px = 147%
	20px = 154%
	21px = 162%
	22px = 170%
	23px = 177%
	24px = 185%
	25px = 193%
	26px = 200%
----------------------------------------------------------- */
.font10 { font-size:77%; }
.font11 { font-size:85%; }
.font12 { font-size:93%; }
.font13 { font-size:100%; }
.font14 { font-size:108%; }
.font15 { font-size:116%; }
.font16 { font-size:124%; }
.font17 { font-size:131%; }
.font18 { font-size:139%; }

.font10px { font-size:10px; }
.font11px { font-size:11px; }
.font12px { font-size:12px; }
.font13px { font-size:13px; }
.font14px { font-size:14px; }
.font15px { font-size:15px; }
.font16px { font-size:16px; }
.font18px { font-size:18px; }
.font20px { font-size:20px; }
.font22px { font-size:22px; }

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;  margin: 0; padding: 0; }

select,input,button,textarea{font:83% arial,helvetica,clean,sans-serif;}
table {font-size:inherit;font:85%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:90%;line-height:85%;}



/*---------------------------------------------------------
  pagetop.js　連動　ページトップへ 　
----------------------------------------------------------- */
/* page-top */
#page-top {
	display: none;
}
#page-top a {
	display: none;
}
#page-top a img {
	display: none;
}

#page-top a:hover img {
	display: none;
}


/* page-tab タブメニューへ移動 */
#page-tab {
	position: fixed;
	bottom: 30px;
	right: 0;
	z-index: 2000;
}
#page-tab a {
	margin: 0 0 30px;
	display: block;
}
#page-tab a:hover img {
	opacity:0.60;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	-moz-opacity:0.60;
}


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

　リンク

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

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

　参照リンク　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:auto auto 5px;
	padding:5px 10px 3px 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;	
}

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

　写真等　（補足的）

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

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

　段組み

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

.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;
}

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

　パンくずリンク

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

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

　緊急表示用エリア

===============================*/
/*　トップレベル　トップアドの上部　*/
.special_info_1{
    margin:0px 20px 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;
}


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

　おやのことばページ

===============================*/
.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: 61.25%; /* 縦横比 */
  height: 0;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

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

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

===============================*/
.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{
	float:right;
	width:72%;
	padding:0 0 2%;
}
.teach-page .entry #page_title{
	padding:0 0 0 20px;
}
.teach-page .entry h1{
	background:url(../images/bg_t_teach.png);
	background-size:100% 100%;
	height:85px;
	width:100%;
	font-size:180%;
	font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3″, “Hiragino Mincho ProN”, “HG明朝E”, “メイリオ”, Meiryo, serif;
	margin:0 0% 30px 0px;
	padding:10px 0 0 0px;
}
.teach-page .entry img{
	margin:5px 10px;
}

table.motonori{
    width:100%;
    margin-top:30px;
    margin-bottom:30px;
    margin-left:20px;
}
table.motonori th{
    width:3%;
    vertical-align:top;
    font-weight:600;
    padding:10px 10px 10px 0;
    border-bottom:dotted 1px #ccc;
    text-align:left;
}
table.motonori td{
    vertical-align:top;
    width:97%;
    padding:10px 0px 10px 10px;
    border-bottom:dotted 1px #ccc;
    text-align:left;
}
table.hokori{
    width:100%;
    margin-top:30px;
    margin-bottom:30px;
}
table.hokori th{
    width:10%;
    vertical-align:top;
    font-weight:600;
    padding:10px 10px 10px 0;
    border-bottom:dotted 1px #ccc;
}
table.hokori td{
    vertical-align:top;
    width:90%;
    padding:10px 0px 10px 10px;
    border-bottom:dotted 1px #ccc;
}
table.juzen{
    width:100%;
    margin-top:30px;
    margin-bottom:30px;
}
table.juzen th{
    width:20%;
    vertical-align:top;
    font-weight:600;
    padding:10px 10px 10px 0;
    border-bottom:dotted 1px #ccc;
}
table.juzen td{
    vertical-align:top;
    width:80%;
    padding:10px 0px 10px 10px;
    border-bottom:dotted 1px #ccc;
}


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

　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;
}

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

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

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

/* タブ 横レイアウト 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;}



/*～以下、画面の横幅が769px以上の場合のスタイル記入～*/

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

　　header

=====================================*/
.mainIndex #header{
	width:100%;
}
#header{
	background-color:#333;
	width:100%;
	height:75px;
	margin:0;
	padding:0;
	top:0;
}
.reg-page #header{
	background-color:#333;
	width:1000px;
	height:100px;
	margin:0;
	padding:0;
	top:0;
}

/*　トップヘルプエリア　*/
div#header01{
	position:absolute; 
	top:0px; 
	width:100%;
	height:43px;
}
#tophelp{
	display:none;
	/*
	position:relative; 
	margin:0 auto;
	padding:0;
	min-width:769px;
	width:960px;
	height:32px;*/
}
/*#tophelp_left{
	float:left;
	padding:5px 0 0 5px;
	height:32px;
	width:50%;
	text-align:left;
}
#tophelp_right{
	float:right;
	padding:5px 0 0 5px;
	height:32px;
	width:50%;
	text-align:right;
}*/

/*　サイトロゴエリア　*/
div#header02{
	margin:0;
	padding:43px 0;
	width:100%;
}
div#header02 img{
	width:145px;
}

/*　はじめての方へリンク　言語選択　*/
.linksite_area{
	float:left;
	width:110px;
	line-height: 1.5em;
}
.language_area{
	float:left;
	width:350px;
}

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

　　mainimage globalNavi

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

#Stage2{
	display:none;
}

#Stage{
  position: relative;
  /* 下の背景になるものにposition:relativeを指定　この上のレイヤーになるものにabsolute指定をすることで、absoluteしたものが上になる。 */
  width:100%;
  margin-top:0%;
}
#Stage img{
  width:100%;
  background-position:center top;
}

/*#nav{
  display: none;
  height:0px;
}
.reg-page #nav{
  display: none;
  height:0px;
}
*/
#nav{
  position: absolute;
  width:100%;
  height:100px;
  margin-top:-100px;
  vertical-align:bottom;
	background:url('../images/bg_harf.png');
/*  background-color:#efefef;
   filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
*/
}
.reg-page #nav{
  position: absolute;
  width:100%;
  height:135px;
  margin-top:-25px;
  margin-bottom:35px;
  vertical-align:bottom;
  background:none;
}


/* ul#globalNavi　ヨコ
---------------*/
#smart_navi{
    display:none;
}

/*#navicenter{
    display:none;
    height:0;
}
ul#globalNavi {
    display:none;
    height:0;
}
*/
#navicenter{
	margin:0px auto;
	padding:0 1.5%;
	max-width:1000px;
	height:135px;
}

ul#globalNavi {
	list-style-type: none;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
}

ul#globalNavi li {
	margin: 0 0.9%;
	padding: 0px -1px 0px -1px;
	float: left;
	text-align: center;
	width:18.125%;
}
ul#globalNavi li img,.graph_tenri-page ul#globalNavi li img{
	width: 180px;
}

/* ul#globalNavi　ボタン　以上*/

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

　　page title

=====================================*/
#breadcrumb{
    position: relative;
	margin:15% auto 0;
	max-width:1000px;
    text-align:left;
    padding:0% 3%;
}
#title_area{
	width:100%;
	padding:0% 1%;
	background-color:#eee;
}
#page_title{
	max-width:1000px;
	margin:0 auto;
	padding:0 3%;
}
#page_title h1{
    text-align:left;
}

.stamem-page #page_title h1 img{
	height:101px;
}

/* メインページの各ファーストページ */
.first_page #page_title h1{
	text-align:center;
}
.first_page #page_title h1 img{
	margin-top:-15px;
	height:110px;
}

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

　　content

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

#content,#content2{
	max-width:1000px;
	margin:35px auto 0px;
}
.reg-page #content{
    position: relative;
	margin:10px auto 0;
	max-width:1000px;
    text-align:left;
    padding:0% 3%;
}
.now_zone-page #content{
	margin-top:-40px;
}

.oyanokotoba-page #content{
	margin-top:-40px;
}

.eventcalender-page #content{
    margin-bottom:100px;
}

#sub_content_wrap{
    width:100%;
}

#sub_content{
    max-width:1000px;
    margin:0 auto;
    padding:30px;
    text-align:left;
}

/*-------------------------------------------------------------------
    トップページ
-------------------------------------------------------------------*/
/*-----------------------------------*/
/*　トップメッセージ　*/
#message{
	display:relative;
	margin-top:0px;
    height:auto;
}
#top_message{
	float:left;
	background:url(../images/bg_message.png) no-repeat;
	background-size:cover;
	width:57%;
/*	height:237px;*/
	height:auto;
	padding:5% 5% 2% 10%;
	text-align:left;
    margin-bottom:30px;
}

#top_message h2{
	font-size:180%;
	font-family:'Hiragino Mincho ProN', serif;;
	color:#4b0082;
}
#top_message p{
	font-size:120%;
	font-family:'Hiragino Mincho ProN', serif;;
	padding-left:10%;
}

#to_first{
	text-align:right;
	margin-top:-30px;
}

#sub_message{
	float:left;
	background:url(../images/bg_message_02.png) no-repeat;
	background-size:cover;
	width:39.6%;
/*	height:237px;*/
	height:auto;
    margin-bottom:30px;
}
#sub_message p{
	font-size:80%;
	text-align:right;
	padding:10% 20% 0 0;
    vertical-align:bottom;
}

/*-----------------------------------*/
/* fw 最新情報エリア　*/
#fw{
    width:100%;
    padding:0 2%;
}

/* left -------------------*/
#fw_left{
	float:left;
	width:76.5%;
	margin:0;
	padding:0;
}
/* 広告スライダー -------------------*/
#ad_zone{
	margin:0;
	padding:0 4.5% 0 0;
	text-align:left;	
}
.o-time img{
	margin:10px 0 0;
	width:700px;
}

/* ニュース、お知らせ、イベント、ライブカメラ -------------------*/
#now_zone{
	margin:15px 0 0 0;
	padding:0 1.1% 0 0;
	text-align:left;	
}
#news,#eventcalender,#livecamera{
	float:left;
	margin:0;
	padding:0 3.3% 0 0;
	width:33.3%;
}
#news img,#eventcalender img,#livecamera img{
	width:220px;
}

#news li{
	margin-bottom:11%;
}
/* right ------------------*/
/* おやのことば、教え -------------------*/
#fw_right{
	float:left;
	width:23.5%;
	margin:0;
	padding:0;
	text-align:left;
}
#fw_right img{
	width:220px;
}
#fw_right ul{
	list-style:none;
	margin:0;
	padding:0;
}
#fw_right ul li{
}
.traffic_area img{
    margin:10px 0;
}
#oshie_sm{
	display:none;
}

/* clock */
div#clock{
	display:none;
}

#osie_slide{
	width:100%;
	background-color:#ccc;
	margin:0;
	padding:0;
}
.multiple-items{
	max-width:750px;
	min-width:500px;
	margin:0 auto;
	background-color:#ccc;
	padding:0;
}
.multiple-items div{
	margin:0px 10px;
	padding:3px;
	background-color:#ccc;
}
.multiple-items div a{
	display:block;
	border:solid 1px #ddd;
	background-color:#ababab;
    color:#fff;
	font-size:97%;
	font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",
   serif;
    font-weight: bold;
    padding:2px;
}

/*-----------------------------------*/

/*-----------------------------------*/
/* mf 道友社エリア　ラジオ、動画、出版物、SNS　*/
#mf{
    width:100%;
}

#mf ul{
	list-style:none;
	margin:0;
	padding:0 0 0 20px;	
}
#mf ul li{
	float:left;
	margin-right:2.5%;
	margin-bottom:2.3%;
	width:22.5%;
}
#mf ul li img{
	width:220px;
}

/*-----------------------------------*/

/*-----------------------------------*/
/* df 教団の育成プログラムエリア　*/
#df{
    width:100%;
    padding:0 2%;
}
#df img{
	width:220px;
}

/* left ------------------*/
.df_left{
	float:left;
    width:76.5%;
}
/* 基礎講座、別席、三日講習会、修養科　------------------*/
.l_l{
	float:left;
	width:66.6%;
}
.df_left .l_l ul{
	list-style:none;
	margin:0;
	padding:0;
}
.df_left .l_l ul li{
	float:left;
	margin:0 6% 6% 0;
	padding:0;
	width:44%;
}

/* 写真　------------------*/
.l_r{
	float:left;
	width:32%;
}

.df_left .l_r ul{
	list-style:none;
	margin:0;
	padding:0;
}

.df_left .l_r ul li{
	float:left;
	margin:0 4.95% 0 0;
	padding:0;
}

/* right バナー　------------------*/
.df_right{
	float:left;
    width:23.2%;
    margin:0;
}

.df_right ul{
	list-style:none;
	margin:0;
	padding:0;
}
.df_right ul li{
	margin-right:0%;
}


/*-----------------------------------*/

/*-----------------------------------*/
/* gk 最終ヘルプ　*/
#gk{
     width:100%;
}
#gk ul{
	list-style:none;
	margin:0px 2% 20px 60%;
	padding:0;
	width:25%;
}
#gk ul li{
	display:inline;
}
#gk ul li img{
	width:86px;
}
/*-----------------------------------*/

/*-------------------------------------------------------------------
    下層ページ
-------------------------------------------------------------------*/
/*　NotFound　*/
/*　コンテンツ部とナビ部　*/
.notfound-page .entry{
	float:left;
    width:72%;
    text-align:left;
}
.notfound-page .menu{
	float:left;
	width:28%;
	text-align:left;
}
/*　NOWゾーン　*/
/*　コンテンツ部とナビ部　*/
.now_zone-page .entry{
	float:left;
    width:72%;
    text-align:left;
}
.now_zone-page .menu{
	float:left;
	width:28%;
	text-align:left;
}

/*-------------------------------------------------------------------
  NEWS　リスト　ボックス型 　
-------------------------------------------------------------------*/
/* news-pickup */
#news_pickup {
	width:92%;
	height:auto;
	margin:2%;
	padding:0%;
	background-color:#fff5ee;
	border:solid 1px #ccc;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
#news_pickup #pickup_title{
	margin:0;
	padding:0;
	height:57px;
	background:url('../images/bg_pickup.png') no-repeat;
	background-position:left top;
    border-bottom:solid 5px #ddd;
}

#news_pickup h1{
	float:left;
	width:65%;
	margin:0;
	padding:2.5% 0 0 12%;
	font-size:115%;
	font-weight:bolder;
}
#news_pickup h2{
	float:right;
	width:30%;
	margin:0;
	padding:3% 2% 0 0;
	font-size:85%;
	text-align:right;
}
#news_pickup p{
	float:left;
	margin:0;
	padding:2% 2% 3%;
	font-size:95%;
	text-align:left;
}
#news_pickup img{
	margin:0.5% 1%;
}

#news_pickup h3{
    display:none;
}

/* news-box */
.news_box {
	float:left;
	width:28%;
	height:200px;
	margin:2%;
	border:solid 1px #ccc;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
.news_box_img{
    margin-top:15px;
    text-align:center;
}
.news_box_img img{
    width:100%;
}
.news_box_title{
	margin:0;
	padding:0;
	height:40px;
}
.news_box h2{
	padding:0 4px;
	font-size:85%;
	margin-bottom:15px;
}
.news_box_day{
	bottom:0;
	text-align:right;
	font-size:75%;
	color:#555;
	margin:10px 3px 3px;
}

/* singl_news-page */
.single_news-page .entry{
	margin-top:50px;
}
.single_news{
	width:90%;
}
.single_news_headline_box{
	width:100%;
	height:auto;
	margin:0 0 20px;
	padding:5px 0;
	border-bottom:solid 5px #777;
}
.single_news-page .single_news_title{
	float:left;
	width:70%;
	font-size:130%;
	font-weight:bolder;
	padding-left:5.5%;
	background:url('../images/news_head.png') no-repeat;
	background-position:left top;
}
.single_news-page .news_box_day{
	float:right;
	width:28%;
}

.single_news-page .entry img{
	margin:20px;
}


/* NextPage PreviousPage*/
.single_news-page .nextpost{
    width:100%;
    background-color:#ccc;
    margin:20px 0;
    padding:0 10%;
    font-size:90%;
}
.single_news-page .previous{
	float:left;
}
.single_news-page .next{
	float:right;
}

/*-------------------------------------------------------------------
  archives
-------------------------------------------------------------------*/
.news_archives-page #page_title img{
	height:99px;
}

/* news archives */
#b_news_archives{
	margin-left:15px;
	margin-bottom:30px;
		height:52px;
}
.archives_zone{
	width:100%;
}
.archives_zone p{
	margin:0 0 20px 10px;
}
#archives_title{
	width:70%;
	padding:10px;
	font-size:200%;
	font-weight:bold;
}
.archives_year_select{
    float:left;
	width:20%;
	margin:5px 0 0 10px;
	padding:2%;
	background-color:#fff;
	border:solid 1px #ccc;
}
.archives_year_select ul{
	border-top:dotted 1px #bbb;
}
.archives_year_select li{
	padding:5px 0;
    border-bottom:dotted 1px #bbb;
}

.archives_index{
    float:left;
    padding:10px 10px 30px 20px;
    margin:0;
}

.archives_index h3{
	font-size:130%;
	margin-bottom:20px;
}

/*-------------------------------------------------------------------
  Information　
-------------------------------------------------------------------*/
#information_index{
   width:100%;
}

/* archives */
#archives_box{
	float:left;
	width:22%;
	margin:5px 0 0;
	padding:2%;
	background-color:#fff;
	border:solid 1px #ccc;
}
#archives_box ul{
	border-top:dotted 1px #bbb;
}
#archives_box li{
	padding:5px 0;
    border-bottom:dotted 1px #bbb;
}
/* recent information */
#recent_box{
	float:right;
	width:75%;
	margin:30px 0;
	padding:2% 3% 0 0;
}
.information_title{
	background:url('../images/bg_information_title.png');
	margin:0;
	padding:1% 2% 0% 8%;
	width:100%;
	height:35px;
}
.information_title h2{
	font-size:150%;
	font-weight:bolder;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", “メイリオ”,Meiryo, serif;
}
.information_day{
	text-align:right;
	font-size:85%;
	color:#888;
	padding-bottom:5px;
}
.information_excerpt{
	margin-bottom:30px;
}
.information_single_day{
	text-align:right;
	font-size:85%;
	color:#666;
	padding-bottom:35px;
}
.information_content{
	margin-bottom:50px;
	line-height:200%;
}
.information_single_title{
	background:url('../images/bg_information_single_title.png');
	margin:-7% 0 0 -3%;
	padding:1% 2% 0% 10%;
	width:104%;
	min-height:43px;
}
.information_single_title h2{
	font-size:160%;
	font-weight:bolder;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", “メイリオ”,Meiryo, serif;
}

/* NextPage PreviousPage*/
.single_info-page .nextpost{
    width:100%;
    background-color:#ccc;
    margin:20px 0;
    padding:0 10%;
    font-size:90%;
}
.single_info-page .previous{
	float:left;
}
.single_info-page .next{
	float:right;
}

/*-------------------------------------------------------------------
  LiveCamera　 　
-------------------------------------------------------------------*/
/* LiveCamera 背景 */
.content_wrap{
	background:url('../images/bg_livecamera.jpg') no-repeat;
	background-position:center bottom;
-moz-background-size:cover;
background-size:cover;
}

.livecamera_image{
	border:solid 5px #aaa;
	max-width:100%;
}
.livecamera_content{
	max-width:90%;
	margin-bottom:400px;
}

.livecamera_button ul{
    display:inline;
    list-style:none;
}
.livecamera_button ul li{
    float:left;
    margin:10px 2% 20px 0;
}

.livecamera-page footer{
	margin-top:-8px;
}

/*-------------------------------------------------------------------
  NOW ZONE　 　
-------------------------------------------------------------------*/
/* NowZone用メニュー */
.now_zone-page #menu_A{
	margin:0;
	padding:12px 0 0 0;
}
.now_zone-page dl.others,.now_zone-page dt,.now_zone-page dd,.now_zone-page dd ul,.now_zone-page dd ul li{
	margin:0;
	padding:0;
}
.now_zone-page dd ul li a{
	display:block;
	margin:-6px 0 0 0;
	padding:0;	
}
.now_zone-page li#doyusha_link_bottom{
	display:block;
	margin:-9px 0 0 0;
	padding:0;	
}
.now_zone-page #menu_E{
	margin:14px 0 0;
	padding:0;
}
.now_zone-page .banner1 li{
	margin:0;
	padding:8px 0;
}
.now_zone-page .banner2{
	margin:8px 0;
	padding:0;
}
.now_zone-page .banner2 img{
	margin:0px 0 8px;
	padding:0;
}

/*---------------------------------------------------------
  交通情報ページ　
----------------------------------------------------------- */
.traffic-page #title_area h1 img{
    height:99px;
}
.traffic-page .entry{
    background-color:#fcfcfc;
    padding:3%;
    -webkit-border-top-left-radius: 5px;  
    -webkit-border-top-right-radius: 5px;  
    -webkit-border-bottom-right-radius: 5px;  
    -webkit-border-bottom-left-radius: 5px;  
    -moz-border-radius-topleft: 5px;  
    -moz-border-radius-topright: 5px;  
    -moz-border-radius-bottomright: 5px;  
    -moz-border-radius-bottomleft: 5px;  
    border:solid 1px #ccc;
    margin:10px 20px 30px 0;
    width:67%;
}
.traffic-page .trans_img{
	width:100%;
	margin-bottom:20px;
}
.traffic-page .trans_img img{
    -webkit-border-top-left-radius: 5px;  
    -webkit-border-top-right-radius: 5px;  
    -webkit-border-bottom-right-radius: 5px;  
    -webkit-border-bottom-left-radius: 5px;  
    -moz-border-radius-topleft: 5px;  
    -moz-border-radius-topright: 5px;  
    -moz-border-radius-bottomright: 5px;  
    -moz-border-radius-bottomleft: 5px;  
}
.traffic-page .entry h2{
	font-size:160%;
	font-weight:normal;
	color:#f00;
}
.traffic-page .entry h3{
	font-size:120%;
	font-weight:600;
}
.traffic-page .entry ul{
	padding-left:30px;
	list-style:circle;
	margin-bottom:30px;
}
.traffic-page .menu{
	margin-top:-45px;
}
.icon_car{
	background:url(../images/icon_car40.png) no-repeat;
	height:40px;
    padding:10px 0 0 55px;
    margin:30px 0 10px;
}
.icon_bus{
	background:url(../images/icon_bus40.png) no-repeat;
	height:40px;
    padding:10px 0 0 55px;
    margin:30px 0 10px;
}
.icon_train{
	background:url(../images/icon_train40.png) no-repeat;
	height:40px;
    padding:10px 0 0 55px;
    margin:30px 0 10px;
}
.icon_kintetsu{
	background:url(../images/icon_kintetsu40.png) no-repeat;
	height:40px;
    padding:10px 0 0 55px;
    margin:30px 0 10px;
}
.icon_shinkansen{
	background:url(../images/icon_shinkansen40.png) no-repeat;
	height:40px;
    padding:10px 0 0 55px;
    margin:30px 0 10px;
}
.icon_airplane{
	background:url(../images/icon_airplane40.png) no-repeat;
	height:40px;
    padding:10px 0 0 55px;
    margin:30px 0 10px;
}
.icon_ship{
	background:url(../images/icon_ship40.png) no-repeat;
	height:40px;
    padding:10px 0 0 55px;
    margin:30px 0 10px;
}
ul li.icon_kaiten{
	list-style:none;
	background:url(../images/icon_kaiten.gif) no-repeat;
	height:40px;
    padding:0px 0 0 25px;
    margin-bottom:10px;
}
.icon_kaiten a{
	color:#6666FF;
}

/*---------------------------------------------------------
  カテゴリページ　さらに古いページへ 　より新しいページへ　
----------------------------------------------------------- */

.older a{
    display:block;
    float:left;
    background:url(../images/b_old.png);
    width:186px;
    height:40px;
    margin-left:15px;
    margin-bottom:20px;
    text-indent:-5000px;
}
.newer a{
    display:block;
    float:right;
    background:url(../images/b_new.png);
    width:186px;
    height:40px;
    margin-right:35px;
    margin-bottom:20px;
    text-indent:-5000px;
}

/*-------------------------------------------------------------------
　　oyanokotoba oyanokokoro
-------------------------------------------------------------------*/
/*-----------------------------------*/
/*　コンテンツ部とナビ部　*/

.oyanokotoba-page #title_area{
	width:100%;
	padding:0% 1%;
	height:100px;
	background-color:#f9e7fd;
}

.oyanokotoba-page .entry{
	float:right;
    width:75%;
    text-align:justify;
    padding:0 0 10% 10%;
    line-height:200%;
    font-size:105%;
}
.oyanokotoba-page .menu{
	float:left;
	width:230px;
	text-align:left;
}
.oyanokotoba-page .menu img{
	width:230px;
}

img.flower{
    width:45%;
    height:45%;
    float:right;
    margin-left:20px;
    margin-bottom:20px;
}

/*-------------------------------------------------------------------
　　EventCalendar
-------------------------------------------------------------------*/
 /* EventCalender */
.season_photo{
	margin:10px 0;
	width:630px;
}

/*-----------------------------------*/
/* google cal対応 */
/*-----------------------------------*/
.calendar_zone {
  width: 92%; /* 最大幅 */
  margin: 2.0833% 0;
}
.googlecal {
  position: relative;
  padding-bottom: 75%; /* 縦横比 */
  height: 0;
  overflow: hidden;
}
.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.kaisetsu{
	width:92%;
    border:solid 1px #ccc;
    border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
    padding:10px;
    background-color:#efefef;
    margin-top:20px;
}

/**********************************************/ 
/* otsutomewosuru-page tab */

.full_content {
	max-width:630px;
	height:auto;
	position:relative;
	margin:10px auto;
	clear:both;
}
.tabs_menu{
	width:150px;
	height:40px;
	background:#ccc;
	float:left;
	list-style:none;
	padding:8px 0 0;
	margin-left:2px;
	text-align:center;
	display:block;
	cursor: pointer;
	color:#FFF;
	-webkit-border-top-left-radius: 5px;  
    -webkit-border-top-right-radius: 5px;  
    -moz-border-radius-topleft: 5px;  
    -moz-border-radius-topright: 5px;  

}
.otsutomewosuru-page .menu:first-child {
	margin-left:0;
}
.otsutomewosuru-page .active, .otsutomewosuru-page .hover {
	background:#c9f;
	font-weight:bold;
}
.tabs_content {
	max-width:630px;
	height:auto;
	border:none;
	background:#f8f8f8;
	top:40px;
	left:0;
	padding:10px;
	position:absolute;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

.otsutomewosuru-page .entry li a{
	padding:5px 0;
	border-bottom:dotted 1px #ccc;
}

/*-------------------------------------------------------------------
　　教え
-------------------------------------------------------------------*/
/*　教え(目次)　*/
.teaching-page h1{
	display:none;
}
.teaching-page h2{
	display:none;
}
.teaching-page #sub_content h3{
	background:url(../images/bg_cf_h.png) no-repeat !important;
	padding-left:30px;
	font-size:190%;
	font-weight:400;
	margin-bottom:10px;
}
.teaching-page hr{
	margin-bottom:20px;
}
#teaching_index{
	margin:0 auto;
	background:url(../images/bg_bi_title_m.png) no-repeat;
	background-position:center center;
}
#teaching_index img{
	width:250px;
	margin:3px;
}
.ti_c{
	text-align:center;
	margin:0;
	padding:0;
}
.ti_lr{
	text-align:right;
	margin:0;
	padding:0;
}
.ti_lr_l{
	float:left;
	text-align:left;
	margin:0;
	padding:0;
}
.ti_lr_r{
	float:right;
	text-align:right;
	margin:0;
	padding:0;
}
.ti_l{
	text-align:left;
	margin:0;
	padding:0;
}
.ti_l img{
	margin-right:600px;
}
.ti_r{
	text-align:right;
	margin:0;
	padding:0;
}
.ti_r img{
	margin-left:600px;
}
.nocel{
	margin:0;
	padding:0;
	width:0;
}

/*　books slide　*/
#books_slide{
	width:100%;
	background-color:#ccc;
	margin:0 auto;
	padding:0 30px;
}
#books_slide .multiple-items{
	max-width:850px;
	min-width:300px;
	margin:0 auto;
	background-color:#fff;
	padding:0;
}
#books_slide .multiple-items div{
	margin:0px 30px;
	padding:3px;
	background-color:#fff;
}
#books_slide .multiple-items div a{
	display:block;
	border:none;
/*	border:solid 1px #ddd;*/
	background-color:#fff;
    color:#444;
	font-size:90%;
/*	font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",
   serif;*/
    font-weight: bold;
    padding:2px;
}

/*　教えのページ　*/
.teach-page #content-wrap,.teaching-page #content-wrap{
	width:100%;
	background-color:#eee;
}
.teach-page .content{
	margin:0 auto;
	padding:0 2%;
	max-width:1000px;
	text-align:left;
}
.teach-page .entry{
	float:right;
	width:70%;
	padding:0 0 30px;
}
.teach-page .entry h1{
	background:url(../images/bg_t_teach.png) no-repeat;
	background-size:100% 100%;
	height:85px;
	width:670px;
	font-size:180%;
	font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3″, “Hiragino Mincho ProN”, “HG明朝E”, “メイリオ”, Meiryo, serif;;
	margin:0 -30px 30px -20px;
	padding:10px 0 0 0px;
}
.teach-page .entry h2{
	font-size:160%;
	color:#666;
	margin:10px 0;
}
.teach-page .entry p{
	margin:0 0 0 0px;
	line-height:200%;
}
.teach-page .entry .kakomi_maru{
	border:dotted 3px #ccc;
	margin:20px 10px 10px 0px;
	padding:30px;
	line-height:200%;
}

.teach-page .menu{
	float:left;
	width:28%;
}

.teach-page ul.teach_list{
	margin-top:50px;
	width:80%;
}
.teach-page ul.teach_list li{
	font-size:120%;
	font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3″, “Hiragino Mincho ProN”, “HG明朝E”, “メイリオ”, Meiryo, serif;;
	padding:5px 0;
	border-bottom:dotted 1px #ccc;
}

/*-----------------------------------*/

/*　コンテンツ部とナビ部　*/

/*-----------------------------------*/

/*-------------------------------------------------------------------
/*　はじめにお読みください　
-------------------------------------------------------------------*/
body .hajimeni-page{
      background-color:#aaa;
}
.hajimeni_wrap{
       background-attachment : fixed;
       background-image : url('../images/bg_livecamera.jpg');
       background-position : bottom; 
       background-repeat : repeat-x;
}

.hajimeni_content{
	padding-bottom:200px;
}

.hajimeni_content .first_message{
     width:70%;
     margin:30px auto 0;
     background-color:#fff;
     filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-align:center;
	-webkit-border-top-left-radius: 10px;  
    -webkit-border-top-right-radius: 10px;  
    -moz-border-radius-topleft: 10px;  
    -moz-border-radius-topright: 10px;  
	-webkit-border-bottom-left-radius: 10px;  
    -webkit-border-bottom-right-radius: 10px;  
    -moz-border-radius-bottomleft: 10px;  
    -moz-border-radius-bottomright: 10px;  
}
.hajimeni_content p{
	font-size:105%;
	color:#000;
    line-height:2.5em;
    padding:40px 40px 20px;
	text-align:left;
}
/*-------------------------------------------------------------------
　　おつとめをする
-------------------------------------------------------------------*/
/*-----------------------------------*/
/*　インデクス　*/
/*-----------------------------------*/
/*  */

#t_stamem_index-page{
	display:none;
}
.stamem_index-page .entry{
	width:100%;
    text-align:justify;
    padding:0 0 10% 0%;
    line-height:200%;
    font-size:105%;
    text-align:center;
    margin-top:-30px;
    margin-left,margin-right:auto;
}
.stamem_index-page .bg_index{
	text-align:center;
	width:1000px;
	height:300px;
	margin:0 auto;
	padding:0;
}

.stamem_index_bn{
	background:url(../images/bg_otsutome_index.jpg) no-repeat;
	background-position:center top;
    width:100%;
	margin:-30px 0 0;
	padding:0;
}
.stamem_index_bn img{
	width:288px;
}
.index_1l{
	width:100%;
	margin:0px auto 0;
	padding-top:30px;
}
.index_l{
    float:left;
}
.index_r{
    float:right;
}
.index_2l{
	width:97%;
	margin:0 auto;
}
.index_2ln{
	width:80%;
	margin:0 auto;
}
.index_3l{
	margin:0px auto　0;
	padding-top:60px;
	text-align:center;
}

.main_center_message{
    margin:0 auto;
    width:60%;
    text-align:left;
}

/*-----------------------------------*/
/*　コンテンツ部とナビ部　*/
.stamem-page #content{
	margin-top:-20px;
}

.stamem-page #title_area{
	width:100%;
	padding:0% 1%;
	height:100px;
	background-color:#eee;
}

.stamem-page .entry{
	float:right;
    width:73%;
    text-align:justify;
    padding:0 0 10% 4%;
    line-height:200%;
    font-size:105%;
}
.stamem-page .menu{
	float:left;
	width:230px;
	text-align:left;
}
.stamem-page .menu img{
	width:200px;
}
/* 章立てタイトル */
#t_stamem-page h1.stamem1{
	background:url(../images/bg_page_title_stamem1.png) no-repeat;
	background-size: 100% 41px;
	width:100%;
	height:41px;
	font-size:120%;
	font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3″, “Hiragino Mincho ProN”, “HG明朝E”, “メイリオ”, Meiryo, serif;;
    color:#fff;
    margin-bottom:30px;
    padding:5px 0 0 10px;
}
#t_stamem-page h1.stamem2{
	background:url(../images/bg_page_title_stamem2.png) no-repeat;
	background-size: 100% 41px;
	width:100%;
	height:41px;
	font-size:120%;
	font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3″, “Hiragino Mincho ProN”, “HG明朝E”, “メイリオ”, Meiryo, serif;;
    color:#fff;
    margin-bottom:30px;
    padding:5px 0 0 10px;
}
#t_stamem-page h1.stamem3{
	background:url(../images/bg_page_title_stamem3.png) no-repeat;
	background-size: 100% 41px;
	width:100%;
	height:41px;
	font-size:120%;
	font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3″, “Hiragino Mincho ProN”, “HG明朝E”, “メイリオ”, Meiryo, serif;;
    color:#fff;
    margin-bottom:30px;
    padding:5px 0 0 10px;
}
#t_stamem-page h1.stamem4{
	background:url(../images/bg_page_title_stamem4.png) no-repeat;
	background-size: 100% 41px;
	width:100%;
	height:41px;
	font-size:120%;
	font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3″, “Hiragino Mincho ProN”, “HG明朝E”, “メイリオ”, Meiryo, serif;;
    color:#fff;
    margin-bottom:30px;
    padding:5px 0 0 10px;
}
#t_stamem-page h1.stamem5{
	background:url(../images/bg_page_title_stamem5.png) no-repeat;
	background-size: 100% 41px;
	width:100%;
	height:41px;
	font-size:120%;
	font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3″, “Hiragino Mincho ProN”, “HG明朝E”, “メイリオ”, Meiryo, serif;;
    color:#fff;
    margin-bottom:30px;
    padding:5px 0 0 10px;
}
#t_stamem-page h1.stamem6{
	background:url(../images/bg_page_title_stamem6.png) no-repeat;
	background-size: 100% 41px;
	width:100%;
	height:41px;
	font-size:120%;
	font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3″, “Hiragino Mincho ProN”, “HG明朝E”, “メイリオ”, Meiryo, serif;;
    color:#fff;
    margin-bottom:30px;
    padding:5px 0 0 10px;
}

/* 追記型ページ */
/* ページ解説　*/
.page_summary{
	margin:0;
	padding:0;
	border:solid 1px #ccc;
}
.page_summary h2{
	background-color:#eee;
	margin-top:10px;
	padding:5px 20px;
	font-weight:500;
	font-size:130%;
}
.read_under{
	margin:-20px 0 0;
	width:39%;
	border-top:solid 1px #9b042c;
}
.page_summary p{
	padding:20px;
	line-height:1.8em;
}
/*　シリーズ説明　*/
.series_summary{
	margin-top:30px;
}

.series_summary h3{
	background:url(../images/bg_series_title.png) no-repeat;
    height:34px;
    padding:3px 10px 3px 35px;
	font-weight:500;
	font-size:130%;
}

.series_summary img{
	margin-left:15px;
}
.inyou{
	text-align:right;
	font-size:90%;
	font-weight:800;
}
.hosoku{
	font-size:80%;
}

/* おぢばの施設　*/
.map-page .entry{
	margin-top:-30px;
}
.map-page #page_title h1 img{
	height:101px;
}

.map-page .entry{
	width:100%;
}
.map-page #t_stamem-page h1.stamem3{
	background:url(../images/bg_page_title_stamem3.png) no-repeat;
	height:41px;
	font-size:120%;
	font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3″, “Hiragino Mincho ProN”, “HG明朝E”, “メイリオ”, Meiryo, serif;;
    color:#fff;
    margin-bottom:30px;
    padding:5px 0 0 10px;
	width:100%;
	background-size:100% 41px;
}
.map-page .menu ul{
	width:100%;
	height:auto;
	margin:0 0 30px 30px;
}
.map-page .menu ul li{
	float:left;
	margin-left:10px;
}
.map-page .menu a img{
	width:212px;
}
.map-page .shisetsu_list ul li{
    float:left;
    display:block;
/*    border:solid 1px #ccc;*/
    border:dotted 3px #D18047;
    border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
    padding:8px;
    margin:3px;
    background-color: #F5E6D7;
}

.sanpai{
	margin-top:30px;
	padding:50px;
    border:dotted 6px #D9D9F3;
    border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
    background-color: #DEE6EE;
}
.sanpai h2{
	font-size:250%;
	font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3″, “Hiragino Mincho ProN”, “HG明朝E”, “メイリオ”, Meiryo, serif;
}
.sanpai h3{
	font-size:200%;
	font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3″, “Hiragino Mincho ProN”, “HG明朝E”, “メイリオ”, Meiryo, serif;
    height:100px;
    background:url(../images/bg_shisetsu_h3.png) no-repeat;
    padding-top:25px;
    padding-left:35px;
    margin-bottom:10px;
}
.sanpai p{
	line-height:230%;
}
.sanpai .img_big{
	width:500px;
	margin-left:20px;
	margin-top:-80px;
}
.sanpai .img_small{
	width:300px;
	margin-left:20px;
	margin-top:-80px;
}
.sanpai .memo_area{
	background-color: #BDCCDC;
	margin:20px 0;
	padding:30px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
}
.sanpai .memo_area dt{
	font-weight:600;
	font-size:110%;
}
.sanpai .memo_area dd{
	margin-top:-1.5em;
	margin-bottom:10px;
	padding-left:130px;
}

.sanpainoshikata{
	background-color: #fff;
	margin:20px 0;
	padding:30px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;	
}
/*.sanpai h4{
    background:url(../images/bg_sanpai_h4.jpg) no-repeat;
    height:100px;
	margin-top:0px;
	margin-bottom:20px;
    padding-top:35px;
    padding-left:75px;
	font-size:160%;
	font-weight:400;
}*/
.sanpai h4 img {
    width: 750px;
}
 

/*　追加ボタン　*/
ul.plus_content{
    margin-top:20px;
    list-style-type: none;
}
.plus_content li{
	float:left;
	max-width:300px;
	margin:0 15px 10px 0;
}

/* 行事 */
/**/
.event_oowaku{
	width:100%;
/*	background-color:#fcc;
	padding:15px;*/
}
.event_area{  
  margin: 0;  
  padding: 0px;  
  width: 100%; 
	background-color:#fff;
/*  height:300px;*/
/* スクロール表示 */ 
/*  overflow-x: none;
  overflow-y: scroll;*/
}  
.event_area h2{
/*	margin:10px;
	background-color:#fcc;
	border-left:solid 5px #f99;
	text-indent:14px;
	clear:both;*/
	font-size: 160% !important;
	line-height: 1.2;
	font-weight: 400 !important;
	letter-spacing: 0.03em;
	color: #e50020 !important;
	padding: 0 20px 8px;
	margin: 0 0 20px;
	border-top: none;
	border-bottom: 2px #d5d5d5 dotted;
}
.event_area h3{
/*	margin:10px;
	clear:both;*/
	font-size: 120% !important;
	line-height: 0.8em;
	font-weight: 400;
	letter-spacing: 0.03em;
	color: #999 !important;
	padding: 0 0 0 20px;
	margin: 2em 0 0.5em;
	border: none;
}
.event_area h4{
	margin:10px;
	clear:both;
}

.event_area ul{
	list-style-type: none;
	margin:0;
	padding:0;
}
.event_area ul li{
	float:left;
    display:block;  
	width:31%;
	height:60px;
	border:solid 1px #ccc;
	margin:5px;
	padding:10px;
	background:url('../images/bg_eventname.png') no-repeat;
 	background-size:100% 100%;
	text-align:center;
 vertical-align: middle;
	font-size:90%;
	line-height: 1.2em;
	-webkit-border-top-left-radius: 5px;  
    -webkit-border-top-right-radius: 5px;  
    -moz-border-radius-topleft: 5px;  
    -moz-border-radius-topright: 5px;  
	-webkit-border-bottom-left-radius: 5px;  
    -webkit-border-bottom-right-radius: 5px;  
    -moz-border-radius-bottomleft: 5px;  
    -moz-border-radius-bottomright: 5px;  
}

.card-page .entry img.w100{
	width:100% !important;
}

/*　祭典エリア　*/
.saiten_area{
	padding:0px;
	width:100%;
}

.saiten_area h2{
	font-size: 160% !important;
	line-height: 1.2;
	font-weight: 400 !important;
	letter-spacing: 0.03em;
	color: #7d7d7d !important;
	padding: 0 20px 8px;
	margin: 0 0 20px;
	border-top: none;
	border-bottom: 2px #d5d5d5 dotted;
}

.saiten_area .saiten_contents{
	padding:0 20px;
}
.saiten_area ul#wide2column{
	width:100%;
}
.saiten_area ul#wide2column li{
    float:left;
    width:46%;
}
.saiten_area li.right{
	width:46%;
	text-align:left;
	margin-left:8%;
}
.saiten_area li img{
	width:97%;
}
.saiten_area .right img{
	width:97%;
	margin-left:5px;
}
.saiten_area h3{
	font-size: 160% !important;
	line-height: 0.8em;
	font-weight: 400;
	letter-spacing: 0.03em;
	color: #e50020 !important;
	padding: 0;
	margin: 0 0 0.5em;
	border: none;
}
.saiten_area div.right{
	width:100%;
	text-align:right;
	margin-right:8%;
}
.saiten_area p{
	font-size:85%;
}
.saiten_area p.date_info{
	font-size:100%;
	margin: 0 0  !important;
}

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

　単独ウインドウ

===============================*/
body.only-page{
       background : url('../images/bg_livecamera.jpg') no-repeat;
       background-size:cover;
}
.kakomi_popup{
    border:solid 10px #eee;
    border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
    padding:40px;
    background-color:#fff;
    width:80%;
    margin:-30px auto 20px;
/*	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;*/
}

.kakomi_popup_shisetsu{
    border:dotted 8px #D18047;
    border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
    padding:40px;
    background-color:#fff;
    width:80%;
    margin:-30px auto 20px;
/*	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;*/
}

/* popoup */
.kakomi_popup h2{
	font-size: 170% !important;
	line-height: 1.2;
	font-weight: 400 !important;
	letter-spacing: 0.03em;
	color: #e50020 !important;
	padding: 0 0px 8px;
	margin: 0 0 20px;
	border-top: none;
	border-bottom: 2px #d5d5d5 dotted;
}
.kakomi_popup .headline{
	font-size: 120% !important;
	line-height: 1.2;
	color: #335166 !important;
	padding: 0 0px 8px;
	margin: 0 0 10px;
}
.kakomi_popup table{
	width:100%;
	margin:10px 0 20px;
}
.kakomi_popup table th{
	border-bottom:1px solid #ccc;
	padding:5px;
	font-weight:600;
	text-align:left;
}
.kakomi_popup table td{
	border-bottom:1px solid #ccc;
	padding:5px;
}
.only-page .back_button{
	text-align:center;
	margin:5px 0 20px;
}
.only-page .back_button img{
	border:solid 1px #ccc;
}
.only-page #footer{
	background-color:#ccc !important;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

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

　　ラジオ

=====================================*/
.radio_top{
	border:solid 1px #ccc;
	padding:10px;
	margin:10px 20px 0 0;
	background-color:#fff;
}
.radio_top img{
	width:98%;
}
.radio_box{
	float:left;
	width:47%;
/*	min-height:293px;*/
	border:solid 1px #ccc;
	padding:10px;
	margin:10px 2% 10px 0;
	background-color:#fff;
}
.radio_box_number{
	font-size:90%;
}
.radio_box_title{
	background-color:#3366cc;
	color:#fff;
	margin:0 -10px;
	padding-left:10px;
}
.radio_box_day{
    font-size:80%;
}
.radio_box_name{
	font-weight:bold;
	font-size:90%;
	text-align:right;
	padding-right:10px;
}
.radio_box_text{
	font-size:90%;
	line-height:140%;
	margin:10px 0;
}
.radio_box audio{
    width:100%;
}

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

　　WEB動画

=====================================*/
/* monie_index-page */
/* movie_news-pickup */
#movie_news_pickup {
	width:92%;
	height:auto;
	background-color: #ddd;
	margin:2% 0;
	padding:0%;
	border:solid 1px #ccc;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
.movie_pickup_left{
	float:left;
	background-color: #fff;
	width:65%;
}
.movie_pickup_right{
	float:left;
	width:35%;
	background-color: #ddd;
}

/* left */
#pickup_title{
	margin:0;
	padding:0;
	height:57px;
	background:url('../images/title_pickupnews.png') no-repeat;
	background-position:left top;
/*    border-bottom:solid 3px #ddd;*/
}
.movie_pickup_left h1{
	width:100%;
	margin:0;
	padding:2.5% 0.5% 0 17%;
	font-size:115%;
	font-weight:bolder;
}
.movie_pickup_left h2{
	display: none;
}
.movie_pickup_left p{
	float:left;
	margin:0;
	padding:0% 2%;
	font-size:95%;
	text-align:left;
}
.movie_pickup_left img{
	margin:0.5% 1%;
/*	width:60%;*/
}
.movie_pickup_left h3{
	width:100%;
	margin:0 0 20px;
	padding:2.5% 2% 0 0;
	font-size:85%;
	text-align:right;
}
/* right */
.recent_news{
	margin:0;
	padding:0;
	height:57px;
	background:url('../images/title_recentnews.png') no-repeat;
	background-position:left top;
	text-indent:-5000px;
}
.movie_pickup_right ul{
	width:100%;
	margin:0;
	padding:2.5% 2% 2.5% 12%;
}
.movie_pickup_right li{
	margin:0;
	padding:5px 2%;
	list-style-image: url('../images/yajirushi2.png');
	font-size:95%;
}


/* monie-page */
body.movie-page{
	background:url(../images/bg_movie-page.png) repeat-x;
}
.movie-page .entry{
	margin-top:40px;
}

/* menu */
.movie-page .menu{
	max-width:210px;
	min-width:161px;
    background-color:#fff;
    border:solid 1px #ccc;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}

.movie-page .menu ul{
    width:100%;
    padding-left:30px;
}

.movie-page .menu ul li{
	list-style-image: url('../images/yajirushi2.png');
	padding:5px;
	border-bottom:dotted 1px #ccc;
	font-size:90%;
}


.movie-page .menu2{
	float:left;
	max-width:210px;
	min-width:161px;
	margin-top:30px;
}

.movie-page .menu2 img{
	width:100%;
}


/*　★WEB動画カテゴリリスト用　*/

.movie_list_waku{
    border:solid 1px #ccc;
    border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
    padding:10px;
    background-color:#ddd;
}
.movie_list_waku h2{
	border-left:solid 5px #aaa;
	margin-left:10px;
	text-indent:10px;
	font-size:130%;
}

.movie_list{
	width:93%;
}
.movie_cat_box{
	float:left;
	width:31%;
	margin:10px 1%;
	border:solid 1px #ccc;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
    background-color:#fff;
    vertical-align: top;
}
.movie_cat_box img{
	margin:10px 0 0;
	width:100%;
}
.movie_cat_box img.new_icon{
	width:24px;
}
.movie_cat_box h5{
	border:none;
	text-align:center;
	margin-bottom:0;
}
.movie_cat_box p{
	margin:0px 5px 5px;
	font-size:90%;
}

/* ピックアップ動画　*/
.pickup_douga{
	border:solid 1px #ccc;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
    background-color:#fff;
    margin-top:0px;	
    max-width:244px;
}

.pickup_douga h4{
	font-weight:bold;
	padding:0px 10px;
}
.pickup_douga img{
	width:100%;
}
.pickup_douga p{
	padding:5px 10px 10px;
}

.movie_cat-page #page_title{
	text-align:left;
}
.movie_cat-page #page_title h1{
	font-size:220%;
	font-weight:400;
}
.movie_cat-page #page_title h1 img{
	width:104px;
	padding-right:10px;
	vertical-align:middle;
}

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

　　出版物

=====================================*/
.publication_top{
	padding:0px;
	margin:10px 20px 0 0;
}
.publication-page h3{
	background:url(../images/bg_cf_h.png) no-repeat !important;
	padding-left:30px;
	font-size:190%;
	font-weight:400;
	margin-bottom:10px;
}

.name_left{
	float:left;
	width:60%;
}
.name_right{
	float:right;
	margin-right:70px;
}

/* 定期刊行物 */
.teikikan_area{
	margin-bottom:30px;
}
.teikikan_box{
	float:left;
	margin:5px 5px 5px 0;
	padding:5px;
	width:45%;
}
.teikikan_books{
	background:url(../images/bg_teikikan.png) no-repeat;
	background-position:left bottom;
	max-width:329px;
	height:auto;
	margin:0;
	padding:0;
	vertical-align: bottom;
}
.teikikan_books img{
	margin:20px 14% 0px;
	padding-bottom:10px;
	width:73%;
}
.teikikan_name{
	background:url(../images/bg_teikikan_name.png) no-repeat;
	background-position:right top;
	max-width:329px;
	height:29px;
	margin:0;
	padding:0;
	text-align:center;
	font-size:125%;
	font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3″, “Hiragino Mincho ProN”, “HG明朝E”, “メイリオ”, Meiryo, serif;;
    color:#fff;
    line-height:1.6em;
}

/* 新刊 */
.shinkan_box{
	float:left;
	margin-bottom:-10px;
	margin-left:20px;
}

.shinkan_box figcaption{
	font-size:90%;
	width:120px;
}

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

　　SNS

=====================================*/
.sns-page #content{
	margin-top:0px;
}

.bg_sns{
	background-color:#3b5998;
	margin-bottom:0px;
}
.sns_top{
	padding:0px 0px 0 0;
	margin:-30px 20px 0 0px;	
}
.sns_area{
	margin:-7px 20px 0px 0;
	padding:10px 0;
	width:96.5%;
}
.sns-page .menu{
	margin:-40px 0px 0 0px;	
}
.link_facebook{
	float:left;
	margin:110px 10px 0 0;
	width:30%;
	vertical-align: bottom;
}
/* ランキング表示 */
.sns-page .lanking{
	float:left;
	width:68%;
	background-color:#B0C4DE;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
.sns-page .lanking h5{
	margin:0;
	padding:0;
}
/*　ランキング順位表示　*/
.sns-page .lanking ol{
   counter-reset:number;/* 名前を付けたカウンターをリセット */
   list-style:none;/* olが数字を付けることをキャンセル */
   margin:0;
   padding:0 0 0 15px;
}
.sns-page ol li{
line-height: 2.5;
/* リスト部分は好きに装飾！ */
}
.sns-page ol li:before{
/* カウンタ（数字になる部分） */
   counter-increment: number;/* 任意の名前を付けて！ */
   content: counter(number);/* 名前を付けたカウンターを呼び出し */
/* 色を変えたり、背景画像を敷いたり！自由自在！ */
}
/*　ランキング　丸付き数字表示　*/
.sns-page .maru li:before {
float: left;
background: #3b5998;
width: 2em;
height: 2em;
border-radius: 50%;
color: #fff;
text-align: center;
line-height: 2;
}

/*　Facebookタイムライン表示　*/
.bg_fb,.Facebook_LikeBox{
	margin:0px 0;
	padding:10px;
	background-color:#3b5998;
	width:96.5%;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}

/* Facebook Likebox */
.Facebook_LikeBox .fb-comments,
.fb-like-box,
.Facebook_LikeBox .fb_iframe_widget,
.Facebook_LikeBox .fb_iframe_widget[style],
.Facebook_LikeBox .fb_iframe_widget iframe[style],
.Facebook_LikeBox .fbcomments iframe[style],
.Facebook_LikeBox .fb_iframe_widget span {
    width: 100% !important;
	background-color:#fff;
}

.fb_timeline{
	vertical-align: bottom;
	color:#fff;
}

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

　　おやさと百景PHOTO

=====================================*/
.oyasato100-page #content{
	width:100% !important;
	margin:0 auto;
}
.oyasato100-page #title_area {
	height:150px;
}
.oyasato100-page #title_area h1{
	text-align:center;
}
.oyasato100-page #title_area h1 img{
	width:396px;
	margin:-20px 0 20px;
}
.oyasato100-page .entry{
	width:100% !important;
	margin-top:-60px;
	text-align:center;
}
.oyasato100-page .gallery_title{
	display:none;
}
.oyasato100-page .gallery{
	width:100%;
}

/* gallery under */
.gallery_under{
	width:1000px;
	min-width:769px;
	margin:0 auto;
	padding:50px 20px;
}
.gallery_under_left{
	width:35%;/*336px*/
	float:left;
	margin:0;
	padding:0;
}
.gallery_under_right{
	width:64%;/*614px*/
	float:left;
	text-align:left;
	margin:0;
	padding:0;
}

/* gallery menu */
.oyasato100-page .menu{
    text-align:left;
}
.oyasato100-page .menu h4{
    margin:0;	
    padding:0;	
}
.oyasato100-page .menu h4 img{
	width:182px;
}

.oyasato100-page .menu ul{
    width:100%;
    text-align:left;
}
.oyasato100-page .menu li{
	float:left;
	padding:5px;
	border:solid 1px #ccc;
	margin:2px;
}


/* gallery banner */
.oyasato100-page .banner_waku ul{
	margin:-20px 0;
	padding:0;
}
.oyasato100-page .banner_waku li{
	display:inline;
	margin:0;
	padding:0;
}
.oyasato100-page .banner_waku img{
    width:45%;
    margin:0;
    padding:0;
}

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

　　グラフ天理

=====================================*/
.graph_tenri-page #content{
	width:1000px;
	margin:0 auto;
}
.graph_tenri-page #title_area {
	height:150px;
}
.graph_tenri-page #title_area h1{
	text-align:center;
}
.graph_tenri-page #title_area h1 img{
	width:300px;
	margin:-20px 0 20px;
}
.graph_tenri-page .entry{
	width:1000px;
	margin-top:-30px;
	text-align:center;
}
.graph_tenri-page .gallery_title{
	display:none;
}
.graph_tenri-page .gallery{
	width:100%;
}
.graten{
	height:600px;
}
.graten2{
	width:600px;
}
.gallery_image img{
    border:solid 1px #ccc;
}

/* gallery under */
.gallery_under{
	max-width:1000px;
	margin:0 auto;
	padding:50px 20px;
}
.gallery_under_left{
	width:35%;
	float:left;
	margin:0;
	padding:0;
}
.gallery_under_right{
	width:64%;
	float:left;
	text-align:left;
	margin:0;
	padding:0;
}

/* gallery menu */
.graph_tenri-page .menu{
    text-align:left;
}
.graph_tenri-page .menu h4{
    margin:0;	
    padding:0;	
}
.graph_tenri-page .menu h4 img{
	width:182px;
}

.graph_tenri-page .menu ul{
    width:100%;
    text-align:left;
}
.graph_tenri-page .menu li{
	float:left;
	padding:5px;
	border:solid 1px #ccc;
	margin:2px;
}


/* gallery banner */
.graph_tenri-page .banner_waku ul{
	margin:-20px 0;
	padding:0;
}
.graph_tenri-page .banner_waku li{
	display:inline;
	margin:0;
	padding:0;
}
.graph_tenri-page .banner_waku img{
    width:45%;
    margin:0;
    padding:0;
}

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

　　ランディングページ

=====================================*/
body.landing-page{
	background:url(../images/az_subtle.png);
/*	background-color:#ddd;*/
}
.landing-page #header{
	height:100px;
	padding:0;
}
.landing-page #header02{
	height:100px;
   margin:0;
}
.landing-page #header02 a img{
    padding-top:0px;
    margin:0;
}
.landing-page #breadcrumb{
    display:none
}
.landing-page h1{
    display:none;
}
.landing-page h2{
	font-size:160%;
	font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",
   serif;
}
.landing-page h3{
	font-size:140%;
}
.landing-page h4{
	font-size:130%;
	margin:0;
}
.landing-page p{
	margin:10px 0;
}
.landing-page #content{
    margin-top:0px;
}
.landing_head{
	width:100%;
}
.landing_head img{
	width:1000px;
}
.landing_box{
	background-color:#fff;
	padding:2%;
	margin:20px 0;
	-webkit-border-top-left-radius: 5px;  
    -webkit-border-top-right-radius: 5px;  
    -webkit-border-bottom-right-radius: 5px;  
    -webkit-border-bottom-left-radius: 5px;  
    -moz-border-radius-topleft: 5px;  
    -moz-border-radius-topright: 5px;  
    -moz-border-radius-bottomright: 5px;  
    -moz-border-radius-bottomleft: 5px;  
    text-align:left;
}
.landing_box_right{
	background-color:#fff;
	padding:2%;
	margin:20px 0;
    float:right;
    width:50%;	
}
.landing_box_right img.banner{
	float:left;
	margin:0 20px 0 0;
}

/* Retina対応  */
.one_4{
	width:22%;
	margin:20px 1%;
}
.one_2{
	width:47%;
	margin:20px 1% 0;
}
.banner{
	width:234px;
}

/* 基礎講座 */
h2.bg_h2_kisokoza{
	background:url('../images/bg_h2_kisokoza.jpg') no-repeat;
	height:63px;
	width:100%;
	text-indent:50px;
	margin:0px 0 0 0px;
	padding:20px 0 0 0;
}
.kisokoza_side_juko{
	max-width:400px;
	margin-right:3%;
	float:left;
}
.kisokoza_side_juko table{
	width:100%;
	margin:20px 0;
}
.kisokoza_side_juko th{
	width:70px;
	vertical-align:top;
	font-weight:bold;
	padding:3px;
}
.kisokoza_side_juko td{
	vertical-align:top;
	padding:3px;
}
.kisokoza_side_japan{
	width:43%;
	float:left;
}
.kisokoza_side_japan img{
	margin-top:-80px;
	width:400px;
}
.kisokoza_side_tel{
	float:right;
	width:54%;
}
.kisokoza_side_tel p{
	font-size:130%;
}
.kisokoza_side_tel table{
	width:100%;
}
.kisokoza_side_tel td{
	padding:2px 5px 2px 2px;
}

/* 別席 */
.landing-page .topphoto{
	float:right;
	margin-top:-90px;
	margin-left:20px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
}

h2.bg_h2_besseki{
	background:url('../images/bg_h2_besseki.jpg') no-repeat;
	height:78px;
	width:100%;
	text-indent:30px;
	margin:0px 0 0 0px;
	padding:20px 0 0 0;
}
ul.besseki_menu{
    list-style:none;
}
.besseki_menu li{
	display:inline;
	float:left;
/*	border:solid 1px #ccc;*/
	padding:13px 10px 0;
	width:150px;
	height:65px;
	margin:20px 8px;
	background-color:#fff;
	background:url('../images/bg_b_besseki.png') no-repeat;
}

.besseki_menu li a{
	text-align:center;
	font-size:140%;
	font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",
   serif;
	color:#c00;
}

.besseki_left{
	float:left;
	width:26%;
	margin-right:2%;
}
.besseki_right{
	float:right;
	width:72%;
}
.besseki_left2{
	float:left;
	width:55%;
	margin-right:2%;
}
.besseki_right2{
	float:left;
	width:43%;
}
#landing_harf{
	margin:-20px 0;
}
.landing_harf_left{
	float:left;
	width:49%;
	margin-right:1%;
}
.landing_harf_right{
	float:right;
	width:49%;
	margin-left:1%;
}
.landing-page #map img{
	width:450px;
}
table.border1{
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
}
table.border1 td{
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	padding:8px;
	vertical-align:top;
}
table.sekisu{
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
}
table.sekisu td,table.sekisu th{
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	padding:8px;
	vertical-align:top;
}
table.sekisu .w2{
	width:50px;
}
table.sekisu .w3{
	width:78px;
}
table caption{
	font-size:80%;
	font-weight:bold;
}
.hyodai{
	background-color:#aaa;
	color:#fff;
	font-weight:bold;
}
.saiten{
	background-color:#EBDCF0;
}
table .first{
    background-color:#F0EBDC;
}
table .second{
    background-color:#E1F0DC;
}
table .third{
    background-color:#DCE1F0;
}
table .fourse{
    background-color:#F0DCE1;
}

/* みちのとも　*/
.michinotomo_qa{
	margin-left:5%;
}
.michinotomo_qa img{
    width:50%;
    margin-bottom:30px;
}
.michinotomo_qa img.rrr{
	width:40%;
}

/* 人間いきいき通信　*/
.landing_wrap{
	width:100%;
	background-color:#fff;
	text-align:left;
	padding:3%;
    box-shadow:5px 0px 10px;
    box-shadow:0px 5px 10px;
    margin:20px 0 50px;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;

}
#newcontents_box{
	float:right;
    border-radius:3px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
/*    box-shadow:5px 5px 10px inset;*/
    padding:25px;
    width:74%;
    min-height:290px;
    height:auto;
    background-color:#efefef;
}
#newcontents_box p{
    line-height:170%;	
}
.inline_title img,.inline_title h2,.inline_title span {
	display:inline;
}
.inline_title h2{
	margin-left:10px;
}
.landing-page .intro img{
	width:940px;
}
.credit{
	float:right;
	width:72%;
	margin-right:2%;
	font-size:85%;
}
.ikiiki_menu{
	text-align:center;
	margin-top:50px;
}
.ikiiki_menu li{
	display:inline;
}
.ikiiki_menu li img{
	width:206px;
	margin:0px 1%;
}

#newimage img{
	width:24%;
    box-shadow:5px 0px 10px;
    box-shadow:0px 5px 10px;
}
#newimage p{
	font-size:90%;
	margin-top:10px;
}
.message_area{
	text-align:center;
	font-size:120%;
	font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	line-height:200%;
}
p.doyusha_contact{
	font-size:160%;
}

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

　　ポリシー

=====================================*/
.policy-page .entry{
	width:80%;
	margin-left:15%;
	margin-right:5%;
	margin-bottom:30px;
	color:#666;
	line-height:2em;
}
.policy-page .entry h3{
	font-size:130%;
	color:#666;
	margin:30px 0 10px;
}
.policy-page .entry ol{
	list-style-type: decimal;
	list-style-position: outside;
	padding-left:25px;
}

/* サイトマップ　*/
.policy-page .entry .site_map_index ul{
	float:left;
	margin:-20px 30px 0;
	height:18em;
}

.policy-page .entry .site_map_index2 ul{
	float:left;
	margin:30px 30px;
}

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

　　footer

=====================================*/
#footer{
	background-color:#ccc;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
}
#footer_id img{
	width:150px;
	margin:0px auto;
	padding:20px;
}
.contents_map{
	display:none;
/*	margin:0 auto;
	max-width:960px;
	min-width:769px;*/
}

/*li.big_cl_li{
	display:inline;
}
ul.contents_list{
	display:block;
	float:left;
	margin:20px 0 20px 30px;
	width:15%;
	text-align:left;
	font-size:90%;
	line-height:1.5em;
}

.contents_map ul ul{
	margin-left:20px;
}*/

p#copyrights{
	margin: 0;
	padding:0 0 40px 0;
	width:98%;
	font-size:88%;
	color:#eee;
	text-align: center;
}

