@charset "utf-8";

/* Synchro at aozoracgi/css/ */

html,body { 
-webkit-text-size-adjust:100%; 
} 

body {
	font-size: 13px; 
	line-height: 140%;
	color: #333333;
	background-color:#ffffff;
	text-align:center;
	margin: 5px 0 0;
	padding: 0;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
}

td { 
	font-size: 13px; 
	line-height: 140%;
	text-align:left;
}

a:link{ color: #0000ff;  }
a:visited{ color: #000080;  }
a:active{ color: #ffd700;  }
a:hover{ color: #ff0080;  }
em{ font-style: normal; font-weight: bold;}

.vtop{ vertical-align:top; }
.vmid{ vertical-align:middle; }
.center{ text-align:center; }
.right{ text-align:right; }
.left{ text-align:left; }
.nobr{ white-space: nowrap; }

h1{
	margin: 0;
	padding: 0;
	font-size: 14px; 
	letter-spacing:1px;
	font-weight: bold;
	line-height: 130%;
	color:#3F3F3F;
	display:inline;
}


big{ 
	font-size: 14px; 
	letter-spacing:1px;
	font-weight: bold;
	line-height: 130%;
}

small{ 
	font-size: 11px;
	font-weight:normal; 
	line-height: 120%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
}


/* NEW non swf */
.icnew{
	font-weight:bold; 
	font-size:11px;
	color:#ffffff; 
	background-color:#fd3131; line-height:160%;
	padding:0px 3px 0px; margin-top:1px; 
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
}

/* 新登場 non swf*/
.ictojyo{
	font-weight:bold; 
	font-size:11px;
	color:#ffffff;
	background-color:#2626ff; line-height:160%;
	padding:0px 3px 0px; margin-top:1px; 
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
}


/* Head_1_S */
.headline{
	border-collapse: collapse;/* cellspacing=”0″ cellpadding=”0 */
	height:40px;
	text-align:left;
	vertical-align:middle;
	width:98%;
}

/* table */
.tablecc{
	border:1px solid #878b9c;
	margin:0 0 10px 0;
	width:100%;
	text-align:left;
}
.tdcc{
	vertical-align:top; width:100%;
	background-color:#f7fbff;
}




/* 記事表示部分 */
.content{
	width:98%;
	margin: 0 auto;
	text-align:center;
}


/* リスト */
ul{
	margin: 2px 0 2px 15px;
	padding: 0;
	list-style-type:disc;
}

/* 段落 */
.para{
	margin: 0 0 0 18px;
	padding: 0;
	list-style-type: none; 
}
li{
	margin: 0 0 2px;
	line-height: 125%;
}






/* 点線 */
.dotline {
	width:100%;
	background-image: url("https://www.azr.ne.jp/aozoracgi/img/dot.gif");
	background-repeat: repeat-x; 
	padding:0;
	margin: 10px 0 0;
	font-size: 4px; 
	color:#ffffff; 
}


/* 画像 */
img{ border:0; }




/* ページリンク*/
.linklist{
	width:630px;
	margin: auto;
	text-align:center;
}
.linkmarg{
	text-align:center;
	margin: 10px 0 0;
}




/* font */
.fg{
	color:#008000;
	font-size: 14px; 
	letter-spacing:1px;
	font-weight: bold;
	line-height: 130%;
}


/**************** レスポンシブ指定  ****************/
/********** 900以上 *****/
@media screen and (min-width:910px){ 
.content{width:900px;;}

}