/*
Theme Name: jatoll
Author: 佐塚潤子
Description: jatollのコーポレートサイト用テーマ
Version: 1.0
*/

/* Base
   ========================================================================== */

body {
  font-family: Meiryo;
  background-color: #fff;
  font-size: 15px;
  line-height: 1.5;
  color: #666;
  margin:0;
}

.center {
  text-align: center;
}

.leftcol {
  float: left;
}

.rightcol {
  float: right;
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

a {
  color: #009d8e;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

/* Header
   ========================================================================== */

header {
  text-align: center;
  background-color:#f5f5f5;
  border-bottom: 1px solid #fff;
}

#logo {
  width: 170px;
  height: 80px;
  margin: 0 auto 20px;
}

nav {
  width: 900px;
  margin: auto;
}

nav ul {
  margin: 0;
  padding: 4px 0 0 0;
  background-color:#fac896;
}

nav ul li {
  width: 110px;
  height: 25px;
  margin-right: 15px;
  display: inline-block;
  border-bottom: 5px solid #fac896;
}

nav ul li:last-child {
  margin-right: 0;
}

nav ul li:hover {
  border-bottom: 5px solid #ff7f50;
}

nav ul li a {
  display: inline-block;
  color: #fff;
	width: 110px;
  height: 25px;
 }

nav ul li a:hover {
  text-decoration: none;
}

/* Cover
   ========================================================================== */

#cover {
  height: 330px;
  background-image: url("images/cover.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#cover {
  width:900px;
  height: 300px;
  margin: auto;
  padding-bottom: 50px;
}

/* Footer
   ========================================================================== */

#contact {
  padding: 0px ;
  text-align: center;
  background-color: #dcdcdc;
  
}

#logo {
  width: 170px;
  height: 80px;
  margin: 0 auto 20px;
}

.btn {
  width: 200px;
  margin: 10px;
  padding: 15px;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  letter-spacing: 0.05em;
}

.btn:hover {
  text-decoration: none;
}

.btn-primary {
  background-color: #dcdcdc;
  color: #696969;
  border : solid 1px #696969 ; 
}

#copyright {
  padding: 15px 0;
  text-align: center;
  color: #ffffff;
  background-color: #dcdcdc;
  font-size: 13px;
  letter-spacing: 0.05em;
}

/* Content
   ========================================================================== */

#content {
  width: 900px;
  margin: 30px auto;
}

aside {
  float: right;
  width: 200px;
}

aside section {
  margin-bottom: 20px;
}

article {
  float: right;
  width: 700px;
}

article section {
  margin-bottom: 40px;
}

article h2 {
  color: #ff8c00;
}

article h3 {
  color: #888;
}



/**
 * Top-Works
 */

.works-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.works-list li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.works-list li .label-info {
  width: 65px;
  display: inline-block;
  margin-right: 10px;
  margin-top: -3px;
  background: #faaf64;
  font-size: 12px;
  text-align: center;
  padding: 3px 8px;
  color: #fff;
  vertical-align: top;
}

.works-list li a {
  width: 500px;
  display: inline-block;
  vertical-align: top;
}

/**
 * Top-Button
 */

.btn-default {
  background-color: #fff;
  color: #009d8e;
  border: 1px solid #009d8e;
}

/**
 * WORKS
 */

.works-title-article {
  margin-bottom: 0px;
  margin-left: 5px;
}

.works-wrap {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}

.works-header {
  padding: 5px;
  border-bottom: 1px dotted #ccc;
  color: #888;
  font-size: 13px;
}

.works-body {
  padding: 10px 5px;
}

.works-title-index {
  margin-bottom: 0px;
  margin-left: 5px;
  font-size: 2em;
  color: #333;
}

.works-title-category {
  font-size: 1.17em;
  font-weight: normal;
  color: #888;
}

.works-footer {
  padding: 5px;
}

/* Widget
   ========================================================================== */

.widget {
  padding-right:10px;
  padding-left:30px;
}

.widget h3 {
  position: relative;
  padding-left: 35px;
}
.widget h3:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0eb";
  background: #faaf64;
  color: white;
  font-weight: normal;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget h3:after {
  /*吹き出しのちょこんと出た部分*/
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ffca2c;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.widget ul {
  padding:0;
  list-style:none;
}

.widget ul li {
  margin-bottom:5px;
  font-size: 14px;
}

.widget ul li a {
  color:#666;
}

.widget table {
  border-collapse:collapse;
}

.widget table caption {
  font-weight:800;
}

.widget table thead th ,
.widget table tbody td {
  border:1px #cccccc solid;
  text-align:center;
}

/* Breadcrumb NavXT
   ========================================================================== */

.breadcrumbs {
  width:900px;
  margin:10px auto;
}

/**
 * about
 */

.about{
  padding: 0.5em;
  color: #494949;
  background: #fffaf4;
  border-left: solid 5px #ffaf58;
}

/**
 * toppage
 */

.top{
  font-size: 18px;
}

/**
 * policy
 */

.policy{
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #666;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #666;/*左線*/
}

/**
 * profile
 */
 
#pro{
  color: #666; 
  font-size: 18px;
}

.photo{ 
  float:left;
  margin-right:30px;
  margin-bottom:10px;
  width:100px;
  height:100px;
}

.file{
  font-size: 13px;
}

