@charset "utf-8";

/*
Theme Name: i-gotu
Theme URI: 
Description: 
Version: 1.0
Author: 
Author URI: 
Tags: simple
*/

@charset "utf-8";

/* ======================================
初期設定
========================================*/
* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 0.75em;
  text-align: center;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  margin: margin:0px;
  padding: 0px;
  background: #FFF;
  color: #666;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
pre,
ul,
ol,
dl,
dt,
dd,
address,
form,
blockquote {
  padding: 0;
  font-size: 1em;
  line-height: 1.6;
  text-align: left;
  display: block;
  margin: 0px;
}

table {
  line-height: 1.6;
  font-size: 1em;
  margin: 0;
  empty-cells: show;
}

hr,
.areaAnchor,
.anchor {
  display: none;
}

img {
  border: none;
  vertical-align: bottom;
}

li {
  list-style: none;
}

acronym,
abbr {
  cursor: help;
}

option {
  padding-right: 10px;
}

*+html option {
  padding-right: 0;
}

* html option {
  padding-right: 0;
}

div,
dl {
  zoom: 1;
}

div:after,
dl:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

* html div,
* html dl {
  display: inline-table;
  /*\*/
  display: block;
  /**/
}

a:link,
a:visited {
  color: #2179B9;
}

.pcshow {}

.spshow {
  display: none;
}

/* ======================================
レイアウト
========================================*/
#container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  background: url(img/bg_header.jpg) repeat-x;
}

#content {
  padding: 30px 0 40px;
  width: 1000px;
  margin: 0 auto;
  clear: both;
}

#contentleft {
  float: left;
  width: 780px;
}

/* ======================================
右側 アイコン
========================================*/
.buttonfixed {
  display: block;
  _display: none;
  position: fixed;
  z-index: 9999;
  text-indent: -9999px;
  overflow: hidden;
  outline: none;
  right: 5px;
}

.feed {
  background: url('../../uploads/2011/06/feed.png') no-repeat 0 0;
  width: 32px;
  height: 32px;
}

.twit {
  background: url('../../uploads/2011/06/twit.png') no-repeat 0 0;
  width: 32px;
  height: 32px;
}

.face {
  background: url('../../uploads/2011/06/face.png') no-repeat 0 0;
  width: 32px;
  height: 32px;
}

.buttonfixed:hover {
  right: 6px;
}

/* ======================================
ヘッダー
========================================*/
#header {
  width: 1000px;
  margin: 0 auto;
  clear: both;
}

#header h1 {
  float: left;
  padding: 30px 0 20px;
}

#header h2 {
  float: right;
}

/* グローバルナビ
----------------------------------------*/
#nav {
  width: 1000px;
  margin: 0 auto 30px;
  clear: both;
}

#nav ul {
  margin: 0px;
  list-style: none;
  padding-bottom: 15px;
  display: flex;
}

#nav li {
  display: inline;
}

#nav_sp {
  display: none;
}

#nav_btn {
  display: none;
}

/* パンくず
----------------------------------------*/
.bread {
  width: 1000px;
  margin: 0 auto;
  clear: both;
}

.bread ul {
  margin: 0px;
  list-style: none;
  padding-bottom: 15px;
}

.bread li {
  display: inline;
}

/* ======================================
スライド
========================================*/
#slide {
  width: 1000px;
  height: 450px;
  overflow: hidden;
  margin: 0 auto 15px auto;
}

#slide.top {
  margin-bottom: 0px;
}

#slide a {
  display: block;
}

/* ======================================
記事一覧
========================================*/

/* 1
----------------------------------------*/
.entrylist-1 {
  border-top: 1px solid #CCC;
  margin: 20px 0 0 0;
}

.entrylist-1 .box {
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #CCC;
}

.entrylist-1 a {
  text-decoration: none;
}

.entrylist-1 .in {}

.entrylist-1 .img {
  float: left;
  width: 80px;
}

.entrylist-1 .txt {
  margin: 0 0 0 90px;
}

.entrylist-1 h3 {
  text-decoration: underline;
}

.entrylist-1 a:hover h3 {
  text-decoration: none;
}

.entrylist-1 p {
  color: #333;
  padding: 10px 0 0 0;
}

.entrylist-1 .more {
  color: #2179B9;
  font-size: 85%;
  text-decoration: underline;
}

