.clearfix:after{
	content: ".";
	display: block;
	height:0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display:inline-block;
}

a:focus {outline:none;}

* html .iepngfix {
  behavior: url(iepngfix.htc);
}

body {
	font: 75%/1.5em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Lucinda Grande", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #393b33;
}

html>/**/body {
  font-size: 10px;
}



/* @group modal popup */


#tellFriend  {
	display: block;
	border: 1px solid #686867;
	width: 558px;
	background: url(../images/requestFormBG.jpg) no-repeat 0 -2px;
	color: white;
	font-size: 120%;
	margin: 0px;
}

#tellFriend p {
	color: #ddd;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 3px;
}

#requestForm .cancel,
#messageForm .cancel,
#tellFriend .cancel {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	color: white;
	background: url(../images/requestFormBG.jpg) 0 170px;
	border-style: none;
	cursor: pointer;
}


#tellFriend .inputName,
#tellFriend .inputEmail,
#tellFriend .inputfName,
#tellFriend .inputfEmail {
	display: block;
	width: 300px;
	height: 19px;
	background-color: #cacbc9;
	border: 1px solid #a0a39f;
}

#id_comment, #id_message, #tellFriend textarea {
	display: block;
	background-color: #cacbc9;
	border: 1px solid #a0a39f;	
}

#requestForm input.submit,
#messageForm input.submit,
#tellFriend .sendButton{
	display: block;
	text-indent: -9999px;
	background: url(../images/button_377x106.png) no-repeat 3px -2px;
	width: 190px;
	height: 30px;
	border-style: none;
	cursor: pointer;
	margin: 12px 0 15px 122px;
}


#tellFriend .sendButton:hover {
	background: url(../images/button_377x106.png) no-repeat 3px -38px;
	cursor: pointer;
}

#tellFriend .sendButton:active {
	background: url(../images/button_377x106.png) no-repeat 3px -74px;
	cursor: pointer;
}

.tellFriendHeader {
	text-indent: -999px;
	display: block;
	height: 58px;
	background: url(../images/tellFriendHeader_558x58.png) no-repeat;
	behavior: url(/djpublic/scripts/iepngfix.htc);
}


#tellFriend .sendButton {
	display: block;
	margin-left: 232px;
}



/* MRS 友達に知らせる用 */

*:first-child+html #TB_window .main form textarea {
	height: 90px;
}

h2.tellFriendHeader {
	background-image: url(../images/tellFriendHeader_558x58.png);
	height: 57px;
	display: block;
	text-indent: -999px;
}

#tellFriend a {
	display: block;
	text-align: center;
	margin-top: 20px;
	color: white;
}

/* iframe用 */

#frameBody {
	background-color: transparent;
}

#frameContent {
	display: block;
	width: 558px;
	background: url(../images/requestFormBG.jpg) 0 -60px;
	border: 1px solid #6b6c6b;
}

 .modalFrame {
	display: block;
	margin: 0;
	padding: 0;
	width: 558px;
}


 .main {
	display: block;
	margin: 10px 0px 10px 60px;
	padding: 0;
	width: 490px;
}

 .thanks {
	display: block;
	margin: 135px 10px 10px 10px;
	text-align:center;
	width: 520px;
	height:270px;
}

/* @end */

* html #requestForm input.submit,
* html #messageForm input.submit,
* html #tellFriend .sendButton{
	background: url(../images/button_377x106.jpg) no-repeat 3px -2px;
}


* html #tellFriend .sendButton:hover {
	background: url(../images/button_377x106.jpg) no-repeat 3px -38px;
}

* html #tellFriend .sendButton:active {
	background: url(../images/button_377x106.jpg) no-repeat 3px -74px;
}


