@charset "utf-8";
/*
Theme Name: SR-KUMAMOTO
Theme URI: http://wordpress.org/
Description: sr-kumamoto.or.jp theme
Author: Abfactory
Version: 1.0
 */

body {
    font-family: "メイリオ", Meiryo, sans-serif;
    background: #fff;
    color: #333;
}

p {
    line-height: 1.6;
}

#header {
    height: 76px;
    background: url(./img/bg_header.png) repeat-x 0 0;
}

#site-title {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    font-size: 25px;
    font-weight: bold;
    background: url(./img/bg_logo.png) no-repeat right top;
    width: 425px;
    height: 76px;
}

#site-title a {
    display: block;
    width: 327px;
    height: 44px;
    margin-top: 18px;
    margin-left: 10px;
}

#gnav {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right;
}

#gnav ul {
    text-align: right;
    margin: 0;
}

#gnav li {
    list-style: none;
    display: inline;
    margin-left: 15px;
    background: url(./img/icon_arrow.png) no-repeat 0 50%;
    padding-left: 10px;
    font-size: 11px;
}

#gnav a {
    color: #fff;
    text-decoration: none;
}

#nav {
    background: url(./img/bg_nav.png) repeat-x 0 0;
    height: 39px;
}

#nav ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    \zoom: 1;
}

#nav li {
    list-style: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

#above-container {
    background: url(./img/bg_above.jpg) repeat-x 0 0;
}

#content {
    padding-bottom: 40px;
}

#main {
    background: #fff;
}

#main .section {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}


.home #main .section {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.wrapper, .section {
    /zoom: 1;
    position: relative;
}

.wrapper:after, .section:after {
    content: '';
    display: block;
    clear: both;
}


.services {
    margin-top: 20px;
    background: #fcf2f2;
    border: 1px solid #f4cccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
}
.services div {
    width: 225px;
}

.left {
    float: left;
}

.right {
    float: right;
}

#sidebar {
    width: 280px;
    float: right;
    padding-top: 40px;
}

#sidebar ul {
    margin: 0 5px;
    padding: 0;
}

#sidebar li {
    margin: 0 0 20px;
    list-style: none;
    padding: 0;
}

#section-news .index-link {
    text-align: right;
}

#section-news li, .loop li {
    background: url(./img/icon_arrow_box.png) no-repeat 5px 50%;
    padding: 10px 0 10px 30px;
    list-style: none;
    margin: 0;
    border-bottom: 1px dotted #ccc;
}


#content-sidebar {
    width: 240px;
    float: right;
    padding-top: 120px;
}

#content-sidebar ul {
    margin: 0;
    padding: 0;
}

#content-sidebar li {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #ccc;
    border-top: 0;
}

#content-sidebar li a {
    display: block;
    background: url(./img/icon_arrow_box.png) no-repeat 10px 50%;
    padding: 10px 10px 10px 30px;
    text-decoration: none;
    color: #333;
}

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

#content-sidebar .parent a {
    background: #ca0000;
    color: #fff;
    font-size: 18px;
}

#main {
    padding-top: 60px;
}

.home #main {
    padding-top: 40px;
}

.col2 {
    width: 634px;
    float: left;
}

#footer-content {
    padding: 30px 0;
    background: #d6d6d6;
    _zoom: 1;
}

#footer-content img {
    float: left;
}

#footer-content p {
    padding-left: 300px;
    margin-bottom: 0;
}

#footer {
    background: #ca0000;
    _zoom: 1;
}

#footer .wrapper {
    padding: 10px
}

#footer address {
    text-align: center;
    color: #fff;
    font-style: normal;
    margin: 0;
}

h2 {
    margin-bottom: 20px;
    background: url(./img/bg_h2.png) repeat-x 0 0;
    border: 1px solid #bbb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    line-height: 40px;
    font-size: 17px;
    padding-left: 30px;
    -moz-box-shadow: 1px 1px 3px #ccc;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    -ms-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;
    _zoom: 1;
}

#main .section h2 {
    margin-left: -20px;
    margin-right: -20px;
    _margin-left: 0;
    _margin-right: 0;
}

.home h2 {
    margin-left: 0 !important;    
    margin-right: 0 !important;    
}


.home #main .section h2 {
}

#main h3 {
    font-size: 15px;
    margin-bottom: 7px;
    color: #7b0000;
    margin-top: 25px;
}

#main h4 {
    font-size: 14px;
    margin-bottom: 10px;
}

#main li {
    margin-bottom: .5em;
}

#main dt {
    font-weight: bold;

}

#main dd {
    margin-left: 1em;
    margin-bottom: 1em;
}

#sidebar-members {
    background: #ffe0b2;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 10px !important;
    \zoom: 1;
}

#sidebar-contact {
    background: #d4e2f8;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 10px !important;
    \zoom: 1;
}

#sidebar-members p, #sidebar-contact p {
    text-align: left;
    margin-bottom: 0;
}

