@charset "utf-8";
/*
Theme Name: Creationline オリジナルテーマ
Description: Designed by <a href="http://urb.co.jp">URB＋</a>.
Author: URB＋
Version: 1.0
*/

/*
information{
    file name : /css/styles/commonTools.css;
    site name : クリエーションライン株式会社 (CREATIONLINE, INC.) ;
    copyrihgt : CREATIONLINE, INC.;
    explanation : 共通ファイルのインポート;
}
*/


/* contents
--------------------------------------------------------------------------------
1. import files
--------------------------------------------------------------------------------
*/

/* 1. import files
--------------------------------------------------------------------------------*/
@import url("css/propertyReset.css");
@import url("css/commonTools.css");

@import url("css/basedesign.css");

@import url("css/modules.css");
@import url("css/individual.css");

/* 2. h2, h3, h4 (2013/05/07 d-higuchi)
--------------------------------------------------------------------------------*/
#contentsSection div.letterArticle h2 {
  margin-top: 5px !important;
  margin-bottom: 10px !important;
  font-size: 140% !important;
  font-weight: bold;
  color: #12408f;
}
#contentsSection div.letterArticle h3 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  font-size: 110% !important;
  font-weight: bold;
  color: #12408f;
}
#contentsSection div.letterArticle h4 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  font-size: 100% !important;
  font-weight: bold;
  color: #12408f;
}
/* h5 add (2014/10/23 d-higuchi) */
#contentsSection div.letterArticle h5 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  font-size: 90% !important;
  font-weight: bold;
  color: #12408f;
}

/* 3. pre (2014/04/10 d-higuchi)
--------------------------------------------------------------------------------*/
#entryBlock pre {
  width: 650px !important;
}
/* 2014.06.04 Add SoftLayer Slide by QD
--------------------------------------------------------------------------------*/
#slide_btn {
background:url(slide/engine1/slide_btn_back.png) repeat-x;
height:110px;
width:100%;
overflow:hidden;
color: #003f8e;
position: relative;
font-family: Helvetica;
}
#slide_btn .left {
float: left;
width: 18%;
font-size: 22px;
position: absolute;
top: 44px;
left: 20px;
}
#slide_btn .right {
float:right;
width:82%;
}
#slide_btn .right li {
float:left;
}
.sv_name {
position: relative;
font-weight: bold;
top: -32px;
font-size: 10px;
font-family: Helvetica;
}
#slide_btn .right .sv_name li{
text-align:center;
width:74px;
letter-spacing: 0;
}
#wowslider-container1 .ws_thumbs a img {
margin: 15px 5px 0 5px;
}
#wowslider-container1 .ws_thumbs div,
#wowslider-container1 .ws_thumbs {
position:relative;
top:0 !important;
left:0 !important;
}
#wowslider-container1 .ws_thumbs div {
width:100% !important;
}
div.next_post_link {
float: left;
text-align: left;
}
div.prev_post_link {
text-align: right;
padding-bottom: 50px;
}

#searchform {
padding-top: 30px;
}