/*
Theme Name: Twenty Ten_kaisei for smartphone
Theme URI: http://wordpress.org/themes/twentyten
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Author URI: http://wordpress.org/
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-layout, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header
Text Domain: twentyten
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

@import url(notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans|Roboto);

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

img {
    vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: normal;
}

ul {
    list-style: none;
}

ol {
    margin-left: 2em;
}

ol li {
    margin-bottom: 5px;
}

dl {
    /*width:500px;*/
}

dt {
    float: left;
    clear: left;
    width: 150px;
}

dd {
    float: left;
    width: 350px;
}

blockquote {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: '';
    content: none;
}

.caution {
    color: #A72424;
}

a img {
    border: none;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mb0 {
    margin-bottom: 0px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.clearfix {}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.around {
    border-radius: 5px;
    padding: 10px;
    background: #fdfbf4;
    border: solid 1px #ccc;
    clear: both;
}

p.indenttxt {
    text-indent: 1em;
}

/* =Layout
-------------------------------------------------------------- */
/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

.inner {
    width: 1032px;
    margin: auto;
}

#content {
    margin: 0 0 0 30px;
    width: 762px;
    float: left;
}

#content_top {
    margin: 0 0 0 30px;
    /*width:661px;*/
    width: 702px;
    float: left;
}

#content_top .l_banner {
    padding-bottom: 20px;
}

#content_top .l_banner li {
    float: left;
    /*margin-right:25px;*/
    margin-right: 14px;
    margin-left: 14px;
}

#content_top .l_banner li:last-child {
    margin-right: 0;
}

#content_top #info {
    padding-bottom: 20px;
}

#content_top #info h3 a {
    color: #333;
    text-decoration: none;
    font-size: 110%;
    height: 48px;
    line-height: 48px;
    padding-left: 56px;
    border-top: 3px solid #B1292B;
    background: #F7F4EB;
    display: block;
    letter-spacing: 1px;
    background-image: url(../img/info_h3.png);
    background-repeat: no-repeat;
    background-position: 8px center;
    position: relative;
}

#content_top #info h3 a:after {
    position: absolute;
    content: "一覧";
    width: 60px;
    height: 20px;
    line-height: 20px;
    display: block;
    background: #666;
    color: #fff;
    top: 12px;
    right: 12px;
    font-size: 12px;
    text-align: center;
}

#content_top #info h3 a:before {
    position: absolute;
    content: "";
    top: 18px;
    right: 60px;
    width: 0;
    z-index: 2;
    height: 0;
    border-left: 4px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    background: transparent;
}

#content_top #info .news_table {
    margin-bottom: 0;
}

#content_top #info hr.info {
    margin-top: 10px;
}

#primary_top {
    float: left;
    overflow: hidden;
    width: 300px;
}

#primary_top #bnr_top {
    margin-bottom: 10px;
}

#primary_top #bnr_top li {
    margin: 0;
}

#primary_top #bnr_bottom {
    clear: both;
    padding-top: 24px;
}

#primary_top #bnr_bottom li {
    margin: 0 0 8px 0px;
}

#primary_top #bnr_bottom li a {
    color: #333;
    border: 1px solid #bbb;
    background: #FBFAF6;
    width: 300px;
    height: 48px;
    line-height: 48px;
    display: block;
    text-decoration: none;
    padding-left: 36px;
    box-sizing: border-box;
    font-size: 95%;
    position: relative;
}

#primary_top #bnr_bottom li a:after {
    position: absolute;
    content: "";
    top: 18px;
    left: 18px;
    width: 0;
    height: 0;
    border-left: 5px solid #666;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    background: transparent;
}

#primary_top #bnr_bottom li a:hover {
    border: 1px solid #B1292B;
    color: #B1292B;
}

#primary_top #bnr_bottom li a:hover:after {
    border-left: 5px solid #B1292B;
}

#primary_top #bnr_bottom li.employ {
    margin: 0 0 25px 0;
}

#primary_top #bnr_bottom li.employ a::before {
    font-family: "FontAwesome";
    content: '\f08e';
    font-weight: 900;
    right: 10px;
    position: absolute;
}

#primary2 {
    float: left;
    overflow: hidden;
    width: 240px;
}

#primary {
    float: left;
    overflow: hidden;
    width: 240px;
}

#primary h3,
#primary2 h3 {
    margin: 0;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-top: solid 1px #ccc;
}

#primary h3 a,
#primary2 h3 a {
    display: block;
    background: #7E0707;
    color: #fff;
    height: 52px;
    line-height: 52px;
    text-decoration: none;
    padding-left: 16px;
    border-bottom: 2px solid #560909;
    box-sizing: border-box;
}

#primary2 h3 a {
    padding-left: 12px;
    padding-right: 0;
}

#primary h3 a span,
#primary2 h3 a span {
    display: inline-block;
    margin-left: 12px;
    /*float: right;*/
    font-size: 60%;
}

#primary2 h3 a span {
    margin-left: 12px;
}

#primary ul {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 238px;
    line-height: 1;
}

#primary2 ul li {
    margin-bottom: 4px;
    line-height: 1.4;
    border-bottom: dotted 1px #ccc;
    padding-bottom: 4px;
}

#primary2 ul li:last-child {
    border-bottom: none;
}

#primary2 ul li a {
    text-decoration: none;
}

#primary2 ul {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 218px;
    line-height: 1;
    list-style-type: disc;
    padding: 10px;
    list-style-position: inside;
}

#primary ul ul {
    border-left: none;
    border-right: none;
    border-top: 1px solid #ccc;
    margin-bottom: 0px;
}

#primary ul ul ul {
    border-left: none;
    border-right: none;
    border-top: 1px solid #ccc;
    margin-bottom: 0px;
}

#primary ul ul li a {
    padding-left: 39px;
    /*background: url(images/common/arrow_snav_s.gif) no-repeat 28px 10px;*/
}

