* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
					-o-box-sizing: border-box;
				-ms-box-sizing: border-box;
								box-sizing: border-box;
	list-style: none;
}
html {
	height: 100%;
	width: 100%;
-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
					-o-box-sizing: border-box;
				-ms-box-sizing: border-box;
								box-sizing: border-box;
}
body {
color: #454545;
font-size: 12px;
font-family: -apple-system, BlinkMacSystemFont,"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
height: 100%;
width: 100%;
letter-spacing: 1.5px;
font-feature-settings: "palt" 1;
font-kerning: auto;
-webkit-text-size-adjust: 100%;
-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
					-o-box-sizing: border-box;
				-ms-box-sizing: border-box;
								box-sizing: border-box;
		}

/* For modern browsers */
.cf:before,
.cf:after { content:""; display:table; }
.cf:after { clear:both; }
 
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; overflow: hidden; }

img {
	width:100%;
	height: auto;
 vertical-align:bottom;
}

.iframe-content {
	position: relative;
	width: 100%;
}
.iframe-content iframe {
	width: 100%;
	height: 100%;
}

.ytmm {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.ytmm iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*--------------------------------------------------------------------
General settings
--------------------------------------------------------------------*/ 
	
	/* Font 
--------------------------------------------------------------------*/

/*
	.fs_min{
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important;
}
*/
	

	.fs_min{
		font-family: -apple-system, BlinkMacSystemFont,"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	}
	



	.fs_en { font-family: 'Jura', sans-serif; }
	
	
	/* Color settings 
--------------------------------------------------------------------*/

	body { background-color:#011822; }
	#wrapper { background-color: #fff; }
	
	#msp h2.h2toptxt { color:#1F546E; }
	#msp h3.h3nom1 { color:#1F546E; }
	#msp h3.h3nom2 { color:#1F546E; }
	#msp h4.h4nom1 { border-bottom-color: #ccc; }
	#msp h5.h5nom1 { background-color: #f0f0f0; }
	
	form input#submit {
background-color: #011822;
	color:#fff;
	}
	
	table.ts01 tr th {
	color:#333;
	}
	table.ts01 tr td {
	background-color: #fff;
	}
	
	a.txtbn {
	background-color: #f2f2f2;
	color:#333;
	}
	a.txtbn:hover {
	background-color: #222;
	color:#fff;
	}
	
	
	
	/* BG Color Styles
--------------------------------------------------------------------*/
	.bgcl_fff { background-color:#fff; }
	.bgcl_f5 { background-color:#f5f5f5;	}
	.bgcl_f0 {	background-color:#f0f0f0;	}
	
	.bgcl_000 {	background-color:#000; }
	.bgcl_111 {	background-color:#111; }
	.bgcl_222 {	background-color:#222; }
	.bgcl_333 {	background-color:#333; }
	.bgcl_444 {	background-color:#444; }
	.bgcl_555 {	background-color:#555; }
	.bgcl_666 {	background-color:#666; }
	.bgcl_777 {	background-color:#777; }
	.bgcl_888 {	background-color:#888; }
	
/* Font Color Styles
--------------------------------------------------------------------*/
	.fcl_fff {	color:#fff; }
	.fcl_f5 {	color:#f5f5f5; }
	.fcl_f0 {	color:#f0f0f0; }
	
	.fcl_000 {	color:#000; }
	.fcl_111 {	color:#111; }
	.fcl_222 {	color:#222; }
	.fcl_333 {	color:#333; }
	.fcl_444 {	color:#444; }
	.fcl_555 {	color:#555; }
	.fcl_666 {	color:#666; }
	.fcl_777 {	color:#777; }
	.fcl_888 {	color:#888; }
	

/*--------------------------------------------------------------------
Style for PCs
--------------------------------------------------------------------*/

@media screen and (min-width: 1025px) {
	img {
		-ms-interpolation-mode: bicubic;
	}
	.pc {
		display:block;
	}
	.phone {
		display:none;
	}
	
	/* Padding all styles
--------------------------------------------------------------------*/
.p5 { padding:5px; }
.p10 { padding:10px; }
.p15 { padding:15px; }
.p20 { padding:20px; }
.p25 { padding:25px; }
.p30 { padding:30px; }
.p35 { padding:35px; }
.p40 { padding:40px; }

/* Padding bottom styles
--------------------------------------------------------------------*/
.pb5 { padding-bottom:5px; }
.pb10 { padding-bottom:10px; }
.pb15 { padding-bottom:15px; }
.pb20 { padding-bottom:20px; }
.pb25 { padding-bottom:25px; }
.pb30 { padding-bottom:30px; }
.pb35 { padding-bottom:35px; }
.pb40 { padding-bottom:40px; }
.pb45 { padding-bottom:45px; }
.pb50 { padding-bottom:50px; }
.pb55 { padding-bottom:55px; }
.pb60 { padding-bottom:60px; }

/* Margin  bottom styles
--------------------------------------------------------------------*/
.mb5 { margin-bottom:5px!important; }
.mb10 { margin-bottom:10px!important; }
.mb15 { margin-bottom:15px!important; }
.mb20 { margin-bottom:20px!important; }
.mb25 { margin-bottom:25px!important; }
.mb30 { margin-bottom:30px!important; }
.mb35 { margin-bottom:35px!important; }
.mb40 { margin-bottom:40px!important; }
.mb45 { margin-bottom:45px!important; }
.mb50 { margin-bottom:50px!important; }
.mb55 { margin-bottom:55px!important; }
.mb60 { margin-bottom:60px!important; }
	
/* Center box
--------------------------------------------------------------------*/
.wd20 { width:20%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd30 { width:30%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd40 { width:40%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd50 { width:50%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd60 { width:60%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd70 { width:70%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd80 { width:80%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd90 { width:90%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd100 { width:100%; height:auto; display:block; margin-left:auto; margin-right:auto; }

/*Column
--------------------------------------------------------------------*/
.col2 {
width:49%;
height:auto; display:block; float:left;
margin:0.5%;
}
.col3 {
width:29.3333333333%;
height:auto; display:block; float:left;
margin:0 2%;
}
.col4 {
width:24%;
height:auto; display:block; float:left;
margin:0.5%;
}
.col5 {
width:19%;
height:auto; display:block; float:left;
margin:0.5%;
}
.col6 {
width:15.6666667%;
height:auto; display:block; float:left;
margin:0.5%;
}

/* Box left
--------------------------------------------------------------------*/
.box20mleft { width:18%; height:auto; display:block; float:left; }
.box30mleft { width:28%; height:auto; display:block; float:left; }
.box40mleft { width:38%; height:auto; display:block; float:left; }
.box50mleft { width:48%; height:auto; display:block; float:left; }
.box60mleft { width:58%; height:auto; display:block; float:left; }
.box70mleft { width:68%; height:auto; display:block; float:left; }
.box80mleft { width:78%; height:auto; display:block; float:left; }


/* Box right
--------------------------------------------------------------------*/
.box20mright { width:18%; height:auto; display:block; float:right; }
.box30mright { width:28%; height:auto; display:block; float:right; }
.box40mright { width:38%; height:auto; display:block; float:right; }
.box50mright { width:48%; height:auto; display:block; float:right; }
.box60mright { width:58%; height:auto; display:block; float:right; }
.box70mright { width:68%; height:auto; display:block; float:right; }
.box80mright { width:78%; height:auto; display:block; float:right; }


/* Flexbox
--------------------------------------------------------------------*/
.flbox {
width:100%;
height: auto;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.flbox .flb2 {
width:48.92%;
height: auto;
display: block;
margin: 0.5%;
}
.flbox .flb3 {
width:31.2033333333333333333%;
height: auto;
display: block;
margin: 0.5%;
}
.flbox .flb4 {
width:23.92%;
height: auto;
display: block;
margin: 0.5%;
}

	
/* Contents Styles
--------------------------------------------------------------------*/

#msp {
	width: 100%;
	height: auto;
}

.mmbody {
	width: 100%;
	max-width: 1400px;
	height: auto;
	margin: 0 auto;
	padding: 50px 4%;
}
	
	
/* Align
--------------------------------------------------------------------*/
	.tac { text-align: center; }
	.tar { text-align: right; }
	
	
/* Font Styles
--------------------------------------------------------------------*/
#msp p {
		font-size: 14px;
		line-height: 2em;
		margin-bottom: 3em;
}
#msp p.pnom {
		margin-bottom: 0!important;
}
#msp p.pnom05 {
		margin-bottom: 0.5em!important;
}
#msp p.pnom1 {
		margin-bottom: 1em!important;
}
#msp h2.h2toptxt {
		font-size: 32px;
		font-weight: 200;
		line-height: 1.25em;
		margin-bottom: 10px;
}
#msp h3.h3nom1 {
		font-size: 20px;
		font-weight: 700;
		margin-bottom: 5px;
}
#msp h3.h3nom2 {
		font-size: 24px;
		font-weight: 700;
		margin-bottom: 5px;
}	
	
#msp h4.h4nom1 {
		font-size: 16px;
		font-weight: 700;
		padding-bottom: 5px;
		margin-bottom: 0.5em;
		border-bottom: 1px solid;
}
#msp h5.h5nom1 {
	font-size: 14px;
	font-weight: 700;
	padding:5px;
	margin-bottom: 5px;
}
	

/* text bottom
--------------------------------------------------------------------*/
a.txtbn {
	width: 250px;
	height: 40px;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 38px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}


/* List Styles
--------------------------------------------------------------------*/
#msp ul.ulnom {
		margin: 0 0 3em 1em;
}
#msp ul.ulnom li {
		font-size: 14px;
		line-height: 1.6em;
		margin: 0 0 0.5em 1em;
		list-style-image: url(../img/lidot.png);
}
	
#msp ul.ulnom0 {
		margin: 0 0 0em 1em;
}
#msp ul.ulnom0 li {
		font-size: 12px;
		line-height: 1.6em;
		margin: 0 0 0.5em 1em;
		list-style-image: url(../img/lidot.png);
}

#msp ol.olnom {
	margin:0 0 3em 1em;
}
#msp ol.olnom li {
	margin:0 0 0.5em 1em;
	font-size:12px;
	line-height:1.5em;
	list-style:decimal;
}
	
#msp ol.olnom0 {
	margin:0 0 0em 1em;
}
#msp ol.olnom0 li {
	margin:0 0 0.5em 1em;
	font-size:12px;
	line-height:1.5em;
	list-style:decimal;
}

	
/* table Styles
--------------------------------------------------------------------*/
table.ts01 {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
}

table.ts01 tr th {
		font-size: 12px;
		line-height: 1.5em;
		font-weight: 700;
		text-align: left;
		vertical-align: top;
		padding:10px;
		width: 20%;
}

table.ts01 tr td {
		font-size: 12px;
		line-height: 1.5em;
		text-align: left;
		vertical-align: top;
		padding: 10px;
		width: auto;
}
	
.tablescn {
}

table.ts_v {
	width: 100%;
	height: auto;
	border-collapse: collapse;
	table-layout: fixed;
}
table.ts_v th {
	width:auto;
	height:auto;
	border:1px solid #e0e0e0;
	padding:10px;
	text-align:center;
	font-size:12px;
	line-height:1.4em;
	font-weight:normal;
	background-color:#f0f0f0;
}
table.ts_v td {
	width:auto;
	height:auto;
	border:1px solid #e0e0e0;
	padding:10px;
	font-size:12px;
	line-height:1.4em;
}
	

/* Form
-----------------------------------------------------------*/

.formbox250 {
		background-color: #f3f3f3;
		padding: 5px;
		width: 40%;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #999;
		border-right-color: #fafafa;
		border-bottom-color: #fafafa;
		border-left-color: #999;
}

.formbox150 {
		background-color: #f3f3f3;
		padding: 5px;
		width: 30%;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #999;
		border-right-color: #fafafa;
		border-bottom-color: #fafafa;
		border-left-color: #999;
}

.formbox100 {
		background-color: #f3f3f3;
		padding: 5px;
		width: 15%;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #999;
		border-right-color: #fafafa;
		border-bottom-color: #fafafa;
		border-left-color: #999;
}

.formbox750 {
		background-color: #f3f3f3;
		padding: 5px;
		width: 100%;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #999;
		border-right-color: #fafafa;
		border-bottom-color: #fafafa;
		border-left-color: #999;
}

form input#submit {
		font-size: 14px;
		line-height: 50px;
		font-weight: 700;
		height: 50px;
		width: 40%;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		cursor: pointer;
}

/* Google Maps
-----------------------------------------------------------*/
#map_canvas_01 {
		width: 100%;
		height: 500px;
		display: block;
}
	
	
/* Carousel
-----------------------------------------------------------*/
	.imageslider {
		width:100%;
		height:auto;
		display:block;
	}
	/* Container DIV */
	.imageslider .simply-scroll { 
		width: 100%;
		height: 300px;
	}
	/* Clip DIV */
	.imageslider .simply-scroll .simply-scroll-clip {
		width: 100%;
		height: 300px;
	}
	/* Explicitly set height/width of each list item */	
	.imageslider .simply-scroll .simply-scroll-list li { float: left; /* Horizontal scroll only */ width: 480px!important; height: 300px; 
	}
	.imageslider .simply-scroll .simply-scroll-list li img {
		width:100%;
		height:auto;
		display:block;
	}

}


/*--------------------------------------------------------------------
Style for TabletPCs Large models
--------------------------------------------------------------------*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
	#wrapper {
		width:auto;
		height:auto;
		font-size:100%;
		margin:0 auto;
	}
	img {
		-ms-interpolation-mode: bicubic;
	}
	.pc {
		display:block;
	}
	.phone {
		display:none;
	}

/* Padding all styles
--------------------------------------------------------------------*/
.p5 { padding:5px; }
.p10 { padding:5px; }
.p15 { padding:10px; }
.p20 { padding:16px; }
.p25 { padding:20px; }
.p30 { padding:25px; }
.p35 { padding:30px; }
.p40 { padding:30px; }

/* Padding bottom styles
--------------------------------------------------------------------*/
.pb5 { padding-bottom:5px; }
.pb10 { padding-bottom:10px; }
.pb15 { padding-bottom:15px; }
.pb20 { padding-bottom:20px; }
.pb25 { padding-bottom:25px; }
.pb30 { padding-bottom:30px; }
.pb35 { padding-bottom:35px; }
.pb40 { padding-bottom:40px; }
.pb45 { padding-bottom:45px; }
.pb50 { padding-bottom:50px; }
.pb55 { padding-bottom:55px; }
.pb60 { padding-bottom:60px; }

/* Margin  bottom styles
--------------------------------------------------------------------*/
.mb5 { margin-bottom:5px!important; }
.mb10 { margin-bottom:10px!important; }
.mb15 { margin-bottom:15px!important; }
.mb20 { margin-bottom:20px!important; }
.mb25 { margin-bottom:25px!important; }
.mb30 { margin-bottom:30px!important; }
.mb35 { margin-bottom:35px!important; }
.mb40 { margin-bottom:40px!important; }
.mb45 { margin-bottom:45px!important; }
.mb50 { margin-bottom:50px!important; }
.mb55 { margin-bottom:55px!important; }
.mb60 { margin-bottom:60px!important; }
	
/* Center box
--------------------------------------------------------------------*/
.wd20 { width:40%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd30 { width:40%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd40 { width:50%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd50 { width:60%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd60 { width:70%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd70 { width:100%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd80 { width:100%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd90 { width:100%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd100 { width:100%; height:auto; display:block; margin-left:auto; margin-right:auto; }

/*Column
--------------------------------------------------------------------*/
.col2 {
width:49%;
height:auto; display:block; float:left;
margin:0.5%;
}
.col3 {
width:49%;
height:auto; display:block; float:left;
margin:0.5%;
}
.col4 {
width:32.33333333333333%;
height:auto; display:block; float:left;
margin:0.5%;
}
.col5 {
width:32.33333333333333%;
height:auto; display:block; float:left;
margin:0.5%;
}
.col6 {
width:32.33333333333333%;
height:auto; display:block; float:left;
margin:0.5%;
}

/* Box left
--------------------------------------------------------------------*/
.box20mleft { width:18%; height:auto; display:block; float:left; }
.box30mleft { width:28%; height:auto; display:block; float:left; }
.box40mleft { width:38%; height:auto; display:block; float:left; }
.box50mleft { width:48%; height:auto; display:block; float:left; }
.box60mleft { width:48%; height:auto; display:block; float:left; }
.box70mleft { width:100%; height:auto; display:block; margin-bottom: 20px; }
.box80mleft { width:100%; height:auto; display:block; margin-bottom: 20px; }


/* Box right
--------------------------------------------------------------------*/
.box20mright { width:18%; height:auto; display:block; float:right; }
.box30mright { width:28%; height:auto; display:block; float:right; }
.box40mright { width:38%; height:auto; display:block; float:right; }
.box50mright { width:48%; height:auto; display:block; float:right; }
.box60mright { width:48%; height:auto; display:block; float:right; }
.box70mright { width:100%; height:auto; display:block; margin-bottom: 20px; }
.box80mright { width:100%; height:auto; display:block; margin-bottom: 20px; }


/* Flexbox
--------------------------------------------------------------------*/
.flbox {
width:100%;
height: auto;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.flbox .flb2 {
width:48.92%;
height: auto;
display: block;
margin: 0.5%;
}
.flbox .flb3 {
width:48.92%;
height: auto;
display: block;
margin: 0.5%;
}
.flbox .flb4 {
width:48.92%;
height: auto;
display: block;
margin: 0.5%;
}

	
/* Contents Styles
--------------------------------------------------------------------*/

#msp {
	width: 100%;
	height: auto;
}

.mmbody {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 50px 5%;
}
	
	
/* Align
--------------------------------------------------------------------*/
	.tac { text-align: center; }
	.tar { text-align: right; }
	
	
/* Font Styles
--------------------------------------------------------------------*/
#msp p {
		font-size: 12px;
		line-height: 2em;
		margin-bottom: 3em;
}
#msp p.pnom {
		margin-bottom: 0!important;
}
#msp p.pnom05 {
		margin-bottom: 0.5em!important;
}
#msp p.pnom1 {
		margin-bottom: 1em!important;
}
#msp h2.h2toptxt {
		font-size: 30px;
		font-weight: 200;
		line-height: 1.25em;
		margin-bottom: 10px;
}
#msp h3.h3nom1 {
		font-size: 20px;
		font-weight: 700;
		margin-bottom: 10px;
}
#msp h3.h3nom2 {
		font-size: 24px;
		font-weight: 700;
		margin-bottom: 5px;
}	
#msp h4.h4nom1 {
		font-size: 16px;
		font-weight: 700;
		padding-bottom: 5px;
		margin-bottom: 0.5em;
		border-bottom: 1px solid #ccc;
}
#msp h5.h5nom1 {
	font-size: 14px;
	font-weight: 700;
	padding:5px;
	margin-bottom: 5px;
}
	

/* text bottom
--------------------------------------------------------------------*/
a.txtbn {
	width: 50%;
	height: 40px;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 38px;
	text-align: center;
	border: 1px solid #555;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #333;
	text-decoration: none;
}

a.txtbn:hover {
	background-color: #333;
	color: #fff;
}


/* List Styles
--------------------------------------------------------------------*/
#msp ul.ulnom {
		margin: 0 0 3em 1em;
}
#msp ul.ulnom li {
		font-size: 12px;
		line-height: 1.6em;
		margin: 0 0 0.5em 1em;
		list-style-image: url(../img/lidot.png);
}
	
#msp ul.ulnom0 {
		margin: 0 0 0em 1em;
}
#msp ul.ulnom0 li {
		font-size: 12px;
		line-height: 1.6em;
		margin: 0 0 0.5em 1em;
		list-style-image: url(../img/lidot.png);
}

#msp ol.olnom {
	margin:0 0 3em 1em;
}
#msp ol.olnom li {
	margin:0 0 0.5em 1em;
	font-size:12px;
	line-height:1.5em;
	list-style:decimal;
}
	
#msp ol.olnom0 {
	margin:0 0 0em 1em;
}
#msp ol.olnom0 li {
	margin:0 0 0.5em 1em;
	font-size:12px;
	line-height:1.5em;
	list-style:decimal;
}

	
/* table Styles
--------------------------------------------------------------------*/
table.ts01 {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
}

table.ts01 tr th {
		font-size: 12px;
		line-height: 1.5em;
		font-weight: 700;
		color: #333;
		text-align: left;
		vertical-align: top;
		border-bottom-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: #ccc;
		padding-top: 15px;
		padding-right: 10px;
		padding-bottom: 15px;
		padding-left: 10px;
		width: 20%;
}

table.ts01 tr td {
		font-size: 12px;
		line-height: 1.5em;
		text-align: left;
		vertical-align: top;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #ccc;
		padding-top: 15px;
		padding-right: 10px;
		padding-bottom: 15px;
		padding-left: 10px;
		width: auto;
}
	
.tablescn {
}

table.ts_v {
	width: 100%;
	height: auto;
	border-collapse: collapse;
	table-layout: fixed;
}
table.ts_v th {
	width:auto;
	height:auto;
	border:1px solid #e0e0e0;
	padding:10px;
	text-align:center;
	font-size:12px;
	line-height:1.4em;
	font-weight:normal;
	background-color:#f0f0f0;
}
table.ts_v td {
	width:auto;
	height:auto;
	border:1px solid #e0e0e0;
	padding:10px;
	font-size:12px;
	line-height:1.4em;
}
	

/* Form
-----------------------------------------------------------*/

.formbox250 {
		background-color: #f3f3f3;
		padding: 5px;
		width: 50%;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #999;
		border-right-color: #fafafa;
		border-bottom-color: #fafafa;
		border-left-color: #999;
}

.formbox150 {
		background-color: #f3f3f3;
		padding: 5px;
		width: 30%;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #999;
		border-right-color: #fafafa;
		border-bottom-color: #fafafa;
		border-left-color: #999;
}

.formbox100 {
		background-color: #f3f3f3;
		padding: 5px;
		width: 20%;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #999;
		border-right-color: #fafafa;
		border-bottom-color: #fafafa;
		border-left-color: #999;
}

.formbox750 {
		background-color: #f3f3f3;
		padding: 5px;
		width: 100%;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #999;
		border-right-color: #fafafa;
		border-bottom-color: #fafafa;
		border-left-color: #999;
}

form input#submit {
		font-size: 14px;
		line-height: 50px;
		font-weight: 700;
		color: #fff;
		height: 50px;
		width: 50%;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
background-color: #011822;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		cursor: pointer;
}

/* Google Maps
-----------------------------------------------------------*/
#map_canvas_01 {
		width: 100%;
		height: 500px;
		display: block;
}
	
	
/* Carousel
-----------------------------------------------------------*/
/* Image slide */
	.imageslider {
		widht:100%;
		height:auto;
		display:block;
	}
	/* Container DIV */
	.imageslider .simply-scroll { 
		width: 100%;
		height: 200px;
	}
	/* Clip DIV */
	.imageslider .simply-scroll .simply-scroll-clip {
		width: 100%;
		height: 200px;
	}
	/* Explicitly set height/width of each list item */	
	.imageslider .simply-scroll .simply-scroll-list li { float: left; /* Horizontal scroll only */ width: 340px; height: 200px; 
	}
	.imageslider .simply-scroll .simply-scroll-list li img {
		width:100%;
		height:auto;
		display:block;
	}
	
	
}



/*--------------------------------------------------------------------
Style for TabletPCs Large models
--------------------------------------------------------------------*/
@media screen and (min-width: 481px) and (max-width: 768px) {
	#wrapper {
		width:auto;
		height:auto;
		font-size:100%;
		margin:0 auto;
	}
	img {
		-ms-interpolation-mode: bicubic;
	}
	.pc {
		display:block;
	}
	.phone {
		display:none;
	}

/* Padding all styles
--------------------------------------------------------------------*/
.p5 { padding:5px; }
.p10 { padding:5px; }
.p15 { padding:10px; }
.p20 { padding:16px; }
.p25 { padding:20px; }
.p30 { padding:25px; }
.p35 { padding:30px; }
.p40 { padding:30px; }

/* Padding bottom styles
--------------------------------------------------------------------*/
.pb5 { padding-bottom:5px; }
.pb10 { padding-bottom:10px; }
.pb15 { padding-bottom:15px; }
.pb20 { padding-bottom:20px; }
.pb25 { padding-bottom:25px; }
.pb30 { padding-bottom:30px; }
.pb35 { padding-bottom:35px; }
.pb40 { padding-bottom:40px; }
.pb45 { padding-bottom:45px; }
.pb50 { padding-bottom:50px; }
.pb55 { padding-bottom:55px; }
.pb60 { padding-bottom:60px; }

/* Margin  bottom styles
--------------------------------------------------------------------*/
.mb5 { margin-bottom:5px!important; }
.mb10 { margin-bottom:10px!important; }
.mb15 { margin-bottom:15px!important; }
.mb20 { margin-bottom:20px!important; }
.mb25 { margin-bottom:25px!important; }
.mb30 { margin-bottom:30px!important; }
.mb35 { margin-bottom:35px!important; }
.mb40 { margin-bottom:40px!important; }
.mb45 { margin-bottom:45px!important; }
.mb50 { margin-bottom:50px!important; }
.mb55 { margin-bottom:55px!important; }
.mb60 { margin-bottom:60px!important; }
	
/* Center box
--------------------------------------------------------------------*/
.wd20 { width:40%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd30 { width:40%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd40 { width:50%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd50 { width:60%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd60 { width:70%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd70 { width:100%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd80 { width:100%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd90 { width:100%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd100 { width:100%; height:auto; display:block; margin-left:auto; margin-right:auto; }

/*Column
--------------------------------------------------------------------*/
.col2 {
width:100%;
height:auto; display:block; float:left;
margin:0.5%;
}
.col3 {
width:100%;
height:auto; display:block; float:left;
margin:0.5%;
}
.col4 {
width:49%;
height:auto; display:block; float:left;
margin:0.5%;
}
.col5 {
width:49%;
height:auto; display:block; float:left;
margin:0.5%;
}
.col6 {
width:49%;
height:auto; display:block; float:left;
margin:0.5%;
}

/* Box left
--------------------------------------------------------------------*/
.box20mleft { width:100%; height:auto; display:block; margin-bottom: 20px; }
.box30mleft { width:100%; height:auto; display:block; margin-bottom: 20px; }
.box40mleft { width:100%; height:auto; display:block; margin-bottom: 20px; }
.box50mleft { width:100%; height:auto; display:block; margin-bottom: 20px; }
.box60mleft { width:100%; height:auto; display:block; margin-bottom: 20px; }
.box70mleft { width:100%; height:auto; display:block; margin-bottom: 20px; }
.box80mleft { width:100%; height:auto; display:block; margin-bottom: 20px; }


/* Box right
--------------------------------------------------------------------*/
.box20mright { width:100%; height:auto; display:block; margin-bottom: 20px; }
.box30mright { width:100%; height:auto; display:block; margin-bottom: 20px; }
.box40mright { width:100%; height:auto; display:block; margin-bottom: 20px; }
.box50mright { width:100%; height:auto; display:block; margin-bottom: 20px; }
.box60mright { width:100%; height:auto; display:block; margin-bottom: 20px; }
.box70mright { width:100%; height:auto; display:block; margin-bottom: 20px; }
.box80mright { width:100%; height:auto; display:block; margin-bottom: 20px; }


/* Flexbox
--------------------------------------------------------------------*/
.flbox {
width:100%;
height: auto;
display: block;
}
.flbox .flb2 {
width:100%;
height: auto;
display: block;
}
.flbox .flb3 {
width:100%;
height: auto;
display: block;
}
.flbox .flb4 {
width:100%;
height: auto;
display: block;
}
	
/* Contents Styles
--------------------------------------------------------------------*/

#msp {
	width: 100%;
	height: auto;
}

.mmbody {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 50px 5%;
}
	
	
/* Align
--------------------------------------------------------------------*/
	.tac { text-align: center; }
	.tar { text-align: right; }

	
/* Font Styles
--------------------------------------------------------------------*/
#msp p {
		font-size: 14px;
		line-height: 2em;
		margin-bottom: 3em;
}
#msp p.pnom {
		margin-bottom: 0!important;
}
#msp p.pnom05 {
		margin-bottom: 0.5em!important;
}
#msp p.pnom1 {
		margin-bottom: 1em!important;
}
#msp h2.h2toptxt {
		font-size: 24px;
		font-weight: 200;
		line-height: 1.25em;
		margin-bottom: 10px;
}
#msp h3.h3nom1 {
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 10px;
}
#msp h3.h3nom2 {
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 10px;
}	
#msp h4.h4nom1 {
		font-size: 14px;
		font-weight: 700;
		padding-bottom: 5px;
		margin-bottom: 0.5em;
		border-bottom: 1px solid #ccc;
}
#msp h5.h5nom1 {
	font-size: 14px;
	font-weight: 700;
	padding:5px;
	margin-bottom: 5px;
}
	

/* text bottom
--------------------------------------------------------------------*/
a.txtbn {
	width: 80%;
	height: 40px;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 38px;
	text-align: center;
	border: 1px solid #555;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #333;
	text-decoration: none;
}

a.txtbn:hover {
	background-color: #333;
	color: #fff;
}


/* List Styles
--------------------------------------------------------------------*/
#msp ul.ulnom {
		margin: 0 0 3em 1em;
}
#msp ul.ulnom li {
		font-size: 14px;
		line-height: 1.6em;
		margin: 0 0 0.5em 1em;
		list-style-image: url(../img/lidot.png);
}
	
