@charset "UTF-8";

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

● smart.css  画面の横幅　480pxまで　
  スマホ対象

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

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


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

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

　　header

=====================================*/
#header{
	background-color:#333;
	margin:0;
	padding:0;
}

.only-page #header{
	padding-top:20px !important;
	height:60px !important;
}

/* footer部に記述 */
div#header01{
	top:0px;
	width:100%;
	height:auto;
	margin:0;
}
#tophelp{
	margin:30px auto;
	padding:0;
	width:100%;
	height:auto;
}
#tophelp_left{
    margin:20px auto;
   	padding:0 0 20px 0;
	width:100%;
	text-align:center;
	font-size:100%;
}
#tophelp_right{
    margin:0px auto;
   	padding:0;
	width:100%;
	text-align:center;
	font-size:100%;
}
ul#language{
	margin:0 auto;
	padding-top:30px;
	padding-left:33.333%;
}

/* site_id */
div#header02{
	margin:0px auto;
	padding:0;
	width:100%;
	height:70px;
}
div#header02 img{
	margin:0px auto 0;
	width:145px;
}

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

　　mainimage globalNavi

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

#Stage2{
   margin-top:0px !important;
   position:relative;
  /* 下の背景になるものにposition:relativeを指定　この上のレイヤーになるものにabsolute指定をすることで、absoluteしたものが上になる。 */
}
.daiStage{
   display: none;
  /* 下の背景になるものにposition:relativeを指定　この上のレイヤーになるものにabsolute指定をすることで、absoluteしたものが上になる。 */
}


/* ul#globalNavi　ヨコ
---------------*/
#nav{
  width:100%;
}
#navicenter{
    display:none;
}

#smart_navi{
	margin:0px auto;
	padding:0%;
	width:100%;
}

ul#smart_globalNavi {
	list-style-type: none;
	margin: 0px 0px;
	padding-top: 0;
}

ul#smart_globalNavi li {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
/* ul#globalNavi　ボタン　以上*/

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

　　page title

=====================================*/
#breadcrumb{
    position: relative;
	margin:5% auto 0;
	max-width:480px;
    text-align:left;
    padding:0% 3%;
}
.noglobal-page #breadcrumb{
	margin:0 auto;
}
#title_area{
	width:100%;
	padding:1%;
	background-color:#eee;
}
#page_title{
	max-width:480px;
	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{
/*	max-width:480px;*/
	margin:-6px auto 0px;
/*	position:absolute;*/
	background:url(../images/bg_smart0.png) no-repeat;
	background-position:center top;
	background-color:#fff;
	/*-color:#ededed;*/
	padding:0 0 10px;
}
.reg-page #content{
	margin:5px auto 0px;
	display:absolute;
	background:none;
	background-color:;
	padding:0 3% 10px;
	text-align:left;
}

.news_archives-page #content{
	margin:0px 0 0 !important;
}

#content2{
/*	max-width:480px;*/
	margin:-30px auto 0px;
	padding:10px 0 0;
/*	display:absolute;*/
	background-color:#ededed;
}
.now_zone-page #content{
	position:relative;
	margin-top:-35px;
}
.oyanokotoba-page #content{
	margin-top:-40px;
}
.eventcalender-page #content{
	margin-top:-20px;
    margin-bottom:10px;
}

#sub_content_wrap{
    width:100%;
}

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

/*-----------------------------------*/
/*　トップメッセージ　*/
#message_room{
    margin:0 0 0px;
/*	position:absolute;*/
}
#top_message{
	display:none;
/*  margin:0px 0px 0px;
	padding:5%;
	text-align:center;
	line-height:170%;*/
}

#top_message h2{
	font-size:160%;
	font-family:'Hiragino Mincho ProN', serif;
	color:#444;
	margin-bottom:20px;
}
#top_message p{
	margin:0px;
	font-size:105%;
	font-family:'Hiragino Mincho ProN', serif;;
	text-align:left;
	padding:0%;
	color:#666;
}
#to_first{
	text-align:center;
	margin:0px 0 30px 0;
}
#to_first img{
	vertical-align:middle;
	margin-top:0px;
}

