@charset "utf-8";

/*=========================================================

	運営方針・姿勢
	policy/index.html

=========================================================*/


/* 感謝 */
#kansha dl {
	text-align: center;
}
#kansha dl dt {
	padding-bottom: 10px;
	background: url(../images/kansha_bg.gif) no-repeat 0 0;
	background-size: contain;
	-moz-background-size: contain;
}
#kansha dl dt img {
	vertical-align: bottom;
	width: 100px;
}
#kansha dl dd {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 120%;
	padding-bottom: 10px;
	color: #CA7A1A;
}

/* 六波羅蜜 */
dl.tblbox dt {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 130%;
}
dl.tblbox dt {
	color: #927D38;
}
dl.tblbox dt strong{
	color: #57460D;
	font-weight:normal;
}




/* Media Queries
---------------------------------------------------------*/
@media only screen and (min-width: 480px) {
	/* 感謝 */
	#kansha dl {
		text-align: left;
	}
	#kansha dl dt {
		float: left;
		background: none;
	}
	#kansha dl dd {
		padding-top: 5px;
		margin-left: 110px;
		background: url(../images/kansha_bg.gif) no-repeat 0 0;
		background-size: contain;
		-moz-background-size: contain;
	}
	#kansha p {
		clear: both;
	}
	
	/* 六波羅蜜 */
	dl.tblbox dt {
		width: 145px;
	}
	dl.tblbox dd {
		margin-left: 165px;
	}	
}


@media only screen and (min-width: 600px) {
	h2 {
		background: #FFF url(../images/title_s.jpg) no-repeat right top;
	}
	
	/* 感謝 */
	#kansha dl dt {
		padding-bottom: 15px;
	}
	#kansha dl dt img {
		width: 120px;
	}
	#kansha dl dd {
		padding: 10px 0 0 10px;
		margin-left: 140px;
		font-size: 140%;
	}

	.phrgt {
		padding: 0 4px 0 15px;
		margin-top: -2.5em;
	}

}

@media only screen and (min-width: 750px) {
	h2 {
		background: #FFF url(../images/title.jpg) no-repeat right top;
	}
	/* 感謝 */
	#kansha {
		padding: 0 10px;
	}
	#kansha dl dd {
		font-size: 125%;
		line-height: 1.6;
		padding: 18px 0 0;
		margin-left: 130px;
		background-position: 40px 0;
		height: 102px;
	}
	#kansha dl dd br.nobr {
		display: none;
	}

	/* 六波羅蜜 */
	dl.tblbox dt {
		width: 165px;
	}
	dl.tblbox dd {
		margin-left: 185px;
	}
}

@media only screen and (min-width: 960px) {
	/* 感謝 */
	#kansha dl dt img {
		width: 150px;
	}
	#kansha dl dd {
		font-size: 140%;
		line-height: 1.6;
		width: 450px;
		min-height: 112px;
		height: auto !important;
		height: 112px;
		padding: 15px 0 25px 20px;
		margin-left: 180px;
		background-position: 0 0;
	}
	#kansha dl dd br.nobr {
		display: inline;
	}
	
	/* 六波羅蜜 */
	dl.tblbox dt {
		width: 185px;
	}
	dl.tblbox dd {
		margin-left: 205px;
		min-height: 2.5em;
		height: auto !important;
		height: 2.5em;
	}
	dl.tblbox dt span.sml {
		font-size: 70%;
	}

}

