
/**************************
property reset,tool
**************************/

*{
	margin:0;
	padding:0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}


html{
	overflow-y: scroll;
}

body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}


img {
	border:0;
}

form {
	display: inline;
}



#container{
width:100%;
}


/**************************
clearfix
**************************/

.clearfix:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
}
.clearfix {
      display: inline-table;
      min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/**************************
Class Style
**************************/

.inline_left {text-align:left;}
.inline_right {text-align:right;}

.inline_center {text-align:center;}
.inline_brown_small {color:#663333; font-size:1.2rem;}
.inline_back_green {color:#FFF; background-color:#003366; padding:2px 5px;}


.left25 {
	padding-left:25px;
	padding-right:20px;
	}


.img_left {
	float:left;
	margin:0 20px 0 40px;
	line-height: 1.1;
	text-align: center;
}


.img_right {
	float:right;
	margin:0 40px 0 20px;
	line-height: 1.1;
	text-align: center;
}

.img_border{
	border: 1px solid #CCCCCC;
}

.img_inline {
	vertical-align:middle;
	margin-right:10px;
}

.img_inline_bottom {
	vertical-align:bottom;
}

.nowrap {
	white-space:nowrap;
}

.text_small{
	font-size: 1.2rem;
	font-weight: normal;
}

.text_bold{
	font-weight: bold;
}

.text_green{
	color:#003366;
	font-weight: bold;
}

.text_red{
	color:#cc0000;
}

.text_violet{
	color:#3A0075;
	font-weight: bold;
}

.text_OrangeBold{
	color: #ec6941;
	font-weight: bold;
}

.map_img{
	text-align:center;
}

.inlineblock{
display: inline-block;
}

p.kome{
	padding-left:1em;
	text-indent:-1em;
}

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

/*layout.css*/

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



/**************************
body,container,color
**************************/

html,body {
	background: #fbfaf7 url(images/bg-body.png) repeat-x 0 0;
background-size: 5px;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 62.5%; /* font-size 1em = 10px */
	color:#333333;
	background-color: #fbfaf7;
	text-align: center;
/*	height:100%;*/
}





#wrapper {
	width:100%;
	position: relative;
/* 以下heightIE6のCSSハック */
	/*min-height: 100%;
    _height: 100%;*/
	margin: 0 auto;
	text-align:left;
	
	background: url(images/bg_body_bottom.png) bottom repeat-x;
}



/**************************
visualArea
**************************/



#mainVisual {
	margin: 15px auto;
	padding:0;
}

#mainVisual .slider-wrapper #slider img {
    border-radius: 5px;
}


#visualbannerArea {
	margin:0 auto 20px;
}

#visualbannerArea li{
	float:left;
}
#visualbannerArea li:last-child{
	margin-right: 0;
}

#visualbannerArea li a{
	display:inline;
	height:130px;
}

#visualbannerArea img{
	box-shadow: 1px 1px 5px #666; /*CSS3*/
	-moz-box-shadow: 1px 1px 5px #666; /* Firefox�p*/
	-webkit-box-shadow: 1px 1px 5px #666; /* Google Chrome, Safari�p*/
	}
	
#visualbannerArea a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
	}
	

/**************************
pageBody
**************************/

#index #pageBody{
	margin:20px auto;
	line-height: 1.6;
 }
 
#pageBody{
	margin:0 auto;
	line-height: 1.6;
}

/**************************
sidebar
**************************/



#sidebar {
	margin: 0;
	padding:0 0 20px;
	z-index: 5;
}




/**************************
mainArea
**************************/

#index #mainArea{
	background:none;
}



/**************************
footer
**************************/



#footer {

/*	background-color: #f4dadd;*/
	background-color: #ffe1b3;
	clear: both;
	margin:0 auto;
	text-align:center;
	padding-top:1px;
	padding-bottom: 20px;
	/*margin-top: -120px;*/
	/*height: 160px;*/
	bottom:0px;
	overflow: hidden;
}



#footer hr{
	clear:both;
    color:#f4dadd;
	margin-bottom: 0;
	*margin-bottom:0px;/*IE6,7�΍�*/
}

#footer .syozaichi img{
	margin:0 5px;
}