/* はじめにお読みください　を入れる場合は　#sub_message を消す
#sub_message{
	display:none;
}*/

/*#sub_message p{
	font-size:80%;
	text-align:center;
	padding:5% 0 5% 0;
}
/*-----------------------------------*/
/*-----------------------------------*/
/* fw 最新情報エリア　*/
#fw{
    width:100%;
    padding:0%;
}

/* left -------------------*/
#fw_left{
	float:left;
	width:100%;
	margin:0 auto;
	padding:0;
}
#ad_zone{
	margin:0;
	padding:0% 4%;
}
#now_zone{
	margin:1% 0 0 0;
	padding:0 3%;
	text-align:left;
}

/* 2018.04追加　/*/
/* 338行目の　background　を無効に*/
.news_banner{
	margin:0 auto;
	text-align:center;
}
.news-list-block{
	width:98%;
	margin:0 1% 20px;
	float:none;
	line-height:2.2em;
	text-align:left;
}
.information-list-block{
	width:98%;
	margin:0 1% 30px;
	float:none;
	line-height:2.2em;
	text-align:left;
}
.update_info h3{
 background:#999999;
 color:#ffffff;
 padding-left:10px;
}
.line_style li{
	display:block;
	margin-top:20px;
	padding:0;
	width:100% !important;
}
.line_style li b{
background:#006699 !important;
color: #ffffff !important;
padding:2px;
font-size:90%;
}
#news,#eventcalender,#livecamera{
	float:left;
	margin:0 0 10px;
	padding:0 0.1%;
	width:33.1%/*49.8%*/;
}

/*/ 2018.04*/

/*
#news{
   margin:0 auto;
   padding:0;
   text-align: center;
}
#news ul{
	list-style-type: none;
}
#news ul li{
	float:left;
    width:50%;
    padding:0% 1%;
	margin-bottom:1%;
}

#eventcalender,#livecamera{
	float:left;
	margin:0;
	padding:0% 1%;
	width:50%;
	margin-bottom:1%;
}

#eventcalender ul li{
	float:left;
    width:100%;
    padding:0% 1%;
	margin-bottom:2%;
}
#livecamera img{
	width:100%;
	max-height:178px;
}
*/

/* right ------------------*/
#fw_right{
	width:100%;
	margin:0% auto 0%;
	padding:0 3%;
}
#fw_right ul{
	list-style:none;
	margin:0;
	padding:0;
/*    background:url('../images/bg_sb_oshie.png');
    background-position:right bottom;*/
}
#fw_right ul li{
	float:left;
	margin:0 0 5px;
	padding:0% 1%;
	width:50%;
    vertical-align:bottom;
}
.fw_right_banner_area{
	margin:0px 0 0px;
}

.traffic_area img{
    margin:10px 0 20px;
}
#oshie_pc{
}
#oshie_sm{
	display:none;
}

/* date */
div#clock{
	margin:0px 0 2%;
	padding:2% 3% 2%;
	text-align:center;
	width:auto;
	background-color:#fff;
	border:solid 1px #bbb;
		font-size:160%;
}
div#clock_title{
	text-align:center;
	padding:5px;
	margin:0px 0px 2%;
	font-weight:bold;
	background-color:#eee;
	font-size:80%;
}
div#clock .year{
	font-weight:bold;
	font-size:90%;
}
div#clock .day{
	font-weight:bold;
	font-size:90%;
}
div#clock .yobi{
	font-size:90%;
}

/* oshie slide */
#osie_slide{
	width:100%;
	background-color:#ccc;
	margin:0px 0 0;
	padding:0;
}
.multiple-items{
	max-width:75%;
	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:70%;
	font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",
   serif;
    font-weight: bold;
    padding:2px;
}

/* calendar slide */

#calendar_slide{
/*	width:635px;*/
	width:100%;
	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%;
    margin:0;
}

#mf ul{
	list-style:none;
	margin:0 auto;
	padding:0% 3%;
	text-align:center;
}
#mf ul li{
	float:none;
	display:inline-block;
	margin-bottom:1%;
	width:48%;
	padding:0% 1%;
}

