html{
	font-size:80%;
}

*, *:before, *:after {
    box-sizing: border-box;
    -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 img  {
/*	max-width: 889px;*/
	max-width: 100%;
	height: auto;
}

.body .temp1 img  {
	max-width: 435px;
	height: auto;
}
.body .temp2 img  {
	max-width: 435px;
	height: auto;
}
.body .temp3 img  {
	max-width: 435px;
	height: auto;
}
.body .temp4 img  {
	max-width: 290px;
	height: auto;
}

.body .listBox2 .temp4 dt{
	overflow: hidden;
	width: 200px;
	height: 200px;
	position: relative;
}
.body .listBox2 .temp4 img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

/* -----------------------------------
■見出しの設定
----------------------------------- */

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
p {
	margin: 0;
	padding: 0;
	margin-bottom: 40px;
}

h1 {
	margin-top: 15px;
	margin-bottom: 40px;
	font-size: 320%;
	font-weight: bold;
	color:  #FFF;
	-webkit-text-stroke: 1px #145558;
	text-shadow: 1px 1px 2px #145558,
		-1px  1px 2px #145558,
		1px -1px 2px #145558,
		-1px -1px 2px #145558;
	border-bottom: 2px dotted  #145558;
	text-align: center;
	padding: 0 0 0.125em 0;
}

h2 {
	font-size: 180%;
	font-weight: bold;
	color:  #145558;
	background:url(./images/bg_h2.png) no-repeat left center;
	-webkit-background-size: 1.5em;
	-moz-background-size: 1.5em;
	-o-background-size: contain;
	background-size: 1.5em;
	margin-bottom: 30px;
 	padding: 0 0 0 1.5em;
}

h3 {
	font-size: 138.5%;
	background: #145558;
	color:  #FFF;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
 	padding: 0.25em 1em;
}

h3 a{
	color:#FFFFFF;
	display:block;
}
h3 a:link{
	color:#FFFFFF;
}
h3 a:visited {
	color:#FFFFFF;
}
h3 a:hover, .back a:active, .back a:focus {
	color:#FFFFFF;
}

.body p + h4 {
	margin-top:-20px;
}

h4 {
	font-size: 123.1%;
	font-weight: bold;
	color:  #145558;
	border-bottom:   2px solid  #145558;
	padding: 0 0 0.125em 0;
}

.body p + h5 {
	margin-top:-20px;
}

h5 {
	font-size: 108%;
	font-weight: bold;
	color:  #145558;
}

.body p + h6 {
	margin-top:-20px;
}

h6 {
	font-size: 108%;
	font-size: 108%;
	font-weight: bold;
}

p {
	font-size: 108%;
}

.body p + p {
	margin-top:-20px;
}

/* -----------------------------------
■GoogleMap システム配置調整
----------------------------------- */

.maps{
 	font-size: 125%;
 	margin-bottom: 40px;
}

/* -----------------------------------
■その他
----------------------------------- */

/*----- 記事用スタイル -----*/

.inArea .body{
	line-height: 1.8em;
	font-size:125%;
}

/*----- 日付非表示 -----*/
.publishedAt {
	display: none;
}

/*----- 区切り点線 -----*/
hr.dotLine  {
	border: 0px;
	border-top:1px dashed #145558;
	margin-top: 60px;
	margin-bottom: 60px;
}

/*----- お問い合わせ -----*/

.inquiry {
	border:1px solid #999999;
	padding:25px 30px;
	margin-bottom: 40px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-o-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-size:125%;
}
.body .inquiry {
	font-size:100%;
}
.inquiry h2{
	background:none;
	margin-top:0;
	margin-bottom:5px;
	padding: 0;
	font-size:100%;
}
.inquiry .section{
	margin-bottom:5px;
	font-weight:bold;
}
.inquiry .tel{
	font-weight:bold;
	display: table-cell;
}
.inquiry .fax{
	padding-left:1.5em;
	font-weight:bold;
	display: table-cell;
}
.inquiry .email{
	padding-left:1.5em;
	font-weight:bold;
	display: table-cell;
}

.inquiry *:last-child {
	margin-bottom: 0;
}

/*----- 戻る -----*/
.back{
	width:6em;
	margin:0 auto 40px auto;
	padding:1px;
	text-align:center;
	background-color:#145558;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-size:125%;
}
.back a{
	display:block;
}
.back a:link{
	color:#FFFFFF;
	text-decoration: none;
}
.back a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
.back a:hover, .back a:active, .back a:focus {
	color:#FF9A00;
	text-decoration: none;
}

/* -----------------------------------
■記事内リスト（マーク表示）
----------------------------------- */

.body p + ul {
	margin-top:-20px;
}

.body ul {
	list-style-type: disc;
	margin: 0 auto 40px auto;
	padding: 0 0 0 2em;
}

.body ul li {
	margin: 0 0 1em 0;
	padding: 0em;
}

.body ul li:last-child {
	margin-bottom: 0;
}

.body ul + p {
	margin-top: -20px;
}

.body ul ul{
	margin-top: 0.5em;
	margin-bottom: 0;
}

.body ul ul li{
	margin-bottom: 0.5em;
}

.body p + ol {
	margin-top:-20px;
}

.body ol {
	list-style-type: decimal;
	margin: 0 auto 40px auto;
	padding: 0 0 0 2em;
}

.body ol li {
	margin: 0 0 1em 0;
	padding: 0em;
}

.body ol li:last-child {
	margin-bottom: 0;
}

.body ol + p {
	margin-top: -20px;
}

.body ol ol{
	margin-top: 0.5em;
	margin-bottom: 0;
}

.body ol ol li{
	margin-bottom: 0.5em;
}

/* -----------------------------------
■テーブル・枠　設定
----------------------------------- */

/* 表組 */

.body h3 + table, .body h4 + table {
	margin-top: 30px;
}

.body p + table {
	margin-top: -20px;
}

.body table {
	font-size: 108%;
	margin-bottom: 40px;
	padding: 0;
	border: 2px #145558 solid;
	border-collapse: collapse;
}
.body table th {
	font-weight: bold; 
	color: #FFF; 
	text-align: center;
	vertical-align: center;
	white-space: nowrap;
	background-color: #145558;
	padding: 0.5em 1em;
	border: 1px #FFFFFF solid;
	border-collapse: collapse;
}
.body table th a {
	color: #FFFFFF; 
}
.body table th a:link, .body table th a:visited, .body table th a:hover, .body table th a:active {
	color: #FFFFFF; 
}
.body table td {
	text-align: leftr;
	vertical-align: center;
	padding: 0.5em 1em;
	border: 1px #145558 solid;
	border-collapse: collapse;
}

.body table caption {
	text-align: left; 
	margin-bottom: 15px;
	font-size: 123.1%;
}

.body table td *:last-child {
	margin-bottom: 0;
}

.body table + p {
	margin-top: -20px;
}

/* 表組：T（透明） */
.body .tableT{
	border: none;
	margin: 0;
	padding: 0;
}
.body .tableT th {
	border: none;
	font-size: 100%;
	font-weight: normal;
	white-space: nowrap;
	vertical-align: top;
	margin; 0;
	padding: 0;
}
.body .tableT td {
	border: none;
	font-size: 100%;
	vertical-align: top;
	margin; 0;
	padding: 0;
}

.body .tableT + p {
	margin-top: 0px !important;
}

.body .table-scroll {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
	overflow-y: hidden;
	margin-bottom:40px;
}

/*----- 枠 -----*/

.body p + .kijiBox {
	margin-top:-20px;
}

.kijiBox {
	border: 1px solid #999999;
	padding: 25px;
	margin-bottom: 40px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.kijiBox + p {
	margin-top: -20px;
}

.body p + .listBox {
	margin-top:-20px;
}

.listBoxCover {
	margin-bottom:25px;
}

.listBox {
	width:48%;
	margin-left: 1%;
margin-right: 1%;
float:left;
	padding: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-o-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}

.listBox *:last-child {
	margin-bottom: 0;
}

.listBox + p {
	margin-top: -20px;
}

.body p + .listBox2 {
	margin-top:-20px;
}
.listBox2 {
	width:98%;
	margin-left: 1%;
	margin-right: 1%;
	float:left;
	padding: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-o-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}

.listBox2 *:last-child {
	margin-bottom: 0;
}

.listBox2 + p {
	margin-top: -20px;
}

/* templates
----------------------------------------------- */
.temp1, temp2, .temp3, .temp4 {
  clear: both;
  margin-bottom: 30px;
}
.temp1 .thumb {
  float: left;
  margin-right: 30px;
}
.temp2 .thumb {
  float: right;
  margin-left: 30px;
}
.temp1 p, temp2 p {
  margin: 0 0 1em;
}
.temp3 dl, .temp4 dl {
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  text-align: center;
}
.temp3 dl dt, .temp4 dl dt {
  margin-bottom: 5px;
}
.temp3 dd, .temp4 dd {
  margin: 0;
  text-align: center;
}

table.temp5 {
  width: 100%;
}
.temp7 {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #cccccc;
}
.temp7 p {
  margin: 0 0 10px 0;
}

.temp8 .thumb {
  float: left;
  width: 30%;
  padding-right: 18px;
}
.temp8 .thumb img {
 width: auto;
  max-width: 100%;
  height: auto;
}
.temp8 h3 {
 margin-bottom: 10px;
}
.temp8 .text {
  float: left;
  width: 70%;
}
.temp8 dl {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #000;
}
.temp8 dl dt,
.temp8 dl dd {
  display: inline-block;
  /display: inline;
  zoom: 1;
  vertical-align: middle;
}
.temp8 dl dt {
 width: 5em;
  font-weight: bold;
}
.temp8 {
  margin-bottom: 40px;
}

.temp9 .thumb {

}
.temp9 .text {

}
.temp9 dl, .temp9 dt, .temp9 dd {
  margin : 0;
  padding : 0;
}
.temp9 dt {
  clear: left;
  float: left;
  width: 5em;
  font-weight: bold;
}
.temp9 dd { margin: 0 0 0 5em; }
.temp9 {
  margin-bottom: 40px;
}

.temp11 .thumb {
  float: left;
  width: 35%;
  padding-right: 18px;
  position: relative;
}
.temp11 .thumb img {
 width: auto;
  max-width: 100%;
  height: auto;
}
.temp11 h3 {
 font-size: 123.1%;
 padding: 0.25em 0.5em;
 margin-bottom: 10px;
 line-height: 125%;
}
.temp11 a {
 padding-right: 20px;
 background: url(./images/kanko_list_arrow.png) no-repeat right center;
}
.temp11 p {
 line-height: 135%;
 font-size: 88%;
}
.temp11 .text {
  float: left;
  width: 65%;
  margin-bottom: 0.5em;
}
.temp11 {
  margin-bottom: 40px;
}

.temp12 .thumb {
  float: left;
  width: 25%;
  padding-right: 18px;
  position: relative;
}
.temp12 .thumb img {
 width: auto;
  max-width: 100%;
  height: auto;
}
.temp12 h3 {
 font-size: 123.1%;
 padding: 0.25em 0.5em;
 margin-bottom: 10px;
 line-height: 125%;
}
.temp12 a {
 padding-right: 20px;
 background: url(./images/kanko_list_arrow.png) no-repeat right center;
}
.temp12 p {
 line-height: 135%;
 font-size: 88%;
}
.temp12 .text {
  float: left;
  width: 75%;
  margin-bottom: 0.5em;
}
.temp12 {
  margin-bottom: 40px;
}

/* clearfix
---------------------- */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}

