@charset "utf-8";
#r7117 {
	margin-bottom: 50px;
}

#r7117 h3 {
	color: #000000;
	font-size: 22px;
	line-height: 1.5em;
	margin-bottom: 10px;
	text-align: center;
}

#r7117 h3 span {
	font-size: 33px;
	display: block;
}

#r7117 .pro h3 span,
#r7117 .pro li a {
	color: #d0157d;
}

#r7117 .link {
	text-align: right;
	font-size: 16px;
	line-height: 1.6em;
}

#r7117 .link a {
	text-decoration: none;
}

#r7117 .link a .name {
	text-decoration: underline;
}

#r7117 .link a .value {
	color: #000000;
}

#r7117 .link a .due {
	color: #000000;
	font-size:14px;
}

#r7117 li {
	background-color: #ededed;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	margin-top: 15px;
}

#r7117 li a {
	display: block;
	font-size: 18px;
	text-align: center;
	padding: 10px;
	text-decoration: none;
}

@media screen and ( min-width:521px ){ /* tablet&PC */
#r7117 .fix:after {
	content: "";
	clear: both;
	display: block;
}

#r7117 .fix .pro {
	width: 359px;
}
	
#r7117 .fix div:nth-child(odd) {
	float: left;	
}
	
#r7117 .fix div:nth-child(even) {
	float: right;	
}
	
#r7117 .fix div:first-child,
#r7117 .fix div:nth-child(2) {
	margin-bottom: 40px;		
}

#r7117 .pc_block {
	display: block;
}
	
#r7117 .sp_display {
	display: none;
}
	
}

@media screen and ( max-width:520px ){ /*SP*/
#r7117 {
	margin-bottom: 20px;
}
	
#r7117 .pro {
	margin-bottom: 20px;
}
	
#r7117 h3 {
	margin-bottom: 5px;
}
	
#r7117 .link {
	font-size: 14px;
}
	
#r7117 .link .name {
	font-size: 11px;
}
	
#r7117 li a {
	font-size: 14px;
	padding: 5px;
}

#r7117 .pc_display {
	display: none;
}
	
}