@charset "utf-8";



/* 全ページ共通部分　ここから */
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, 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-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	font-family: 'Noto Sans Japanese', sans-serif;
	letter-spacing: 0px;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

.hoverclear50:hover{
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}

body{
	background-image:url(../images/pc-bg.jpg);
}



#header{
	background-image:url(../images/glonav-bg.png);
	height:95px;
	position:static;
	z-index:500;
}

#header ul{
	width:1000px;
	margin:auto;
}

#header li{
	float:left;
}

#header li a{
	height:0px;
	padding-top:89px;
	overflow:hidden;
	display:block;
	background-image:url(../images/spritepng_new.png);
}

#header li.head_mixi a{
	width:30px;
	padding-top:32px;
	margin-top:25px;
	margin-left:19px;
	background-position:-745px -30px;
}
#header li.head_twitter a{
	padding-top:32px;
	width:30px;
	margin-top:25px;
	margin-left:10px;
	background-position:-785px -30px;
}
#header li.head_facebook a{
	padding-top:32px;
	width:30px;
	margin-top:25px;
	margin-left:10px;
	margin-right:18px;
	background-position:-824px -30px;
}

/*オーディオjs系*/
.scrubber,.time{display:none;}
.audiojs{
	width:129px;
	height:89px;
	box-shadow:none;
	background:none;
}

li.head_soundbtn .audiojs .play-pause{
	width:129px;
	height:89px;
	background-image:url(../images/spritepng_new.png);
	background-position:-871px 0;
	padding:0;
	border:none;
}
li.head_soundbtn .audiojs .play-pause:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}
li.head_soundbtn .audiojs.playing .play-pause{
	background-position:-871px -300px;	
}

.head_logo a{
	background-position:0 0;
	width:161px;
}

.head_about a{
	width:333px;
	background-position:-162px 0;
}

.head_about a:hover{
	background-position:-162px -300px;
}

.head_movie a{
	width:110px;
	background-position:-497px 0;
}

.head_movie a:hover{
	background-position:-497px -300px;
}

.head_gallery a{
	width:120px;
	background-position:-607px 0;
}

.head_gallery a:hover{
	background-position:-607px -300px;
}


#wrapper{
	width:1000px;
	margin:auto;
	box-shadow:rgba(255, 242, 122, 0.35) 0px 0px 33px 15px;
-webkit-box-shadow:rgba(255, 242, 122, 0.35) 0px 0px 33px 15px;
-moz-box-shadow:rgba(255, 242, 122, 0.35) 0px 0px 33px 15px;
}
.nakacontents{
	padding:40px;
	padding-bottom:0;
	width:920px;
	height:15px;
	background-image:url(../images/wrapbg2.jpg);
}
.contents{
	padding-top:20px;
	padding-left:40px;
	padding-right:40px;
	width:920px;
	background-image:url(../images/wrapbg_repeat.jpg);
}
.notice_title01{
height:auto;
padding:6px;
color:#ffffff;
font-family: 'Noto Sans Japanese', sans-serif;
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.5) 10%, rgba(160,131,3,1) 50%, rgba(255,255,255,0.5) 90%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(1%,rgba(255,255,255,0)), color-stop(10%,rgba(255,255,255,0.5)), color-stop(50%,rgba(160,131,3,1)), color-stop(90%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.5) 10%,rgba(160,131,3,1) 50%,rgba(255,255,255,0.5) 90%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.5) 10%,rgba(160,131,3,1) 50%,rgba(255,255,255,0.5) 90%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.5) 10%,rgba(160,131,3,1) 50%,rgba(255,255,255,0.5) 90%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.5) 10%,rgba(160,131,3,1) 50%,rgba(255,255,255,0.5) 90%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
text-shadow: 1px 1px 3px #000;  
}
.detail_area table{
	margin:auto;
	font-size:12px;
	margin-bottom:10px;
}
.detail_area td{
	width:148px;
}
.detail_area th{
	width:62px;
}
.detail_page table {
  width: 98%;
  margin:10px auto;
  border-spacing: 0;
}
.detail_page table th {
  color: #fff;
  font-size:15px;
  padding: 8px 15px;
  background: #0E0C05;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(101, 85, 41,1)), to(rgba(14, 12, 5,1)));
  font-weight: bold;
  border-left:1px solid #6B4F26;
  border-top:1px solid #6B4F26;
  border-bottom:1px solid #6B4F26;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
.detail_page table th:last-child {
  border-right:1px solid #BBA972;
}
.detail_page table tr td {
  padding: 8px 15px;
  font-size:14px;
  border-bottom: 1px solid #BBA972;
  border-left: 1px solid #BBA972;
  text-align: center;
}
.detail_page table tr td:last-child {
  border-right: 1px solid #BBA972;
}
.detail_page table tr {
  background: #fff;
}
.detail_page table tr:nth-child(2n+1) {
  background: #FFF9E9;
}

.dllink{
	text-align:center;
}
.dllink a{
	margin-bottom:10px;
}
#smooth{
	position:fixed;
	z-index:600;
	bottom:0px;
	right:0px;
}
#smooth a{
	width:195px;
	height:242px;
	display:block;
	text-indent:-9999px;
	outline:none;
	background-image:url(../images/hatsume-pegetop-1.png);
}
.footer_navi{
	text-align:center;
	background-color:#000;
	color:#FFF;
}
.footer_navi a{
	color:#FFF;
	font-size:12px;
	text-decoration:none;
}
.footer_navi .partition_line{
	width:100%;
	background-image:url(../images/partition.png);
	height:9px;
	background-position:0 -1px;
}
.foot_link{
	margin-bottom:10px;
	width:1000px;
	margin:auto;
}
.textred{
	color:#F00;
}
.textblue{
	color:#03f;
}
/* 全ページ共通部分　ここまで */



