@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++

 00.共通設定
 01.トップページ

++++++++++++++++++++++++++++++++++++++++*/

/*========================================

  00.共通設定

========================================*/

html{
}

body{
    line-height:150%;
    color: #010101;
}

/* for mac safari firefox */
html>/**/body {
    font-size:12px;
    font-family: "ＭＳ ゴシック", sans-serif,"Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka;
}

/* for IE6 */
* html body {
    font-size:75%;
    font-family:"ＭＳ Ｐゴシック", sans-serif;
    vertical-align:baseline;
}

/* for IE7 */
*+html body {
    font-size:75%;
    font-family:"ＭＳ Ｐゴシック", sans-serif;
}

/* link */
a:link  {color: #1d70b7; text-decoration: none;}
a:visited{color:#936; text-decoration:none;}
a:hover  {color:#f00; text-decoration:none;}
a:active {color:#f00; text-decoration:none;}

/* header */
#header {
    width: 950px;
    height: 90px;
    margin: 0 auto;
    position: relative;
}

.logo {
    position: absolute;
    bottom: 0;
    left: 0;
}

h1 {
    position: absolute;
    top: 10px;
    right: 155px;
}

.hNav {
    position: absolute;
    top: 10px;
    right: 0;
}

.hNav li {
    float: left;
    padding: 0 0 0 10px;
}

#header .infoList {
    position: absolute;
    top: 40px;
    right: 0;
}

#header .infoList li {
    float: left;
    padding: 0 0 0 15px;
}

/* gNav */
.gNavOutline {
    height: 40px;
    margin: 0 0 5px;
    background: url(/images/dp/common/bg_gnav.gif) top repeat-x;
}

#gNav {
    width: 950px;
    margin: 0 auto;
}

#gNav li {
    float: left;
}

/* layout */
#contents {
    width: 960px;
    margin: 0 auto;
    padding: 0 0 30px;
}

#mainContents {
    width: 690px;
    float: left;
}

#subContents {
    width: 260px;
    float: right;
}

/* sNav */
.sNav {
    width: 245px;
    padding: 0 5px;
    margin: 0 0 10px;
}

.sNav li{
    margin: 0 0 5px;
}

/* subContents */
.bannerList {
    width: 255px;
    margin: 0 0 10px;
}

.bannerList li {
    margin: 0 0 5px;
}

.sideBoxTop {
    width: 260px;
    background: url(/images/dp/common/bg_sidebox_top.gif) top no-repeat;
    padding: 8px 0 0;
}

.sideBoxBottom {
    width: 260px;
    background: url(/images/dp/common/bg_sidebox_bottom.gif) bottom no-repeat;
    padding: 0 0 10px;
}

.sideBox {
    width: 255px;
    background: url(/images/dp/common/bg_sidebox_middle.gif) top repeat-y;
    padding: 0 0 0 5px;
}

.infoBannerList {
    width: 170px;
    padding: 0 0 10px 36px;
}

.infoBannerList li {
    padding: 0 0 5px;
}

/* footer */
.footerOutline {
    border-top: solid 2px #d8706f;
    background: #ededed;
}

#footer {
    width: 950px;
    padding: 0 0 20px;
    margin: 0 auto;
}

.pageTop {
    text-align: right;
    margin: -2px 0 0;
}

.footerBox {
    margin: 0 0 20px;
    height: 65px;
    border-bottom: solid 1px #c3c3c3;
    position: relative;
}

#footer .infoList {
    position: absolute;
    top: 0;
    left: 0;
}

#footer .infoList li {
    float: left;
    padding: 0 15px 0 0;
}

.fButtonList {
    position: absolute;
    top: 0;
    right: 0;
    border-left: solid 1px #c3c3c3;
    padding: 0 0 0 7px;
}

.fButtonList li {
    float: left;
    padding: 0 0 0 10px;
}

.fNav {
    margin: 0 0 5px -10px;
}

.fNav li {
    float: left;
    padding: 0 10px;
    border-right: solid 1px #c3c3c3;
}

/* common */
.arrow {
    background: url(/images/dp/common/icon_arrow.gif) left center no-repeat;
    padding: 0 0 0 10px;
}

.noBorder {
    border: none!important;
}

.end {
    padding: 0!important;
}

.innerBox {
    padding: 0 5px;
    overflow: hidden;
}

.w120 {    width: 120px;}

.captionBox {
    color: #333;
    padding: 10px;
    background-color: #FFF0F0;
    border: 1px solid #FF4448;
    border-top-left-radius: 5px;     /* 左上 */
    border-top-right-radius: 5px;    /* 右上 */
    border-bottom-left-radius: 5px;  /* 左下 */
    border-bottom-right-radius: 5px; /* 右下 */
}

.big {
    font-size: 30px;
}

.contentsBoxTop {
    width: 690px;
    background: url(/images/dp/common/bg_contentsbox_top.gif) top no-repeat;
    padding: 5px 0 0;
}

.contentsBoxBottom {
    width: 690px;
    background: url(/images/dp/common/bg_contentsbox_bottom.gif) bottom no-repeat;
    padding: 0 0 8px;
}

