@charset "utf-8";

/*ブラウザごとの初期化*/
* {
	margin: 0px;
	padding: 0px;
}



body {
	background-color: #ffffff;/*ウィンド背景の色*/
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;/*全体のフォント設定*/
	font-size: 12px;/*全体のフォントサイズ設定*/
	color: #616161;/*全体のフォントカラー設定*/
}


#container {
	width: auto;
}

main{
	width: auto;
	margin: 0px auto;/*コンテンツをセンタリング*/
	text-align: center;
	padding: 10px;
}


img {
	margin: 20px auto 10px;
}


footer {
	clear: both;
	width: 100%;
	height: 20px;
	padding: 20px 0px;
	text-align: center;
}

/*ページコンテンツ内の基本リンクテキスト設定*/
a:link{
	color: #616161;
	text-decoration: none;
}

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

a:hover{
	color: #cccccc;
	text-decoration: none;
}




h1{/*h1にはページタイトルを入れ、見えないように（検索対策）*/
	display:none;
}



h2{
	font-size: 50px;
	font-family: 'IM Fell DW Pica', serif;
	line-height: 30px;
	text-align: center;
	color: #000000;
}

.link01 a{
	color: #000000;
	text-decoration: none;
}

.link01 a:hover {
	color: #666666;
	text-decoration: none;
}



h3{
	font-size: 40px;
	font-family: 'IM Fell DW Pica', serif;
	line-height: 30px;
	text-align: center;
	color: #000000;
}

h4{
	font-size: 17px;
	font-weight: bold;
	line-height: 17px;
}



p{
	text-align: center;
	line-height: 1.8em;
	margin: 10px 0px;
}

.btmsp{
	margin-bottom: 25px;
}

.btmsp a{
	font-size: 1.2em;
}

.btmsp a:link{
	color: #000000;
}

.btmsp a:visited{
	color: #000000;
}

.btmsp a:hover{
	color: #666666;
}


.inner{
	margin:40px auto;/*コンテンツをセンタリング*/
}



.inner:after {
    main: "";
    clear: both;
    display: block;
}


.clear{
	clear: both;
	height: 0px;
}


@media only screen and (max-width: 768px) {
img {
		width: 150px;
		height: 131px;
		}
		}




