@charset "UTF-8";

/* リセット */
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#main #topimage {
	height: 385px;
	width: 650px;
	margin-top: 60px;
	margin-left: 155px;
}
a {
	text-decoration: none;
	color: #666;
}
a:hover{
	text-decoration: underline;
}

/* Layout */
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	line-height: 1.2;
	/*background: #eee;*/
}
#wrapper{
	width: 950px;
	height: 1100px;
	margin: 30px auto;
	background: #fff;
}

/*　header　*/
#header{
	margin-bottom: 20px;
}

h1{
	text-align: center;
	line-height: 1.5;
	margin-bottom: 0;
}
header.secondPage{
	margin-bottom: 30px;
	overflow: hidden;
	border-bottom: solid 1px #666;
}

h1{
	text-align: center;
	line-height: 1.5;
}
h1.second{
	text-align: left;
	float: left;
	margin-left: 10px;
	padding-bottom: 5px;
}
p.langChange{
	width: 130px;
	float: right;
	margin-top: 15px;
	margin-bottom: 0;
	margin-right: 0;
	padding-bottom: 0;
	font-size: 13px;
	text-align: right;
	color: #666;
	overflow: hidden;
}

span.e-title{
	font-size: 16px;
	text-align: center;
}

/* Content */
#content{
	width: 850px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#main{
	width: 85%;
	float: right;
	overflow: hidden;
	margin-bottom: 30px;	
}
#main img{
	margin-right: 0;
}
#centerbox{
	width: 73%;
	height: 1100px;
	padding: 0 10px;
	float: left;
	/*background: #eee;*/
	overflow: scroll;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	box-sizing: border-box;
}




#deity #centerbox{
	width: 400px;
	/*height: 650px;*/
	padding: 0 10px;
	float: left;
	ine-height: 1.5;
	box-sizing: border-box;
	border: none;
}
#deity #centerbox p{
	margin-bottom: 20px;
	line-height: 1.5;
	color: #666;
}
#profile #centerbox{
	width: 360px;
	height: 1100px;
	float: left;
	margin-left: 0;
	padding: 0;
	border: none;
}
#profile #centerbox iframe{
	margin-top: 20px;
}
#rightbox{
	width: 50%;
	float: right;
	
	margin-left: 15px;
	box-sizing: border-box;
	overflow: scroll;
	/*background: #ff0;*/
}

#portal #rightbox{
	width: 200px;
	height: 1100px;
	float: right;
	margin-left: 5px;
	box-sizing: border-box;
}

#kokuchi{
	border: solid 3px #f00;
	padding:5px;
	margin-top: 10px;
	background: #e7d46f;

}
#kokuchi h3{
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
#kokuchi p{
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 0px;
}

#deity #rightbox{
	width: 300px;
	height: 1100px;
	float: right;
	margin-left: 15px;
	box-sizing: border-box;
	overflow: scroll;
}

#profile #rightbox{
	width: 340px;
	margin-left: 15px;
	float: right;
	line-height: 1.5;
}
h3.listTitle{
	font-size: 16px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: solid 1px #666;
}
#gallery #rightbox .kaigaList li{
	width:100%;
	margin-bottom: 10px;
}
.picTitle{
	width: 250px;
	float: right;
	clear: both;
	padding-top: 5px;
	font-size: 16px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	-ms-text-align-last: auto;
	text-align: left;
}
.notice{
	margin-top: 10px;
	font-size: 11px;
	line-height: 1.5;
	margin-left: 0;
}
#profile #rightbox dl{
	height: 1100px;
	width: 100%;
	padding-right: 0;
	background: #fff;
	overflow: scroll;
	box-sizing: border-box;
}
#profile #rightbox dt{
	width: 85%;
	padding-bottom: 0;
	border-bottom: solid 1px #000;
	float: left;
	clear: left;
	margin-top: 5px;
}




/* Navigation */
#nav li p{
	font-size: 12px;
	line-height: 1.1;
	text-align: center;
	margin-bottom: 10px;
}

#sidebar{
	width: 120px;
	height: 1100px;
	float: left;
	margin-right: 0;
}

#nav ul{
	width: 96px;
	height: 1100px;
}
#nav li img{
	margin-left: 13px;
	margin-bottom: 0
	margin-top: 0
	margin-right: 0;
}
#nav li p{
	font-size: 12px;
	line-height: 1.1;
	text-align: center;
	margin-bottom: 10px;
}
#gallery #nav img{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 13px;
}

