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

/* Centered texts in each section
* --------------------------------------- */
.section{
 text-align:center;
}

.section p {
 margin-top:0px;
}

/* Backgrounds will cover all the section
* --------------------------------------- */
#section0,
#section1,
#section2,
#section3,
#section4,
#section5{
 background-size: cover;
}

/* Defining each section background and styles
* --------------------------------------- */
#section0{
 background-image: url(../img/bg/tsukuru/0.jpg);
}
#section1{
 background-image: url(../img/bg/tsukuru/1.jpg);
}
#section2{
 background-image: url(../img/bg/tsukuru/2.jpg);
}
#section3{
 background-image: url(../img/bg/tsukuru/3.jpg);
}
#section4{
 background-image: url(../img/bg/tsukuru/4.jpg);
}
#section5{
 background-image: url(../img/bg/tsukuru/5.jpg);
}

div.blk01 {
 margin-right:28%;
}

div.blk01 p {
 float:right;
}

div.blk01 p.title {
 margin-left:50%;
}

div.blk02 {
 margin-right:15%;
}

div.blk02 p {
 float:right;
}

div.blk02 p.title {
 margin-left:48px;
}

div.blk03 {
 margin-right:10%;
}

div.blk_right {
 float:right;
}

div.blk03 p.title {
 height:35px;
 margin:0 0 10px 18px;
}

div.blk03 .items {
 width:210px;
 height:28px;
 background:url(../img/kimonomoji/03_slash.png) no-repeat;
}

div.blk03 .items p {
 float:left;
}

div.blk03 .items p.left {
 margin-right:20px;
}

div.blk04 {
 margin-left:12%;
}

div.blk_left {
 float:left;
}

div.blk_left p {
 text-align:left;
 height:35px;
}




/*clearfix*/

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

/* Hides from IE Mac \*/
* html .clearfix {height: 1%;}
.clearfix{display:block;}
/* End Hack */ 


/* onmouse指定css ------------------------------------------------------------------------------------------- */

.section li a:hover,
.section p a:hover,
.section span a:hover{
 opacity:0.70; /* for Opera,Firefox,Safari */
 filter:alpha(opacity=70); /* for IE */
}

