@charset "utf-8";
@import url("reset.css");
/*----------------------------------------------------------*/
body {
	background-color:#ffffff;
	background-image:url(../img/cedar.jpg);
	background-attachment:fixed;
	background-position:50% 0%;
	background-repeat:repeat; 
	color:#323232;
	text-align: center;
	font-size: 12pt;
	line-height: 18pt;
	padding: 0;
	margin: 0;
	border-collapse:collapse;
  	font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*----------------------------------------------------------*/
tr,td {
	font-size: 100%;
}
iflame {overflow-x: hidden;}
h1,h2,h3 {
	font-size: 100%;
	display:inline;
}
img {
    border-style:none;
	vertical-align:bottom;
	font-size:0px;
	max-width: 100%;
	height: auto;
}

/*---------------------------------------------
     ＰＣ／モバイル設定
---------------------------------------------*/
.pcv{	display:block;}
.spv{	display:none;}

@media screen and (max-width: 800px) {
	.pcv{	display:none;}
	.spv{	display:block;}
}
/*-----------------------------
	- clearance
-----------------------------*/
.clearance{		clear:both;	height:0px;}
.clearance02{	clear:both;	height:2px;}
.clearance05{	clear:both;	height:5px;}
.clearance10{	clear:both;	height:10px;}
.clearance14{	clear:both;	height:14px;}
.clearance20{	clear:both;	height:20px;}
.clearance24{	clear:both;	height:24px;}
.clearance30{	clear:both;	height:30px;}
.clearance35{	clear:both;	height:35px;}
.clearance40{	clear:both;	height:40px;}
.clearance50{	clear:both;	height:50px;}
.clearance100{	clear:both;	height:100px;}
.cl50{ clear: both;height: 50px;}
/*----------------------------------------------------------*/
.fs08 {font-size:8pt;line-height: 10pt;}
.fs09 {	font-size:9pt;line-height: 12pt;}
.fs10 {font-size:10pt;line-height: 12pt;}
.fs12 {font-size:12pt;line-height: 14pt;}
.fs13 {	font-size:13pt;line-height: 15pt;}
.fs14 {font-size:14pt;line-height: 16pt;}
.fs16 {font-size:16pt;line-height: 18pt;}
.fs18 {font-size:18pt;line-height: 20pt;}
.fs20 {font-size:20pt;line-height: 22pt;}
.fs22 {font-size:22pt;line-height: 24pt;}
.fs24 {font-size:24pt;line-height: 26pt;}
.fs26 {font-size:26pt;line-height: 28pt;}
.fs28 {	font-size:28pt;line-height: 32pt;}
.fs30 {	font-size:30pt;line-height: 34pt;}
.fs32 {	font-size:32pt;line-height: 36pt;}

.lh10 { line-height:10pt;}
.lh12 { line-height:12pt;}
.lh14 { line-height:14pt;}
.lh16 { line-height:16pt;}
.lh18 { line-height:18pt;}
.lh20 { line-height:20pt;}
.lh22 { line-height:22pt;}
.lh24 { line-height:24pt;}
.lh26 { line-height:26pt;}
.lh28 { line-height:28pt;}
.lh30 { line-height:30pt;}
.lh32 { line-height:32pt;}
.lh34 { line-height:34pt;}
.lh40 { line-height:40pt;}

.c_bk{color:#000000;}
.c_wh{color:#ffffff;}
.c_rd{color:#ff0000;}
.c_pink{color:#FF007E;}
.c_bl{color:#0000ff;}
.c_lbl{color:#0090ff;}
.c_per{color:#cdabdd;}
.c_rec{color:#1bb2b3;}
/*-----------------------------------------------------------------*/
#Header{
	position: fixed;
	top:0px;
	left:0px;
	width: 100%;
	border-top: 1px #ffa1d8 solid;
	height:90px;
	border-bottom: 1px #8a8a8a solid;
	z-index: 10;
	background-image:url(../img/cedar.jpg);
	transition: 0.8s;
}
.hide {
  transform: translateY(-200px);
}
#Header_in{
	width: calc(100% - 10px);
	max-width: 1200px;
	height:72px;
	margin: 0 auto;
}
#Header_in #Logo{
	margin-top: 5px;
	float: left;
}
#Header_in #Address{
	margin-top: 20px;
	float:right;
	text-align: left;
}
#Header_in #FreeDial{
	float:right;
	vertical-align: top;
}

#HeaderMenu{
	width: 100%;
	height:30px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffcef0+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,206,240,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,206,240,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,206,240,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffcef0',GradientType=0 ); /* IE6-9 */
	color:#434343;
	vertical-align: middle;
	transition: 0.8s;
}
#HeaderMenu ul{
	width:  100%;
	max-width: 1200px;
	height:30px;
	margin: 0 auto;
	display:flex;
}
#HeaderMenu ul li{
	width:  100%;
	height:30px;
	line-height: 30px;
	text-align: center;
}
#HeaderMenu ul li a{
	display: block;
	text-decoration: none;
	color:#434343;
}
/*
#HeaderMenu ul li a:hover{
	background-color:#023498;
	transition: 0.8s;
}
*/
#ImagePhoto{
	position: fixed;
	top: 103px;
	left: 0px;
	width: 100%;
	margin: 0 auto;
	z-index: 0;
}
#ImagePhoto img{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	z-index: 0;
}

