/* 共通 */

body {
    background-color: #FFFFFF;
    padding: 15px 0;
    color: #333333;
    font-size: 10pt;
}

a:link {
    color: #333333;
}

a:visited {
    color: #333333;
}

a:hover {
    color: #333333;
}

a:active {
    color: #333333;
}


/* id */

div#body {
    background-color: #FFFFFF;
    border: 1px solid #D2D2D2;
    margin: auto;
    width: 950px;
}

#top {
    margin-bottom: 20px;
    background: #f6dd33 url(../images/main.gif) no-repeat;
    height: 200px;
    position: relative;
}

#top #top-social {
    text-align: right;
    position: absolute;
    top: 15px;
    right: 25px;
}

#top #top-link {
    text-align: right;
    position: absolute;
    top: 40px;
    right: 25px;
}

#top ul#top-icons {
    list-style-type: none;
    position: absolute;
    right: 35px;
    text-align: right;
    top: 165px;
}

#top ul#top-icons:after {
    clear: both;
    content: "";
    visibility: hidden;
    display: block;
}

#top ul#top-icons li {
    float: left;
    margin-left: 15px;
}

#top ul#top-icons img {
    height: 26px;
}

#top ul#top-menu {
    background-color: #FFFFFF;
    list-style-type: none;
    width: 100%;
    position: absolute;
    top: 200px;
    left: 0px;
    height: 40px;
}

#top ul#top-menu:after {
    clear: both;
    content: "";
    visibility: hidden;
    display: block;
}

#top ul#top-menu li {
    float: left;
    margin-right: 1px;
}

#main {
    margin: 10px 25px 30px;
}

#side_contents {
    float: right;
    width: 190px;
}

div#main_contents {
    float: left;
    width: 100%;
    line-height: 1.28;
}

div#breadcrumb {
    font-size: 0.8em;
    margin-bottom: 10px;
}

#footer {
    background-color: #2F2114;
    clear: both;
    color: #FFFFFF;
    font-size: 0.8em;
    line-height: 1.3;
    margin-top: 20px;
    padding: 10px 20px;
}

#footer a:link {
    color: #FFFFFF;
}

#footer a:visited {
    color: #FFFFFF;
}

#footer a:hover {
    color: #FFFFFF;
}

#footer a:active {
    color: #FFFFFF;
}

div#f-links {
    float: left;
    width: 600px;
}

div#f-links a {
    white-space: nowrap;
    margin-right: 10px;
}

div#f-address {
    float: right;
    width: 250px;
}

div#f-copyright {
    clear: both;
    text-align: center;
}


/*  */

div.s-container {
    margin-top: 15px;
    margin-bottom: 5px;
}

div.container {
    margin-top: 5px;
    margin-bottom: 15px;
}

div#main_contents h1 {
    background-color: #ffbd07;
    color: #555555;
    font-size: 1.2em;
    letter-spacing: 0.2em;
    margin-bottom: 15px;
    padding: 10px 10px 8px 10px;
}

div#main_contents h1 span.sub-title {
    color: #FFFFDD;
    display: block;
    font-size: 0.8em;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
}

div#main_contents h2 {
    color: #ffbd07;
    font-size: 1.1em;
    letter-spacing: 0.03em;
    margin-bottom: 5px;
    border-bottom: 2px solid;
    padding-left: 5px;
}

div#main_contents h2 span.sub-title {
    color: #777777;
    display: block;
    font-size: 0.7em;
    font-weight: normal;
    margin-bottom: 3px;
    margin-left: -3px;
}

div.subcontainer {
    margin: 5px 10px 15px;
}

ul.c-mention {
    list-style: circle;
    margin-left: 20px;
}

ul.c-mention li {
    font-size: 0.8em;
}

span.c-caution {
    font-size: 0.8em;
    color: #800000;
}

dl.info-list dt {
    font-weight: bold;
    font-size: 0.9em;
    padding-top: 2px;
    float: left;
}

dl.info-list dt:after {
    content: "：";
}

dl.info-list dd {
    margin-left: 50px;
    margin-bottom: 5px;
}

dl.info-list dd:after {
    content: "";
    clear: left;
    visibility: hidden;
    display: block;
}

dl.info-list dd.long {
    clear: left;
    margin-top: 5px;
    margin-left: 10px;
}

dl.c-list dd {
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
}

table.c-tblList {
    border: 1px solid;
    margin-top: 5px;
    margin-bottom: 5px;
}

table.c-tblList th {
    border: 1px solid;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: normal;
}

table.c-tblList td {
    border: 1px solid;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

div#main_contents a.link-box {
    border: 1px solid #FFBD07;
    padding: 5px;
    width: 400px;
    text-align: center;
    margin: 10px auto;
    text-decoration: none;
    display: block;
    background-color: #FFFFFF;
}

