@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body{
color:#333;
font:14px verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:2em;
-webkit-text-size-adjust: none;
background-image: url(../img/body_back.png);  
background-repeat: repeat-y;  
background-position: center top; /* background-position: 0 0; */ 
}

html{background:#fff;}


/* リンク設定
------------------------------------------------------------*/
a{color:#ffffff;
text-decoration: underline;
}
a:hover{
color:#ffffff;
background: transparent;
}
a:active, a:focus{outline:0;}

.content a{color:#000000;}
.content a:hover{
color:#000000;
background: transparent;
}

/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
background:#000000;
}

.inner{
margin:0 auto;
width:100%;
}


/*************
/* ヘッダー
*************/
h1{
font-size:10px;
line-height:1.6;
font-weight:normal;
}

#header{
overflow:hidden;
xpadding:5px 0 0 10px;
padding:0px;
xbackground:#FFFFFF;
background: transparent;
}

* html #header{height:1%;}


/*************
/* ロゴ
*************/
#header .logo{
float:left;
padding: 10px 0 5px 15px;
}

.logo a{
font-size:16px;
font-weight:bold;
line-height:1;
color:#333;
text-decoration:none;
}

.logo span{
font-size:10px;
font-weight:normal;
color:#333;
}

.info{
float:right;
padding:20px 0px 5px 0;
}

.tel strong{
font-size:16px;
font-weight:bold;
}

/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
margin:0;
padding:10px;
position:relative;
line-height:0;
background: url(../img/index_mvback.png) no-repeat center -3px;
background-color: #000000;
}

.subImg {
background:#ffffff !important;
*zoom: 1; 
}

.mainImg {
*zoom: 1; 
*background-color: #000000 !important;
}

#mainBanner img{
max-width:100%;
height:auto;
}

/**************************
/* グリッド
**************************/
.gridWrapper{
clear:both;
padding:20px 0;
overflow:hidden;
background:#000000;
color: #FFFFFF;
}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
}

.colDark,.colLight{
padding-bottom:5px;
color:#fff;
background:#1c1c1c;
}

.colLight{background:#005c98;}

.colDark h3,.colLight h3{
margin:10px 10px 5px;
font-size:14px;
font-weight:bold;
}

.colDark a,.colLight a{
display:block;
padding:3px;
border-radius:3px;
color:#fff;
background:#005c98;
}

.colLight a{background:#1c1c1c;}

.colLight a:hover,.colDark a:hover{
color:#1c1c1c;
background:#fff;
}

#sub .grid h3{
padding-left:7px;
margin-bottom:17px;
font-size:14px;
border-left:4px solid #eee;
}

.grid p{
padding:5px 10px;
}

.grid ul{margin:5px 10px;}

.grid li{
padding:5px 0;
list-style:inside;
border-bottom:1px dashed #ebebeb;
}

.grid li a{
text-decoration:none;
}

.gridWrapper img{
max-width:100%;
height:auto;
}

/* フッター内のグリッド(3カラム) */
#footer .inner{
background:#000000;
text-align: center;
}

#footer .inner ul{
padding:20px 0 10px 5px;
line-height: 1.2em;
}

#footer .inner li{
padding:0 6px 0 5px;
margin-bottom:3px;
list-style:none;
border-bottom:0;
display:inline-block;
*display: inline;  
*zoom: 1; 
border-right:1px solid #eee;
}
#footer .inner li.lastl{
border-right:none;
}

.menuph {
float: left;
text-align: center;
padding: 0px 15px;
line-height: 1.6em;
font-size: 12px;
}
.nosindex {
float: left;
font-size: 12px;
width: 320px;
}

.nosindex li{
padding-left: 10px;
}

/*************
メイン コンテンツ
*************/
section.content{
padding-bottom:0px;
overflow:hidden;
background: #ffffff;
}

* html section.content{height:1%;}

section.content p{
margin-bottom:5px;
padding: 10px;
}

h3.heading{
margin-bottom:0px;
font-size:14px;
background-color: #004119;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.4)), color-stop(100%, rgba(255, 255, 255, 0)));
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
background-image: -o-linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
color: #FFFFFF;
padding: 5px 0 5px 15px;
}

h3.headline {
border-bottom: solid 1px #FFFFFF;
}

h3.bodycatch {
border-bottom: solid 2px #cccccc;
font-weight: bold;
padding-bottom: 5px;
}

h3.osusumehead {
border-bottom: none;
font-size: 16px;
font-weight: bold;
padding: 5px 10px;
background-color: red;
color: #ffffff;
text-align: center;
}

h4.nsttitle {
xborder-top: 1px solid #999999;
border-bottom: 1px solid #999999;
font-size: 16px;
padding: 20px 10px 10px 10px;
text-align: center;
}

h4.kazedtitle {
xborder-top: 1px solid #999999;
border-bottom: 1px solid #999999;
font-size: 16px;
padding: 20px 10px 10px 10px;
text-align: center;
}

h4.nsttitlein {
border-bottom: 1px solid #999999;
font-size: 14px;
margin: 0px 20px 10px 0px;
text-align: center;
}
.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 1px;
}

.alignright{
float:right;
clear:right;
margin:3px 1px 10px 10px;
}

img.frame,#gallery img{
border:4px solid #fff;
box-shadow:0 0 2px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:0 0 2px rgba(0, 0, 0, 0.5);
}

