@charset "utf-8";
/* -------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 

v2.0 | 20110126

License: none (public domain)

*/

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*-------------------------------------------*/


/* For modern browsers */

.cf:before, .cf:after {
    content: "";
    display: table;
}
.cf:after { clear: both; }
/* For IE 6/7 (trigger hasLayout) */

.cf { zoom: 1; }
body {
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 13px;
}
div, td, th, p, pre {
    margin: 0;
    color: #47484a;
    font-family: Myriad, Helvetica, Arial, Meiryo, "メイリオ", sans-serif;
    line-height: 25px;
}
input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
/* HTML5の新要素 */

section, nav, article, aside, hgroup, header, footer, figure, figcaption, summary {
    display: block;
    margin: 0;
    padding: 0;
}
img {
    vertical-align: bottom;
    border: 0;
    margin: 0;
    padding: 0;
}
a {
    outline: none;
    color: #b30000;
    text-decoration: none;
    margin: 0;
}
a:hover { text-decoration: underline; }
.imgBotom { vertical-align: bottom; }
li {
    margin: 0;
    list-style: none;
}
ol, ul {
    margin: 0;
    padding: 0;
}
dl {
    margin: 0;
    padding: 0;
}
dt, dd {
    padding: 0;
    margin: 0;
}
h1 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
h2, h3 {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}
h3#f_14px { font-size: 14px; }
h4, h5, h6 {
    padding: 0;
    font-weight: bold;
    margin: 0;
}
form { margin: 0; }
.clear {
    margin-top: 0;
    clear: both;
}
.clr {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
}
/*---------コンテンツ---------*/

#contnetes {
    width: 100%;
    margin: 0 auto;
}
#contnetes #title { background: #bf0003; }
#contnetes .title {
    width: 950px;
    margin: 0 auto;
}
#contnetes .title h2 {
    font-size: 13px;
    color: #FFF;
    padding: 4px 0;
    text-align: center;
}
#contnetes .contentes {
    padding-bottom: 20px;
    width: 100%;
    background: url(../images/ninshou/bg_01.jpg) repeat-x bottom;
    margin: 0 auto;
}
#contnetes .contentes_box {
    width: 950px;
    padding: 25px 0;
    margin: 0 auto;
    text-align: center;
}
#contnetes .contentes_box h1 img {
    width: 400px;
    height: inherit;
}
#contnetes .contentes_box .evemi {
    margin: 0 auto 16px;
}
#contnetes .contentes_box .evemi img {
    width: 80px;
    height: inherit;
}
#contnetes .contentes_box .bt_box {
    width: 600px;
    padding: 20px 0 40px;
    background: url(/images/ninshou/r18.jpg) center top no-repeat;
    margin: 15px auto 0;
}
.txt_box {
    width: 600px;
    text-align: center;
    margin: 0 auto;
}
.copy {
    text-align: center;
    margin: 0 auto;
    width: 800px;
    padding: 10px 0 0;
    font-size: 10px;
}

/*----画像マウスオーバー-------*/

.bx-spec{
    width: 596px;
    border: 1px solid #ddd;
    margin: 0 auto;
    padding: 16px;
    background: #fff;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
}
.bx-evelt{
    background: #ddd;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.bx-evelt > p{
    color: #444;
    font-weight: bold;
}
.bx-spec > p b{
    font-weight: bold;
}

dl.spec{
    font-size: 10px;
    overflow: hidden;
}
dl.spec dt{
    display: inline-block;
    font-weight: bold;
}
dl.spec dd{
    display: inline-block;
}

a img,  a img { background: none!important; }
a:hover img,  a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
    background: none!important;
}
/*---------png画像など---------*/

.iepngfix {  behavior: expression(IEPNGFIX.fix(this));
}
/*TOPページに戻る*/

.TopTxt {
    text-align: right;
    width: 100%;
}
/*float画像*/

.img_L { float: left; }
.img_R { float: right; }
.img-top {
    font-size: 1px;
    line-height: 20px;
    vertical-align: top;
}
/*TOPページに戻る*/

