/*
Theme Name: D-parts
Theme URI: //www.d-parts.biz/wordpress/wp-content/themes/
Description: This is d-parts website style.
Author: Hidetaka Ichihashi
Author URI: //www.d-parts.biz/
*/

/* ■共通部分の設定■ */
body {
  background: #fff url(images/back.gif) top left repeat-x;
  color: #333;
  font-family: Avenir , "Open Sans" , "Helvetica Neue" , "Helvetica" , "Arial" , "Verdana" , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ","Meiryo" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size: .9em;
  font-style: normal;
  letter-spacing: .02em;
  line-height: 180%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

#social_button {
  left: 5px;
  position: absolute;
  top: 70px;
}

#facebook_button {
  float: left;
  margin-right: 5px;
}

#twitter_button {
  float: left;
  margin: 5px 5px 0 0;
}

#google_button {
  float: left;
  margin-top: 5px;
}

#page-top {
  background: #fff url(images/back-top.gif) top left repeat-x;
}

/* ■全ページ共通の細かい設定 */
img {
  border: 0;
  vertical-align: bottom;
}

p {
  text-align: left;
}
strong {
  color: #cc7014;
}

table td,
table th {
  font-size: 1em;
  vertical-align: top;
}

.emph {
text-decoration: underline;
}

ul,
ol {
  list-style-type: square;
}

sup,
sup a:link,
sup a:hover,
sup a:visited {
  color: #f00;
  font-size: .6em;
}

.smaller {
  font-size: .6em;
}

.caution {
  color: #999;
  font-size: .85em;
  line-height: 1.2em;
}

/* ■リンク色の設定 */
a:link {
  color: #c00;
  text-decoration: none;
}

a:visited {
  color: #c00;
  text-decoration: none;
}

a:hover {
  color: #f66;
  text-decoration: underline;
}

a:active {
  color: #f66;
  text-decoration: none;
}

.partition {
  border: 0;
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.toTop {
  text-align: right;
}

.caption {
  color: #666;
  display: block;
  font-size: .8em;
  line-height: 1.2em;
  padding: 3px;
} 

/* ■改行の設定 */
br.double {
  line-height: 3em;
}

/* ■全体の設定■ */
#wrap {
  background-color: #fff;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  width: 1000px;
  z-index: 10;
}

/* ■通常左カラムの設定 */
#contentLeft {
  float: left;
  margin: 10px 0 0 5px;
  padding: 0;
  width: 78%;
}

/* ■右カラムの設定 */
#contentRight {
  background-color: #fff;
  float: right;
  margin: 0;
  width: 20%;
}

/* ■右記事パーツの設定 */
#contentParts {
  background-color: #fff;
  float: left;
  margin: 20px 0;
  width: 20%;
}

/* ■3カラム本文の設定 */
#contentLeft3 {
  float: left;
  border-left: 1px dotted #ddd;
  border-right: 1px dotted #ddd;
  margin: 10px 0;
  padding: 0 5px;
  width: 58%;
}

/* ■headerの設定■ */
header {
  background: #f6ca00 url(images/header-back.png) top left no-repeat;
  height: 100px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.headerLeft {
  float: left;
}

.headerRight {
  float: right;
  margin: 20px 0 0 0;
}

/* ■h1の設定■ */
h1 {
  color: #fff;
  font-size: 0.6em;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0;
  position: absolute;
  right: 3px;
  top: 3px;
}

/* ■h2の設定■ */
h2 {
  background: #fbe687 url(images/h2Back.gif) 0 0 repeat-y;
  clear: left;
  color: #511508;
  line-height: 1.2em;
  margin: 0 0 5px 0;
  padding: 10px 0 10px 30px;
}

/* ■h3の設定■ */
h3 {
  border-bottom: 1px dashed #999;
  border-top: 1px dashed #999;
  clear: both;
  color: #2a4704;
  font-weight: bolder;
  margin: 40px 0 5px;
  padding: 8px 0;
  text-align: left;
}

/* ■アドレスの設定 */
address {
  background-color: #fff;
  border: 1px dotted #ccc;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}

address p {
  font-size: .75em;
  line-height: 1.3em;
  padding-left: 5px;
}

address p iframe {
  border: none;
  width: 98%;
}

/* ■管理サイトの設定 */
#administration a:link,
#administration a:hover,
#administration a:visited {
  font-size: .75em;
  line-height: 1.5em;
}

#administration p {
  border-bottom: 1px solid #ccc;
  padding: 10px 5px 5px;
}