#pagetop {
    position: fixed;
    bottom: 170px;
    right: 20px;
}

#pagetop a {
    display: block;
    width: 100px;
    height: 20px;
    text-decoration: none;
    background: url(./img/bg_pagetop.png) #ddd no-repeat center 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    padding-top: 80px;
    font-size: 10px;
}

#pagetop a:hover {
    background-color: #777;
}


#signin-form {
    display: none;
    background: #ebebeb;
    padding: 10px;
}

form ul {
    margin: 0;
    padding: 0;
}

form li {
    margin: 0;
    padding: 0 0 10px;
    list-style: none;
}

form label {
    display: block;
    font-weight: bold;
}

input, textarea, select {
    font-family: inherit;
}

input[type="text"], input[type="password"], textarea {
    padding: 5px;
    border: 1px solid #d6d6d6;
}

select {
    padding: 5px;
    border: 1px solid #d6d6d6;
}

#signin-form li input {
    width: 95%;
}

table {
}

th {
    background: #eee;
    border: 1px solid #ccc;
    padding: 10px;
    vertical-align: middle;
}

tbody th {
    text-align: left;
}

td {
    border: 1px solid #ccc;
    padding: 10px;
    vertical-align: middle;
}

.blogroll {
    overflow: hidden;
    \zoom: 1;
    margin-left: 20px;
}

.blogroll li {
    display: block;
    list-style: none;
    float: left;
    width: 150px;
    margin: 0 20px 20px 0 !important;
    padding-left: 20px;
    background: url(./img/icon_arrow_box.png) no-repeat 0 50%;
}

.tab ul {
    margin-bottom: 20px;
    padding: 0;
}

.tab li {
    margin: 0 10px 0 0;
    padding: 0 0 0 20px;
    list-style: none;
    display: inline;
    background: url(./img/icon_arrow_box.png) no-repeat 0 0;
    display: inline-block;
    vertical-align: top;
}

.tab a {
}

.breadcrumbs {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 12px;
}

/*
#result .vcard {
    width: 410px;
    height: 150px;
    float: left;
    margin: 10px 10px 0 0;
    border: 1px solid #ccc;
    padding: 10px;
}

.vcard .face {
    width: 80px;
}

.vcard .left {
    width: 90px;
}

.vcard .right {
    width: 318px;
}

.vcard .message {
    clear: both;
    padding-top: 10px;
}

.vcard p {
    margin-bottom: 0;
}
    */

#search-form {
    background: #ebebeb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
}

#search-form ul {
    overflow: hidden;
    \zoom: 1;
    margin: 0;
    padding: 0;
}

#search-form li {
    float: left;
    padding-right: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    _width: auto;
    _float: none;
    _display: inline;
    _zoom: 1;
}

#search-form .field-a {
    *width: 120px;
}

#search-form .field-l {
    *width: 200px;
}

#search-form .field-q {
    *width: 230px;
}

#search-form .field-s {
    *width: 80px;
}

#search-form label {
    display: inline !important;
}

#search-form .buttons {
    text-align: center;
}

.icon-pdf, .icon-word {
    vertical-align: middle;
}

li ul {
    margin-top: 1em;
}

.searching {
    background: url(./img/ajax-loader.gif) #444 no-repeat 5px 50%;
    padding: 5px 5px 5px 25px;
    margin: 20px auto;
    width: 100px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
}

.article-title {
    font-size: 40px;
    font-family: "小塚明朝 Std EL", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #333;
    font-weight: bold;
}

.article-content {
    margin-bottom: 20px;
}

.article-utility {
    font-size: 11px;    
}

.banner {
    text-align: center;
}


textarea.template {
    display: none;
}

#result {
    margin-top: 20px;
}

#result .vcard {
    overflow: hidden;
    \zoom: 1;
    padding: 10px;
    border: 1px solid #d9d9d9;
    background: #f4f4f4;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgb(249,249,249)),
        color-stop(1, rgb(243,243,243))
        );
    background-image: -moz-linear-gradient(
        center top,
        rgb(249,249,249) 0%,
        rgb(243,243,243) 100%
        );

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

#result .face {
    float: left;
    margin-right: 10px;
    width: 80px;
}

#result .profile {
    float: left;
    width: 330px;
    border-right: 1px solid #d9d9d9;
    margin-bottom: 10px;
    padding-right: 10px;
    min-height: 90px;
}

#result .message {
    float: left;
    width: 400px;
    padding-left: 10px;
    border-left: 1px solid #fff;
    min-height: 90px;
}

.labels {
    overflow: hidden;
    \zoom: 1;
    clear: both;
    padding-left: 90px;
}

.labels span {
    display: block;
    float: left;
    background: #ca4700;
    color: #fff;
    font-size: 11px;
    padding: 1px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-right: 5px;
    margin-top: 5px;
    \zoom: 1;
    *width: 100px;
    _width: 150px;
    text-align: center;
}

.vcard {
    margin-bottom: 20px;
}
.vcard p {
    margin-bottom: 0;
}