#msp ul.ulnom0 {
		margin: 0 0 0em 1em;
}
#msp ul.ulnom0 li {
		font-size: 12px;
		line-height: 1.6em;
		margin: 0 0 0.5em 1em;
		list-style-image: url(../img/lidot.png);
}

#msp ol.olnom {
	margin:0 0 3em 1em;
}
#msp ol.olnom li {
	margin:0 0 0.5em 1em;
	font-size:12px;
	line-height:1.5em;
	list-style:decimal;
}
	
#msp ol.olnom0 {
	margin:0 0 0em 1em;
}
#msp ol.olnom0 li {
	margin:0 0 0.5em 1em;
	font-size:12px;
	line-height:1.5em;
	list-style:decimal;
}

	
/* table Styles
--------------------------------------------------------------------*/
table.ts01 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

table.ts01 tr th {
	width:100%;
	height: auto;
	display: block;
	padding:0px 5px 5px 5px;
	border-bottom: 1px dotted #ccc;
	text-align: left;
}

table.ts01 tr td {
	width:100%;
	height: auto;
	display: block;
	padding:5px 5px 25px 5px;
}
	
.tablescn {
	box-sizing: border-box;
	border-right: 1px solid #222;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}

table.ts_v {
	width: 1000px;
	height: auto;
	border-collapse: collapse;
	table-layout: fixed;
}
table.ts_v th {
	width:auto;
	height:auto;
	border:1px solid #e0e0e0;
	padding:10px;
	text-align:center;
	font-size:12px;
	line-height:1.4em;
	font-weight:normal;
	background-color:#f0f0f0;
}
table.ts_v td {
	width:auto;
	height:auto;
	border:1px solid #e0e0e0;
	padding:10px;
	font-size:12px;
	line-height:1.4em;
}
	

/* Form
-----------------------------------------------------------*/

.formbox250 {
		background-color: #f3f3f3;
		padding: 5px;
		width: 100%;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #999;
		border-right-color: #fafafa;
		border-bottom-color: #fafafa;
		border-left-color: #999;
}

.formbox150 {
		background-color: #f3f3f3;
		padding: 5px;
		width: 50%;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #999;
		border-right-color: #fafafa;
		border-bottom-color: #fafafa;
		border-left-color: #999;
}

.formbox100 {
		background-color: #f3f3f3;
		padding: 5px;
		width: 30%;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #999;
		border-right-color: #fafafa;
		border-bottom-color: #fafafa;
		border-left-color: #999;
}

.formbox750 {
		background-color: #f3f3f3;
		padding: 5px;
		width: 100%;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #999;
		border-right-color: #fafafa;
		border-bottom-color: #fafafa;
		border-left-color: #999;
}

form input#submit {
		font-size: 14px;
		line-height: 50px;
		font-weight: 700;
		color: #fff;
		height: 50px;
		width: 70%;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
background-color: #011822;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		cursor: pointer;
}

