@charset "utf-8";
/*
 :title "common stylesheet";
 :shortdesc "Common stylesheet for HTML pages of this site";
*/


/* ------------------------------------------------------------------------- */
/* base
/* ------------------------------------------------------------------------- */

*{
	padding: 0px;
	margin: 0px;
}

body{
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
	-webkit-text-size-adjust: 100%;
}

img{
	border: none;
}

a{
	color: #00337a;
	outline: none;
}

/* clearfix */
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
.cf {
	zoom:1;
}


.text{
	float: left;
	width: 100%;
	margin-top: 30px;
	text-align: left;
	overflow: hidden;

}


/* ------------------------------------------------------------------------- */
/* basic
/* ------------------------------------------------------------------------- */

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

/* font */
.mintyou{
	font-family:ＭＳ 明朝;
}
.color_red{
	color: #CE1102;
}
.color_pink{
	color: #FF62B0;
}
.color_green{
	color: #3A7D04;
}


/* table
---------------------------------------------------------- */

table{
	border-collapse: collapse;
	font-size: 100%;
}

table th,td{
	padding: 10px;
	empty-cells: show;
}

table th{
	text-align: center;
}

.basic_table{
	margin: 10px 0;
}

.basic_table th, .basic_table td{
	border: 2px solid #fff;
}

.basic_table th{
	background-color: #C8D5E8;
}

.basic_table td{
	background-color: #F4F4F4;
}


/* list, dl
---------------------------------------------------------- */
/* list */

.text ul{
	margin-left: 1.5em;
}

.text ol{
	margin-left: 2em;
}

.basic_ul{
	list-style-image: url(./image/icon_ul_red.gif);
}

.nonum_ol{
	margin-left: 1em !important;
	list-style: none;
}
.nonum_ol li{
	text-indent: -1em;
}


/* dl */

.text dl{
	margin: 10px 0;
}
.text dl dt{
	font-weight: bold;
	font-size: 15px;
	color: #092C68;
}
.text dl dd{
	margin-bottom: 10px;
}


/* block
---------------------------------------------------------- */

.info,
.focus,
.attention{
	clear: both;
	width: 99%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 15px;
	overflow: hidden;
	margin: 0 1% 10px 0;
}

.info{
	background: #FFFDE6;
	border: #F4DC78 1px solid;
}

.focus{
	background: url(./image/bg_focus.gif) repeat;
}

.attention{
	background: url(./image/bg_attention.gif) repeat;
	color: #ce1102;
	font-weight: bold;
}

.center{
	clear: both;
	width: 100%;
	padding: 10px 0;
	text-align: center;
}

.bikou{
	font-size: 80%;
	line-height: 1.5;
	padding: 10px 0;
}

.kome{
	text-indent: -1em;
	padding-left: 1em;
}
.kome_box{
	text-indent: -1em;
	padding-left: 2em;
}


/* title
---------------------------------------------------------- */

h2{
	float: left;
	width: 60px;
	text-align: left;
}

h3{
	clear: both;
	padding: 3px 0;
	margin: 20px 0 10px;
	border-bottom: 1px solid #ccc;
	font-family:ＭＳ 明朝;
	font-size: 20px;
	line-height: 1.5;
}

h3.first{
	margin-top: 0;
}

h3 span.sub{
	float: right;
	display: inline-block;
	color: #CE1102;
}

h4{
	clear: both;
	padding: 15px 0 0 0;
	font-family:ＭＳ 明朝;
	font-size: 17px;
	color: #092C68;
}


/* link
---------------------------------------------------------- */
.text a{
	text-decoration: none;
}
.text a:hover,
.text a:active{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.text a.go_gaibu{
	background-image: url("./image/icon_gaibu.png");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
}
.text a.go_blank{
	background-image: url("./image/icon_blank.png");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
}
.text a.go_pdf{
	background-image: url("./image/icon_pdf.png");
	background-position: right 1px;
	background-repeat: no-repeat;
	padding-right: 20px;
}


/* btn_link */
.text .btn_link{
	background: #393939;
}
.text .btn_link_gaibu{
	background: #CE1102;
}
.text .btn_link,
.text .btn_link_gaibu{
	clear: both;
	width: auto;
	margin: 10px 0 10px auto;
	text-align: left;
	display: inline;
	float: right;
}
.text .btn_link a,
.text .btn_link_gaibu a{
	display: block;
	background-image: url("./image/icon_arrow_white.png");
	background-position: 15px center;
	background-repeat: no-repeat;
	padding: 5px 20px 5px 35px;
	color: #FFF;
	width: auto;
}

.text .btn_link a[target="_blank"],
.text .btn_link_gaibu a[target="_blank"]{
	background-image: url("./image/icon_arrow_white.png"), url("./image/icon_gaibu_white.png");
	background-position: 15px center, 95% center;
	padding-right: 35px;
}
.text .btn_link a[target="_blank"]{
	background-image: url("./image/icon_arrow_white.png"), url("./image/icon_blank_white.png");
}

.text .btn_link a.go_pdf,
.text .btn_link_gaibu a.go_pdf{
	background-image: url("./image/icon_arrow_white.png"), url("./image/icon_pdf.png");
}


/* menu_group */

ul.menu_group{
	padding: 0px 0 20px;
	overflow: hidden;
}
ul.menu_group li{
	float: left !important;
	list-style: none;
	display: block;
	width: 45% !important;
	min-width: 200px;
	margin: 5px 5% 5px 0 !important;
	text-align: center;
	clear: none !important;
}
ul.menu_group li a{
	display: inline;
}

ul.menu_group_col3 li{
	width: 30% !important;
	margin: 5px 3% 5px 0 !important;
	min-width: 150px;
}

ul.menu_group_season{
	margin: 0px !important;
}
ul.menu_group_season li{
	width: 22% !important;
	margin: 5px 3% 5px 0 !important;
	min-width: 130px;
}


/* pagetop
---------------------------------------------------------- */

#pagetop{
	display: none;
}


		/* 共通
	---------------------------------------------------------- */

	/* pager */
	.pager{
		clear: both;
		float: right;
		width: 600px;
		margin-top: 10px;
		padding: 5px;
		text-align: center;
		background: #F4F4F4;
		font-family:ＭＳ 明朝;
		font-weight: bold;
		position: relative;
	}
	.pager a{
		color: #333;
		display: inline-block;
		padding: 2px 10px;
		margin: 0 3px;
		text-decoration: none;
	}

	.pager a:hover{
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}

	.pager a.current{
		background-color: #C8D5E8;
	}

	.pager a.prev{
		float: left;
	}
	.pager a.prev:before{
		content: "← ";
	}
	.pager a.next{
		float: right;
	}
	.pager a.next:after{
		content: " →";
	}
	.pager a.list{
		width: 5em;
		position: absolute;
		left: 42%;
	}