#primary ul ul ul li a {
    padding-left: 48px;
    /*background: url(images/common/arrow_snav_ss.gif) no-repeat 41px 10px;*/
    position: relative;
}

#primary ul ul ul li a:before {
    /*position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	border-top: 1px solid #7E0707;
	border-right: 1px solid #7E0707;
	top: 12px;
	left: 40px;
	transform: rotate(45deg);*/
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 15px;
    left: 36px;
    color: #7E0707;
    font-size: 8px;
}

#primary ul ul ul li a.on {
    padding-left: 52px;
    /*background: #f4f4f4 url(images/common/arrow_snav02_ss.gif) no-repeat 41px 10px;*/
    background: #f4f4f4;
    color: #333;
}

#primary ul ul ul li a:hover {
    /*background: #f4f4f4 url(images/common/arrow_snav02_ss.gif) no-repeat 41px 10px;*/
    color: #333;
}

#primary ul ul li a.on {
    padding-left: 39px;
    /*background: #d9d8d8 url(images/common/arrow_snav02_s.gif) no-repeat 28px 10px;*/
    background: #d9d8d8;
    color: #333;
    /*color: #fff;*/
}

#primary ul ul li a:hover {
    /*background: #d9d8d8 url(images/common/arrow_snav02_s.gif) no-repeat 28px 10px;*/
    color: #fff;
}

#primary ul ul li:last-child {
    border-bottom: none;
}

#primary ul li {
    border-bottom: 1px solid #ccc;
}

#primary ul li a {
    padding: 16px 8px 12px 30px;
    display: block;
    color: #333;
    text-decoration: none;
    border: 1px solid #ffffff;
    font-size: .9em;
    /*	background: url(images/common/arrow_snav.gif) no-repeat 12px 10px;*/
    position: relative;
}

#primary>ul>li>a:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #7E0707;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
}

#primary>ul>li>a:after {
    /*position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    top: 13px;
    left: 10px;*/
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 15px;
    left: 16px;
    color: #fff;
    font-size: 8px;
}

/*追加*/
#primary>ul>li>ul>li>a {
    position: relative;
}

#primary>ul>li>ul>li>a:before {
    position: absolute;
    content: "";
    top: 17px;
    left: 28px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 3px;
    border-color: transparent transparent transparent #7E0707;
}

/*追加*/
#primary ul li a:hover {
    /*background: #777 url(images/common/arrow_snav02.gif) no-repeat 12px 10px;*/
    background: #777;
    color: #fff;
}

#primary>ul>li>a:hover:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
}

#primary>ul>li>a:hover:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 15px;
    left: 16px;
    color: #7E0707;
    font-size: 8px;
}

#primary>ul>li>a.on {
    /*background: #777 url(images/common/arrow_snav02.gif) no-repeat 12px 10px;*/
    background: #777;
    color: #fff;
    /*font-weight: bold;*/
    position: relative;
}

#primary>ul>li>a.on:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    border: none;
}

#primary>ul>li>a.on:after {
    /*	position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    border-top: 1px solid #7E0707;
    border-right: 1px solid #7E0707;
    transform: rotate(45deg);
    top: 13px;
    left: 10px;*/
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 15px;
    left: 16px;
    color: #7E0707;
    font-size: 8px;
}

.snav_bottom {
    background: url(../img/snav_bottom.gif) repeat-x;
    height: 2px;
    margin-bottom: 20px;
    width: 240px;
}

.bnr a {
    display: block;
}

.bnr a:first-of-type {
    margin-bottom: 20px;
}

.bnr_02 {
    margin-top: 20px;
}

/* =Fonts
-------------------------------------------------------------- */
body {
    /*font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    /*font-size:80%;*/
    font-size: 87.5%;
    line-height: 1.7;
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.05em;
}

h1,
h2,
h3,
h4 {
    font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
body {
    margin: 0;
    padding: 0;
    /*background:url(images/common/bg_head.gif) repeat-x;*/
}

#wrapper {
    margin: 0 auto;
    width: 100%;
}

.entry-content {
    line-height: 1.7;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

hr {
    background-color: #e7e7e7;
    border: 0;
    clear: both;
    height: 1px;
    margin: 20px 0;
}

hr.info {
    border: none;
    height: 1px;
    border-top: #B1292A solid 1px;
    border-bottom: #B1292A solid 1px;
    clear: both;
    margin: 20px 0 15px 0;
    background-color: #fff;
}

/* Text elements */

p {
    margin-bottom: 20px;
}

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

li {
    margin: 0;
    padding: 0;
}

ul.nomallist {
    list-style-type: disc;
    margin-left: 2em;
}

.nomallist li {
    margin-bottom: 5px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
    background: #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 2px;
}

#search_area input[type="text"] {
    background: #F2F2F2;
    border: 1px solid #ccc;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 2px;
    height: 19px;
    border-radius: 50px;
    width: 100px;
    padding: 0 8px;
}

#search_area input[type="submit"] {
    font-family: FontAwesome;
    color: #999;
    background: transparent;
    border: none;
    position: absolute;
    top: 4px;
    right: 8px;
    cursor: pointer;
}

/*#search_area input[type="image"]{
float:right;
}*/

#search_area {
    width: 124px;
    float: right;
    margin-top: 10px;
    position: relative
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* =link
-------------------------------------------------------------- */
a:link {
    color: #146dc7;
}

a:visited {
    color: #146dc7;
}

a:active,
a:hover {
    color: #146dc7;
}

.backlink {
    display: block;
    border-radius: 3px;
    padding: 2px 2px 2px 10px;
    font-size: 80%;
    color: #fff !important;
    background: #7E0707 url(../img/ico_back.png) no-repeat 5px 3px;
    width: 70px;
    text-align: center;
    text-decoration: none;
    float: right;
    clear: both;
}