.vcard .office {
    font-size: 16px;
}

.vcard .name {
}

strong {
    font-weight: bold;
}

small {
    font-size: 11px;
    line-height: 1;
}

.due {
    font-size: 20px;
    color: #c33;
}

.sr-merit {
    overflow: hidden;
    \zoom: 1;
    /*background: url(./img/bg_sr_merit.png) no-repeat left bottom;*/
    height: 229px;
}

.sr-merit .clearfix {
    margin-bottom: 18px;
}

.sr-merit .left {
    width: 255px;
    height: 170px;
    /*background: url(./img/bg_sr_merit_sep.png) no-repeat right bottom;*/
    padding: 20px;
}

.sr-merit .last {
    background: none !important;
}

.dropshadow {
    position: relative;
    margin-bottom: 20px;
}

.dropshadow img {
    position: relative;
    z-index: 10;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 2px #bdbdbd;
    -moz-box-shadow: 0 0 2px #bdbdbd;
    box-shadow: 0 0 2px #bdbdbd;
}

.dropshadow:before, .dropshadow:after {
    z-index: 0;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    -webkit-box-shadow: 0 15px 10px #bdbdbd;
    -moz-box-shadow: 0 15px 10px #bdbdbd;
    box-shadow: 0 15px 10px #bdbdbd;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.dropshadow:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}


#topics td {
    padding: 0 5px 10px;
    border: none;
}

#topics td.status, #topics td.topic {
    vertical-align: top;
}

#topics td.status {
    padding-top: 2px;
}

#topics td.topic {
    width: 260px;
}

#topics td.member {
    text-align: right;
    width: 120px;
}

#topics td.member a {
    text-decoration: none;
    color: #666;
    display: block;
    line-height: 30px;
    font-size: 11px;
}

#topics td.member img {
    vertical-align: middle;
    margin-left: 5px;
}

#topics .updated_at {
    color: #666;
    font-weight: bold;
    font-size: 10px;
}

#sr-doc-table thead th {
    width: 0.8em;
    vertical-align: top;
    line-height: 1.0;
}

#sr-doc-table tbody th {
    white-space: nowrap;
}

#sr-doc-table tbody td {
    text-align: center;
}

#sr-submit-table tbody td {
    text-align: center;
}
    
#member-info {
    background: #eee;
    padding: 10px;
    border-radius: 5px;
}

#member-info dl {
    overflow: hidden;
    \zoom: 1;
    margin-bottom: 0;
}

#member-info dt {
    width: 80px;
    float: left;
    clear: left;
}

#member-info dd {
    width: 150px;
    float: left;
}

#sr-banner {
    margin: 40px 0 0;
    text-align: center;
}

#sr-banner a {
    margin: 0 10px;
}

#event-nav, #head-nav {
    margin-bottom: 10px;
}

.article-meta {
    text-align: right;
}

span.finished {
    color: #c33;
    font-size: 11px;
    white-space: nowrap;
}

tr.sun td {
    background: #ffe6e6;
}

tr.sat td {
    background: #e8eeff;
}

.new {
    background: #ca0000;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    padding: 2px 5px;
    font-size: 10px;
    border-radius: 3px;
    margin-left: 10px;
    white-space: nowrap;
}

#nav-below {
    position: relative;
    width: 100%;
    height: 30px;
}

#nav-below .nav-previous {
    position: absolute;
    top: 0;
    left: 0;
}

#nav-below .nav-next {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}

#tabs .ui-tabs-hide {
    display: none;
}

#tabs ul {
    margin-bottom: 40px;
    overflow: hidden;
    \zoom: 1;
    position: relative;
    z-index: 1;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fefefe; /* Old browsers */
    background: -moz-linear-gradient(top,  #fefefe 0%, #dbdbdb 51%, #d1d1d1 52%, #eaeaea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(51%,#dbdbdb), color-stop(52%,#d1d1d1), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefefe 0%,#dbdbdb 51%,#d1d1d1 52%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefefe 0%,#dbdbdb 51%,#d1d1d1 52%,#eaeaea 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefefe 0%,#dbdbdb 51%,#d1d1d1 52%,#eaeaea 100%); /* IE10+ */
    background: linear-gradient(top,  #fefefe 0%,#dbdbdb 51%,#d1d1d1 52%,#eaeaea 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */

}

#tabs li {
    float: left;
    width: 100px;
    list-style: none;
    margin: 0;
}

#tabs li:last-child {
    border-right: none;
}


#tabs  a {
    display: block;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    color: #333;
    margin: 4px 0;
    font-weight: bold;
    text-shadow: 1px 1px 1px #f0f0f0;
    border-right: 1px solid #ccc;
    border-left: 1px solid #fff;
}

#tabs .ui-tabs-selected {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.27) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.27)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.27) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.27) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.27) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(0,0,0,0.27) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */


}

#result tr:hover {
    background: #e3edf7;
}