li#gnav8 a img, li#gnav9 a img, li#gnav10 a img{
	padding-left: 20px;
	margin-top: 15px;
}
#gallery li#gnav8 a img, #gallery li#gnav9 a img, #gallery li#gnav10 a img{
	padding-left: 20px;
	margin-top: 15px;
}
/* Navigation END */


#content{
	overflow: hidden;
}
footer{
	clear: both;
	margin-left: 0;
	font-size: 13px;
	text-align: left;
	margin-top: 20px;
	caption-side:10px;
	border-top: solid 1px #666;
}
footer p{
	margin-left: 10px;
	font-size: 13px;
	text-align: left;
	margin-top: 10px;
}
	
dt{
	padding-right: 3em;
}
dd{
	float: left;
	clear: left;
}


/*  Portal Page */

#portal #centerbox{
	width: 500px;
	height: 1100px;
	padding: 0 10px;
	float: left;
	overflow: scroll;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	box-sizing: border-box;
}


.media {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 20px;
	/*border-top: solid 1px #000;
	border-bottom: solid 1px #000;*/
	
}

p {
	margin: 0;
	padding: 0;
}
.media:before,
.media:after {
	display: table;
	content: " ";	
}

.media:after {
	clear: both;
}

.media__image {
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 10px;
}

.media__image--rev {
	float: right;
	margin-right: 0px;
	margin-left: 10px;
}

.media__image > img {
	display: block;
}

.media__body {
	overflow: hidden;
	line-height: 1.5;
}
.media__body :first-child {
	font-weight: bold;
}
.media__body .headline {
	font-size: 90%;
	text-align: right;
}
.media__body .date {
	font-size: 90%;
	text-align: left;
	padding-left: 1em;
}

#banner p{
	margin-bottom: 10px;
	font-size: 80%;
}


/* gallery page */
#gallery #sidebar{
	height: 1100px;
}
#gallery #centerbox{
	width: 400px;
	height: 1100px;
	padding: 0 10px;
	float: left;
	line-height: 1.5;
	box-sizing: border-box;
	border: none;
}

#gallery #centerbox p{
	line-height: 1.5;
	margin-bottom: 20px;
}

#gallery #rightbox{
	width: 300px;
	height: 1100px;
	float: right;
	margin-left: 5px;
	box-sizing: border-box;
}

#gallery #rightbox ul li{
	margin-bottom: 0;
	padding-bottom: 0;
	margin-left: 0;
}
#gallery #rightbox ul li a p{
	margin-top: 3px;
	margin-left: 0;
}
#gallery #rightbox ul li img{
	margin: 0;
}


/* faq page */
#faq .listTitle{
	margin-bottom: 20px;
}

#faq #centerbox{
	width: 320px;
	border:none;
	padding:0;
}

#faq #rightbox{
	width: 380px;	
}
#faq .inner{
	height: 1100px;
	overflow: scroll;
}
#faq #rightbox dl{
	width: 360px
}

#faq #rightbox dt{
	font-size: 15px;
	color: #f00;
	padding-bottom: 3px;
	border-bottom: solid 1px #666;
	margin-bottom: 10px;
}
#faq #rightbox dd{
	font-size: 13px;
	width: 100%;
	padding-bottom: 3px;
	margin-bottom: 10px;
	line-height: 1.6;
}

/* Contact Page */

h3.listTitle{
	font-size: 18px;
	margin-bottom: 15px;
}

#contact form {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 3px solid #ede596;
	margin-top: 30px;
}


#contact form p{
	margin-bottom: 10px;
	font-size: 16px;
	padding: 5px;
}

input,
select,
textarea,
btn{
	font-size: 16px;
	padding: 5px;
}
span.indent{
	padding-left: 300px;
}
.section{
	width: 850px;
	margin: 0 auto;
	padding-top: 30px;
	margin-bottom: 30px;
}
.section h3{
	font-size: 1.2em;
	margin-bottom: 15px;
}
.section img{
	margin-bottom: 10px;
}
.leftbox{
	float: left;
}
.rightbox{
	float: right;
	margin-right: 30px;
}
.clear{
	clear: both;
}
.btn{
  display:block;
  width:30%;
  padding: 0.25rem;
  font-weight: 700;
  
  background-color: #ffebcd;
  border-radius: 0.25rem;
  font-size:0.7rem;
  text-align:center;
}

