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




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


/* ~~ 左側、テキストエリアの設定です。 ~~ */
div#Lcontents {
	width: 65%;
	float: left;
}




/* ~~ 左側、テキストエリアの小見出しです ~~ */

div#Lcontents h1 {
	color: #FF8040;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	}



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


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


#contents-title {
	font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 700;
	padding: 10px;
	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;
	background-position: bottom;
}


@media (max-width:768px){
	



/* ~~ 左側、テキストエリアの設定です。 ~~ */
div#Lcontents {
	width: 100%;}



/* ~~ 右側、写真エリアの設定です。 ~~ */
div#Rcontents {
	float: none;
	margin-top: 10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 95%;
	}


div#Rcontents img {
	float: left;
	}


}
