@charset "utf-8";

/*------------------------------------------------------------------------------
ネイルサロンK･I･N･G - CSS Modules Import
URL: http://
Date: 2009-09-03
Copyright (C) K･I･N･G. All Rights Reserved.
------------------------------------------------------------------------------*/


/* ----------------------------------------

Main

---------------------------------------- */

h2#Title {
	background: url(../img/campaign/title.jpg) 0 0 no-repeat;
	width: 940px;
	height: 162px;
	text-indent: -9999px;
	margin: 0 auto;
}

/* ---- Campaign ----*/

div#Campaign {
}

div#Campaign div#TitCol div#InBox {
	width: 630px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	background: url(../img/campaign/camp_main0.jpg) 0 0 no-repeat;
	border: 1px solid #f9d0c1;
}

div#Campaign div#TitCol div#InBox h2 {
	color: #ea460a;
	font-weight: bold;
	font-size: 56px;
	padding: 30px 0 30px 30px;
	width: 400px;
	line-height: 66px;
}

div#Campaign div#Limit {
	background: #ea460a;
	color: #fff;
	font-size: 133.4%;
	padding: 3px;
	text-align: right;
	margin-bottom: 20px;
	width: 626px;
}

ul#ImageCol {
	margin-left: -15px;
}

ul#ImageCol li {
	float: left;
	width: 200px;
	padding-left: 15px;
}


ul#ImageCol li p {
	font-weight: bold;
	color: #ef1d61;
	text-align: center;
	background: #feffef url(../img/campaign/line_stripe.png) 0 100% no-repeat;
	padding: 5px 0;
}


div.CommentCol {
	background: url(../img/campaign/comment_bg.jpg) 0 100% no-repeat;
	margin-top: 30px;
	clear: both;
	border: 1px solid #ececec;
}

div.CommentCol h3 {
	background: url(../img/campaign/mtit.png) 0 0 no-repeat;
	width: 481px;
	height: 46px;
	color: #5d402b;
	font-weight: bold;
	font-size: 153.9%;
	padding:  20px 92px 0 46px;
	margin-left: -50px;
	behavior: url(/js/iepngfix_v2/iepngfix.htc);
}

div#Staff03,
div#Staff02,
div#Staff01 {
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding: 10px 0 20px 60px;
}

div#Staff01 {
	background: url(../img/campaign/img_yuyu.png) 100% 100% no-repeat;
	behavior: url(/js/iepngfix_v2/iepngfix.htc);
}

div#Staff02 {
	background: url(../img/campaign/img_nao.png) 100% 100% no-repeat;
	behavior: url(/js/iepngfix_v2/iepngfix.htc);
}

div#Staff03 {
	background: url(../img/campaign/img_noriko.png) 100% 100% no-repeat;
	behavior: url(/js/iepngfix_v2/iepngfix.htc);
}

div.CommentCol h2 {
}

div.CommentCol p.Comment {
	margin-right: 190px;
}

div.CommentCol p#Name {
	margin-right: 190px;
	margin-top: 0.5em;
	text-align: right;
}

ul#BnrCol {
	margin-bottom: 15px;
}

ul#BnrCol li {
	width: 630px;
	height: 90px;
	text-indent: -9999px;
	background: url(../img/campaign/bnr_tel.png) 0 0 no-repeat;
	margin-top: 20px;
}


/* ----------------------------------------

ClearFix (必要なければ消す)

---------------------------------------- */

/* -- Modern Browsers -- */

ul#ImageCol:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* -- IE7 -- */

*:first-child+html ul#ImageCol {
	display: inline-block;
}

/*  -- Legacy IE -- */

* html ul#ImageCol  {
	zoom: 1;
}