.backlink:hover {
    color: #fff !important;
    background: #B3292A url(../img/ico_back.png) no-repeat 5px 3px;
}

.more {
    display: block;
    border-radius: 3px;
    padding: 2px;
    font-size: 85%;
    color: #fff !important;
    background: #7E0707;
    width: 90px;
    text-align: center;
    text-decoration: none;
    float: right;
}

.more:hover {
    background: #B3292A;
}

a[href$=".pdf"] {
    background: url(../img/ico_pdf.png) no-repeat right;
    padding-right: 20px;
}

a[href$=".docx"] {
    background: url(../img/ico_word.png) no-repeat right;
    padding-right: 20px;
}

a.link_arrow {
    background: url(../img/ico_arrow02.gif) no-repeat right;
    padding-right: 12px;
}

/* =Header
-------------------------------------------------------------- */

#header {
    /*width:961px;*/
    /*width: 1032px;*/
    margin: 0 auto;
    /*height:131px;*/
    padding: 0;
    border-top: 2px solid #333;
}

#header h1 {
    margin: 0;
    padding: 16px 0 0 0;
    height: 65px;
    float: left;
}

#bread {
    background: #F2F2F0;
    padding: 6px 10px 6px 16px;
    font-size: 82%;
    border-radius: 3px;
    border: #CCCCCC solid 1px;
    margin-bottom: 15px;
}

#bread a {
    text-decoration: none;
}

#gnav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    clear: both;
    height: 50px;
}

#hnav li {
    display: table-cell;
    margin: 0;
    padding: 0;
    font-size: 82%;
    font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    padding: 0 6px;
    line-height: 21px;
    text-align: center;
}

#hnav li:nth-of-type(-n+2):after {
    position: absolute;
    content: "";
    right: 0;
    top: 6px;
    height: 12px;
    width: 1px;
    background: #666;
}

#hnav li a {
    color: #666;
    text-decoration: none;
}

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

#gnav li {
    height: 50px;
    margin: 0;
    padding: 0;
    float: left;
}

#hnav {
    display: table;
    width: 480px;
    margin: 15px 0 0 194px;
    float: right;
    height: 21px;
}

#hnav li.eng {
    margin-left: 12px;
    font-family: "roboto", sans-serif;
    /*text-align: right;*/
    padding: 0;
}

#hnav_02 {
    display: table;
    width: 290px;
    margin: 8px 0 0 315px;
    float: left;
    height: 21px;
}

#hnav_02 li {
    display: table-cell;
}

#hnav_02 li:not(:last-child) {
    margin-right: 24px;
}

#hnav_02 li a {
    text-decoration: none;
    font-size: 85%;
    font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    color: #333;
    position: relative;
}

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

#hnav_02 li a:before {
    position: absolute;
    content: "";
    top: 7px;
    left: -8px;
    width: 0;
    height: 0;
    border-left: 3px solid #B12B2C;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    background: transparent;
}

/* This is the custom header image */

#mainpic_area {
    width: 100%;
    background: #24221e;
    clear: both;
}

#mainpic_area #inner {
    /*width:961px;*/
    width: 1032px;
    margin: 0 auto;
    background: url(../img/main.jpg) no-repeat 204px;
    height: 212px;
}

#mainpic_area #inner #main_btn li a {
    width: 206px;
    height: 70px;
    line-height: 70px;
    display: block;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    background: -moz-linear-gradient(left, rgba(36, 34, 30, 1) 0%, rgba(36, 34, 30, 1) 1%, rgba(36, 34, 30, 0.88) 30%, rgba(59, 58, 58, 0.79) 50%, rgba(36, 34, 30, 0.83) 70%, rgba(36, 34, 30, 0.9) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(36, 34, 30, 1) 0%, rgba(36, 34, 30, 1) 1%, rgba(36, 34, 30, 0.88) 30%, rgba(59, 58, 58, 0.79) 50%, rgba(36, 34, 30, 0.83) 70%, rgba(36, 34, 30, 0.9) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(36, 34, 30, 1) 0%, rgba(36, 34, 30, 1) 1%, rgba(36, 34, 30, 0.88) 30%, rgba(59, 58, 58, 0.79) 50%, rgba(36, 34, 30, 0.83) 70%, rgba(36, 34, 30, 0.9) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24221e', endColorstr='#e624221e', GradientType=1);
    /* IE6-9 */
}

#mainpic_area #inner #main_btn li a:hover {
    background: #24221E;
}

#mainpic_area #inner #main_btn li a:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
    right: 24px;
}

#mainpic_area #inner #main_btn li:not(:last-child) {
    /*border-bottom: 0.5px solid rgba(106,55,52,1);*/
    width: 206px;
    position: relative;
}

#mainpic_area #inner #main_btn li:not(:last-child):after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    width: 206px;
    height: 1px;
    background: rgba(106, 55, 52, 1);
}

/* =Content
-------------------------------------------------------------- */

#main {
    clear: both;
    overflow: hidden;
    padding: 0;
    /*width:961px;*/
    width: 1032px;
    margin: 0 auto;
    padding: 25px 0;
}

.greeting_name {
    margin: 5px 0 15px 0;
    border-bottom: dotted 1px #ccc;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    margin: 0;
}

.title_topinfo {
    border-bottom: double 3px #eee;
    padding: 0 0 10px 0;
    margin-bottom: 15px !important;
    line-height: 1.5;
}

.title_topinfo span {
    font-size: 75%;
    display: block;
}

.title_h3 {
    background: #4c5f8f;
    border-radius: 3px;
    padding: 6px 4px 6px 12px;
    color: #fff;
    font-size: 110%;
    margin: 15px 0 !important;
}

.title_h3 a {
    color: #fff;
}

.title_h4 {
    font-size: 110%;
    margin: 10px 0 !important;
    /*font-weight: bold;*/
    border-left: solid 3px #415382;
    padding: 2px 0 3px 7px;
    line-height: 1;
}

