<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* https://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
.pc	{
	width:950px;
	margin:0 auto;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,main{
    display: block;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
img{
    vertical-align: bottom;
}
/* CSS Document */

body{
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
	background: #fff;
}
a:hover{
	opacity: 0.8;
}

main{
	/*width: 950px;*/
	margin: 0 auto;
	padding-bottom: 15px;
}
.visual{
	background: url(https://www.ogurasansou.co.jp/img/manners/img_visual.jpg) no-repeat 0 0;
	padding: 100px 112px 74px 32px;
	margin-bottom: 10px;
}

#page_navi{
	margin-bottom: 10px;
}
#page_navi li{
	float: left;
	margin-left: 1px;
}
#page_navi li:first-child{
	margin-left: 0;
}
#page_navi ul:after{
	content: "";
	display: block;
	clear: both;
}
#main{
	background: url(https://www.ogurasansou.co.jp/img/manners/bg_top.jpg) no-repeat 0 0;
	padding: 27px 0 37px 30px;
	margin-bottom: 20px;
}
#main .txt{
	background: url(https://www.ogurasansou.co.jp/img/manners/txt_topb.png) 0 0 no-repeat;
    width: 587px;
    height: 274px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;

}
.icon{
	position: relative;
	padding: 9px 0;
	padding-left: 115px;
}
.icon:before{
	position: absolute;
    top: -14px;
    left: 11px;
	width: 99px;
	height: 87px;
	background: url(https://www.ogurasansou.co.jp/img/manners/img_h2.png) no-repeat 0 0;
	content:"";
}

#knowledge,
#classic{
	font-family: "メイリオ", Osaka;
	background: url(https://www.ogurasansou.co.jp/img/manners/bg.jpg) 0 0 repeat;
    padding-bottom: 23px;
	margin-bottom: 20px;
}
#knowledge h2{
	background: url(https://www.ogurasansou.co.jp/img/manners/bg_h2_knowledge.png) 0 0 no-repeat;
	border-bottom: #d4a548 solid 3px;
	margin-bottom: 26px;
}
/*#knowledge .area01{
	width: 881px;
	margin: 0 auto 15px auto;
	background: url(https://www.ogurasansou.co.jp/img/manners/bg_know01.png) 0 0 no-repeat;
	padding: 25px 0 33px 25px;
}
*/
/*#classic{
	background: url(https://www.ogurasansou.co.jp/img/manners/bg.jpg) 0 0 repeat;
	margin-bottom: 20px;
	padding-bottom: 23px
}*/
#classic h2{
	background: url(https://www.ogurasansou.co.jp/img/manners/bg_h2_classic.png) 0 0 no-repeat;
	border-bottom: #905c9a solid 3px;
	margin-bottom: 26px;
}</pre></body></html>