@media screen and (max-width: 800px) {
	#Header{
		height:60px;
	}
	#HeaderMenu,
	#Header_in #Address,
	#Header_in #FreeDial{
		display: none;
	}
	#ImagePhoto{
			top: 60px;
	}
}

#ContentsBox{
	position:relative;
	margin-top: calc(26.04vw + 90px);/*603px;*/
	z-index: 5;
	background-image:url(../img/cedar.jpg);
	background-attachment:fixed;
	background-position:50% 0%;
	background-repeat:repeat; 
}
@media screen and (min-width: 1920px) {
	#ContentsBox{
		margin-top: 603px;
	}
	
}
@media screen and (max-width: 800px) {
	#ContentsBox{
		margin-top:calc(26.04vw + 60px);/*603px;*/
	}
}
#Contents,.SubCont{
	width: calc(100% -20px);
	max-width:  1200px;
/*	background-color: #ffffff;*/
	height:auto;
	display: block;
	margin: 0 auto;
/*	padding: 10px 10px 10px 10px;*/
}

h1{
	font-size: 24pt;
	line-height: 24pt;
	display: block;
	text-align: center;
	margin: 10px 0px 10px 0px;
}
h2{
	font-size: 16pt;
	line-height: 20pt;
	margin: 10px 0px 10px 0px;
	display: block;
	text-align: center;
}
h3{
	font-size: 14pt;
	line-height: 18pt;
	display: block;
	text-align: center;
	margin: 10px 0px 10px 0px;
}
.InLeft{
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	text-align: left;
	font-size: 10pt;
	color:#ff0000;
}
.GrayBelt{
	display: block;
	padding: 50px 10px 50px 10px;
	text-align: center;
	background-image: url("../img/bg001.jpg");
/*	background-color: #F6F6F4;*/
}
.PurpleBelt{
	display: block;
	padding: 50px 10px 50px 10px;
	text-align: center;
	background-color: #F0F0FF;
}
.PinkBelt{
	display: block;
	padding: 50px 10px 50px 10px;
	text-align: center;
	background-color: rgba(255,241,251,0.6);
}
.WhiteBelt{
	display: block;
	padding: 50px 10px 50px 10px;
	text-align: center;
	background-color: rgba(255,255,255,0.6);
}

.Centering{
	margin: 0 auto;
}

#facility table{
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	margin-top: 20px;
}
#facility table th{
	font-size: 14pt;
	line-height: 18pt;
	padding: 4px;
	width: 100px;
	vertical-align: top;
}
#facility table td{
	font-size: 14pt;
	line-height: 18pt;
	padding: 4px;
	text-align: left;
}
#facility table tr:nth-child(odd) td {
	background-color: rgba(255,255,255,0.7);
}
#facility table tr:nth-child(odd) th {
	background-color: rgba(255,255,255,0.7);
}

