<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	position: relative;
	font-size: 1.3rem;
	font-family:"メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8;
	color: #2a2a2a;
	-webkit-text-size-adjust: 100%;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}



/*　　　box PC
------------------------------------------------------*/
* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
	box-sizing: border-box;
}
.box-w {
	width: 100%;
}
.box, .box-l, .box-r {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
#page {
	width: 100%;
	border-top: 6px solid #71bdfd;	
}
#contents {
	position: relative;
	padding-top: 52px;
}
.col12 {
	width: 97.916666666667%;
	max-width: 940px;
	margin: 0 1.041666667%;
}
.col10 {
	width: 81.25%;
	margin: 0 auto;
}
.col9 {
	width: 72.916666666667%;
	margin: 0 1.041666667%;
}
.col8 {
	width: 64.583333333333%;
	margin: 0 1.041666667%;
}
.col6 {
	width: 47.916666666667%;
	margin: 0 1.041666667%;
}
.col4, .col4l, .col4r {
	width: 31.25%;
	margin: 0 1.041666667%;
}
.col3, .col3l, .col3r {
	width: 22.916666666667%;
	margin: 0 1.041666666667%;
}
.inner-l {
	width: 50%;
	padding: 0 5px 0 0;
}
.inner-r {
	width: 50%;
	padding: 0 0 0 5px;
}
.tit1 {
	font-size: 2.6rem;
	line-height: 1.4;
	font-weight: bold;
}
.tit-page {
	font-size: 3.0rem;
	line-height: 1.4;
	font-weight: bold;
}
.tit-page-b {
	font-size: 3.0rem;
	line-height: 1.4;
	font-weight: bold;
	color: #fff;
	padding: 5px 5px 2px;
	background: #71bdfd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
	border-radius: 5px;
}
.tit-page-g {
	font-size: 3.0rem;
	line-height: 1.4;
	font-weight: bold;
	color: #fff;
	padding: 5px 5px 2px;
	background: #72ca8b;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
	border-radius: 5px;
}
.tit-page-or {
	font-size: 3.0rem;
	line-height: 1.4;
	font-weight: bold;
	padding: 5px 5px 2px;
	background: #fdc658;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
	border-radius: 5px;
}
.tit-page-mg {
	font-size: 3.0rem;
	line-height: 1.4;
	font-weight: bold;
	color: #e4007f;
	margin: 30px 0;
	text-align: center;
}
.tit {
	font-size: 1.8rem;
	font-weight: bold;
	border-collapse: collapse;
}
.tit-b {
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.4;
	font-weight: bold;
	padding: 8px 10px 5px;
	background: #d1eaff;
	border-bottom: 3px solid #71bdfd;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.tit-line {
	font-size: 1.6rem;
	font-weight: bold;
	border-left: 6px solid #71bdfd;
	border-bottom: 1px solid #c9cfd9;
	padding: 5px 10px 2px 10px;
}
.li-de {
	list-style: outside decimal;
	margin-left: 20px;
}
.li-di {
	list-style: outside disc;
	margin-left: 20px;
}
.li-a {
	list-style: outside lower-latin;
	margin-left: 20px;
}
.btn-t a {
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 12px 10px 10px;
	background: #fff url(../img/common/globalNav-arrow.png) no-repeat;
	background-position: 94% center;
	border: 1px solid #71bdfd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
	border-radius: 5px;
}
.btn-t a:hover {
	text-decoration: none;
	background: #f6f7f9 url(../img/common/globalNav-arrow.png) no-repeat;
	background-position: 94% center;
}
table.tb1 {
	width: 100%;
}
table.tb1 tr th {
	font-weight: bold;
	padding: 8px 10px 5px;
	background: #f6f7f9;
	border: 1px solid #c9cfd9;
}
table.tb1 tr td {
	padding: 8px 10px 5px;
	border: 1px solid #c9cfd9;
}
table.tb2 {
	width: 100%;
	border-bottom: 1px dotted #c9cfd9;
}
table.tb2 tr th {
	font-weight: bold;
	padding: 8px 10px 5px;
	background: #f6f7f9;
	border-top: 1px dotted #c9cfd9;
}
table.tb2 tr td {
	padding: 8px 10px 5px;
	border-top: 1px dotted #c9cfd9;
}
.tb-fix {
	table-layout: fixed;
}
.mt60 {
	margin-top: 60px;
}
.mt50 {
	margin-top: 50px;
}
.mt40 {
	margin-top: 40px;
}
.mt30 {
	margin-top: 30px;
}
.mt20 {
	margin-top: 20px;
}
.mt15 {
	margin-top: 15px;
}
.mt10 {
	margin-top: 10px;
}
.mt5 {
	margin-top: 5px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb5 {
	margin-bottom: 5px;
}
.fs26 {
	font-size: 2.6rem;
}
.fs24 {
	font-size: 2.4rem;
}
.fs20 {
	font-size: 2.0rem;
}
.fs18 {
	font-size: 1.8rem;
}
.fs16 {
	font-size: 1.6rem;
}
.fs10 {
	font-size: 1.0rem;
}
.fw-b {
	font-weight: bold;
}
.co-w {
	color: #fff;
}
.lh0 {
	line-height: 0;
}
.al-l {
	text-align: left;
}
.al-r {
	text-align: right;
}
.al-c {
	text-align: center;
}
.fl-l {
	float: left;
}
.fl-r {
	float: right;
}
.img-l {
	margin: 0 10px 10px 0;
}
.img-r {
	margin: 0 0 12px 12px;
}
.br {
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
	border-radius: 5px;
}
.va-t {
	vertical-align: top;
}
.va-m {
	vertical-align: middle;
}
.red {
	color: #cc0000;
}
.orange {
	color: #ff9900;
}


/*　　　ヘッダー PC
------------------------------------------------------*/

header {
	position: relative;
	width: 100%;
	height: 184px;
	margin: 0 auto;
	max-width: 960px;
	background-image: url(../img/top/fusen_201.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#logo {
	position: absolute;
	top: 38px;
	left: 10px;
	line-height: 0;
}
#subNav-hd {
	position: absolute;
	top: 34px;
	right: 10px;
	width: 286px;
}
#subNav-hd li {
	float: left;
	font-size: 1.1rem;
	padding: 0 12px;
	border-right: 1px solid #c9cfd9;
}
#subNav-hd li:nth-child(1) {
	padding: 0 12px 0 0;
}
#subNav-hd li:nth-child(3) {
	padding: 0 0 0 12px;
	border: none;
}
#subNav-hd li:last-child {
	border: none;
	padding: 10px 0;
}
#subNav-hd li a {
	color: #2a2a2a;
}
#subNav-hd li a:hover {
	color: #419deb;
}
#globalNav {
	position: absolute;
	top: 124px;
	left: 26px;
	height: 40px;
	padding-right: 1px;
	background: #fff;
	background: url(../img/common/globalNav-line.gif) no-repeat;
	background-position: right top;
	z-index: 10;
}
#globalNav li {
	position: relative;
	float: left;
	text-align: center;
	background: url(../img/common/globalNav-line.gif) no-repeat;
	background-position: left top;
}
#globalNav li a {
	display: block;
	margin: 0;
	padding: 15px 26px 11px 27px;
	color: #2a2a2a;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
}
#globalNav li ul {
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
#globalNav li:last-child ul {
	left: -100%;
	width: 100%
}
#globalNav li ul li {
	overflow: hidden;
	margin-left: 1px;
	width: 200px;
	height: 0;
	color: #fff;
	background-image: none;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2;
}
#globalNav li ul li:first-child a {
	padding: 14px 15px 13px 30px;
}
#globalNav li ul li a {
	padding: 13px 15px 13px 30px;
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	background: #f6f7f9 url(../img/common/globalNav-arrow.png) no-repeat;
	background-position: 12px 15px;
}
#globalNav li:hover &gt; a {
	background: #e4e6ea url(../img/common/globalNav-arrow.png) no-repeat;
	background-position: 12px 15px;
}
#globalNav li:hover a.tab {
	color: #fff;
	padding-left: 27px;
	background: #71bdfd url(../img/common/globalNav-line.gif) no-repeat;
	background-position: left top;
}
#globalNav li:hover a.btn {
	color: #fff;
	padding-left: 27px;
	background: #71bdfd url(../img/common/globalNav-line.gif) no-repeat;
	background-position: left top;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#globalNav &gt; li:hover &gt; a {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
#globalNav li:hover ul li {
	overflow: visible;
	height: 42px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dddee0;
	background: #f6f7f9;
}
#globalNav li:hover ul li:first-child {
	height: 44px;
	border-top: 3px solid #71bdfd;
	background: #f6f7f9;
}
#globalNav li:hover ul li:last-child {
	border-bottom: 0;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
#globalNav li:hover ul li:last-child a {
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

/*　　　サイドバー PC
------------------------------------------------------*/
#sidebar {
	width: 21.875%;
	padding-top: 52px;
	margin-top: -6px;
	margin-left: 1.041666667%;
	margin-right: .083333333333%;
	border-top: 6px solid #fdc658;
}
#sidebar dl {
	margin-bottom: 20px;	
}
#sidebar dl dt a {
	display: block;
	padding: 6px 10px 4px;
	font-size: 1.6rem;
	color: #2a2a2a;
	text-align: center;
	background: #fdc658;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