/* ------------------------------------------------------- */
/* 投稿データ
---------------------------------------------------------- */

.post_data p{
	padding: 0px 0px 10px;
}

.post_data h3{
	margin-bottom: 2em;
}

.post_data h3 span.date{
	padding-top: 2.5em;
	display: block;
	float: right;
	font-size: 15px;
	font-weight: bold;
	color: #CE1102;
}

/* table */
.post_data table{
	margin: 10px 0;
}

.post_data table th,
.post_data table td{
	border: 2px solid #fff;
}

.post_data table th{
	background-color: #C8D5E8;
}

.post_data table td{
	background-color: #F4F4F4;
}

/* ul, ol */

.post_data ul{
	margin: 5px 0;
	margin-left: 1.2em;
}

.post_data ol{
	margin: 5px 0;
	margin-left: 1.7em;
}


/* --------------------------------------------------------------------------- */
/* 
/* PC用のスタイル (min-width: 741px)
/* 
/* --------------------------------------------------------------------------- */
@media all and (min-width: 741px) {

	/* ------------------------------------------------------------------------- */
	/* layout
	/* ------------------------------------------------------------------------- */
	
	body{
		min-width: 980px;
	}

	#all{
		float: left;
		width: 100%;
		height: 1000px;
		margin-top: 120px;
		font-size: 14px;
		line-height: 1.8em;
		color: #333;
	}

	#bg_container{
		display: block;
		margin: auto;
		position: absolute;
		top: 30px;
		margin-left: -500px;
		z-index: -999;
		overflow: hidden;
	}



	/* header
	---------------------------------------------------------- */
	#header{
		position: absolute;
		top: 0;
		height: 120px;
		width: 100%;
		background-color: #fff;
		opacity: 0.9;
		filter: alpha(opacity=90);
		-ms-filter: "alpha( opacity=90 )";
	}

	#header_in{
		width: 980px;
		margin: auto;
		text-align: left;
	}


	/* logo */

	#logo{
		display: block;
		width: 380px;
		height: 50px;
		float:left;
		margin: 10px 0;
		background-image: url(./image/logo.png);
		text-indent: -9999px;
		outline: none;
	}


	/* head_lang */

	#head_lang{
		display: block;
		width: 300px;
		padding: 15px 0 0 50px;
		float: left;
	}

	#head_lang a{
		display: inline-block;
		width: 66px;
		height: 43px;
		outline: none;
		background: #F3ECEC;
		text-indent: -9999px;
	}
	#head_lang a#ja{
		background-image: url(./image/btn_lang_jp.png);
	}
	#head_lang a#en{
		background-image: url(./image/btn_lang_en.png);
	}
	#head_lang a:hover,
	#head_lang a.current{
		background: #C60000;
	}
	
	
	/* head_menu */

	#head_menu{
		display: block;
		width: 150px;
		float: right;
		
	}

	#head_menu a{
		display: block;
		height: 20px;
		background-image: url(./image/btn_header_link_access.gif);
		text-indent: -9999px;
		outline: none;
	}

	#head_menu a:hover{
		opacity: 0.8;
		filter: alpha(opacity=80);
		-ms-filter: "alpha( opacity=80 )";
	}


	/* global_menu */

	#global_menu{
		float: left;
		width: 100%;
		border-bottom: 4px solid #CE1102;
		position: absolute;
		top: 80px;
		margin-bottom: 20px;
		opacity: 1.0;
		filter: alpha(opacity=100);
		-ms-filter: "alpha( opacity=100 )";
		}

	#global_menu_in{
		width: 980px;
		margin: auto;
	}

	#global_menu .section{
		float: left;
	}

	#global_menu .title{
		cursor: pointer;
		}

	#global_menu .title a{
		display: block;
		margin: 0 10px;
		height: 40px;
		background-image: url(./image/global_menu_cl.png);
		text-indent: -9999px;
		outline: none;
	}

	#global_menu .title .current{
		background-image: url(./image/global_menu_op.png);
	}

	#global_menu .title .about{
		width: 165px;
		background-position: left center;
	}

	#global_menu .title .sanpai{
		width: 100px;
		background-position: -190px center;
	}

	#global_menu .title .event{
		width: 70px;
		background-position: -315px center;
	}

	#global_menu .title .prayer{
		width: 110px;
		background-position: -410px center;
	}
	#global_menu .title .online{
		width: 130px;
		background-position: -550px center;
	}
	#global_menu .title .channel{
		width: 120px;
		background-position: -705px center;
	}
	#global_menu .title .otakiage{
		width: 130px;
		background-position: -850px center;
	}
	
	#global_menu .detail{
		width: 100%;
		position: absolute;
		top: 40px;
		left: 0;
		background-color: #CE1102;
	}

	#global_menu ul{
		width: 980px;
		margin: auto;
		list-style: none;
		text-align: left;
		}

	#global_menu li{
		display: inline-block;
		float: left;
		margin-left: 30px;
		margin-bottom: 1px;
		font-size: 18px;
		font-family:ＭＳ 明朝;
		}

	#global_menu ul a{
		padding: 3px 10px;
		color: #fff;
		text-indent: 5px;
		line-height: 40px;
		text-decoration: none;
		border: 1px solid #e78881;
		}

	#global_menu ul .all{
		margin-right: 15px;
		padding-right: 20px;
		background-image: url(./image/icon_arrow_white.png);
		background-repeat: no-repeat;
		background-position: right center;
	}

	#global_menu ul .all a{
		border: none;
	}

	#global_menu ul a:hover{
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
		}


	#global_menu .section p,
	#global_menu .section, #global_menu .detail {
		margin: auto 0px;
		}




	/* container
	---------------------------------------------------------- */

	#container{
		width: 980px;
		min-height: 1200px;
		margin: auto;
	}

	#container.top{
		min-height: 1000px;
	}

	/* img_main */

	#container_main{
		float: left;
		height: 180px;
		width: 100%;
		background-repeat: repeat-x;
		background-position: center;
		text-align: left;
		text-indent: -9999px;
	}
	
	
	/* primary
	---------------------------------------------------------- */

	#primary{
		width: 680px;
		float: right;
	}


	/* breadline
	---------------------------------------------------------- */

	#breadline ul{
		padding: 10px 0;
		padding-left: 86px;
		text-align: left;
	}
	#breadline ul li{
		list-style: none;
		display: inline;
	}
	#breadline ul li:first-child{
		padding-left: 0;
	}
	#breadline a{
		padding-right: 0.5em;
		font-weight: 100;
		text-decoration: none;
	}
	#breadline a:after{
		padding-left: 1em;
		content:"＞";
	}
	#breadline a:hover{
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}


	/* footer
	---------------------------------------------------------- */

	#footer{
		float: left;
		width: 100%;
		margin-top: 50px;
		background-image: url(./image/bg_footer.gif);
		color: #fff;
	}

	#footer_menu{
		float: left;
		width: 100%;
		height: 32px;
		background-image: url(./image/bg_footer_menu.gif);
	}

	#footer_menu_in{
		width: 980px;
		margin: auto;
		list-style: none;
	}



	#footer_menu_in li{
		float: left;
		display: inline-block;
		margin-right: 40px;
		padding: 5px 0;
	}

	#footer_menu_in li a{
		display: inline-block;
		padding-left: 15px;
		background-image: url(./image/icon_arrow_white.png);
		background-position: left center;
		background-repeat: no-repeat;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
	}

	#footer_menu_in li a:hover{
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
		}

	#footer img{
		margin: 10px 0;
	}

	address{
		float: left;
		width: 100%;
		margin-top: 20px;
		padding-bottom: 5px;
		border-bottom: 3px solid #CE1102;
		font-style: normal;
		font-size: 11px;
		color: #CE1102;
	}


	/* ------------------------------------------------------------------------- */
	/* basic
	/* ------------------------------------------------------------------------- */


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

	.text .text_data{
		float: right;
		width: 600px;
		padding-bottom: 30px;
	}
	
	.text_data img{
		max-width: 100%;
		height: auto;
	}
	
	div.center img{
		margin: auto;
	}


	/* image
	---------------------------------------------------------- */

	.img_left{
		float: left;
		margin: 0 15px 15px 0;
	}
	.img_right{
		float: right;
		margin: 0 0px 15px 15px;
	}
	.img_center{
		display:block;
		margin: 0 auto 15px auto;
	}


	/* other
	---------------------------------------------------------- */

	/* pagetop */

	.pagetop a{
		display: block;
		width: 30px;
		height: 195px;
		position: fixed;
		right: 0;
		bottom: 230px;
		background-image: url(./image/btn_pagetop.gif);
		text-align: left;
		text-indent: -9999px;
		outline: none;
	}


	/* ------------------------------------------------------------------------- */
	/* top
	/* ------------------------------------------------------------------------- */

	#img_main{
		position: absolute;
		top: 0;
		width: 100%;
		height: 650px;
		background-position: center;
		}

	#img_main p{
		height: 650px;
		width: 980px;
		margin: auto;
		background-repeat: no-repeat;
		background-position: bottom right;
		text-indent: -9999px;
	}
	
	#top #all{
		margin-top: 650px;
	}

	#top #primary{
		width: 100%;
		float: left;
	}

	#bg_top{
		display: block;
		clear: both;
		position: absolute;
		margin-left: -960px;
		z-index: -999;
	}


	/* top_news 
	---------------------------------------------------------- */

	#top_news{
		padding: 20px 0;
	}

	#top_news dl{
		float: left;
		width: 100%;
		}


	#top_news dt{
		float: left;
		width: 180px;
		margin-left: 190px;
		text-align: left;
	}

	#top_news dd{
		background-image: url(./image/bg_top_tit_news.gif), url(./image/bg_top_tit_news_base.gif);
		background-repeat: no-repeat, repeat-y;
		background-position: left top, left bottom;
		padding-left: 20px;
	}
	#top_news dt img{
		margin: 25px 0 10px 0;
		}

	#top_news dt a{
		display: inline-block;
		padding: 0 30px;
		margin-bottom: 25px;
		background-color: #ce1102;
		background-image: url(./image/icon_arrow_white.png);
		background-repeat: no-repeat;
		background-position: 10px center;
		color: #fff;
		text-decoration: none;
	}

	#top_news dt a:hover{
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}

	#top_news dd{
		float: left;
		width: 550px;
		margin-left: 15px;
	}

	#top_news ul{
		margin: 15px 0;
		list-style: none;
		text-align: left;
	}

	#top_news ul li{
		border-bottom: 1px dashed #bfbfbf;
		padding: 5px 0;
	}

	#top_news dd span{
		padding: 0 10px;
		margin-right: 10px;
		background-color: #606060;
		color: #fff;
	}

	#top_news dd a{
		color: #333;
		text-decoration: none;
	}

	#top_news dd a:hover{
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}

	#top_news dd .new{
		display: inline-block;
		padding-right: 30px;
		background-image: url(./image/icon_new.png);
		background-repeat: no-repeat;
		background-position: right;
		
	}

	
	/* bnr_top 
	---------------------------------------------------------- */
	#bnr_top{
		width: 100%;
		clear: both;
		padding: 40px 0;
	}
	#bnr_top a{
		display: block;
	}
	#bnr_top a:hover{
		opacity: 0.7;
		transition: 0.3s;
	}
	#bnr_top a + a{
		margin-top: 30px;
	}
	#bnr_top img{
		width: 100%;
	}
	

	/* bn_top 
	---------------------------------------------------------- */

	#bn_top{
		float: left;
		width: 100%;
		padding-top: 20px;
	}

	#bn_top dl{
		float: left;
		text-align: left;
		margin: 18px;
	}
	

	#bn_top dl dt{ 
		width: 290px; 
		height: 205px; 
	} 

	#bn_top .about dt{ 
		width: 945px; 
		height: 235px; 
	}
	#bn_top dl dt{ 
		width: 290px; 
		height: 205px; 
		position: relative;
	} 
	#bn_top dl dt img{ 
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all  0.5s ease-in-out;
		outline: none;
	}
	#bn_top dl dt img.bn_top_on{
		opacity: 0;
		filter:alpha(opacity=0);
	}
	#bn_top dl dt:hover img.bn_top_on{
		opacity: 1;
		filter:alpha(opacity=1);
	}

}


