@charset "utf-8";
* {
  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.btnList {text-indent: 0;}
.btnList li {list-style: none; vertical-align: text-top; margin-bottom:10px;}

.emp{
	color:red;
}

.colorType01{
	color:#131871;
}

.wide {
  width: 100%;
}
.iCent {
	text-align:center;
	display:block;
	padding:0 0 10px 0;
	clear:both;
}
.iCent02 {
	width:90%;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	display:block;
	padding:0 0 10px 0;
	clear:both;
}
.iCent02n {
	width:90%;
	margin:0 auto;
	text-align:center;
	padding:0;
	display:block;
	clear:both;
}
.iCent02n2 {
	width:90%;
	margin:0 auto;
	text-align:center;
	padding:0;
	display:block;
	clear:both;
	border:#131871 solid 1px;
	padding:10px 10px 10px 0;
}
.iRight {
	text-align:right;
	display:block;
	padding:0 0 10px 0;
	clear:both;
}

.imgL {
	float:left;
	margin:0 10px 10px 0;
	display:block;
}

.sent01 {
	display:block;
	padding:0 10px 10px;
	clear:both;
	color:#52526C;
}


.sent02 {
	display:block;
	padding:0 0 10px;
	clear:both;
}
.w50{
	width:50%;
}

.sM{
	margin-bottom:20px;
}

.boxType01{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	display:block;
	padding:10px;
	clear:both;
	background:#CFEDF6;
}

.sTitle {
	width:100%;
	color:#330066;
	background:#DFCAEB;
	padding:5px 10px;
	border-bottom:#FFF 5px solid;
}

.sTitle02 {
	background:
        url(../images/common/bgTitle02.png) center bottom no-repeat,
        url(../images/common/bgTitle01.png) center top no-repeat;
	background-size:100% auto;
	padding:1.8em 10px 0.8em;
	font-size:1.2em;
	color:#3399CC;
}

.bold {
  font-weight: bold;
}

/* テキストを省略せずに表示する */
.ui-header .ui-title,.ui-footer .ui-title,.ui-btn-inner,.ui-li-heading,.ui-li .ui-btn-text a.ui-link-inherit,.ui-li-desc {
  overflow: visible;
  white-space: normal;
}
.mapBox {
  width: 100%;
  height: 240px;
  border: 8px solid #ccc;
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
}

/*入力フォームの背景を調整*/
textarea.ui-body-b,input.ui-body-b {
  background-color: white;
}
/*見出しとフォーム部品の間の余白を調整*/
.ui-field-contain:first-child {
  padding-top: 0;
}

b {
	color:#FF0000;
}

.wrap {
    background:#FFF;
}

	/* tableType01
	========================================== */
	table.tableType01{
		width:100%;
		background:#E7F2FC;
		line-height:1.24em;
		text-align:left;
		font-size:0.9em;
		margin:0 0 20px;
	}
	
	table.tableType01 th{
		padding:5px;
		color:#FFF;
		border-bottom:#FFF solid 1px;
		text-align:right;
		background:#6767A9;
	}
	
	table.tableType01 th.emp{
		padding:5px;
		color:#FFF;
		border-bottom:#FFF solid 1px;
		text-align:right;
		background:#D3E6F5;
	}
	
	table.tableType01 td{
		padding:5px;
		border-top:#FFF solid 1px;
		border-bottom:#FFF solid 1px;
		background:#E7F2FC;
	}
	
	table.tableType01 td .c01{
		color:#A3A3CB;
	}
	
	/* tableType02
	========================================== */
	table.tableType02{
		width:100%;
		line-height:1.24em;
		text-align:left;
		font-size:0.9em;
		margin:0 0 20px;
	}
	
	table.tableType02 th{
		width:5em;
		padding:5px;
		color:#000086;
		border-bottom:#D8EAFA solid 1px;
		text-align:right;
	}
	
	table.tableType02 td{
		padding:5px;
		border-bottom:#D8EAFA solid 1px;
	}
	
	table.tableType02.is--bTop th{
		border-bottom:none;
		border-top:#D8EAFA solid 1px;
	}
	
	table.tableType02.is--bTop td{
		border-bottom:none;
		border-top:#D8EAFA solid 1px;
	}

	
	
	
	/* exSpaceA
	========================================== */
	.exSpaceA{
		display: block;
		width: 95%;
		background:#FFF;
		border:#1B235E solid 1px;
		padding:2px;
		clear:both;
		margin:0 auto 10px;
	}
	
	.exSpaceA p.tit{
		display: block;
		color:#FFF;
		background:#5B6BAC;
		padding:5px 5px 5px 10px;;
	}
	
	.exSpaceA p.sImg{
		display: block;
		width: 50%;
		margin-top:0;
		float:left;
	}
	
	.exSpaceA table{
		display: block;
		width:100%;
		min-height:144px;
		height:auto !important;
		height:144px;
		background:#C7CDF1;
		float:right;
	}
	
	.exSpaceA table tr th{
		border-right:#FFF solid 1px;
		padding:3px 3px;
		text-align:right;
		width:100%;
	}
	
	.exSpaceA table tr td{
		padding:3px 3px;
		width:100%;
	}
	
	.exSpaceA table tr.bgCol01 th{
		background:#B0B9E9;
	}
	
	.exSpaceA table tr.bgCol01 td{
		background:#B0B9E9;
	}
	
	
	.exSpaceA table tr.bgCol02 th{
		background:#0C232C;
		color:#FFF;
	}
	
	.exSpaceA table tr.bgCol02 td{
		background:#0C232C;
		color:#FFF;
	}


/* #header　ヘッダー共通
========================================== */

#header #headParts .ui-block-a{
	width:25%;
}

#header #headParts .ui-block-b{
	width:75%;
}

/* #footer　フッター共通
========================================== */

#footer {
	background:#FFF;
}

#footer #pcNavi{
	padding:20px 0 10px;
}


p#copyright{
	text-align:center;
	font-size:0.82em;
	padding:10px;
}


/*　div data-role="page" id="top"　トップのみ
========================================== */
#headTel {
	position: relative;
	width: 100%;
	height: auto;
}

#headTel a { display: block; }

#headTel .bgHomeHead {
	display: block;
	width: 100%;
	height: auto;
}

#headTel a.btnHeadTel {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left:-19%;
	width: 38%;
	height: auto;
}


/* gmap_box
========================================== */
.gmap_box {
  width: 100%;
  height: 300px;
  border: 8px solid #ccc;
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
}

/* .btnType01
========================================== */
body .btnType01{
	display: block;
	margin:10px 0 20px;
	text-align:center;
}

body #wrapper .btnType01 a{
	display: inline-block;
	background:#FFF;
	border:#339900 solid 1px;
	padding:1em 1.5em;
	text-decoration:none;
	color:#000;
}

body #wrapper .btnType01 a:hover{
	background:#339900;
}

/* btnPageBottom
------------------------------------------ */
#btnPageBottom{
	width:100%;
    position: fixed;
    bottom: 0;
    left: 0;
	z-index:1;
	display:none;
}


/* メモリアル敬愛　プランページ共通
========================================== */
.ui-grid-a .ui-block-b dl dd p.price {
	width: 80%;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	background:#0A246A;
	padding:5px;
	font-size:1.2em;
	color:#FFF;
	margin:0 auto 10px;
	display:block;
}