#sidebar dl dt a:hover {
	text-decoration: none;
	background: #ffb400;
}
#sidebar dl dd ul li a {
	display: block;
	padding: 11px 10px 8px;
	margin-top: 8px;
	border-left: 8px solid #71bdfd;
	border-top: 1px solid #c9cfd9;
	border-right: 1px solid #c9cfd9;
	border-bottom: 1px solid #c9cfd9;
	background: url(../img/common/globalNav-arrow.png) no-repeat;
	background-position: 94% center;
}
#sidebar dl dd ul li a.contact {
	font-size: 1.5rem;
	border: 2px solid #71bdfd;
	text-align: center;
	background: url(../img/common/icon-contact.gif) no-repeat;
	background-position: 25% center;
	text-indent: 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#sidebar dl dd ul li a:hover {
	background-color: #f6f7f9;
	text-decoration: none;
}
#sidebar dl dd ul li.act a {
	border-left: 8px solid #fdc658;
	background-color: #f6f7f9;
}
#sidebar .s-banner li {
	margin-bottom: 8px;
}

/*　　　ページナビ PC
------------------------------------------------------*/
.pageNav p {
	float: left;
	line-height: 28px;
}
.pageNav ul {
	float: right;
}
.pageNav ul li {
	float: left;
	margin: 0 3px;
}
.pageNav ul li a {
	display: block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #c9cfd9;
	background: #fff;
	text-align: center;
}
.pageNav ul li a.act {
	color: #2a2a2a;
	background: #f6f7f9;
}
.pageNav ul a:hover {
	background: #f6f7f9;
	text-decoration: none;
}
.pageNav ul li.next a {
	text-indent: -9999px;
	border: none;
	background: url(../img/common/pageNav-arrow1.png) no-repeat;
	background-position: center;
}
.pageNav ul li.previous a {
	text-indent: -9999px;
	border: none;
	background: url(../img/common/pageNav-arrow2.png) no-repeat;
	background-position: center;
}
.pageNav ul li.next a:hover,
.pageNav ul li.previous a:hover {
	border: 1px solid #c9cfd9;
	background-color: #f6f7f9;
}


/*　　　フッター PC
------------------------------------------------------*/

footer {
	width: 100%;
	margin-top: 70px;
	padding: 30px 0;
	background: #f6f7f9;
}
footer a {
	color: #2a2a2a;
}
footer a:hover {
	color: #419deb;
	text-decoration: underline;
}
#pagetop-link {
	position: relative;
}
#pagetop-link a {
	position: absolute;
	top: -70px;
	font-size: 12px;
	padding-right: 20px;
	background: url(../img/common/pagetop-link.gif) no-repeat;
	background-position: right center;
	line-height: 14px;
	min-height: 14px;
	right: 10px;
}
#pc-ftNav {
}
#pc-ftNav div dl {
	float: left;
}
#pc-ftNav div dl dt a {
	display: block;
	width: 100%;
	text-align: center;
	color: #2a2a2a;
	padding: 9px 10px 6px;
	margin-bottom: 5px;
	background: #e4e6ea url(../img/common/pc-footer-arrow.png) no-repeat;
	background-position: 94% center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#pc-ftNav div dl dt a:hover {
	text-decoration: none;
	background-color: #c9cfd9;
}
#pc-ftNav div dl dt.tab {
	display: block;
	width: 100%;
	text-align: center;
	color: #2a2a2a;
	padding: 9px 10px 6px;
	margin-bottom: 5px;
	background: #e4e6ea;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#pc-ftNav div dl dd li {
	padding: 2px 10px;
}
#pc-ftNav div dl dd li:last-child {
	padding-bottom: 30px;
}
#footer-banner {
	margin-bottom: 45px;
}
#footer-banner li {
	float: left;
	line-height: 0;
}
address {
	float: left;
}
address dl dt {
	font-size: 2.0rem;
	text-align: center;
	padding: 6px;
	border: 1px solid #ccc;
	background: #fff;
}
address dl dd.logo2 {
	float: left;
	padding: 10px;
	width: 35%;
	text-align: center;
}
address dl dd.jda-add {
	float: right;
	width: 65%;
	padding-top: 20px;
}
address dl dd .jda {
	font-size: 1.6rem;
}
#subNav-ft {
	float: right;
	width: 286px;
	margin-right: 1.041666667%;
}
#subNav-ft li {
	float: left;
	font-size: 1.1rem;
	padding: 0 12px;
	border-right: 1px solid #c9cfd9;
	margin-bottom: 10px;
}
#subNav-ft li:nth-child(1) {
	padding: 0 12px 0 0;
}
#subNav-ft li:nth-child(3) {
	padding: 0 0 0 12px;
	border: none;
}
#subNav-ft p {
	text-align: center;
}
#subNav-ft p.toto {
	margin-top: 18px;
}
#subNav-ft li a {
	color: #2a2a2a;
}
#subNav-ft li a:hover {
	color: #419deb;
}
#copyright {
	width: 100%;
	text-align: center;
	font-size: 1.0rem;
	color: #999;
	margin-top: 15px;
}

/*　　　コンテンツ PC
------------------------------------------------------*/
#pankuzu {
	position: absolute;
	top: 18px;
	left: 10px;
	z-index: 2;
}
#pankuzu li {
	float: left;
	font-size: 11px;
	background:url(../img/common/globalNav-arrow.png) no-repeat;
	background-position: right;
	padding: 0 20px 0 15px;
}
#pankuzu li:first-child {
	padding: 0 20px 0 0px;
}
#pankuzu li:last-child {
	color: #2a2a2a;
	background: none;
}
#gallery {
	width: 100%;
	display: block;
	background: url(../img/top/bg-gallery.gif) no-repeat;
	background-position: center top;
}
#gallery h2 {
	padding-top: 70px;
	line-height: 0;
}
#gallery ul li {
	width: 50%;
}
#gallery ul li.btn-photo {
	float: left;
	text-align: right;
	padding-right: 5px;
	margin-top: 20px;
}
#gallery ul li.btn-notes {
	float: right;
	text-align: left;
	padding-left: 5px;
	margin-top: 20px;
}
#cnt-banner li {
	float: left;
	width: 31.25%;
	margin: 0 1.041666667%;
}
#cnt-banner li p {
	text-align: center;
	margin-top: 3px;
}
#cnt-facebook,
#cnt-twitter {
	float: left;
	width: 31.25%;
	height: 320px;
	margin: 30px 1.041666667% 0;
	background: #f6f7f9;
}
#cnt-facebook2 {
	float: left;
	width: 64.583333333333%;
	height: 320px;
	margin: 30px 1.041666667% 0;
}
div.fb-like-box,
div.fb-like-box iframe[style],
div.fb-like-box span {
    width: 100% !important;
}
#ad-banner {
	float: left;
	width: 31.25%;
	margin: 30px 1.041666667% 0;
}
#support-banner1 {
	margin-top: 30px;
}
#support-banner2 {
	margin-top: 20px;
}
#support-banner1 li,
#support-banner2 li {
	float: left;
	width: 31.25%;
	margin: 0 1.041666667%;
}
#topNews {
	position: relative;
	margin-top: 30px;
}
#topNews h3 {
	font-size: 2.2rem;
	line-height: 1;
	padding: 14px 20px 11px;
	margin-bottom: 10px;
	background: #e4e6ea;
	border-bottom: 3px solid #c9cfd9;
}
#topNews #btn-ppress-release a {
	position: absolute;
	top: 10px;
	right: 8px;
	width: 140px;
	color: #2a2a2a;
	padding: 8px 15px 5px 10px;
	border: 1px solid #c9cfd9;
	line-height: 1;
	background: #fff url(../img/common/globalNav-arrow.png) no-repeat;
	background-position: 94% center;
}
#topNews #btn-ppress-release a:hover {
	background-color: #f6f7f9;
	text-decoration: none;
}
#topNews dl {
	border-bottom: 1px dotted #c9cfd9;
}
#topNews dl dt {
	float: left;
	width: 15%;
	padding: 14px 10px 12px;
}
#topNews dl dd {
	float: left;
	padding: 14px 10px 12px;
	width: 85%;
}
#news dl {
	margin-top: 30px;
	padding-top: 3px;
	background: url(../img/common/line1.gif) no-repeat;
	background-position: left top;
}
#news dl dt {
	color: #666;
	padding: 10px 12px 0;
	background: #f6f7f9;
}
#news dl dd.tit {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	padding: 0 12px 10px;
	background: #f6f7f9;
}
#news dl dd.cnt {
	margin-top: 15px;
	background: #fff;
}
#news dl dd.cnt img {
	float: left;
	width: 31.428571428571%;
	margin: 0 12px 12px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#schedule {
	padding: 20px 0 30px;
	background: #f6f7f9;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
#schedule ul li {
	float: left;
	padding: 0 10px;
	vertical-align: middle;
}
#schedule ul li.btn {
	width: 8%;
	margin-top: 140px;
	text-align: center;
}
#schedule ul li.cnt {
	float: left;
	width: 42%;
}
#schedule ul li a {
	color: #2a2a2a;
}
#schedule ul li a:hover {
	text-decoration: none;
}
.calendar {
	position: relative;
	width: 100%;
	table-layout: fixed;
	border: 1px solid #c9cfd9;
}
.calendar caption h2 {
	font-weight: bold;
	text-align: center;
	font-size: 1.8rem;
}
.calendar caption p {
	position: absolute;
	top: 8px;
	right: 3px;
	font-size: 1.0rem;
}
.calendar tr th {
	padding: 5px;
	text-align: center;
	background: #e4e6ea;
	border: 1px solid #c9cfd9;
}
.calendar tr th:first-child {
	background: #fee4e4;
}
.calendar tr td {
	padding: 8px 0 6px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #c9cfd9;
}
.calendar tr .c-mark {
	background:#fff url(../img/common/c-mark.png) no-repeat;
	background-position: center center;
}
.calendar tr td:first-child {
	background-color: #fff3f3;
}
#search {
	background: #f6f7f9;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
