@charset "UTF-8";

/*--------------------------------------------------------------------
casual.html
casual.css
--------------------------------------------------------------------*/

/*------------Title---------------------------------------------------------------*/
div#Title { background-image: url(../../img/title/casual.jpg); }



/*------------casual---------------------------------------------------------------*/
/*------------topTxt------------*/
div#casual p#topTxt {
	line-height: 1.2;
	text-align: center;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2.28em;
	font-weight: bolder;
	color: #6e2775;
}
div#casual p#topTxt strong { font-size: 3.92rem; }

/*------------phoList------------*/
div#casual div#phoList ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div#casual div#phoList ul li {
	width: 400px;
	margin-top: 30px;
	float: left;
}
div#casual div#phoList ul li:nth-child(2n) { float: right; }

/*------------EndTxt------------*/
div#casual p#EndTxt {
	margin-top: 50px;
	line-height: 1.2;
	letter-spacing: -0.05em;
	text-align: center;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2.28em;
	font-weight: lighter;
	color: #2a2b2b;
}

/*------------momenBtn------------*/
div#casual div#momenBtn a {
	display: block;
	width: 600px;
	height: 200px;
	margin: 50px auto 0;
	background: url(../../img/casual/momen_b.jpg) no-repeat left top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}