/* ■パンくずリストの設定 */
.breadcrumbs {
  background-color: #ddd;
  clear: both;
  font-size: .75em;
  width: 100%;
}

.breadcrumbs,
.breadcrumbs a:link,
.breadcrumbs a:hover,
.breadcrumbs a:visited {
  font-size: 8pt;
  text-indent: 5px;
}

/* ■フッターの設定■ */
footer {
  background-color: #333;
  clear: both;
  color: #fff;
  font-size: .7em;
  line-height: 1.5em;
  margin-top: 50px;
  text-align: center;
}

footer a:link,
footer a:hover,
footer a:visited {
  font-size: .85em;
}

/* ■フッターリンクの設定 */
#textLink {
  margin: 0 auto;
  padding-top: 10px;
  text-align: left;
  width: 1000px;
}

#textLink a:link,
#textLink a:hover,
#textLink a:visited {
  clear: both;
  font-size: .75em;
  line-height: 1.6em;
  margin: 0;
}

#textLink ul {
  float: left;
  margin: 0 0 0 15px;
  padding: 0;
  width: 18%;
}

#textLink ul ul {
  margin-left: 10px;
}

#textLink ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#footer-address {
  clear: both;
  padding: 20px 20px 0 0;
  text-align: right;
}

/* ■サイドバー設定■ */
#contentRight ul {
  margin: 0 0 50px;
  padding: 0;
}

#contentRight table {
  text-align: right;
  width: 100%;
}

#contentRight li {
  list-style-type: none;
}

#contentRight.widget {
  background-color: #000;
  margin-bottom: 10px;
  padding: 15px;
}

#contentRight h2 {
  background-color: #000;
  color: #fff;
  font-size: .75em;
  margin: 0 0 10px;
  text-align: center;
}

#contentRight p a {
  font-size: .75em;
  line-height: 1.2em;
}

#contentRight li li {
  font-size: .75em;
  margin: 0;
  padding: 0;
}

#contentRight li li a {
  font-size: .75em;
}

#available-area {
  font-size: .75em;
  line-height: 1.2em;
}

/* ■グローバルナビゲーションの設定■ */
#toggle {
  display: none;
}

#menu-nav {
  background-color: #000;
  float: left;
  height: 60px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 1;
}

#menu-nav li {
  float: left;
  margin: 0;
  margin-left: 0;
  position: relative;
  text-align: left;
  width: 16.5%;
}

#menu-nav li a {
  color: #fff;
  display: block;
  font-size: .75em;
  height: 60px;
  line-height: 6em;
  margin: 0;
  padding-left: 35px;
}

#menu-nav li a:hover,
#menu-nav li.current-menu-item a {
  background-color: #7d0000;
  display: block;
  height: 60px;
  margin: 0;
}

/* ■右側サブメニューの設定 */
#submenu {
  float: left;
  width: 100%;
}

#submenu ul {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

#submenu ul li {
  border-bottom: 1px dotted #ccc;
  margin: 0;
  margin-left: 0;
  position: relative;
  text-align: left; 
}

#submenu ul li a {
  display: block;
  padding: 20px 0 20px 50px;
}

#submenu ul li a:link,
#submenu ul li a:hover,
#submenu ul li a:visited {
  font-size: .75em;
}

#submenu ul li a:hover {
  background-color: #eee;
}

/* ■各メニューのアイコン設定 */
#menu-item-3074 a:link {
  background: transparent url(images/icon02.png) no-repeat 3px center;
}

#menu-item-3721 a:link {
  background: transparent url(images/icon03.png) no-repeat 3px center;
}

#menu-item-590 a:link {
  background: transparent url(images/icon04.png) no-repeat 3px center;
}

#menu-item-720 a:link {
  background: transparent url(images/icon05.png) no-repeat 3px center;
}

#menu-item-724 a:link {
  background: transparent url(images/icon06.png) no-repeat 3px center;
}

#menu-item-6005 a:link {
  background: transparent url(images/icon01.png) no-repeat 3px center;
}

