/* CSS Document */
/* PC */

	
a:hover img {filter:Alpha(opacity=90); -moz-opacity:0.8; opacity:0.80;}	
	
	
h2.titlebar {
	margin:0 auto;
	margin-bottom:10px;
	margin-top:20px;
	padding:14px 0;
	font-size:1.5rem;
	color:#666666;
	clear:left;
	width:80%;
	vertical-align: middle;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	background-color:#efefef;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	letter-spacing:3px;
	
}

h2.eventbar {
	background-color:#fe0000;
	padding:12px 10px;
	color:#FFFFFF;
	font-size:1.7rem;
	clear:left;
	width:100%;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	vertical-align: middle;
}



.titledata {
	padding: 12px 10px 2px 10px;
	font-size:1.3rem;
	font-weight:bold;
}


.eventbar {
	padding: 12px 10px 2px 10px;
	font-size:1.1rem;
	font-weight:bold;
}





div.hot cf {
width:800px;
text-align:center;
}

div.hot cf p {
margin:0 auto;
padding:0;
text-align:center;
}






.bana800 {
width:800px;
text-align:center;
margin:0 auto;
}


.bana800 p {
text-align:center;
}





#searcharea{
	width:100%;
	margin:0 auto;
}
#searcharea form {
position: relative;	
width:800px;
margin: 0 auto;
padding-top:10px;
}
#searcharea input[type="text"]{
    width: 85%;
	margin:0 auto;
    height: 40px;
    padding: 0 20px 0 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-appearance: none;

	}

#searcharea input[type="submit"]{
    position: absolute;
    right: 0;
    top: 10px;
    width: 40px;
    height: 40px;
    background: #333 url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u10393445/pc/img/search.png") no-repeat center center;
    -moz-background-size: 40px 40px;
    -webkit-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    -ms-background-size: 40px 40px;
    background-size: 40px 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
	}
	
#searcharea .hot {
	width:700px;
	text-align:center;
	padding:15px 0px;
}
	
#searcharea .hot p{
	font-size:1.0rem;
	font-weight:bold;
	float:left;
	width:auto;
	margin:0 7px 7px 0;
	}
	
#searcharea .hot p:first-child{
	color:#FE0000;
	font-size:1.0rem;
	float:left;
	width:auto;
	margin:6px 0 10px 0px;
	}
		
#searcharea .hot p a{
font-size:1.0rem;
color:#666666;
text-decoration:none;
/*text-decoration:underline;*/
display:block;
padding:5px 7px;
border:1px solid #CCCCCC;

-moz-border-radius:3px;
-webkit-border-radius:3px;
-o-border-radius:3px;
-ms-border-radius:3px;
border-radius:3px;
}
















.contents {
margin-bottom: 15px;
background-color: white;


-moz-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px;
-o-border-radius: 0 0 5px 5px;
-ms-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;

  }
  
  
  
  
  
  
.hot cf {
margin:auto;
text-align:center;
	}
  
  
  
  
  
  
  .cf:before, .cf:after {

    content:"\0020";

    display:block;

    height:0;

    visibility:hidden;

}

.cf:after { clear:both; }

.cf { zoom:1; }
  
  
  




/*�J�e�S���[*/
.cp_menu {
	max-width: 360px;
	margin: 0 auto;
	padding: 0;
}
.cp_menu a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #000000;
	line-height: 1;
}
.cp_menu label {
	display: block;
	position: relative;
	margin: 0 0 2px 0;
	padding: 12px;
	line-height: 1;
	color: #ffffff;
	background: #1b2538;
	cursor: pointer;
}
.cp_menu label::before {
	position: absolute;
	content: '��';
	color: #ffffff;
	right: 0.5em;
	top: 25%;
}
.cp_menu input {
	display: none;
}
.cp_menu ul {
	margin: 0;
	padding: 0;
	background: #f4f4f4;
	list-style: none;
}
.cp_menu li {
	overflow-y: hidden;
	max-height: 0;
	transition: all 0.5s;
}
/*���X�g����������UL���Ƃɒǉ����Ă�������*/
#cp_menu_bar1:checked ~ #link1 li,
#cp_menu_bar2:checked ~ #link2 li, 
#cp_menu_bar3:checked ~ #link3 li,
#cp_menu_bar4:checked ~ #link4 li,
#cp_menu_bar5:checked ~ #link5 li,
#cp_menu_bar6:checked ~ #link6 li,
#cp_menu_bar7:checked ~ #link7 li,
#cp_menu_bar8:checked ~ #link8 li {
	max-height: 46px;
	opacity: 1;
}
/*�J�e�S���[*/
