@charset "utf-8";


body {
	background-color: #ffccff;
	color: #592000;
	font-size: 13px;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

a {
	color: #ff6;
	display: inline;
}
a:link, a:hover, a:visited {
	color: #988885;
	text-decoration: underline;
}

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

#container {
	width: 100%;
}

header {
	margin: 0;
	line-height: 0;
}

h1 {
	margin: 0;
	line-height: 0;
}

h1 img {
	width: 100%;
}

header p {
	margin: 3px 10px;
	font-size: 12px;
	line-height: 1.4;
}

nav {
	text-align: center;
	overflow: hidden;
	width: 98%;
	/*background-color: #a1edff;*/
	padding: 4px 1% 5px 1%;
}

#main {
	overflow: hidden;
}

#main h2 {
	margin: 20px 0 0;
}

#main h3 {
	margin: 5px 0 0;
}

.txt1 {
	margin: 0 10px;
	overflow: hidden;
	line-height: 1.4;
	font-size: 12px;
}

.txt1 img {
	margin-left: 5px;
}

/*
#photo_h {
	float: right;
	width: 30%;
}

#photo_h img {
}
*/


#main p.txt {
	margin: 0 8px;
}

#main p.line {
	margin: 10px 0 5px;
}

#main img {
	width: 100%;
}

footer {
	margin: 0;
	padding: 5px;
	background-color: #000000;
	color: #FFFFFF;
}



/*=========================================
ボタン
=========================================*/

nav .button {
	background: #6880ff -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6880ff), to(#4959b2)); 
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 6px;
	color: #FFF;
	font-size: 11px;
	display: block;
	text-align: center;
	font-weight: bold;
	margin: 1px 1px 3px;
	padding: 0;
	text-shadow: 0 -1px 1px #666;
	width: 19%;
	float: left;
}
nav .button a,
nav .button a:link,
nav .button a:hover,
nav .button a:visited {
	line-height: 2.5;
	display: block;
	color: #FFF;
	text-decoration: none;
}

nav .button2 {
	background: #b29dff -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b29dff), to(#7e6fb4)); 
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 6px;
	color: #FFF;
	font-size: 12px;
	display: block;
	text-align: center;
	font-weight: bold;
	margin: 2px;
	padding: 0;
	text-shadow: 0 -1px 1px #666;
	width: 98%;
	float: left;
}
nav .button2 a,
nav .button2 a:link,
nav .button2 a:hover,
nav .button2 a:visited {
	line-height: 2.3;
	display: block;
	color: #FFF;
	text-decoration: none;
}

.txt1 .button {
	background: #6880ff -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6880ff), to(#4959b2)); 
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	clear: both;
	color: #FFF;
	display: block;
	font-weight: bold;
	margin: 8px auto;
	text-align: center;
	text-shadow: 0 -1px 1px #666;
	width: 94%;
}
.txt1 .button a,
.txt1 .button a:link,
.txt1 .button a:hover,
.txt1 .button a:visited {
	line-height: 2.4;
	display: block;
	color: #FFF;
	text-decoration: none;
}

/*=========================================
ギャラリー
（リストページ）
===========================*/

#list {
	background-color:#fdfdec;
}

#list h1 {
	margin-top: 5px;
}

#list_sengen {
	padding: 0 10px;
	overflow: hidden;
}

#list_sengen dt {
	font-size: 15px;
	margin-top: 12px;
}

#list_sengen dt a {
	color: #228658;
	text-decoration: underline;
}

#list_sengen dd {
	color: #050;
	font-weight: bold;
}

#list_sengen .list_date {
	color:#005500;
	font-size: 15px;
	line-height:2.6;
	font-weight:bold;
	background: #fdfdec url("../../../images/event/newcon2/list.png") no-repeat left 5px;
	background-size: auto 2em;
	padding-left: 25px;
	border-top: 1px dashed #FFF;
	margin-top: 15px;
}

#list_btn {
	margin: 10px 0 20px;
	overflow: hidden;
}

.next_btn {
	background: #90ff00 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#90ff00), to(#80e300)); 
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 8px;
	color: #050;
	font-size: 14px;
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 0;
	text-shadow: 0 -1px 1px #999;
	width: 30%;
	float: right;
}
.next_btn a,
.next_btn a:link,
.next_btn a:hover,
.next_btn a:visited {
	line-height: 2.2;
	display: block;
	color: #050;
	text-decoration: none;
}

.back_btn {
	background: #90ff00 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#90ff00), to(#80e300)); 
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 8px;
	color: #050;
	font-size: 14px;
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 0;
	text-shadow: 0 -1px 1px #999;
	width: 30%;
	float: left;
}
.back_btn a,
.back_btn a:link,
.back_btn a:hover,
.back_btn a:visited {
	line-height: 2.2;
	display: block;
	color: #050;
	text-decoration: none;
}

/*===========================
（個別ページ）
===========================*/

#sengen {
	background-color:#ffccff;
}

#sengen_txt {
	padding: 15px 10px 0;
	overflow: hidden;
}

#sengen_txt #image {
	text-align: center;
}
#sengen_txt #image img {
	width: 70%;
}

#sengen_txt #name {
	font-size: 120%;
	color: #BE00FD;
	text-align: center;
	font-weight: bold;
	margin-top: 3px;
}

#sengen_txt #etc {
	color: #BE00FD;
	text-align: center;
	font-weight: bold;
}

#sengen_txt #ikigomi {
	margin-top: 8px;
}

#sengen_txt #etc_image {
	text-align: center;
	margin-top: 10px;
}
#sengen_txt #etc_image img {
	width: 60%;
}

#sengen_txt #list_btn {
	margin: 20px 0 0 0;
	text-align: right;
}

#sengen_txt #list_btn img {
	width: 40%;
}

#sengen #pagetop {
	margin-top: 5px;
}