/* df */
#df{
    width:100%;
}

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

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

.df_right ul{
	list-style:none;
	margin:0 0 0 15px;
	padding:0;
	max-width:530px
}
.df_right ul li{
	float:left;
	margin:0;
	padding:0;
	width:47%;
}
.df_right ul li:nth-child(odd){
	margin:0 2% 0% 0%;
}
/*.df_right ul li:nth-child(even){
	margin:0 0% 0% 0%;
}*/

/* gk */
#gk{
     width:100%;
}
#gk ul{
	list-style:none;
	margin:0 auto;
	padding:20px 0 20px;
	border-bottom:1px dotted #ccc;
}
#gk ul li{
	display:inline;
}
#gk ul li img{
	width:86px;
}

/*-------------------------------------------------------------------
  NEWS　リスト　ボックス型 　
-------------------------------------------------------------------*/
.news_archives-page #page_title img{
	width:100%;
}

/* 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{
	width:100%;
	margin:0;
	padding:2.5% 0 0 18%;
	font-size:115%;
	font-weight:bolder;
}
#news_pickup h2{
	width:100%;
	margin:0;
	padding:3% 2% 0 0;
	font-size:85%;
	text-align:right;
}
#news_pickup p{
	float:left;
	margin:0;
	padding:0% 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:44%;
	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:60px;
}
.news_box h2{
	padding:0 4px;
	font-size:85%;
	line-height:130%;
	margin-bottom:8px;
}
.news_box_day{
	bottom:0;
	text-align:right;
	font-size:75%;
	line-height:120%;
	color:#555;
	margin:10px 3px 3px;
}

/* singl_news-page */
.single_news-page .entry{
	margin-top:50px;
}
.single_news{
	width:100%;
}
.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:15%;
	background:url('../images/news_head.png') no-repeat;
	background-position:left top;
}
.single_news-page .news_box_day{
	float:right;
/*	width:25%;*/
}
.single_news-page .entry img{
	margin:10px;
}
.cat5 h4{
	font-size:110%;
	margin:20px 8px 8px 0;
}
.cat5 .news_box{
	margin-left:12px;
}
.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 1%;
    font-size:90%;
}
.previous{
	float:left;
}
.next{
	float:right;
	text-align:right;
}
a .kakko{
	font-size:90%;
	color:#fff;
}

/*-------------------------------------------------------------------
  archives
-------------------------------------------------------------------*/
/* news archives */
#b_news_archives{
	margin-left:5px;
/*	margin-bottom:30px;*/
/*	height:52px;*/
    max-width:92%;
/*	height:auto;*/
}
.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;
    width:75%;
    padding:10px 10px 30px 10px;
    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');*/
	background:url('../images/bg_information_single_title.png');
	margin:0;
	padding:1% 2% 0% 12%;
	width:100%;
	min-height:43px;
/*	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-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:100%;
}
.livecamera_image2{
	margin-top:-50px;
	position:relative;
	border:solid 5px #aaa;
	max-width:100%;
/*	max-width:580px;*/
}
.slideshow_guide{
	padding-left:60px;
	margin:10px 5px 5px 0;
	font-size:85%;
}
.livecamera_content{
	max-width:100%;
	margin-bottom:30px;
}

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

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

/*-------------------------------------------------------------------
  NOW ZONE　 　
-------------------------------------------------------------------*/
/* NowZone用メニュー */
.menu{
	width:100%;
	margin:0 auto;
	padding:6% 2%;
	border-top:dotted 1px #ccc;
	border-bottom:dotted 1px #ccc;
}
.now_zone-page #menu_A{
	margin:0 auto;
	padding:0px 2% 0 6%;
}
.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 auto 0;
	padding:0;
}
.now_zone-page li#doyusha_link_bottom{
	display:block;
	margin:-9px auto 0;
	padding:0;
}
.now_zone-page #menu_E{
	margin:0px auto 0;
	padding:0px 2% 0 6%;
}
.now_zone-page .banner1 li{
	margin:0;
	padding:8px 0;
}
.now_zone-page .banner2{
	margin:8px auto;
	padding:0;
}
.now_zone-page .banner2 img{
	margin:0px auto 8px;
	padding:0;
}