#facility table ul{
	font-size: 0pt;
	line-height: 0pt;
	width: 100%;
}
#facility table ul li{
	width: auto;
	padding: 4px;
	border: 1px #AFAFAF solid;
	margin: 2px;
	border-radius: 4px;
	float: left;
	font-size: 14pt;
	line-height: 18pt;
}

@media screen and (max-width: 600px) {
	#facility table th{
		font-size: 12pt;
		line-height: 18pt;
		padding: 4px;
		width: 80px;
		vertical-align: top;
	}
	#facility table td{
		font-size: 12pt;
		line-height: 18pt;
		padding: 4px;
		text-align: left;
	}

	#facility table ul li{
		font-size: 12pt;
		line-height: 16pt;
	}
}

.inBox{
	width: 100%;
	max-width: 1300px;
	text-align: center;
	margin: 0 auto;
}
.float_left{
 float: left;
	margin-right: 10px;
	display: inline-block;
}
.float_right{
 float: right;
	margin-left: 10px;
	display: inline-block;
}

@media screen and (max-width: 800px) {
.float_left{
	float: none;
	display: block;
	margin-right: 0px;
	margin: 0 auto;
	margin-bottom: 10px;
	}
	.float_right{
	 float: right;
		margin-left: 10px;
		display: inline-block;
	}

}

#PhotoArea{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 30px;
}
#PhotoArea ul{
	width: 100%;
	font-size: 0pt;
	line-height: 0pt;
	text-align: center;
}
#PhotoArea ul li{
	width: calc(30% - 30px);
	margin: 5px;
	display: inline-block;
}
#PhotoArea ul li.full{
	width: calc(100% - 10px);
	margin: 5px;
	display: block;
}
@media screen and (max-width: 800px) {
	#PhotoArea ul li{
		width: calc(50% - 8px);
		margin: 2px;
		display: inline-block;
	}
	#PhotoArea ul li.Pv{
		display:none;
	}
}











#FooterBox{
	width: 100%;
	height:30px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffcef0+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,206,240,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,206,240,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,206,240,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffcef0',GradientType=0 ); /* IE6-9 */
	color:#ffffff;
}

/*--------------------------------------------------------*/
#page_top{
  width: 90px;
  height: 70px;
  position: fixed;
  right: 0;
  bottom: 20px;
  opacity: 0.8;
	z-index: 600;
  border: 1px solid #006900;
  border-radius: 15px;}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #006900;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #006900;
}
/*--------------------------------------------------------*/
#StepBox{
	width: 100%;
	font-size: 12pt;
	line-height: 20pt;
}
.Headline{
	font-size: 24pt;
	line-height: 30pt;
}
.Annotation{
	font-size: 12pt;
	line-height: 18pt;
}
.Description{
	font-size: 14pt;
	line-height: 22pt;
}
.Notes{
	font-size: 10pt;
	line-height: 16pt;
	
}


/*------------------------------------------------------------*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*------------------------------------------------------------*/





/*----------------------------------------------------------*/
/*-- スマホ用メニュー --*/
/*----------------------------------------------------------*/
#S_Menu{
    z-index: 99999;
}
#slide_menu{
    position: absolute;
	top: 10px;
    right: -250px;
    width: 250px;
/*    height: 400px;*/
/*    background-color: rgba(255,255,255,0.9);*/
    z-index:100;
	text-align:center;
    overflow-x: hidden;
    }
    
#hmenu{
    position: absolute;
    top: 30px;
    width: 36px;
    right: 0px;
    font-size: 8pt;
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color:#ffffff
}
#drawermenu{
/*    width: calc(100vw - 50px);*/
    width: 300px;
    height: auto;
    display: inline-block;
/*    background-image: url("../../img/bg_footer.jpg");*/
    z-index: 100;
}
#drawermenu ul{
    width: 100%;
    height: auto;
    list-style: none;
    font-size: 0pt;
    line-height: 0pt;
}
#drawermenu ul li{
    list-style: none;
    width: 300px;
