@charset "UTF-8";

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

● wpc.css　画面の横幅　1024px〜　
  PCモニタ対象

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

@media screen and (min-width: 1024px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

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

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

　　header

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

/*　トップヘルプエリア　*/
div#header01{
	position:absolute;
	top:0px;
	width:100%;
	height:43px;
}
#tophelp{
	position:relative;
	margin:0 auto;
	padding:0;
	min-width:769px;
	max-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%;
	z-index:10000;
}
div#header02 img{
	width:145px;
	margin-top:-30px;
}

/*　はじめての方へリンク　言語選択　*/
.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%;
}
#nav{
  position: absolute;
  width:100%;
  height:135px;
  margin-top:-135px;
  vertical-align:bottom;
	background:url('../images/bg_harf.png');
/*  background-color:#f00;
   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{
	margin:0px auto;
	padding:0 1.5%;
	max-width:1000px;
	height:150px;
}

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　ボタン　以上*/


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

　　page title

=====================================*/
#breadcrumb{
    position: relative;
	margin:150px auto 0;
	max-width:1000px;
    text-align:left;
    padding:0% 3%;
}
.oyasato100-page #breadcrumb{
    position: relative;
	margin:10px auto 0;
	max-width:1000px;
    text-align:left;
    padding:0% 3%;
}
.noglobal-page #breadcrumb{
	margin:0 auto;
}
#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:0 auto;
}
.reg-page #content{
    position: relative;
	margin:10px auto 0;
	width:100%;
    text-align:left;
    padding:0% 2%;
}
.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_room{
	display:relative;
	margin-top:	20px;
    margin-bottom:0px;
}
#top_message{
/*	background:url(../images/bg_message.png) no-repeat;
	background-size:cover;*/
/*	height:237px;*/

/*　（１）　はじめにお読みくださいを入れる場合*/
	float:left;
	width:57%;
	height:auto;
	padding:0% 5% 2% 3%;
	text-align:left;
	line-height:170%;

/*　（２）　はじめにお読みくださいを入れない場合
	width:100%;
	height:auto;
	padding:0% 5% 2% 3%;
	text-align:left;
	line-height:170%;
*/

}
#sub_message{
/* （１）　はじめにお読みください　を入れる場合は　
#top_message を　（１）のようにして　
ここを以下のようにする　*/
	float:left;
	background:url(../images/bg_message_02.png) no-repeat;
	background-position:20px -30px;
	width:39.6%;
	height:auto;
/*　（２）　はじめにお読みくださいを入れない場合
	display:none;
	*/
}
#sub_message p{
/*	font-size:80%;*/
	text-align:right;
	padding:10% 20% 0 0;
    vertical-align:bottom;
}

#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;
	margin-top:10px;
	padding-left:3%;
}
#to_first{
	text-align:right;
	margin-top:-10px;
}
#to_first img{
	vertical-align:middle;
	margin-top:-10px;
}


/* 緊急情報エリア　最大幅にした場合　*/
.malesy{
	margin:0 -20px !important;
}

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

/* 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;
}
#now_zone{
	margin:15px 0 0 0;
	padding:0 1.1% 0 0;
	text-align:left;
}

/* 2018.04追加　/*/
.news-informaition-area{
	width:100%;
	margin-bottom:20px;
}
.news-informaition-area:after{
	content:" ";
	display:block;
	height:0;
	clear:both;
}
.news-information-area h2{
	border:none;
	padding:0;
}
.news-list-block{
	width:48%;
	margin:0 1% 0 0;
	float:left;
}
.information-list-block{
	width:48%;
	margin:0;
	float:left;
}
.news-list-block li,.information-list-block li{
	line-height:2.1em;
}
  .update_info h3{
   background:#999999;
   color:#ffffff;
	 padding-left:10px;
 }
 .update_content{
   width:100%;
   padding-top:5px;
 }
 .line_style li{
	 display:block;
	 margin-top:20px;
	 padding:0;
 }
.line_style li b{
 background:#006699 !important;
 color: #ffffff !important;
 padding:2px;
 font-size:90%;
}

 @media screen and (max-width: 768px) {
   .update_content{
     width:80%;
   }
 }
 /*@media screen and (max-width: 468px) {
   .update_content{
     width:79%;
     padding-top:0px;
     padding-left:1%;
     font-size:90%;
   }
 }*/