/* 2
----------------------------------------*/
.entrylist-2 .box {
  background-image: url(img/faq_q.gif);
  background-repeat: no-repeat;
  padding: 5px 0px 15px 40px;
  margin-top: 9px;
  border-bottom: #CCC 1px dotted;
  color: #2179B9;
  font-weight: bold;
}

/* ページナビ
----------------------------------------*/
.wp-pagenavi {
  margin: 1.2em 30px 0;
  color: #333;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi a:link {
  padding: 0.5em 1em;
  margin: 0.25em;
  text-decoration: none;
  border: 1px solid #999;
  color: #999;
  position: relative;
}

.wp-pagenavi a:visited {
  border: 1px solid #999;
  color: #999;
  position: relative;
}

.wp-pagenavi a:hover {
  text-decoration: none;
  border: 1px solid #2179B9;
  color: #FFF;
  background: #2179B9;
  position: relative;
}

.wp-pagenavi a:active {
  border: 1px solid #FFF;
  color: #FFF;
  position: relative;
}

.wp-pagenavi span.pages,
.wp-pagenavi span.current,
.wp-pagenavi span.extend {
  padding: 0.5em 1em;
  margin: 0.25em;
  border: 1px solid #999;
  position: relative;
}

.wp-pagenavi span.current {
  font-weight: bold;
  border: 1px solid #2179B9;
  color: #FFF;
  background: #2179B9;
  position: relative;
}

/* ======================================
トップ
========================================*/
#main {
  padding: 30px 0 40px;
  width: 1000px;
  margin: 0 auto;
  clear: both;
}

/* 左
----------------------------------------*/
#mainleft {
  width: 510px;
  float: left;
}

#mainleft .itemlist {
  margin: 0 0 40px 0;
}

#mainleft .itemlist .box {
  padding-top: 20px;
}

#mainleft .itemlist h4 {
  padding: 40px 0 10px;
  border-bottom: #CCC 1px solid;
}

#mainleft .itemlist .box div {
  width: 245px;
  float: left;
}

#mainleft .itemlist .box p {
  width: 245px;
  float: right;
}

#mainleft #top_news_title {
  position: relative;
}

#mainleft #top_news_title h4 {}

#mainleft #top_news_title a {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

#mainleft .entrylist-1 .box {
  padding: 12px 0 12px 0;
}

#mainleft .entrylist-1 a {}

#mainleft .entrylist-1 .img {
  float: left;
  width: 80px;
}

#mainleft .entrylist-1 .txt {
  margin: 0 0 0 90px;
}

#mainleft .entrylist-1 h3 {
  line-height: 120%;
}

#mainleft .entrylist-1 p {
  padding: 4px 0 0 0;
  line-height: 150%;
}



/* 右
----------------------------------------*/
#mainright {
  float: right;
  width: 430px;
}

#mainright div img {
  float: right;
}

#mainright div p {
  float: left;
  width: 225px;
}

#mainright h3,
#mainright h4,
#mainright h5 {
  padding-bottom: 15px;
}

#mainright h5 {
  padding-top: 20px;
}

#mainright h6 {
  padding-top: 10px;
}

/* ======================================
フッター
========================================*/
#footer {
  height: auto;
  width: 100%;
  background: #2179B9;
  text-align: center;
  clear: both;
  min-width: 1000px;
}

#footer .bottom ul {
  float: right;
  margin-top: 65px;
}

#footer .bottom li {
  font-size: 0.9em;
  padding: 0 5px;
  border-left: 1px solid #FFF;
}

#footer li a:link,
#footer li a:visited,
#footer li a:active {
  color: #FFF;
  text-decoration: none;
}

#footer li a:hover {
  color: #FFF;
  text-decoration: underline;
}

#footer ul {
  margin: 0px;
  list-style: none;
  padding-bottom: 15px;
}

#footer li {
  display: inline;
}

#footer .top {
  width: 100%;
  background: #FFF;
  text-align: center;
  height: 30px;
}

#footer .bottom {
  width: 1000px;
  margin: 0 auto;
  clear: both;
}

#footer .bottom h2 {
  float: left;
  padding-top: 40px;
}

#footer p {
  text-align: right;
  padding-top: 105px;
  width: 1000px;
  margin: 0 auto;
  clear: both;
}

#top_sp {
  display: none;
}

