
.titleBox{
	width: 100%;
	border: 1px solid #CCC;
	padding:30px 20px;
	overflow:hidden;
	margin-top:40px;
	clear:both;
}
.titleBox h2{
	margin:0 0 0 0;
	text-align:center;
	font-size:28px;
	line-height:1.8;
	color:#4F87C6;
}
.titleBox h3{
	margin:0;
	font-size:24px;
	line-height:1.8;
	color:#096;
	text-align:center;
	border:none;
}
.titleBox h3 span{
	font-size:16px;
}

.titleBox p.kikite{
	font-size:16px;
	text-align:center;
}

.introduction{
	padding:15px 0;
}
.introduction .boxLeft{
	width:66%;
	float:left;	
	overflow:hidden;
	min-height:120px;
	background:url(../data/images/suzuki.jpg) no-repeat top left;
	background-size:110px;
	padding:5px 0 0 120px;
}
.introduction .boxRight{
	width:30%;
	float:right;
	overflow:hidden;
	min-height:120px;
	background:url(../data/images/ph01.jpg) no-repeat top left;
	background-size:100px;
	padding: 5px 0 0 110px;	
}
.introduction h2{
	font-size:14px;
	font-size:1.4rem;
	color:#960;
	margin:0 0 5px 0;
	text-align:left;
}
.introduction p{
	width:100%;
}
nav.mokuji{
	clear:both;
	margin:10px auto;
	width:100%;
	padding-top:30px;
}
nav.mokuji li{
	padding:5px 0 5px 5px;
	border-bottom: 1px solid #CCC;
	width:31.3%;
	float:left;
	margin:0 2% 5px 0;
}
nav.mokuji li img{
	width:20px;
	border:1px solid #7B9C41;
	vertical-align:middle;
	margin-right:5px;
}
@media only screen and (max-width:599px) {
.titleBox h2{
	font-size:2rem;
}
.titleBox h3{
	font-size:1.8rem;
}
.titleBox h3 span{
	font-size:1.4rem;
}
.titleBox p.kikite{
	font-size:1.2rem;
}
.introduction h2{
	font-size:1.4rem;
}

.introduction .boxLeft,
.introduction .boxRight{
	width:100%;
	float:none;
	margin-bottom:20px;
	padding-top:0;
}
.introduction .boxLeft{
	min-height:120px;
	background:url(../data/images/suzuki.jpg) no-repeat top center;
	background-size:100px;
	padding:130px 0 0 0;
}
nav.mokuji{
	padding-top:0;
}
nav.mokuji li{
	width:100%;
	float:none;
	margin-right:0;
}
}





.innercontent{
	clear:both;
	margin:20px 0;
}
.innercontent h3{
	color:#C00;
	font-size:20px;
	margin:0 0 20px 0;
	padding-bottom:3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.innercontent h3 img{
	width:22px;
	border:1px solid #7B9C41;
	vertical-align:middle;
	margin-right:5px;
}
.innercontent dl{
	margin:20px 0;
	font-size:16px;
}
.innercontent dt{
	color:#096;
	margin:0 0 5px 0;
	clear:left;
}
.innercontent dd{
	margin:0 0 20px 0;
}
.innercontent dd p{
	margin:0 0 10px 0;
}
.innercontent .pdgTop{
	padding-top:100px;
}

@media only screen and (max-width:599px) {
.innercontent h3{
	font-size:1.8rem;
}
.innercontent h3 img{
	width:20px;
	display:inline;
}
}


/* 共通 */
.imgcenter {display:block;	margin:0px auto;}
@media only screen and (min-width:600px) {
.imgRight {
	float:right;
	margin-left:8px;
	margin-bottom:4px;	}
.imgLeft {
	float:left;
	margin-right:8px;
	margin-bottom:4px;	}
}
.red {
	color:#C00;
}
.fsz12 {font-size:12px;}
.fsz14 {font-size:14px;}
.fsz16 {font-size:16px;}
.textRight {
	text-align:right;
}
.pageTop {
	position:fixed;
	right:12px;
	bottom:12px;
	z-index:100;
}	
@media only screen and (max-width:599px) {
.innercontent img{
	display:block;
	text-align:center;
	margin:5px auto;
	max-width:100%;
}
.innercontent dd p{
	text-align:left;
}		

}
/* ページナビ */
@media only screen and (min-width:600px) {
aside {
	position:fixed;
	bottom:50px;
	right:0;
	width:40px;
}
aside ul,
aside ul li{
	width:100%;
	margin:0;
	padding:0;
}
aside ul li img{
	vertical-align:top;
	width:100%;
	border-top:2px solid #7B9C41;
	border-left:2px solid #7B9C41;
}
aside ul li:last-child img{
	border-bottom:2px solid #7B9C41;
}
}
@media only screen and (max-width:599px) {
aside {
	position:fixed;
	bottom:0px;
	right:0;
	width:100%;
}
aside ul{
	width:100%;
	margin:0 14%;
	padding:0;
}
aside ul li{
	width:12%;
	float:left;
}
aside ul li img{
	vertical-align:top;
	width:100%;
	border-top:2px solid #7B9C41;
	border-left:2px solid #7B9C41;
}
aside ul li:last-child img{
	border-right:2px solid #7B9C41;
}
}