#search.player {
	margin-top: 30px !important;
}
#search.competition {
	background: #f6f7f9 url(../img/common/bg-search-competition.png) no-repeat;
	background-position: right bottom;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#search.workshop {
	background: #f6f7f9 url(../img/common/bg-search-workshop.png) no-repeat;
	background-position: right bottom;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#search.shop {
	background: #f6f7f9 url(../img/common/bg-search-shop.png) no-repeat;
	background-position: right bottom;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#search h2 {
	height: 38px;
	line-height: 38px;
	background: url(../img/common/bg-search-tit.gif) no-repeat;
	background-position: center top;
}
#search ul {
	padding: 20px;
}
#search ul li {
	float: left;
	padding-right: 10px;
}
#search ul li.sel-todofuken {
	width: 22%;
}
#search ul li.sel-year {
	width: 22%;
}
#search ul li.sel-narabi {
	width: 22%;
}
#search ul li.sel-category {
	width: 16%;
}
#search ul li.txt {
	width: 26%;
}
#search ul li.txt2 {
	width: 46%;
}
#search ul li.btn {
	width: 14%;
}
#search .todofuken,
#search .year,
#search .narabi,
#search .category {
	width: 100%;
	height: 30px;
	background: #FFF;
	border: 1px solid #c9cfd9;
	color: #0C2245;
	font-size: 1.3rem;
	line-height: 30px;
	vertical-align: middle;
	margin-right: 10px;
}
#search .keyword {
	width: 100%;
	height: 30px;
	background: #FFF;
	border: 1px solid #c9cfd9;
	color: #0C2245;
	margin-right: 10px;
	font-size: 1.3rem;
	line-height: 30px;
	vertical-align: middle;
}
#search .btn-search {
	display: inline-block;
	position: relative;
	margin: 22px 0 0;
	background: #fdc658 url(../img/common/bg-btn.gif) repeat-x;
	background-position: bottom;
	border-style: none;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 27px;
	height: 29px;
	width: 70px;
	text-align: center;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #e7a31a;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#search .btn-search:hover {
	top: -2px;
	box-shadow: 0 5px 0 #e7a31a;
	text-decoration: none;
}
#search-data .list-data {
	border-bottom: 1px dotted #c9cfd9;
}
#search-data .list-data tr th {
	text-align: center;
	line-height: 1.6;
	width: 20%;
	padding: 10px 0;
	border-top: 3px solid #fdc658;
	border-right: 1px dotted #c9cfd9;
	background: #f6f7f9;
}
#search-data .list-data tr th .date {
	font-size: 2.0rem;
	font-weight: bold;
}
#search-data .list-data tr th .week {
	font-size: 1.3rem;
	font-weight: bold;
}
#search-data .list-data tr td {
	width: 80%;
	vertical-align: middle;
}
#search-data .list-data tr td.top,
#search-data .list-data tr td.conpe {
	border-top: 3px solid #71bdfd;
}
#search-data .list-data tr td.ws {
	border-top: 3px solid #72ca8b;
}
#search-data .list-data tr td ul li {
	border-bottom: 1px dotted #c9cfd9;
	padding: 12px 10px 12px 86px; 
}
#search-data .list-data tr td ul li:last-child {
	border-bottom: none;
}
#search-data .list-data tr td ul li.conpe {
	background: url(../img/common/icon-competition.gif) no-repeat;
	background-position: 10px center;
}
#search-data .list-data tr td ul li.ws {
	background: url(../img/common/icon-workshop.gif) no-repeat;
	background-position: 10px center;
}
#search-data .list-data tr td ul li.conpe a,
#search-data .list-data tr td ul li.ws a {
	font-size: 1.5rem;
	line-height: 1.4;
	font-weight: bold;
}
#search-data .list-data tr td ul li.conpe p,
#search-data .list-data tr td ul li.ws p {
	font-size: 1.2rem;
	color: #666;
}
#search-data .list-data tr td ul li.conpe .info,
#search-data .list-data tr td ul li.ws .info {
	color: #212121;
}
#search-data .list-data tr td ul li.shop {
	padding: 12px 10px 12px 10px; 
}
#search-data .list-data tr td ul li.nintei {
	background: url(../img/common/icon-nintei.gif) no-repeat;
	background-position: 98% center;
}
#search-data .list-data tr td.conpe-detail {
	border-top: 3px solid #71bdfd;
	background: url(../img/common/bg-search-competition.png) no-repeat;
	background-position: right bottom;
}
#search-data .list-data tr td.ws-detail {
	border-top: 3px solid #72ca8b;
	background: url(../img/common/bg-search-workshop.png) no-repeat;
	background-position: right bottom;
}
#search-data .list-data tr td.conpe-detail ul li.conpe {
	padding: 36px 10px 10px 10px;
	font-size: 1.8rem;
	line-height: 1.4;
	background: url(../img/common/icon-competition.gif) no-repeat;
	background-position: 10px 12px;
}
#search-data .list-data tr td.ws-detail ul li.ws {
	padding: 36px 10px 10px 10px;
	font-size: 1.8rem;
	line-height: 1.4;
	background: url(../img/common/icon-workshop.gif) no-repeat;
	background-position: 10px 12px;
}
#search-data .shop-tit {
	padding-top: 3px;
	background: url(../img/common/line2.gif) no-repeat;
	background-position: left top;
	border-bottom: 1px dotted #c9cfd9;
}
#search-data .shop-tit dt {
	float: left;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	width: 60%;
	padding: 20px 10px;
}
#search-data .shop-tit dd {
	float: right;
	text-align: right;
	width: 40%;
	color: #72ca8b;
	padding: 25px 10px 20px 0;
	font-size: 1.6rem;
	line-height: 18px;
}
#search-data .shop-tit dd .nintei {
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #c9cfd9;
}
#search-data .shop-txt {
	margin: 20px 0 20px;
}
#search-data .shop-txt img {
	float: left;
	width: 31.428571428571%;
	margin: 0 12px 12px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#search-data .shop-map {
	float: left;
	width: 65.714285714286%;
	margin-top: 30px;
}
#search-data .shop-photo1 {
	float: right;
	width: 31.428571428571%;
	margin-top: 30px;
}
#search-data .shop-photo2 {
	float: right;
	width: 31.428571428571%;
	margin-top: 10px;
}
#search-data .shop-photo1 img,
#search-data .shop-photo2 img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#search-data #sokuhou-conpe {
	background: #fffae0;
}
#search-data #sokuhou-conpe .message {
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}
#search-data #sokuhou-conpe .btn-sokuhou a {
	float: right;
	height: 40px;
	line-height: 36px;
	color: #2a2a2a;
	text-decoration: none;
	padding: 0 25px 0 8px;
	border: 3px solid #fdc658;
	background: #fff url(../img/common/globalNav-arrow.png) no-repeat;
	background-position: 94% center;
}
#search-data #sokuhou-conpe .btn-sokuhou a:hover {
	background-color: #f6f7f9;
}
#search-data #photo  {
	position: relative;
	overflow: hidden;
}
#search-data #photo ul {
	position: relative;
	float: left;
	left: 50%;
	margin: 0 0 30px;
}
#search-data #photo ul li {
	position: relative;
	float: left;
	left: -50%;
	width: 42%;
}
#search-data #photo ul li:nth-child(odd) {
	margin: 30px 2% 0 6%;
}
#search-data #photo ul li:nth-child(even) {
	margin: 30px 6% 0 2%;
}
#search-data #photo ul li img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#search-data .cap-base,
#members-form .cap-base,
#gallery-toukou .cap-base,
#contact-form .cap-base {
	background: #e4e6ea;
	font-size: 1.6rem;
	padding: 10px;
	padding: 8px 10px 5px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
#search-data .detail-data tr th,
#search-data .form-data tr th,
#members-form .form-data tr th,
#gallery-toukou .form-data tr th,
#contact-form .form-data tr th,
#contact-form .preview tr th {
	font-weight: bold;
	width: 20%;
	text-align: left;
	padding: 15px 10px 15px 20px;
	background: #f6f7f9;
	border-bottom: 1px dotted #c9cfd9;
}
#gallery-toukou .form-data tr th.txt-m {
	vertical-align: top;
}
#search-data .detail-data tr td,
#search-data .form-data tr td,
#members-form .form-data tr td,
#gallery-toukou .form-data tr td,
#contact-form .form-data tr td,
#contact-form .preview tr td {
	width: 80%;
	padding: 15px 10px 15px 20px;
	border-bottom: 1px dotted #c9cfd9;
}
#contact-form .preview tr:first-child {
	border-top: 1px dotted #c9cfd9;
}
#search-data .form-data select,
#members-form .form-data select,
#gallery-toukou .form-data select,
#contact-form .form-data select {
	height: 30px;
	background: #FFF;
	border: 1px solid #c9cfd9;
	color: #0C2245;
	font-size: 1.3rem;
	line-height: 30px;
	vertical-align: middle;
	margin-right: 10px;
}
#search-data .form-data .size1,
#members-form .form-data .size1,
#gallery-toukou .form-data .size1,
#contact-form .form-data .size1 {
	width: 20%;
}
#search-data .form-data .size2,
#members-form .form-data .size2,
#gallery-toukou .form-data .size2,
#contact-form .form-data .size2 {
	width: 50%;
}
#search-data .form-data .size-y,
#members-form .form-data .size-y,
#gallery-toukou .form-data .size-y,
#contact-form .form-data .size-y  {
	width: 20%;
}
#search-data .form-data .size3,
#members-form .form-data .size3,
#gallery-toukou .form-data .size3,
#contact-form .form-data .size3 {
	width: 80%;
}
#search-data .form-data input,
#members-form .form-data input,
#gallery-toukou .form-data input,
#contact-form .form-data input {
	height: 30px;
	background: #FFF;
	border: 1px solid #c9cfd9;
	color: #0C2245;
	margin-right: 10px;
	font-size: 1.3rem;
	line-height: 30px;
	vertical-align: middle;
}
#gallery-toukou .form-data input.toukou-file {
	width: 100%;
	border: none;
	line-height: 1.3;
}
#gallery-toukou .form-data .photo-comment {
	border: 1px solid #c9cfd9;
}
#contact-form .form-data .contact-d {
	border: 1px solid #c9cfd9;
	font-size: 1.3rem;
	width: 95% !important;
	height: 8em !important;
}
#search-data .form-data .tatoe,
#members-form .form-data .tatoe,
#gallery-toukou .form-data .tatoe,
#contact-form .form-data .tatoe {
	font-size: 1.1rem;
	color: #999;
}
#search-data .btn-entry,
#members-form .btn-entry,
#gallery-toukou .btn-entry,
#contact-form .btn-entry {
	position: relative;
	margin: 22px 20% 0;
	background: #fdc658 url(../img/common/bg-btn.gif) repeat-x;
	background-position: bottom;
	border-style: none;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 47px;
	height: 50px;
	width: 60%;
	text-align: center;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #e7a31a;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#search-data .btn-entry:hover,