/* --------------------------------------------------------------------------- */
/* 
/* SP用のスタイル (max-width: 740px)
/* 
/* --------------------------------------------------------------------------- */
@media all and (max-width: 740px) {
	
	/* ------------------------------------------------------------------------- */
	/* layout
	/* ------------------------------------------------------------------------- */
	
	body{
		min-width: 320px;
	}
	
	#all{
		width: 100%;
		font-size: 14px;
		line-height: 1.8em;
		color: #333;
	}
	
	
	/* header
	---------------------------------------------------------- */

	#header{
		position: absolute;
		top: 0;
		padding-top: 35px;
		height: 70px;
		width: 100%;
		min-width: 320px;
		background-color: #fff;
		opacity: 0.9;
		filter: alpha(opacity=90);
		-ms-filter: "alpha( opacity=90 )";
	}

	#header_in{
		margin: auto;
		text-align: left;
	}


	/* logo */

	#logo{
		display: block;
		width: 225px;
		height: 50px;
		float:left;
		margin: 10px 0;
		background-image: url(./image/logo.png);
		background-repeat: no-repeat;
		text-indent: -9999px;
		outline: none;
	}


	/* head_lang */

	#head_lang{
		display: block;
		width: 138px;
		height: 28px;
		margin-top: -3px;
		margin-right: 0;
		float: right;
		top: 0;
		right: 0;
		position: absolute;
	}

	#head_lang a{
		display: block;
		float: left;
		width: 66px;
		height: 28px;
		margin-left: 3px;
		outline: none;
		background: #F3ECEC;
		text-indent: -9999px;
	}
	#head_lang a#ja{
		background-image: url(./image/btn_lang_jp.png);
	}
	#head_lang a#en{
		background-image: url(./image/btn_lang_en.png);
	}
	#head_lang a.current{
		background: #C60000;
	}
	
	
	/* head_menu */

	#head_menu{
		display: block;
		width: 45px;
		float: right;
		margin: 10px;
		
	}

	#head_menu a{
		display: block;
		height: 45px;
		background-image: url(./image/btn_header_link_access_sp.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 80%;
		border: 3px solid #CF0800;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		text-indent: -9999px;
		outline: none;
	}

	#head_menu a:hover{
		opacity: 0.8;
		filter: alpha(opacity=80);
		-ms-filter: "alpha( opacity=80 )";
	}

	
	/* global_menu */

	#global_menu{
		float: left;
		width: 100%;
		margin-top: 105px;
		border-bottom: 4px solid #CE1102;
		margin-bottom: 20px;
		opacity: 1.0;
		filter: alpha(opacity=100);
		-ms-filter: "alpha( opacity=100 )";
		}


	#global_menu .section{
		float: left;
		width: 100%;
		text-align: left;
		text-indent: 20px;
	}

	#global_menu .title{
		cursor: pointer;
		}

	#global_menu .title a{
		display: block;
		line-height: 50px;
		border-bottom: 1px solid #fff;
		outline: none;
		background-color: #CE1102;
		color: #fff;
		text-decoration: none;
	}

	#global_menu .detail{
		width: 100%;
		background-color: #3A3A3A;
		position: absolute;
		left: 0;
	}

	#global_menu ul{
		width: 100%;
		margin: auto;
		list-style: none;
		text-align: left;
		}

	#global_menu li{
		font-size: 18px;
		font-family:ＭＳ 明朝;
		}

	#global_menu ul a{
		display: block;
		color: #fff;
		text-indent: 5px;
		line-height: 40px;
		text-decoration: none;
		border-bottom: 1px solid #fff;
		}

	#global_menu ul .all{
		background-repeat: no-repeat;
		background-position: right center;
		background-color: #131313;
		border-bottom: 1px solid #fff;
	}

	#global_menu ul .all a{
		border: none;
	}

	#global_menu ul a:hover{
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
		}


	#global_menu .section p,
	#global_menu .section, #global_menu .detail {
		margin: auto 0px;
		}
	
	
	/* primary
	---------------------------------------------------------- */

	#primary{
		float: left;
		width: 100%;
		padding-bottom: 20px;
	}

	/* breadline
	---------------------------------------------------------- */
	#breadline{
		display: none;
	}

	/* footer
	---------------------------------------------------------- */

	#footer{
		float: left;
		width: 100%;
		background-image: url(./image/bg_footer.gif);
		color: #fff;
	}

	#footer_menu{
		float: left;
		width: 100%;
		height: 32px;
		background-image: url(./image/bg_footer_menu.gif);
	}

	#footer_menu_in{
		margin: auto;
		list-style: none;
		display: none;
	}

	#footer img{
		margin: 10px 0;
	}

	address{
		float: left;
		width: 100%;
		margin-top: 20px;
		padding-bottom: 5px;
		border-bottom: 3px solid #CE1102;
		font-style: normal;
		font-size: 11px;
		color: #CE1102;
	}
	
	
	/* pager
	---------------------------------------------------------- */
	.pager{
		margin-top: 30px;
		width: 83%;
		padding: 5px 0;
		font-size: 85%;
	}
	.pager a{
		padding: 2px 7px;
		margin: 0;
	}
	
	
	/* ------------------------------------------------------------------------- */
	/* top
	/* ------------------------------------------------------------------------- */
	#top #global_menu{
		margin-top: 0;
	}
	
	
	#img_main{
		width: 100%;
		height: 250px;
		background-size: cover;
		text-indent: -9999px;
	}
	
	#bnr_top{
		clear: both;
		padding: 20px 0;
	}
	#bnr_top a{
		display: block;
	}
	#bnr_top a + a{
		margin-top: 15px;
	}
	#bnr_top a img{
		width: 100%;
	}
		
	#bg_top{
		display: none;
	}
	
	#bn_top{
		display: none;
	}
	
	#top_news{
		float: left;
		width: 100%;
		padding-top: 20px;
		text-align: left;
	}
	
	#top_news dt{
		border-bottom: 3px solid #CE1102;
	}
	
	#top_news dt a{
		float: right;
		display: inline-block;
		background-color: #131313;
		margin: 5px;
		padding: 5px 10px;
		color: #fff;
		text-decoration: none;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		font-size: 80%;
	}
	
	#top_news dd a{
		margin: 0 5px;
		display: block;
		color: #333;
		text-decoration: none;
	}
	#top_news li{
		padding: 10px 0;
		border-bottom: 1px dashed #aaa;
	}
	
	#top_news li span{
		padding: 0 10px;
		margin: 0 5px 5px;
		display: inline-block;
		width: 7em;
		color: #fff;
		background-color: #606060;
	}
	
	#top_news li .new{
		display: block;
		padding-right: 20px;
		margin-right: 20px;
		background-image: url(./image/icon_new.png);
		background-repeat: no-repeat;
		background-position: 98% 1px;
	}
}




