/* ↓最大568px スマホ限定*/

@media screen and (max-width: 568px) {
    .mobileSkin iframe {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
    #jform_articletext_ifr {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        width: 100% !important;
    }
    #jform_articletext_tbl {
        max-height: 200px !important;
    }

    body{
        min-width: 100%; //ウインドウ縮小対策
    }

    /* ↑最大568px スマホ限定*/
}

@media screen and (min-width: 569px) {
    body{
        min-width: 960px; //ウインドウ縮小対策
    }

}
body.component {
    box-sizing: border-box;
    min-width: auto !important;
}
ul.category-module a {
    font-size: 13px;
}

/* ipad対策*/
@media screen and(max-width:980px) {
    #flexslider {
        overflow: hidden;
    }
    /* ipad対策ここまで*/
}



/* ↓PC・スマホ共通デザイン */


/* 見出し */

.kiji-midashi {
    border-left: 4px solid #3C8A96;
    color: #3C8A96;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 20px 0 10px;
    padding: 5px 0 5px 10px;
}

.kiji-midashi-2 {
    background-color: #f7f7f7;
    border-color: #ccc #ccc #114f75;
    border-style: solid;
    border-width: 1px 1px 3px;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 10px;
    padding: 7px 10px;
}

.kiji-midashi-3 {
    border-bottom: 1px dotted #444444;
    margin: 15px 0 10px;
    padding: 5px 0;
}

.text-highlight {
    background: none repeat scroll 0 0 #ffffaa;
    font-size: 14px;
    margin: 10px 0;
    padding: 7px;
}

.highlight-green {
    color: #fff;
    background: #48691b;
    font-size: 14px;
    margin: 10px 0;
    padding: 7px;
}

.highlight-light {
    color: #000;
    background: #e5e5e5;
    font-size: 14px;
    margin: 10px 0;
    padding: 7px;
}

.highlight-dark {
    color: #fff;
    background: #595959;
    font-size: 14px;
    margin: 10px 0;
    padding: 7px;
}

.news-title {
    background-color: #E5E2D3;
    color: #444444;
    font-size: 14px;
    margin: 15px 0 0;
    padding: 7px 10px;
}

.news-box {
    border: 1px solid #CCCCCC;
    max-height: 150px;
    overflow: auto;
    padding: 7px;
}

.news-box table {
    width: 100%;
}

.news-box table th {
    border-bottom: 1px dotted #ccc;
    font-weight: normal;
    padding: 5px;
    text-align: left;
    vertical-align: top;
    width: 80px;
    font-size: 13px;
}

.news-box table th:before,
.news-box ul li:before {
    color: #999;
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 5px;
}

.news-box table td {
    border-bottom: 1px dotted #ccc;
    padding: 5px;
    vertical-align: top;
}

.news-box table a {}

.news-box ul {
    margin: 0;
    padding: 0;
}

.news-box ul li {
    border-bottom: 1px dotted #cccccc;
    color: #333333;
    font-size: 1em;
    list-style: none outside none;
    margin: 0 0 5px;
    padding: 0 0 5px 10px;
}

.news-box .mod-articles-category-date {
    margin-right: 10px;
}

.news-box .mod-articles-category-title {
    font-weight: bold;
}

.news-box a.catid-85:before {
    font-family: FontAwesome;
    content: "\f1ea";
    color: #3D9675;
}

.news-box a.catid-84:before {
    font-family: FontAwesome;
    content: "\f1ea";
    color: #fc6767;
}

body{
    font-family: 'meiryo', 'メイリオ', 'ms pgothic', 'ms pゴシック', sans-serif;
    font-size: 14px;
    line-height: 1.7;
}

a {
    color: #1d3994;
    text-decoration: none;
}

a:hover {
    text-decoration: underline
}

a:hover img {
    opacity: 0.8;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    /* IE lt 8 */
    -ms-filter: “alpha(opacity=80)”;
    /* IE 8 */
}

a img {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    margin: 0 0 0 20px
}

ul.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

blockquote,
q {
    quotes: none
}

:focus {
    outline: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
#site-description,
#navigation,
#sidebar .module ul.menu li a,
#user1 ul li a,
#user2 ul li a,
#footer-nav ul li {}


/*	Grid  */

.container {
    width: 960px;
    max-width: 960px;
    min-width: 220px;
    margin: 0 auto;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: border-box;
}

#post .container {
    width: auto;
}

.icon-remove:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-style: normal;
}

.container .row,
.col {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.row {
    margin-bottom: 1.5em
}

.col {
    display: block;
    float: left;
    width: 100%;
}

.col:first-child {
    margin-left: 0
}

.row:after,
.col:after,
.clr:after,
.group:after {
    display: block;
    height: 0;
    clear: both;
    content: ".";
    visibility: hidden;
}


/* grid */

.col {
    margin-left: 2%
}

.span_1 {
    width: 6.5%
}

.span_2 {
    width: 15.0%
}

.span_3 {
    width: 23.5%
}

.span_4 {
    width: 32.0%
}

.span_5 {
    width: 40.5%
}

.span_6 {
    width: 49.0%
}

.span_7 {
    width: 57.5%
}

.span_8 {
    width: 66.0%
}

.span_9 {
    width: 74.5%
}

.span_10 {
    width: 83.0%
}

.span_11 {
    width: 91.5%
}

.span_12 {
    width: 100%
}


}
#wrapper {
    padding: 0 10px!important;
}
#header-wrap {
}
.count-1 {
    clear: both;
    margin-left: 0;
}
#wrapper {
    width: 960px;
    margin: 0 auto;
    max-width: 960px;
    padding: 0;
    position: relative;
}
#comp-wrap {
    padding: 0;
    position: relative;
}
.full {
    padding: 0;
    margin: 0;
    clear: both
}
.contact a {
    text-decoration: none
}

/* Article Columns */
.column-1,
.column-2,
.column-3,
.column-4 {
    position: relative;
    margin: 0;
    padding: 0;
}

/* Content styles */
#archive {
    padding: 0;
    margin: 0;
}
.archive {
    padding: 0;
}
.archive .article-count {
    color: #999;
}
.blog-featured {}
.items-leading {
    position: relative;
    clear: both;
    margin: 0 0 20px 0;
    padding: 0;
}
.leading {
    margin: 0 0 20px 0;
    position: relative;
}
.items-row,
.item-page,
.contact {
    position: relative;
}
.item-separator {
    margin-bottom: 20px;
}
.item-page {
    position: relative
}