.title_h2min {
    font-family: "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 170%;
    line-height: 1.4;
    margin: 15px 0 !important;
}

.title_around_h4 {
    border-bottom: solid 1px #333;
    margin-bottom: 10px !important;
    padding: 5px 10px;
    background: #666;
    color: #fff;
}

#emergency {
    margin-bottom: 30px;
}

#emergency h3,
#info h3 {
    margin-bottom: 10px;
}

.home .sticky {
    background: #f2f7fc;
    border-top: 4px solid #000;
    margin-left: -20px;
    margin-right: -20px;
    padding: 18px 20px;
}

.single .hentry {
    margin: 0 0 36px 0;
}

.page-title {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin: 0 0 36px 0;
    padding-bottom: 10px;
}

.page-title span {
    color: #333;
    font-size: 16px;
    /*font-style: italic;*/
    font-weight: normal;
}

.page-title a:link,
.page-title a:visited {
    color: #146dc7;
    text-decoration: none;
}

.page-title a:active,
.page-title a:hover {
    color: #146dc7;
}

a.btn_txt {
    text-align: center;
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #7E0707), color-stop(0.00, #B42A2A));
    background: -webkit-linear-gradient(top, #B42A2A 0%, #7E0707 88%);
    background: -moz-linear-gradient(top, #B42A2A 0%, #7E0707 88%);
    background: -o-linear-gradient(top, #B42A2A 0%, #7E0707 88%);
    background: -ms-linear-gradient(top, #B42A2A 0%, #7E0707 88%);
    background: linear-gradient(to bottom, #B42A2A 0%, #7E0707 88%);
    box-shadow: rgba(204, 204, 204, 0.780392) 0px 0px 2px 1px;
    -webkit-box-shadow: rgba(204, 204, 204, 0.780392) 0px 0px 2px 1px;
    -moz-box-shadow: rgba(204, 204, 204, 0.780392) 0px 0px 2px 1px;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    width: 300px;
    margin: 0 auto;
}

a:hover.btn_txt {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #7E0707), color-stop(0.00, #B42A2A));
    background: -webkit-linear-gradient(bottom, #B42A2A 0%, #7E0707 88%);
    background: -moz-linear-gradient(bottom, #B42A2A 0%, #7E0707 88%);
    background: -o-linear-gradient(bottom, #B42A2A 0%, #7E0707 88%);
    background: -ms-linear-gradient(bottom, #B42A2A 0%, #7E0707 88%);
    background: linear-gradient(to top, #B42A2A 0%, #7E0707 88%);
}

#content .entry-title {
    font-size: 135%;
    margin: 0 0 16px 0;
    /*background:url(images/common/bg_h1_pagetitle.gif) repeat-x;*/
    border-top: 2px solid #7E0707;
    border-bottom: 1px solid #ddd;
    ;
    background: rgb(254, 254, 254);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(249, 250, 245, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(249, 250, 245, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgba(249, 250, 245, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f9faf5', GradientType=0);
    /* IE6-9 */
    box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.2);
    padding: 16px;
}

.entry-title a:link,
.entry-title a:visited {
    color: #000;
    text-decoration: none;
}

.entry-title a:active,
.entry-title a:hover {
    color: #ff4b33;
}

.entry-meta {
    color: #777;
    font-size: 12px;
    margin-bottom: 15px;
}

.entry-meta abbr,
.entry-utility abbr {
    border: none;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover {
    border-bottom: 1px dotted #666;
}

.entry-content,
.entry-summary {
    clear: both;
}

.entry-summary {
    line-height: 1.6;
    margin-bottom: 20px;
}

#content .entry-summary p:last-child {
    margin-bottom: 5px;
}

.entry-content fieldset {
    border: 1px solid #e7e7e7;
    margin: 0 0 24px 0;
    padding: 24px;
}

.entry-content fieldset legend {
    background: #fff;
    color: #000;
    font-weight: bold;
    padding: 0 24px;
}

.entry-content input {
    margin: 0 0 24px 0;
}

.entry-content input.file,
.entry-content input.button {
    margin-right: 24px;
}

.entry-content label {
    color: #777;
    font-size: 12px;
}

.entry-content select {
    margin: 0 0 24px 0;
}

.entry-content sup,
.entry-content sub {
    font-size: 10px;
}

.entry-content blockquote.left {
    float: left;
    margin-left: 0;
    margin-right: 24px;
    text-align: right;
    width: 33%;
}

.entry-content blockquote.right {
    float: right;
    margin-left: 24px;
    margin-right: 0;
    text-align: left;
    width: 33%;
}

/* 行事予定 */

/*.entry-content dl {
	width: 300px;
	font-size: 0.75rem;
}*/
.entry-content dl dt {
    width: 20%;
    height: 40px;
    line-height: 40px;
    padding-left: 16px;
    box-sizing: border-box;
    color: #B1292B;
    /*border-left: 1px solid #B3B3B3;
	border-bottom: 1px solid #E6E6E6;*/
    font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.entry-content dl dd {
    width: 80%;
    height: 40px;
    line-height: 40px;
    padding-left: 8px;
    box-sizing: border-box;
    /*border-right: 1px solid #B3B3B3;
	border-bottom: 1px solid #E6E6E6;*/
}

.entry-content dl dt:last-of-type,
.entry-content dl dd:last-of-type {
    /*border-bottom: 1px solid #B3B3B3;*/
}

.page-link {
    clear: both;
    color: #000;
    font-weight: bold;
    line-height: 48px;
    word-spacing: 0.5em;
}

.page-link a:link,
.page-link a:visited {
    background: #f1f1f1;
    color: #333;
    font-weight: normal;
    padding: 0.5em 0.75em;
    text-decoration: none;
}

.home .sticky .page-link a {
    background: #d9e8f7;
}

.page-link a:active,
.page-link a:hover {
    color: #ff4b33;
}

body.page .edit-link {
    clear: both;
    display: block;
}

#entry-author-info {
    background: #f2f7fc;
    border-top: 4px solid #000;
    clear: both;
    font-size: 14px;
    line-height: 20px;
    margin: 24px 0;
    overflow: hidden;
    padding: 18px 20px;
}

#entry-author-info #author-avatar {
    background: #fff;
    border: 1px solid #e7e7e7;
    float: left;
    height: 60px;
    margin: 0 -104px 0 0;
    padding: 11px;
}

#entry-author-info #author-description {
    float: left;
    margin: 0 0 0 104px;
}

#entry-author-info h2 {
    color: #000;
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 0;
}

.entry-utility {
    display: none;
    clear: both;
    color: #777;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 30px;
    background: #FDFBF4;
    border-radius: 5px;
    padding: 3px 10px;
    border: 1px solid #ccc;
}

.entry-meta a,
.entry-utility a {
    color: #777;
}

.entry-meta a:hover,
.entry-utility a:hover {
    color: #AC2626;
}

#content .video-player {
    padding: 0;
}

/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 0;
}

.home .hentry.format-aside,
.home .hentry.category-asides {
    padding: 0;
}

.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
    padding-top: 0;
}

/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
    border: 10px solid #f1f1f1;
    margin-bottom: 0;
}

.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
    float: left;
    margin-right: 20px;
    margin-top: -4px;
}

.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
    padding-top: 4px;
}

/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
    font-size: 140%;
    margin-top: 24px;
}

.attachment .entry-content .nav-previous a:before {
    content: '\2190\00a0';
}

.attachment .entry-content .nav-next a:after {
    content: '\00a0\2192';
}

/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
    max-width: 100%;
    /* When images are too wide for containing element, force them to fit. */
    height: auto;
    /* Override height to match resized width for correct aspect ratio. */
}