#menu-item-5244 a:link {
  background: transparent url(images/icon07.png) no-repeat 8px center;
}

#menu-item-5243 a:link {
  background: transparent url(images/icon08.png) no-repeat 8px center;
}

#menu-item-5245 a:link {
  background: transparent url(images/icon09.png) no-repeat 8px center;
}

#menu-item-5246 a:link {
  background: transparent url(images/icon10.png) no-repeat 8px center;
}

/* ■ページナビの設定 */
#wp_page_numbers {
  clear: both;
  margin-top: 50px;
}

/* ■その他のオススメ記事の設定 */
#related-entries {
  margin-top: 50px;
}
#related-entries-name {
  display: block;
  font-weight: bold;
}
#related-entries-title {
  color: #000;
}
#related-entries-content {
  float: left;
}

/* ■トップページの設定■ */
#slideshow {
  clear: both;
  height: auto;
  z-index: -5;
}
#slideshow img{
  width: 100%;
}

/* ■対象とするターゲットの設定■ */
#top-target-people p {
  padding: 20px;
}

/* ■対象とするターゲットのタイトル設定■ */
#top-target-people-title {
  background: none;
  text-align: center;
}

/* ■トップページ各項目コメントの設定■ */
.top-h2-comment {
  clear: both;
  margin: 0 10px 0;
}

#fadeshow1 {
  border: 1px solid #ff00ff;
}

/* ■リード文章の設定 */
#main_lead {
  margin-top: 30px;
}

/* ■知りたいTOP4の設定 */
#knowing4,
#compe3 {
  border: 1px dotted #ccc;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}

#compe3 h2.compe3-title {
  background-color: #ffd800;
  font-size: 1.2em;
  text-align: center;
  padding: 10px 0;
}

#knowing4 div {
  background-color: #f6ca00;
  border-bottom: 1px solid #7b6400;
  border-right: 1px solid #7b6400;
  width: 100%;
}

#knowing4 div dl {
  margin: 0;
  padding: 8px;
}

#knowing4 div dl dt {
  color: #555;
  font-weight: bold;
  line-height: 2em;
  padding: 3px 0;
}

#knowing4 div dl dd {
  border-top: 1px dotted #999;
  margin: 0;
}

#knowing4 div dl dd span {
  color: #f00;
  font-size: 1.2em;
  font-weight: bold;
}

/* ■トップアコーディオンの設定 */
.acMenu dt.acordion-top-dt {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: block;
}

.acMenu dd.acordion-top-dd {
  display:none;
}

/* ■トップページの作品紹介の設定 */
#top-sample {
  background-color: #f7f2e0;
  border: 1px dotted #aaa;
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
}

.topExample {
  float: left;
  margin: 5px 6px;
  width: 142px;
}

/* ■トップページ作品写真の設定 */
.topWorksPhoto {
  height: 142px;
  margin: 5px 0 0 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
}

.top-sample-work-title {
  display: block;
  font-size: .7em;
  line-height: 1.2em;
  margin-left: 3px;
}

/* ■トップページ特別作品の設定 */
.top-specific-work {
  margin: 50px 0;
  text-align: center;
}

/* ■トップページのデザイン料金と流れの設定 */
#top-price,
#top-flow {
  background-color: #f7f2e0;
  margin: 30px 0 20px;
  border: 1px dotted #aaa;
}

#top-price img,
#top-flow img {
  display: block; 
  margin: 0 auto 20px;
  text-align: center;
}

#top-sample a:link,
#top-sample a:hover,
#top-sample a:visited,
#top-price a:link,
#top-price a:hover,
#top-price a:visited,
#top-flow a:link,
#top-flow a:hover,
#top-flow a:visited {
  font-size: 0.75em;
  clear: left;

  padding-left: 5px;
}

#facebook_button {
  float: left;
  margin-right: 5px;
}

#twitter_button {
  float: left;
  margin: 5px 5px 0 0;
}

#google_button {
  float: left;
  margin-top: 5px;
}

/* ■サンプルの設定■ */
#sample-submenu {
  float: left; 
  margin: 10px 0 0;
  width: 100%;
}

#sample-submenu a {
  color: #fff;
  display: block;
  float: left;
  font-size: smaller;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 20%;
}

