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

h1 {
	height: 107px;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 35px;
	color: #FFF;
	line-height: 105px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 70px;
	letter-spacing: 0.2em;
	background-image: url(../images/cmn_title_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
}





img.icoFace{
display: inline-block;
  width: 70px;
  margin-right: 10px;
  margin-bottom: 0px;
	visibility: bottom;}



#blogInner{
	max-width: 1080px;
	min-width:720px;
	margin: 10px auto;
 }

#blogInner .blogContentsInner {
	background-color:#F2F8F9;
	padding: 10px 10%;
}

#blogInner h2.title{
	color:crimson
		
}
#blogInner .blogContentsInner p{
	letter-spacing: 1px;
}

.blogProfile {
  display: table;
  padding: 10px;
  border: solid 1px #60b7e0;
}
.blogProfile .blogProfileIcon {
  display: table-cell;
  vertical-align: middle;
}
.blogProfile .blogProfileIcon img {
  display: block;
  width: 200px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.blogProfile .blogProfileText {
  display: table-cell;
  vertical-align: middle;
}
.blogProfile .blogProfileText .blogProfileName {
  margin-bottom: 5px;
  margin-left:15px;
  white-space: normal;
  font-weight: bolder;
}
.blogProfile .blogProfileText .blogProfileDescription {
  white-space: normal;
  margin-bottom: 0;
	margin-left:15px;
}
.blogImgLarge{
	width: 100%;
  margin: 0 auto 1em;
}
 

h3{
	width:100%;
	color:orange;
	display: block;
	font-size:32px;
	padding-left:10px;
}


