﻿@charset   "UTF-8";

table{border:1px black solid;
border-collapse:collapse;
}

.tuuka th{
background-color:#9cf;
}

td,th{
padding:10px;
} 

/*- themeid=dejikon2016; --------------------------------*/

/*-------------------- top --------------------*/
#top {
	background-color:#fcfcfc;
	}

/*-------------------- body --------------------*/
#page {
	width:100%;
	max-width:950px;
	min-width:240px;
	margin:0 auto;
	}

/*-------------------- header --------------------*/
#header {
	width:950px;
	height:100px;
	}

/*-------------------- navi --------------------*/

.navi {
	width:950px;
	}
.navi ul {
	margin:0;
	padding:0;
	list-style-type:none;
	overflow:hidden;
	text-align: center;
	width: 100%;
	}

.navi li {
	float:left;
	margin-left:20px;
	}

.navi li a {
	background-color:#f0f8ff;
	color:#4682b4;
	font-weight: bold;
	box-shadow:2 2 0 0px #b0e0e6 inset;
	}

.navi a {
	display:block;
	text-align:center;
	text-decoration:none;
	color:black;
	font-size:19px;
	line-height:80px;
	width: 166px;
	}

.navi a:hover {
	color:#f0ffff;
	background-color:#0000ff;
	}
.navi a:active {
	color:#ff66cc;
	}

li#jyunbi {
	font-size:85%;
	color:black;
	}

li#home a {
	margin-top:20px;
	text-align: center;
	background-color:#fcfcfc;
}

.navi li a{
	border-radius:16px 16px 1px 1px; 
}
	
/*-------------------- main --------------------*/
#main {
	width: 950px;
	font-size: 16px;
	}

#main a {
	color:#29297c;
	text-decoration: none;
	}

#main a:hover {
	color:#f99;
	}


/*-------------------- sime --------------------*/
#sime {
	width: 950px;
	height: 50px;
       margin-top:-30px;
	background-color: #00bfff;
	color: #000000;
	font-size: 26px;
	letter-spacing:1.0em;
	text-align: center;
	}


/*-------------------- content1 --------------------*/

#content1 {
	width:950px;
	
	
	}

/*-------------------- bunner --------------------*/

#bunner {
	width:950px;

	}

/*-------------------- content2 --------------------*/

#content2  {
	width:950px;	
	display:block;
	text-align:left;
	text-decoration:none;
	line-height:40px;
	}

#content2 h1 {
	font-size:18px;
	text-indent: 1em;


	color:black;
	background-color:#00bfff;
	border-radius:10px 1px 10px 1px;
	}

#content2 h2 {
	font-size:18px;
	margin-left:6px;
	color:black;
	}

#content2 h2:before {
	content: url("images/ico.png");
	}

#content2 h3 {
	font-size:19px;
	text-indent: 1em;
	margin-top:10px;
	margin-left:40px;
	margin-right:40px;
	color:black;
	background-color:#00bfff;
	border-radius:10px 10px 1px 1px;
	}

#content2 p {
	margin-left:25px;
	}

/*-------------------- trim --------------------*/

.trim {
 width: 300px;
 height: 300px;
 overflow: hidden;
 }

/*-------------------- content3 --------------------*/

#content3  {
	width:950px;
	margin-top:-10px;
	display:block;
	text-align:left;
	text-decoration:none;
	line-height:40px;
	}

#content3 h1 {
	font-size:30px;
	margin-left:6px;
	color:black;
	padding-bottom: .2em;
	border-bottom: 3px dotted #ccc;
	}

#content3 h2 {
	font-size:18px;
	text-indent: 1em;
	margin-top:20px;
	margin-bottom:10px;
	color:#000000;
	background-color:#00bfff;
	border-radius:10px 1px 10px 1px;
	}

#content3 h3 {
	font-size: 19px;
	margin-top: 10px;
	margin-left:10px;
	margin-bottom: -10px;
	color:black;
	border-bottom: 1px dotted #ccc;
	}

#content3 h4 {
	font-size: 15px;
	margin-top: 20px;
	margin-left:20px;
	margin-bottom: -10px;
	color:black;
	border-bottom: 1px dotted #ccc;
	}

#content3 h5 {
	font-size: 15px;
	margin-top: -10px;
	margin-left:20px;
	margin-bottom: -20px;
	color:black;
	}

#content3 h3:before {
	content: url("images/ico2.png");
	}

#content3 h4:before {
	content: url("images/kuro.png");
	}

#content3 h5:before {
	content: url("images/kuro.png");
	}

#content3 p {
	margin-left: 25px;
	line-height: 2em;
	}

/*-------------------- panavi --------------------*/

#panavi p {
	margin-top: 10px;
	margin-left: 15px;
	font-size:14px;
	color:#2f4f4f;
	}

/*-------------------- event --------------------*/