/* --------------------------------------------------------------------------- */
/* 2nd
/* --------------------------------------------------------------------------- */

/* 共通
---------------------------------------------------------- */

/* 写真表示部分 */
.photo_box{
	text-align: left;
}
.photo_box img{
	margin: 1px 3px;
}


/* ボックスリスト（PC:2列） */
.ul_box_2col{
	margin: 0px !important;
}
.ul_box_2col li{
	display: inline-block;
	width: 49%;
	min-width: 150px;
	padding: 10px 8px 10px;
	box-sizing: border-box;
	list-style: none;
	vertical-align: top;
}
.ul_box_2col li p.title{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #092c68;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
.ul_box_2col li img{
	width: 100%;
}

/* ボックスリスト（PC:3列） */
.ul_box_3col{
	margin: 0px !important;
}
.ul_box_3col li{
	float: left;
	width: 33%;
	min-width: 150px;
	padding: 5px 10px 10px;
	box-sizing: border-box;
	list-style: none;
}
.ul_box_3col li img{
	width: 100%;
}


/* list用 */

.pager_list a.prev{
	float: none;
}
.pager_list a.next{
	float: none;
}


/* ------------------------------------------------------- */
/* 祐徳稲荷神社について
---------------------------------------------------------- */

.ul_season_photo{
	margin: 0 0 0 5px !important;
}

.ul_season_photo li{
	display: inline-block;
	vertical-align: top;
	list-style: none;
	width: 190px;
	margin-bottom: 10px;
	padding: 5px 5px 5px 0;
}
.ul_season_photo p{
	font-size: 12px;
}
.ul_season_photo p.title{
	color: #092c68;
	font-size: 15px;
	font-weight: bold;
}
.ul_season_photo dl{
	margin: 0;
}
.ul_season_photo dt,
.ul_season_photo dd{
	font-size: 12px !important;
	display: inline-block;
	vertical-align: top;
	line-height: 1.2;
}
.ul_season_photo dt{
	width: 50px;
}
.ul_season_photo dd{
	width: 130px;
}

.dl_season_info{
	width: 100%;
	margin: 10px 0 0 !important;
}
.dl_season_info dt,
.dl_season_info dd{
	display: inline-block;
	vertical-align: top;
}
.dl_season_info dt{
	width: 20%;
	font-weight: bold;
	color: #092c68 !important;
}
.dl_season_info dd{
	width: 78%;
}

.ul_flow{
	margin: 0px !important;
}
.ul_flow h4{
	font-size: 16px;
}
.ul_flow li{
	list-style: none;
	padding-bottom: 40px;
	background: url(./image/icon_arrow_down.png) center bottom no-repeat;
}
.ul_flow li:last-child{
	background: none;
}
.ul_flow li p{
	background: #ccc;
	padding: 10px;
	overflow: hidden;
}

.table_history th{
	width: 8em;
}

.ul_wedding_ohoto li{
	padding: 5px 10px;
}

/* access & link
--------------------------- */
iframe.map{
	width: 600px;
	height: 400px;
	visibility: visible;
}

ul.link_list{
	list-style: none;
}

ul.link_list li{
	width: 160px;
	height: 8em;
	float: left;
	text-align: left;
	line-height: 1.5;
	border-bottom: 2px #D3CECF dotted;
	padding: 20px 5px 0;
	margin: 0 10px;
}
ul.link_list li img{
	display: block;
	margin: 0 auto 10px 0;
}


.table_museum th{
}
.table_museum td{
	text-align: right;
	width: 5em;
}


.table_museum_schedule{
	width: 100%;
}

.table_museum_schedule th{
	display: block;
	width: 100%;
	text-align: left;
	font-weight: normal !important;
	color: #333 !important;
	background-color: #eee;
	padding: 5px 10px;
}
.table_museum_schedule td{
	display: block;
	width: 100%;
	padding: 0 5px 20px 5px;
	box-sizing: border-box;
}
.table_museum_schedule td h4{
	padding-bottom: 5px;
	display: inline-block;
}
.table_museum_schedule td .img_right{
	margin-top: 10px;
}

.table_museum_schedule td .img_left{
	margin-top: 10px;
}


/* ------------------------------------------------------- */
/* 参拝のご案内
---------------------------------------------------------- */

/* 境内のご案内
--------------------------- */
.ul_keidai{
	margin: 10px 0 0 !important;
}
.ul_keidai li{
	list-style: none;
}
.ul_keidai li a{
	display: block;
	margin: 0 1% 10px;
	padding: 5px 0;
	width: 48%;
	min-width: 200px;
	float: left;
	text-align: center;
	background: #333 url(./image/icon_arrow_white.png) no-repeat 5px center;
	color: #fff;
}


/* 祭神
--------------------------- */
.txt_saishin{
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 150%;
	color: #092c68;
	margin-bottom: 40px;
}
.table_saishin{
	width: 100%;
	max-width: 400px;
	font-size: 120%;
	margin: 0 auto 30px;
}
.table_saishin td{
	text-align: center;
}


/* ------------------------------------------------------- */
/* 神社行事
---------------------------------------------------------- */

/* 年中行事
--------------------------- */

.annual h3{
	padding: 20px 0 30px;
	border-bottom: none;
}
.annual_detail h3{
	padding: 20px 0 10px;
	border-bottom: none;
}

.annual_detail h3:first-child{
	margin-top: 0px;
}
.annual h4{
	clear: both;
	padding: 0;
	margin: 0px 0 10px 0px;
	font-family:ＭＳ 明朝;
	font-size: 20px;
	line-height: 1.5;
	float: left;
	width: 7.5em;
}
.annual > div{
	margin: 0px 0px 10px 10px;
	padding: 0px 0 10px;
	overflow: hidden;
	border-bottom: 2px dotted #CE1102;
}
.annual_detail > div{
	overflow: hidden;
}
.annual ul{
	width: 100%;
	max-width: 260px;
	float: right;
}
.annual ul li{
	width: 100%;
	min-width: 250px;
	box-sizing: border-box;
	display: block;
	list-style: none;
	margin: 3px;
}
.annual ul li a span{
	display: inline-block;
	margin-left: 1em;
	text-align: left;
	font-size: 90%;
	font-weight: normal;
	color: #ce1102;
}
.annual ul li a span:before {content: "[";}
.annual ul li a span:after  {content: "]";}

.annual ul li a{
	display: block;
	box-sizing: border-box;
	padding: 3px 20px 3px 10px;
	font-weight: bold;
	border-bottom: 1px solid #dfdfdf;
	background: url(./image/icon_arrow_lgray.png) 98% 10px no-repeat;
}
.annual ul li a:hover{
	background: #dfdfdf url(./image/icon_arrow_white.png) 98% 10px no-repeat;
}

.table_life{
	clear: both;
}
.table_life th{
	width: 9em;
}

.table_calendar{
	width: 99%;
	margin-right: 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.table_calendar td,
.table_calendar th{
	padding: 10px 5px;
	text-align: center;
}
.table_iwaidoshi td{
	width: 13%;
	padding: 10px 8px;
}


/* ------------------------------------------------------- */
/* ご祈願について
---------------------------------------------------------- */

.table_prayer th{
	min-width: 9em;
}

/* 大祓
--------------------------- */
.ooharai_tejun{
	padding: 15px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	width: 100%;
	max-width: 400px;
	float: right;
	box-sizing: border-box;
}


/* ------------------------------------------------------- */
/* 祐徳チャンネル
---------------------------------------------------------- */

#channel{
	text-align: center;
}

#channel iframe{
	width: 560px;
	height: 315px;
}

