@charset "utf-8";

/*------------------------------
GIFT　≫　製作所

------------------------------*/
/* ==========================================================================
メインビジュアル
========================================================================== */

#mainvisual {
width:800px;
height:120px;
margin:0 auto;
position:relative;
}

#mainvisual .txt {
width:560px;
position: absolute;
display:block;
top:30px;
left:230px;
text-align:right;
}

/* ==========================================================================
コンテンツ
========================================================================== */

#wrapper {
background-color:#FFFFFF;
width:800px;
margin:0 auto;
}

#wrapper #inner { padding:0 18px 12px; }

#wrapper #inner .read { font-weight:bold; }

#wrapper #inner .read span { font-weight:normal; }

.block01 {
margin-bottom:15px;
font-size:92%;
position:relative;
}

.block01 h2,
.block02 h2 { margin-bottom:15px; }

.block01 .blockIn01 {
float:left;
position:relative;
}

.block01 .blockIn01 h3 {
padding:5px 0;
font-weight:bold;
}

.block01 .blockIn01 h3 span {
padding:0 5px;
margin:0 3px 0 0;
background-color:#FF8080;
color:#FFF;
}

.block01 .blockIn01 .box01 {
width:120px;
float:left;
padding:0 6px 0 0;
}

.block01 .blockIn01 .box01 .name { font-weight:bold; }

/**/
.block02 { position:relative; }

.block02 .box01 {
width:145px;
padding:0 6px 0 0;
float:left;
position:relative;
margin-bottom:10px;
}

.block02 .box01 .name { font-weight:bold; }

.txtArea {
border:3px double #FFCACA;
background-color:#FFE6E6;
padding:15px;
margin-bottom:15px;
position:relative;
}

.txtArea .txt01 {
background-image:none;
font-weight:normal;
padding:0 0 15px 0;
}

.txtArea .ico_List01 {
display:block;
width:400px;
float:left;
}

.txtArea .img01 {
width:293px;
float:right;
}

.telArea {
clear:both;
border:3px double #A5D1D1;
padding:15px;
margin-bottom:15px;
}

.telArea .txt01 {
display:block;
margin:0 0 15px 0;
}

.telArea .tel {
display:block;
width:40%;
float:left;
margin:10px 0 0 0;
}

.telArea .tel a {
background:url(../images/common/ico_tel01.gif) no-repeat left 50%;
padding:10px 0 15px 30px;
font-weight:bold;
font-size:109%;
}

/*- clearfix -*/
.block01:after,
.block01 .blockIn01:after,
.block02 :after,
.txtArea:after,
.telArea:after {
content: ".";
display: block;
visibility: hidden;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
clear: both;
}

/* WinIE4-6用*/
* html .block01, * html .block01 .blockIn01, * html .block02. * html .txtArea, * html .telArea {
 display: inline-block;
 height: 1%;
}

.block01,
.block01 .blockIn01,
.block02,
.txtArea,
.telArea { zoom:1; }

/*--*/
