@charset "utf-8";
/* CSS Document */

/*============== position absolute =====================*/
html, body {
    height: 100%;
}
/*==============Reset=====================*/
body{
	margin: 0 auto;
	padding: 0;
	color:#c8c4c4;
	word-break: break-all;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;

}


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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;

}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    font-weight: normal;
    margin:0;
    padding:0;
    border:0;
}

ul li {
	list-style-type:none;
	list-style-position: outside;
	}

/*===================common setting======================*/
.clear {
	clear: both;
}

.aligncenter{
	text-align: center;
}

.alignright{
	text-align: right;
}

.alignleft {
	text-align: left;
}
.floatleft{
	float:left;
}
.floatright{
	float:right;
}

/*====Link color setting====*/
a img {
	border: none;
    vertical-align:bottom;
}

/*
a:link {
	color: #707070;
	text-decoration: none;
}

a:visited {
   color: #707070;
   text-decoration:none;
}

a:hover {
	color: #707070;
	text-decoration:underline;
}

a:active {
	color:#707070;
}
*/
p{
    font-size:1.2em;
	color:#3b3b3b;
	line-height:1.8em;
	margin-bottom:10px;
}

/*======margin setting======*/

.margin5{
	margin-bottom: 5px;
}

.margin10{
	margin-bottom: 10px;
}

.margin20{
	margin-bottom: 20px;
}
.margin30{
	margin-bottom: 30px;
}
.margin50{
	margin-bottom: 50px;
}

/*====font setting====*/

.blue{
	color: #009cae;
}
.red{
	color:#F03;
}
.bold{
	 font-weight: bold;
}

.small{
	font-size: 0.8em;
}

.big{
	font-size: 2.0em;
}

strong{
	color: #F03;
	font-weight: bold;
}



footer{
	margin:0 auto;
	display:block;
	bottom:0;
	height:5em;	
	background:#2bc2d0;
	text-align:center;
	color:#fff;
    padding-top:40px;
}


h2.nintei{background: none;color:#09b8c9;border:none;box-shadow:none}
.imgborder img{border: 1px solid #DBDBDB;
padding: 3px;box-shadow: 0 0 3px #dbdbdb;}
@media screen and (max-width:700px){
h2.nintei{line-height: 1.2em}
h2.nintei:before,
h2.nintei:after{display: none;}
}