#members-form .btn-entry:hover,
#gallery-toukou .btn-entry:hover,
#contact-form .btn-entry:hover {
	top: -2px;
	box-shadow: 0 5px 0 #e7a31a;
	text-decoration: none;
}
.btn-form a {
	display: inline-block;
	position: relative;
	background: #e4e6ea;
	color: #2a2a2a;
	line-height: 30px;
	height: 27px;
	padding: 0 10px;
	text-align: center;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #ccc;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.btn-form a:hover {
	top: -2px;
	box-shadow: 0 5px 0 #ccc;
	text-decoration: none;
}
#search-data .player-list {
	width: 100%;
	margin-top: 30px;
	border-left: 1px solid #c9cfd9;
	border-right: 1px solid #c9cfd9;
	border-bottom: 1px solid #c9cfd9;
}
#search-data .player-list tr td {
	vertical-align: top;
}
#search-data .player-list tr td.photo {
	width: 162px;
	padding: 10px;
	border-top: 3px solid #fdc658;
}
#search-data .player-list tr td.player-d {
	width: auto;
	padding: 9px 9px 0;
	border-top: 3px solid #71bdfd;
}
#search-data .player-list tr td.player-d h3 {
	font-size: 1.6rem;
	font-weight: bold;
	padding: 8px 0 6px;
}
#search-data .player-list tr td.player-d dl {
	border-top: 1px dotted #c9cfd9;
	padding: 6px 0 4px;
}
#search-data .player-list tr td.player-d dl dt {
	float: left;
	width: 20%;
}
#search-data .player-list tr td.player-d dl dd {
	float: left;
	width: 80%;
}
#sokuhou .cnt {
	position: relative;
	padding-top: 3px;
	background: url(../img/common/line1.gif) no-repeat;
	background-position: left top;
}
#sokuhou .cnt dt.date {
	color: #666;
	padding: 10px 12px 0;
	background: #f6f7f9;
}
#sokuhou .cnt dd.tit {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	padding: 0 150px 10px 12px;
	background: #f6f7f9;
}
#sokuhou .cnt dd.btn-detail {
	position: absolute;
	top: 28px;
	right: 10px;
	width: 100px;
	height: 30px;
	color: #2a2a2a;
	background: #fdc658 url(../img/common/bg-btn.gif) repeat-x;
	background-position: bottom;
	border: 1px solid #fdc658;
	line-height: 30px;
	text-indent: 15px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
#sokuhou .cnt dd.btn-detail a {
	display: block;
	color: #2a2a2a;
	text-decoration: none;
	background: url(../img/common/arrow-r-w.png) no-repeat;
	background-position: 80px 7px;
}
#sokuhou .cnt dd.btn-detail:hover {
	background: #ffe980;
}
#sokuhou dl dd.result {
	position: relative;
	border-left: 1px dotted #c9cfd9;
	border-right: 1px dotted #c9cfd9;
	border-bottom: 1px dotted #c9cfd9;
}
#sokuhou dl .event {
	text-align: left;
	font-weight: bold;
	padding: 6px 12px;
	background: #e4e6ea;
	border-bottom: 1px dotted #c9cfd9;
}
#sokuhou dl dd.result .w-photo {
	width: 26%;
	border-right: 1px dotted #c9cfd9;
	background: #fffae0;
	padding: 20px;
}
#sokuhou dl dd.result .w-photo img {
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#sokuhou dl dd.result .w-list {
	width: 74%;
	vertical-align: top;
}
#sokuhou dl dd.result .w-list .w01 {
	background: #fffae0;
}
#sokuhou dl dd.result .w-list .w02,
#sokuhou dl dd.result .w-list .w03 {
	border-top: 1px dotted #c9cfd9;
}
#sokuhou dl dd.result .w-list .w01 dt {
	float: left;
	width: 30%;
	padding: 12px 20px 9px;
	background: url(../img/common/icon-w01.gif) no-repeat;
	background-position: 70px 12px;
}
#sokuhou dl dd.result .w-list .w01 dd {
	float: left;
	width: 70%;
	padding: 12px 10px 9px;
}
#sokuhou dl dd.result .w-list .w02 dt {
	float: left;
	width: 30%;
	padding: 12px 20px 9px;
	background: url(../img/common/icon-w02.gif) no-repeat;
	background-position: 72px 9px;
}
#sokuhou dl dd.result .w-list .w02 dd {
	float: left;
	width: 70%;
	padding: 12px 10px 9px;
}
#sokuhou dl dd.result .w-list .w03 dt {
	float: left;
	width: 30%;
	padding: 12px 20px 9px;
}
#sokuhou dl dd.result .w-list .w03 dd {
	float: left;
	width: 70%;
	padding: 12px 10px 9px;
}
#sokuhou dl dt.event-d {
	position: relative;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: left;
	padding: 6px 12px 3px;
	background: #e4e6ea;
	border-bottom: 1px dotted #c9cfd9;
}
#sokuhou dl dt.event-d .btn-t a {
	position: absolute;
	top: 6px;
	right: 10px;
	width: 120px;
	height: 26px;
	color: #2a2a2a;
	font-size: 1.3rem;
	line-height: 26px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	background: #fdc658 url(../img/common/bg-btn.gif) repeat-x;
	background-position: bottom;
	border: 1px solid #fdc658;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