.item-page-title,
.item-page-title a,
.contact-name {
    text-decoration: none;
}
.contact h2 {
    margin: 0 0 20px 0;
}
.contact .current {
    margin: 0;
    padding: 0;
}
dl.tabs {
    display: block;
    clear: both;
    border-bottom: 1px solid #ddd;
}
dl dt.tabs {
    display: inline-block;
    margin: 0 0 -1px 0
}
dt.tabs h3 {
    margin: 0 2px 5px 0;
}
dt.tabs h3 a {
    padding: 8px 8px 3px 8px;
    line-height: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    text-decoration: none
}
dt.tabs.closed h3 a {
    border-color: #eeeeee #eeeeee #dddddd;
}
dt.tabs h3 a,
dt.tabs h3.open a {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
dd.tabs {
    padding: 10px 20px
}
.jicons-icons {
    float: left;
    margin: 0 10px 0 0;
    padding: 5px 0 0 0
}
h1.componentheading {
    margin: 0 0 10px 0;
    padding: 0;
    position: relative;
    color: #333;
}
.buttons {
    clear: both;
    display: block;
    overflow: hidden;
}
ul.button-icons {
    float: right;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
ul.button-icons li {
    display: inline-block
}
ul.button-icons li.edit-icon,
ul.button-icons li.print-icon,
ul.button-icons li.email-icon {
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    float: left;
    overflow: hidden;
    line-height: 20px;
}
.iteminfo,
.content_rating { border-bottom:2px dotted #FC6;
    display: block;
    font-size: 11px;
    margin: 0 0 5px;
    padding: 3px 10px;
}
.content_rating p {
    margin: 0;
    padding: 0;
}
.iteminfo span {
    margin: 0 10px 0 0;
}
.iteminfo a {}
.iteminfo a:hover {}
.iteminfo .category,
.iteminfo .sub-category,
.iteminfo .create,
.iteminfo .modified,
.iteminfo .published,
.iteminfo .createdby,
.iteminfo .hits {
    display: inline-block;
    line-height: 20px!important;
}
.iteminfo .createdby {
    font-weight: bold;
}
.items-more {
    clear: both;
}
h3.items-more {
    font-size: 14px;
    padding: 0;
    margin: 0;
}
.items-more ol {
    margin: 0 0 0 30px;
    padding: 0
}
table.category {}
th.item-title,
th.list-title {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}

/* Commons */
.clear {
    clear: both
}
blockquote {
    position: relative;
    margin: 30px 0;
    padding: 20px;
    background-color: #e9e9e9;
    color: #505050;
    border-left: 5px solid #ddd;
    font-size: 16px;
    font-style: italic;
    font-family: 'Georgia', sans-serif;
    line-height: 1.8em;
}
pre {
    margin: 30px 0;
    padding: 20px;
    background-color: #e9e9e9;
    color: #505050;
    border-left: 5px solid #ddd;
    font-size: 15px;
    font-family: 'Georgia', sans-serif;
    line-height: 1.8em;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
address {
    margin: 20px 0;
    letter-spacing: 1px;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin: 0 0 10px;
}
h1 {
    font-size: 11px;
    font-weight: normal;
    margin: 0;
}
h2 {
    font-size: 22px
}
h3 {
    font-size: 18px
}
h4 {
    font-size: 16px
}
h5 {
    font-size: 14px
}
h6 {
    font-size: 12px
}
.entry p:last-child {
    margin: 0
}
.entry ul {
    margin: 30px 0 30px 20px
}
.entry ul li,
.entry ol li {
    margin: 0 0 5px
}
.entry ol {
    margin: 30px 0 30px 25px
}
.entry ol {
    list-style: decimal
}
.entry ul {
    list-style: disc
}
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
    margin: 40px 0 20px
}
p {
    margin: 0;
}
p.lead {
    font-size: 21px;
    line-height: 27px;
}
em {
    font-style: italic
}
strong {
    font-weight: bold
}
small {
    font-size: 80%
}
hr {
    height: 0;
    margin: 10px 0;
    border: solid #eee;
    border-width: 1px 0 0;
    clear: both;
}
hr#system-readmore {
    background-color: #ddd;
    border: 1px solid #ccc;
    padding: 10px;
}
a {
    outline: 0;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease
}
a:hover {
    text-decoration: underline;
}
p a,
p a:visited {
    line-height: inherit
}

/* Header  */
#header-wrap {
    height: auto; padding:25px 0px 10px 0px;
}
#header-wrap .row {
    margin-bottom: 0
}
#logo {
    display: inline-block;
    margin: 0 0 10px 0;
}
#logo img {
    max-height: 70px;
    display: block;
    width: auto;
}
#logo a {
    color: #58C0E6;
    text-shadow: 1px 1px 1px #303030;
    line-height: 60px;
    font-size: 60px;
    font-family: 'Joti One', Arial, Helvetica, sans-serif;
    text-align: left;
    text-decoration: none;
    font-weight: bold
}
#site-description {
    color: #000;
    text-shadow: 0 -1px 0 #cfcfcf;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: normal;
}
#top a {
    text-decoration: underline
}
#top h1,
#top h2,
#top h3,
#top h4 {
    font-size: 15px;
    padding: 0;
    margin: 0;
}
#social {
    display: block;
    float: right
}
#social a.social-icon {
    display: inline-block;
    margin-left: 2px;
    padding: 0;
    width: 32px;
    height: 32px;
}
#social a.social_1 {
    background: url(../images/social/facebook.png) 0 0 no-repeat;
}
#social a.social_2 {
    background: url(../images/social/twitter.png) 0 0 no-repeat;
}
#social a.social_3 {
    background: url(../images/social/google.png) 0 0 no-repeat;
}
#social a.social_4 {
    background: url(../images/social/youtube.png) 0 0 no-repeat;
}
#social a.social_5 {
    background: url(../images/social/dribbble.png) 0 0 no-repeat;
}
#social a.social_6 {
    background: url(../images/social/flickr.png) 0 0 no-repeat;
}
#social a.social_7 {
    background: url(../images/social/pinterest.png) 0 0 no-repeat;
}
#social a.social_8 {
    background: url(../images/social/picasa.png) 0 0 no-repeat;
}
#social a.social_9 {
    background: url(../images/social/linkedin.png) 0 0 no-repeat;
}
#social a.social_10 {
    background: url(../images/social/reddit.png) 0 0 no-repeat;
}
ul.tags {
    border-top: 1px dotted #ddd;
    margin: 10px 0;
    padding: 10px 0;
}
ul.tags li {
    display: inline-block;
    list-style: outside none none;
}
ul.tags li a {
    padding: 4px 7px;
}
.tag-category form > ul {
    margin: 0;
    padding: 0;
}
.tag-category form > ul li {
    list-style: outside none none;
}

/* Navigation */
#navbar-wrap { padding:15px 0; border-top: dotted #CCC 2px;
}
#navbar {
    position: relative;
}
#navbar.row {
    margin-bottom: 0
}
#navigation .menu {
    clear: both;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#navigation .menu .icon-angle-right {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    color: #aaa;
    font-size: 12px;
}
#navigation .menu > li {
    display: block;
    float: left;
}
#navigation .menu > li ul {
    padding: 0;
}
#navigation .menu ul {
    position: absolute;
    left: 0;
    top: 100%;
    margin: 10px 0 0 0;
    /*IE6 only*/
    
    _margin: 0;
    nowhitespace: afterproperty;
    opacity: 0;
    transition: all .2s ease-in-out;
    visibility: hidden;
    z-index: 99;
}
#navigation .menu ul ul {
    left: 100%;
    top: 0;
}
#navigation .menu ul ul li {
    width: 100%
}
#navigation .menu li {
    position: relative;
    list-style: none
}
#navigation .menu li:hover > ul {
    margin: 0;
    opacity: 1;
    visibility: visible;
}
#navigation .menu a {
    display: block;
    position: relative;
}

/* current item */
#navigation .menu > li > a:hover,
#navigation .menu > li.sfHover > a,
#navigation .menu > .active > a,
#navigation .active > a:hover,
#navigation .active > a:hover {
    color: #FF9;
}
#navigation .menu > .active > a,
#navigation li.active > a {
    font-weight: bold;color: #FF9;
}
#navigation .menu > li {
    /*margin-right: 20px; 
padding:0 10px;*/
}
#navigation .menu a {
    color: #fff;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    padding: 0px;
    font-size: 16px;
}
#navigation .menu a:hover,
#navigation .menu a:focus {
    background-color: inherit;
}
#navigation .menu li > span.separator {
    cursor: default;
}
#navigation .menu li > span {
    color: #fff;
    display: block;
    padding: 0px;
    font-size: 16px;
}