#sample-submenu a.sample-submenu01 {
  background-color: #739a03;
}

#sample-submenu a.sample-submenu02 {
  background-color: #562b97;
}

#sample-submenu a.sample-submenu03 {
  background-color: #e25400;
}

#sample-submenu a.sample-submenu04 {
  background-color: #0183cf;
}

#sample-submenu a.sample-submenu05 {
  background-color: #525252;
}

.worksCateg {
  border-bottom: 1px solid #ccc;
  clear: both;
  color:#003f7f;
  margin: 60px 0 10px;
}

/* ■全体一覧ページ作品紹介の設定 */
/* ■サンプルナビゲーションの設定 */
#sampleMenu {
  float: left;
  margin: 0;
  padding: 0;
}

#sampleMenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#sampleMenu ul li {
  float: left;
  margin: 0;
  margin-left: 0;
  text-align: left;
}

#sampleMenu ul li a {
  clear: both;
  color: #fff;
  display: block; 
  height: 20px;
  margin: 0;
  width: 200px;
}

/* ■全体一覧ページの記事1コラムの設定 */
.works_top {
  float: left;
  height: 125px;
  margin-bottom: 30px;
  width: 49.5%;
}

.worksPhoto_top {
  border: 1px solid #aaa;
  float: left;
  margin: 0;
  width: 120px;
}

.worksComment_top {
  float: right;
  font-size: .85em;
  height: 125px;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  width: 65%;
}

.worksComment_top p {
  margin: 10px 0 0 0;
}

.worksPhoto_top a:hover,
.worksPhoto a:hover {
  opacity: .75;
}

/* ■カテゴリ一覧ページのサムネイルの設定 */
.works {
  border: 1px solid #aaa;
  float: left;
  height: 120px;
  margin:  0 3px 20px;
  width: 120px;
}

.works p.worksPhoto {
  margin: 0;
  padding: 0;
}

/* ■個別ページ作品の設定 */
#wrap-images {
  background-color: #fff;
  margin: 0 auto;
}

#wrap-images h1 {
  float: left;
}

#sample_detail {
  line-height: 2.2em;
  width: 100%;
}

.sample_title {
  clear: both;
  color: #0068b7;
  font-size: 1.8em;
  letter-spacing: -.05em;
}

.sample_image {
  border: 1px dotted #ccc;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
}

.sample_image img {
  padding: 3px;
}

#sample_message {
  float: left;
  font-size: 1em;
  line-height: 1.8em;
  margin-top: 50px;
  padding-left: 20px;
  padding-top: 35px;
  width: 95%;
}

#sample_message strong {
  background: transparent url(images/sample/arrow.jpg) top left no-repeat;
  color: #0a4f9a;
  display: block;
  line-height: 2.5em;
  margin: 0;
  padding-left: 35px;
}

#sample_message p {
  margin: 0 auto 10px;
  padding-left: 30px;
}

/* ■チラシデザインの流れの設定■ */
#workflow-first-question {
  margin: 0;
  padding: 10px;
}
#workflow-first-question li {
  border-bottom: 1px dotted #eee;
  color: #aaa;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
#tabnavi {
  margin-top: 50px;
}

#tabnavi ul {
  margin: 30px 0 0;
  padding: 0;
}

#tabnavi li {
  display: inline;
  text-align: center;
}

#tabnavi li a {
  border-radius: 5px 5px 0 0;
  color: #fff;
  display: inline-block;
  font-size: .85em;
  line-height: 2em;
  padding: 5px 20px;
  text-decoration: none;
}

#tabnavi a {
  background-color: #ff8c00;
}

#tabcontent {
  border: 2px solid #ff8c00;
  margin-bottom: 20px;
  padding: 0 20px;
}

/* ■デザイン料金の設定■ */
.price-table {
  border-collapse: collapse;
  margin: 30px 0;
  text-align: left;
  width: 100%;
}

.price-table td,
.price-table th {
  border: 1px solid #aaa;
  line-height: 1.5em;
  padding: 10px 5px;
}

.price-table td:first-child{
  text-align: center;
}

.price-table th {
  background-color: #ccc;
  line-height: 1.2em;
  text-align: center;
}