#sokuhou dl dt.event-d .btn-t a:hover {
	background: #ffe980;
}
#sokuhou dl dd.result .w-detail {
	display: table;
	width: 100%;
}
#sokuhou dl dd.result .w-detail .detail-w-l {
	display: table-cell;
	width: 42%;
	border-right: 1px dotted #c9cfd9;
	background: #fffae0 url(../img/common/bg-sokuhou-w01.gif) no-repeat;
	background-position: left bottom;
	vertical-align: top;
}
#sokuhou dl dd.result .w-detail .detail-w-l .detail-w01 {
	width: 100%;
}
#sokuhou dl dd.result .w-detail .detail-w-l .detail-w01 .w01tit {
	height: 40px;
	font-size: 2.4rem;
	line-height: 40px;
	text-align: center;
	background: url(../img/common/bg-sokuhou-w01tit.gif) no-repeat;
	background-position: center top;
}
#sokuhou dl dd.result .w-detail .detail-w-l .detail-w01 .w01name {
	height: 320px;
	font-size: 1.8rem;
	text-align: center;
}
#sokuhou dl dd.result .w-detail .detail-w-l .w01name img {
	width: 80%;
	max-width: 280px;
	margin: 20px 20px 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#sokuhou dl dd.result .w-detail .detail-w-r {
	display: table-cell;
	width: 58%;
	vertical-align: top;
}
#sokuhou dl dd.result .w-detail .detail-w-r .detail-w02 {
	width: 100%;
}
#sokuhou dl dd.result .w-detail .detail-w-r .detail-w03 {
	width: 100%;
	border-top: 1px dotted #c9cfd9;
}
#sokuhou dl dd.result .w-detail .detail-w-r .detail-w02 td,
#sokuhou dl dd.result .w-detail .detail-w-r .detail-w03 td {
	height: 120px;
	vertical-align: middle;
}
#sokuhou dl dd.result .w-detail .detail-w-r .detail-w02 td .w-name,
#sokuhou dl dd.result .w-detail .detail-w-r .detail-w03 td .w-name {
	font-size: 1.6rem;
	line-height: 1.5;
}
#sokuhou dl dd.result .w-detail .detail-w-r .detail-w02 .w-photo-d,
#sokuhou dl dd.result .w-detail .detail-w-r .detail-w03 .w-photo-d {
	width: 130px;
}
#sokuhou dl dd.result .w-detail .detail-w-r .detail-w02 .w-photo-d img,
#sokuhou dl dd.result .w-detail .detail-w-r .detail-w03 .w-photo-d img {
	width: 100px;
	height: 100px;
	margin-left: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#sokuhou .competition-data tr th {
	font-weight: bold;
	width: 20%;
	text-align: left;
	padding: 15px 10px 15px 20px;
	background: #f6f7f9;
	border: 1px dotted #c9cfd9;
}
#sokuhou .competition-data tr td {
	width: 80%;
	padding: 15px 10px 15px 20px;
	border: 1px dotted #c9cfd9;
}
#sokuhou #photo  {
	position: relative;
	overflow: hidden;
}
#sokuhou #photo ul {
	position: relative;
	float: left;
	left: 50%;
	padding: 15px 0 15px;
}
#sokuhou #photo ul li {
	position: relative;
	float: left;
	left: -50%;
	width: 42%;
}
#sokuhou #photo ul li:nth-child(odd) {
	margin: 0 2% 0 6%;
}
#sokuhou #photo ul li:nth-child(even) {
	margin: 0 6% 0 2%;
}
#sokuhou #photo ul li img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#d-history .d-h-txt {
	width: 65.714285714286%;
}
#d-history .d-h-img {
	width: 31.428571428571%;
}
.d-rule {
	padding: 0 0 0 20px;
}
.board1-tb {
	width: 100%;
}
.board1-tb tr th {
	font-weight: bold;
	padding: 8px 10px 5px;
	background: #f6f7f9;
	border: 1px dotted #c9cfd9;
}
.board1-tb tr td {
	padding: 8px 10px 5px;
	border: 1px dotted #c9cfd9;
}
.board1-tb .goukei {
	text-align: right;
	border-top: 2px solid #71bdfd;
}
.goods-tb {
	width: 26%;
}
.index-link li:nth-child(odd) {
	float: left;
	width: 45.714285714286%;
	margin: 15px 1.428571428571% 0 2.857142857143%;
}
.index-link li:nth-child(even) {
	float: left;
	width: 45.714285714286%;
	margin: 15px 2.857142857143% 0 1.428571428571%;
}
.p-provision dl dd dl dd,
.c-provision dl dd dl dd  {
	padding-left: 20px;
}
#tit-gallery {
	padding: 30px 0 30px;
	background: url(../img/gallery/bg-tit.gif) no-repeat;
	background-position: center;
}
#btn-gallery li {
	width: 50%;
}
#btn-gallery li.btn-photo {
	float: left;
	text-align: right;
	padding-right: 5px;
}
#btn-gallery li.btn-notes {
	float: right;
	text-align: left;
	padding-left: 5px;
}
.gallery-photo {
	float: left;
	width: 31.25%;
	margin: 30px 1.041666667% 0;
}
.gallery-photo .thumbnail {
	padding: 9px;
	border: 1px solid #c9cfd9;
	text-align: center;
}
.gallery-photo .tit {
	padding-top: 12px;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.4;
	background: url(../img/gallery/bg-photo.gif) no-repeat;
	background-position: center top;
	background-size: contain;
}
.gallery-photo .btn-fb {
	text-align: center;
}
.gallery-photo-detail {
	width: 100%;
	margin-top: 30px;
	border: 2px solid #4a2806;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.gallery-photo-detail dl {
	max-width: 640px;
	margin: 0 auto;
}
.gallery-photo-detail .photo {
	text-align: center;
	padding: 48px 0 0;
}
.gallery-photo-detail .btn-fb {
	margin: 12px 0 10px;
	text-align: right;
}
.gallery-photo-detail .tit {
	font-size: 1.6rem;
	line-height: 1.4;
	text-align: center;
	padding: 0 40px;
}
.gallery-photo-detail .comment {
	padding: 10px 40px 48px;
}
.gallery-toukou-tit {
	height: 62px;
	color: #fff;
	line-height: 62px;
	font-size: 1.8rem;
	background-image: url(../img/gallery/bg-toukou-tit1.gif), url(../img/gallery/bg-toukou-tit2.gif);
	background-repeat: no-repeat, no-repeat;
	background-position: top left, top right;
	background-color: #e4007f;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.gallery-toukou-img {
	float: left;
	width: 34%;
	text-align: center;
	padding: 20px;
}
.gallery-toukou-txt {
	float: right;
	width: 66%;
}
.gallery-toukou-txt h3 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 30px 0 20px;
}
.gallery-toukou-txt p {
	margin-bottom: 20px;
}
.gallery-toukou-txt ul li {
	text-align: right;
}
.gallery-toukou-txt2 {
	margin: 20px 0 30px;
	border: 1px solid #e4007f;
	padding: 20px 50px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.gallery-toukou-txt2 h2 {
	text-align: center;
	color: #e4007f;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #e4007f;
}
.sitemap {
	margin-left: -2%;
}
.sitemap li a {
	float: left;
	width:48%;
	margin: 10px 0 0 2%;
	display: block;
	padding: 6px 10px 6px;
	background: #fff url(../img/common/globalNav-arrow.png) no-repeat;
	background-position: 94% center;
	border: 1px solid #c9cfd9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
	border-radius: 5px;
}
.sitemap li a:hover {
	text-decoration: none;
	background: #f6f7f9 url(../img/common/globalNav-arrow.png) no-repeat;
	background-position: 94% center;
	border: 1px solid #71bdfd;
}
.download-list table tr th {
	width: auto;
	font-weight: normal;
	text-align: left !important;
	vertical-align: middle;
}
.download-list table tr:nth-child(odd) th {
	background-color: #ededed !important;
}
.download-list table tr td {
	width: 160px;
	text-align: center !important;
	padding: 10px 0;
	vertical-align: middle;
}
.btn-download a {
	display: inline-block;
	position: relative;
	background: #fdc658 url(../img/common/bg-btn.gif) repeat-x;
	background-position: bottom;
	border-style: none;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 32px;
	color: #000;
	height: 29px;
	width: 120px;
	text-align: center;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #e7a31a;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.btn-download a:hover {
	top: -2px;
	box-shadow: 0 5px 0 #e7a31a;
	text-decoration: none;
}
.faq dt {
	font-size: 1.6rem;
	font-weight: bold;
	padding: 0 0 0 40px;
	background: url(../img/common/icon-q.gif) no-repeat;
	background-position: left top;
	min-height: 26px;
}
.faq dd {
	padding: 2px 0 0 40px;
	margin-top: 10px;
	background: url(../img/common/icon-a.gif) no-repeat;
	background-position: left top;
	min-height: 26px;
}
#search-map {
	position: relative;
}
#search-map .tit-map {
	position: absolute;
	top: 0;
	left: 60px;
	z-index: 2;
}
#search-map .map-j {
	width: 90%;
	margin: 0 auto;
}
#search-map .map-j td {
	border:1px solid #fff;
	vertical-align: middle;
	padding: 3px;
}
#search-map .map-j td.j01 {
	background:#d3efb7;
}
#search-map .map-j td.j02 {
	background:#dbeffe;
}
#search-map .map-j td.j03 {
	background:#ffe7cf;
}
#search-map .map-j td.j04 {
	background:#ffd4c5;
}
#search-map .map-j td.j05 {
	background:#ffd8ec;
}
#search-map .map-j td.j06 {
	background:#d2e0f9;
}
#search-map .map-j td.j07 {
	background:#b7efbe;
}
#search-map .map-j td.j08 {
	background:#ffe4c8;
}
#search-map .map-j td.j09 {
	background:#fff2b8;
}
#top-tagline {
	font-size: 1.6rem; text-align: center;
}



@media screen and (min-width: 641px) and (max-width: 940px) {
	
/*　　　box タブレット
------------------------------------------------------*/

.tit1 {
	font-size: 2.2rem;
	line-height: 1.4;
	font-weight: bold;
}

/*　　　ヘッダー タブレット
------------------------------------------------------*/

#globalNav li a {
	display: block;
	margin: 0;
	padding: 15px 18px 11px;
	color: #000;
	font-size: 13px;
	line-height: 1;
	text-decoration: none;
}
#globalNav li ul {
	display: none;
}
#globalNav &gt; li:hover &gt; a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#globalNav li:hover a.tab {
	padding-left: 18px;
}
#globalNav li:hover a.btn {
	padding-left: 18px;
}

/*　　　ヘッダー サイドバー
------------------------------------------------------*/

#sidebar dl dd ul li a.contact {
	font-size: 1.5rem;
	border: 2px solid #71bdfd;
	text-align: center;
	background: url(../img/common/icon-contact.gif) no-repeat;
	background-position: 18% center;
	text-indent: 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

/*　　　コンテンツ タブレット
------------------------------------------------------*/

#topNews dl dt {
	float: left;
	width: 20%;
	padding: 14px 10px 12px;
}
#topNews dl dd {
	float: left;
	padding: 14px 10px 12px;
	width: 80%;
}

}