/* index.php　ここから */
ul#NodeMenu {
        margin:0; padding:0;
        width:auto;
        list-style:none;
}
ul#NodeMenu li {
        margin-top:12px; 
		padding:0;
        list-style:none;
}
ul#NodeMenu a {
        text-decoration:none;
        color:navy;
        display:block;
        padding:;
}
ul#NodeMenu a:hover {
        color:orange;
}
ul#NodeMenu span.parent { /* 親テキスト */
        color:navy; font-weight:bold;
        background-color:#eeeeee;
}
ul#NodeMenu div.child { /* 子メニュー */
        background-color:#ffffff;
}
ul#NodeMenu div.indent {
        margin-left:;
}
.comment{
text-shadow: black 0.5px 0.5px 1px, black -0.5px 0.5px 1px, black 0.5px -0.5px 1px, black -0.5px -0.5px 1px, black 1.5px 1.5px 1px, black -1.5px 1.5px 1px, black 1.5px -1.5px 1px, black -1.5px -1.5px 1px, transparent 1px 4px 1px, transparent 1px 5px 2px, transparent 1px 6px 3px;
}
.theme-default .nivoSlider {
	position:relative;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivo-controlNav{
	display:none;
}
.nivo-directionNav{
	display:none;
}

#mainvisualarea .slider-wrapper {
	width:1583px;
	position:absolute;
}
#mainvisualarea{
	overflow:hidden;
	height:515px;
	position:relative;
	background-color:#000;
}
.dltassei{
	z-index:400;
	position:absolute;
	margin:auto;
}
.mainvisualareawrapper{
	text-align:right;
	margin:auto;
	z-index:300;
	width:1000px;
	position:relative;
}
.mainvisualareawrapper h1{
	padding-top:20px;
}
.mainvisualareawrapper h2{
	position:absolute;
	top:260px;
	margin-right:33px;
	right:0;
}
.dltassei{
	background-image:url(../images/spritepng_new.png);
	background-position:-6px -195px;
	width:183px;
	text-align:center;
	height:83px;
	left:410px;
}
.dltassei span{
	font-size:40px;
	color:#FFF;
	font-weight:bold;
	line-height:100%;
	filter: glow(color=#000,strength=2px);
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
}
.maintitlelogo{
}
#mainvisualarea .dllink{
	position:absolute;
	top:440px;
	right:40px;
}
#mainvisualarea .dllink li{
	float:left;
	margin-right:20px;
}