/* 画像メニューのスタイル */
#navigation ul#img-menu > li > a {
    padding: 0;
}
#navigation ul#img-menu li > span {
    padding: 0;
}

/* drop-down styles */
#navigation .menu ul {
    border-top: none;
    background: #F60;
    min-width: 200px;
}
#navigation .menu li:hover ul {
    margin-top: 0;
}
#navigation .menu ul ul.sub-menu {
    margin-top: -1px;
    margin-left: 1px;
}
#navigation .menu ul li {
    border-bottom: 1px solid #fff;
}
#navigation .menu ul li:first-child {}
#navigation .menu ul li:last-child {
    border: 0
}
#navigation .menu ul li > a:hover { background-color:#F90;
}
#navigation .menu ul a {
    display: block;
    height: auto;
    margin: 0px;
    padding: 8px 15px;
    border: 0px;
    line-height: 20px;
}
#navigation .selector {
    display: none
}
#navigation ul.sub-menu .icon-angle-down:before {
    content: "\f105"!important;
}
#navigation ul.sub-menu a {
    font-size: 12px;
}
#navigation i {
    text-align: right
}
#menu-icon {
    display: none;
}

/* slide　*/
#slide-wrap{
    min-height: 290px;
}

/* Module Classes */

#sidebar a {
    text-decoration: none;
}
#sidebar a:hover {
    text-decoration: underline;
}

ul.categories-module {
    margin: 0;
}
#sidebar .categories-module li {
    margin: 0 0 10px;
}
ul.categories-module h4, ul.categories-module h5,ul.categories-module h6,ul.categories-module h7{
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}
#sidebar .tagspopular {}
#sidebar .tagspopular ul {
    margin: 0;
    padding-left: 15px;
}
#sidebar .tagspopular ul li {
    margin: 0 0 10px;
}
#sidebar .tagspopular ul li a {}

/* light */
.light {
    border: 1px solid #cfcfcf !important;
    background: #F6F6F6 !important;
    color: #555 !important;
}
.light .module-title {
    color: #555 !important;
    background: none!important;
    border-bottom: none!important;
}
.light .module-body {
    border-top: none !important;
}
.light a {
    text-decoration: underline !important;
}
.light a:hover {
    color: #333!important
}

/* normal */
.normal {
    border: 1px solid #46acd1 !important;
    background: #58C0E6!important;
    color: #fff!important;
}
.normal .module-title {
    color: #fff !important;
    background: none!important;
    border-bottom: none!important;
}
.normal .module-body {
    border-top: none !important;
}
.normal a {
    text-decoration: underline !important;
    color: #fff!important
}
.normal a:hover {
    color: #303030!important
}

/* dark */
.dark {
    border: 1px solid #333 !important;
    background: #363636!important;
    color: #fff !important;
}
.dark .module-title {
    color: #fff !important;
    background: none !important;
    border-bottom: none!important;
}
.dark .module-body {
    border-top: none !important;
}
.dark a {
    text-decoration: underline !important;
    color: #58C0E6!important
}
.dark a:hover {
    color: #fff!important
}

/* blank */
.blank {
    border: none!important;
    background: none!important;
    padding: 5px!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    -o-border-radius: 0!important;
    border-radius: 0!important;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    -o-box-shadow: none!important
}
.blank .module-title {
    border: none!important;
    padding: 0 0 0 5px!important
}
.light,
.normal,
.dark {
    padding: 10px!important;
}
.light ul.menu li a,
.normal ul.menu li a,
.dark ul.menu li a {
    text-decoration: none!important
}
.light .module-title,
.normal .module-title,
.dark .module-title {
    padding: 0 0 0 5px!important;
    border: none!important;
    line-height: 30px!important;
}
.light .module-body,
.normal .module-body,
.dark .module-body {
    padding: 0 5px !important;
}

/* Page Navigation */
ul.pagenav {
    clear: both;
    display: block;
    padding: 0;
}
ul.pagenav li {
    list-style: none;
}
ul.pagenav li a {
    display: block
}
.pagenav-prev {
    float: left;
}
.pagenav-next {
    float: right
}
#pagination {
    clear: both;
    text-align: center;
    padding: 0;
}

/* Breadcrumbs */
.breadcrumbs {
}
.breadcrumbs .icon-angle-right {
    padding: 0 5px
}

/* Sidebar */
#leftbar-w {
    float: left
}
#rightbar-w {
    float: right;
    display: block;
}
#sidebar {
    padding: 0;
    position: relative; margin-top:60px;
}
#sidebar .module {
    margin-bottom: 20px;
    padding:5px; border:2px solid #FC0;border-radius:6px;
}
#sidebar .module-title {
    border-bottom: 3px dotted #F90;
    color: #C60;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom:10px;
    padding: 5px;
}
#sidebar h3 {
    margin: 0;
    padding: 0 0 5px 0;
}
#rightbar-w .module-title {}
#sidebar .module-body {
    margin: 0;
    padding: 5px;
}
#sidebar .module-body p {
    padding: 0;
    margin: 0 0 5px 0;
}
#sidebar ul li {
}

/* Sidebar Menu*/
#sidebar .module ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
#sidebar .module ul.menu li {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #ced8df
}
#sidebar .module ul.menu li:last-child {
    border-bottom: none
}
#sidebar .module ul.menu li:hover {}
#sidebar .module ul.menu li span.separator {
    display: block;
    padding: 5px;
}
#sidebar .module ul.menu li a,
#sidebar .module ul.menu li.active ul li a,
#sidebar .module ul.menu li ul li.active ul li a {
    display: block;
    margin: 0;
    padding: 5px 0 5px 20px;
    background: url(../images/sidebar-li1.png) 5px 50% no-repeat;
    text-decoration: none;
}
#sidebar .module ul.menu li a:hover,
#sidebar .module ul.menu li.active a,
#sidebar .module ul.menu li ul li a:hover,
#sidebar .module ul.menu li ul li.active a,
#sidebar .module ul.menu li.active ul li a:hover,
#sidebar .module ul.menu li ul li.active ul li.active a {}
#sidebar .module ul.menu li.active {}

/* Sidebar SubMenu*/
#sidebar .module ul.menu li ul {
    margin: 0;
    border-top: 1px dotted #ced8df;
    padding-left: 0;
}
#sidebar .module ul.menu li ul li {
    background: none;
    margin: 0;
    padding: 0 0 0 10px
}
#sidebar .module ul.menu li:last-child,
#sidebar .module ul.menu li ul li:last-child,
#sidebar .module ul.menu li.active ul li:last-child {
    background: none
}
#sidebar .module ul.menu li ul li a:hover {
    border: 0;
}
.module .menu .icon-angle-down:before {
    content: ""!important
}

/* promo and fotter */
#promo-wrap {
    position: relative;
}
#promo {
    padding: 0;
    margin: 0 auto;
    clear: both;
}
#home #promo {
    width: 100%;
    max-width: inherit;
}
#home #promo .custom {
  margin: 0 auto;
  width: 960px;
}

#promo .module {
    color: #555;
    margin-bottom: 10px
}
#promo .inner {
    padding: 0 10px;
}
#promo .module-title {
    display: block;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1px;
}
#promo h3.module-title {
    margin-bottom: 0;
    padding-bottom: 0;
}
#promo ul {
    margin: 0;
    padding: 0;
}
#promo ul li {
    list-style: none;background-position:0px 8px;
}
#promo ul li:hover {}
#promo ul li a {
    display: block; 
}