#content .for_pc{
	display:none;
}
#content .for_sp{
	display:block;
	background:#ffe994;
}

.now_zone-page .entry_fm{
	width:100%;
	text-align:left;
}
.now_zone-page .menu_fm{
	width:100%;
	text-align:left;
	padding:0 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:noe;
  width:100%;
  text-align:left;
}
.now_zone-page .menu_fm_ac{
	float:none;
	width:98%;
	text-align:left;
	margin:0 auto;
	padding:0 0px 20px;
}
.menu_fm_ac ul{
	margin:0px;
	border-top:dotted 1px #ccc;
}
.menu_fm_ac ul li{
	padding:5px 0;
	border-bottom:dotted 1px #ccc;
}

.fm_honbun{
	padding:0 20px;
}


/*---------------------------------------------------------
  交通情報ページ　
----------------------------------------------------------- */
.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:98%;
}
.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;
}
.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_s.png);
    width:130px;
    height:28px;
    margin-left:5px;
    margin-bottom:20px;
    text-indent:-5000px;
}
.newer a{
    display:block;
    float:right;
    background:url(../images/b_new_s.png);
    width:130px;
    height:28px;
    margin-right:17px;
    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{
    width:100%;
    text-align:justify;
    padding:0 2% 10% 2%;
    line-height:200%;
    font-size:105%;
}
.oyanokotoba-page .menu{
	width:100%;
	text-align:left;
}
img.flower{
    width:45%;
    height:45%;
    float:right;
    margin-left:20px;
    margin-bottom:20px;
}

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

/*-----------------------------------*/
/* google cal対応   最下部にさらに短いウィンドウ対応を表示*/
/*-----------------------------------*/
.calendar_zone {
  max-width: 480px !important;
  min-width: 200px !important;
  max-height:500px !important;
  min-height:250px !important;
  margin: 2.0833% auto;
  height:500px;
}
.googlecal {
  position: relative !important;
  padding-bottom: 140%; /* 縦横比 */
  height: 0;
  /*overflow: hidden;*/
}
.googlecal iframe,.googlecal object,.googlecal embed {
  position: absolute !important;
  top: 0;
  left: 0;
  width:100% !important;
  height: 100% !important;
}
	iframe[src*="calendar"] {
        width: 435px!important;
        height: 380px!important;
        }

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


/*-------------------------------------------------------------------
　　教え
-------------------------------------------------------------------*/
/*　教え(目次)　*/
.teaching-page h1{
	display:none;
}
.teaching-page h2{
	background:url(../images/bg_bi_title_s.png) no-repeat;
	background-position:center center;
	text-indent:-5000px;
	width:300px;
	height:400px;
	margin:0 auto;
	padding:0;
}

.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;
	text-align:center;
}
#teaching_index img{
	width:300px;
	margin:0px;
}

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


/*-------------------------------------------------------------------
　　教え
-------------------------------------------------------------------*/
/*　教え(目次)　*/
.teaching-page h1{
	display:none;
}
.ti_c,.ti_lr,.ti_lr_l,.ti_lr_r,.ti_l,.ti_r{
	text-align:center;
}

/*　books slide　*/
#books_slide{
	width:100%;
	background-color:#ccc;
	margin:0;
	padding:0 30px;
}
#books_slide .multiple-items{
	max-width:480px;
	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;
	background-color:#fff;
    color:#444;
	font-size:90%;
    font-weight: bold;
    padding:2px;
}