div#main_contents a.link-box:hover {
    background-color: #fffbee;
}

div#main_contents a.link-box span.link-title {
    text-decoration: underline;
}

div.c-toiawase {
    font-size: 0.8em;
}

div.c-toiawase dt {
    font-weight: bold;
}

div.c-toiawase dd {
    padding-left: 15px;
}

a.c-more {
    margin-left: 5px;
    font-size: 0.9em;
}

span.c-subtext {
    margin-left: 5px;
    font-size: 0.9em;
}

div.attention-board {
    border: 1px solid #FFBD07;
    padding: 0px;
}

div.attention-board div.title {
    background-color: #FFBD07;
    color: #FFFFFF;
    padding: 6px 10px;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.03em;
}

div.attention-board div.context {
    padding: 5px 10px;
}


/* ボタンっぽいリンク */

a.c-button {
    /* ボタンの角を丸くする*/
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    -khtml-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
    -khtml-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -khtml-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -khtml-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
    /* ボタンに影をつける */
    /* 最初の3つのピクセルの指定は、初めが指定したピクセル分横にドロップシャドウ*/
    /* 次が下にドロップシャドウするピクセル　次がドロップシャドウの幅　*/
    /* rgbaの値の最初の3文字はRGBの指定、最後はアルファ値　*/
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    display: block;
    padding: 3px;
    cursor: pointer;
    font-size: 1em;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    /* テキストへの影 */
    text-align: center;
    font-weight: bold;
}

a.c-button:hover {
    color: #666666;
}

