@charset "utf-8";
/* CSS Document */

a{
	text-decoration:none;
}	

/*ポイント時のリンク*/
a:hover{
	text-decoration:underline;
	color:#C40001;
}

@media screen and (min-width: 481px) {
#main{
	width: 1000px;
	background-color:#FFC;
	position: relative;
	overflow: hidden;
	background-image:url(../img/show/show_back.gif);
	background-repeat:repeat-y;
	padding:0 0 50px 0;
}


#title{
	width: 200px;
	height:50px;
	padding:20px 0 0 20px;
}

#cdstart{
	clear:both;
}

.cd{
	position:relative;
	clear:both;
	margin-top:30px;
}

.mark{
	float:left;
	width:130px;
	height:150px;
	margin:20px;
}

.cdtitle{
	float:left;
	width:300px;
	height:auto;
	margin:70px 0 0 0;
}

.cdtitle h1{
	font-size:33px;
	line-height: 130%;
	font-family: Impact,Charcoal; 
}

.cddescription{
	width:480px;
	height:auto;
	margin:100px 20px 0 0px;
	color:#360E1A;
	background-color:#f8f5ed;
	border-radius:15px;
	border:double 10px #6da14a;
	float:left;
}


.cddescription h4{
	padding:10px 0 0 20px;
}

.cddescription p{
	padding:0 40px 0 40px;
}

}

/*480px以下で表示*/
@media screen and (max-width: 480px) {

#main{
	width: 100%;
	background-color:#FFC;
	position: relative;
	overflow: hidden;
	padding:0 0 50px 0;
}

#illust{
	display:none;
}


#title{
	width: 100%;
	height:auto;
	padding:20px 0 0 20px;
}

#title img{
	width:80%;
	height:auto;
}

#cdstart{
	clear:both;
}

.cd{
	position:relative;
	clear:both;
	margin-top:20px;
	width:100%;
	height:auto;
}

.mark{
	display:none;
}

.cdtitle{
	float:none;
	width:90%;
	height:auto;
	margin:0px auto;
	text-align:center;
	padding-top:20px;
		border-top:double 4px #000;
}

.cdtitle h1{
	font-size:33px;
	line-height: 130%;
	font-family: Impact,Charcoal; 
}

.cddescription{
	width:90%;
	height:auto;
	margin:0 auto;
	color:#360E1A;
	background-color:#FFC;
	float:none;
}


.cddescription h4{
	padding:0px 0 0 0px;
}

.cddescription p{
	padding:0 0px 0 0px;
}


}
