<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

-----------------------------------------------------*/




/*-----------------------------------------------------
	全ページ共通
-----------------------------------------------------*/


body {
 background : #fff none ;
 margin : 0px ;
 width: 100%;
 color : #000 ;
 font-size : 12px ;
 font-family : Helvetica,Arial,Verdana,sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Osaka,sans-serif ;
/*Mac IE Hack ¥*/
 letter-spacing : 1px ;
/*Mac IE Hack END*/
 line-height : 150% ;
 text-align : left ;
	-webkit-text-size-adjust:none;
 }




img {
 border : 0px ;
 margin : 0px ;
 }

a:link    { text-decoration:underline; color:#000 ; }
a:visited { text-decoration:none; color:#000 ; }
a:active  { text-decoration:underline; color:#f00 ; }
a:hover   { text-decoration:underline; color:#f00 ; }

.hidden {
 display : none ;
 }



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


.curved10 {
/*角丸（FF/Safari/Chrome）IE無効*/
 border-top-left-radius: 10px;    /* 左上 */
 border-top-right-radius: 10px; /* 右上 */
 border-bottom-left-radius: 10px;    /* 左下 */
 border-bottom-right-radius: 10px; /* 右下 */

-webkit-border-top-left-radius: 10px;    /* 左上 */
-webkit-border-top-right-radius: 10px; /* 右上 */
-webkit-border-bottom-left-radius: 10px;    /* 左下 */
-webkit-border-bottom-right-radius: 10px; /* 右下 */

-moz-border-radius-topleft: 10px;    /* 左上 */
-moz-border-radius-topright: 10px; /* 右上 */
-moz-border-radius-bottomleft: 10px;    /* 左下 */
-moz-border-radius-bottomright: 10px; /* 右下 */
 }

.curved5 {
/*角丸（FF/Safari/Chrome）IE無効*/
 border-top-left-radius: 5px;    /* 左上 */
 border-top-right-radius: 5px; /* 右上 */
 border-bottom-left-radius: 5px;    /* 左下 */
 border-bottom-right-radius: 5px; /* 右下 */

-webkit-border-top-left-radius: 5px;    /* 左上 */
-webkit-border-top-right-radius: 5px; /* 右上 */
-webkit-border-bottom-left-radius: 5px;    /* 左下 */
-webkit-border-bottom-right-radius: 5px; /* 右下 */

-moz-border-radius-topleft: 5px;    /* 左上 */
-moz-border-radius-topright: 5px; /* 右上 */
-moz-border-radius-bottomleft: 5px;    /* 左下 */
-moz-border-radius-bottomright: 5px; /* 右下 */
 }






.fs10 {
 font-size : 10px ;
 }

.textcenter {
	text-align: center;
}

.textright {
	text-align: right;
}











/* CSS End */
 </pre></body></html>