/*/ 2018.04*/

#news,#eventcalender,#livecamera{
	float:left;
	margin:0;
	padding:0 3.3% 0 0;
	width:33.3%;
}
#livecamera img{
	width:100%;
}

/*
#news li,#eventcalender li{
	display:block;
	margin:0 0 1%;
	float:left;
}
#news li img{
	max-width:216px;
}
/*#news li img:first-of-type{
	margin-bottom:10px;
}*/


/* right ------------------*/
#fw_right{
	float:left;
	width:23.5%;
	margin:0;
	padding:0;
	text-align:left;
}
#fw_right ul{
	list-style:none;
	margin:0;
	padding:0;
}
#fw_right ul li{
	/*width:215px;*/
	width:100%;
}
.fw_right_banner_area{
	margin:10px 0 -10px;
}
.traffic_area img{
    margin:15px 0 5px;
}
#oshie_sm{
	display:none;
}

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

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

/* calendar slide */

#calendar_slide{
/*	width:635px;*/
	width:92%;
	border:solid 1px #ccc;
	background-color:#ddd;
	margin:0;
	padding:0;
    text-align:center;
}
#calendar_slide .multiple-items{
	max-width:80% !important;
	min-width:80% !important;
	margin:0 auto;
/*	background-color:#fff;*/
	padding:0;
}
#calendar_slide .multiple-items div{
	margin:0px 0;
    padding:0px ;
    width:100%;
/*	padding:0px;*/
	background-color:#fff !important;
}
#calendar_slide .multiple-items div a{
	display:block;
/*	border:solid 1px #ddd;*/
    border:none;
	background-color:#eee;
    color:#666;
	font-size:110%;
	font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",
   serif;
    font-weight: bold;
	margin:0px 0;
    padding:0px;
}
#calendar_slide .multiple-items div a img{
    text-align:center;
    width:100%;
    border:1px solid #fff;
}

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

/*-----------------------------------*/
/* mf 道友社エリア　*/
#mf{
    width:100%;
}

#mf ul{
	list-style:none;
	margin:0;
	padding:0 0 0 0px;
	text-align:center;
}
#mf ul li{
	float:none;
	display:inline-block;
	/*margin-right:2.5%;*/
	margin:0 1% 2.3%;
	width:22.5%;
}
/*-----------------------------------*/

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

/* left ------------------*/
.df_left{
	float:left;
  width:50%;
}
.df_left ul{
	list-style:none;
	margin:0;
	padding:0;
	max-width:530px
}
.df_left ul li{
	float:left;
	margin:0;
	padding:0;
	width:220px;
}
.df_left ul li:nth-child(odd){
	margin:0 25px 0 0%;
}

/* right ------------------*/
.df_right{
	float:left;
  width:50%;
}

.df_right ul{
	list-style:none;
	margin:0 0 0 10px;
	padding:0;
	max-width:530px
}
.df_right ul li{
	float:left;
	margin:0;
	padding:0;
	width:220px;
}
.df_right ul li:nth-child(odd){
	margin:0 25px 0 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;
}
/*-----------------------------------*/

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

　　下位ページ

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

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

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

/*-------------------------------------------------------------------
/*　はじめにお読みください　
-------------------------------------------------------------------*/
body .hajimeni-page{
}
.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;
}
/*-------------------------------------------------------------------
　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;
	padding-bottom:30px;
}
.now_zone-page .menu{
	float: right;
	width: 27%;
	text-align: left;
}

.now_zone-page .entry_fm{
	float:left;
  max-width:720px;
  text-align:left;
}
.now_zone-page .menu_fm{
	float:left;
	max-width:250px;
	text-align:left;
	padding:0 10px 20px 20px;
}
.menu_fm ul{
	margin:0 20px;
	border-top:dotted 1px #ccc;
}
.menu_fm ul li{
	padding:5px 0;
	border-bottom:dotted 1px #ccc;
}
.now_zone-page .entry_fm_ac{
	float:right;
  width:40%;
  text-align:left;
}
.now_zone-page .menu_fm_ac{
	float:left;
	width:58%;
	text-align:left;
	padding:0 10px 20px 0px;
}
.menu_fm_ac ul{
	margin:20px 20px 30px 0;
	border-top:dotted 1px #ccc;
}
.menu_fm_ac ul li{
	padding:5px 0;
	border-bottom:dotted 1px #ccc;
}


.fm_honbun{
	padding:0 20px;
}
.for_sp{
	display:none;
}
.livecamera-page .entry{
	margin-top:10px;
}
/*-----------------------------------*/
/* 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:3px 0;
}
.now_zone-page .banner2{
	margin:8px 0;
	padding:0;
}
.now_zone-page .banner2 img{
	margin:0px 0 8px;
	padding:0;
}

/*-------------------------------------------------------------------
  NEWS　リスト　ボックス型 　
-------------------------------------------------------------------*/
.news_archives-page #page_title img{
	height:99px;
}
/* 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 10%;
	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;
    background-color:#fff;
	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;
	line-height: 1.6em;
}
.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:0px 0;
	border-bottom:solid 2px #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;
	background-size:24px 24px;
}
.single_news-page .news_box_day{
	float:right;
/*	width:28%;*/
}
.single_news-page .entry img{
	margin:20px;
}
.cat5 h4{
	font-size:110%;
	margin:30px 8px 8px 0;
}
.cat5 .news_box{
	margin-left:20px;
}
.cat5 .news_box img{
	margin:0;
}

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