/* ■値段部分の設定 */
.price {
  color: red;
  font-size: 1.5em;
  font-weight: bold;
  text-align: right;
}

/* ■値段数字部分の設定 */
.price span {
  background: none;
  color: red;
  font-family: serif;
  font-size: 1.8em;
  letter-spacing: 1px;
}

/* ■デザイン料金の備考欄 */
#price-caption {
  font-size: .85em;
  line-height: 2em;
  width: 70%;
}

/* ■ウェブデザインの設定■ */
/* ■各作品紹介の設定 */
.websample {
  margin-bottom: 50px;
  width: 100%;
  float: left;
}

.websample p.websample_photo {
  float: left;
  margin-left: 10px;
  width:240px;
}

.websample p.websample_content {
  border-bottom: 1px dotted #aaa;
  border-top: 1px dotted #aaa;
  float: left;
  margin-left: 5px;
  width: 65%;
}

.websample img {
  vertical-align: middle;
}

/* ■Webデザイン文章の設定 */
#homepage_comment {
  clear: both;
}

/* ■ディーパーツとはの設定■ */
#contacTable {
  border-collapse: collapse;
  margin-bottom: 50px;
  width: 100%;
}

#contacTable td {
  border: 1px solid #ddd;
  line-height: 1.8em;
  padding: 8px;
}

.title {
  background-color: #fdf8c3;
}

/* ■お仕事依頼フォームの設定■ */
#job_offer {
  border-collapse: collapse;
  clear: both;
  margin: 5px auto;
  width: 100%;
}

#job_offer td {
  border: 1px solid #ccc;
  font-size: .9em;
  padding: 10px;
  text-align: left;
}

.form_title {
  background-color: #fff799;
  white-space: nowrap;
}

.design {
  background-color: #9acd32;
}
.printing {
  background-color: #ff8c00;
}

.form_caution {
  border: 1px solid #f00;
  color: #f00;
  display: block;
  font-weight: bold;
  margin: 10px 0 20px;
  padding: 10px;
}

/* ■ラジオボタンの前後調整 */
label:nth-child(odd) {
  margin-left: 5px;
}

/* ■デザイン・印刷がある場合のアコーディオン */
.form-printing,
.form-design {
  margin: 0;
  padding: 0;
}

.form-design {
  background-color: #9acd32;
}

.form-printing {
  background-color: #ff8c00;
}

#job_offer table {
  border-collapse: collapse;
  color: white;
  margin: 0 auto;
  width: 95%;
 border: 1px solid #ff00ff;
}

.form-printing-title {
  width: 20%
}

.form-design dl {
  background-color: #9acd32;
  margin: 0;
}

.form-printing dl {
  background-color: #ff8c00;
  margin: 0;
}

#job_offer dt {
  cursor: pointer;
  font-weight: bold;
  text-align: center;
}

#job_offer dd {
  display: none;
  margin: 0;
}

/* ■FAQの設定 */
.acMenu dt {
  background-color: #ddd;
  border-bottom: 1px dashed #aaa;
  color: #2062aa;
  cursor: pointer;
  display: block;
  font-size: 1em;
  font-weight: bolder;
  padding: 12px 10px;
}

.acMenu dd {
  background-color: #fff3af;
  display:none;
  margin: 0;
  padding: 8px 25px 8px 25px;
}

.acMenu dd strong {
  margin: 0;
  padding: 5px 0;
}

/* ■デザイン外注の設定■ */
.offer-charactor {
  border: 1px solid orange;
  float: left;
  margin: 10px 0 30px;
  width: 33%;
}

.offer-charactor h4 {
  background-color: orange;
  color: white;
  font-size: 15pt;
  margin: 0;
  padding: 8px;
}

/* ■ビジネスモデルの設定 */
.common {
  padding: 10px 0 20px;
  width: 100%;
}

.common span {
  display: block;
  margin-bottom: 5px;
}

/* ■ネット印刷会社比較表の設定 */
.hikakuTable {
  padding-top: 320px;
}

.hikakuTable span {
  display: block;
  font-weight: bold;
  margin-top: 20px;
  text-align: left;
}

.hikakuTable table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

div.hikakuTable table td {
  border-bottom: 1px solid #635c45;
  padding: 10px 5px;
}

/* ■ビジネスモデル詳細の設定 */
.settei {
  float: left;
  width: 100%;
}