#goto_sp {
  display: none !important;
}

/* SEOリンク
----------------------------------------*/
/* #footlink{ padding:12px 8px 12px 8px; width: 984px; margin: 0 auto 0 auto;} */
#footlink {
  padding: 12px 0px 12px 0px;
  width: 1000px;
  margin: 0 auto 0 auto;
}

#footlink div {
  width: auto !important;
}

#footlink ul {
  float: none;
  /*width:90% !important;*/
  padding-bottom: 0 !important;
}

#footlink li {
  line-height: 130%;
}

#footlink #PNLINK {
  padding-bottom: 0px !important
}

/* ======================================
サイド
========================================*/
#sidebar {
  float: right;
  width: 200px;
  margin-top: 60px;
}

#sidebar img {
  margin-bottom: 10px;
}

/* ======================================
広告
========================================*/
/*記事下*/
#bn1 {
  margin: 30px 0 0 0;
}

/* ======================================
記事詳細
========================================*/
.entry-content h2 {
  margin: 0 0 20px 0;
}

.entry-content li {
  list-style: inherit;
}

.entry-content ul,
ol {
  padding-left: 30px;
}

/*
.entry-content li {
  display: list-item;
  list-style: inherit;
  text-align: -webkit-match-parent;
}


.entry-content ul{
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}
.entry-content ol{
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}
.entry-content ol ul, ul ol, ul ul, ol ol {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
}
*/

/* タイトル
----------------------------------------*/
#posttitle {
  font-size: 1.8em;
  color: #2179B9;
  margin: 20px 0 0 0;
}

#posttitle .link {
  padding-top: 8px;
}

/* カテゴリ
----------------------------------------*/
.link {
  clear: both;
  padding: 10px 0 30px;
}

.link div {
  float: left;
  padding-left: 3px;
}

.link h4 {
  float: left;
  color: #000;
  font-weight: normal;
  padding-right: 10px;
}

.link h4 a:link,
.link h4 a:visited,
.link h4 a:active {
  color: #000;
  text-decoration: none;
}

.link h4 a:hover {
  color: #000;
  text-decoration: underline;
}

/* SNS
----------------------------------------*/
#social {
  margin: 20px 0 20px 0;
  clear: both;
}

#social:before,
#social:after {
  content: "";
  display: table;
}

#social:after {
  clear: both;
}

#social {
  zoom: 1;
}

#social li {
  float: left;
}

#social .facebook {
  width: 120px;
}

#social .twitter {
  width: 105px;
}

#social .hatena {
  width: 130px;
}

#social .google {
  width: 80px;
}

#social .line img {
  width: 88px;
  height: auto;
}

/* ======================================
アップデートのお知らせ
========================================*/
#attention {
  text-align: center;
  width: 960px;
  margin: 20px auto 10px auto;
  padding: 0 20px;
  background: #CC0000;
  color: #FFF;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#attention a {
  width: 100%;
  color: #FFF;
  text-decoration: none;
}

#attention h2 {
  font-size: 150%;
  line-height: 140%;
  font-weight: bold;
  text-align: center;
  padding: 20px 0 18px;
}

#attention p {
  text-align: center;
  line-height: 150%;
  text-decoration: none;
}

#attention .attention_btn {
  border: 1px solid #FFFF00;
  color: #FFFF00;
  text-align: center;
  margin: 21px 10% 24px;
  font-weight: bold;
  font-size: 1.2em;
  padding: 3px 0;
}

#attention .attention_btn span {
  background: url(img/attention_btn.png) no-repeat left center;
  padding-left: 28px;
}

#attention a:hover .attention_btn span {
  text-decoration: underline;
}



/* ======================================
ダウンロード
========================================*/
#download ul {
  border: 1px solid #9A9A9A;
  border-right: 0px;
  display: inline-block;
}

#download ul:before,
#download ul:after {
  content: "";
  display: table;
}

#download ul:after {
  clear: both;
}

#download ul {
  zoom: 1;
}

#download ul.ul1 {
  margin: 10px 0 30px 0;
}

#download ul.ul2 {
  margin: 30px 0 0 0;
}

#download li {
  float: left;
  border-right: 1px solid #9A9A9A;
  list-style-type: none;
}

#download .link {
  background: url("img/download_56.png") 0 0 no-repeat;
  padding: 10px 0 10px 80px;
  margin: 40px 0 0 0;
}