/* news archives */
#b_news_archives{
	margin-left:15px;
/*	margin-bottom:30px;*/
/*	height:52px;*/
  max-width:630px;
/*	height:auto;*/
	display:block;
}
.archives_zone{
	width:100%;
}
.archives_zone p{
	margin:0 0 20px 10px;
}
#archives_title{
	width:100%;
	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{
	display:none;
/*	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%;*/
	width:100%;
	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:-3% 0 0 0%;
	padding:10px 2% 10px 10%;
	width:100%;
	min-height:43px;
	line-height:2em;
}
.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;
}

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

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

/*-------------------------------------------------------------------
  LiveCamera　 　
-------------------------------------------------------------------*/
.livecamera-page #page_title img{
	height:99px;
}

/* 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:90%;
/*	max-width:580px;*/
}
.livecamera_image2{
	margin-top:-50px;
	position:relative;
	border:solid 5px #aaa;
	max-width:90%;
/*	max-width:580px;*/
}
.slideshow_guide{
	padding-left:80px;
	margin:20px 5px 5px 0px;
	font-size:85%;
}

.livecamera_content{
	max-width:90%;
	margin-bottom:400px;
}

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

.livecamera_button ul li img{
	width:90%;
}

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

/*---------------------------------------------------------
  交通情報ページ　
----------------------------------------------------------- */
.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 2% 30px 0;
    width:70%;
}
.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:200%;
	font-weight:normal;
	color:#f00;
	margin:20px 0 10px;
}
.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-page #title_area{
	width:100%;
	padding:0% 1%;
	height:100px;
	background-color:#f9e7fd;
}

.oyanokotoba-page .entry{
	float:right;
    width:691px;
    text-align:justify;
    padding:0 0 10% 30px;
    line-height:200%;
    font-size:105%;
}
.oyanokotoba-page .menu{
	float:left;
	width:186px;
	text-align:left;
}
.oyanokotoba-page .menu img{
/*	width:94%;*/
}

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


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

　　教え

-------------------------------------------------------------------*/
/*　教え(目次)　*/
.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.png) no-repeat;
	background-position:center center;
}
#teaching_index img{
	width:290px;
	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;
}

/*　books slide　*/
#books_slide{
	width:100%;
	background-color:#ccc;
	margin:0;
	padding:0 30px;
}
#books_slide .multiple-items{
	max-width:900px;
	min-width:300px;
	margin:0 auto;
	background-color:#eee;
	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 30px;
	width:1000px;
	text-align:left;
}
.teach-page .entry{
	float:right;
	width:72%;
	padding:0 0 2%;
}
.teach-page .entry #page_title{
	padding:0 0;
}
.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 0%;
	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:230%;
}
.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:27%;
}

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

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

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

　　レギュラーコンテンツ

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
　　おつとめをする
-------------------------------------------------------------------*/
/* otsutomewosuru-page tab */