/* Google Maps
-----------------------------------------------------------*/
#map_canvas_01 {
		width: 100%;
		height: 500px;
		display: block;
}
	
	
/* Carousel
-----------------------------------------------------------*/
/* Image slide */
	.imageslider {
		widht:100%;
		height:auto;
		display:block;
	}
	/* Container DIV */
	.imageslider .simply-scroll { 
		width: 100%;
		height: 200px;
	}
	/* Clip DIV */
	.imageslider .simply-scroll .simply-scroll-clip {
		width: 100%;
		height: 200px;
	}
	/* Explicitly set height/width of each list item */	
	.imageslider .simply-scroll .simply-scroll-list li { float: left; /* Horizontal scroll only */ width: 340px; height: 200px; 
	}
	.imageslider .simply-scroll .simply-scroll-list li img {
		width:100%;
		height:auto;
		display:block;
	}
	

}



/*--------------------------------------------------------------------
Style for Smartphonea
--------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#wrapper {
		width:100%;
		font-size:14px;
		line-height:150%;
		min-width:320px;
	}
	img,object,embed {
		max-width:100%;
		height:auto;
	}
	img {
		-ms-interpolation-mode: bicubic;
	}
	.pc {
		display:none;
	}
	.phone {
		display:block;
	}

	
/* Padding all styles
--------------------------------------------------------------------*/
.p5 { padding:5px; }
.p10 { padding:5px; }
.p15 { padding:10px; }
.p20 { padding:16px; }
.p25 { padding:20px; }
.p30 { padding:25px; }
.p35 { padding:30px; }
.p40 { padding:30px; }