/*　教えのページ　*/
.teach-page #content-wrap,.teaching-page #content-wrap{
	width:100%;
	background-color:#eee;
}
.teach-page .content{
	margin:0 auto;
	max-width:480px;
}
.teach-page .entry{
	width:100%;
	padding:0 0px;
}
.teach-page .entry h1{
	background:url(../images/bg_t_teach.png);
	height:85px;
	max-width:680px;
	font-size:180%;
	font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3″, “Hiragino Mincho ProN”, “HG明朝E”, “メイリオ”, Meiryo, serif;;
	margin:0 auto;
	padding:10px 0 0 0px;
}
.teach-page .entry h2{
	font-size:160%;
	color:#666;
	margin:10px 0 10px 20px;
	text-align:left;
}
.teach-page .entry p{
	margin:0 0px;
	padding:0 20px;
	line-height:230%;
	text-align:left;
}
.teach-page .forsmart{
	float:none !important;
	width:100%;
}
.teach-page .entry .kakomi_maru{
	border:dotted 3px #ccc;
	margin:20px 0px 10px 0px;
	padding:30px;
	line-height:200%;
	text-align:left;
}
.teach-page .menu{
	width:100%;
	text-align:center;
}
.teach-page ul.teach_list{
	margin-top:50px;
	width:100%;
}
.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;
	margin:0 auto;
}

table.motonori{
    width:90%;
    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:90%;
    margin-top:30px;
    margin-bottom:30px;
    margin-left:20px;
}
table.hokori th{
    width:18%;
    vertical-align:top;
    font-weight:600;
    padding:10px 10px 10px 0;
    border-bottom:dotted 1px #ccc;
    text-align:left;
}
table.hokori td{
    vertical-align:top;
    width:82%;
    padding:10px 0px 10px 10px;
    border-bottom:dotted 1px #ccc;
    text-align:left;
}
table.juzen{
    width:94%;
    margin:20px 2%;
    padding:0 20px;
}
table.juzen th{
    width:20%;
    vertical-align:top;
    font-weight:600;
    padding:10px 10px 10px 0;
    border-bottom:dotted 1px #ccc;
    text-align:left;
}
table.juzen td{
    vertical-align:top;
    width:80%;
    padding:10px 0px 10px 10px;
    border-bottom:dotted 1px #ccc;
    text-align:left;
}

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

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

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

/*-------------------------------------------------------------------
/*　はじめにお読みください　
-------------------------------------------------------------------*/
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:90%;
     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:100%;
	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;
}
.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 0px;
	padding:0;
}
.stamem_index_bn img{
	width:288px;
}
.index_1l{
	width:100%;
	margin:0px auto 0;
	padding-top:240px;
}
.index_l{
    margin:0 auto;
}
.index_r{
    margin:0 auto;
}
.index_2l{
	width:100%;
	margin:0 auto;
}
.index_2ln{
	width:100%;
	margin:0 auto;
}
.index_3l{
	margin:0px auto　0;
	padding-top:0px;
	text-align:center;
}

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

.bg_319{
	width:350px;
	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% 1%;
	height:100px;
	background-color:#eee;
}

.stamem-page .entry{
    width:100%;
    text-align:justify;
    padding:0 0 10% 0%;
    line-height:200%;
    font-size:105%;
}
.stamem-page .menu{
	max-width:100%;
	text-align:left;
}

/* 章立てタイトル */
#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;
}

/* bg_stamem_menu */
.otsutomewosuru-page .menu ul {
	background:url(../images/);
}

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

/* 追記型ページ */
/* ページ解説　*/
.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:48%;
	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%;
	clear:both;
}

.series_summary img{
	clear:both;
	width:100%;
}
.inyou{
	text-align:right;
	font-size:90%;
	font-weight:800;
}
.hosoku{
	font-size:80%;
}

@media only screen and (max-width: 500px) {
img.smart-all{
	width:100%;
}
}

/* おぢばの施設　*/
.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 .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:20px;
    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;
    line-height:120%;
    margin-bottom:20px;
}
.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;
}
.sanpai .img_small{
	width:300px;
}
.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:0em;
	margin-bottom:10px;
	padding-left:0px;
}

