@charset "utf-8";
/*-----------------------------------------------
__CSS infromation

Site URL:		
Summary:		DAIAN WEBSITE
Created:		2015-04-04
Last update:	2019-03-28

----------------------------------------------*/

.contents_title h1{
	width:100%!important;
}

.catch2{
	margin-bottom:20px;
	line-height:1.6;
}

div.entry-button{
	margin:20px auto;
	text-align:center;
	font-size:160%;
	font-weight:bold;
	background-color:#F00;
	padding:15px;
}

div.entry-button a{
	color:#FFF;
}

div.entry-button a:hover{
	color:#DDD;
}


@media screen and (max-width: 600px) {
	div.entry-button{
		width:90%;
}

}

@media screen and (min-width: 601px) {
	div.entry-button{
		width:50%;

}


}