.img_back {
    background: #fff;
    padding: 3px;
    border: #ddd solid 1px;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 0px;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 0px;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}

.wp-caption {
    background: #F8F9F4;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 632px !important;
    /* prevent too-wide images from breaking layout */
    padding: 4px;
    text-align: center;
    border: 1px solid #ddd;
}

.wp-caption img {
    margin: 5px 5px 0;
    max-width: 622px;
    /* caption width - 10px */
}

.wp-caption p.wp-caption-text {
    color: #333;
    font-size: 11px;
    margin: 5px;
    line-height: 1.4;
}

.wp-smiley {
    margin: 0;
}

.gallery {
    margin: 0 auto 18px;
}

.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery img {
    border: 2px solid #cfcfcf;
}

.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}

.gallery .gallery-caption {
    color: #777;
    font-size: 12px;
    margin: 0 0 12px;
}

.gallery dl {
    margin: 0;
}

.gallery img {
    border: 10px solid #f1f1f1;
}

.gallery br+br {
    display: none;
}

#content .attachment img {
    /* single attachment images should be centered */
    display: block;
    margin: 0 auto;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
    display: none;
    color: #777;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
}

.navigation a:link,
.navigation a:visited {
    color: #777;
    text-decoration: none;
}

.navigation a:active,
.navigation a:hover {
    color: #AE2728;
}

.nav-previous {
    float: left;
    width: 50%;
}

.nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

#nav-above {
    display: none;
    margin: 0 0 18px 0;
}

#nav-above {
    display: none;
}

.paged #nav-above,
.single #nav-above {
    display: none;
}

#nav-below {
    margin: -18px 0 0 0;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
    clear: both;
}

#comments .navigation {
    padding: 0 0 18px 0;
}

h3#comments-title,
h3#reply-title {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}

h3#comments-title {
    padding: 24px 0;
}

.commentlist {
    list-style: none;
    margin: 0;
}

.commentlist li.comment {
    border-bottom: 1px solid #e7e7e7;
    line-height: 24px;
    margin: 0 0 24px 0;
    padding: 0 0 0 56px;
    position: relative;
}

.commentlist li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

#comments .comment-body ul,
#comments .comment-body ol {
    margin-bottom: 18px;
}

#comments .comment-body p:last-child {
    margin-bottom: 6px;
}

#comments .comment-body blockquote p:last-child {
    margin-bottom: 24px;
}

.commentlist ol {
    list-style: decimal;
}

.commentlist .avatar {
    position: absolute;
    top: 4px;
    left: 0;
}

.comment-author {}

.comment-author cite {
    color: #000;
    font-style: normal;
    font-weight: bold;
}

.comment-author .says {
    font-style: italic;
}

.comment-meta {
    font-size: 12px;
    margin: 0 0 18px 0;
}

.comment-meta a:link,
.comment-meta a:visited {
    color: #777;
    text-decoration: none;
}

.comment-meta a:active,
.comment-meta a:hover {
    color: #ff4b33;
}

.commentlist .even {}

.commentlist .bypostauthor {}

.reply {
    font-size: 12px;
    padding: 0 0 24px 0;
}

.reply a,
a.comment-edit-link {
    color: #777;
}

.reply a:hover,
a.comment-edit-link:hover {
    color: #ff4b33;
}

.commentlist .children {
    list-style: none;
    margin: 0;
}

.commentlist .children li {
    border: none;
    margin: 0;
}

.nopassword,
.nocomments {
    display: none;
}

#comments .pingback {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 18px;
    padding-bottom: 18px;
}

.commentlist li.comment+li.pingback {
    margin-top: -6px;
}

#comments .pingback p {
    color: #777;
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}

#comments .pingback .url {
    font-size: 13px;
    font-style: italic;
}

/* Comments form */
input[type="submit"] {
    color: #333;
}

#respond {
    border-top: 1px solid #e7e7e7;
    margin: 24px 0;
    overflow: hidden;
    position: relative;
}

#respond p {
    margin: 0;
}