#channel p.title{
	clear: both;
	text-align: center;
	padding: 0px;
	margin: 5px 0 30px;
	font-family:ＭＳ 明朝;
	font-size: 16px;
	color: #092C68;
	font-weight: bold;
}
	

/* ------------------------------------------------------- */
/* お問い合せ
---------------------------------------------------------- */

.contact_box{
	display: block;
	width: 100%;
	max-width: 200px;
	height: 380px;
	margin: 0 15px 10px;
	padding: 10px 20px;
	border: 1px solid #CCCCCC;
	float: left;
}
.contact_box img{
	width: 100%;
	max-width: 260px;
}
.contact_box h3{
	border-bottom: none;
}
.contact_telno{
	color: #CE1102;
	font-weight: bold;
	font-size: 24px;
}
	

/* form
---------------------------------------------------------- */
#form{
	padding: 0px;
}

#form p{
	padding: 10px 0 !important;
}

#form img{
	margin: 10px auto !important;
}

#form span.hissu{
	display: inline-block;
	width: 25px;
	text-indent: -9999px;
	background-image: url(./image/icon_hissu.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}


#form table{
	width: 100%;
	margin: 10px 0;
}
#form table th{
	text-align: left;
	width: 11em;
}

#form table .bikou{
	display: block;
	font-size: 85%;
}
#form table th.hissu{
	background-image: url(./image/icon_hissu.png);
	background-repeat: no-repeat;
	background-position: 10.5em;
}