#footer address.syozaichi{
	font-style: normal;
	font-size: 1.6rem;
	color:#333;
}

.copyrightArea{
	padding: 1rem;
	background-color:#f56e00;
	height: 10px;
	text-align: center;
}


address.copyright{
	font-style: normal;
	color:#FFF;
	font-size:1.2rem;
}


#footer div.nav_footer {
	clear:both;
	 position: relative; 
  overflow: hidden;
	font-size: 1.6rem ;
	margin: 0 auto 20px;
	width: 1000px;
	text-align: center;
}


#footer .nav_footer ul {
	  position: relative;
  left: 50%;
	float: left;
}

#footer .nav_footer li{
	position: relative;
  	left: -50%;
	float: left;
	padding:8px 0;
	margin: 0 30px 0 0;
}

#footer .nav_footer li a{
	background: url(images/li_arrow.png) no-repeat 0 4px;
	background-size: 7px;
	display: block;
	padding-left: 1em;
}



#index #bannerArea{
	margin: 0 auto 0;
}

#bannerArea{
	width: 230px;
	margin: 0 auto 15px;
}

#bannerArea li{margin: 0 0 5px; line-height:1;  }

#bannerArea a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
	}





#index #informationBox{
	width: 230px;
	margin: 0 auto 20px;
	background: #ffffff url(images/bg_infobox_middle.gif) repeat-y 0 0;
	left: 0px;
	top: 285px;
}

#informationBox{
	width: 230px;
	margin: 15px auto 20px;
	background: #ffffff url(images/bg_infobox_middle.gif) repeat-y 0 0;
}

#informationBox hr{
	width: 85%;
	text-align:center;
	margin:0 auto;
}

#informationBox h2{
	width: 230px;
	height: 40px;
	background: url(images/h2_infobox.gif) no-repeat 0 0;
	text-indent: -9999px;
}

#informationBox p,
#informationBox address,
#informationBox dl{
	margin:20px 15px;
	font: normal 0.85em/1em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

#informationBox address{
	/*margin-left:25px;*/
	margin-left:21px;
	font-size: 1.4rem;
	line-height: 1.2;
}

#informationBox dl dt{
	margin:10px;
	font-size: 1.8rem;
	font-weight: normal;
	color: #555;
}

#informationBox dl dd dl{
	margin: 0 0;
}


#informationBox dl dd dl dt{
	margin-top:10px;
	margin-left:10px;
	margin-bottom: 0px;
	/*width: 5em;*/
	font-size: 1.4rem;
	font-weight: bold;
	color: #333;
	line-height:1.2;
}

#informationBox dl dd dl dd{
	margin-left: 1em;
	margin-bottom: 0px;
	font-size: 1.4rem;
	line-height:1.2;
}

#informationBox p.lastchild{
	margin: 0;
	width:230px;
	height: 10px;
	padding-bottom: 25px;
	background: url(images/bg_infobox_bottom.gif) no-repeat left bottom;
}


#informationBox p.lastchild a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
	}


* html #informationBox p.lastchild{
	padding-bottom: 20px;
}

#informationBox #map_canvas_side{
	width: 190px;
	margin: 20px auto 10px;
	height: 120px;
	border:2px solid #CCC;
}




/*** index �R���e���c�{�b�N�X@���C���G���A ***/

#index .contentsBox{
	margin: 0 0 20px;
 }
 
#index #oshirase{
	background:#FFF;
	border:#CCCCCC 1px solid;
	padding-bottom:20px;
	width:390px;
}

	.contens_border{
		border-top:10px #f56e00 solid;
		width:370px;
		margin:0 auto;
	}
	
	#index #oshirase h3{
		background:url(images/h3_arrow.png) no-repeat left 0;
		background-size: 15px;
		padding:0 0 0 20px;
		margin:20px 0 5px 0;
		line-height:1em;
		height:auto;
	}
	
	.contens_line{
		 background:url(images/mesh_border.png) repeat-x left top;
		background-size: 4px;
		 height:5px;
		 width:370px;
	}

	#index #oshirase ul li{
		background:url(images/li_news.png) no-repeat left 3px;
		background-size: 11px;
		padding:0 0 0 20px;
		margin-top:20px;
		border-bottom:#666 1px dotted;
	}

 

	#index #oshirase p{
		padding:0 5px 0 10px;
	 }
	 
