<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


/*
------------------------------------------
屋良事務所　レイアウト設定CSS
制作者：　屋良事務所
作成日：　2013年06月20日
----------------------------------------*/


/*/// ランディングページ（個別部分） ///*/


* {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8em;
	font-size: 16px;
	color: #333333;
	white-space: normal;
	
	}

	
img{
	display: block;
	}


h1{
	height: 94px;
	line-height: 94px;
	}
	
	
.cont{
	padding: 0px 38px;
	width: 690px;
	background-color: #000;
	overflow: hidden;
	}
	
div.cont &gt; p:nth-of-type(1){
	width: 268px;
	float: right;
	}
	
div.cont &gt; p:nth-of-type(2){
	width: 422px;
	float: left;
	}
	
div.cont &gt; h2{
	width: 422px;
	float: left;
	height: 121px;
	line-height: 121px;
	}

div.cont + div.cont p{
	width: 410px;
	float: left;
	color: #fff;
	font-size: 12px;
	text-align: left;
	}
	
div.cont + div.cont ul{
	width: 268px;
	float: right;
	overflow: hidden;
	}
	
div.cont + div.cont ul li{
	width: 268px;
	height: 40px;
	line-heigth: 40px;
	}



ul.cont{
	padding: 40px 38px;
	overflow: hidden;
	height: 68px;
	margin-bottom: 0px;
	}
	
ul.cont li{
	width: 330px;
	float: left;
	}
	

ul.cont li:nth-of-type(2){
	float: right;
	}
	
	

/*問い合わせボタン*/

p.inquiry{
	margin: 30px auto;
	}
	
p.inquiry &gt; img{
	display: inline;
	margin-top: 10px;
	}


/*バナー置き場*/

div#bnrarea{
	margin: 0px;
	padding: 20px 0px 20px 40px;
	width: 726px;
	overflow: hidden;
	background-color: #ededed;
	text-align: left;
	}
	
div#bnrarea &gt; ul{
/*	margin-right: 40px;*/
	margin-bottom: 40px;
	padding: 16px 26px 16px 16px;
	border: 1px solid #aaa;
	overflow: hidden;
	background-color: #fff;
	position: relative;
	width: 642px;
	/*height: 60px;*/
	}
	
div#bnrarea &gt; ul li:first-of-type{
	font-size: 11.5px;
	width: 516px;
	line-height: 1.6em;
	font-weight: 600;
	float: left;
	letter-spacing: -0.2px;
	}
	
div#bnrarea &gt; ul li:first-of-type br{
	font-size: 12px;
	line-height: 1.6em;
	}
	
div#bnrarea &gt; ul li:first-of-type span{
	font-size: 18px;
	font-weight: 600;
	color: #00a0e9;
	line-height: 1.6em;
	}
	
div#bnrarea &gt; ul li:nth-of-type(2){
	/*position: absolute;
	bottom: 20px;
	right: 35px;*/
	width: 120px;
	float: right;
	margin-top: 20px;
	}
	
div#bnrarea &gt; ul li:nth-of-type(2) a{
	width: 120px;
	display: block;
	}
	
div#bnrarea &gt; p{
	line-height: 1.2em;
	}

div#bnrarea &gt; div{
	margin: 20px 0px;
	padding: 20px 0px 20px 38px;
	width: 688px;
	overflow: hidden;
	background-color: #ffffff;
	}
	
div#bnrarea &gt; div &gt; ul{
	width: 332px;
	border: none;
	text-align: left;
	padding: 0px;
	float: left;
	margin-bottom: 2px;
	}
	
div#bnrarea &gt; div &gt; ul li:nth-of-type(1){
	width: 290px;
	color: #09c;
	border-left: 3px solid #09c;
	padding: 0 0 0 10px;
	font-weight: 600;
	font-size: 13px;
	line-height: 1.2em;
	}
	
div#bnrarea &gt; div &gt; ul li:nth-of-type(1) br{
	font-size: 13px;
	line-height: 1.2em;
	}

div#bnrarea &gt; div &gt; ul li:nth-of-type(2){
	width: 300px;
	height: 75px;
	}
	
div#bnrarea &gt; div &gt; ul li:nth-of-type(3){
	width: 300px;
	text-align: right;
	font-size: 11px;
	margin-top: 5px;
	}

div#bnrarea &gt; div &gt; p{
	width: 632px;
	clear: both;
	padding-top: 15px;
	text-align: left;
	}


/*footer*/

div#footer{
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 10px 0px 20px 50px;
	overflow: hidden;
	text-align: left;
	background-color: #ededed;
	}
	

div#footer &gt; p:first-child{
	width: 200px;
	float: left;
	margin-right: 20px;
	}
	
div#footer &gt; p:nth-of-type(2){
	margin-top: 15px;
	font-size: 12px;
	color: #333;
	}
	
div#footer p:last-of-type{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	}
	
/*common*/
	
.mgn-b10{
	margin-bottom: 10px;
	}
	
.mgn-b20{
	margin-bottom: 20px;
	}
	
.mgn-b30{
	margin-bottom: 30px;
	}</pre></body></html>