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




/* ---------------------------------------------------------------- *
	デザインタイプCの設定です
 * ---------------------------------------------------------------- */



/* ~~ 右側、写真エリアの設定です。 ~~ */
div.Rcontents {
	float: right;
	margin-top: 10px;
	}


/* ~~ 右側、写真の下に余白を入れます。 ~~ */
div.Rcontents img {
	margin-bottom: 10px;
	}
	
	

#contents-title {
	padding: 10px;
	font-size: 130%;
	font-weight: bold;
	line-height: 140%;
	color: #000;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
	border-top: none;
	margin-bottom: 10px;
	background-image: url(../unyu_souko/img/c_title.gif);
	background-repeat: repeat-x;
}

#right-column img {
	float: right;
	margin-left: 10px;
}s



@media (max-width:768px){
	
div#Lcontents {
	max-width: 100%;
	float: none;
	}
	
#right-column section p img {
	width:100%;
	float: none;
	margin: auto;
}


	
	
	}
	