#download .n1 {
  margin-left: -30px !important;
}


/* ======================================
お問い合わせ
========================================*/
#contact table {
  width: 100%;
  background: #CCC;
  margin-top: 15px;
}

#contact strong {
  color: #333;
}

#contact th {
  text-align: left;
  font-weight: normal;
  background: #EFEFEF;
  padding: 10px;
  color: #000;
  width: 150px;
}

#contact th span {
  color: #FF0000;
  padding-left: 5px;
}

.injustice {
  color: #FF0000;
}

#contact td {
  background: #FFF;
  padding: 10px;
}

#contact p {
  padding-top: 10px;
}

#privacy {
  padding-top: 20px;
}

#contact .address1 span {
  padding: 0 2px 0 2px;
}

#contact .address2 {
  margin: 6px 0 0 0;
}

#contact .address2 span {
  display: inline-block;
  margin: 0 10px 0 0;
}


/* ======================================
よくある質問
========================================*/
#search form {
  padding: 8px;
  border: 1px solid #CCC;
  background: #EFEFEF;
  display: inline-block;
  width: auto;
  margin: 20px 0 0 0;
}

#faq_text {}

#faq_text p.p1 {
  font-size: 1.3em;
  color: #b20000;
  padding: 20px 0 5px 0;
}

#faq_text p.p2 {
  font-size: 1.1em;
  color: #000;
  padding-bottom: 30px;
}

#faq_text p.p3 {}

#faq_text p.p3 a {}

#qa_model {
  margin: 0px;
  list-style: none;
  padding-bottom: 15px;
}

#qa_model li {
  display: inline;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #CCC;
}

#faqa p {
  padding-bottom: 15px;
}

.faq_sq {
  background-image: url(img/faq_q.gif);
  background-repeat: no-repeat;
  padding: 5px 0px 15px 40px;
  margin-top: 9px;
  border-bottom: #CCC 1px dotted;
  color: #2179B9;
  font-weight: bold;
  margin: 20px 0 0 0;
}

.faq_a {
  background-image: url(img/faq_a.gif);
  background-repeat: no-repeat;
  padding: 5px 0px 15px 40px;
  margin-top: 10px;
  border-bottom: #CCC 1px dotted;
}

.faq_s {
  background-image: url(img/faq_a.gif);
  background-repeat: no-repeat;
  padding: 0px 0px 30px 40px;
  border-bottom: #CCC 1px dotted;
  margin-top: 15px;
}

.faq_s #bn1 {
  margin-top: 10px !important;
}

.faq_a a {
  color: #2877BC;
  font-weight: bold;
}

/* ======================================
販売店のご案内
========================================*/
#shop {
  width: 778px;
  margin: 0 auto;
}

#shop h2 {
  margin: 0 0 12px 0;
}

#shop .list {
  border-top: 1px solid #CCC;
  margin: 25px 0 0 0
}

#shop .box {
  border-bottom: 1px solid #CCC;
  padding: 22px 0 22px 0;
}

#shop .img {
  float: left;
  width: 80px;
}

#shop .address {
  margin: 0 0 0 100px;
}

#shop .address img {
  margin: 10px 5px 0 0;
}

/* ======================================
取扱商品
========================================*/
#details {
  border: 1px solid #999;
  width: 778px;
}

#detailsleft {
  border-right: 1px solid #999;
  float: left;
  width: 509px;
  text-align: center;
  padding: 25px 0;
}

#detailsright {
  float: left;
  width: 268px;
  text-align: center;
  padding: 25px 0;
}

#detailsleft h3,
table {
  margin: 0 auto;
  width: 450px;
}

#details h3 {
  padding-bottom: 20px;
}

#detailsright h3,
#detailsright div {
  width: 230px;
  margin: 0 auto;
}

#detailsright div {
  padding-bottom: 15px;
}

#detailsright div img {
  float: left;
}

#detailsright p {
  width: 170px;
  float: right;
  line-height: 2.8;
}

#detailsleft table {
  border-top: 1px solid #CCC;
}

#detailsleft th {
  color: #000;
  font-weight: normal;
  text-align: left;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 5px;
}

#detailsleft td {
  text-align: left;
  border-bottom: 1px solid #CCC;
  padding: 5px;
}