#form .form_btn{
	display: block;
	text-align: center;
}

#form .form_btn form{
	display: inline;
}
	
#form .form_btn input{
	width: 150px;
	height: 35px;
	margin: 10px 5px;
}

input[type="submit"], input[type="reset"], input[type="button"] {
	background: #ccc;
	border: 1px solid #999;
	border-radius: 3px;
	line-height: 1.5;
	padding: 3px 10px;
	-webkit-appearance: none;
}

#form input[type="text"], input[type="checkbox"]{
	height: 20px;
	line-height: 1em;
}
	
#form input[type="text"], textarea {
	background: none repeat scroll 0 0 #FCFCFC;
	border: 1px solid #D4D4D7;
	border-radius: 3px;
	color: #555555;
	font-size: 100%;
	padding: 1px 5px;
	vertical-align: middle;
}

#form input{
	vertical-align: middle;
	margin: 3px 0px;
}

#form textarea{
	margin: 3px 3px;
	height: auto;
	line-height: 1.5;
}

#form label{
	margin-right: 30px;
}

#form label input{
	margin: 2px 5px 3px 3px !important;
	width: auto;
}

#form .err{
	background-color: #FFDFDF;
	margin: 20px 0;
}

#form span.err_text{
	display: block;
	color: #ce1102;
	font-weight: bold;
	margin-top: 5px;
	font-size: 100%;
	text-indent: 0em;
}

