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

body {
	/* 文字要素 */
	font-family: "秀英角ゴシック銀 L", "Shuei KakuGo Gin L";"YuGothic","Yu Gothic","游ゴシック","ＭＳ Ｐゴシック","MS PGothic","sans-serif","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",”Meiryo,Osaka”,;
	font-size: 16px;
	line-height: 2.2em;
	letter-spacing: 0.13em;
	-webkit-text-size-adjust: 100%;
	background-color: #E1FFFA;
}


#wrapper {
	background-repeat: repeat;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 10px 1px #CBCBCB;
	box-shadow: 1px 1px 10px 1px #CBCBCB;
	margin-top: -20px;
	padding-top: 10px;
}

li {
	list-style-type: none;
	}	

/* ----------ヘッダ---------- */
.title {
	width: auto;
	margin-top: 30px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* ----------ヨドガワ---------- */


.aisatsu_midashi {
	width: 500px;
	font-family: "A1明朝 ", "A1 Mincho";
	padding-left: auto;
	padding-right: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 33px;
	margin-bottom: 20px;
	line-height: 1.6em;
	}

.yodogawa {
	width: 500px;
	text-align: center;
	font-size: 17px;
	letter-spacing: 1.2px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	}

.matome {
	width: 500px;
	text-align: center;
	font-size: 17px;
	letter-spacing: 1.2px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	}

/* ----------メイン---------- */

.main {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	background-color: #FFFFFF;
	text-align: center;
	}

h2 {
	margin-top: 50px;
	font-size: 1.8em;
	margin-bottom: 10px;
	font-family: "A1明朝 ", "A1 Mincho";
	letter-spacing: 0;
	line-height: 1.6em;
	}

p {
	font-size: 16px;
	margin-top: 20px;
	line-height: 1.7em;
	}

.photo {
	width: 500px;
	height: auto;
	padding-top: 15px;
	}
	
.btn_top {
	text-align: center;
	margin-top: 80px;
	}
	
.kugirisen {
	border-top: thin dashed #3E3A39;
	width: 100%;
	height: 5px;
	margin-top: 50px;
	margin-bottom: 5px;
	}


/* ----------かぎかっこ対応---------- */

.kagikakko {
	margin-left: 18px;
	}

/* ----------日付---------- */


.date {
	padding-left: auto;
	padding-right: auto;
	text-align: center;
	color: #606060;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	top: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	clear: both;
	}
	
.copyright {
	font-size: 9px;
	ont-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 50px;
	width: 100%;
	clear: both;
	color: #333333;
	}

/* ------------------リンク色変更------------------ */
A:link {
	color: #0B6ED5;
	text-decoration: none     /* 下線を消す */
}   /* リンク */

A:visited {                 /* 既に見たリンク */
	color: #8CD600
}

A:active {
	color: #0B6ED5
} /* クリック時のリンク */

A:hover {                   /* カーソルが上にある時のリンク */
	color: #595757;
	text-decoration: none     /* 下線を消す */;
	float: none;
}




/* ------------------IEで枠線消す------------------ */

img {
	border-style: none;
	margin-left: auto;
	margin-right: auto;
}

/* -----フロート解除----- */ 
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* ------------------スマホ対応------------------ */

@media only screen and (max-device-width:420px) {
 body {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
	}

#wrapper {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	-webkit-text-size-adjust: 100%;
	margin-top: -30px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.title {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}

.aisatsu_midashi {
	width: 300px;
	height: auto;
	margin-left: 5px;
	margin-right: 5px;
	line-height: 1.5em;
	text-align: left;
	letter-spacing: 0;
	}


.yodogawa {
	width: 300px;
	line-height: 1.8em;
	text-align: left;
	}

.matome {
	width: 300px;
	line-height: 1.8em;
	text-align: left;
	}

.main {
	width: 320px;
	margin-top: 50px;
	background-color: #FFFFF;
	}	

h2 {
	padding-left: 10px;
	margin-bottom: 5px;
	text-align: left;
	line-height: 1.3em;
	font-size: 1.5em;
	}

p {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	line-height: 1.7em;
	}

.photo {
	width: 320px;
	height: auto;
	}
	
.photo img{
	width: 100%;
	height: auto;
	}

.btn_top{
	 margin-top: 50px;
	}

/* ----------かぎかっこ対応---------- */

.kagikakko {
	margin-left: 0;
	}	

/* ----------フッター---------- */

.date {
	padding-left: auto;
	padding-right: auto;
	text-align: center;
	color: #606060;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	top: 0px;
	padding-top: 15px;
    padding-bottom: 0px;
	clear: both;
	}

.copyright {
	width: 320px;
	font-size: 9px;
	ont-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin-top: 15px;
	padding-bottom: 30px;
	clear: both;
	}

	
}
