@charset "UTF-8";

/*-----------------------------------------------------

玉野市公式サイト

共通CSS

-----------------------------------------------------*/

/*-----------------------------------------------------
	全ページ共通
-----------------------------------------------------*/

body {
 background : #fff none ;
 margin : 0px ;
 width: 100%;
 color : #000 ;
 font-size : 14px ;
 font-family : Helvetica,Arial,Verdana,sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",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.alpha img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

a.alpha:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

#secondarycont a[target="_blank"] {
  background: transparent url("../img/icon_blanklink.png") no-repeat center right;
  background-size: 10px;
  padding-right: 12px;
  margin-right: 2px;
}

#secondarycont a.linkbanner[target="_blank"] {
	background: none;
  padding-right: 0px;
  margin-right: 0px;
}

.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;
}

.contentArticleDoc div.enquete { display: none }

/* CSS End */
 