#mainvisualarea .partition_line{
	position:absolute;
	z-index:400;
	width:100%;
	background-image:url(../images/partition.png);
	height:9px;
	bottom:-4px;
}
.topcontents{
	padding:40px;
	padding-bottom:0;
	width:920px;
	height:390px;
	background-image:url(../images/wrapbg1.jpg);
}
.official_pv{
	margin-right:15px;
	float:left;
	margin-bottom:40px;
	height:300px;
	width:533px;
	display:block;
	background-image:url(../images/official_pv.png);
	text-align:center;
	padding-top:60px;
}
.topcontents_midashi{
	width:365px;
	display:block;
	float:left;
	position:relative;
	padding-top:100px;
}
.topcontents_midashi .gifcharacter1{
	position: absolute;
    width: 150px;
	left:50px;
	top:-20px;
}
.topcontents_midashi .gifcharacter2{
	position: absolute;
    width: 150px;
	right:20px;
	top:-20px;
}
.topcontents_midashi .clear{
	position:absolute;
	top:-20px;
	width:370px;
	height:150px;
}
.leftcontents{
	width:660px;
	float:left;
	display:block;
}
.leftcontents div{
	position:relative;
}
.leftcontents h4{
	height:0px;
	padding-top:50px;
	background-image:url(../images/spritejpg.jpg);
	display:block;
	overflow:hidden;
}
.leftcontents .gifcharacter,
.leftcontents .clear{
	position:absolute;
}
.collaboration{
	margin-bottom:80px;
}
.collaboration h4{
	background-position:-1px -3px;
	width:285px;
	margin-bottom:15px;
}
.collaboration .gifcharacter,
.collaboration .clear{    left: 210px;
    top: -76px;
    width: 150px;
	z-index:100;
}
.collaboration .clear{
	z-index:200;
	height:150px;
}
.collaboration > div{
	width:660px;
	background-image:url(../images/collaboration_bg.jpg);
	position:relative;
}
.collaboration .pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:5px;
  width: 100%;
}
.collaboration .arrow-left {
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: -15px;
  width: 33px;
  height: 33px;
}
.collaboration .arrow-right {
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -15px;
  width: 33px;
  height: 33px;
}
.collaboration .swiper-container {
  height: 120px;
  width: 577px;
  padding-top:8px;
  padding-bottom:9px;
}
.collaboration .content-slide {
  padding: 20px;
}
.news{
	margin-bottom:80px;
	line-height:100%;
}
.news .gifcharacter,
.news .clear{    left: 204px;
    top: -74px;
    width: 150px;
	z-index:100;
}
.news .clear{
	z-index:200;
	height:150px;
}
.news h4{
	background-position:-1px -60px;
	width:285px;
}
.news dl a{
	text-decoration:none;
	display:block;
}
.news dd{
	margin-top:11px;
	color:#5b4725;
	font-size:12px;
	margin-bottom:6px;
}
.news dt{
	color:#5b4725;
	font-size:16px;
	padding-bottom:4px;
	border-bottom:solid 1px #867413; 
}

/* newアイコン */
.news .icon_new {
  display:inline-block;
  width:34px;
  height:17px;
  background:url('/gif/icon_new56x28_a.gif') 0 0 no-repeat;
  background-size:100%;
  margin:0 2px -4px 0;
}

.about{
	margin-bottom:70px;
}
.about .gifcharacter,
.about .clear{    left: 480px;
    top: -76px;
    width: 150px;
	z-index:100;
}
.about .clear{
	z-index:200;
	height:150px;
}
.about h4{
	background-position:-1px -116px;
	width:545px;
	margin-bottom:20px;
}
.about ul{
	margin-top:20px;
	margin-bottom:20px;
}
.about li{
	float:left;
}

.about .playimages img{
	width:210px;
}
.about li.playimage_center{
	margin-left:15px;
	margin-right:15px;
}
.about a{
	background-image:url(../images/spritejpg.jpg);
    background-position: 0 -473px;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 46px;
    width: 195px;
}
.movie .gifcharacter,
.movie .clear{    left: 140px;
    top: -72px;
    width: 136px;
	z-index:100;
}
.movie .clear{
	z-index:200;
	height:150px;
}
.movie h4{
	background-position:-1px -171px;
	width:210px;
	margin-bottom:8px;
}
.movie ul{
	margin-bottom:20px;
	text-align:center;
}
.movie li{
	background-image:url(../images/spritejpg.jpg);
    background-position: 2px -226px;
    display: block;
    float: left;
    width: 325px;
	height: 184px;
    padding-top: 15px;
    width: 325px;
}
.movie a{
	background-image:url(../images/spritejpg.jpg);
    background-position: 0 -425px;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 46px;
    width: 195px;
	margin-bottom:30px;
}
.rightcontents{
	  width:240px;
	  float:right;
	display:block;
}
.rightcontents .banner{
	width:240px;
	height:auto;
	margin-bottom:10px;
	display:block;
}
.snstopbtn li img{
	cursor:pointer;
}
.snstopbtn li{
	float:left;
	line-height:0;
}
.snscon{
	padding-left:15px;
	padding-right:5px;
	background-image:url(../images/sns_bk.png);
}
.twittersamukin{
	display:none;
}
.fb-like-box{
	padding-right:15px;
	padding-left:15px;
	background-image:url(../images/sns_bk.png);
}
/* index.php　ここまで */