@media screen and (min-width: 667px) and (max-width: 736px) {
#globalNav li a {
	display: block;
	margin: 0;
	padding: 15px 14px 11px;
	color: #000;
	font-size: 12px;
	line-height: 1;
	text-decoration: none;
}
}
@media screen and (max-width: 640px) {

body {
	font-size: 1.4rem;
	line-height: 1.6;
}
/*　　　box SP
------------------------------------------------------*/

.box, .box-w {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.box-l {
	float: left;
	width: 42%;
	margin-left: 6%;
	margin-right: 2%;
}
.box-r {
	float: right;
	width: 42%;
	margin-left: 2%;
	margin-right: 6%;
}
#page {
	width: 100%;
	border-top: 6px solid #fff;	
}
#contents {
	position: relative;
	padding-top: 0px;
}
.col12, .col10, .col9, .col8, .col6, .col4, .col4l, .col3 {
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
}
.col3l {
	width: 42%;
	margin-left: 6%;
	margin-right: 2%;
}
.col3r {
	width: 42%;
	margin-left: 2%;
	margin-right: 6%;
}
.inner-l,
.inner-r{
	width: 100%;
	padding: 0;
}
.tit1,
.tit-page {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}
.sp-tit-page {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 10px;
}
.tit-page-b {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	color: #2a2a2a;
	padding: 5px;
	background: #fff;
	border: 2px solid #71bdfd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.tit-page-g {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	color: #2a2a2a;
	padding: 5px;
	background: #fff;
	border: 2px solid #72ca8b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.tit-page-or {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	color: #2a2a2a;
	padding: 5px;
	background: #fff;
	border: 2px solid #fdc658;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.tit-page-mg {
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: bold;
	color: #e4007f;
	margin: 20px 0;
	text-align: center;
}
.tit-b {
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.4;
	font-weight: bold;
	padding: 8px 10px 5px;
	background: #d1eaff;
	border-bottom: 3px solid #71bdfd;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.tit {
	font-size: 1.6rem;
	line-height: 1.4;
}
.btn-t a {
	font-size: 1.4rem;
	line-height: 1.5;
}
.img-l {
	margin: 0 10px 10px 0;
	width: 45%; 
}
.img-r {
	margin: 0 0 12px 12px;
	width: 45%;
}
.sp-tb tr th,
.sp-tb tr td {
	font-size:0.4rem!important;
	padding:0.4rem!important;
	line-height:1.2!important;
}
.sp-mt60 {
	margin-top: 60px;
}
.sp-mt50 {
	margin-top: 50px;
}
.sp-mt40 {
	margin-top: 40px;
}
.sp-mt30 {
	margin-top: 30px;
}
.sp-mt20 {
	margin-top: 20px;
}
.sp-mt15 {
	margin-top: 15px;
}
.sp-mt10 {
	margin-top: 10px;
}
.sp-mt5 {
	margin-top: 5px;
}
.sp-mb10 {
	margin-bottom: 10px;
}

/*　　　ヘッダー SP
------------------------------------------------------*/

header {
	position: relative;
	width: 100%;
	height: 78px;
	margin: 0 auto;
}
#logo {
	position: absolute;
	top: 25px;
	left: 0;
	width: 100%;
	text-align: center;
}
#logo img {
	height: 28px;
}
#sp-globalNav {
	position: absolute;
	width: 100%;
	z-index: 10;
}
#sp-globalNav dt {
	position: absolute;
	top: 24px;
	right: 3%;
	display:block;
	cursor:pointer;
	height: 30px;
	width: 30px;
	text-indent: -9999px;
	background: url(../img/common/sp-globalNav-btn.gif) no-repeat;
}
#sp-globalNav dt.active {
	background-position: 0 -30px;
}
#sp-globalNav dd {
	position: absolute;
	top: 78px;
	display: none;
	width: 100%;
	padding: 15px 0 20px;
	background: #fff;
}
#sp-globalNav dd ul li {
	width: 90%;
	text-align: left;
	font-size: 1.5rem;
	margin: 7px auto 0;
	background: #fff url(../img/common/globalNav-arrow.png) no-repeat;
	background-position: 96% center;
	border: 2px solid #71bdfd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	
}
#sp-globalNav dd ul li:first-child {
	margin-top: 0;
}
#sp-globalNav dd ul li:last-child {
}
#sp-globalNav dd ul li a {
	display: block;
	height: 42px;
	line-height: 42px;
	padding: 0 10px 0 10px;
}
#sp-globalNav dd ul li.sub-l-btn {
	float: left;
	width: 44%;
	margin: 7px 0 0 5%;
	font-size: 12px;
	background: #fff url(../img/common/globalNav-arrow.png) no-repeat;
	background-position: 92% center;
}
#sp-globalNav dd ul li.sub-r-btn {
	float: right;
	width: 44%;
	margin: 7px 5% 0 0;
	font-size: 12px;
	background: #fff url(../img/common/globalNav-arrow.png) no-repeat;
	background-position: 92% center;
}


/*　　　サイドバー SP
------------------------------------------------------*/
#sp-sidebar {
	width: 94%;
	margin: -6px 3% 10px;
	border-top: none;
}
#sp-sidebar dl dt {
	padding: 8px 10px 8px;
	font-size: 1.6rem;
	text-align: center;
	background: #fdc658 url(../img/common/arrow-down.png) no-repeat;
	background-position: 94% center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#sp-sidebar dl dt.active {
	background: #ffaa00 url(../img/common/arrow-up.png) no-repeat;
	background-position: 94% center;
}
#sp-sidebar dl dd {
	display: none;
}
#sp-sidebar dl dd ul li a {
	display: block;
	padding: 8px 20px 6px;
	margin-top: 8px;
	border: 1px solid #c9cfd9;
	background: url(../img/common/globalNav-arrow.png) no-repeat;
	background-position: 94% center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#sp-sidebar dl dd ul li a.contact {
	font-size: 1.5rem;
	border: 2px solid #71bdfd;
	text-align: center;
	background: url(../img/common/icon-contact.gif) no-repeat;
	background-position: 30% center;
	text-indent: 25px;
}

/*　　　ページナビ SP
------------------------------------------------------*/
.pageNav {
	position: relative;
	overflow: hidden;
}
.pageNav p {
	display: none;
}
.pageNav ul {
	position: relative;
	left:50%;
	float: left;
}
.pageNav ul li {
	position:relative;
	float: left;
	left:-50%;
	margin: 0 3px;
}
.pageNav ul li a {
	display: block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #c9cfd9;
	background: #fff;
	text-align: center;
}
.pageNav ul li a.act {
	color: #2a2a2a;
	background: #f6f7f9;
}
.pageNav ul a:hover {
	background: #f6f7f9;
	text-decoration: none;
}
.pageNav ul li.next a {
	text-indent: -9999px;
	border: none;
	background: url(../img/common/pageNav-arrow1.png) no-repeat;
	background-position: center;
}
.pageNav ul li.previous a {
	text-indent: -9999px;
	border: none;
	background: url(../img/common/pageNav-arrow2.png) no-repeat;
	background-position: center;
}
.pageNav ul li.next a:hover,
.pageNav ul li.previous a:hover {
	border: 1px solid #c9cfd9;
	background-color: #f6f7f9;
}

/*　　　フッター SP
------------------------------------------------------*/

#sp-ftNav {
	padding-bottom: 30px;
}
#sp-ftNav div dl {
	float: left;
}
#sp-ftNav div dl dt {
	padding: 12px 20px 8px;
	margin-bottom: 10px;
	background: #e4e6ea url(../img/common/arrow-down.png) no-repeat;
	background-position: 94% center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#sp-ftNav div dl dt.active {
	background: #c9cfd9 url(../img/common/arrow-up.png) no-repeat;
	background-position: 94% center;
}
#sp-ftNav div dl dd {
	display: none;
	border-bottom: 1px solid #fff;
	margin-bottom: 30px;
}
#sp-ftNav div dl dd ul li a {
	display: block;
	width: 100%;
	padding: 5px 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dddee0;
	background: url(../img/common/globalNav-arrow.png) no-repeat;
	background-position: 94% center;
}
#sp-ftNav div dl dd ul li:first-child a {
	border-top: none;
}
#footer-banner {
	margin-bottom: 45px;
}
#footer-banner li:nth-child(odd) {
	float: left;
	
}
#footer-banner li:nth-child(even) {
	float: right;
}
address {
	float: none;
}
address dl dt {
	font-size: 2.0rem;
	text-align: center;
	padding: 6px;
	border: 1px solid #ccc;
	background: #fff;
}
address dl dd.logo2 {
	float: left;
	padding: 20px 10px;
	width: 35%;
	text-align: center;
}
address dl dd.jda-add {
	float: right;
	width: 65%;
	padding-top: 20px;
}
address dl dd .jda {
	font-size: 1.3rem;
}
#subNav-ft  {
	float: none;
	position: relative;
	overflow: hidden;
	width: 88%;
	margin-left: 6%;
	margin-right: 6%
}
#subNav-ft ul {
	position: relative;
	float: left;
	left: 50%;
	margin-top: 20px;
}
#subNav-ft ul li {
	position: relative;
	float: left;
	left: -50%;
	font-size: 1.1rem;
	padding: 0 12px;
	border-right: 1px solid #ccc;
}


/*　　　コンテンツ SP
------------------------------------------------------*/

#gallery {
	width: 100%;
	display: block;
	background: url(../img/top/sp-bg-gallery.gif) no-repeat;
	background-position: center 3px;
	background-size: auto 21px;
}
#gallery h2 {
	padding-top: 30px;
}
#gallery ul li {
	text-align: center;
	width: 100%;
}
#gallery ul li.btn-photo,
#gallery ul li.btn-notes {
	float: none;
	text-align: center;
	padding: 0;
	margin-top: 10px;
}
#cnt-banner {
	margin-top: 15px;
}
#cnt-banner li {
	float: left;
	width: 100%;
	margin: 15px 0 0;
}
#cnt-banner li p {
	display: none;
}
#cnt-facebook,
#cnt-twitter {
	float: none;
	width: 94%;
	height: 320px;
	margin: 30px 3% 0;
	background: #f6f7f9;
}
#cnt-facebook2 {
	float: left;
	width: 94%;
	height: 320px;
	margin: 0px 3% 15px;
}
#ad-banner {
	float: none;
	width: 94%;
	margin: 30px 3% 0;
}
#support-banner1 {
	margin-top: 20px;
}
#support-banner2 {
	margin-top: 20px;
}
#support-banner1 li,
#support-banner2 li {
	float: left;
	width: 100%;
	margin-top: 15px;
}
#topNews {
	position: relative;
	margin-top: 30px;
}
#topNews h3 {
	font-size: 1.8rem;
	line-height: 1;
	padding: 12px 10px 9px;
	margin-bottom: 0;
	background: #e4e6ea;
	border-bottom: 3px solid #c9cfd9;
}
#topNews #btn-ppress-release a {
	position: absolute;
	top: 6px;
	right: 8px;
	width: 130px;
	color: #2a2a2a;
	padding: 8px 15px 5px 10px;
	border: 1px solid #c9cfd9;
	line-height: 1;
	background: #fff url(../img/common/globalNav-arrow.png) no-repeat;
	background-position: 94% center;
}
#topNews #btn-ppress-release a:hover {
	background-color: #f6f7f9;
	text-decoration: none;
}
#topNews dl {
	padding: 10px 0 10px;
	border-bottom: 1px dotted #c9cfd9;
}
#topNews dl dt {
	float: none;
	width: 100%;
	padding: 0;
}
#topNews dl dd {
	float: none;
	width: 100%;
	padding: 0;
}
#news dl {
	margin-top: 30px;
	padding-top: 3px;
	background: url(../img/common/line1.gif) no-repeat;
	background-position: -50px top;
}
#news dl dd.cnt img {
	float: left;
	width: 45%;
}
#search {
	margin: 10px 0 0;
	background: #f6f7f9;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