.sanpainoshikata{
	background-color: #fff;
	margin:20px 0;
	padding:20px;
-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 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;
}
.event_area ul li.page_item{
	float:left;
    display:block;
	width:46%;
	height:60px;
	border:solid 1px #ccc;
	margin:5px;
	padding: 0px 0px 0 0;
	background:url('../images/bg_eventname.png') no-repeat;
 	background-size:100% 100%;
	text-align:left;
    font-size:13px;
	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;
	padding:10px 20px 10px 25px;
    display:block;
}
.event_area ul li.page_item a:hover{
	color:#f00 !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{
     width:100%;
}
.saiten_area li.right{
	width:100%;
	text-align:left;
}
.saiten_area li img{
	width:100%;
}
.saiten_area .right img{
	width:100%;
}
.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;
}
.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 7px #eee;
    border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
    padding:30px;
    background-color:#fff;
    width:95%;
    margin:-20px auto;
/*	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:-10px 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{
	display:none;
}
.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:90%;
    margin-top:30px;
    margin-bottom:30px;
    margin-left:20px;
}
.only-page table th{
    width:18%;
    vertical-align:top;
    font-weight:600;
    padding:10px 10px 10px 0;
    border-bottom:dotted 1px #ccc;
    text-align:left;
}
.only-page table td{
    vertical-align:top;
    width:82%;
    padding:10px 0px 10px 10px;
    border-bottom:dotted 1px #ccc;
    text-align:left;
}

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{
	width:95%;
/*	min-height:293px;*/
	border:solid 1px #ccc;
	padding:10px;
	margin:10px 2% 0 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:98%;
	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{
	background-color: #fff;
	width:100%;
}
.movie_pickup_right{
	width:100%;
	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 20%;
	font-size:115%;
	font-weight:bolder;
}
/*文字のはみ出しを…で表示させる*/
.textoverflow {
  width: 14em;
  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%;
}
.video_wrap {
	width:100%;
}
.movie_new_content:nth-child(n+2) {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 56.25%;
}
/* monie-page */
body.movie-page{
	background:url(../images/bg_movie-page.png) repeat-x;
}
.movie-page .entry{
	margin-top:40px;
}

/* menu */
.movie-page .menu{
	float:left;
	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;
	width:130px;
	margin-top:0px;
	margin-left:10px;
}

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

.older_post>ul>li {
    width: 48%;
    margin: 0 2% 7px;
}

.older_post>ul>li:nth-child(odd) {
    margin-left: 0!important;
    margin-right: 2%!important;
}

.older_post>ul>li:nth-child(even) {
    margin-right: 0!important;
    margin-left: 2%!important;
}

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

.movie_cat-page .movie_list_waku{
	display:none;
}

.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:99%;
}
.movie_cat_box{
}
.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:10px;
    margin-bottom:;
    max-width:98%;
}
.pickup_douga dt{
/*	float:left;*/
	width:100%;
	margin-right:0px;
}
.pickup_douga dt img{
	width:100%;
}
.pickup_douga h4{
	font-weight:bold;
	padding:0px 10px;
}
.pickup_douga p{
	padding:5px 10px 10px;
}


.movie_cat-page #page_title{
	text-align:left;
}
.movie_cat-page #page_title h1{
	font-size:180%;
	font-weight:400;
}
.movie_cat-page #page_title h1 img{
	width:104px;
	padding-right:10px;
	vertical-align:middle;
}
#menu_E>ul>li {
    display: inline-block;
	vertical-align: top;
    width: 47%;
    margin: 0 1% 2%;
}



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

　　出版物

=====================================*/
.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_zoom{
	display:inline-block;
	width:47%;
}
.teikikan_box{
/*  float:left;*/
	margin:5px 5px 15px 0;
	height:;
	padding:0px;
/*	width:45%;*/
    vertical-align:bottom;
}
.teikikan_books{
	background:url(../images/bg_teikikan.png) no-repeat;
	background-position:left bottom;
	max-width:327px;
	height:auto;
	/*height:auto;*/
	margin:0;
	padding:0;
	vertical-align: bottom;
}
.teikikan_books img{
	margin:0px 14% 10px;
/*	padding-bottom:10px;*/
	border:1px solid #bbb;
	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:85%;
	font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3″, “Hiragino Mincho ProN”, “HG明朝E”, “メイリオ”, Meiryo, serif;;
    color:#fff;
    line-height:2.5em;
}
.teikikanko a img{
	width:90%;
	margin:20px 0 0 10px;
}

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

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

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

