@charset "utf-8";
/* CSS Document */
.contentswrapper{
	background-color: white;
}
.contentbox{
	background-color:aliceblue;
	width:720px;
	margin:0 auto;
	margin-bottom:20px;
	
}
.textwrapper{
	padding:0 20px;
	padding-bottom:20px;
}
.textwrapper p.text_size{
	font-size:12px;
}

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: 20px;
	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;
}

h2{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	color:white;
	text-align:center;
	line-height: 60px;/*.titleのheightと高さを合わせる*/
}
.title{
	height: 60px;
	vertical-align: middle;
	background-color:rgba(86,210,236,1.00);
	margin-bottom:0px;
}
.contentbox img{
	display: block;
	margin:0 auto;
}

p{
	margin-left:10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.nagare h3{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	border-radius:30px;   
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	background-color:#0e7fcd;
	width:650px;
	padding:5px 20px;
	margin:0 auto;
	text-align:center;
	
}
.nagare{
	text-align: center;
}
.nagare p{
	font-size: 20px;
	line-height: 60px;
}

.nagare .border{

	font-weight: bold;
	display: block;
	width:600px;
	height:60px;
	margin:20px auto;
	background-color:skyblue;
	text-align: center
}
.triangle{
  display: block;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid skyblue;
  margin:20px auto;
}
.tokuten{
	color:red;
	font-size:22px;
	font-weight:bold;
}
.tel{
	margin-top:0px;
	color:hotpink;
	font-size:28px;
}
span{
	font-size: 12px;
}

a{  
	font-size: 14px;
	
}
/*
ul{
	border:2px skyblue dashed;
	margin:10px;
	background-color:white;
	line-height: 1.5rem
}*/
