﻿@charset "UTF-8";
/* ==============================
	top.css
	インポート用CSS
	ipocket　トップ
============================== */


@import "common.css";



/*メインphoto部分 ---------*/
#main {
clear: both;
margin: 0px auto 0px auto;
width: 800px;
height: 240px;
padding: 5px 0 15px 0;
font-size: 75%;
}


/*内容部分タイトル--------------------------*/

.toptitle h4 {
width: 560px;
border-top: 1px dotted #666666;
border-bottom: 1px dotted #666666;
padding:10px 0 10px 20px;
background-image: url(../images/top/icon6.gif);
background-position: center left;
background-repeat: no-repeat;
margin-bottom: 10px;
}




/*プラン----------------*/
.plan {
clear: both;
overflow: hidden;
margin-bottom: 10px;
}

.plan img {
display: block;
}

.plan_l {
float: left;
margin-right: 10px;
}

.plan_r {
float: left;
}

/*web blogその他制作バナー----------------*/
.webbanner {
text-align: center;
margin-bottom: 10px;
}

/*メリット----------------*/
.advantage {
padding: 5px;
margin: 0 0 10px 0;

}



/*制作実績----------------*/
.t_production {
padding: 0px 0px 10px 0px;
margin: 10px 0 0 0;
overflow: hidden;
clear: both;
width: 580px;
}


.t_production_l {
float: left;
margin: 0 15px 0 0;

}

.t_production_c {
float: left;
margin: 0 15px 0 0;

}

.t_production_r {
float: left;
margin: 0 ;
width:;
}

.customer {
color: #FF5959;
font-size: 90%;
font-weight: bold;
} 

.explanation {
clear: both;
font-size: 85%;
}