/* User 2 */
#content-bottom {
    clear: both;
    margin: 50px 0px 20px 0px;
}
#footer {
    clear: both;
    margin: 0 auto;
    padding: 0 10px;
}
#footer .module {
    margin: 0px
}
#footer .inner {
    padding: 0 10px;
}
#footer .module-title {
    display: block;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1px;
}
#footer h3.module-title {
    margin-bottom: 0;
    padding-bottom: 0;
}
#footer .module-body {}
#footer a {}
#footer a:hover {}
#footer ul {
    margin: 0;
    padding: 0;
}
#footer ul li {
    list-style: none;
}
#footer ul li:hover {}
#footer ul li a {
    display: block;
    margin: 0;
    padding: 3px 0 3px 20px;
    background: url(../images/sidebar-li1.png) 5px 50% no-repeat;
    text-decoration: none;
    font-size: 12px;
    line-height: 15px;
}
#footer ul li a:hover {
    background: url(../images/sidebar-li1.png) 5px 50% no-repeat;
    text-decoration: none;
}
#footer-content {
    width: 100%;
}
#footer-content td {
    vertical-align: top;
}

/* Search */
input[type="search"] {
    display: block;
    width: 100%;
    padding: 10px 32px 10px 11px;
    color: #202020;
    font-size: 11px;
    -moz-box-sizing: border-box;
    -webkit-appearance: none !important;
    -webkit-box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none
}
input[type="search"]::-webkit-search-decoration {
    display: none
}
input[type="search"]:focus {
    color: #000;
    outline: none;
}

/* Forms / Inputs / Buttons */
#modlgn-remember {
    float: left;
    width: 20px;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    margin-left: 0;
    padding: 8px;
    font-weight: 400;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.030) inset;
}
fieldset.phrases {}
fieldset.phrases .phrases-box {
    margin-bottom: 10px;
}
fieldset.phrases .ordering-box,
fieldset.phrases .form-limit {
    display: inline-block;
}
form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="tel"]:focus,
form textarea:focus {
    border-color: #A0ECFF;
    outline: none;
}
form input[type="button"],
form input[type="submit"],
form button[type="submit"],
form button[type="button"] {
    display: inline-block;
    //margin-top: 5px; 
    margin-bottom: 5px;
    padding: 0 15px;
    background-color: #fff;
    text-decoration: none;
    -webkit-appearance: none !important;
    background: #fff;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
    min-height: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
    cursor: pointer;
    text-shadow: 1px 1px 0 #FFFFFF;
    vertical-align: top;
}
form input[type="button"]:active,
form input[type="submit"]:active,
form button[type="submit"]:active,
form button[type="button"]:active {
    background-image: linear-gradient(to bottom, #efefef 0px, #fff 100%);
    border-color: #bbb #bbb #ddd;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10) inset;
}
form .mceLayout button[type="button"] {
    min-height: auto;
}
select {
    background-color: #f7f7f7;
    border-radius: 5px;
    display: inline;
    line-height: 100%;
    margin: 0;
    padding: 3px;
    vertical-align: middle;
    width: auto;
    border: 1px solid #ccc;
}
select[disabled="disabled"],
select.disabled {
    color: #999;
    background: #f5f5f5;
    -moz-box-shadow: inset 0px 0px 2px #ddd;
    -webkit-box-shadow: inset 0px 1px 2px #ddd;
    box-shadow: inset 0px 1px 2px #ddd;
}
.input-medium,
.input-large {
    width: auto !important;
}
.readmore {
    margin: 5px; text-align:right;
}
a.btn-readmore,a.readmore {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 20px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    *background-color: #e6e6e6;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #bbb;
    *border: 0;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}
a.readmore { float:right; font-size:15px;}
/*a.btn-readmore:hover,
a.btn-readmore:focus,
a.btn-readmore:active,
a.btn-readmore.active,
a.btn-readmore.disabled,
a.btn-readmore[disabled] {
    color: #333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}*/
.system-unpublished {
    background-color: #efefef;
    padding: 5px;
}

/* Mailto */
.mailto {
    background: #fff;
    color: #222;
    padding: 10px;
}

/* Tooltips */
.tip-wrap {
    float: left;
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #535353;
    border: 1px solid #222;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    max-width: 200px;
    text-shadow: 1px 1px #000
}
.tip-title {
    padding: 0;
    margin: 0;
    display: none
}
.tip-text {
    font-size: 100%;
    margin: 0;
}
#topcontrol {
    background: url(../images/arrow_up.png) 50% 50% no-repeat;
    width: 60px;
    height: 60px;
    white-space: nowrap;
    cursor: pointer;
    opacity: 0.7;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=70);
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

/* Error */
#error {
    padding: 20px;
    text-align: center
}
#error .error {
    color: #FF0000;
    display: block;
    padding: 0;
    font-size: 140px;
    font-weight: bold;
    line-height: 200px;
}
#error .center {
    width: 400px;
    margin-left: -200px;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 20%
}
#error .error {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.9), 0 1px 0 rgba(255, 255, 255, 0.7);
}
#error .error > span {
    display: inline-block;
    position: relative;
}
#error .error > span:before {
    content: "";
    position: absolute;
    top: 70%;
    left: -30px;
    right: -30px;
    height: 80px;
    background: url(../images/error.png) no-repeat;
    background-size: 100% 100%;
}
#error ol li {
    text-align: left;
}

/* Offline */
.error-offline .error > span:before {
    top: 65%;
}
.error-offline .message {
    width: 350px;
}

/* Thumbs */
.width-10 {
    width: 10px;
}
.width-20 {
    width: 20px;
}
.width-30 {
    width: 30px;
}
.width-40 {
    width: 40px;
}
.width-50 {
    width: 50px;
}
.width-60 {
    width: 60px;
}
.width-70 {
    width: 70px;
}
.width-80 {
    width: 80px;
}
.width-90 {
    width: 90px;
}
.width-100 {
    width: 100px;
}
.height-10 {
    height: 10px;
}
.height-20 {
    height: 20px;
}
.height-30 {
    height: 30px;
}
.height-40 {
    height: 40px;
}
.height-50 {
    height: 50px;
}
.height-60 {
    height: 60px;
}
.height-70 {
    height: 70px;
}
.height-80 {
    height: 80px;
}
.height-90 {
    height: 90px;
}
.height-100 {
    height: 100px;
}
.thumbnail {
    border: 1px solid #ccc!important;
    max-width: 100%!important;
}
.thumbnail img {
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.thumbnail img:hover {
    opacity: 1;
}
.thumbnail.pull-left {
    margin-right: 10px!important
}
.thumbnail.pull-right {
    margin-left: 10px!important
}
.thumbnails {
    margin-left: -20px;
    list-style: none;
    *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
    display: table;
    content: "";
    line-height: 0;
}
.thumbnails:after {
    clear: both;
}
.thumbnails > li {
    float: left;
    margin-bottom: 18px;
    margin-left: 20px;
}
.thumbnail {
    display: block;
    padding: 4px;
    line-height: 18px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a.thumbnail:hover {
    border-color: #08c;
    -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.thumbnail .caption {
    padding: 9px;
    color: #555;
}

/* Footer */
#footer-wrap {
    position: relative;
}
#footer-wrap p {
}
#footer-wrap .login {
    margin: 5px;
    text-align: center;
}
#footer-wrap .login a {
    color: #444;
    font-size: 10px;
    line-height: 1;
}