　　SNS

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

.bg_sns{
	background-color:#3b5998;
	margin-bottom:20px;
}
.sns_top{
	padding:0px 10px;
	margin:0px 0px 0 0px;
}
.sns_top img{
	padding:0px;
	margin:-30px 0px 0 0px;
}
.sns_area{
	margin:0px 10px 20px;
	padding:10px 0 0;
	width:96.25%;
	background-color:#B0C4DE;
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}
.link_facebook{
	margin:0;
/*	margin-right:10px;
	margin-bottom:5px;
	width:100%;*/
}
/* ランキング表示 */
.sns-page .lanking{
	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;
	width:96.25%;
	margin:0 10px;
	padding:5px;
	text-align:center;
	border:solid 10px #3366cc;
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}
.bg_fb,.Facebook_LikeBox{
/*	margin:20px 0;*/
    margin:0;
	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;
}

.fb-like-box{
	max-width:480px;
	min-width:190px !important;
}
.fb_timeline{
/*	display:none;*/
	color:#fff;
	font-size:150%;
	margin:0 0 0 10px;
}

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

　　おやさと百景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:300px;
	margin:-10px 0 20px;
}
.oyasato100-page .entry{
	width:100% !important;
	margin-top:-65px;
	text-align:center;
}
.oyasato100-page .gallery_title{
	display:none;
}
.oyasato100-page .gallery{
	width:100%;
}

/* gallery under */
.gallery_under{
	max-width:480px;
	margin:0 auto;
	padding:20px 20px;
}
.gallery_under_left{
	width:100%;/*336px*/
	margin:0;
	padding:0;
}
.gallery_under_right{
	width:100%;/*614px*/
	text-align:left;
	margin:0;
	padding:0;
}

/* gallery menu */
.oyasato100-page .menu{
    text-align:left;
    border:none;
    margin-top:-10px;
}
.oyasato100-page .menu h4{
    margin:0;
    padding:0;
    border:none;
}
.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{
	display:block;
	margin:0px 0;
	padding:10px 0;
	border-top:dotted 1px #ccc;
}
.oyasato100-page .banner_waku li{
	display:inline;
	margin:0;
	padding:0;
}
.oyasato100-page .banner_waku img{
    width:47%;
    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:480px;
}
.graten2{
	width:480px;
}

.gallery_image img{
    border:solid 1px #ccc;
}

/* gallery under */
.gallery_under{
	width:100%;
	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:50px !important;
}
.landing-page #header02{
    padding-top:10px;
}
.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:3%;
	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:100%;
}
.landing_box_right img.banner{
	float:left;
	margin:0 20px 0 0;
}

/* Retina対応  */
.one_4{
	width:44%;
	margin:20px 1%;
}
.one_2{
	width:94%;
	margin:20px 1%;
}
.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_about img{
	width:50%;
}
.kisokoza_juko_wrap{
	width:100%;
	margin:20px 0;
}
.kisokoza_side_juko {
	margin: 20px auto;
}
.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: 40px auto;
    border: solid 2px;
    border-radius: 5px;
    /* max-width: 280px; */
}
#kisokoza_voice img{
	margin-bottom:0px;
}
.kisokoza_side_googlemap{
    width:100%;
}
.kisokoza_side_googlemap iframe{
	display: block;
	width:100%;
	height: 240px;
}
.kisokoza_side_japan{
	width:100%;
/*	float:left;*/
}
.kisokoza_side_japan img{
	margin-top:-80px;
}
.kisokoza_side_tel{
/*	float:right;*/
	width:100%;
}
.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:-70px;
	margin-left:20px;
	margin-bottom:10px;
    -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;
    margin:0 auto;
}
.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{
	width:100%;
}
.besseki_right{
	width:100%;
}
.besseki_left2{
	width:100%;
}
.besseki_right2{
	width:100%;
}
#landing_harf{
	margin:0px 0;
}
.landing_harf_left{
	width:100%;
}
.landing_harf_right{
	width:100%;
}
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:100%;
    margin-bottom:10px;
}
.michinotomo_qa img.rrr{
	padding-bottom:30px;
    margin-bottom:30px;
    border-bottom:dotted 2px #ccc;
}

