@charset "UTF-8";
/* ---------------------- */
/* スマートフォン向け表示定義     */
/* ---------------------- */

/* HTML基本要素別デフォルト定義変更 */
body {
	background-color: #ffffff;
	color: #000000;
	font-size: 3.5vw;
	line-height: 1.5;
}

header {
	width: auto;
	height: auto;
	/* margin: 0px auto; */
}

footer {
	width: auto;
}

footer small {
	font-size: 3.5vw;
}

h1 {
	font-size: 5.5vw;
	border-top: 5px ridge #ff69b4;
	margin-top: 5px;
}

h2 {
	font-size: 5vw;
}

h3 {
	font-size: 4.2vw;
}

h4 {
	font-size: 3.8vw;
	margin-left: 5px;
}

h5 {
	font-size: 3.0vw;
}

/* ページタイプ別定義変更 */

/* 共通ヘッダー 個別定義変更*/
.common-header	{
	background-image: none;
	background-color: #ffffff;
	border-bottom: none;
}

.hp-logo {
	float: none;
	margin: auto; /* top/right/bottom/left */
	text-align: center;
}

.hp-logo img {
	width: 80%;
}

.hp-author {
	float: none;
	margin: auto; /* top/right/bottom/left */
	text-align: center;
	display: none;
}

.hp-counter {
	float: right;
}

.global-nav {
	float: none;
}

.global-nav ul {
	list-style-type: none;
}

.global-nav li {
	float: none;
	list-style-type: none;
	width: auto;
 	margin: 0px 0px;
	padding: 0px 0px;
	background-color: #ffe4c4;
	color: #0000ff;			/*文字色*/
 	font-size: 5.0vw;
	line-height: 1.5;
	text-align: left;
	border: groove medium #f4a460;
}

/* index.html 個別定義変更*/
#index-detail {
	display: block;
	content: "";
	float: none;
	width: auto;
}
#N-event {
	width: 98%;
	height: 1000px;
	margin: 0px 0px;
	padding-left: 2px;
}

html,body {
	height: 100%;
}


#T-detail_top {
	width: 100%;
	height: 100%;
	height: 1320px;
}

#T-detail_event {
	width: 100%;
	height: 100%;
	height: 1550px;
}

#T-detail_gyouji {
	width: 100%;
	height: 100%;
	height: 1150px;
}

#T-detail_syoukai {
	width: 100%;
	height: 100%;
	height: 1660px;
}

#T-detail_us {
	width: 100%;
	height: 100%;
	height: 1150px;
}

#T-detail_links {
	width: 100%;
	height: 100%;
	height: 500px;
}

#next-event-detail {
	width: 95%;
	height: 980px;
	margin: 0px 0px;
	padding-left: 2px;

}

#next-event-detail img {
	width: 80%;
}

.main-right {
 	width: 230px;
	height: 120px;
	margin: 0px auto;
	padding: 10px;
	border: outset 10px #ff4500;	
	background-image: url('contents/sakura_bgimg.gif');
 	background-repeat: no-repeat;
	background-size: 200px auto;
}

/* web_event 個別定義*/
#event-detail {
	clear: both;
	width: auto;
	margin: auto;
}

.paine2-main {
	width: 98%;
	height: 700px;
	margin: auto;
	padding-left: 2px;
	float: none;
}

.P-event {
	width: 95%;
	height: 680px;
	margin: 0px auto;
	padding-left: 2px;
	padding-right: 2px;
}

#past-event-detail img {
	width: 98%;
}

.paine2-sidebar {
	width: auto;
	margin: auto;
	float: none;
}

.paine2-sidebar h3 {
	text-align: center;
	border-bottom: 3px ridge #cccccc;
}

.paine2-sidebar li {
	padding-left: 10px
}

.year-tag {
	font-size: 3.8vw;
	margin: 20px 0px 0px 0px;
	line-height: 1;
}

.new-content-tag {
	font-size: 15px;
	margin: 20px 0px 0px 0px;
	line-height: 1;
	text-align: right;
}

/* web_gyouji 個別定義*/
#gyouji-detail {
	width: auto;
	margin: 0px auto;
}

#gyouji-detail .P-event {
	width: 98%;
}

.gyouji-year-img {
	width: 98%;
}

/* web_presentation 個別定義*/
#syoukai-detail {
	width: auto;
	margin: auto;
}

#syoukai-detail img {
	width: 98%;
}

.paine2-screen1 {
	width: auto;
	margin: 0px 5px 0px 5px;
	padding-left: 2px;
	float: none;
}

.paine2-screen2 {
	width: auto;
	margin: 0px 5px 0px 5px;
	padding-right: 2px;
	float: none;
}

/* web_contact_us 個別定義*/
#contact-detail {
	width: auto;
	margin: auto;
}

#contact-detail iframe {
	width: 98%;
}

#contact-detail img {
	padding-left: 35px;
}

/* web_links 個別定義*/
#links-detail {
	width: auto;
	margin: auto;
}