#respond .comment-notes {
    margin-bottom: 1em;
}

.form-allowed-tags {
    line-height: 1em;
}

.children #respond {
    margin: 0 48px 0 0;
}

h3#reply-title {
    margin: 18px 0;
}

#comments-list #respond {
    margin: 0 0 18px 0;
}

#comments-list ul #respond {
    margin: 0;
}

#cancel-comment-reply-link {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}

#respond .required {
    color: #ff4b33;
    font-weight: bold;
}

#respond label {
    color: #777;
    font-size: 12px;
}

#respond input {
    margin: 0 0 9px;
    width: 98%;
}

#respond textarea {
    width: 98%;
}

#respond .form-allowed-tags {
    color: #777;
    font-size: 12px;
    line-height: 18px;
}

#respond .form-allowed-tags code {
    font-size: 11px;
}

#respond .form-submit {
    margin: 12px 0;
}

#respond .form-submit input {
    font-size: 14px;
    width: auto;
}

/* =Footer
-------------------------------------------------------------- */

#footer_map {
    background: #F9F9F9;
    border-top: solid 1px #ccc;
    padding: 40px 0;
    overflow: hidden;
    font-size: 90%;
}

#footer_bottom {
    background: #f7f4ec;
    border-top: solid 5px #000;
    overflow: hidden;
    padding: 20px 0 10px;
    clear: both;
}

#footer_bottom #logo_s {
    width: 381px;
    float: left;
    display: block;
    height: 64px;
}

#footer_map #inner,
#footer_bottom #inner {
    width: 1032px;
    margin: 0 auto;
    /*overflow: hidden;*/
}

#footer_map #inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

#fnav {
    list-style-type: none;
    /*margin: 10px 0 0 193px;*/
    margin-top: 10px;
    padding: 0;
    /*width:387px;*/
    float: right;
}

#fnav li {
    /*margin:0;
display:inline;
padding:0;*/
    display: inline;
    margin: 0;
    padding: 0;
    font-size: 75%;
    position: relative;
    padding-left: 8px;
    margin-left: 8px;
}

#fnav li:hover {
    text-decoration: underline;
}

#fnav li:after {
    position: absolute;
    content: "";
    right: -10px;
    top: 3px;
    height: 12px;
    width: 1px;
    background: #666;
}

#fnav li a {
    color: #666;
    text-decoration: none;
}

#txt_copy {
    /*width:329px;
height:11px;
margin:10px 0 0 251px;*/
    float: right;
    font-size: 80%;
    color: #666;
    margin-top: 14px;
    letter-spacing: 0.5px;
}

#footer_map #inner ul {
    height: 250px;
    float: left;
    width: 144px;
    /*135px;*/
    /*border-left:1px solid #ccc;*/
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1;
}

#footer_map #inner ul.home {
    border-left: none;
    width: 55px;
    padding-left: 0;
}

#footer_map #inner ul.home a {
    background: url(../img/ico_home.gif) no-repeat 1px;
    padding-left: 18px;
}

#footer_map #inner ul.last {
    width: auto;
    padding-right: 0;
}

#footer_map #inner ul.last li {
    margin-bottom: 12px;
}

#footer_map #inner ul.last a {
    /*background:url(images/common/ico_square.gif) no-repeat left;*/
    padding-left: 12px;
}

#footer_map #inner ul.fee {
    padding-top: 25px;
    height: 225px;
    width: 110px;
}

#footer_map #inner ul li {
    margin-bottom: 14px;
}

#footer_map #inner ul li.top {
    font-weight: bold;
    /*border-bottom:solid 1px #ccc;*/
    padding-bottom: 5px;
    margin-bottom: 0;
}

#footer_map #inner ul li.top a {
    padding-left: 0;
}

#footer_map #inner ul li.top a:before {
    content: none;
}

#footer_map #inner ul li.second {
    /*border-top:solid 1px #fff;*/
    padding-top: 8px;
}

#footer_map #inner ul li a {
    position: relative;
}

#footer_map #inner>ul>li>a:before {
    position: absolute;
    content: "";
    top: 7px;
    left: 4px;
    width: 0;
    height: 0;
    border-left: 3px solid #B12B2C;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    background: transparent;
}

#footer_map #inner ul li a {
    text-decoration: none;
    color: #666;
    /*background:url(images/common/ico_arrow.gif) no-repeat 3px;*/
    padding-left: 12px;
    position: relative
}

#footer_map #inner ul li a:hover {
    text-decoration: underline;
}

#footer_map #inner ul li ul li a:before {
    position: absolute;
    content: "";
    left: 4px;
    top: 50%;
    width: 4px;
    height: 1px;
    background: #999;
}

#footer_map #inner ul ul {
    float: none;
    margin-left: 12px;
    margin-top: 14px;
    border-left: none;
    padding-left: 0px;
    height: inherit;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
    -webkit-text-size-adjust: 140%;
}

code {
    -webkit-text-size-adjust: 160%;
}

#access,
px .entry-meta,
.entry-utility,
.navigation,
.widget-area {
    -webkit-text-size-adjust: 120%;
}

#site-description {
    -webkit-text-size-adjust: none;
}

/* =Print Style
-------------------------------------------------------------- */

/*
@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
*/




/* =table
-------------------------------------------------------------- */

#content table {
    width: 100%;
}

table.layout {
    margin-bottom: 30px;
}

.layout th {
    font-weight: 400;
    text-align: left;
}

.layout caption {
    text-align: left;
    font-weight: bold;
}

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

.news_table,
.news_tablekifu {
    width: 100%;
    margin-bottom: 20px;
}

.news_table .paddingl,
.news_tablekifu .paddingl {
    width: 90px;
    padding: 14px 0;
    font-size: 85%;
    letter-spacing: 1px;
}

.news_table .paddingr,
.news_tablekifu .paddingr {
    padding-right: 10px;
    font-size: 13px;
}