.event {
	width:950px;
	}

.event ul {
	margin:0;
	padding:0;
	list-style-type:none;
	overflow:hidden;
	text-align: center;
	width: 100%;
	}

.event li {
	float:left;
	margin-left:40px;
	}

.event li a {
	font-size: 30px;
	}

li#idea a {
	background-color:#ff6;
	color:#003;
	font-size: 25px;
	font-weight: bold;
	border-width: 3px;
	border-color: #003;
	border-style: solid;
	}

li#hack a {
	background-color:#3cf;
	color:#003;
	font-weight: bold;
	border-width: 3px;
	border-color: #003;
	border-style: solid;
	}

li#rensai a {
	background-color:#003;
	color:#fff;
	font-weight: bold;
	border-width: 3px;
	border-color: #003;
	border-style: solid;
	}

li#sozai a {
	color:#003;
	font-weight: bold;
	border-width: 3px;
	border-color: #003;
	border-style: solid;
	}

li#appli a {
	background-color:#9cf;
	color:#003;
	font-size: 15px;
	font-weight: bold;
	border-width: 3px;
	border-color: #003;
	border-style: solid;
	}

li#art a {
	background-color:#cfc;
	color:#003;
	font-size: 20px;
	font-weight: bold;
	border-width: 3px;
	border-color: #003;
	border-style: solid;
	}

li#music a {
	background-color:#fcc;
	color:#003;
	font-size: 15px;
	font-weight: bold;
	border-width: 3px;
	border-color: #003;
	border-style: solid;
	}

li#youshi a {
	color:#003;
	font-weight: bold;
	border-width: 3px;
	border-color: #003;
	border-style: solid;
	}

.event a {
	display:block;
	text-align:center;
	text-decoration:none;
	color:black;
	font-size:17px;
	line-height:180px;
	width: 180px;
	}

.event li a{
	border-radius:90px;
}


/*-------------------- thon --------------------*/

.thon a {
	width:380px;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:15px 0 10px;
	color:#fefefe;
	border:3px solid #29297c;
	box-shadow:0 0 8px 0 #ccc inset;
	}

/*--------------------applih--------------------*/
/*
#applih h2 {
	background-color:9cf;
	}

#applih h3:before {
	content: url("images/ico.png");
	}
*/
/*--------------------rensaili--------------------*/

#rensaili ul {
list-style-image: url(images/ico.png);
}

#rensaili li {
	font-size:18px;
	font-weight: bold;
	color:black;
	}

/*--------------------jouken--------------------*/

.jouken li {
	font-size:13px;
	line-height:1.9em;
	}

/*--------------------kome--------------------*/

.kome { 
	margin-top: 100px;
	}

.kome ul {
	font-size:12px;
	line-height:1.9em;
	list-style-type : none;
	}

.kome li:before {
	content: "��";
	}

/*--------------------chui--------------------*/

.chui p {
	font-size:10px;
	}

/*--------------------chara--------------------*/

.chara img {
	float: left;
}

/*--------------------charar--------------------*/

.charar img {
	float: right;
}

/*-------------------- sns --------------------*/

.twitter-share-button {
	float: right;
	margin-right: 10px;
	}

.fb-like {
	float: right;
	margin-right: 10px;
	}

/*--------------------column--------------------*/

#column {
	border-bottom: 3px double fc9;
	padding-bottom: 10px;
	margin-bottom: 100px;
	}

#column img {
	float: left;
	margin-right: 2em;
}

#column p {
	font-size:17px;
	}

#column h2 {
	font-size:18px;
	text-indent: 1em;
	margin-top:40px;
	margin-bottom:10px;
	color:black;
	background-color:#fc9;
	border-radius:10px 10px 1px 1px;
	}

#column h3 {
	text-align: right;
	font-size: 19px;
	margin-top: 10px;
	margin-right:40px;
	margin-bottom: 10px;
	color:black;
	border-bottom: none;
	}

#column h3:before {
	content: none;
	}

/*--------------------kaisou--------------------*/

.kaisou {
	margin-top: 50px;
	margin-bottom: 50px;
	color: #c63;
	margin-left: 20px;
	}

.kaisou p {
	margin-bottom: -5px;
	margin-bottom: -5px;
	}
/*--------------------taka--------------------*/

.taka {
	color: #933;
	}

/*--------------------manga--------------------*/

#manga {
	border-bottom: 3px double fc9;
	padding-bottom: 10px;
	margin-bottom: 100px;
	text-align: center;
}

#manga p {
	font-size:17px;
	}

#manga h2 {
	font-size:18px;
	text-indent: 1em;
	margin:40px 150px 10px 150px;
	color:black;
	background-color:#fc9;
	border-radius:10px 10px 1px 1px;
	}