.full_content {
	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 {
	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 ul{
/*	border-top:dotted 1px #ccc;*/
}
.otsutomewosuru-page .entry li a{
/*	padding:5px 0;
	border-bottom:dotted 1px #ccc;*/
}

/*-----------------------------------*/
/*　インデクス　*/
/*-----------------------------------*/

#t_stamem_index-page{
	display:none;
}
.stamem_index-page .entry{
	width:100%;
    text-align:justify;
    padding:0 0 10% 0%;
    line-height:230%;
    font-size:105%;
    text-align:center;
    margin-top:-30px;
}
.stamem_index-page .bg_index{
	text-align:center;
	width:1000px;
	height:300px;
	margin:0 auto;
	padding:0;
}
.stamem_index-page h2{
	font-size:140%;
}
.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:70%;
	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;
}

.special_content{
	width:100%;
	background:url('../images/bg_gra_gray.jpg') repeat-x;
	height:200px;
	margin-bottom:50px;
}
.bg_319{
	width:400px;
	height:200px;
	margin:30px 0 50px;
	text-align:right;
	background:url('../images/bg_helmet.png') no-repeat;
}

.bn_319{
	width:288px;
	height:163px;
	margin:50px 0 50px;
}
/*-----------------------------------*/
/*　レギュラーページ（スタメン）　*/
/*-----------------------------------*/

.stamem-page #content{
	margin-top:-20px;
}

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

.stamem-page .entry{
	float:right;
    /*width:73%;*/
    width:650px;
    text-align:justify;
    padding:0 0 10% 0%;
    line-height:230%;
    font-size:105%;
}
.stamem-page .menu{
	float:left;
	/*max-width:25%;*/
	max-width:240px;
	text-align:left;
}

/* 章立てタイトル */
#t_stamem-page h1.stamem1{
	background:url(../images/bg_page_title_stamem1.png) no-repeat;
	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:0 0 30px 0%;
    padding:5px 0 0 2%;
}
#t_stamem-page h1.stamem2{
	background:url(../images/bg_page_title_stamem2.png) no-repeat;
	width:650px;
	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;
	width:650px;
	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;
	width:650px;
	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;
	width:650px;
	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;
	width:650px;
	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:35%;
	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;
	width:100%;
}
.map-page #page_title h1 img{
	height:101px;
}

.map-page #t_stamem-page h1.stamem3{
	background:url(../images/bg_page_title_stamem3.png) no-repeat;
	height:41px;
	font-size:130%;
	font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3″, “Hiragino Mincho ProN”, “HG明朝E”, “メイリオ”, Meiryo, serif;
    color:#fff;
    margin-bottom:30px;
    padding:8px 0 0 10px;
	width:940px;
	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;
}

/* komasa /// */
.sanpai_head #t_stamem-page h1.stamem5{
	background:url(../images/bg_page_title_stamem5.png) no-repeat;
	background-size:100% 41px;
	height:41px;
	width:100%;/*940px;*/
	font-size:130%;
	font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3″, “Hiragino Mincho ProN”, “HG明朝E”, “メイリオ”, Meiryo, serif;
    color:#fff;
  margin-bottom:0px;
  padding:8px 0 0 10px;
}
.sanpai_title{
	display:block;
	margin-bottom:30px;
}
/* /// komasa */

.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:0px 0 50px;
	padding:30px;
	overflow:auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
/*
.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_right{
	float:right;
	text-align:right;
	margin:0 !important;
	padding:0;
	width:50%;
}
.sanpai_left{
	float:left;
	text-align:left;
	margin:0 !important;
	padding:0;
	width:50%;
}
.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 0 0 10px;
  width: 100%;
	background-color:#fff;
	color:#999;
/*  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;
}

li.pagenav{
    list-style-type: none;
    font-size:20px;
}

.event_area ul{
	list-style-type: none;
	margin:0;
	padding:0 0px;
}
.event_area ul li.page_item{
	float:left;
	display:block;
	width:202px;
	height:60px;/* ueda plus*/
    min-height:60px;/* ueda plus*/
	border:solid 1px #ccc;
    padding:0;
	margin:5px 10px 5px 0;
	background:url('../images/bg_eventname.png') no-repeat;
 	background-size:100% 100%;
	text-align:left;