.contentsBox {
    width: 665px;
    padding: 0 15px 8px 10px;
    background: url(/images/dp/common/bg_contentsbox_middle.gif) top repeat-y;
}

/*========================================

  01.トップページ

========================================*/

.searchContentsBoxTop {
    width: 690px;
    background: url(/images/dp/index/bg_main_top.gif) top no-repeat;
    padding: 10px 0 0;
}

.searchContentsBoxBottom {
    background: url(/images/dp/index/bg_main_bottom.gif) bottom no-repeat;
    padding: 0 0 30px;
    margin: 0 0 30px;
}

.searchContents {
    padding: 0 20px 0 15px;
    overflow: hidden;
}

.searchBox {
    width: 280px;
    padding: 0 0 10px;
    background-color: #FFF;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #d71e06;
    border-bottom-color: #d71e06;
    border-left-color: #d71e06;
    border-bottom-left-radius: 10px;  /* 左下 */
    border-bottom-right-radius: 10px; /* 右下 */
}

.searchBox2 {
    width: 340px;
    padding: 0 0 10px;
    background-color: #FFF;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #d71e06;
    border-bottom-color: #d71e06;
    border-left-color: #d71e06;
    border-bottom-left-radius: 10px;  /* 左下 */
    border-bottom-right-radius: 10px; /* 右下 */
}

h4.searchTitle{
    width: 260px;
    height: 20px;
    margin: 0 0 5px;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-image: url(/images/dp/index/bg_h4.png);
    background-repeat: no-repeat;
}

h4.searchTitle2{
    width: 330px;
    height: 20px;
    margin: 0 0 5px;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-image: url(/images/dp/index/bg_h42.png);
    background-repeat: no-repeat;
}

.borderList {
    width: 255px;
    margin: 0 3px 0 7px;
}

.borderList li {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: solid 1px #cecece;
}

.borderList2 {
    width: 315px;
    margin: 0 3px 0 7px;
}

.borderList2 li {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: solid 1px #cecece;
}

.countList {
    width: 255px;
    margin: 0 3px 0 7px;
}

.countList li {
    margin: 0 0 10px;
}

.priceBox {
    width: 422px;
    float: left;
    overflow: hidden;
}

.priceBoxTop {
    width: 422px;
    background: url(/images/dp/index/bg_pricebox_top.gif) top no-repeat;
    padding: 10px 0 0;
}

.priceBoxBottom {
    background: url(/images/dp/index/bg_pricebox_bottom.gif) bottom no-repeat;
    padding: 0 0 10px;
}

.price {
    font-size: 20px;
    font-weight: bold;
    color: #ce2f2c;
    padding: 10px;
}

.priceText {
    padding: 10px;
}

.applicationButton {
    width: 230px;
    padding: 10px 0 0;
    float: right;
}

.contentsSubBox {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: solid 1px #c3c3c3;
}

.contentsPic {
    width: 195px;
    float: left;
}

.contentsInfo {
    width: 460px;
    float: right;
}

.goButton {
    position: absolute;
    bottom: 10px;
    right: 15px;
}

.contentsButtonList {
    width: 665px;
}

.contentsButtonList li {
    width: 161px;
    float: left;
    padding: 0 7px 0 0;
}

input.date {
    width: 80px;
    text-align: center;
}

.t10{
    font-size: 10px !important;
}

.t11{
    font-size: 11px !important;
}

.bt{
    border-top-left-radius: 10px;     /* 左上 */
    border-top-right-radius: 10px;    /* 右上 */
    border-top-width: 5px;
    border-top-style: solid;
    border-top-color: #d71e06;
}

.wakabox{
    position: relative;
    margin-left: 5px;
    margin-bottom: 10px;
}

.wamark{
    position: absolute;
    left: 10px;
    top: -15px;
}

.wakaba{
    border: 1px dashed #090;
    border-top-left-radius: 5px;     /* 左上 */
    border-top-right-radius: 5px;    /* 右上 */
    border-bottom-left-radius: 5px;  /* 左下 */
    border-bottom-right-radius: 5px; /* 右下 */
    width: 223px;
    color: #FFF;
    background-color: #090;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
/* CKEditor で入力した本文の表示（public/css/manage/custom.css から移植）
   js/dp/index.js が .html() で流し込む .captionBox に効く */
.area_cke {
    -webkit-text-stroke-width: 0 !important;
}
.area_cke .text-tiny {
    font-size:.8em !important;
}
.area_cke .text-small {
    font-size:.875em !important;
}
.area_cke .text-big {
    font-size:1.2em !important;
}
.area_cke .text-huge {
    font-size:1.4em !important;
}
.area_cke figure {
    text-align: center;
    width: 100%;
}
.area_cke figure.image-style-align-right {
    text-align: right;
}
.area_cke figure.image-style-align-left {
    text-align: left;
}
.area_cke img {
    margin: 1em 0;
    min-width: 50px;
    max-width: 100%;
}
.area_cke p {
    margin: 0;
}
.area_cke hr {
    margin: 0.25rem;
}
.area_cke a {
    color: #1a73e8;
    text-decoration: underline;
}
.area_cke a:hover {
    color: #111;
}
.area_cke strong {
    font-weight: bolder;
}
