@charset "utf-8";
/* CSS Document */

/*修理の流れの設定
------------------------------------------------*/

/*タイトル画像
------------------------------------------------*/

#wrap-center #main .f_title {
	height: 91px;
	width: 420px;
	padding-top: 100px;
	padding-left: 150px;
	padding-right: 20px;
}

#wrap-center #main .f_title_fresher {
	background: url(../gift-images/fresher/title.jpg) no-repeat;
}

#wrap-center #main .f_title_mother {
	background: url(../gift-images/mother/title.jpg) no-repeat;
}

#wrap-center #main .f_title_father {
	background: url(../gift-images/father/title.jpg) no-repeat;
}

#wrap-center #main .f_title_senior {
	background: url(../gift-images/senior/title.jpg) no-repeat;
}

#wrap-center #main .f_title_christmas {
	background: url(../gift-images/christmas/title.jpg) no-repeat;
}

/*見出しの設定
------------------------------------------------*/

#main h3.top {
	font-weight: bold;
	color: #009900;
	margin-top: 5px;
	margin-bottom: 15px;
	width: 590px;
	font-size: 16px;
	letter-spacing: 0em;
}

/*事例写真の設定
------------------------------------------------*/

#main .f_img01 img {
	margin-right: 20px;
	margin-left: 22px;
}

#main .f_text01 {
	padding-bottom: 20px;
	display: block;
	margin-top: 10px;
}
#main .f_text01 li {
	width: 141px;
	padding-right: 5px;
	padding-left: 5px;
	display: block;
	padding-bottom: 15px;
}
#main .f_text01 h4 {
	color: #009900;
	padding-top: 5px;
}

#main .f_text02 {
	padding-bottom: 20px;
	display: block;
	margin-top: 10px;
}
#main .f_text02 li {
	width: 141px;
	padding-right: 5px;
	padding-left: 5px;
	display: block;
	padding-bottom: 15px;
}
#main .f_text02 h4 {
	color: #009900;
	padding-top: 5px;
}

/*お問い合わせボタンの設定
------------------------------------------------*/

#main .inqbox {
	position: relative;
	padding-top: 1px;
}
#main .inqbox .arrow2 {
	position: absolute;
	left: 76px;
	top: -28px;
}
#main .inqbox p {
	margin: 0 0 0 137px; 
}
#main .inqbox p a {
	background: url(../gift-images/fresher/inqu_bt.jpg) no-repeat left top;
	display: block;
	height: 85px;
	width: 277px;
	text-indent: -999em;
	outline:none;
}
#main .inqbox p a:hover {
	background: url(../gift-images/fresher/inqu_bt.jpg) no-repeat left bottom;
}
#wrap-center #main .f_img1 {
	width: 150px;
	float: left;
	margin-left: 25px;
	margin-right: 20px;
}

#wrap-center #main .f_img2 {
	width: 405px;
	float: left;
	margin-left: 25px;
	margin-right: 20px;
}

/*ラッピングスペース
------------------------------------------------*/
#wrapping {
	width:550px;
	height:180px;
	margin-top:10px;
	margin-right: 20px;
	margin-left: 22px;
}

#wrapping img {
	float:right;
	padding-left:10px;
}