/* Padding bottom styles
--------------------------------------------------------------------*/
.pb5 { padding-bottom:5px; }
.pb10 { padding-bottom:10px; }
.pb15 { padding-bottom:15px; }
.pb20 { padding-bottom:20px; }
.pb25 { padding-bottom:25px; }
.pb30 { padding-bottom:30px; }
.pb35 { padding-bottom:35px; }
.pb40 { padding-bottom:40px; }
.pb45 { padding-bottom:45px; }
.pb50 { padding-bottom:50px; }
.pb55 { padding-bottom:55px; }
.pb60 { padding-bottom:60px; }

/* Margin  bottom styles
--------------------------------------------------------------------*/
.mb5 { margin-bottom:5px!important; }
.mb10 { margin-bottom:10px!important; }
.mb15 { margin-bottom:15px!important; }
.mb20 { margin-bottom:20px!important; }
.mb25 { margin-bottom:25px!important; }
.mb30 { margin-bottom:30px!important; }
.mb35 { margin-bottom:35px!important; }
.mb40 { margin-bottom:40px!important; }
.mb45 { margin-bottom:45px!important; }
.mb50 { margin-bottom:50px!important; }
.mb55 { margin-bottom:55px!important; }
.mb60 { margin-bottom:60px!important; }
	
/* Center box
--------------------------------------------------------------------*/
.wd20 { width:100%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd30 { width:100%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd40 { width:100%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd50 { width:100%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd60 { width:100%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd70 { width:100%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd80 { width:100%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd90 { width:100%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd100 { width:100%; height:auto; display:block; margin-left:auto; margin-right:auto; }

/*Column
--------------------------------------------------------------------*/
.col2 {
width:100%;
height:auto; display:block; float:left;
margin:0.5%;
}
.col3 {
width:100%;
height:auto; display:block; float:left;
margin:0.5%;
}
.col4 {
width:100%;
height:auto; display:block; float:left;
margin:0.5%;
}
.col5 {
width:100%;
height:auto; display:block; float:left;
margin:0.5%;
}
.col6 {
width:100%;
height:auto; display:block; float:left;
margin:0.5%;
}


/* Flexbox
--------------------------------------------------------------------*/
.flbox {
width:100%;
height: auto;
display: block;
}
.flbox .flb2 {
width:100%;
height: auto;
display: block;
}
.flbox .flb3 {
width:100%;
height: auto;
display: block;
}
.flbox .flb4 {
width:100%;
height: auto;
display: block;
}


/* Box left
--------------------------------------------------------------------*/
.box20mleft { width:100%; height:auto; display:block; margin-bottom: 20px; }
.box30mleft { width:100%; height:auto; display:block; margin-bottom: 20px; }
.box40mleft { width:100%; height:auto; display:block; margin-bottom: 20px; }
.box50mleft { width:100%; height:auto; display:block; margin-bottom: 20px; }
.box60mleft { width:100%; height:auto; display:block; margin-bottom: 20px; }
.box70mleft { width:100%; height:auto; display:block; margin-bottom: 20px; }
.box80mleft { width:100%; height:auto; display:block; margin-bottom: 20px; }


/* Box right
--------------------------------------------------------------------*/
.box20mright { width:100%; height:auto; display:block; margin-bottom: 20px; }
.box30mright { width:100%; height:auto; display:block; margin-bottom: 20px; }
.box40mright { width:100%; height:auto; display:block; margin-bottom: 20px; }
.box50mright { width:100%; height:auto; display:block; margin-bottom: 20px; }
.box60mright { width:100%; height:auto; display:block; margin-bottom: 20px; }
.box70mright { width:100%; height:auto; display:block; margin-bottom: 20px; }
.box80mright { width:100%; height:auto; display:block; margin-bottom: 20px; }
	
	
	
/* Contents Styles
--------------------------------------------------------------------*/

#msp {
	width: 100%;
	height: auto;
}

.mmbody {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 50px 5%;
}
	
	
/* Align
--------------------------------------------------------------------*/
	.tac { text-align: center; }
	.tar { text-align: right; }
	
	    .sp-tal{text-align: left!important;}
	
/* Font Styles
--------------------------------------------------------------------*/
#msp p {
		font-size: 14px;
		line-height: 2em;
		margin-bottom: 3em;
}
#msp p.pnom {
		margin-bottom: 0!important;
}
#msp p.pnom05 {
		margin-bottom: 0.5em!important;
}
#msp p.pnom1 {
		margin-bottom: 1em!important;
}
#msp h2.h2toptxt {
		font-size: 24px;
		font-weight: 200;
		line-height: 1.25em;
		margin-bottom: 10px;
}
#msp h3.h3nom1 {
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 10px;
}
#msp h3.h3nom2 {
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 10px;
}	
#msp h4.h4nom1 {
		font-size: 14px;
		font-weight: 700;
		padding-bottom: 5px;
		margin-bottom: 0.5em;
		border-bottom: 1px solid #ccc;
}
#msp h5.h5nom1 {
	font-size: 14px;
	font-weight: 700;
	padding:5px;
	margin-bottom: 5px;
}
	

