@charset "utf-8";


/* reset
=============================================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
/*
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
abbr,acronym,fieldset {
	border: 0;
}
img {
	border: 0;
	vertical-align: bottom;
}
ul {
	list-style-type: none;
}



/* font
=============================================================================*/
body {
   font-size: 88%;
}



/* base
=============================================================================*/
html {
	overflow-y: scroll;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:focus {
	outline: none;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}



/* color
=============================================================================*/
.red {
	color: #da2828;
}
.red02 {
	color: #bb222c;
}
.blue {
	color: #0b69ab;
}



/* clearfix
=============================================================================*/
/* モダンブラウザ（Firefox Opera Safari）対策 */
.clearfix:after{
   content:".";
   display:block;
   height:0px;
   clear:both;
   visibility:hidden;
}

/* Win版IE7とMac版IE5対策 */
.clearfix{
   display:inline-block;
}

/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html .clearfix{
   height:1px;
}

.clearfix{
   display:block;
}
/* End hide from IE-mac */




/* print.css
=============================================================================*/
@media print{
	* html body { zoom:0.7; } /*IE6向けにページ幅の調整*/
}




/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* 近畿会共通コンテンツ */
span.hokkaido {
	display:none;
}
span.shizuoka {
	display:none;
}
span.kinki {
	display:inline;
}
li.list {
	display:none;
}