.news_table .paddingr a,
.news_tablekifu .paddingr a {
    text-decoration: none;
}

.news_table .paddingr a:hover,
.news_tablekifu .paddingr a:hover {
    text-decoration: underline;
}

.news_table tr {
    border-bottom: 1px dashed #999;
}

.news_table tr:last-child {
    border-bottom: none;
}

.news_table .label,
.news_tablekifu .label {
    width: 65px;
}

.news_tablekifu tr:nth-child(odd) {
    background: #f6f6f6;
}

.table_nomal,
.table_history,
.table_clublist {
    width: 100%;
    border-collapse: collapse;
}

.kifutit {
    margin: 0 !important;
    padding: 0;
}

.table_clublist {
    border-left: dotted 1px #b9b9b9;
    border-right: dotted 1px #b9b9b9;
}

.table_nomal th,
.table_history th {
    padding: 6px;
    text-align: left;
    vertical-align: top;
    color: #333;
    background: #f9f9f9;
    border: 1px solid #b9b9b9;
}

.table_history th.ad {
    background: #f9f9f9 url(../img/bg_history_table.gif) no-repeat 10px;
}

.table_clublist th {
    border-left: 1px dotted #ccc;
    width: 216px;
}

.table_clublist th.left {
    border-left: none;
}

.table_clublist td {
    padding: 10px;
    border-right: 1px dotted #ccc;
}

.table_nomal td,
.table_history td {
    padding: 6px;
    background-color: #fff;
    border: 1px solid #b9b9b9;
}

.table_nomal caption {
    margin-bottom: 5px;
    font-weight: bold;
}

.table_clublist li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: dotted 1px #ccc;
}

.table_clublist li a {
    text-decoration: none;
    padding-left: 10px;
}

.table_clublist li img {
    vertical-align: middle;
}

.table_history caption {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 120%;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 3px solid #560909;
}

.table_history th {
    text-align: right;
}

.table_clubdata {
    width: 400px !important;
    border-collapse: collapse;
    border-top: dotted 1px #ccc;
    float: left;
}

.table_clubdata td {
    padding: 10px 0 10px 10px;
    border-bottom: dotted 1px #ccc;
}

.table_clubdata th {
    background: #E1E8EF;
    width: 60px;
    padding: 10px;
    border-bottom: dotted 1px #ccc;
}

.table_expenses {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 3px solid #560909;
    margin-bottom: 10px;
}

.teachers {
    width: 70%;
}

.table_expenses th,
.table_expenses td {
    padding: 10px;
}

.table_expenses th {
    text-align: left;
    font-weight: 400;
    white-space: nowrap;
    border-right: dotted 1px #ccc;
}

.table_expenses th.bottom,
.table_expenses td {
    border-bottom: solid 1px #ccc;
}

.table_expenses td.fee {
    text-align: right;
    white-space: nowrap;
    border-right: 1px solid #ccc;
}

.table_schedule {
    border: solid 1px #ccc;
    margin-bottom: 20px;
}

.table_schedule caption {
    text-align: left;
    border-bottom: solid 3px #560909;
}

.table_schedule caption span {
    font-size: 150%;
    font-style: italic;
    font-weight: bold;
    font-family: verdana;
}

.table_schedule td,
.table_schedule th {
    border: 1px solid #ccc;
    padding: 2px;
}

.table_schedule th.time {
    width: 40px;
    background: #eee;
}

.table_schedule th.event {
    width: 250px;
}

.table_time_r {
    width: 330px !important;
    border: solid 3px #ccc;
    margin-bottom: 20px;
    float: left;
    margin-left: 27px;
}

.table_time_l {
    width: 330px !important;
    border: solid 3px #ccc;
    margin-bottom: 20px;
    float: left;
}

.table_time_r th,
.table_time_l th {
    border-right: 1px solid #ccc;
    width: 100px;
    background: #E1E8EF;
    border-bottom: solid #fff 1px;
}

.table_time_r td,
.table_time_l td {
    text-align: center;
    border-bottom: solid #eee 1px;
}

.table_time_l th,
.table_time_l td,
.table_time_r th,
.table_time_r td {
    padding: 5px;
}

/* =faq
-------------------------------------------------------------- */
#faq-block h1 {
    font-size: 110%;
    border-bottom: solid 1px #ccc;
    padding: 3px 5px 3px 28px;
    margin-bottom: 10px;
    background: #F9FCFF url(../img/fa_q.gif) no-repeat 7px 6px;
    color: #304373;
    font-weight: bold;
}

.scroll-back {
    display: none;
}

#faq-block .faq-answer p {
    padding: 0 0 0 28px;
}

#faq-block .faq-answer {
    background: url(../img/fa_a.gif) no-repeat 7px 3px;
}

.faq-list ul {
    margin: 0 0 20px 0;
}

.faqlist-question {
    border-bottom: dotted 1px #ccc;
    padding: 0 0 5px 10px;
    margin-bottom: 5px;
    background: url(../img/ico_arrow02.gif) no-repeat left 7px;
}

.barrow li {
    border-bottom: dotted 1px #ccc;
    padding: 0 0 5px 10px;
    margin-bottom: 5px;
    background: url(../img/ico_arrow02.gif) no-repeat left 7px;
}

.qacat {
    font-size: 85%;
}

.qacat li {
    display: inline;
}

.qacat li a {
    display: inline-block;
    background: #7E0707;
    padding: 3px 5px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
}

.qacat li a:hover {
    background: #B92D2D;
}

.single-faq ol {
    padding-left: 28px;
}

/* =施設
-------------------------------------------------------------- */
#facility_area {
    width: 691px;
    height: 630px;
    background: url(../img/img_facility.jpg) no-repeat;
}

.pic_list {
    padding-top: 160px;
}