.copy a:hover {}
.business {
    margin: 0 -480px 0 0;
    padding: 0;
    font-size: 10px;
    color: #ccc;
    text-align: right;
    text-shadow: none;
    bottom: 0;
    right: 50%;
    line-height: 10px;
    height: 10px;
    position: absolute;
}
.business a,
.business a:hover {
    text-decoration: none;
    font-size: 10px;
    color: #ccc
}
.dl-horizontal dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 40px;
}
.dl-horizontal dd {
    margin-left: 50px;
}
.items-more h3 {
    margin-bottom: 10px;
}
p.errorcontainer {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
}
fieldset {
    border: medium none;
    margin: 0;
    padding: 0;
}
.hidden {
    display: none !important;
}
.nav-tabs {
    padding: 0;
}
.btn-toolbar {
    margin: 5px 0;
}
.btn-group {
    display: inline;
}
#gaiyo-table {
    border-collapse: separate;
    width: 100%;
}
#gaiyo-table tbody {}
#gaiyo-table td {
    border-bottom: 1px dotted #696969;
    padding: 5px;
}
#gaiyo-table th {
    border-bottom: 1px dotted #696969;
    font-weight: normal;
    width: 15%;
    padding: 5px;
}
h2.componentheading,
.page-header h2 {
    border-bottom: 1px solid #F90;
    border-top: 1px solid #F90;
    font-size: 22px;
    font-weight: normal;
    margin: 0px 0 20px;
    padding: 20px 15px;
    line-height: 1em; text-align:center;
}
iframe {
    border: medium none;
}
.btnmenu {
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 0;
    padding: 10px;
}
ul#usermenu {
    margin: 0;
    padding: 0;
}
ul#usermenu li {
    list-style: outside none none;
    margin-bottom: 10px;
}
ul#usermenu li:last-child {
    margin-bottom: 0;
}
#usermenu a.btn {
    display: inline-block;
    padding: 7px 15px;
    text-align: left;
}
#header-table {
    width: 100%;
}
#header-table td:last-child {
    text-align: right;
}
.control-group {
    margin-bottom: 10px;
}
.chzn-container {
    width: 250px !important;
}
.input-append input {
    display: inline;
}
.input-append button {
    display: inline;
    margin-left: 5px;
    padding: 9px 12px;
}

/*shadowbox*/
#sb-nav {
    height: auto;
    line-height: 1;
}
#sb-info,
#sb-info-inner {
    height: auto;
}
#sb-info-inner {
    font-size: 14px;
    height: auto;
}
#sb-nav a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    font-family: FontAwesome;
    font-size: 18px;
    height: 20px;
    width: 20px;
}
#sb-nav a:hover {
    text-decoration: none;
}
#sb-nav-next:before {
    content: "\f0a9";
}
#sb-nav-close:before {
    content: "\f05c";
}
#sb-nav-previous:before {
    content: "\f0a8"
}
.accordeonck .toggler:before {
    content: "\f0fe";
    font-family: FontAwesome;
    color: #999;
    margin-right: 10px;
}
.accordeonck ul li ul {
    margin: 0;
}
.accordeonck ul li ul li {
    list-style: none outside none !important;
    margin: 0 !important;
}
.accordeonck ul li a {}
.pchidden {
    display: none;
}
#footer .switchBtn {
    margin: 20px 0;
    text-align: center;
}
#footer .switchBtn a {
    border: 1px solid #b5b3b3;
    border-radius: 4px;
    color: #494949;
    display: inline-block;
    padding: 8px 30px;
    background-color: #fff;
}
#footer .switchBtn a.btnAcv {
    display: none;
    background-color: #C4C4C4;
    background-image: none;
}
.switchBtn a:first-child {
    margin-right: 10px;
}
.component_container {
    padding: 0;
}

/* ↓tab & Slides */
ul.jwts_tabbernav li a {
    border-radius: 4px 4px 0 0;
}
div.jwts_toggleControlContainer a.jwts_toggleOff span.jwts_toggleControlTitle {
    background-position: 0 3px;
}
div.jwts_toggleControlContainer a.jwts_toggleOn span.jwts_toggleControlTitle {
    background-position: 0 -142px;
}
#responsive-tabs {
    margin-bottom: 15px;
}
#responsive-tabs label {
    margin: 0;
    padding: 7px 20px;
}
#responsive-tabs input[type="radio"]:checked + label,
#responsive-tabs input.checked[type="radio"] + label {
    border-top-color: #494949;
}
#responsive-tabs label:first-child {}
#responsive-tabs label span {
    font-size: 14px;
}
.edit .tab-content,
.tab-content {
    border: 1px solid #ccc;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    padding: 10px;
}
.tab-content .tab-content-item {}
.star {
    color: #ff002a;
}

/* ↑tab & Slides */

/*↓ showplus サムネイルスライド*/
.showplus-thumbnails > ul > li > a {
    margin-left: 1px !important;
    margin-right: 1px !important;
    padding: 0 !important;
    box-sizing: border-box;
}
.showplus-thumbnails > ul > li > a:hover {}
.showplus-horizontal .showplus-thumbnails > ul > li:last-child > a {
    margin-left: 2px !important;
}
.showplus-horizontal .showplus-thumbnails > ul > li:first-child > a {}
.showplus-thumbnails > ul {
    height: auto !important;
    overflow: hidden;
}

/*↑ showplus サムネイルスライド*/
ul.rsstableList {
    margin: 0;
    padding: 0;
}
ul.rsstableList li {
    border-bottom: 1px dotted #ddd;
    list-style: none outside none;
    overflow: hidden;
    padding: 10px 0;
}
ul.rsstableList li.odd {}
ul.rsstableList li.even {}
ul.newsflash-horiz {
    margin: 0;
    padding: 0;
}
ul.newsflash-horiz li {
    box-sizing: padding-box;
    float: left;
    list-style: none;
    padding-right: 30px; line-height:140%;
    width: 300px; margin-bottom:20px;
}
ul.newsflash-horiz li img{ width:120px; height:auto;}
ul.newsflash-horiz li table.voice td .icon_cate{display: none; /*width:80%; font-size:11px; padding:3px 0px; margin-bottom:5px;*/}
ul.newsflash-horiz li:nth-child(3n){padding-right: 0;}
ul.newsflash-horiz li:nth-child(4),ul.newsflash-horiz li:nth-child(7),ul.newsflash-horiz li:nth-child(10),ul.newsflash-horiz li:nth-child(13){ clear:both;}
ul.newsflash-horiz .article-separator {
	display: none;
}
ul.newsflash-horiz h3{ font-size:14px; border:none; margin-bottom:5px;}
/*ul.newsflash-horiz li table.voice li{ font-size:11px; width:100%; margin-bottom:5px; font-weight:normal;}
ul.newsflash-horiz li table.voice li strong{ margin-right:5px;}*/
ul.newsflash-horiz td h4,ul.newsflash-horiz li table.voice ul,ul.newsflash-horiz .text{ display:none;}
ul.newsflash-horiz li .clm2 td{ padding-right:10px;}
ul.newsflash-horiz li .clm2 td:nth-child(2){ padding-right:0px;}
ul.newsflash-horiz li .cap{font-size:0.6em; margin-top:5px; line-height:140%;}
ul.newsflash-horiz li .coment{ font-size:13px;}
.newsflash-intro {
    position: relative;
}
.news-flash-detail {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


/* module editor */
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 18px;
    font-size: 19.5px;
    line-height: 36px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.label {
    border-radius: 3px;
}
.label,
.badge {
    background-color: #999;
    color: #fff;
    display: inline-block;
    font-size: 10.998px;
    font-weight: bold;
    line-height: 14px;
    padding: 2px 4px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: baseline;
    white-space: nowrap;
}
.row-fluid:before,
.row-fluid:after {
    content: "";
    display: table;
    line-height: 0;
}
.row-fluid:after {
    clear: both;
}
.row-fluid .form-horizontal .control-group:before,
.row-fluid .form-horizontal .control-group:after {
    content: "";
    display: table;
    line-height: 0;
}
.row-fluid .form-horizontal .control-group:after {
    clear: both;
}
.row-fluid .form-horizontal .control-group {
    margin-bottom: 18px;
}
.row-fluid .form-horizontal .control-label {
    float: left;
    padding-top: 5px;
    text-align: right;
    width: 20%;
}
.row-fluid .form-horizontal .controls {
    margin-left: 25%;
}
.row-fluid .control-label .hasTooltip {
    display: inline-block;
}
.row-fluid .controls > .radio:first-child,
.row-fluid .controls > .checkbox:first-child {
    padding-top: 5px;
}
.row-fluid fieldset.radio.btn-group {
    padding-left: 0;
}
.row-fluid .radio,
.row-fluid .checkbox {
    min-height: 18px;
    padding-left: 20px;
}
#jform_articletext_tbl {
    width: 100%;
}
iframe#jform_articletext_ifr {
    width: 100% !important;
}
.ckdatetimepicker {
    float: left;
}
.datepickerbtn {
    float: left;
    margin-left: 5px;
    padding: 8px 10px !important;
}
.input-append.date {
    overflow: hidden;
}
.dtp-calendar {
    border: 1px solid #ccc;
    margin-left: 5px;
    padding: 1px;
}
.dtp-calendar:first-child {
    margin: 0;
}
.table-striped td,
.table-striped th {
    //  font-size: 18px;
    padding: 7px 10px !important;
}
.close {
    position: absolute;
    right: 0;
    z-index: 1;
}
#system-message .alert {
    margin: 0;
}
.alert-message a.close {
    display: none;
}
#jf_mm_menu,
.jf_mm_trigger {
    display: none;
}