#search.competition {
	background: #f6f7f9 url(../img/common/bg-search-competition.gif) no-repeat;
	background-position: right bottom;
	background-size: 35%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#search.workshop {
	background: #f6f7f9 url(../img/common/bg-search-workshop.png) no-repeat;
	background-position: right bottom;
	background-size: 32%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#search.shop {
	background: #f6f7f9 url(../img/common/bg-search-shop.png) no-repeat;
	background-position: right bottom;
	background-size: 25%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#search h2 {
	height: 38px;
	line-height: 38px;
	background: url(../img/common/bg-search-tit.gif) no-repeat;
	background-position: center top;
	background-size: 220%;
}
#search ul {
	padding: 10px;
}
#search ul li {
	float: left;
	padding-right: 0;
}
#search ul li.sel-todofuken {
	width: 50%;
	padding-right: 5px;
}
#search ul li.sel-year {
	width: 50%;
	padding-right: 5px;
}
#search ul li.sel-narabi {
	width: 50%;
	padding-left: 5px;
}
#search ul li.sel-category {
	width: 100%;
	margin-top: 5px;
}
#search ul li.txt {
	width: 100%;
	margin-top: 5px;
}
#search ul li.btn {
	width: 100%;
	margin: 15px 0 10px;
}
#search.competition ul li.btn,
#search.workshop ul li.btn,
#search.shop ul li.btn {
	width: 60%;
	margin: 15px 0 10px;
}
#search .todofuken,
#search .year,
#search .narabi,
#search .category {
	width: 100%;
	height: 30px;
	background: #FFF;
	border: 1px solid #c9cfd9;
	color: #0C2245;
	font-size: 1.3rem;
	line-height: 30px;
	vertical-align: middle;
	margin-right: 10px;
}
#search .keyword {
	width: 100%;
	height: 30px;
	background: #FFF;
	border: 1px solid #c9cfd9;
	color: #0C2245;
	margin-right: 10px;
	font-size: 1.3rem;
	line-height: 30px;
	vertical-align: middle;
}
#search .btn-search {
	display: inline-block;
	position: relative;
	margin: 0;
	background-color: #fdc658;
	border-radius: 5px;
	border-style: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 37px;
	height: 39px;
	width: 100%;
	text-align: center;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #e7a31a;
	cursor: pointer;
}
#search .btn-search:hover {
	top: -2px;
	box-shadow: 0 5px 0 #e7a31a;
	text-decoration: none;
}
#search-data .list-data {
	border-bottom: 1px dotted #c9cfd9;
}
#search-data .list-data tr th {
	text-align: center;
	line-height: 1.6;
	width: 30%;
	padding: 10px 0;
	border-top: 3px solid #fdc658;
	border-right: 1px dotted #c9cfd9;
	background: #f6f7f9;
}
#search-data .list-data tr th .date {
	font-size: 1.6rem;
	font-weight: bold;
}
#search-data .list-data tr th .week {
	font-size: 1.0rem;
	font-weight: bold;
}
#search-data .list-data tr td {
	width: 70%;
	vertical-align: middle;
}
#search-data .list-data tr td.top,
#search-data .list-data tr td.conpe {
	border-top: 3px solid #71bdfd;
}
#search-data .list-data tr td.ws {
	border-top: 3px solid #72ca8b;
}
#search-data .list-data tr td ul li {
	line-height: 1.4;
	border-bottom: 1px dotted #c9cfd9;
	padding: 32px 0 8px 10px; 
}
#search-data .list-data tr td ul li:last-child {
	border-bottom: none;
}
#search-data .list-data tr td ul li.conpe {
	background: url(../img/common/icon-competition.gif) no-repeat;
	background-position: 10px 8px;
}
#search-data .list-data tr td ul li.ws {
	background: url(../img/common/icon-workshop.gif) no-repeat;
	background-position: 10px 8px;
}
#search-data .list-data tr td ul li.nintei {
	padding: 32px 0 8px 10px; 
	background: url(../img/common/icon-nintei.gif) no-repeat;
	background-position: 10px 10px;
}
#search-data .list-data tr td.conpe-detail {
	border-top: 3px solid #71bdfd;
	background: url(../img/common/bg-search-competition.png) no-repeat;
	background-position: right bottom;
	background-size: 36%;
}
#search-data .list-data tr td.ws-detail {
	border-top: 3px solid #72ca8b;
	background: url(../img/common/bg-search-workshop.png) no-repeat;
	background-position: right bottom;
	background-size: 32%;
}
#search-data .list-data tr td.conpe-detail ul li.conpe {
	padding: 32px 10px 8px 10px;
	font-size: 1.6rem;
	line-height: 1.4;
	background: url(../img/common/icon-competition.gif) no-repeat;
	background-position: 10px 8px;
}
#search-data .list-data tr td.ws-detail ul li.ws {
	padding: 32px 10px 8px 10px;
	font-size: 1.6rem;
	line-height: 1.4;
	background: url(../img/common/icon-workshop.gif) no-repeat;
	background-position: 10px 8px;
}
#search-data .cap-base,
#members-form .cap-base,
#gallery-toukou .cap-base,
#contact-form .cap-base {
	background: #e4e6ea;
	font-size: 1.6rem;
	padding: 10px;
	padding: 5px 10px 2px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
#search-data .detail-data tr th,
#search-data .form-data tr th,
#members-form .form-data tr th,
#gallery-toukou .form-data tr th,
#contact-form .form-data tr th,
#contact-form .preview tr th {
	font-weight: bold;
	width: 30%;
	text-align: left;
	padding: 6px;
	background: #f6f7f9;
	border-bottom: 1px dotted #c9cfd9;
}
#search-data .detail-data tr td,
#search-data .form-data tr td,
#members-form .form-data tr td,
#gallery-toukou .form-data tr td,
#contact-form .form-data tr td,
#contact-form .preview tr td {
	width: 70%;
	padding: 6px;
	border-bottom: 1px dotted #c9cfd9;
}
#search-data .form-data .size1,
#members-form .form-data .size1,
#gallery-toukou .form-data .size1,
#contact-form .form-data .size1 {
	width: 30%;
}
#search-data .form-data .size2,
#members-form .form-data .size2,
#gallery-toukou .form-data .size2,
#contact-form .form-data .size2 {
	width: 80%;
}
#search-data .form-data .size-y,
#members-form .form-data .size-y,
#gallery-toukou .form-data .size-y,
#contact-form .form-data .size-y {
	width: 40%;
}
#search-data .form-data .size3,
#members-form .form-data .size3,
#gallery-toukou .form-data .size3,
#contact-form .form-data .size3 {
	width: 95%;
}
#search-data .btn-entry,
#members-form .btn-entry,
#gallery-toukou .btn-entry,
#contact-form .btn-entry {
	position: relative;
	margin: 22px 6% 0;
	background: #fdc658 url(../img/common/bg-btn.gif) repeat-x;
	background-position: bottom;
	border-style: none;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 47px;
	height: 50px;
	width: 88%;
	text-align: center;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #e7a31a;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#search-data .shop-tit {
	padding-top: 3px;
	background: url(../img/common/line2.gif) no-repeat;
	background-position: left top;
	border-bottom: 1px dotted #c9cfd9;
	background-position: -50px top;
}
#search-data .shop-tit dt {
	float: left;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	width: 100%;
	padding: 15px 10px 5px;
}
#search-data .shop-tit dd {
	float: left;
	text-align: left;
	width: 100%;
	color: #72ca8b;
	padding: 0 10px 15px 10px;
	font-size: 1.4rem;
	line-height: 18px;
}
#search-data .shop-tit dd .nintei {
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #c9cfd9;
}
#search-data .shop-txt {
	margin: 20px 0 20px;
}
#search-data .shop-txt img {
	float: left;
	width: 45%;
	margin: 0 12px 12px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#search-data .shop-map {
	float: left;
	width: 100%;
	margin-top: 15px;
}
#search-data .shop-photo1 {
	float: left;
	width: 42%;
	margin: 10px 2% 0 6%;
}
#search-data .shop-photo2 {
	float: left;
	width: 42%;
	margin: 10px 6% 0 2%;
}
#search-data .player-list {
	margin-top: 15px;
}
#search-data .player-list tr td.photo {
	width: 100px;
	padding: 5px;
	border-top: 3px solid #fdc658;
}
#search-data .player-list tr td.player-d {
	width: auto;
	padding: 5px 5px 0;
	border-top: 3px solid #71bdfd;
}
#search-data .player-list tr td.player-d h3 {
	font-size: 1.4rem;
	font-weight: bold;
	padding: 6px 0 4px;
}
#search-data .player-list tr td.player-d dl {
	border-top: 1px dotted #c9cfd9;
	padding: 4px 0 2px;
}
#search-data .player-list tr td.player-d dl dt {
	float: left;
	width: 40%;
	font-size: 1.2rem;
}
#search-data .player-list tr td.player-d dl dd {
	float: left;
	width: 60%;
	font-size: 1.2rem;
}