/* about.php部分　ここから */
#about.contents{
	padding-bottom:60px;
}
#about.contents h2{
	display:block;
	margin:auto;
	background-image:url(../images/spritejpg.jpg);
	overflow:hidden;
	height:0;
	padding-top:85px;
	width:766px;
}
#about.contents h2.title01{
	background-position:0px -535px;
}
#about.contents h2.title02{
	margin-top:100px;
	background-position:0px -628px;
}


#about.contents .card_image_text{
	margin-top:30px;
}
#about.contents h3{
	display:block;
	margin:auto;
	margin-top:40px;
	margin-bottom:10px;
}

#about.contents h3.about_title01{
	margin-top:20px;
	margin-bottom:15px;
}
#about.contents h3.about_title02,
#about.contents h3.about_title03,
#about.contents h3.about_title04{
	margin-top:70px;
}
#about.contents h3.about_title05,
#about.contents h3.about_title06,
#about.contents h3.about_title07,
#about.contents h3.about_title08{
	margin-bottom:0;
}
#about.contents .sub_title01 {
  font-size:120%;
  font-weight:bold;
}
#about.contents .sub_title02 {
  font-weight:bold;
}
#about .card_image-set{
	position:relative;
}
#about .card_image-set li{
	float:left;
}
#about .card_image-set li img{
	width:224px;
	margin-left:3px;
	margin-right:3px;
}
.genkaitoppa1,
.genkaitoppa2{
	position:absolute;
	top:70px;
	left:169px;
	width:132px;
}
.genkaitoppa2{
	left:629px;
}
.lb-data .lb-close {
	background-image:url(../images/close.png);
}

.caution{
	text-align:right;
}
/* about.php部分　ここまで */