/*	font-size:90%;*/
    font-size:14px;
	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;
}
.event_area ul li.page_item a{
	color:#222 !important;
	width:100%;
	height:60px;/* ueda plus*/
/*	padding: 0px 30px 0 0;*/
	padding:10px 12px 10px 25px;
    display:block;
}
.event_area ul li.page_item a:hover{
	color:#f00 !important;
}
.event_area ul li.page_item a:active{
	color:#f00 !important;
}
.event_area ul li.page_item a:hover.undecided,.event_area ul li a:active.undecided{
	color:#00cc99 !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;
}
.only-page table{
    width:100%;
    margin-top:30px;
    margin-bottom:30px;
}
.only-page table th{
    width:10%;
    vertical-align:top;
    font-weight:600;
    padding:10px 10px 10px 0;
    border-bottom:dotted 1px #ccc;
}
.only-page table td{
    vertical-align:top;
    width:90%;
    padding:10px 0px 10px 10px;
    border-bottom:dotted 1px #ccc;
}
table.th_wide th{
    width:35%;
}
table.th_wide td{
    width:65%;
}

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

　　ラジオ

=====================================*/
.radio_top{
	border:solid 1px #ccc;
	padding:10px;
	margin:10px 20px 0 0;
	background-color:#fff;
}
.radio_box{
/*	float:left;
	width:47%;
	height:300px;
	min-height:293px;
	border:solid 1px #ccc;
	padding:10px;
	margin:10px 2% 10px 0;*/
	background-color:#fff;
}
.single_radio .radio_box{
	width:108%;
	border:solid 1px #ccc;
	padding:10px;
	margin:30px 0px 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:55%;
}
.movie_pickup_right{
	float:left;
	width:45%;
	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:3.5% 0.5% 0 19%;
	font-size:115%;
	font-weight:bolder;
}

/*文字のはみ出しを…で表示させる*/
.textoverflow {
  width: 15em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.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:98%;
}
.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 a{
	display:block;
}
.movie_cat_box img{
	margin:10px 0 0;
}
.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;
	max-width:329px;
	height:330px;
	margin:0;
	padding:0;
}
.teikikan_books img{
	margin:0px 14% 10px;
	border:1px solid #bbb;
/*	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;
}

.teikikanko a img{
	max-width:600px;
	margin:20px 0 0 10px;
}
/* 新刊 */
.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 0px 0 0px;
	width:93%;
}
.sns_area{
/*	margin:-7px 20px 30px 0;*/
    margin:0;
	padding:10px 0 0;
/*	width:93%;*/
	max-width:625px;
	background-color:#B0C4DE;
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}

.sns-page .menu{
	margin:-40px 0px 0 0px;
	width:26% !important;
}
.link_facebook{
/*	float:left;
	margin:110px 10px 0 0;
	width:30%;*/
	margin:0;
	vertical-align: bottom;
}
/* ランキング表示 */
.sns-page .lanking{
/*	float:left;
	width:68%;*/
	width:100%;
	background:url(../images/bg_facebook-lanking.png) no-repeat;
	background-position:right bottom;
}
.sns-page .lanking h5{
	margin:0;
	padding:0 0 0 10px;
}
/*　ランキング順位表示　*/
.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タイムライン表示　*/
#facebook_area{
	background-color:#fff;
	max-width:625px;
	padding:20px;
	text-align:center;
	border:solid 20px #3366cc;
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}
.bg_fb,.Facebook_LikeBox{
	margin:0px 0;
	padding:10px;
	background-color:#fff;
	width:100%;
    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;
	font-size:150%;
}

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