#gallery .gridWrapper{padding:0;}

#gallery img{
margin:5px;
}

section#gallery{overflow:visible;}

#main,
.sub {
background: #ffffff;
}

.main {
padding-bottom: 1em;
background: #ffffff;
}

.main960 {
padding-bottom: 1em;
background: #ffffff;
}

.sub {
text-align: center;
padding-bottom: 20px;
}

p.kaze {
width: 75%;
margin: 0 auto;
}

/*************
テーブル
*************/
table.table{
border-collapse:collapse;
width:100%;
margin:0px auto 10px auto;
}

table.table th,table.table td{
padding:10px;
border:1px solid #ddd;
}

table.table th{
font-weight:normal;
letter-spacing:1px;
white-space:nowrap;
background:#eee;
}



/*************
/* フッター
*************/
#footer{
clear:both;
padding:0;
overflow:hidden;
font-size:11px;
background-image: url(../../img/footer_back.png);  
background-repeat: repeat-y;  
background-position: center bottom; /* background-position: 0 0; */ 
}

* html #footer{height:1%;}

#footer .copyright{
padding: 10px 0px 20px 0px;
font-size:10px;
color: #ffffff;
line-height: 1.8em;
}

/* PC用 */
@media only screen and (min-width:960px){	
#wrapper,.inner{
width:960px;
padding:0;
}

#wrapper{
padding-bottom:0px;
background: #ffffff;
}

#main,
.main{
float:left;
width:690px;
z-index: 100;
}

#subpage #sub,
.sub{
float:left;
width:270px;
overflow:hidden;
font-size: 80%;
}

/* グリッド */
.grid{width:235px;}
.col2{width:470px;}
.col3{width:940px;}
#gallery .grid{width:230px;}
#subpage #sub .grid{
width:100%;
float:none;
padding-bottom:30px;
}
	
#indexsubwrap{
background: #000000;
background: #000 url(../img/index_mv_zazen2.png) no-repeat center -3px;
}
#indextopics{
padding-left: 30px;
padding-right: 100px;
width:350px;
padding-top:10px;
font-size: 14px;
}
#indexbnr{
padding-left: 120px;
padding-right: 0px;
width:350px;
padding-top:0px;
text-align: right;
}

th,td {
padding-left: 1.5em !important;
vertical-align: top !important;
}
th {
width: 200px !important;
}
th.sctime {
width: 150px !important;
}
.plane {
background: #ffffff !important;
}

.animenu {
padding-left: 1px;
background: #000000;
}

}/* PC用表示ここまで　*/


/* モニター幅960px以下 */
@media only screen and (max-width:960px){
h1 p.inner{padding:0 2%;width:96%}
#header .logo{padding-left:10px;}
#header .info{padding-right:10px;}

#mainBanner{
padding:0px;
width: 98%;
-moz-background-size:cover;
background-size:cover;
}

.grid{
width:50%;
margin:2px 0;
}

.col2{
float:none;
width:100%;
margin:0 0 20px;
}

.grid img{
float:left;
margin-right:5px;
}

#gallery .grid{
width:31%;
margin:0 1%;
padding:0;
}

#gallery .grid img{
float:none;
}

section.content{padding:0 10px;}

section.content img{
max-width:90%;
height:auto;
}

#sub .grid{padding-bottom:20px;}

#footer{padding:0;}

#footer .grid{
float:none;
width:100%;
margin-bottom:5px;
text-align:center;
}
}


/* iPad 縦 */
@media only screen and (max-width:768px){
#header{padding-bottom:0;}	
#mainBanner{
padding:0px;
width: 98%;
-moz-background-size:cover;
background-size:cover;
}
.info{
float: none;
clear: both !important;
text-align: left;
padding: 0 0 0 15px;}
}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
.grid{width:100%;}

.grid img{
float:none;
margin:20px auto 10px;
}

.grid p{text-align:left;}

img.frame,#gallery img{border-width:2px;}

.alignleft,.alignright{
float:none;
display:block;
margin:0 auto 10px;
}

#footer .grid p{text-align:center;}
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
#header .logo{
text-align: center;
padding:10px 10px 0px 20px;
}
#header .logo img{
width: 100%;}
.info{
float: none;
clear: both !important;
text-align: center;
padding: 0;}
#mainBanner{margin-left:0px;}
#mainBanner h2,#mainBanner h3{font-size:80%;}
.menuph {
float: none;
text-align: center;
padding: 0;
width: 100%;
}
}/* スマートフォン 縦(ポートレート) */

.tblhead {
background-color: rgb(241, 240, 231) !important;
}

.append {
margin: 10px;
padding: 10px 20px !important;
border: 1px solid #cccccc;
}

/* ----------------------------------------- */
/* new clearfix----------------------------- */
/* ----------------------------------------- */
.clearfix:after {  
visibility: hidden;  
display: block;  
font-size: 0;  
content: " ";  
clear: both;  
height: 15;  
}  

/* ----------------------------------------- */
/* clear fix ---------------------------- */
/* ----------------------------------------- */
.clear {
clear:both;
background: #ffffff;
font-size: 4px;
}  
.clear hr { display:none; } 

.ccenter {
text-align: center !important;
width: 100% !important;;
}
/* ----------------------------------------- */
/* 0830        ----------------------------- */
/* ----------------------------------------- */
p.copyright a {
text-decoration: none !important;
}