@charset "UTF-8";
#content li a img {
	width: 100%;
}
#content li a {
	display:block;
}
#main #content h1 {
	display: none;
}
#content ul li {
	width: 46%;
	float: left;
	margin-bottom:8%;
}

#content ul li:nth-child(even) {
	margin-left:8%;
}
#main #content ul {
	margin-left: 2%;
	margin-top:3rem;
}
#content ul #clearfile {
	background-image: url(test/img/toppage_button_image/toppage_button_02_clearfile.gif);
	background-size: contain;
	background-repeat: no-repeat;
}

#content li:hover{
	background-color:transparent;
}
#content li:hover img {
	visibility: hidden;	
	}
#content ul #dokodemodiary {
	background-image: url(test/img/toppage_button_image/toppage_button_02_dokodemodiary.gif);
	background-size: contain;
	background-repeat: no-repeat;
}
#content ul #sticker {
	background-image: url(test/img/toppage_button_image/toppage_button_02_sticker.gif);
	background-size: contain;
	background-repeat: no-repeat;
}
#content ul #others {
	background-image: url(test/img/toppage_button_image/toppage_button_02_others.gif);
	background-size: contain;
	background-repeat: no-repeat;
}
#content ul #opp {
	background-image: url(test/img/toppage_button_image/toppage_button_02_opp.gif);
	background-size: contain;
	background-repeat: no-repeat;
}
#content ul #template {
	background-image: url(test/img/toppage_button_image/toppage_button_02_template.gif);
	background-size: contain;
	background-repeat: no-repeat;
}
#content ul #process {
	background-image: url(test/img/toppage_button_image/toppage_button_02_process.gif);
	background-size: contain;
	background-repeat: no-repeat;
}
#content ul #qanda {
	background-image: url(test/img/toppage_button_image/toppage_button_02_qanda.gif);
	background-size: contain;
	background-repeat: no-repeat;
}
#content ul #contactus {
	background-image: url(test/img/toppage_button_image/toppage_button_02_contactus.gif);
	background-size: contain;
	background-repeat: no-repeat;
}

#content #new {
	padding-top: 1rem;
	margin-top:1rem;
	width: 100%;
	height: 15rem;
	overflow-y: scroll;
	padding-left: 1rem;
	background-image: -webkit-linear-gradient(270deg,rgba(243,242,242,1.00) 0%,rgba(232,232,232,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(243,242,242,1.00) 0%,rgba(232,232,232,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(243,242,242,1.00) 0%,rgba(232,232,232,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(243,242,242,1.00) 0%,rgba(232,232,232,1.00) 100%);
}
#new tr th {
	width: 20%;
	font-size: 1rem;
	text-align: left;
	font-weight: normal;
	height:2.5rem;
}
#new tr td {
	width: 78%;
	padding-left: 2%;
	font-size: 1rem;
	line-height: 1.5rem;
	padding-bottom: 1rem;
}
#new a:hover {
	text-decoration: underline;	
}
#main #content #newTitle {
	width:6rem;
	text-align:center;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	background-color: #8cc63f;
	color: #fff;
} 



@media screen and (max-width: 680px){
	#content #new {
	width: 95%;
}
	
	}