#form .none_table{
	display: none;
}


/* ------------------------------------------------------------------------- */
/* 2nd（PC固有）
/* ------------------------------------------------------------------------- */
@media all and (min-width: 741px) {
	
	/* main image (2nd)
	---------------------------------------------------------- */

	.news .img_main{
		background-image: url(./image/news/img_main.jpg);
	}
	.about .img_main{
		background-image: url(./image/about/img_main.jpg);
	}
	.sanpai .img_main{ /* 参拝 */
		background-image: url(./image/sanpai/img_main.jpg);
	}
	.prayer .img_main{ /* 祈願 */
		background-image: url(./image/prayer/img_main.jpg);
	}
	.event .img_main{
		background-image: url(./image/event/img_main.jpg);
	}
	.channel .img_main{
		background-image: url(./image/channel/img_main.jpg);
	}
	.wedding .img_main{
		background-image: url(./image/wedding/img_main.jpg);
	}
	.access .img_main{
		background-image: url(./image/access/img_main.jpg);
	}
	.contact .img_main{
		background-image: url(./image/contact/img_main.jpg);
	}


	/* news 
	---------------------------------------------------------- */

	#news{
		padding: 0px 0 20px;
	}

	#news ul{
		width: 100%;
		margin: 15px 0;
		list-style: none;
		text-align: left;
	}

	#news ul li{
		display: block;
		border-bottom: 1px dashed #bfbfbf;
		padding: 5px 0;
		overflow: hidden;
	}

	#news ul li span{
		padding: 0 10px;
		margin: 0 10px;
		background-color: #606060;
		color: #fff;
		display: block;
		float: left;
		width: 100px;
	}

	#news ul li a{
		display: block;
		float: left;
		color: #333;
		text-decoration: none;
	}

	#news ul li a:hover{
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}

	#news ul li .new{
		display: inline-block;
		padding-right: 30px;
		background-image: url(./image/icon_new.png);
		background-repeat: no-repeat;
		background-position: right 1px;
		
	}
}