　　おやさと百景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;
	margin:0 auto;
	padding:50px 20px;
}
.gallery_under_left{
	width:336px;/*35%*/
	float:left;
	margin:0;
	padding:0;
}
.gallery_under_right{
	width:614px;/*64%*/
	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:100% !important;
	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:100% !important;
	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{
	width:1000px;
	margin:0 auto;
	padding:50px 20px;
}
.gallery_under_left{
	width:336px;/*35%*/
	float:left;
	margin:0;
	padding:0;
}
.gallery_under_right{
	width:614px;/*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:80px;
	padding:0;
}
.landing-page #header02{
	height:80px;
   margin:0;
}
.landing-page #header02 img{
    padding-top:0px;
    margin-top:-20px;
}
.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_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_juko_wrap{
	display: flex;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
	margin:20px 0;
}
.kisokoza_side_juko {
	margin: 20px 0;
	width: 50%;
}
.kisokoza_side_juko table{
	width:100%;
}
.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_juko_form {
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-weight: bolder;
    line-height: 1;
    text-align: center;
    margin: 20px auto 0;
    border: solid 2px;
    border-radius: 5px;
    max-width: 280px;
}
.kisokoza_side_googlemap {
    width: calc(50% - 40px);
    margin: 20px 0 20px 40px;
    position: relative;
}
.kisokoza_side_googlemap iframe {
	display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.kisokoza_side_japan{
	width:43%;
	float:left;
}
.kisokoza_side_japan img{
	margin-top:-80px;
}
.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:28%;
}
.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%;
}
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%;
    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;
}
.credit{
	float:right;
	width:72%;
	margin-right:2%;
	font-size:85%;
}
.ikiiki_menu{
	text-align:center;
}
.ikiiki_menu li{
	display:inline;
}
.ikiiki_menu li img{
	width:206px;
	margin:20px 1%;
}

#newimage img{
    box-shadow:5px 0px 10px;
    box-shadow:0px 5px 10px;
    width:227px;
}
#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%;
}

/* すきっと */
.skitto_video{
	background:url(../images/bg_skitto_youtube.png) no-repeat;
	background-position:center top;
	background-size:cover;
	height:395px;
	margin-bottom:30px;
}
.dai_1_left,.dai_2_left{
	float:left;
	width:40%;
}
.dai_2_left img{
    margin-left:10%;
}
.dai_1_right,.dai_2_right{
	float:right;
	width:60%;
	padding-right:2%;
}
#tabwrap table{
	width:100%;
}
#tabwrap table td,#tabwrap table th{
	vertical-align:top;
	padding:3px;
}
#tabwrap table th{
	font-weight:600;
	width:100px;
}
p.campaign{
	padding:20px 5%;
}

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

　　検索

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

.searchresult{
	padding:20px;
}

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

　　ポリシー

=====================================*/
.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{
	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:16.8%;
	text-align:left;
	font-size:90%;
	line-height:1.7em;
}

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

/* =========================
  oyasama130 /
========================= */
body.oyasama130{
	background:url(../images/az_subtle.png);
/*	background-color:#ddd;*/
}
.oyasama130 #header{
	height:50px !important;
	background-color:#000;
	width:100%;
	padding:0;
}
/*　サイトロゴエリア　*/
.oyasama130 div#header01{
	height:1px;
}

.oyasama130 #tophelp{
	width:1px;
	height:1px;
}
.oyasama130 #tophelp_left{
	float:left;
	width:1px;
	height:1px;
}
.oyasama130 #tophelp_right{
	float:right;
	width:1px;
	height:1px;
}

.oyasama130 div#header02{
	margin:0;
	padding:5px 0;
	width:100%;
}
.oyasama130 div#header02 img{
	margin-top:10px;
	width:145px;
}

.oyasama130 #breadcrumb{
	margin:0px auto 0;
	max-width:1000px;
    text-align:left;
    padding:0% 1%;
}
.oyasama130 h1{
	display:block;
    font-size:200%;
	font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",
   serif;
    margin-left:20px;
}
.oyasama130 h2{
	font-size:160%;
	font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",
   serif;
    margin-left:20px;
}
.oyasama130 h3{
	font-size:140%;
	margin:20px 0 20px 20px;
}
.oyasama130 h4{
	font-size:130%;
	margin:20px 0 20px 20px;
}
.oyasama130 p{
	margin:10px 0;
    margin-left:20px;
}
.oyasama130 dl{
	margin-left:20px;
}
.tablelist table{
    border-left:solid 1px #000;
    border-top:solid 1px #000;
    background-color:#fff;
    margin-left:20px;
}
.tablelist table td{
	border-right:solid 1px #000;
	border-bottom:solid 1px #000;
	padding:10px;
}
.oyasama130 #content{
/*	direction:rtl;/*　縦書きの右寄せにする場合　*/
    margin:0px auto;
    text-align:left;
    max-width:1000px;
    padding:20px;
}
.oyasama130 div#topimg img{
	width:100%;
	height: auto;
	top: 0px;
	left: 0px;
}

/*　横書きの場合→有効　縦書きの場合→無効*/
.o130linklist ul{
    list-style-image:url(../images/o130_list.png);
    list-style-position: outside;
    margin:20px 0 50px;
    padding-left:50px;
    font-size:130%;
    line-height:200%;
}

.oyasama130 .oowaku{
	width:100%;
	text-align:left;
	margin:0 auto;
}
.oyasama130 .little_box{
	width:48%;
	text-align:left;
	padding:0 1%;
	float:left;
}
.oyasama130 .lr_box{
	width:48%;
	text-align:left;
	padding:0 1%;
	float:left;
}

