@charset "utf-8";

* {
	margin: 0 auto;
	padding: 0;
}

*,
::before,
::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	border:0;
	vertical-align:baseline;
	margin:0;
	padding:0;
}

body, textarea, pre, h1, h2, h3, h4, h5, mark {
	color: #757575;
/*	font-family: 'IBM Plex Sans JP', sans-serif;*/
/*	font-family: 'Josefin Sans', sans-serif;*/
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}

ol,ul{
	list-style:none;
}

blockquote,q{
	quotes:none;
}

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

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

a {
	color: #757575;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

pre {
	word-break: break-all;
	white-space: pre;          
	white-space: pre-wrap;     
	white-space: pre-line;     
	white-space: -pre-wrap;    
	white-space: -o-pre-wrap;  
	white-space: -moz-pre-wrap;
	white-space: -hp-pre-wrap; 
	word-wrap: break-word; 
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 100%;
	line-height: 1.6;
}

.clearfix:after {
	content: ""; 
	display: block;
	clear: both;
}


/* �J�e�S�� */
span.NEWS {
  color: red;
  border: 1px solid red;
  background: #FFF;
}

span.ADULT {
	color: #fff;
  background:red;
}

span.EVENT {
	color: #FFF;
  background: #81bcf3;
}

span.PHOTO {
  background:#000;
}

span.BOOK {
	color: #FFF;
  background:#20b2aa;
}

span.MEDIA {
	color: #FFF;
  background:#800000;
}

span.GOODS {
	color: #FFF;
  background:#8b008b;
}

span.MUSIC {
	color: #FFF;
  background:#ff8c00;
}

span.will_be {
	color: red;
	background: #ffe6e6;
}

span.event_done {
	background: #e3e3e3;
}