/* simple image gallery pro*/
ul.sigProContainer span.sigProPseudoCaption {
    padding-bottom: 0;
    padding-top: 0;
    line-height: 2;
}
.cat-items table {
    border-top: 1px solid #ddd;
    width: 100%;
}

/* スマートサーチ */
.finder label {
    display: none;
}
.finder input {
    margin: 0;
}
.finder button {
    box-shadow: none;
    margin: 0;
    padding: 7px 12px 8px;
}
.finder .fa-search::before {
    font-size: 15px;
    line-height: 1.2;
    margin-right: 5px;
}
#search-results {}
#search-query-explained {}
ul.search-results {
    list-style: outside none none;
    margin: 15px 0;
    padding: 0;
}
ul.search-results li {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
ul.search-results li:first-child {
    border-top: 1px dotted #ccc;
    padding-top: 10px;
}
.result-title {
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    padding: 5px 10px;
}

/* スマートサーチ ここまで*/

/* rsforms pro*/
.yui-calcontainer .yui-cal-nav-mc {
    box-sizing: border-box;
}
#userForm .rsform-block {
    display: table;
    margin: 8px 0 0;
    width: 100%;
}
#userForm .rsform-block > label {
    border-top: 1px dotted #ccc;
    display: table-cell;
    padding: 8px 10px 3px 8px;
    vertical-align: top;
    width: 30%;
}
#userForm .rsform-block .formControls {
    display: table-cell;
    border-top: 1px dotted #ccc;
    vertical-align: top;
    padding: 8px 8px 3px;
}
#userForm .rsform-block-submit {
    display: block;
}
#userForm .rsform-block-submit > label {
    border: medium none;
    display: inline-block;
    padding: 0;
}
#userForm .rsform-block-submit .formControls {
    display: block;
    text-align: center;
}
#submit {
    font-size: 22px;
    line-height: 1;
    padding: 10px 20px;
}
strong.formRequired {
    color: #ff002a;
    font-weight: normal !important;
    font-size: 11px;
}
#userForm .checkbox {
    display: block;
    margin-right: 35px;
}
#userForm .inline {
    display: inline;
}
#userForm .radio {
    margin-right: 10px;
}
.formValidation {
    display: block;
}
.formValidation .formError {
    font-size: 14px;
}
.formControls input.btn {
    margin-left: 10px;
    padding: 6px 5px 8px;
}

/* rsforms pro　ここまで*/



/* ↑PC・スマホ共通デザイン */



































/* 共通 ------------------------------------------------------------------ */
@media screen and (min-width: 768px) {
	/* telリンク対策 */
	a[href^="tel:"] {
		pointer-events: none; color:#333; text-decoration:none;
	}
}
#h1title { 
 font-size: 10px; color:#999;
  font-weight: normal; position:absolute; top:5px; 
}
a:link, a:visited {
	text-decoration: underline;
	color: #F30;
}
a:hover {
	text-decoration: none;
	color: #F90;
}
a:hover img.no-opacity {
opacity: 1;
-webkit-opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100); /* IE lt 8 */
-ms-filter: “alpha(opacity=100)”; /* IE 8 */
}

#box-wrap.container,#navbar.container,.cntn{max-width:960px;width:960px;min-width:960px; margin:auto; }
#home #box-wrap.container,.container.row{ margin-bottom:0;max-width:100%!important;width:100%!important;min-width:960px;}

#navigation .menu > li.item-435{ display:none;}

#home .item-separator{ margin:0; height:0;}

.breadcrumbs{ padding:5px 0px; margin:10px 0px 20px 0px ;text-align:right; font-size:11px; }


/* Top ------------------------------------------------------------------ */
#promo {width:100%;max-width:100%;}

