@charset "utf-8";
/*=====================================================
* Style Name: About Takasu Category Style
* Style URL: /about_takasu/technique/css/technique.css
* Description: Category Style Sheet
* Version: 0.0.3
* Last Up Date: 2011/04/08
* Author: Prime works
* Author URL: http: //www.primeworks.jp/
*
* Markup Reference:
*
=====================================================*/
h3.title {
padding: 0;
margin: 0;
background: none;
}

h4 {
padding: 0;
margin: 0;
}

div.technique-item01 {
background: url("../img/img_item01.jpg") no-repeat right top;
border-bottom: 1px dotted #ccc;
padding: 0 0 120px 0;
margin: 0 0 15px 0;
}

div.technique-item01 p {
width: 410px;
}

div.technique-item02 {
background: url("../img/img_item02.jpg") no-repeat left top;
padding: 0 0 15px 300px;
border-bottom: 1px dotted #ccc;
margin: 0 0 15px 0;
}

div.technique-item02 p {
width: 400px;
}

div.technique-item03 {
background: url("../img/img_item03.jpg") no-repeat right top;
border-bottom: 1px dotted #ccc;
padding: 0 0 15px 0;
margin: 0 0 15px 0;
}

div.technique-item03 p {
width: 390px;
}

div.technique-item04 {
background: url("../img/img_item04.jpg") no-repeat left top;
padding: 0 0 15px 300px;
border-bottom: 1px dotted #ccc;
margin: 0 0 15px 0;
}

div.technique-item04 p {
width: 400px;
}

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

.clearfix {
display:inline-block;
}
