/* GENERAL ------------------------------------------------------------*/

body{
  color: #888;
}

body,
.home-block-heading span,
.page-heading span{
  background: url(../img/body.png ) repeat-y center;
}

body a{ color: #069; }

body a:hover,
#top-widget-holder a:hover,
#nav>li>a:hover,
.project-heading .launch:hover{
  color: #0D68B6;
}

h1,h2,h3,h4,h5,h6{ color: #444444; }

/* Selection colours (easy to forget) */

::selection      {background: #0D68B6; color: #fff; }
::-moz-selection   {background: #0D68B6; color: #fff; }
img::selection     {background: transparent;}
img::-moz-selection  {background: transparent;}
body {-webkit-tap-highlight-color: #0D68B6;}

/* HEADER ------------------------------------------------------------*/
h1{
	font-size: 13px;
	color: #fff;
}
.head_text{
	margin-left: 15%;
}
header{ background: #a5dcf7 url(../img/header.png) bottom center repeat-x; }
.mgn-t10 {
    margin-top: 10px;   
}

/* WIDGETS------------------------------------------------*/

#top-widget-holder{
    background: #333;
    color: #aaaaaa;
}

#top-widget-holder h4{
  color: #ebebe8;
}

#top-widget-holder a{
  color: #fff;
}

/* NAVIGATION ------------------------------------------------------------*/

nav a{ color: #E2E0D7; }

#nav>li.current-menu-item>a,
#nav>li.current_page_item>a{
  color: #E2E0D7;
}

/* sub navigation -----------------------------------------------------*/

#nav>li ul{ background: #66cc33; }

#nav>li ul li a{ color: #717171; }

#nav>li ul li a:hover,
#nav>li ul li:nth-child(even) a:hover{
  background: #0D68B6;
  color: #fff;
}

#nav>li ul li:nth-child(even) a{
  background: #99cc33;
}

/* BREADCRUMBS ------------------------------------------------------------*/

.breadcrumbs{ color: #444; }

.breadcrumbs a{ color: #888; }


/* CONTACT CONTENT ------------------------------------------------------------*/

#contact-sidebar{ background: #e2e0d7; }


/* SIDEBAR ------------------------------------------------------------*/

#sidebar{ background: #e2e0d7; }

#sidebar .block{ border-bottom: 1px solid #bcbcba; }

/* HOME ------------------------------------------------------------*/

.home-block figcaption{
  background: #0D68B6;
  color: #f1f1f1;
}

/* PORTFOLIO ------------------------------------------------------------*/

.portfolio-thumbs figcaption{
  background: #0D68B6;
  color: #f1f1f1;
}

/* PROJECT ------------------------------------------------------------*/

.project-heading .launch{ color: #888; }

.project-info strong{ color: #444; }

.project-pager a{ color: #444; }

.project-pager a:hover{   color: #0D68B6; }

/* RELATED PROJECTS ---------------------------------------------------*/

.related-heading{ color: #444; }

.related-projects .thumb{ background: #0D68B6 url(../img/plus.png) center center no-repeat; }


/* BLOG ------------------------------------------------------------*/

#posts-list .feature-image,
#post-content .feature-image{ background: #0D68B6 url(../img/plus.png) center center no-repeat; }

article .meta{
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  overflow: hidden;
}

#posts-list .entry-date{ color: #f1f1f1; }

/* PAGE NAVIGATION ------------------------------------------------------------*/

.page-navigation a{
  background: #444 url(../img/noise.png) repeat;
  color: #f1f1f1;
}

.page-navigation a:hover{
  background: #0D68B6;
  color: #fff;
}

/* PAGER ------------------------------------------------------------*/

.pager li a{ color: #444; }

.pager li:hover a{
  color: #fff;
  background: #0D68B6;
}

.pager li.active a{ 
  background: #444;
  color: #fff;
}

/* SLIDER ------------------------------------------------------------*/

#slider-holder #headline{ background: #e2e0d7; }



/* FOOTER ------------------------------------------------------------*/


footer .wrapper{
  background: url(../img/footer.png) repeat-x top center;
}

.footer-bottom{
  border-top: 1px solid #ccc;
}



/* KOGI INOUE ------------------------------------------------------------*/

.fade {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.fade:hover {
  opacity: 0.4;
  filter: alpha(opacity=60);
}


/*------- 枠線 -------*/
.waku {
    border: 1px solid #CCCCCC;
    font-size: 93%;
    padding: 8px 15px;
}
.waku_orange {
    background-color: #FFF7F3;
    border: 1px solid #F3C3AA;
    font-size: 93%;
    padding: 8px 15px;
}

.waku_green {
    background-color: #f3fff6;
    border: 1px solid #b6f3aa;
    font-size: 93%;
    padding: 8px 15px;
}

.waku_blue {
    background-color: #f3fbff;
    border: 1px solid #aad7f3;
    font-size: 93%;
    padding: 8px 15px;
}




/*------- homeお願い -------*/
.wish img {
    width: 250px;
    margin-right: 10px;
    float: left;
}