.btn-orange {
    background-color: #FFDB00;
    border: solid 1px #FF8200;
    /* 背景のグラデーション*/
    background: -moz-linear-gradient(top, #FFDB00, #FF8200);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFDB00), to(#FF8200));
}

.btn-green {
    background-color: #4ff9bb;
    border: solid 1px #21aa78;
    /* 背景のグラデーション*/
    background: -moz-linear-gradient(top, #4ff9bb, #21aa78);
    background: -webkit-gradient(linear, left top, left bottom, from(#4ff9bb), to(#21aa78));
}


/* form */

.cf-errors {
    color: red;
}

fieldset.cf-ctrl {
    border: 0px solid;
}

.cf-ctrlList {
    padding-left: 10px;
}

.cf-ctrlList dd {
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 7px;
}

.cf-ctrlAddress th {
    text-align: right;
    font-weight: normal;
}

.cf-ctrlList input[type=text],
.cf-ctrlList input[type=password] {
    font-size: 16px;
    padding: 5px;
}

.cf-buttons {
    text-align: center;
    margin-top: 10px;
}

.cf-buttons input[type=button],
.cf-buttons input[type=submit] {
    padding: 5px 20px;
}


/* 個別ページ */

.fLeft {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.fRight {
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
}

.fClear {
    clear: both;
}


/* 脱原発世界会議 */

dl.conf-theme dt {}

dl.conf-theme dd {
    font-weight: bold;
    margin-left: 20px;
}

dl.conf-theme dt:after {
    content: "";
}

dl.conf-theme ul.guest-list {
    list-style-type: disc;
}

dl.conf-theme ul.guest-list li {
    font-weight: normal;
}

dl.conf-theme ul.guest-list span.name {}

dl.conf-theme ul.guest-list span.country:before {
    content: "(";
}

dl.conf-theme ul.guest-list span.country {
    font-size: 0.9em;
}

dl.conf-theme ul.guest-list span.country:after {
    content: ")";
}

dl.conf-theme ul.guest-list span.title {
    margin-left: 5px;
    font-size: 0.9em;
}


/* blog */

div.c-ent {
    margin-bottom: 10px;
    clear: both;
}

.c-ent-title {}

.c-ent-date {
    font-size: 0.6em;
}

.c-ent-exc {
    font-size: 0.8em;
    margin-left: 20px
}


/* News */

ul.news:after {
    content: "";
    visibility: hidden;
    display: block;
    clear: both;
}

ul.news li {
    clear: both;
    border-bottom: 1px dotted #CCCCCC;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.news-date {
    display: block;
    width: 85px;
    float: left;
}

.news-detail {
    display: block;
    margin-left: 90px;
}


/* メールマガジン */

.mailmagazine-form {
    border: 1px solid #ffbd07;
    padding: 10px;
    margin: 10px 15px;
}

.mailmagazine-form input[type="text"] {
    width: 200px;
    margin-right: 20px;
}

.mailmagazine-form input[type="radio"] {
    margin-right: 3px;
}

.mailmagazine-form input[type="image"] {
    margin-left: 10px;
}

.cm-mail {
    overflow-y: scroll;
    height: 750px;
    padding: 10px 5px;
    background-color: #FFFFF0;
}


/* 資料ダウンロード */

ul.cd-doclst li {
    margin-bottom: 3px;
}

ul.cd-doclst img {
    margin-right: 5px;
}


/* 賛同金 */

ul.cd-bankList {
    list-style-type: disc;
    margin-left: 15px;
}

ul.cd-bankList li {
    font-weight: bold;
}

ul.cd-bankList dl {
    font-weight: normal;
}

ul.cd-bankList dt {
    float: left;
    width: 230px;
}

ul.cd-bankList dd {
    margin-top: 0px;
    margin-bottom: 5px;
}


/* 賛同者の声 */

dl.cs-sando {
    margin-top: 20px;
}

dl.cs-sando dt {
    clear: both;
    font-weight: bold;
    border-bottom: 1px solid #ffbd07;
}

dl.cs-sando dd {
    margin-left: 0px;
    margin-bottom: 15px;
}

dl.cs-sando dd:after {
    content: "";
    visibility: hidden;
    display: block;
    clear: both;
}

dl.cs-sando img {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

ul.cs-sando-navi {
    border: 1px solid #CCCCCC;
    padding: 10px;
    height: 120px;
    overflow-y: scroll;
}

ul.cs-sando-navi:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
}

ul.cs-sando-navi li {
    float: left;
    font-size: 70%;
    margin-right: 10px;
    width: 200px;
}

ul.cs-sando-navi img {
    margin-right: 10px;
}


/* プログラム */

h2.cp-title {
    margin-bottom: 10px;
    clear: both;
}

ul.nav {
    font-size: 0.8em;
    clear: both;
    margin: 10px 0px;
}

ul.nav:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

ul.nav li {
    float: left;
    margin-right: 10px;
}

.ticket-box {
    width: 12px;
    height: 12px;
    border: 1px solid #cccccc;
}

.free {
    background-color: #EC008C;
}

.a-14 {
    background-color: #2E3192;
}

.a-15 {
    background-color: #23671e;
}

.b-14 {
    background-color: #f68712;
}

.b-15 {
    background-color: #00adef;
}

.talk {
    background-color: #dec8df;
}

dl.mention-ticket {
    font-size: 0.8em;
    margin: 3px 0px;
}

dl.mention-ticket dt {
    width: 60px;
    float: left;
}

dl.mention-ticket dd {
    margin-left: 50px;
}

dl.mention-ticket li {
    float: left;
    margin-right: 3px;
}

dl.mention-ticket div.ticket-box {
    float: left;
    margin-right: 3px;
}

table.cp-timetable {
    clear: both;
}

table.cp-timetable th {
    border: 1px solid #999999;
    border-collapse: collapse;
    background-color: #eeeeee;
    font-weight: normal;
    padding: 3px 5px;
    vertical-align: top;
    text-align: center;
    white-space: nowrap;
}

table.cp-timetable td {
    border: 1px solid #999999;
    border-collapse: collapse;
    padding: 3px 5px;
    vertical-align: top;
}

table.cp-timetable th.date {
    text-align: left;
    font-weight: bold;
}

table.cp-timetable div.title {
    font-weight: bold;
    margin-bottom: 5px;
}

table.cp-timetable span.number {
    font-size: 0.8em;
}

table.cp-timetable div.detail {
    margin-left: 10px;
    margin-bottom: 5px;
    font-size: 0.9em;
}

table.cp-timetable ul.speaker {
    margin-left: 10px;
    background-image: url("http://npfree.jp/assets/images/icon/maiku_16.png");
    background-repeat: no-repeat;
}

table.cp-timetable ul.speaker li {
    font-size: 0.9em;
    margin-left: 18px;
}

div.ticket {
    text-align: right;
    font-size: 0.6em;
    margin-top: 3px;
}

div.ticket:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

ul.ticket {
    float: right;
}

ul.ticket li {
    float: left;
    margin-left: 3px;
}

dl.kikaku dt {
    margin-bottom: 5px;
}

dl.kikaku dd {
    margin-left: 20px;
    margin-bottom: 20px;
}

div.box {
    border: 1px solid #ffbd07;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

div.box div {
    padding: 5px;
}

div.box div.title {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #ffbd07;
}

div.box div.detail {
    font-size: 0.9em;
}

ol.special-kikaku {
    margin-left: 25px;
    color: #ffbd07;
    font-weight: bold;
    list-style-type: decimal;
}

ol.special-kikaku li {
    margin-bottom: 10px;
}

ol.special-kikaku div.title {
    color: #ffbd07;
    font-weight: bold;
    background-color: #FFFFFF;
    margin-bottom: 0px;
}

ol.special-kikaku div.detail {
    color: #000000;
    font-weight: normal;
}


/* チケット */

h3.ct-ticket {
    border-left: 7px solid #ffcb05;
    border-bottom: 1px solid #ffcb05;
    margin-bottom: 5px;
    margin-top: 10px;
    padding: 2px 8px;
}

ul.ct-ticket {
    margin: 5px 20px;
    clear: both;
}

ul.ct-ticket li {
    float: left;
    margin-right: 10px;
    min-width: 200px;
    white-space: nowrap;
    margin-bottom: 10px;
}

ul.ct-ticket div.title {
    font-weight: bold;
}

ul.ct-ticket div.price {
    font-weight: bold;
    color: #ff0000;
    text-align: right;
    width: 200px;
}

ul.ct-ticket div.detail {
    font-size: 0.9em;
    white-space: normal;
    width: 200px;
}

ol.ct-konyu {
    list-style-type: decimal;
    margin-left: 30px;
    margin-top: 10px;
}

ol.ct-konyu li {
    margin-top: 10px;
}


/* リンクバナー */

.link-code {
    border: 1px solid #999999;
    padding: 10px;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    background-color: #CCCCCC;
}


/* 問合せ */

dl.toiawasesaki {
    margin-top: 20px;
    margin-left: 20px;
}

dl.toiawasesaki dt {
    font-weight: bold;
    float: left;
    padding-top: 7px;
}

dl.toiawasesaki dt:after {
    content: "：";
}

dl.toiawasesaki dd {
    font-size: 1.6em;
    margin-left: 40px;
    margin-bottom: 20px;
}

dl.toiawasesaki dd:after {
    content: "";
    clear: both;
    visibility: hidden;
    display: block;
}


/* 政治家メッセージ */

div.comment-box img {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 5px;
}

div.comment-box h2 {
    margin-left: 120px;
    margin-top: 20px;
}

div.comment-box div {
    margin-left: 120px;
}

div.comment-box:after {
    clear: both;
    content: "";
    visibility: hidden;
    display: block;
}

.side-box {
    margin-bottom: 20px;
    border: 1px solid #FFBD07;
}

.side-box .side-title {
    font-weight: bold;
    margin-bottom: 5px;
    background-color: #FFBD07;
    padding: 5px;
}

.side-box .side-title .sub {
    font-weight: normal;
    font-size: 0.8em;
    letter-spacing: 0px;
}

div#side-senkyo-link ul {
    list-style-type: disc;
    margin: 5px 5px 10px 20px;
}

div#side-senkyo-link ul li {
    margin-bottom: 2px;
}


/* 資料ダウンロード */

dl.doc-info-list dt {
    float: left;
}

dl.doc-info-list dd {
    margin-left: 85px;
}

dl.doc-info-list dd:after {
    clear: both;
    content: "";
    visibility: hidden;
    display: block;
}

dl.doc-info-list img {
    margin-right: 5px;
}

.dl-icon {
    padding-left: 20px;
    background: url(http://npfree.jp/assets/images/icon/pdf.gif) no-repeat 1px 0px;
    list-style: none;
}


/* 2017 renewal */

.top-logo-rap {
    width: 950px;
    margin: 0 auto;
    margin-top: 10px;
}

.top-logo {
    margin: 0 76px;
}

.magazine-rap {
    border: 1px solid #64AA44;
    padding: 15px;
}

.magazine {
    text-align: center;
    font-weight: bold;
    color: #64AA44;
}

div#main_contents h2.title {
    background-color: #64AA44;
    color: #FFFFFF;
    padding: 5px;
    padding-left: 10px;
    margin-top: 15px;
}

div#main_contents h2.subtitle {
    margin-top: 10px;
    border-bottom: solid 1px;
}

.img-rap1 {
    float: right;
    width: 260px;
}

.img-rap2 {
    float: right;
    width: 260px;
    margin: 0 -10px 0 20px;
}

.rep-rap-left {
    width: 440px;
    float: left;
}

.rep-rap-right {
    width: 440px;
    float: left;
    margin-left: 20px;
}

.form {
    margin: 15px 30px 10px;
}


/* プログラム */

table.cp-timetable {
    border-collapse: separate;
    border: 0px;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    width: 100%;
}

table.cp-timetable th,
td {
    border-collapse: separate !important;
    border: 0px !important;
    border-right: 1px solid #999999 !important;
    border-bottom: 1px solid #999999 !important;
}

table.cp-timetable td.themeA {
    background-color: #FFEBEA;
}

table.cp-timetable td.themeB {
    background-color: #FFFBEA;
}

table.cp-timetable td.themeC {
    background-color: #EAFFFE;
}

ul.cp-event-speaker {
    background-image: url("http://npfree.jp/assets/images/icon/maiku_16.png");
    background-repeat: no-repeat;
    font-weight: bold;
}

ul.cp-event-speaker li {
    margin-left: 20px;
}

table.cp-timetable td span.theme {
    font-size: 0.8em;
}

span.cp-speaker-title {
    font-weight: normal;
}

table.cp-timetable thead th {
    font-weight: bold;
}