/*	width:calc(50% - 4px);*/
	height:35px;
	text-align:center;
	color:#000000;
	font-size:16pt;
	line-height:35px;
	font-family:"Times New Roman", Times, "serif";
    display: inline-block;
    margin: 2px 2px 2px 4px;
}
.mainmenu{
    width: 100%;
    height: auto;
    display: inline-block;
}
.mainmenu ul{
    width: 100%;
    height: auto;
    list-style: none;
    font-size: 0pt;
    line-height: 0pt;
}
.mainmenu ul li{
    list-style: none;
	width:calc(50% - 4px);
	height:40px;
	text-align:center;
	color:#000000;
	font-size:14pt;
	line-height:40px;
    display: inline-block;
    margin: 2px;
}


#drawermenu .mt{
    border-radius: 6px;        /* CSS3草案 */  
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */  
    z-index:100;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #e8e8e8), color-stop(1.00, #bababa));
background: -webkit-linear-gradient(#e8e8e8, #bababa);
background: -moz-linear-gradient(#e8e8e8, #bababa);
background: -o-linear-gradient(#e8e8e8, #bababa);
background: -ms-linear-gradient(#e8e8e8, #bababa);
background: linear-gradient(#e8e8e8, #bababa);
    -webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,.8));
        filter: drop-shadow(0px 0px 10px rgba(0,0,0,.8));
}
.mt{
    border-radius: 6px;        /* CSS3草案 */  
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */  
    z-index:100;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #e8e8e8), color-stop(1.00, #bababa));
	background: -webkit-linear-gradient(#e8e8e8, #bababa);
	background: -moz-linear-gradient(#e8e8e8, #bababa);
	background: -o-linear-gradient(#e8e8e8, #bababa);
	background: -ms-linear-gradient(#e8e8e8, #bababa);
	background: linear-gradient(#e8e8e8, #bababa);
}
.mt a{
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align:center;
	color:#000000;
	line-height:35px;
	margin-bottom:1px;
	list-style:none;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
    z-index:100;
	text-decoration:none;
    display: block;
}
.mt .Js{
	font-family: 'Noto Serif JP', serif;
	font-size: 8pt;
	display: inline-block;
	margin-left: 5px;
	line-height:35px;
}
.cl{
	width:240px;
	height:35px;
	text-align:center;
	background-color: rgba(31,44,93,0.7);
	color:#FFFFFF;
	font-size:16pt;
	line-height:40px;
	margin-bottom:1px;
	list-style:none;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}

.upsidemenu{
	display:none;
}
#sp_menu{
	display:block;
}
.drawer-menu li {
	height:40px;
	font-size:14pt;
	line-height:40px;
	display:block;
	list-style:none;
}
.drawer-menu li a{
	width:100%;
	height:40px;
	font-size:14pt;
	line-height:40px;
}
.bg_box{
    width: 100%;
    height: auto;
    display: inline-block;
    background-image: url("../bg_footer.jpg");
    padding-bottom: 10px;
    padding-top: 10px;
}
/*-----------------------------------------------------------------------------------*/
.MsBox{
	width: 100%;
	max-width: 1050px;
	text-align: left;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#FHProce table{
	width: 100%;
	max-width: 700px;
	margin: 0 auto;	
	table-layout: fixed;
}
#FHProce table th{
	font-size: 22pt;
	line-height: 24pt;
	padding: 20px;
	width: 100px;
	vertical-align: middle;
	text-align: center;
}
#FHProce table td{
	font-size: 22pt;
	line-height: 24pt;
	padding: 20px;
	vertical-align: middle;
	text-align: center;
}
.stxt{
	font-size: 16pt;
	line-height: 24pt;
}
.mtxt{
	font-size: 18pt;
	line-height: 20pt;
}
#FHProce table tr:nth-child(odd) td {
	background: #ffffff;
}

#FHProce table tr:nth-child(odd) th {
	background: #BEBEE2;
	color:#ffffff;
}


@media screen and (max-width: 600px) {
	#FHProce table th{
		font-size: 16pt;
	}
	#FHProce table td{
		font-size: 18pt;
	}
	.stxt{
		font-size: 14pt;
	}
	.mtxt{
		font-size: 16pt;
	}
}


/*-----------------------------------------------------------------------------------*/
.Heading{
	position: relative;
	display: block;
	width: 100%;
	min-height: 30px;
	border-bottom: 1px #FFB6E8 solid;
	margin-bottom: 20px;
	text-align: left;
	font-size: 16pt;
	color:#252525;
}
.inBoxLetf{
	width: 100%;
	text-align: left;
}
/*-----------------------------------------------------------------------------------*/
.numlist ol{
	list-style: decimal;
	margin-left: 30px;
	margin-bottom: 20px;
	margin-top: 20px;
}

