/* ========================================
    リセットcss
========================================= */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  overflow-y: scroll;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
input,
textarea {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
a:focus {
  outline: none;
}

div#test {
  text-align: center;
  position: absolute;
  top: 0;
  opacity: 0.5;
}

/* micro clearfix */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}

/* ========================================
    基本設定
========================================= */
body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシック";
  color: #434343;
  background-color: #f6f6f6;
}

a {
  color: #434343;
  text-decoration: none;
}

a:hover {
  color: #f6ac4d;
}

/* ========================================
    ヘッダー
========================================= */

header {
  width: 100%;
  height: 77px;
  background-color: #fff;
  border-bottom: 3px solid #f6ac4d;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  padding-top: 25px;
}

#header_inner {
  width: 960px;
  height: 52px;
  margin: 0 auto;
}

h1 {
  float: left;
}

nav {
  font-size: 18px;
  float: right;
  margin-top: 30px;
}

nav li {
  float: left;
  border-left: 1px dotted #434343;
  padding-left: 20px;
  margin-left: 20px;
}

nav li:last-child {
  border-right: 1px dotted #434343;
  padding-right: 20px;
}

/* ========================================
  　ピックアップ
========================================= */
#main_wrapper {
  width: 960px;
  margin: 30px auto 0 auto;
}

#top_pickup {
  width: 580px;
  height: 358px;
  background-color: #fff;
  float: left;
  margin-right: 30px;
  border: 1px solid #dcdddf;
}

#pickup_thumb {
  width: 580px;
  height: 256px;
  position: relative;
}

#pickup_tag {
  background-color: rgba(246, 172, 77, 0.9);
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
  height: 32px;
  line-height: 32px;
  position: absolute;
  top: 0;
  right: 0;
}

#top_pickup dl {
  padding: 15px 20px;
}

#top_pickup a {
  font-size: 18px;
  font-weight: bold;
}

#top_pickup dd {
  font-size: 12px;
  font-weight: bold;
  color: #dcdddf;
}

/* ========================================
    ランキング
========================================= */

#top_ranking {
  width: 348px;
  height: 360px;
  float: left;
}

#top_ranking h2 {
  font-size: 18px;
  font-weight: bold;
  background-image: url(images/popular_icon.png);
  background-repeat: no-repeat;
  padding-left: 37px;
  border-bottom: 1px solid #dcdddf;
  height: 30px;
}

#top_ranking li {
  width: 348px;
  height: 55px;
  border-bottom: 1px dotted #dcdddf;
  margin-top: 15px;
  padding-bottom: 14px;
}

#top_ranking li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

#top_ranking dt {
  width: 89px;
  height: 55px;
  float: left;
  margin-right: 10px;
  position: relative;
}

.ranking_number {
  font-size: 12px;
  font-weight: bold;
  background-color: #434343;
  border: 1px solid #fff;
  color: #fff;
  width: 19px;
  height: 19px;
  display: inline-block;
  text-align: center;
  line-height: 19px;
  position: absolute;
  top: 0;
  left: 0;
}

#top_ranking dd {
  height: 55px;
  float: left;
}

#top_ranking a {
  font-size: 13px;
  font-weight: bold;
}

.ranking_tag {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 0 3px;
}

.webdesign {
  background-color: #f6ac4d;
}

.wordpress {
  background-color: #e18c7c;
}

.webmarketing {
  background-color: #acd598;
}

/* ========================================
    レフト
========================================= */
#top_left {
  width: 280px;
  float: left;
  margin-top: 30px;
}

#top_category {
  width: 240px;
  background-color: #fff;
  padding: 10px;
  border: 10px solid #dcdddf;
  margin-bottom: 30px;
}

#top_category h3 {
  font-size: 18px;
  font-weight: bold;
  background-image: url(images/category_icon.png);
  background-repeat: no-repeat;
  background-position: left 8px;
  padding-left: 25px;
  border-bottom: 1px dotted #dcdddf;
  margin-bottom: 10px;
}

#top_category li {
  font-size: 13px;
  margin-bottom: 19px;
  line-height: 1;
}

#top_category li:last-child {
  margin-bottom: 0;
}

/* ========================================
    ライト
========================================= */
#top_right {
  width: 650px;
  float: right;
  margin-top: 30px;
}

#top_right h3 {
  font-size: 22px;
  font-weight: bold;
  background-image: url(images/new_icon.png);
  background-repeat: no-repeat;
  background-position: left 6px;
  padding-left: 30px;
}

#post_list li {
  width: 650px;
  height: 152px;
  background-color: #fff;
  border: 1px solid #dcdddf;
  margin-bottom: 30px;
}

#post_list dt {
  width: 247px;
  height: 152px;
  float: left;
  margin-right: 20px;
  position: relative;
}

.new_category_tag {
  font-size: 14px;
  font-weight: bold;
  padding: 0 10px;
  height: 34px;
  background-color: rgba(246, 172, 77, 0.9);
  display: inline-block;
  color: #fff;
  line-height: 34px;
  position: absolute;
  top: 0;
  right: 0;
}

#top_right dd {
  padding: 20px 20px 0 0;
}

#top_right h4 a {
  font-size: 16px;
  font-weight: bold;
}

.new_date {
  color: #dcdddf;
  font-size: 12px;
  background-image: url(images/new_date.png);
  background-repeat: no-repeat;
  background-position: left 2px;
  padding-left: 18px;
}

.new_tag {
  color: #dcdddf;
  font-size: 12px;
  background-image: url(images/tag.png);
  background-repeat: no-repeat;
  background-position: left 2px;
  padding-left: 18px;
  margin-left: 15px;
}

#top_right p {
  font-size: 13px;
  line-height: 21px;
  margin-top: 10px;
}

#top_right p a {
  color: #f6ac4d;
  text-decoration: underline;
}

#pagination {
  height: 34px;
  float: right;
}

#pagination li {
  height: 32px;
  background-color: #fff;
  border: 1px solid #dcdddf;
  float: left;
  margin-left: 10px;
}

#pagination li a {
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  padding: 0 8px;
  display: block;
}

/* ========================================
    フッター
========================================= */
footer {
  width: 100%;
  height: 140px;
  background-color: #fff;
  border-top: 1px solid #dcdddf;
  padding: 20px 0;
  margin-top: 60px;
}

#footer_inner {
  width: 960px;
  margin: 0 auto;
}

#footer_inner dt {
  width: 218px;
  height: 52px;
  margin-bottom: 20px;
}

#footer_inner dd {
  font-size: 13px;
  line-height: 21px;
}