/* ------------------------------------------------------------------------- */
/* 2nd（SP調整）
/* ------------------------------------------------------------------------- */
@media all and (max-width: 740px) {

	/* main image (2nd)
	---------------------------------------------------------- */
	
	.img_main{
		display: none;
	}
	

	/* 共通
	---------------------------------------------------------- */
	
	#bg_container{
		display: none;
	}
	
	.text_data{
		width: 83%;
		float: right;
	}
	
	.text_data img{
		max-width: 100%;
		height: auto;
	}
	
	.text_data iframe{
		max-width: 100% !important;
	}
	
	div.center img{
		margin: auto;
	}
	
	
	/* link
	---------------------------------------------------------- */

	/* btn_link */
	.text .btn_link,
	.text .btn_link_gaibu{
		margin: 10px 10px 10px 10px;
		display: block;
	}
	.text .btn_link a,
	.text .btn_link_gaibu a{
		display: block;
		padding: 10px 20px 10px 35px;
		color: #FFF;
		width: auto;
	}
	
	/* btn_group */

	div.menu_group{
		display: block;
		width: 100%;
		margin: 0;
	}
	div.menu_group .btn_link{
		clear: both;
		display: block;
		float: none;
		background-color:  #092C68;
		background-image: url("./image/icon_arrow_white_down.png");
		margin: 0;
		padding: 0;
	}
	
	
	/* title
	---------------------------------------------------------- */

	h2{
		width: 15%;
		text-align: center;
	}
	
	h2 img{
		width: 80%;
		max-width: 53px;
	}


	/* image
	---------------------------------------------------------- */

	.img_left{
		float: none;
		display: block;
		margin: 0 auto 15px;
	}
	.img_right{
		float: none;
		display: block;
		margin: 0 auto 15px;
	}


	/* other
	---------------------------------------------------------- */

	/* pagetop */

	.pagetop a{
		display: block;
		padding: 15px 0;
		width: 100%;
		clear: both;
		background-color: #CE1102;
		color: #fff;
		outline: none;
		text-decoration: none;
	}
	
	.pagetop a:after {
		content:"　▲"
	}
	
	
	/* ボックスリスト（SP:1列） */
	
	.ul_box_2col li{
		min-width: 200px;
		padding: 10px 5px;
	}
	.ul_box_3col li{
		width: 50%;;
		min-width: 0;
		padding: 3px 5px 0px;
	}
	.ul_box_2col li img,
	.ul_box_3col li img{
		width: auto;
	}

	
	
	/* ------------------------------------------------------- */
	/* news 
	---------------------------------------------------------- */

	#news ul{
		width: 100%;
		list-style: none;
		text-align: left;
		margin: 0;
	}

	#news ul li{
		display: block;
		border-bottom: 1px dashed #bfbfbf;
		padding: 5px 0;
	}

	#news ul li span{
		padding: 0 10px;
		margin-bottom: 5px;
		display: inline-block;
		width: 7em;
		color: #fff;
		background-color: #606060;
	}

	#news ul li a{
		display: block;
		color: #333;
		text-decoration: none;
	}

	#news ul li a:hover{
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}

	#news ul li .new{
		display: block;
		padding-right: 25px;
		margin-right: 0px;
		background-image: url(./image/icon_new.png);
		background-repeat: no-repeat;
		background-position: right 1px;
		
	}
	
	
	/* ------------------------------------------------------- */
	/* 投稿データ
	---------------------------------------------------------- */
	.post_data h3 span.date{
		padding-top: 0;
		width: 100%;
		text-align: right;
		line-height: 3em;
	}
	
	.post_data table{
		max-width: 100% !important;
	}
	
	
	/* ------------------------------------------------------- */
	/* 祐徳稲荷神社について
	---------------------------------------------------------- */
	.dl_season_info dt,
	.dl_season_info dd{
		width: 100%;
	}
	
	
	/* ------------------------------------------------------- */
	/* ご祈願について
	---------------------------------------------------------- */
	/* 大祓
	--------------------------- */
	.ooharai_tejun{
		max-width: 99%;
		margin: 0 1% 10px 0;
	}
	
	
	/* ------------------------------------------------------- */
	/* 祐徳チャンネル
	---------------------------------------------------------- */
	#channel iframe{
		width: 100%;
	}
	
	
	/* ------------------------------------------------------- */
	/* お問い合せ
	---------------------------------------------------------- */

	/* form
	---------------------------------------------------------- */
	#form table th{
		display: block;
		width: 100%;
		padding: 10px 0;
		text-indent: 10px;
	}
	
	#form table td{
		display: block;
		width: 100%;
		padding: 10px 0;
		text-indent: 10px;
	}
	
	#form table #name, #form table #kana, #form table #address1, #form table #address2, #form table .input_width{
		width: 90% !important;
	}
	
	#form label{
		display: block;
	}
	
	#form ul{
		width: 100%;
		margin-left: 35px;
		text-indent: 0;
	}

	#form table .bikou{
		width: 80%;
	}
	#form table th.hissu{
		background-position: 95%;
	}
	#form .form_btn input{
		width: 100px;
		height: 40px;
		margin: 10px 5px;
	}
	
	
	/* ------------------------------------------------------- */
	/* テーブルのレスポンシブ調整
	---------------------------------------------------------- */
	
	.table_life th,
	.table_prayer th,
	.table_history th{
		width: 100%;
		box-sizing: border-box;
		display: block;
		padding: 5px 0;
	}
	.table_life td,
	.table_prayer td,
	.table_history td{
		display: block;
		padding: 5px 0;
		background-color: #fff;
	}
	
	#form table th{
		display: block;
		width: 100%;
		padding: 10px 0;
		text-indent: 10px;
	}
	#form table td{
		display: block;
		width: 100%;
		padding: 10px 0;
		text-indent: 10px;
	}

}


/* ------------------------------------------------------------------------- */
/* 2nd（SP調整 500px以下）
/* ------------------------------------------------------------------------- */
@media all and (max-width: 500px) {

	/* ボックスリスト（SP:1列） */
	.ul_box_2col li{
		width: auto;
		min-width: 0;
	}

	/* ------------------------------------------------------- */
	/* 参拝のご案内
	---------------------------------------------------------- */
	
	/* 境内のご案内
	--------------------------- */
	.ul_keidai{
		margin: 10px 0 0 !important;
	}
	.ul_keidai li a{
		width: 100%;
	}
}



/* END ---------------------------------------------------------*/