.facility_link {
    background: #eee;
    border-radius: 5px;
    padding: 3px;
    text-align: center;
    font-size: 90%;
    border-bottom: 1px solid #ccc;
}

/* =行事
-------------------------------------------------------------- */
.schearea_l {
    width: 450px;
    float: left;
}

.schearea_r {
    width: 220px;
    float: right;
}

.schearea_r .cap {
    text-align: center;
    font-size: 90%;
    margin-bottom: 20px;
    display: block;
}

.diary_link {
    display: block;
    border-radius: 5px;
    background: #3F4C6B;
    padding: 10px;
    text-align: center;
    color: #fff !important;
    margin: 0 0 15px 0;
    border: 1px solid #333;
    text-decoration: none;
}

.diary_link:hover {
    background: #29334c;
}

#welcomeimg {
    width: 690px;
    overflow: hidden;
}

#welcomeimg ul {
    width: 690px;
    margin-right: -15px;
}

#welcomeimg ul li {
    width: 308px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    list-style-type: none;
    font-size: 11px;
    background: #fcfcfa;
    padding: 15px 10px;
    border: solid 1px #ddd;
    text-align: center;
    border-radius: 3px;
    box-shadow: rgba(214, 214, 214, 0.278431) 0px 0px 1px 2px inset;
    -webkit-box-shadow: rgba(214, 214, 214, 0.278431) 0px 0px 1px 2px inset;
    -moz-box-shadow: rgba(214, 214, 214, 0.278431) 0px 0px 1px 2px inset;
}

#welcomeimg ul li img {
    border: solid 1px #ccc;
    padding: 1px;
}

#welcomeimg ul li p.cap {
    height: 50px;
    padding: 0;
    margin: 5px 0 0 0;
}

#search_box #content {
    margin-left: 270px;
}

#dynamic-to-top span {
    display: block;
    overflow: hidden;
    width: 14px;
    height: 12px;
    background: url(../img/up.png )no-repeat center center !important;
}

div.kaigai input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
select {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 2px;
    margin-bottom: 4px !important;
}

.schearea {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.schearea h3 {
    height: 56px;
    background: #B1292B;
    color: #fff;
    text-align: center;
    /*padding:8px;*/
    font-size: 120%;
    letter-spacing: 5px;
    line-height: 56px;
}

.schearea ul {
    /*padding:8px 8px 0px 8px;*/
}

.schearea dl {
    display: table;
    width: 300px;
    height: auto;
    font-size: 0.82rem;
    border-bottom: 1px solid #ccc;
    line-height: 1.4;
}

.schearea dl dt {
    float: none;
    display: table-cell;
    width: 94px;
    height: auto;
    padding: 12px 0 8px 12px;
    box-sizing: border-box;
    color: #B1292B;
    font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    vertical-align: top;
}

.schearea dl dd {
    float: none;
    display: table-cell;
    width: 206px;
    height: auto;
    padding: 12px 4px 8px 0;
    box-sizing: border-box;
    vertical-align: top;
}

/* クラブ　リスト */
.clublist {
    display: none;
}

/* 言語選択 2018.1.4追加 */

.lang_select {
    padding: 32px 0;
    background: #B1292B;
    font-size: 24px;
}

.lang_select ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lang_select ul li {
    color: #fff;
}

.lang_select ul li:not(:last-child) {
    margin-right: 16px;
}

.lang_select ul li a {
    text-decoration: none;
    display: block;
    padding: 12px 0;
    border: 2px solid #fff;
    width: 240px;
    text-align: center;
    color: #fff;
}

.lang_select ul li a.current {
    background: #fff;
    color: #B92D2C;
}

.lang_select {
    border-bottom: 1px solid #fff;
}




/*-----------------------------------------------
　建築サイトの更新履歴RSS読み込み
-----------------------------------------------*/
#content_top #rss h3 a {
    color: #333;
    text-decoration: none;
    font-size: 110%;
    height: 48px;
    line-height: 48px;
    padding-left: 56px;
    border-top: 3px solid #B1292B;
    background: #F7F4EB;
    display: block;
    letter-spacing: 1px;
    background-image: url(../img/info_h3.png);
    background-repeat: no-repeat;
    background-position: 8px center;
    position: relative;
}

#content_top #rss h3 a:before {
    position: absolute;
    content: "";
    top: 18px;
    right: 60px;
    width: 0;
    z-index: 2;
    height: 0;
    border-left: 4px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    background: transparent;
}

#content_top #rss h3 a:after {
    position: absolute;
    content: "一覧";
    width: 60px;
    height: 20px;
    line-height: 20px;
    display: block;
    background: #666;
    color: #fff;
    top: 12px;
    right: 12px;
    font-size: 12px;
    text-align: center;
}

.fa-external-link:before {
    content: "\f08e";
    margin-left: 5px;
}

#content_top #rss ul {
    margin-top: 10px;
}

#content_top #rss table {
    width: 100%;
}

#content_top #rss tr {
    border-bottom: 1px dashed #999;
}

#content_top #rss ul li:last-child tr {
    border: none;
}

#content_top #rss .paddingl {
    width: 90px;
    padding: 14px 0;
    font-size: 85%;
    letter-spacing: 1px;
}

#content_top #rss .paddingr {
    padding-right: 10px;
    font-size: 13px;
}

#content_top #rss .paddingr a {
    text-decoration: none;
}

#content_top #rss .paddingr a:hover {
    text-decoration: underline;
}

#content_top #rss hr.info {
    margin-top: 10px;
}



._noLink {
    pointer-events: none;
}

#primary2 .archive {
    margin-bottom: 15px;
}

#primary2 .archive li a {
    position: relative;
}

#primary2 .archive li a::after {
    content: "年度";
    position: relative;
    display: inline-block;
}

#facility_area2 .pic_block {
    display: flex;
    justify-content: center;
    align-items: center;
}

#facility_area2 .list {
    margin-right: 100px;
}

#facility_area2 .img {}