/* text bottom
--------------------------------------------------------------------*/
a.txtbn {
	width: 80%;
	height: 40px;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 38px;
	text-align: center;
	border: 1px solid #555;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #333;
	text-decoration: none;
}

a.txtbn:hover {
	background-color: #333;
	color: #fff;
}


/* List Styles
--------------------------------------------------------------------*/
#msp ul.ulnom {
		margin: 0 0 3em 1em;
}
#msp ul.ulnom li {
		font-size: 14px;
		line-height: 1.6em;
		margin: 0 0 0.5em 1em;
		list-style-image: url(../img/lidot.png);
}
	
#msp ul.ulnom0 {
		margin: 0 0 0em 1em;
}
#msp ul.ulnom0 li {
		font-size: 12px;
		line-height: 1.6em;
		margin: 0 0 0.5em 1em;
		list-style-image: url(../img/lidot.png);
}

#msp ol.olnom {
	margin:0 0 3em 1em;
}
#msp ol.olnom li {
	margin:0 0 0.5em 1em;
	font-size:12px;
	line-height:1.5em;
	list-style:decimal;
}
	
#msp ol.olnom0 {
	margin:0 0 0em 1em;
}
#msp ol.olnom0 li {
	margin:0 0 0.5em 1em;
	font-size:12px;
	line-height:1.5em;
	list-style:decimal;
}

	
/* table Styles
--------------------------------------------------------------------*/
table.ts01 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

