﻿　charset "UTF-8";"
/*
Theme Name: 紺商株式会社 SPA
Theme URI: http://www.neos-design.co.jp/

This theme was designed and built by NEOS,
whose blog you will find at http://www.neos-design.co.jp/

*/
/*---------------------------------------------------------------
リセット
---------------------------------------------------------------*/
/**reset**/
/* line 2, _reset.scss */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img,
section,
article,
figure {
  margin: 0;
  padding: 0; }

/* line 29, _reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 30, _reset.scss */
fieldset,
img {
  border: 0; }

/* line 32, _reset.scss */
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal; }

/* line 41, _reset.scss */
ol,
ul {
  list-style: none; }

/* line 43, _reset.scss */
caption,
th {
  text-align: left; }

/* line 45, _reset.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

/* line 51, _reset.scss */
img {
  vertical-align: top; }

/* line 52, _reset.scss */
hr {
  display: none; }

/* line 53, _reset.scss */
a {
  border: none;
  outline: none;
  text-decoration: none; }

/* reset[e] */
/*---------------------------------------------------------------


common


---------------------------------------------------------------*/
/* line 106, style.scss */
body {
  font-family: "Hiragino Kaku Gothic ProN","游ゴシック", YuGothic, Meiryo, sans-serif;
  font-size: 22px;
  color: #1C1C1C;
  background: #f2f4f7;
  padding: 50px;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  min-width: 1100px; }
  @media screen and (max-width: 736px) {
    /* line 106, style.scss */
    body {
      min-width: 100%; } }

/* line 117, style.scss */
a {
  color: #000; }

/* line 120, style.scss */
p {
  line-height: 1.9; }

 

#wrap{
  width: 1000px;
  margin: 0 auto 20px auto;
  padding: 60px;
  background: #fff;
  -webkit-border-radius: 20px 20px;
  -moz-border-radius: 20px 20px;
  -ms-border-radius: 20px 20px;
  -o-border-radius: 20px 20px;
  border-radius: 20px 20px;
  box-shadow: 2px 0px 8px -3px rgba(0, 0, 0, 0.1);
}


.details{
  padding-bottom: 50px;
  margin-bottom: 15px;
  border-bottom: 1px solid #888;
  overflow: hidden;
}
.details img{
  padding: 30px 0;
}

#footerWrap{
  font-size: 0.8rem;
  line-height: 1.5;
  width: 1000px;
  margin: 0 auto;
}
.footlogo{
  margin-bottom: 15px;
}
#footerLeft ul li{
  display: inline;
  margin: 0 0 10px;
}


#heading{
  padding-bottom: 30px;
  margin: 0 0 50px;
  border-bottom: 1px solid #888;
}
#heading h1{
  font-weight: bold;
  font-size: 2rem;
  margin: 0 0 10px;
}
#heading time{
  font-size: 0.8rem;
  margin: 0 0 30px;
  color: #29aae1;
}

.news_nav{
  margin-bottom: 100px;
}

.news_nav .prev{
  float: left;
}

.news_nav .next{
  float: right;
}
.news_nav .prev a,.news_nav .next a{
  font-size: 0.7rem;
  font-weight: bold;
  color: #ffffff;
  background: #99a7b5;
  padding: 5px 20px;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  -ms-border-radius: 5px 5px;
  -o-border-radius: 5px 5px;
  border-radius: 5px 5px;
}

aside{
  clear: both;
}
aside h3{
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

aside ul li{
  font-size: 0.9rem;
  line-height: 1.8;
  list-style-type: disc;
  margin-left: 15px;
}
aside ul li a{
  color: #7493ae;
}




/*エディタのスタイル*/
strong{
  font-weight:bold;
}
em{
  font-style:italic;
}
.details p{
  margin-bottom:1em;
}
.details ul,
.details ol{
  margin-left:2em;
  margin-bottom:1em;
}
.details ul li{
  list-style-type:disc;
}
.details ol li{
  list-style-type:decimal;
}
.details a{
  text-decoration: underline;
}
.details a:hover{
  text-decoration: none;
}
.details blockquote{
  margin-left:2em;
  margin-right:2em;
  font-style:italic;
  font-size:0.9em;
}
.details hr{
  display:block;
  height:0;
  margin:0;
  padding:0;
  border:0;
  border-top:1px solid #6c470d;
}
.details h1,
.details h2,
.details h3,
.details h4,
.details h5,
.details h6{
  font-weight:bold;
  line-height:150%;
}

.details h6{
  font-size:1.3em;
}
.details h5{
  font-size:1.6em;
}
.details h4{
  font-size:1.9em;
}
.details h3{
  font-size:2.1em;
}
.details h2{
  font-size:2.4em;
}
.details h1{
  font-size:2.7em;
}

/*角丸テーブル*/
.tablemaru{
  border-collapse: separate;
  border-spacing:0;
  border:none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  padding:30px;
  background:#d9eafd;
  text-align:left;
  text-valign:middle;
} 

/*基本テーブル*/
.kihon{
  border-collapse: separate;
  border-spacing:0;
  border:none;
  line-height:1em;
  padding: 20px 0;
  margin: 0px;
} 
.kihon img{
  padding: 10px 0;
}

/*基本テーブル余白なし*/
.kihon2{
  border-collapse: separate;
  border-spacing:0;
  border:none;
  line-height:1em;
  padding: 0px;
  margin: 0px;
  display:block;
} 
.kihon2 img{
  line-height:0.5em;
  padding: 0px;
  margin: 0px;
  display:block;
}

/*角丸テーブル枠有背景なし*/
.tablemaruwaku{
  border-collapse: separate;
  border-spacing:0;
  border:3px solid;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  padding:30px;
  background:#FFFFFF;
  text-align:left;
  text-valign:middle;
} 
