@charset "utf-8";

/* ****************************************************************
   キャンペーンページの独自設定
*************************************************************** */

/* ********************************
   一覧ページ
******************************** */
#contents .commonH1{
background-image: url(/campaign/images/ind_tit_bg.gif);
}

#contents ul.addChild li{
padding-top:22px;
margin-bottom:20px;
background:url(../../common/images/dotline_grad.gif) repeat-x 0% 0%;
}

#contents ul.addChild li.firstChild{
padding-top:0;
background:none;
}

#contents h3{
margin-bottom:0.2em;
font-size:1.2em;
font-weight:bold;
}

#contents h3 span{
font-size:0.8em;
color:#ff6c71;
}

#contents .textArea{
float:right;
width:467px;
}

#contents p.text{
margin-bottom:1.5em;
}

#contents p.img{
float:left;
width:180px;
text-align:center;
}

#contents p.btn{
clear:both;
text-align:right;
}

/* 2020 新規施策 localnav */
#contents .localnav {
padding: 15px;
background: #fffae9;
margin-bottom: 30px;
border-radius: 5px;
}
#contents .localnav ul li {
float: left;
width: 50%;
padding: 0 10px;
box-sizing: border-box;
}
#contents .localnav ul li a {
display: inline-block;
background: url(/common/images/arrow_pink.gif) no-repeat 0 4px;
margin-left: -10px;
padding-left: 10px;
}
#contents h2 {
margin-bottom: 18px;
padding-bottom: 6px;
border-bottom: 1px dotted #b8141e;
}
#contents h2 > span {
color:#b8141e;
font-size:1.25em;
font-weight:bold;
background:url(/campaign/images/ico01.gif) no-repeat 0% 50%;
display: inline-block;
padding-left:24px;
}


/* ********************************
   詳細ページ
******************************** */
#detail{
margin-bottom:20px;
}