/* gallery.php部分　ここから */
.dl_contents{
	font-size:12px;
	width:880px;
	margin:auto;
	background-color:#fddf78;
border: medium solid #c77602 ;
border-radius: 25px 25px 25px 25px / 25px 25px 25px 25px;
	background-image:url();
}
.dltitle{
	background-image:url(../images/dl_contents.png);
	height: 48px;
	width: 800px;
	margin-top:8px;
}
.dlpicture{
	background-image:url(../images/dl_picture.png);
	height: 49px;
	width: 800px;
	margin-top:8px;
}
.dlsound{
	background-image:url(../images/dl_sound.png);
	height: 49px;
	width: 800px;
	margin-top:8px;
}
.dlbar{
	background-image:url(../images/dl_bar.png);
	height: 14px;
	width: 800px;
}
ul.dlc li {
display: inline;
margin-right: 20px;
}
#global_footer p.poke{	margin:20px 0 10px 0;}
#global_footer p.copy{	color:#fff;	font-size:11px;}
.gallery .gifcharacter,
.gallery .clear{    left: 140px;
    top: -72px;
    width: 136px;
	z-index:100;
}
.gallery .clear{
	z-index:200;
	height:150px;
}
.gallery h4{
	background-position:-1px -171px;
	width:210px;
	margin-bottom:8px;
}
.gallery ul{
	margin-bottom:20px;
	text-align:center;
}
.gallery li{
	background-image:url(../images/spritejpg.jpg);
    background-position: 2px -226px;
    display: block;
    float: left;
    width: 325px;
	height: 184px;
    padding-top: 15px;
    width: 325px;
}
.gallery a{
	background-image:url(../images/spritejpg.jpg);
    background-position: 0 -425px;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 46px;
    width: 195px;
	margin-bottom:30px;
}
#gallery h2{
	display:block;
	margin:auto;
	background-image:url(../images/spritejpg.jpg);
	overflow:hidden;
	height:0;
	padding-top:85px;
	width:766px;
	background-position:-202px -439px;
	margin-bottom:30px;
}
#gallery.contents{
	padding-bottom:30px;
}
#gallery .gallerybox {
	background-image: url(../images/spritemark.png);
    background-position: 2px -226px;
    display: block;
    height: 184px;
    padding-top: 15px;
    width: 325px;
}
#gallery ul{
	width:730px;
	margin:auto;
    text-align: center;
}
#gallery ul li{
    width: 325px;
    float: left;
	margin:0 20px 20px 20px;
}
.gallerycontents{
	padding-top:20px;
	padding-left:40px;
	padding-right:40px;
	width:800px;
	background-image:;
}
.titlebg1{
height:auto;
font-size:13px;
padding:3px;
color:#E8E4C5;
background: rgb(253,223,120); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZGY3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iI2ExODUwNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iI2ExODUwNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZGRmNzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, rgba(253,223,120,1) 0%, rgba(161,133,7,1) 15%, rgba(161,133,7,1) 85%, rgba(253,223,120,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(253,223,120,1)), color-stop(15%,rgba(161,133,7,1)), color-stop(85%,rgba(161,133,7,1)), color-stop(100%,rgba(253,223,120,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(253,223,120,1) 0%,rgba(161,133,7,1) 15%,rgba(161,133,7,1) 85%,rgba(253,223,120,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(253,223,120,1) 0%,rgba(161,133,7,1) 15%,rgba(161,133,7,1) 85%,rgba(253,223,120,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(253,223,120,1) 0%,rgba(161,133,7,1) 15%,rgba(161,133,7,1) 85%,rgba(253,223,120,1) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(253,223,120,1) 0%,rgba(161,133,7,1) 15%,rgba(161,133,7,1) 85%,rgba(253,223,120,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fddf78', endColorstr='#fddf78',GradientType=1 ); /* IE6-8 */
}
.titlebg_tw{
height:auto;
font-size:13px;
padding:3px;
color:#E8E4C5;
background: rgb(253,223,120); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZGY3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iI2ExODUwNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iI2ExODUwNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZGRmNzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, rgba(253,223,120,1) 0%, rgba(161,133,7,1) 15%, rgba(161,133,7,1) 85%, rgba(253,223,120,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(253,223,120,1)), color-stop(15%,rgba(161,133,7,1)), color-stop(85%,rgba(161,133,7,1)), color-stop(100%,rgba(253,223,120,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(253,223,120,1) 0%,rgba(161,133,7,1) 15%,rgba(161,133,7,1) 85%,rgba(253,223,120,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(253,223,120,1) 0%,rgba(161,133,7,1) 15%,rgba(161,133,7,1) 85%,rgba(253,223,120,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(253,223,120,1) 0%,rgba(161,133,7,1) 15%,rgba(161,133,7,1) 85%,rgba(253,223,120,1) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(253,223,120,1) 0%,rgba(161,133,7,1) 15%,rgba(161,133,7,1) 85%,rgba(253,223,120,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fddf78', endColorstr='#fddf78',GradientType=1 ); /* IE6-8 */
width:224px;
}
.titlebg_mini{
height:auto;
font-size:13px;
padding:3px;
color:#E8E4C5;
background: rgb(253,223,120); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZGY3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iI2ExODUwNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iI2ExODUwNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZGRmNzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, rgba(253,223,120,1) 0%, rgba(161,133,7,1) 15%, rgba(161,133,7,1) 85%, rgba(253,223,120,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(253,223,120,1)), color-stop(15%,rgba(161,133,7,1)), color-stop(85%,rgba(161,133,7,1)), color-stop(100%,rgba(253,223,120,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(253,223,120,1) 0%,rgba(161,133,7,1) 15%,rgba(161,133,7,1) 85%,rgba(253,223,120,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(253,223,120,1) 0%,rgba(161,133,7,1) 15%,rgba(161,133,7,1) 85%,rgba(253,223,120,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(253,223,120,1) 0%,rgba(161,133,7,1) 15%,rgba(161,133,7,1) 85%,rgba(253,223,120,1) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(253,223,120,1) 0%,rgba(161,133,7,1) 15%,rgba(161,133,7,1) 85%,rgba(253,223,120,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fddf78', endColorstr='#fddf78',GradientType=1 ); /* IE6-8 */
width:92px;
}
.titlebg_pc{
height:auto;
font-size:13px;
padding:3px;
color:#E8E4C5;
background: rgb(253,223,120); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZGY3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iI2ExODUwNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iI2ExODUwNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZGRmNzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, rgba(253,223,120,1) 0%, rgba(161,133,7,1) 15%, rgba(161,133,7,1) 85%, rgba(253,223,120,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(253,223,120,1)), color-stop(15%,rgba(161,133,7,1)), color-stop(85%,rgba(161,133,7,1)), color-stop(100%,rgba(253,223,120,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(253,223,120,1) 0%,rgba(161,133,7,1) 15%,rgba(161,133,7,1) 85%,rgba(253,223,120,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(253,223,120,1) 0%,rgba(161,133,7,1) 15%,rgba(161,133,7,1) 85%,rgba(253,223,120,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(253,223,120,1) 0%,rgba(161,133,7,1) 15%,rgba(161,133,7,1) 85%,rgba(253,223,120,1) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(253,223,120,1) 0%,rgba(161,133,7,1) 15%,rgba(161,133,7,1) 85%,rgba(253,223,120,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fddf78', endColorstr='#fddf78',GradientType=1 ); /* IE6-8 */
width:250px;
}
.titlebg_sp{
height:auto;
font-size:13px;
padding:3px;
color:#E8E4C5;
background: rgb(253,223,120); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZGY3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iI2ExODUwNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iI2ExODUwNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZGRmNzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, rgba(253,223,120,1) 0%, rgba(161,133,7,1) 15%, rgba(161,133,7,1) 85%, rgba(253,223,120,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(253,223,120,1)), color-stop(15%,rgba(161,133,7,1)), color-stop(85%,rgba(161,133,7,1)), color-stop(100%,rgba(253,223,120,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(253,223,120,1) 0%,rgba(161,133,7,1) 15%,rgba(161,133,7,1) 85%,rgba(253,223,120,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(253,223,120,1) 0%,rgba(161,133,7,1) 15%,rgba(161,133,7,1) 85%,rgba(253,223,120,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(253,223,120,1) 0%,rgba(161,133,7,1) 15%,rgba(161,133,7,1) 85%,rgba(253,223,120,1) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(253,223,120,1) 0%,rgba(161,133,7,1) 15%,rgba(161,133,7,1) 85%,rgba(253,223,120,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fddf78', endColorstr='#fddf78',GradientType=1 ); /* IE6-8 */
width:220px;
}
.foxy ul{
	text-align:center;
}
.foxy li{
    display: block;
    float: left;
}

.dl_contents .box{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.dl_contents .item{
	margin-bottom: 20px;
	width: 50%;
}
.dl_contents .item .box{
	justify-content: center;
}
.dl_contents .sp .item{
	width: 33%;
}
.dl_contents .icon{
	margin: 0 auto;
	width: 95%;
}
.dl_contents .icon .item{
	width: 139px;
}
.dl_contents .sp .item .box,
.dl_contents .icon .item .box{
	display: initial;
}

/* gallery.php部分　ここまで */



/* twittercam2.php部分　ここから */
.notice_title02{
height:auto;
padding:30px;
text-align:center;
font-size:24px;
color:#ffffff;
font-family: 'Noto Sans Japanese', sans-serif;
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.5) 10%, rgba(160,131,3,1) 50%, rgba(255,255,255,0.5) 90%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(1%,rgba(255,255,255,0)), color-stop(10%,rgba(255,255,255,0.5)), color-stop(50%,rgba(160,131,3,1)), color-stop(90%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.5) 10%,rgba(160,131,3,1) 50%,rgba(255,255,255,0.5) 90%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.5) 10%,rgba(160,131,3,1) 50%,rgba(255,255,255,0.5) 90%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.5) 10%,rgba(160,131,3,1) 50%,rgba(255,255,255,0.5) 90%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.5) 10%,rgba(160,131,3,1) 50%,rgba(255,255,255,0.5) 90%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
text-shadow:
		2px 2px 1px #503A08,
		-2px 2px 1px #503A08,
		2px -2px 1px #503A08,
		-2px -2px 1px #503A08;
}
.top_image_close {
	width: 920px;
	position: relative;
}
.top_image_close p{
	position: absolute;
	left: 0;
	bottom: 40%;
	color: #fff;
	text-align:center;
	font-size: 30px;
	margin: 0;
	padding: 20px;
	width: 880px;
	background: #000;
	filter: Alpha(opacity=70);
	opacity: 0.9;
}
.bluebtn a {
	font-size: 20px;
	font-weight:bold;
	color: #ffffff;
	padding: 20px 10px;
	width:360px;
	text-align:center;
	margin:20px auto 30px auto;
	display:block;
	background: -moz-linear-gradient(
		top,
		#C2F2FF 0%,
		#23A5E0 50%,
		#1192E0 50%,
		#0D8ADA 65%,
		#42C4FF);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#C2F2FF),
		color-stop(0.50, #23A5E0),
		color-stop(0.50, #1192E0),
		color-stop(0.65, #0D8ADA),
		to(#42C4FF));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #003366;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	text-shadow:
		2px 2px 1px #003366,
		-2px 2px 1px #003366,
		2px -2px 1px #003366,
		-2px -2px 1px #003366;
	text-decoration: none;
}
.beigebtn a {
	font-size: 20px;
	font-weight:bold;
	color: #ffffff;
	padding: 20px 10px;
	width:360px;
	text-align:center;
	margin:20px auto 20px auto;
	display:block;
		background: -moz-linear-gradient(
		top,
		#FFF9B7 0%,
		#D6A416 50%,
		#C29D0E 50%,
		#D0A312 65%,
		#D4AC13);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#FFF9B7),
		color-stop(0.50, #D6A416),
		color-stop(0.50, #C29D0E),
		color-stop(0.65, #D0A312),
		to(#D4AC13));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #552E1D;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	text-shadow:
		2px 2px 1px #552E1D,
		-2px 2px 1px #552E1D,
		2px -2px 1px #552E1D,
		-2px -2px 1px #552E1D;
	text-decoration: none;
}
.big_beigebtn a {
	font-size: 40px;
	font-weight:bold;
	color: #ffffff;
	padding: 10px 10px;
	width:580px;
	text-align:center;
	margin:20px auto 10px auto;
	display:block;
		background: -moz-linear-gradient(
		top,
		#FFF9B7 0%,
		#D6A416 50%,
		#C29D0E 50%,
		#D0A312 65%,
		#D4AC13);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#FFF9B7),
		color-stop(0.50, #D6A416),
		color-stop(0.50, #C29D0E),
		color-stop(0.65, #D0A312),
		to(#D4AC13));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #552E1D;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	text-shadow:
		2px 2px 1px #552E1D,
		-2px 2px 1px #552E1D,
		2px -2px 1px #552E1D,
		-2px -2px 1px #552E1D;
	text-decoration: none;
}
.big_closebtn {
	font-size: 40px;
	font-weight:bold;
	color: #D6D6D6;
	padding: 10px 10px;
	width:580px;
	text-align:center;
	margin:20px auto 20px auto;
	display:block;
		background: -moz-linear-gradient(
		top,
		#CCD0CF 0%,
		#7D7D7D 50%,
		#757575 50%,
		#6F6F6F 65%,
		#383838);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#CCD0CF),
		color-stop(0.50, #7D7D7D),
		color-stop(0.50, #757575),
		color-stop(0.65, #6F6F6F),
		to(#383838));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #35312F;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	text-shadow:
		1px 1px 1px #000000,
		-1px 1px 1px #000000,
		1px -1px 1px #000000,
		-1px -1px 1px #000000;
	text-decoration: none;
}
.arrow_box {
	text-align:center;
	position: relative;
	background: #ffe686;
	padding:20px;
	margin:30px auto 0px auto;
	width:560px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.arrow_box:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 230, 134, 0);
	border-top-color: #ffe686;
	border-width: 15px;
	margin-left: -15px;
}
.notice_list{
	margin-top:10px;
}
.notice_list li{
	list-style:disc !important;
	margin-left:1em;
}
/* twittercam2.php部分　ここまで */


/* 20190125 百花繚乱 */
h2.r25{
	right: 25px;
}
h2.r25 a,
h2.r25 img
{
	display: block;
	border: 0;
}