#manga h3 {
	font-size:18px;
	text-indent: 1em;
	margin:40px 0 10px 0;
	color:black;
	background-color:#fc9;
	border-radius:10px 10px 1px 1px;
	}

#manga h3:before {
	content: none;
	}

/*-------------------- next --------------------*/

.next {
	clear: left;
	}

.next p {
	font-size:17px;
	}

/*--------------------schedule--------------------*/

#schedule table {
	width:800px;
	height:200px;
	border-collapse:collapse;
	font-size:18px;
	margin-left: 25px;
}

#schedule td, tr, th {
	border: 2px #fcfcfc solid;
	height: 2em;
}

#schedule th {
	border: 2px #fcfcfc solid;
	text-align: left;
	vertical-align: bottom;
}

/*--------------------top2 content2--------------------*/

#top2 #content2 {

}


/*--------------------bumon--------------------*/

#bumon table {
	width:900px;
	height:200px;
       border-collapse:collapse;
	font-size:18px;
	margin:50px 20px 0px 25px;
}

#bumon table, td, th {
	border: 2px #000000 solid;
}

#bumon th {
	background-color:#9cf; 
}

/*--------------------page-top--------------------*/

#page-top a {
	color:#fff;
	text-decoration: none;
	display: block;
	position: fixed;
	bottom: 60px;
	right: 80px;
	padding: 10px;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 30px;
	background: #fcc;
	text-align: center;
	font-size: 28px;
	box-shadow:3px 3px rgba(0,0,0,0.15);
}


#page-top a:hover {
	color:#fff;
	}

/*-------------------- footer1 --------------------*/
#footer1  {
	width:950px;
	height:100px;
	color:black;
	}

#footer1 {
	margin-top:200px;
	margin-bottom:10px;
	font-size:14px;
	} 

#footer1 h1 {
	font-size:17px;
	margin-top:30px;
	margin-left:11px;
	color:black;
	}

#footer1 p {
	margin-left:30px;
	}

/*-------------------- footer2 --------------------*/
#footer2  {
	width:950px;
	background-color:#afeeee;
	/*margin-right: auto;
	margin-left : auto;*/
	text-align:center;	
	}

#footer2 p {
	line-height: 25px;
	font-weight: bold;
	padding-top:5px;
	color:black;
	text-align:left;
	display: inline-block;

	}
/*-------------------- footer3 --------------------*/
#footer3  {
	width:950px;

	color:black;
	margin-bottom:15px;
	text-align:left;

	}



#footer3 h1 {
	font-size:17px;
	/*margin-top:250px;*/
	/*margin-left: 11px;*/
		margin-left:auto;
	color:black;
	}

#footer3 p {
	font-size:14px;
	margin-left:50px;

	text-align:left;
		margin-left: auto;
	}



/*-------------------- footer4 --------------------*/
#footer4  {
	width:950px;
	height:100px;
	color:black;
	}

#footer4 {
	margin-top:245px;
	margin-bottom:10px;
	font-size:14px;
	} 

#footer4 h1 {
	font-size:17px;
	margin-top:30px;
	margin-left:11px;
	color:black;
	}

#footer4 p {
	margin-left:30px;
	}


/*-------------------- footer5 --------------------*/
#footer5  {
	width:950px;
	height:100px;
	color:black;
	}

#footer5 {
	margin-top:170px;
	margin-bottom:10px;
	font-size:14px;
	} 

#footer5 h1 {
	font-size:17px;
	margin-top:30px;
	margin-left:11px;
	color:black;
	}

#footer5 p {
	margin-left:30px;
	}


/*-------------------- footer6 --------------------*/
#footer6  {
	width:950px;

	color:black;
	margin-bottom:15px;
	text-align:left;

	}



#footer6 h1 {
	font-size:17px;
	margin-top:850px;
	margin-left: 11px;
		margin-left:auto;
	color:black;
	}

#footer6 p {
	margin-left:50px;

	text-align:left;
		margin-left: auto;
	}


/*----------------------content4-------------------*/
#content4  {
	width:950px;
        height:200px;
	margin-top:-100px;
	display:block;
	text-align:left;
	text-decoration:none;
	line-height:40px;
	}

#content4 h1 {
	font-size:18px;
	text-indent: 1em;
	margin-top:100px;
	margin-bottom:20px;
	color:#2f4f4f;
	background-color:#00bfff;
	border-radius:10px 1px 10px 1px;
	}

#content4 h2 {
	font-size:18px;
	margin-left:6px;
	color:black;
	}

#content4 h2:before {
	content: url("images/ico.png");
	}

#content4 h2 a:hover {
	color:#1e90ff;
	}
	
/*------------------picturetd-----------*/
td.none {
    border: none;
}

/*------------------divimg-----------*/
div.image {
display:inline-block;
vertical-align:bottom;
}

/*------------------indent-----------*/
.indent1{
    margin-left:1em;
}