#topics{

}
	#index #topics h3,#index #shinryonaiyo h3{
		/*background:url(images/h3_arrow.png) no-repeat left 0;*/
		background:url(images/h3_arrow.png) no-repeat 0 3px;
		background-size: 15px;
		padding:0 0 0 20px;
		margin:20px 0 5px 0;
		line-height:1em;
		height:auto;
	}

	.topics_border{
		border-top:10px #f56e00 solid;
		width:300px;
		margin:0 auto;
	}

	.topics_line{
		 background:url(images/mesh_border.png) repeat-x left top;
		background-size: 4px;
		 height:5px;
		width:300px;
	}



.boxwrap{
	background:#FFF;
	border:#CCCCCC 1px solid;
	width:740px;
	margin:0 auto 20px;
	
}
	.box_border{
		border-top:10px #f59600 solid;
		margin:0 auto;
	}
	
	.boxwrap h1{
		background:url(images/h3_arrow.png) no-repeat left 0;
		background-size: 15px;
		padding:0 0 0 20px;
		margin:20px 0 5px 0;
		line-height:1em;
		height:auto;
		font-size: 2.0rem;
		font-weight: normal;
	}
	
	.box_line{
		background:url(images/mesh_border.png) repeat-x left top;
		height:5px;
		width:720px;
		margin-bottom:10px;
	}

	#index .boxwrap p{
		padding:0 5px 0 10px;
	 }
	 
	 

#index .contentsBox{
	padding: 0;
	clear:both;
	background: none;
 }
	 
.contentsBox{
	padding: 0 0 40px;
	font-size: 1.6rem;
 }

 
.contentsBox p,
.contentsBox ul,
.contentsBox ol,
.contentsBox dl,
.contentsBox table,
.formBox{
	margin: 12px 30px 20px;
 }

.contentsBox ol{
	margin-left: 50px;
}

 
.contentsBox:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
}
.contentsBox {
      display: inline-table;
      min-height: 1%;
}
/* Hides from IE-mac \*/
* html .contentsBox { height: 1%; }
.contentsBox { display: block; }
/* End hide from IE-mac */

.contentsBox #qaAccordion ul {
	margin: 5px 34px 20px 70px;	
}


.contentsBox ul li{
	background: url(images/li_arrow.png) no-repeat 0 4px;
	padding: 0 0 4px 28px;
	margin-bottom: 12px;
}

.contentsBox .ul_news li{
	border-bottom: 1px dotted #999999;
	margin-bottom: 16px; 
}


.contentsBox ul.arrow{
	margin: 5px 30px 20px;
}

.contentsBox ul.arrow li{
	background: url(images/li_arrow.png) no-repeat 0 4px;
	padding: 0 0 10px 20px;
	margin-bottom: 6px;
	border-bottom: none;
	line-height: 1.2;
}

.contentsBox #topics ul.arrow{
	margin: 5px 15px 20px;
	
	}



.contentsBox #topics ul.arrow li{
	background: url(images/li_arrow.png) no-repeat 0 4px;
	padding: 0 0 10px 20px;
	margin-bottom: 6px;
	border-bottom: none;
	line-height: 1.2;
}

.contentsBox #topics li ul{
	border-bottom: 1px dotted #999999;
	margin-bottom: 16px; 
}



.contentsBox li ul{
	margin: 10px 10px 0;
}

.contentsBox ul.arrow li{
	background: url(images/li_arrow.png) no-repeat 0 4px;
	background-size: 7px;
	padding: 0 0 10px 14px;
	margin-bottom: 6px;
	border-bottom: none;
	line-height: 1.2;
}

.contentsBox li ul{
	margin: 10px 10px 0;
}


.contentsBox li ul li{
	background: url(images/li_arrow.png) no-repeat 0 6px;
	background-size: 7px;
	padding: 0 0 0px 18px;
	border: none;
	}


.contentsBox dl {
	margin: 0 30px 20px;
	line-height: 1.4;
}

.contentsBox dt {
	float:left;
	clear:left;
	padding-bottom: 10px;
	width: 6em;
	font-weight:bold;
	color: #003459;
	line-height: 1.4;
}

