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

/*
	Site Name: 松本家の休日
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	1: universal reset 
	2: body and base setting
	3: clearfix 
	4: txt size
	5: other

==========================================================
*/


/*
===== 1: universal reset ====================================
*/
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, font, 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 { margin: 0; padding: 0;}

/*
===== 2: body and base setting ====================================
*/
html{
    font-size: 6.25%;
	/*&lt;strong&gt;&lt;/strong&gt;*/
}
body {
	background: repeat scroll 0 0 transparent;
	font: 14rem/1.0 Verdana, Roboto, 'Droid Sans', Meiryo, 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic ProN', sans-serif;
    margin: 0;
	-webkit-text-size-adjust: 100%;
}
body &gt; div {/*クロームでフォントサイズが継承されない現象を回避*/
    font-size: 14rem;
}
h1, h2, h3, h4, h5 { font-weight: normal;}
hr {
    border-top: 1px solid #CCC;
    border: 0;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}
ul, ol {
	list-style:none;
}
input, select {
    vertical-align:middle;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
em {
	font-style: normal;
}

/*
===== 3: clearfix ==========================================
*/
.clearfix:after{
    content: "";
    display: block;
    clear: both;
}

/*
===== 4: txt size ==========================================
*/

/*--------------------------------------------------------
フォントサイズの基準

26px : 197%
25px : 189%
24px : 182%
23px : 174%
22px : 167%
21px : 161.6%
20px : 153.9%
19px : 146.5%
18px : 139%
17px : 131%
16px : 123.1%
15px : 116%
14px : 108%
13px : 100%
12px : 93%
11px : 85%
10px : 77%
--------------------------------------------------------*/

/*
===== 5: other ==========================================
*/
.br:after {
	content: "\A";
	white-space: pre;
}

/**/
img, p, a, div {
	behavior: url(/salad/js/iepngfix.htc);
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
</pre></body></html>