@charset "utf-8";



/*---------------------------------------------------------
 common.css [
----------------------------------------------------------- */
/* default style */
* {
	/*font-size:100%;*/
}

p {
	font-size: 75%; /*12px*/
}
ul,ol{
	font-size: 75%; /*12px*/
}
ul li{
	font-size: 100%; /*12px*/
}
dl {
	font-size: 75%; /*12px*/
}
dl dt,
dl dd {
	font-size: 100%; /*12px*/
}
table {
	font-size: 75%; /*12px*/
}
table p{
	font-size: 100%; /*12px*/
}
address{
	font-size: 75%; /*12px*/
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%; /*16px*/
}
input {
	font-size: 75%; /*12px*/
}
select {
	/*font-size: 75%;*/ /*12px*/
}
table input{
	font-size: 100%; /*12px*/
}
table select {
	/*font-size: 100%;*/ /*12px*/
}
p input{
	font-size: 100%; /*12px*/
}


/* 3.header  */
#h_inputTxt,
#h_inputTxt_s {
	font-size: 12px!important; /*12px*/
	padding: 1px;
}
#h_inputBtn,
#h_inputBtn_s {
	font-size: 12px!important; /*12px*/
	padding: 1px;
}


/* 5.main  */
.timetext {
	font-size: 100%; /*16px*/
	color: #C03;
}

.publictext {
	font-size: 100%; /*16px*/
	color: #F60;
}

/* title */
.indexTitle {
	font-size: 100%; /*20px　<h*>*/
}
.indexTitle span {
	font-size: 75%; /*12px　<h*>*/	
}

.indexTitle2 {
	font-size: 125%; /*20px　<h*>*/
}

/* 7.footer  */
.fNav li {
	font-size:83%; /* 10px */
}
#copyright {
	font-size:71%; /* 10px */
}
#footer address{
	font-size:71%; /* 10px */
}



/*---------------------------------------------------------
 style.css [
----------------------------------------------------------- */
/* main */
.iconList2 {
	font-size: 133%; /*16px*/
}
.faqList dt,
.faqList dd {
	font-size: 116%; /*14px*/
}
/* text */
.readTxt-blue {
	font-size: 200%; /* 28px */
}
.blueBox h3 {
	font-size: 83%; /* 15px */
}

/* box */
.kaityo dd {
	font-size: 133%;  /*16px*/
}
.imgBox address strong{
	font-size: 133%;  /*16px*/
}

/* Q＆A */
.faqList .q-no {
	font-size: 100%;  /*16px*/
}


/*---------------------------------------------------------
 member.css [
----------------------------------------------------------- */
.calendarTable caption{
	font-size: 116%;  /* 14px */
}



/*---------------------------------------------------------
 news.css [
----------------------------------------------------------- */

/* 5.main [ Entry-Page ] */
.entryTitle {
	font-size: 125%; /*20px　<h*>*/
}



/*---------------------------------------------------------
 search.css [
----------------------------------------------------------- */

/* 5.main [ index-Page ] */
.syoshiMapTable caption {
	font-size: 116%;  /* 14px */
}

/* 5.main [ List-Page ] */
.searchTxt .searchName {
	font-size: 125%; /*20px　<h*>*/
}
.searchTxt .searchName span {
	font-size: 80%; /*16px　<h*>*/
}

/* 5.main [ Individual-Page ] */
.searchTitle2 {
	font-size: 125%; /*20px　<h*>*/
}
.searchTitle2 span {
	font-size: 80%; /*16px　<h*>*/
}