/*
●横書きにする場合
（１）この上の.little_box_01　の名を.little_box に変更
（２）以下の.tategaki　を無効にする　
（３）以下の.tategaki ul　を無効にする　
（４）.o130linklist ul　を有効にする

●縦書きを有効にする場合　
（１）この上の.little_box　の名を.little_box_01 に変更
（２）以下の.tategaki　を有効にする　
（３）以下の.tategaki ul　を有効にする　
（４）.o130linklist ul　を無効にする
（５）右寄せにする場合、.oyasama130 #content　の　direction:rtl;を有効にする
　　　また、ulのリストスタイルは使えない　→　使うとマークが下に移動してしまう　ので　list-style-image　を無効にする
　　　左詰めでよい場合は、この処理はしない
*/

/*.tategaki{
	font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",
   serif;
	writing-mode: tb-rl; /* IE独自仕様 */
/*    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
}
.tategaki ul{
    list-style-image:url(../images/o130_list.png);/* 右寄せの場合は無効にする　*/
/*    list-style-position: outside;
    margin:20px 0 0px 20px;
    font-size:130%;
    line-height:200%;
}
*/

/* =========================
  / oyasama130
========================= */
/*修養科ページ*/
h2.bg_h2_syuyoka{
	background:url('../images/bg_h2_syuyoka.png') no-repeat;
	height:60px;
	width:100%;
	text-indent:10px;
	margin:0px 0 0 0px;
	padding:20px 0 0 0;
}

.landing-page .right_topphoto{
	float:right;
	margin-top:-55px;
	margin-left:20px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
}
.landing-page .left_topphoto{
	float:left;
	margin-top:-55px;
	margin-right:20px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
}

#syuyoka_oneday th {
    width: 60px;
    vertical-align: top;
}
#syuyoka_pre th {
    width: 60px;
    vertical-align: top;
}
#syuyoka_gyoji th {
    width: 60px;
    vertical-align: top;
}

.syuyoka_left{
	float:left;
	width:66%;
	margin-right:2%;
}
.syuyoka_right{
	float:right;
	width:32%;
}

.syuyoka_left2{
	float:left;
	width:43%;
	margin-right:2%;
}
.syuyoka_right2{
	float:right;
	width:55%;
	margin-top:-50px;
}

.syuyoka_left3{
	float:left;
	width:55%;
	margin-right:2%;
}
.syuyoka_right3{
	float:right;
	width:43%;
}

.syuyoka_left4{
	float:left;
	width:26%;
	margin-right:2%;
}
.syuyoka_right4{
	float:right;
	width:72%;
}

#syuyoka_takuji h2.bg_h2_syuyoka{
	margin-left: 270px;
}

#syuyoka_landing_harf{
	margin:-20px 0;
}
.syuyoka_landing_harf_left{
	float:left;
	width:49%;
	margin-right:1%;
}
.syuyoka_landing_harf_right{
	float:right;
	width:49%;
	margin-left:1%;
}

#syuyoka_oneday img{
	width:24.4%
}
#syuyoka_gyoji img{
	/*	width:49.2%*/
}
.gyoji_photo{
	display:inline-block;
	width:24.3% !important;
	margin:5px 0.1%;
	/*	float:left;*/
}

.syuyoka_triangle_border{
	float: left;
	display: block;
	width: 0;
	height: 0;
	margin-top: 1px;
	border-top: 8px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid #ae70c2;
}

.syuyokapage dl{
	font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝", "serif";
	line-height:2em;
	margin-top: 10px
}

.syuyokapage dt {
	float: left;
	font-family: "メイリオ",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", "sans-serif";
	color: #ffffff;
	background-color: navy;
	border-radius: 20px;
	padding: 0 10px;
}
.syuyokapage dd {
	display: inline-block;
	margin: 0;
}
.syuyoka_oneday_list dd.syuyoka_triangle_img:before{
	content: url('../images/syuyoka_triangle.png');
}

.syuyoka_gyoji_list dd:before{
	content: "・";
	color :gray;
}

.syuyoka_oneday_list {
	margin-left: 70px;
	margin-bottom: 10px;
}

.syuyoka_gyoji_list {
	margin-left: 90px;
	margin-bottom: 10px;
}


}