table.ts01 tr th {
	width:100%;
	height: auto;
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4em;
	padding:0px 5px 5px 5px;
	background-color: #f0f0f0;
	color:#333;
	text-align: left;
}

table.ts01 tr td {
	width:100%;
	height: auto;
	display: block;
	font-size: 14px;
	line-height: 1.4em;
	padding:5px 5px 25px 5px;
}
	
.tablescn {
	box-sizing: border-box;
	border-right: 1px solid #222;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}

table.ts_v {
	width: 1000px;
	height: auto;
	border-collapse: collapse;
	table-layout: fixed;
}
table.ts_v th {
	width:auto;
	height:auto;
	border:1px solid #e0e0e0;
	padding:10px;
	text-align:center;
	font-size:12px;
	line-height:1.4em;
	font-weight:normal;
	background-color:#f0f0f0;
}
table.ts_v td {
	width:auto;
	height:auto;
	border:1px solid #e0e0e0;
	padding:10px;
	font-size:12px;
	line-height:1.4em;
}
	

/* Form
-----------------------------------------------------------*/

.formbox250 {
		background-color: #f3f3f3;
		padding: 5px;
		width: 100%;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #999;
		border-right-color: #fafafa;
		border-bottom-color: #fafafa;
		border-left-color: #999;
}

.formbox150 {
		background-color: #f3f3f3;
		padding: 5px;
		width: 50%;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #999;
		border-right-color: #fafafa;
		border-bottom-color: #fafafa;
		border-left-color: #999;
}

.formbox100 {
		background-color: #f3f3f3;
		padding: 5px;
		width: 30%;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #999;
		border-right-color: #fafafa;
		border-bottom-color: #fafafa;
		border-left-color: #999;
}

.formbox750 {
		background-color: #f3f3f3;
		padding: 5px;
		width: 100%;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #999;
		border-right-color: #fafafa;
		border-bottom-color: #fafafa;
		border-left-color: #999;
}

form input#submit {
		font-size: 14px;
		line-height: 50px;
		font-weight: 700;
		color: #fff;
		height: 50px;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
background-color: #011822;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		cursor: pointer;
}

/* Google Maps
-----------------------------------------------------------*/
#map_canvas_01 {
		width: 100%;
		height: 500px;
		display: block;
}
	
/* Carousel
-----------------------------------------------------------*/
	
/* Image slide */
	.imageslider {
		widht:100%;
		height:auto;
		display:block;
	}
	/* Container DIV */
	.imageslider .simply-scroll { 
		width: 100%;
		height: 200px;
	}
	/* Clip DIV */
	.imageslider .simply-scroll .simply-scroll-clip {
		width: 100%;
		height: 200px;
	}
	/* Explicitly set height/width of each list item */	
	.imageslider .simply-scroll .simply-scroll-list li { float: left; /* Horizontal scroll only */ width: 340px; height: 200px; 
	}
	.imageslider .simply-scroll .simply-scroll-list li img {
		width:100%;
		height:auto;
		display:block;
	}
	
	
}