.contentsBox dd {
	background: url(images/li_arrow.png) no-repeat 0 4px;
	background-size: 7px;
	margin: 0 0 20px 1em;
	padding-left: 20px;
	float:left;
	line-height: 1.4;
}

.contentsBox ul li{
	background: url(images/li_arrow.png) no-repeat 0 4px;
	background-size: 7px;
	padding: 0 0 4px 18px;
	margin-bottom: 4px;
	line-height: 1.6;
}

.contentsBox ol li{
	background-size: 7px;
	padding: 0 0 4px 0;
	margin-bottom: 4px;
}


.contentsBox h1{
	margin: 0 0 20px;
}


.contentsBox h2{
	background: url(images/h2_bg.png) no-repeat 0 0 ;
	background-size: 680px;
	height: 36px;
	color:#fff;
	font-weight:normal;
	font-size: 1.8rem;
}


.contentsBox h3{
	clear:both;
	margin: 15px 0 5px 34px;
	padding: 4px 0 4px 32px;
	/*border-bottom:#CCE130 dotted 2px;*/
	background: url(images/h3_bg.png) no-repeat left top;
	background-size: 25px;
	line-height: 1em;
	font-size:2.0rem;
	font-weight: normal;
	}


.contentsBox h3.borderless{
	background: url(images/h3_bg_borderless.gif) no-repeat left center;
	padding: 16px 0 0 46px;
	height:36px;
	line-height:1.2rem;
	margin: 0 34px 0;
	}



.contentsBox h3.h3_news{
	margin: 0 0 20px;
	padding: 3px 0 3px 10px;
	border-left: 10px solid #003466;
	background: #4A94D7 url(none) no-repeat 0 0;
	color: #FFFFFF;
	font-size:12.0em;
}

.contentsBox h3.kaisaiannai {
	height:30px;
	padding-left:70px;
	background-image:none;
}

.contentsBox h4 {
	margin: 0 30px 0;
	border-bottom: 2px solid #ddd;
	color:#400000;
	font-size: 1.8rem;
}

.contentsBox #qaAccordion h4 {
	margin: 0 34px 10px 70px;
}


.contentsBox h5{
margin: 12px 30px 0;
padding: 0.2em 0.5em;
background-color: #E3F1E9;
border-bottom: 1px dotted #f56e00;
font-size: 1.6rem;
line-height: 1.2;
}



.arrow{
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
}

.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}

.arrow_square::before{
width: 14px;
height: 14px;
background: #555;
/*background: #f56e00;*/
}
.arrow_square::after{
left: 3px;
width: 4px;
height: 4px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.kakomi{
	margin:0 34px;
	padding: 5px 5px;
	border:1px solid #ccd2aa;
	border-radius: 4px;
	background-color: #f6f8ec;
}

.kakomi h3{
	margin: 10px 0 8px 10px;
	padding: 0 10px 0px 38px ;
	font-size:2.0rem;
	color:#003459;
	border: none;
	background: url(images/h3_kakomi.png) no-repeat 15px 2px;
	background-size: 16px;
}

.kakomi-pink{
	margin:0 34px;
	padding: 5px;
	height: 100px;
	border:2px dotted #FFCCCC;
	background-color: #ffebea;
}

.contentsBox .kakomi-pink ul.arrow li,
.contentsBox .kakomi_shikaku ul.arrow li,
.contentsBox #kakomi_column ul.arrow li{
	background: url(images/li_arrow.png) no-repeat 0 10px;
	padding-top:10px;
	margin-bottom:1px;
	line-height: 1;
}


.kakomi hr,
.kakomi-pink hr{
    color:#f6f8ec;
	padding-bottom:5px;
	width:92%;
}

table.tablelayout{
border: none;
text-align: left;
}

table.tablelayout th,table.tablelayout td{
background-color: transparent;
border: none;
font-size: 1.6rem;
}




/*** ��ԁE���j�f�Â̂��ē� ***/
.nichiyo-yakan{	
	width: 430px;
	padding: 16px 16px 20px;
	margin: 20px auto 30px;
	background-color:#43672A;
	font-size: 1.6em;
	color: #ffffff;
	line-height: 1.3;
}

.nichiyo-yakan p{
	margin: 0;
	color: #ffffff;
}


