* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Base Style
================================================== */
body {
  overflow-x: hidden;
  width: 100%;
  background-color: #fff;
  color: #444;
  font-size: 10pt;
  font-family: 'Hiragino Kaku Gothic Pro', Meiryo, 'MS P Gothic', 'Lucida Grande', sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #444;
}


a:hover, a:focus {
  color: #c30;
}

a:hover img,
a:focus img {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

input, select, textarea {
  color: #000;
  font-family: inherit;
  font-size: 100%;
}

.scrText {
  display: none;
}

/* layout
*/
.skip {
  display: none;
}

.inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    min-width: 320px;
  }
}

.row {
  zoom: 1;
}
.row:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

/*custom_field body*/
#map_pos_body {
  width: 300px;
  height: 200px;
}

.contentHeader h1, .contentBody h1 {
  color: #666;
  font-size: 220%;
  padding:0px 0px 0px 30px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-image: url(/theme/sn-default/images/h1.png);
  background-position: left top 10px;
border-bottom:solid 5px #53bee4;

}
@media screen and (max-width: 768px) {
.contentHeader h1, .contentBody h1 {
  color: #666;
  font-size: 150%;
  padding:0px 0px 5px 30px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-image: url(/theme/sn-default/images/h1.png);
  background-position: left top 0px;
border-bottom:solid 5px #53bee4;

}
}
.contentBody h2 {
  border-left: 10px solid #117bc7;
  color: #117bc7;
  margin: 1em 0px;
  padding: 10px 10px 10px 10px;
  background-color: #d1eeff;
  font-size: 1.5em;
}
.contentBody h2 a {
  color: #117bc7;

}

.contentBody h3 {
  border-left: 10px solid #117bc7;
  margin: 1em 0px;
  padding: 4px 10px 4px 10px;
  font-size: 1.5em;
}
.contentBody h4 {
  margin: 1em 0px;
  font-size: 1.5em;
}
.contentBody > p, .contentBody > ol, .contentBody > ul {
  margin: 16px 0px;
}


.contentBody ol,.contentBody ul {
padding-left:30px;
list-style-type: disc;}

.contentBody > ol {
  margin: 16px 0px;
  padding-left:20px;
  
}

.contentBody > ul > li {
  margin-bottom: 0.3em;
}

.contentBody .alignLeft {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.contentBody .alignRight {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}

.contentBody .alignCenter {
  display: block;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
.contentBody .alignLeft {
  float: none;
    display: block;

  margin:0px auto 20px auto;
  text-align:center;
}
.contentBody .alignRight {
  float: none;
    display: block;

  margin:0px auto 20px auto;
  text-align:center;
}

}
.contentBody em {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'MS P Gothic', sans-serif;
}

.contentBody table {
	 margin: 16px 0px;
width:100%;
}

.contentBody table th,
.contentBody table td {
}

.contentBody table[border] {
  border: 1px solid #ccc;
}

.contentBody table[border] th,
.contentBody table[border] td {
  padding: 3px 5px;
  border: 1px solid #ccc;
}

.contentBody table[border] th {
  		background-color:#eee;

}
.contentBody {
  word-break: break-all;
}

ol ol{
  padding:0em;
  margin:0;
}
 
ol ol li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
ol ol li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}
/* Color Definition
================================================== */
.red {
  color: red;
}
.contentBody table.tbl-base{
	}
.contentBody table.tbl-base th{
		background-color:#eee;
	width:200px;

	}
.contentBody table.tbl-base td{
	padding:10px;
	}
.contentBody table.tbl-base02{

	}
.contentBody table.tbl-base02 th{
	font-size:150%;
	color:#0E4FB1;
	width:200px;
	vertical-align:middle;
	background-color:#eee;
	}
.contentBody table.tbl-base02 td{
	padding:10px;
	}
	.contentBody table.tbl-s{
	width:auto;
	}
.contentBody table.tbl-s th{
		background-color:#eee;
	width:200px;

	}
.contentBody table.tbl-s td{
	padding:5px;
	}

.bg-gray{
	background-color:#eee;
	padding:20px;
	}
.style1{

	}
		.style1 img{
	border:solid 1px #ccc;
margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.style2{
    margin: 15px 15px 10px 15px;
    padding: 10px 10px 10px 25px;
    background-repeat: no-repeat;
	background-position:left center;
    background-image: url(/theme/sn-default/images/news_list_jump_mark.png);
		}
	@media screen and (max-width: 768px) {
.style1{

	}
		.style1 img{
}
.style3{

	}
		.style3 img{
	width:100%;
}

	}