/*-----------------------------------------------------------------------------------*/
#LinkBox{
	width: calc(100% - 20px);
	text-align: left;
	margin: 10px;
}
#LinkBox ul{
	list-style: none;
	font-size: 0pt;
	line-height: 0pt;
	margin: 0;
	padding: 0;
}
#LinkBox ul li{
	list-style: none;
	display: block;
	height: auto;
	text-align: left;
	margin-bottom: 20px;
}
#LinkBox ul li .SiteName{
	font-size: 16pt;
	line-height: 20pt;
	display: block;
	text-align: left;
	height: auto;
	min-height: 25px;
	margin-bottom: 5px;
}
#LinkBox ul li .Disc{
	font-size: 12pt;
	line-height: 16pt;
	display: block;
	text-align: left;
	height: auto;
	margin-left: 10px;
	padding-top: 10px;
}

@media screen and (max-width: 800px) {
	#LinkBox{
		width: calc(100% - 10px);
		text-align: left;
		margin: 5px;
	}
	#LinkBox ul{
		list-style: none;
		font-size: 0pt;
		line-height: 0pt;
		margin: 0;
		padding: 0;
	}
	#LinkBox ul li{
		list-style: none;
		display: block;
		height: auto;
		text-align: left;
		margin-bottom: 20px;
	}
	#LinkBox ul li .SiteName{
		font-size: 14pt;
		line-height: 18pt;
		display: block;
		text-align: left;
		height: auto;
		min-height: 20px;
		padding-top: 10px;
	}
	#LinkBox ul li .Disc{
		font-size: 10pt;
		line-height: 14pt;
		display: block;
		text-align: left;
		margin-left: 5px;
		height: auto;
	}
}

/*--------------------------------------------------
  altar
--------------------------------------------------*/
#altar{
	width: 100%;
}
#altar ul{
	list-style: none;
	font-size: 0pt;
	line-height: 0pt;
	display:flex;
	flex-wrap:wrap;
}
#altar ul li{
	width: calc(33.3% - 2px);
	margin: 1px;
	list-style: none;
}
@media screen and (max-width: 800px) {
	#altar ul li{
		width: calc(50% - 2px);
		margin: 1px;
		list-style: none;
	}
}

/*------------------------------
　式場・火葬場
------------------------------*/
.fn_box{
	width:calc(33% - 20px);
	margin:2px;
	padding:4px;
	height:auto;
	min-height:400px;
	border:1px #D5D5D5 solid;
	display:inline-block;
	font-size:10pt;
	line-height:14pt;
	vertical-align:top;
}
.fn_name{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff4fca+0,f9c7f9+100 */
background: rgb(255,79,202); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,79,202,1) 0%, rgba(249,199,249,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,79,202,1) 0%,rgba(249,199,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,79,202,1) 0%,rgba(249,199,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4fca', endColorstr='#f9c7f9',GradientType=0 ); /* IE6-9 */
	width:100%;
	height:30px;
	font-size:12pt;
	line-height:30px;
	color:#ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	margin-bottom:4px;
}
.intro{
	font-size:10pt;
	line-height:14pt;
	text-align:left;
}
.hplink{
	width:90%;
	height:auto;
	margin:0 auto;
	background-color:#FFE0F4;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	padding:4px;
	margin-bottom:2px;
	margin-top:2px;
	text-align:center;
}
.hplink a{
	text-decoration:none;
	width:100%;
	display:block;
}
@media screen and (max-width: 800px) {
.fn_box{
	width:calc(50% - 16px);
	margin:2px;
	padding:2px;
	height:auto;
	min-height:400px;
	border:1px #D5D5D5 solid;
	display:inline-block;
	font-size:10pt;
	line-height:14pt;
	vertical-align:top;
}
.fn_name{
	font-size:10pt;
}

}

@media screen and (max-width: 450px) {
.fn_box{
	width:calc(100% - 10px);
}

}










