.section{ padding:60px 0px;}
.bgPink{ background-image:url(../../../images/temp/bgPink.png);}
.bgYellow{ background-color:#FEEDA9;}
.bgGray{ background-color:#F5F3ED;}
.bgBeige{ background-color:#FCEFDE;}

.hoshou{ background-image:url(../../../images/top/hoshou_bg.jpg) ; background-position:center;padding:20px 20px 40px 20px; font-size:16px;}
#home .box.bdRed{ padding:2%; width:80%; margin:auto;/*background-image:url(../../../images/top/hoshou_icon.png);background-repeat:no-repeat;
background-position:5% 50%;*/}
#home .box.bdRed h4{ font-size:24px; margin:0; text-align:center;}
#home .box.bdRed h4 strong{ font-size:34px; color:#F00;}

.type td{ font-size:12px; width:300px;}
.type ul.icon_check li{ padding-left:22px;}
.type .box h4{ font-size:20px; text-align:center; color: #960; margin:-10px -10px 20px -10px; padding:15px 0px; border-bottom:2px solid #CCC;}

.tokuten{ background-image:url(../../../images/top/tokuten_bg.jpg); padding:10px 20px 20px 20px;}
.tokuten h4{ font-size:18px; text-align:center;}
.tokuten h4 strong{ font-size:24px; color:#F00;}
.tokuten .box img{ margin:0px 10px 0px 10px;}

table.anshin td{ padding: 0px 0px 10px 0px!important;}
table.anshin td img{ margin-right:10px;}

#box-wrap-bottom{ clear:both; padding:50px 0px 20px 0px;margin:auto; width:960px;}
.btm_contact{ background-image:url(../../../images/temp/btm_contact.png); background-repeat:no-repeat; padding:25px 30px;}
.btm_contact td{ padding-right:10px;}

.box.kyuushi{
	padding:50px; background-color:rgba(255,255,255,0.8); font-size:15px;margin:20px 0px 40px 0px;text-align: left; line-height:200%;
	box-shadow: 0px 0px 0px 10px #fff;border: dashed 2px #fc9; 
	}
#promo .box.kyuushi h2{ padding:0; font-size:28px; text-align:center;}
.box.kyuushi .tlLine{ font-size:18px; margin-bottom:10px;}

/* promo ------------------------------------------------------------------ */
#promo-wrap{  background-image:url(../../../images/temp/promo_bg.png); }
#home #promo-wrap,#norikaekon #promo-wrap{ padding:20px 0px 10px 0px; text-align:center;}
#norikaekon #promo-wrap{background-image:url(../../../images/temp/bg_green.png); background-size:25%;}
#norikaekon #promo-wrap h2{ display:none;}

#promo { background-repeat:no-repeat; background-position:center top; }
#merit #promo, #type1 #promo,#type2 #promo,#type3 #promo{ background-image:url(../../../images/temp/promo_method.png); }
#flow #promo{ background-image:url(../../../images/temp/promo_flow.png); }
#voice #promo,#norikae #promo,#saikon #promo,#kougakureki #promo,#tanki #promo,#high #promo,#unconfident #promo{ background-image:url(../../../images/temp/promo_voice.png); }
#price #promo{ background-image:url(../../../images/temp/promo_price.png); }
#faq #promo{ background-image:url(../../../images/temp/promo_faq.png); }
#about #promo,#profile #promo,#enquete #promo{ background-image:url(../../../images/temp/promo_nicomari.png); }
#blog #promo{ background-image:url(../../../images/temp/promo_blog.png); }
#contact #promo{ background-image:url(../../../images/temp/promo_contact.png); }
#kouen #promo{ background-image:url(../../../images/temp/promo_kouen.png); }
#line #promo{ background-image:url(../../../images/temp/promo_line.png); }
#privacy #promo{ background-image:url(../../../images/temp/promo_privacy.png); }

#promo h2 { letter-spacing:3px; font-size:32px; margin:0; padding:80px 0px 0px 0px; width:760px; margin:auto; color:#C60; height:120px;}


/* 見出し ------------------------------------------------------------------ */
.tlOrange,.item-page-title,.newsflash-title {
	font-size:22px; padding:10px 0px 8px 30px; line-height:1.4;
	margin:30px 0px 15px 0px; background-image: url(../../../images/temp/tlVoice.png);background-repeat: no-repeat; background-position:0px 50%; 
	letter-spacing:2px; background-color:#FEE067; color:#C60;border-radius: 6px; background-size:20px;
	}
.item-page-title{ margin-top:0;font-size:18px;letter-spacing:0px;}
#home .newsflash-title{
	font-size:18px; margin:0px 0px 5px 0px; 
	letter-spacing:0px;
	}
.tlDot {
    margin: 70px 0px 30px 0px;
    background-image: url(../../../images/temp/tlDot.png);
    background-position:bottom;
    background-repeat: repeat-x;
    font-weight: normal;
    line-height: 100%; padding-bottom:20px;
    text-align: center;
    font-size:28px;
    letter-spacing: 2px;
}
.tlDot span{ color:#FFF; background-color:#F00;
    line-height: 100%; padding:2px 20px;
    text-align: center; margin:0px 10px 10px 0px;
    font-size:20px;border-radius: 20px; 
    letter-spacing:0px; font-weight:bold;
}
.tlDot strong{ color: #F00;}
.tlDot.s{ text-align:left; font-size:22px; padding:15px;margin:30px 0px 20px 0px; background-color:#FBF1CE;}

.tlLine {
    margin:0px 0px 20px 0px;
    color: #F63; padding-bottom:5px;
    font-size: 24px; border-bottom:5px solid #E9E3C0;
}
ul.icon,ul.icon_check,ul.category-module,ul.categories-module{
	margin:0;
	padding:0;
}
ul.icon li,ul.category-module li,ul.categories-module li{
	background-image: url(../../../images/temp/icon-pink.png);
	background-repeat: no-repeat;background-size:10px;
	list-style:none;background-position:0px 5px; margin-bottom:10px;
	padding:0px 0px 0px 18px;
}
ul.categories-module li ul{ margin:5px 0px 5px 5px; padding-left:0;}

ul.icon_check li{
	background-image: url(../../../images/temp/icon_check.png);
	background-repeat: no-repeat;
	list-style:none;background-position:0px 2px; margin-bottom:5px;
	padding:0px 0px 0px 30px;
}

/* page ------------------------------------------------------------------ */
.box{background-color:#FFF; padding:20px; 
	border-radius: 6px; 
	}
.box.bd{ border:1px solid #ccc; background-color: #FFF;}
.box.bdRed{ border:3px solid #c33;  }
.box.yellow{ background-color: #FDEFB7;border:3px solid #FC0; background-image:url(../../../images/temp/bgYellow.png); }
.box.gray{ background-color:#e7e7e7;}
.box.beige{ background-color: #F2E9D9;}

/* ご成婚までの流れ */
table.flow th{ text-align:left; width:90px; background-image:url(../../../images/flow/flow_arrow.png); background-repeat:repeat-y; background-position:15px 100%;}
table.flow td{ padding-bottom:30px;}
table.flow td h3{ margin-top:15px; font-size:30px; font-weight:normal;}
table.flow td .flR img{ margin:0px 0px 15px 10px;}

/* 成婚体験談 */
ul.newsflash-vert{ margin:0; padding:0;}
ul.newsflash-vert li{ list-style:none;}
.coment{ color: #930;}
table.voice td img{ border:3px solid #FC0;}
table.voice td .icon_cate{
	background-color:#F60; font-size:14px;
    display: block;padding:8px 0px 6px 0px; width:140px; margin:0px 5px 10px 0px;
    border-radius: 20px;color: #FFF; float:left; font-weight:bold;
    line-height: 1; text-align:center;
}
table.voice td .icon_cate.green{background-color:#390;}
table.voice .cap{ text-align:center; margin-top:10px;}
table.voice h4{ margin-top:10px;}
table.voice li{ width:45%; float:left; font-size:15px; font-weight:bold;}
table.voice.ul li{ width:auto; margin-right:40px;}
table.voice li strong{ border-bottom:3px solid #FCC; margin-right:20px; color: #C30;}
table.voice .text{ border-top:1px solid #CCC; clear:both; padding-top:10px; margin-top:10px;}
#voice h3.item-page-title{ display:none;}
.hitokoto{padding:50px 10px 10px 10px; margin-top:90px; background-color: #FFE6EE; border:5px solid #F9D0E0; position:relative;}
.hitokoto img{ position:absolute;top:-70px;left:250px; width:auto; height:120px;}

.voiceTop h3.box.fcWhite{ font-size:24px; text-align:center; padding:5px; margin-bottom:20px; background-image:url(../../../images/temp/bgDot.png); background-position:50% -50%;}
.voiceTop h3.box.fcWhite img{ margin:-20px 10px 0px 0px; height:70px; width:auto;}
.voiceTop .tlLine{ font-size:20px;}
.voiceTop .image{ width:22%; float:left;}
.voiceTop .text{ width:78%; float:right;}
.voiceTop a.bttn.s{ width:20%; float:right;}
table.voice.ul td{ background-color:#FAF3E4; padding:10px 10px 0px 10px;}
.pagination ul{ margin:0; padding:0;}
#voice table.w30.mg-auto a.bttn{ margin-bottom:30px;}

/* 料金 */
.box.price {
	background-image:url(../../../images/price/price_bg.jpg); background-repeat:no-repeat;background-position:top; 
	padding:50px 400px 20px 80px; height:340px; line-height:150%;}
.box.price .box { text-align:right; font-size:24px; font-family:"游明朝" , "Yu Mincho" , "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
 letter-spacing:2px;}
.box.price .box strong {font-size:40px; color:#F00;}

/* FAQ */
table.faq { margin-bottom:15px;}
table.faq th{
	background:#FF4415; background-image: url(../../../images/faq/faq_q.png); background-repeat:no-repeat; background-position:0px 50%;
	padding:18px 0px 15px 95px ; font-size:20px; text-align:left;background-size:80px; color:#FFF;
	border-radius: 6px 6px 0 0 / 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0 / 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0 / 6px 6px 0 0;}
table.faq td{
	background-image: url(../../../images/faq/faq_a.png); background-repeat:no-repeat;background-size:80px;
	padding:15px 0px 20px 100px ; height:70px;vertical-align: top; background-color: #FCF4CF;
	border-radius: 0 0 6px 6px / 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px / 0 0 6px 6px ;
	-moz-border-radius: 0 0 6px 6px / 0 0 6px 6px ;}
.box table.faq td{ background-color:#FFF;}

/* LINE */
table.line h4{ font-size:18px; margin:10px 0px;}
table.line td{ padding-bottom:50px;}

/* enquete */
table.clm2.enquete td{ padding:0px 50px 20px 0px;}




table.clm2 td{ padding-right:20px;}
table.clm2 td:nth-child(2) {padding-right:0%;}
table.clm3 td{ padding-right:25px;}
table.clm3 td:nth-child(3) {padding-right:0px;}
	
.photo img{box-shadow: 2px 2px 2px 2px lightgray; padding:2px; background-color:#FFF; margin-bottom:10px; }

/* btn ------------------------------------------------------------------ */
a.bttn{ background-color:#F60; font-size:20px;
    display: block;
    border-radius: 30px; margin:10px auto;
    color: #FFF; font-weight:bold; letter-spacing:2px;
    line-height: 1; text-decoration:none; text-align:center;padding:15px 10%;
	background-image:url(../../../images/temp/arrow_white.png); background-position:94% 50%;background-repeat:no-repeat;
}
a.bttn.s{  font-size:14px;padding:10px 5%; width:80%; }
a.bttn:hover{
    background-color: #F90;background-image:url(../../../images/temp/arrow_white.png); background-position:92% 50%;background-repeat:no-repeat;
}
.voicenavi a.bttn{ margin-top:0; font-size:18px;}
.voicenavi a.bttn:hover{background-color: rgba(255,255,255,0);}

/* footer ------------------------------------------------------------------ */

#footer-wrap{  border-top:1px solid #f90; padding:25px 0px 80px 0px;}
#footer .custom:after{ display: block; height: 0; clear: both; content: "."; visibility: hidden; }

.copyright{ clear: both;color:#944A00;  font-size:10px!important;padding:0px 0px 10px 0px!important;}

#fixMenu { background-color:#F90; width:100%;min-width:960px;height:70px;z-index: 100;bottom: 0px; position: fixed; padding-top:15px;}

/* Table ------------------------------------------------------------------ */
.table1  { border-top:1px solid #DAA35F; border-left:1px solid #DAA35F;}
.table1 th  {
	background-color: #F7EBBB; padding:10px 18px;border-bottom:1px solid #DAA35F;border-right:1px solid #DAA35F;}
.table1 td  { padding:10px 12px;border-bottom:1px solid #DAA35F;border-right:1px solid #DAA35F;}

/* Font ------------------------------------------------------------------ */
.fzSS  { font-size:  80%;}
.fzS   { font-size:  90%;}
.fzM   { font-size: 100%;}
.fzL   { font-size: 125%;}
.fzLL  { font-size: 180%;}
.fzLLL { font-size: 220%;}

.fcOrange { color: #F60;}
.fcRed {color: #F00;}
.fcGreen { color: #49A368;}
.fcPink { color: #E46777;}
.fcBrown { color: #960;}
.fcBlue { color: #07406D;}
.fcWhite { color: #FFF;}

.normal { font-weight:normal;}

/* Floats ------------------------------------------------------------------ */
.flL    { display: inline; float: left;}
.flR    { display: inline; float: right;}

/* Width ------------------------------------------------------------------ */
.w200    { width:200px;}
.w400    { width:400px;}
.w600    { width:600px;}
.w10    { width:10%;}
.w20    { width:20%;}
.w30    { width:30%;}
.w35    { width:35%;}
.w40    { width:40%;}
.w50    { width:50%;}
.w60    { width:60%;}
.w70    { width:70%;}
.w80    { width:80%;}
.w90    { width:90%;}

/* Margin ------------------------------------------------------------------ */
.mt00 { margin-top: 0   ;}
.mt05 { margin-top: 5px ;}
.mt10 { margin-top:10px ;}
.mt15 { margin-top:15px ;}
.mt20 { margin-top:20px!important ;}
.mt25 { margin-top:25px ;}
.mt30 { margin-top:30px ;}
.mt35 { margin-top:35px ;}
.mt40 { margin-top:40px ;}
.mt45 { margin-top:45px ;}
.mt50 { margin-top:50px ;}
.mr00 { margin-right: 0 ;}
.mr05 { margin-right:5px;}
.mr10 { margin-right:10px;}
.mr15 { margin-right:15px;}
.mr20 { margin-right:20px;}
.mr25 { margin-right:25px;}
.mr30 { margin-right:30px;}
.mr35 { margin-right:35px;}
.mr40 { margin-right:40px ;}
.mr45 { margin-right:45px ;}
.mr50 { margin-right:50px ;}
.mb00 { margin-bottom: 0   ;}
.mb05 { margin-bottom: 5px ;}
.mb10 { margin-bottom:10px ;}
.mb15 { margin-bottom:15px ;}
.mb20 { margin-bottom:20px ;}
.mb25 { margin-bottom:25px ;}
.mb30 { margin-bottom:30px ;}
.mb35 { margin-bottom:35px ;}
.mb40 { margin-bottom:40px ;}
.mb45 { margin-bottom:45px ;}
.mb50 { margin-bottom:50px ;}
.ml00 { margin-left: 0  ;}
.ml05 { margin-left: 5px ;}
.ml10 { margin-left:10px ;}
.ml15 { margin-left:15px ;}
.ml20 { margin-left:20px;}
.ml25 { margin-left:25px;}
.ml30 { margin-left:30px;}
.ml35 { margin-left:35px;}
.ml40 { margin-left:40px;}
.ml45 { margin-left:45px;}
.ml50 { margin-left:50px;}

.mg-auto { margin:auto;}

/* Padding ------------------------------------------------------------------ */
.pd00 { padding:0px;}
.pd10 { padding:10px;}
.pd15 { padding:15px;}
.pd20 { padding:20px;}
.pd30 { padding:30px;}

#home .cntn {margin-bottom:;}
.teaser .mb05 {margin-bottom: 40px;}



/* 201808 ------------------------------------------------------------------ */

.support td{ width:50%;}
.support h4.box{ font-size:20px; background-image: url(../../../images/temp/icon_orange.png); background-repeat:no-repeat; background-position:20px 45%; color:#960; padding:10px;}

.graph img{ margin:10px 0px;}
.norikaekon .tlDot{ background-image:none; font-size:20px; text-align:left; color:#F00; font-weight:bold; line-height:170%; margin:10px 0px; padding-bottom:0; text-align:center;}
.norikaekon .tlDot span{font-size:14px; display:block; width:80%!important; margin:auto;}
.norikaekon.clm3 td .box{ width:280px; padding:10px;}


.bg_yellow{ background-image:url(../../../images/temp/bgYellow.png);}
.bgGold{ background-image:url(../../../images/temp/bgGold.png); background-position:center; background-size:cover;}
.bgOrange{ background-image:url(../../../images/temp/bgOrange.png); }

/*Googleリキャプチャ*/
.g-recaptcha {
    width: 304px;
    margin: auto;
}