.p-l13px { padding-left: 13px; }
.p-l15px { padding-left: 15px; }
.p-l20px { padding-left: 20px; }
.p-l30px { padding-left: 30px; }
.m-l5px { margin-left: 5px; }
.m-l15px { margin-left: 15px; }
.m-l60px { margin-left: 60px; }
.m-b30px { margin-bottom: 30px; }
.m-b40px { margin-bottom: 40px; }
.m-b55px { margin-bottom: 55px; }
.m-b64px { margin-bottom: 64px; }
.m-b74px { margin-bottom: 74px; }
/* text */

.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_l { text-align: left; }
.xs { font-size: 70%; }
.s { font-size: 80%; }
.xm { font-size: 90%; }
.m { font-size: 100%; }
.xl { font-size: 110px; }
.ll { font-size: 120px; }
.font10 {
    line-height: 18px;
    font-size: 10px;
}
/* margin left */

.m_l_4 { margin-left: 4px; }
.m_l_5 { margin-left: 5px; }
.m_l_7 { margin-left: 8px; }
.m_l_8 { margin-left: 9px; }
.m_l_10 { margin-left: 10px; }
.m_l_15 { margin-left: 15px; }
.m_l_20 { margin-left: 20px; }
.m_l_25 { margin-left: 25px; }
.m_l_30 { margin-left: 30px; }
.m_l_60 { margin-left: 60px; }
.m_l_70 { margin-left: 70px; }
/* margin right */

.m_r_5 { margin-right: 5px; }
.m_r_10 { margin-right: 10px; }
.m_r_16 { margin-right: 16px; }
.m_r_20 { margin-right: 20px; }
.m_r_21 { margin-right: 21px; }
.m_r_15 { margin-right: 15px; }
.m_r_20 { margin-right: 20px; }
.m_r_30 { margin-right: 30px; }
/* margin top */

.m_t_4 { margin-top: 4px; }
.m_t_5 { margin-top: 5px; }
.m_t_10 { margin-top: 10px; }
.m_t_15 { margin-top: 15px; }
.m_t_16 { margin-top: 16px; }
.m_t_20 { margin-top: 20px; }
.m_t_24 { margin-top: 24px; }
.m_t_25 { margin-top: 25px; }
.m_t_30 { margin-top: 30px; }
.m_t_40 { margin-top: 40px; }
.m_t_80 { margin-top: 80px; }
/* margin bottom */

.m_b_0 { margin-bottom: 0 !important; }
.m_b_5 { margin-bottom: 5px!important; }
.m_b_6 { margin-bottom: 6px!important; }
.m_b_10 { margin-bottom: 10px!important; }
.m_b_15 { margin-bottom: 15px!important; }
.m_b_20 { margin-bottom: 20px!important; }
.m_b_25 { margin-bottom: 25px!important; }
.m_b_30 { margin-bottom: 30px!important; }
.m_b_33 { margin-bottom: 33px!important; }
.m_b_55 { margin-bottom: 55px!important; }
.m_b_60 { margin-bottom: 60px!important; }
.p_l_20 { padding-left: 20px }
.p_b_10 { padding-bottom: 10px; }
.p_b_50 { padding-bottom: 50px; }
.ds { list-style-type: disc; }        /* 黒まる */
.cc { list-style-type: circle; }      /* 白まる */
.sq { list-style-type: square; }      /* 四角 */
.dc { list-style-type: decimal; }     /* 数字 */
.lr { list-style-type: lower-roman; } /* ローマ数字小文字 */
.ur { list-style-type: upper-roman; } /* ローマ数字大文字 */
.la { list-style-type: lower-alpha; } /* アルファベット小文字 */
.ua { list-style-type: upper-alpha; } /* アルファベット大文字 */
.nn { list-style-type: none; }        /* マークなし */

/*メンテ枠*/

#mente_box{
    width:760px;
    margin:0 auto;
    border:1px solid #ccc;
}

#mente_box span{
    width:760px;
    background:#ddd;
    float:left;
    padding:10px 0;
    text-align:center;
    font-weight:bold;
}

#mente_box p{
    text-align:left;
    overflow:hidden;
    padding:10px 0 10px 13px;
}