.setteiPhoto {
  float: left;
}

.setteiContent {
  float: left;
  line-height: 1.5em;
  padding-right: 20px;
}

.red {
  color: red;
  font-size: .9em;
  font-weight: bold;
}

/* ■diaryの設定■ */
/* ■一覧ページの設定 */
.diaryBack {
  background: transparent url(images/diary/back.gif) top left no-repeat;
}

.diaryBack p {
  float: left;
}

.diary_wrap {
  float: left;
}

.diary_top_div {
  border: 1px dotted #aaa;
  float: left;
  text-align: center;
  margin: 5px;
  width: 235px;
}

.diary_top_div a {
  display: block;
  padding: 100px 0;
}

.diary_top_div a:hover {
  background-color: #fff9ab;
  padding: 100px 0;
}

.diary_calender {
  border: 1px  dotted #ccc;
  margin: 5px;
  padding: 10px 0 10px 5px;
}

.diary_date {
  color: #777;
  display: block;
  font-size: .65em;
  font-style: italic;
  margin-right: 5px;
  padding: 0;
  text-align: right;
}

/* ■個別ページの設定 */
#diary {
  float: left;
  margin-top: 20px;
  width: 100%;
}

#diary_photo {
  float: left;
  margin-top: 30px;
}
#diary_photo span {
  display: block;
  float: left;
  margin-right: 10px;
}

#diary_content {
  padding: 5px 30px 0 0;
}

div#diary p {
  line-height: 3em;
}

#toList {
  clear: both;
  margin-right: 20px;
  text-align: right;
}

/* ■コラムの設定■ */

.column_block_list {
  clear: both;
  margin: 10px;
  padding: 0 5px;
}

.column_block_list span.column-date {
  font-size: smaller;
  font-style: italic;
}

.column_block_list span.column-date {
  font-size: smaller;
  font-style: italic;
}

table#wp-calendar {
  border-collapse: collapse;
  width: 100%;
}

#wp-calendar th {
  background-color: #fff799;
  padding: 3px;
  text-align: right;
}

#wp-calendar td {
  padding: 3px;
  text-align: right;
}

#wp-calendar td#prev,
#wp-calendar td#next {
  background-color: #e5e5e5;
  font-size: smaller;
}

#wp-calendar td.padSpace {
  background-color: #c9c9c9;
}

.column-title {
  background-color: maroon;
  color: white;
  margin-top: 20px;
  padding: 5px 0 5px 5px;
}

.column-newArticle {
  border-bottom: 1px dotted #aaa;
  font-size: smaller;
  line-height: 1.5em;
}

/* ■サイトマップの設定■ */
#sitemap p {
  border-top: 1px solid #ccc;
  margin: 0 0 30px;
}

/* ■チラシデザインの考え方・作り方の設定■ */
.tsukurikata-h4 {
  font-size: larger;
  margin: 50px 0 0;
}

.tsukurikata-span {
  background: transparent url('images/tsukurikata-theme.png') top left no-repeat;
  display: block;
  font-style: italic;
  font-weight: bold;
  line-height: 2em;
  margin: 0;
  padding-left: 60px;
}

.tsukurikata-photo {
  border: 1px solid #fff;
  box-shadow: 0 0 1px 2px #ddd;
  float: right;
  margin: 3px 5px;
  padding: 5px;
}

/* ■■■＠タブレット端末の設定＠■■■ */
@media screen and (max-width:767px) {
/* ■全体の設定■ */
body {
  font-size:85%;
}

img {
  height: auto;
}

#page-top {
  background-image: none;
}

#wrap {
  background-color: #fff;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
  z-index: 10;
}

/* ■左コラムの設定 */
#contentLeft {
  margin: 10px 0 0 2%;
  width: 97%;
}

/* ■右コラムの設定 */
#contentRight {
  margin: 0;
  padding: 0;
  width: 100%;
}

/* ■headerの設定■ */
#header {
  background-color: #f6ca00;
  background-image: none;
  clear: both;
  width: 100%;
}

/* ■h1の設定■ */
h1 {
  display: none;
}

/* ■アドレスの設定■*/
#address {
  display: none;
}

/*■フッターの設定■ */
#textLink {
  width: 100%;
}