/*** ���ĕ���dl ***/
.contentsBox dl.vertical{
	margin: 0 20px 6px;
	line-height: 1.6rem;
}

.contentsBox .vertical dt{
	width: 26em;
	padding-bottom: 6px;
	float:none;
	clear: none;
}

.contentsBox .vertical dd{
	margin-left: 0;
	padding-bottom: 16px;
}


/*** �������C��***/

hr{
    border:none;
    border-top:dashed 1px #7d8a2e;
    height:1px;
    color:#fbfaf7;
	margin:0 auto 10px;
	width:90%;
	text-align:center;
}


/*** �e�[�u���֘A ***/
.table-wrrap {
  display: block;
  width: 100%;
  min-height: .01%;
  overflow-x: auto;
}


table {
	width:90%;
	margin: 0 auto 20px;
	border-collapse:collapse;
	border:1px solid #999999;
	line-height:120%;
	empty-cells:show ;
	font-size: 1.4rem;
	text-align: center;
}


td,
th {
	border:1px solid #999999;
	padding:0.6em 0.6em;
	vertical-align:top;
}

th {
	border:1px solid #999999;
	color:#333333;
	background-color: #eeeeee;
	font-weight:bold;
}


th.col01,
td.col01{
/*	background-color: #f5f8ed;*/
	background-color: #fff3e6;
	padding-left: 2em;
	text-align: left;
	font-weight: bold;
	}

td.thu{
	background-color: #fff1e2;
	color: #3A0075;
}
	

th.month{
	background-color: #ccc;
}


td.sun{
	background-color: #FFEBEA;
	color:#003366;
}

td.kyushin{
	background-color: #FFEBEA;
	color:#CC0000;
}


.contentsBox .table-calendar{
	margin: 20px 0 30px;
	width: 320px;
}


.bg-palepink{
	background-color: #FFF2F2;
}

.bg-paleorange{
	background-color: #FFF6F2;
}


.bg-paleblue{
	background-color: #F6F7FF;
}

.bg-palegleen{
	background-color: #F1FDEF;
}




/****** ���̓t�H�[��******/

.formBox{
	padding: 20px 20px 0px;
	margin-bottom:80px;
	
}

form {
  margin: 0;
}

html[xmlns] form { margin-bottom: 0px; }

.label {
  clear: left;
  display: block;
  padding-left: 6px; 
  width: 150px;
  line-height: 1em;
}

.control {
	display: block;
	line-height: 1em;
	text-align: left;
	font-weight: normal;
	height:25px;
}


input {
	border: solid #CCC 1px;
	background: #eeeeee;
	cursor:pointer;
	width:430px;
	height:23px;
}

#image-btn {
	position: absolute;
	margin-left:12px;
    border: 0px;
    width: 90px;
    height: 25px;
	color:#FFF;
	font-size:1.6rem;
    background: url(../contents/images/btn_url.gif) no-repeat;
}

input:focus, select:focus, textarea:focus {
  background: #ffffff;
}




/*** �t�H�g�M�������[ ***/

.photo {
	border: 1px solid #CCCCCC;
}


.photogallery a img{
	padding: 6px;
	border: 1px solid #CCCCCC;
}



/****** 健康サポート ******/


#column h1{
	margin:20px 0;
	padding: 1px 6px;
	border-left:solid 10px #003366;
	border-bottom: dotted 1px #72993c;
	font-size:2.0rem;
	}

#column h2{
	background:none;
	margin: 0 34px 20px;
	padding:0;
	height: auto;
	font-size:2rem;
	font-weight: bold;
	color:#021c45;
	line-height:1.1;
	text-indent: 0;
	width: auto;
}

#column h3{
	clear:both;
	margin: 0 34px 0px;
	padding: 0.5em 0 0.5em 35px;
	height:auto;
	border-bottom:2px dottd #eee;
	background: url(images/h3_bg.gif) no-repeat left center;
	font-size:1.8rem;
	font-weight: bold;
}

#column h4{
	margin: 0 34px 10px;
	font-size: 1.6rem;
	margin-bottom:6px;
	font-weight: bold;
	color: #003366;
}


#column table {
	width: 90%;
	margin: 0 20px 20px;
	border-collapse:collapse;
	border:none;
	line-height:120%;
	empty-cells:show ;
	font-size: 1.4em;
	text-align: left;
}