/* 人間いきいき通信　*/
.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{
    border-radius:3px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
/*    box-shadow:5px 5px 10px inset;*/
    padding:25px;
    width:100%;
    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:47%;
	margin:30px 3%;
	padding-top:30px;
	font-size:100%;
}
.ikiiki_menu{
	text-align:center;
	margin-top:50px;
}
.ikiiki_menu li{
	display:inline;
}
.ikiiki_menu li img{
	width:206px;
	margin:0px 1%;
}

#newimage{
	float:left;
	width:40%;
	margin:0 3%;
}
#newimage img{
	margin:30px auto 0;
	text-align:center;
    box-shadow:5px 0px 10px;
    box-shadow:0px 5px 10px;
}
#newimage p{
	font-size:90%;
	margin-top:10px;
}
.message_area{
	text-align:left;
	font-size:110%;
	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:#bbb;
	margin:20px auto 0;
	padding:0;
	width:100%;
	height:auto;
}
#footer_id img{
	width:150px;
	margin:0px auto;
	padding:20px;
	text-align:center;
}
.contents_map{
	margin:0 auto;
	width:100%;
	padding:0 0px;
}
ul.big_cl,ul.big_cl2{
	margin:30px 0;
}
ul.big_cl li.big_cl_li{
	display:inline-block;
	width:50%;
	vertical-align:top;
	margin:20px 0;
}
ul.big_cl2 li.big_cl_li{
	display:inline-block;
	width:50%;
	vertical-align:top;
	margin:20px 0;
}
ul.contents_list{
	float:left;
	margin:10px auto;
	padding:0 20px;
/*	width:50%;*/
	text-align:left;
	font-size:90%;
	line-height:2.5em;
}

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

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


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

　　area part

=====================================*/
/*　中央に　半分幅の領域　ラインを入れる箱　*/
.kugiri{
    margin:0 auto;
    padding:0;
    width:50%;
}

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

.oyasama130 #breadcrumb{
	text-align:left !important;
	margin-top:0px;
}
.oyasama130 h1{
    margin-left:0px;
	display:block;
    font-size:180% !important;
	font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",
   serif;
}
.oyasama130 h2{
    margin-left:20px;
	font-size:160%;
	font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",
   serif;
}
.oyasama130 h3{
    margin-left:20px;
	font-size:140%;
}
.oyasama130 h4{
    margin-left:20px;
	font-size:130%;
	margin:0;
}
.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{
    margin:0px auto;
    max-width:1000px;
    text-align:left;
    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:40px;
    font-size:130%;
    line-height:200%;
}
.oyasama130 .oowaku{
	width:100%;
	text-align:center;
}
.oyasama130 .little_box{
	width:100%;
	text-align:left;
}
.oyasama130 .lr_box{
	width:100%;
	text-align:left;
	padding:0 1%;
}


/* =========================
  / oyasama130
========================= */
/* 修養科 smart*/
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;
}

#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_right{
	text-align:center;
}
.syuyoka_left4{
	text-align: center;
}

.syuyoka_photos {
	margin: 0 auto;
	max-width: 240px;
}
.syuyoka_photos2 {
	margin: 0 auto;
	max-width: 205px;
}

.gyoji_photo{
	display:block;
	width:95% !important;
	margin:5px;
/*	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;
}

}

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

　　googleカレンダー対応

=====================================*/
@media screen and (max-width: 400px) {
	iframe[src*="calendar"] {
        width: 350px!important;
        height: 250px!important;
        }
}
@media screen and (max-width: 320px) {
	iframe[src*="calendar"] {
        width: 300px!important;
        height: 250px!important;
        }
}
@media screen and (max-width: 240px) {
	iframe[src*="calendar"] {
        width: 220px!important;
        height: 200px!important;
        }
}