#textLink ul {
  display: none;
}

#footer-address {
  clear: both;
  text-align: center;
}

/* ■グローバルナビゲーションの設定■ */

#menu-nav {
  display: none;
}

#menu-nav li {
  width: 100%;
}

#toggle {
  display: block;
  position: relative;
  width: 100%;
  z-index: -10;
  clear: both;
}

#toggle dl {
  margin: 0;
}

#toggle a {
  border-bottom: 1px solid #444;
  color: #fff;
  display: block;
  position: relative;
  text-decoration: none;
}

#toggle dt {
  background-color: #000;
  border: 1px solid #999;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 1em;
  text-align: left;
}

#toggle dd {
  display: none;
  margin: 0;
}

#toggle dd a {
  background-color: #555;
  display: block;
  margin: 0;
  padding: 5px;
  text-align: left;
  width: 100%;
}

#toggle dd a:nth-child(odd) {
  background-color: #666;
}

/* ■トップページサンプルの設定■ */
#sample-submenu {
  display: none;
}

/* ■トップページの作品紹介の設定 */
.topExample {
  margin: 3px;
  width: 100px;
}

/* ■トップページ作品写真の設定 */
.topWorksPhoto {
  height: 100px;
}
.top-sample-work-title {
  display: block;
  font-size: .7em;
  line-height: 1.2em;
  margin-left: 3px;
}

/* ■トップページ特別作品の設定 */
.top-specific-work img:nth-child(2){
  width: 100%;
}

/* ■トップページのデザイン料金と流れの設定 */
#top-price img,
#top-flow img {
  width: 100%;
}

/* ■サイドバーの設定 */
#submenu p {
  display: none;
}

/* ■トップページknowing4タイトルの設定 */
#knowing4 div dl dt {
  font-size: 1.2em;
}

/* ■サンプルの設定■ */
/* ■全体一覧ページの記事1コラムの設定 */
.works_top {
  width: 100%;
}

.worksComment_top {
  float: left;
  font-size: 1em;
  height: 120px;
  margin-left: 10px;
  overflow: hidden;
  width: 70%; 
}

.worksComment_top img {
  width: 80px;
}

/* ■個別ページ作品の設定 */
#wrap-images {
  float: left;
  margin: 0;
  width: 100%;
}

#wrap-images h1 {
  display: none;
}

#sample_detail {
  line-height: 2.2em;
  margin: 80px auto 0;
  width: 100%;
}

.sample_title img {
  width: 120px;
}

.sample_image {
  border: 1px dotted #ccc;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
}

.sample_image img {
  padding: 3px;
}

#sample_message {
  font-size: 1em;
  line-height: 1.8em;
  margin-top: 50px;
  padding-left: 20px;
  padding-top: 35px;
  width: 95%;
}

#sample_message strong {
  background: transparent url(images/sample/arrow.jpg) top left no-repeat;
  color: #0a4f9a;
  line-height: 2.5em;
  margin: 0;
  padding-left: 35px;
}

#sample_message p {
  margin: 0 auto 10px;
  padding-left: 30px;
}

/* ■ディーパーツとはの設定■ */
.title {
  text-align: right;
  width: 18%;
}

.mailaddress {
  width: 120px;
}

iframe {
  width: 99%;
}

/* ■ウェブデザインの作成の設定■ */
.websample {
  margin-top: 30px;
}

.websample p.websample_photo {
float: none;
  margin: 10px auto;
}

.websample p.websample_content {
  float: none;
  margin: 0 auto;
  width: 95%;
}

/* ■デザイン外注の設定■ */
.offer-charactor {
  float: none;
  width: 100%;
}

.offer-charactor h4 {
  font-size: 120%;
}

/* ■ビジネスモデルの設定■ */
.merit {
  width: 110px;
}

.demerit {
  width: 120px;
}

/* ■diaryの個別ページ設定■ */
#diary_photo span {
  clear: both;
  margin-bottom: 10px;
}

}

/* ＠スマホ端末の設定＠ */
@media screen and (max-width:480px) {
#social_button {
  top: 10px;
}

header {
  background-image: none;
  height: 180px;
}
.headerLeft {
  margin: 38px 0 0 0;
}
.headerRight {
  margin-top: 0px;
}
}