#column td,
#column th {
	border:none;
	padding:0.3em 0.6em;
	vertical-align:top;
	text-align: left;
}

#column th {
	border:none;
	color:#000;
	background:#e6e6e6;
	font-weight:bold;
}


/****** �f�Èē� �֘A******/
.time_table th,.time_table td {
	vertical-align: middle;
}

.time_table td {
font-size: 2rem;
}

table.table_jikan{
	margin:0 0 20px 30px;
	border:none;
}

table.table_jikan th{
	border: none;
	background-color: #FFF;
	font-weight: bold;
	text-align:left;
/*	color:#81511c;*/
	color:#003459;
	white-space: nowrap;
}

table.table_jikan td{
	border: none;
	text-align:left;
}

table.table_kamoku{
	width: 200px;
	margin:0 0 20px 30px;
	border:none;
}

table.table_kamoku th{
	border: none;
	background-color: #FFF;
	font-weight: bold;
	text-align:left;
	color:#003459;	
	white-space: nowrap;
}

table.table_kamoku td{
	border: none;
	text-align:left;
}

/****** ���m�点�֘A******/

.contentsBox .news{
	margin:0 35px 30px 25px;
	padding-top:15px;

}

.contentsBox .news ul {
	margin:0;
	padding-left:10px;
	list-style:none;
}

.contentsBox .news li {
	padding:5px 0 5px 25px;
	background: url(images/li_news.png) no-repeat 0px 6px;
	background-size: 12px 13px;
	line-height:1.2;
	border-bottom:dotted 1px #999;
	margin-bottom:20px;
}



/***Q&A�̃A�R�[�f�B�I��***/

.qa  {
	margin:  40px 20px 0;
}

.qa h3{
	margin: 10px 0 20px 0;
	padding: 5px 0 10px 70px;
	height: 50px;
	background: url(images/img_q.gif) no-repeat 0 0;
	font-size: 1.2rem;
	cursor:pointer;
}


.qa a {
	cursor:pointer;
	display:block;
}

.qa div {
	margin: 0 0 60px 0;
	border: none;
	background: url(images/img_a.gif) no-repeat 0 0;
	text-decoration: none;
}


.qa p{
	margin:0 0 0.8em 70px;
}


#rightArea .qa ul {
	margin:30px 0 10px 70px;
}

.qa a:hover {
	background-color: #eeeeee;
}



/*** Get Acrobat Reader ***/

#getAcro {
    background-color: #FFF4F4;
    border: 1px dotted #DDDDDD;
    margin: 40px 34px;
}

#getAcro img {
    float: left;
    margin: 10px 15px;
}
#getAcro p.acrobat {
    font-size: 1.4rem;
    margin-bottom: 0;
    margin-left: 150px;
    padding-bottom: 10px;
    text-indent: 0;
}


/*** フッターにGoogleマップ ***/
.map_footer{
  width:100%;
  height:auto;
  position:relative;
	padding-top:25%;
}
.map_footer iframe{
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
}


/*** SiteCake ***/
.sc-content p {
    padding: 32px;
    /*background: #f1f7eb;
    border: 3px solid #ccdf97;*/
    background: #fff;
    border: 3px solid #ccd;
    border-radius: 4px;
	margin: 10px 0 20px 0;
}

/*** flexbox ***/
.row{
	display: flex;
	margin: 0 30px;
}

.justify-content-center{
	justify-content: center;}

.justify-content-space-around{
	justify-content: space-around;}

.align-items-center{
	align-items: center;
}


/**************************
bootstrap3 Advanced buttons 
**************************/

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #f56e00;
  border-color: #498402;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #498402;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #498402;
  border-color: #3F7202;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #498402;
  border-color: #3F7202;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #3F7202;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #f56e00;
  border-color: #498402;
}
.btn-primary .badge {
  color: #f56e00;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #f56e00;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.clearfix:before,
.clearfix:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
/*** é’ã„æž ç·šã‚’æ¶ˆã—ãŸã„å ´åˆã¯ã“ã‚Œã ã‘è¿½è¨˜ ***/
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}

.bg-paleblue02 {
    background-color: #e0e8f7;
}