#sokuhou .cnt {
	position: relative;
	padding-top: 3px;
	background: url(../img/common/line1.gif) no-repeat;
	background-position: -50px top;
}
#sokuhou .cnt dd.tit {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	padding: 6px 12px 10px;
	background: #f6f7f9;
}
#sokuhou .cnt dd.btn-detail {
	display: block;
	position: absolute;
	top: 12px;
	right: 10px;
	width: 80px;
	height: 22px;
	font-size: 1.2rem;
	line-height: 22px;
	text-indent: 10px;
	color: #2a2a2a;
	background: #fdc658 url(../img/common/bg-btn.gif) repeat-x;
	background-position: bottom;
	border: 1px solid #fdc658;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
#sokuhou .cnt dd.btn-detail a {
	display: block;
	color: #2a2a2a;
	background: url(../img/common/arrow-r-w.png) no-repeat;
	background-position: 64px 4px;
}
#sokuhou dl dd.result {
	border: 1px dotted #c9cfd9;
}
#sokuhou dl dd.result .event {
	text-align: left;
	font-weight: bold;
	padding: 6px 12px;
	background: #e4e6ea;
}
#sokuhou dl dd.result .w-photo {
	width: 26%;
	border-right: 1px dotted #c9cfd9;
	background: #fffae0;
	padding: 3%;
}
#sokuhou dl dd.result .w-photo img {
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#sokuhou dl dd.result .w-list {
	width: 74%;
	line-height: 1.4;
	font-size: 1.2rem;
	vertical-align: top;
}
#sokuhou dl dd.result .w-list dt,
#sokuhou dl dd.result .w-list dd {
	min-height: 30px;
}
#sokuhou dl dd.result .w-list .w01 {
	background: #fffae0;
}
#sokuhou dl dd.result .w-list .w02,
#sokuhou dl dd.result .w-list .w03 {
	border-top: 1px dotted #c9cfd9;
}
#sokuhou dl dd.result .w-list .w01 dt {
	float: left;
	width: 40%;
	padding: 6px 4px 4px;
	background: url(../img/common/icon-w01.gif) no-repeat;
	background-position: 48px 5px;
}
#sokuhou dl dd.result .w-list .w01 dd {
	float: left;
	width: 60%;
	padding: 6px 4px 4px;
}
#sokuhou dl dd.result .w-list .w02 dt {
	float: left;
	width: 40%;
	padding: 6px 4px 4px;
	background: url(../img/common/icon-w02.gif) no-repeat;
	background-position: 48px 2px;
}
#sokuhou dl dd.result .w-list .w02 dd {
	float: left;
	width: 60%;
	padding: 6px 4px 4px;
}
#sokuhou dl dd.result .w-list .w03 dt {
	float: left;
	width: 40%;
	padding: 6px 4px 4px;
}
#sokuhou dl dd.result .w-list .w03 dd {
	float: left;
	width: 60%;
	padding: 6px 4px 4px;
}
#sokuhou dl dt.event-d {
	font-size: 1.4rem;
}
#sokuhou dl dt.event-d .btn-t a {
	position: absolute;
	top: 6px;
	right: 10px;
	width: 110px;
	height: 22px;
	color: #2a2a2a;
	font-size: 1.2rem;
	padding: 0;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	background: #fdc658 url(../img/common/bg-btn.gif) repeat-x;
	background-position: bottom;
	border: 1px solid #fdc658;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
#sokuhou dl dd.result .w-detail {
	display: block;
	width: 100%;
}
#sokuhou dl dd.result .w-detail .detail-w-l {
	display: block;
	width: 100%;
	border-right: none;
	background: #fffae0 url(../img/common/bg-sokuhou-w01.gif) no-repeat;
	background-position: left bottom;
}
#sokuhou dl dd.result .w-detail .detail-w-l .detail-w01 {
	width: 100%;
}
#sokuhou dl dd.result .w-detail .detail-w-l .detail-w01 .w01name {
	height: 320px;
	font-size: 1.8rem;
	text-align: center;
	padding-bottom: 30px;
}
#sokuhou dl dd.result .w-detail .detail-w-r {
	display: block;
	width: 100%;
}
#sokuhou dl dd.result .w-detail .detail-w-r .detail-w02,
#sokuhou dl dd.result .w-detail .detail-w-r .detail-w03 {
	width: 100%;
	border-top: 1px dotted #c9cfd9;
}

#sokuhou dl dd.result .w-detail .detail-w-r .detail-w02 td .w-name,
#sokuhou dl dd.result .w-detail .detail-w-r .detail-w03 td .w-name {
	font-size: 1.6rem;
	line-height: 1.5;
}
#sokuhou .competition-data tr th {
	font-weight: bold;
	width: 30%;
	text-align: left;
	padding: 6px;
	background: #f6f7f9;
	border: 1px dotted #c9cfd9;
}
#sokuhou .competition-data tr td {
	width: 70%;
	padding: 6px;
	border: 1px dotted #c9cfd9;
}
#d-history .d-h-txt {
	width: 100%;
}
#d-history .d-h-img {
	width: 100%;
	text-align: center;
}
.index-link li:nth-child(odd) {
	float: left;
	width: 100%;
	margin: 15px 0 0 0;
}
.index-link li:nth-child(even) {
	float: left;
	width: 100%;
	margin: 15px 0 0 0;
}
#tit-gallery {
	padding: 10px 0 10px;
	background: none;
}
#btn-gallery li {
	width: 100%;
}
#btn-gallery li.btn-photo,
#btn-gallery li.btn-notes {
	float: none;
	text-align: center;
	padding: 0;
	margin-top: 10px;
}
.sp-gallery-photo {
	margin-top: 15px;
}
.gallery-photo {
	float: left;
	width: 100%;
	margin: 15px 0 0;
	padding-bottom: 15px;
	border-bottom: 1px dotted #c9cfd9;
}
.gallery-photo .thumbnail {
	float: left;
	width: 35%;
	padding: 3px;
	border: 1px solid #c9cfd9;
	text-align: center;
}
.gallery-photo .tit {
	float: right;
	width: 65%;
	text-align: left;
	padding: 0 0 0 10px;
	font-size: 1.4rem;
	line-height: 1.4;
	background: none;
}
.gallery-photo .btn-fb {
	float: right;
	width: 65%;
	text-align: right;
	padding: 0 0 0 10px;
}
.gallery-photo-detail {
	width: 100%;
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #4a2806;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.gallery-photo-detail dl {
	max-width: 640px;
	margin: 0 auto;
}
.gallery-photo-detail .photo {
	text-align: center;
	padding: 0;
}
.gallery-photo-detail .btn-fb {
	margin: 8px 0 14px;
	text-align: right;
}
.gallery-photo-detail .tit {
	font-size: 1.6rem;
	line-height: 1.4;
	text-align: center;
	padding: 0;
}
.gallery-photo-detail .comment {
	padding: 10px 0 0;
}
.gallery-toukou-tit {
	height: auto;
	color: #fff;
	line-height: 1.3;
	padding: 10px;
	font-size: 1.6rem;
	background-image: none;
	background-repeat: no-repeat, no-repeat;
	background-position: top 10%, top right;
	background-color: #e4007f;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.gallery-toukou-img {
	display: none;
	float: none;
	width: 100%;
	padding: 0;
}
.gallery-toukou-txt {
	float: none;
	width: 100%;
}
.gallery-toukou-txt h3 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 10px 0 10px;
}
.gallery-toukou-txt p {
	margin-bottom: 10px;
}
.gallery-toukou-txt ul li {
	text-align: right;
}
.gallery-toukou-txt2 {
	border: 1px solid #e4007f;
	padding: 10px 10px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.gallery-toukou-txt2 h2 {
	font-size: 1.6rem;
}
.sitemap li a {
	width: 98%;
}
.download-list table tr th {
	font-size: 1.2rem;
	line-height: 1.5;
}
.download-list table tr td {
	width: 100px;
	text-align: center !important;
	padding: 10px 0;
	vertical-align: middle;
}
.btn-download a {
	display: inline-block;
	position: relative;
	background: #fdc658 url(../img/common/bg-btn.gif) repeat-x;
	background-position: bottom;
	border-style: none;
	font-size: 1.0rem;
	font-weight: bold;
	line-height: 32px;
	color: #000;
	height: 29px;
	width: 80px;
	text-align: center;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #e7a31a;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.btn-download a:hover {
	top: -2px;
	box-shadow: 0 5px 0 #e7a31a;
	text-decoration: none;
}


}


@media screen and (min-width: 641px) {
/*　　　PCで非表示
------------------------------------------------------*/
.sp {
	display: none;
}
}


@media screen and (max-width: 640px) {
/*　　　SPで非表示
------------------------------------------------------*/ 
.pc {
	display: none;
}
}


@media screen and (min-width: 2000px) {
body {
	background-size: contain;
}
}


@media print {
#globalNav li a {
	padding: 15px 12px 11px 13px;
	font-size: 13px;
}
.sp {
	display: none;
}
}</pre></body></html>