@charset "UTF-8";

/*---------------------------------------------------------
  reset
----------------------------------------------------------- */

html {
	overflow-y: scroll;
	margin: 0 auto;
	position: relative; /* Fix for absolute positioning */
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}

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

object,embed {
	vertical-align: top;
}

img,abbr,acronym,fieldset {
	border: 0;
}

ol,ul {
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

/*
section,
aside,
article,
header,
footer,
nav {
	display:block;
}
*/
/*　↑　html5reset-1.6.1　の方にも同じ記述があるので確認　*/

/*---------------------------------------------------------
  hr　（小林追加）
----------------------------------------------------------- */
/*hr {
	display: none;
	border:none;
}*/

/*　実践　*/
hr {
	border-top: 1px solid #bbb;
}
/*　二重線　*/
hr.wline {
	border-top: 3px double #bbb;
}
/*　点線　*/
hr.dotted,hr.tensen{
	border-top: 1px dotted #bbb;
}
/*　立体線　*/
hr.dline {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #fff;
}
/*　シャドー　*/
hr.shadow {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #bbb inset;
}
/*　グラデーション　*/
hr.gra {
	border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

.underline_dot{
	padding-bottom:3px;
	border-bottom:dotted 1px #ccc;
}
.underline_dot2{
	padding-bottom:3px;
	border-bottom:dotted 2px #ccc;
}
.underline_dot3{
	padding-bottom:3px;
	border-bottom:dotted 3px #ccc;
}

/*---------------------------------------------------------
  文字間
----------------------------------------------------------- */
.ls_tsume{
	/*詰める場合*/
	letter-spacing:-0.2em;
}

/*---------------------------------------------------------
  common
----------------------------------------------------------- */

body {
	/*color: #434343;*/
}


/*---------------------------------------------------------
   default link
----------------------------------------------------------- */

a {
/*	color: #8833FF !important;*/
color: #AE70C2;
}

a:link {
	color: #AE70C2;
	text-decoration: none;
}

a:visited {
	color: #AE70C2;
	text-decoration: none;
}

a:hover,
a:active {
	color: #FF3355;
	text-decoration: none;
}

/*　リンク画像　マウスオーバーで半透明に　*/
a:hover img{
  opacity: .5;
}

/*---------------------------------------------------------
   暗めの背景 link
----------------------------------------------------------- */
a.light_color {
/*	color: #6A5ACD !important;*/
color: #F0F8FF;
}

a:link.light_color {
	color: #F0F8FF;
	text-decoration: none;
}

a:visited.light_color {
	color: #F0F8FF;
	text-decoration: none;
}

a:hover.light_color,
a:active.light_color {
	color: #FF3355;
	text-decoration: none;
}

/*---------------------------------------------------------
   明るめの背景 link
----------------------------------------------------------- */
a.dark_color {
/*	color: #6A5ACD !important;*/
color: #F0F8FF;
}

a:link.dark_color {
	color: #F0F8FF;
	text-decoration: none;
}

a:visited.dark_color {
	color: #F0F8FF;
	text-decoration: none;
}

a:hover.dark_color,
a:active.dark_color {
	color: #FF3355;
	text-decoration: none;
}

/*---------------------------------------------------------
   header footer link
----------------------------------------------------------- */
#header01 a,footer a,#osie_slide a {
/*	color: #6A5ACD !important;*/
color: #777;
}

#header01 a:link,footer a:link,#osie_slide a:link {
	color: #777;
	text-decoration: none;
}

#header01 a:visited,footer a:visited,#osie_slide a:visited {
	color: #777;
	text-decoration: none;
}

#header01 a:hover,#header01 a:active,footer a:hover,footer a:active,#osie_slide a:hover,#osie_slide a:active {
	color: #FF3355;
	text-decoration: none;
}

/*---------------------------------------------------------
   movie_category link
----------------------------------------------------------- */

.movie_index-page .entry a,.movie_index-page .menu a {
/*	color: #8833FF !important;*/
color: #666;
}

.movie_index-page .entry a:link,.movie_index-page .entry a:link {
	color: #666;
	text-decoration: none;
}

.movie_index-page .entry a:visited,.movie_index-page .entry a:visited {
	color: #666;
	text-decoration: none;
}

.movie_index-page .entry a:hover,.movie_index-page .entry a:hover,
.movie_index-page .entry a:active,.movie_index-page .entry a:active {
	color: #FF3355;
	text-decoration: none;
}

/*　リンク画像　マウスオーバーで半透明に　*/
a:hover img{
  opacity: .5;
}

/*---------------------------------------------------------
   margin
----------------------------------------------------------- */

.mt00 { margin-top:  0px !important; }
.mt05 { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }

.mr00 { margin-right:  0px !important; }
.mr05 { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }

.mb00 { margin-bottom:  0px !important; }
.mb05 { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }

.ml00 { margin-left:  0px !important; }
.ml05 { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }

/*  e7 */

body.ie7 .mb00ie7 { margin-bottom:  0px !important; }
body.ie7 .mb05ie7 { margin-bottom:  5px !important; }
body.ie7 .mb10ie7 { margin-bottom: 10px !important; }
body.ie7 .mb15ie7 { margin-bottom: 15px !important; }
body.ie7 .mb20ie7 { margin-bottom: 20px !important; }
body.ie7 .mb25ie7 { margin-bottom: 25px !important; }
body.ie7 .mb30ie7 { margin-bottom: 30px !important; }
body.ie7 .mb35ie7 { margin-bottom: 35px !important; }
body.ie7 .mb40ie7 { margin-bottom: 40px !important; }
body.ie7 .mb45ie7 { margin-bottom: 45px !important; }
body.ie7 .mb50ie7 { margin-bottom: 50px !important; }

/*---------------------------------------------------------
   padding
----------------------------------------------------------- */

.pt00 { padding-top:  0px !important; }
.pt05 { padding-top:  5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }

.pr00 { padding-right:  0px !important; }
.pr05 { padding-right:  5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }

.pb00 { padding-bottom:  0px !important; }
.pb05 { padding-bottom:  5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }

.pl00 { padding-left:  0px !important; }
.pl05 { padding-left:  5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }

/*  e7 */

body.ie7 .pb00ie7 { padding-bottom:  0px !important; }
body.ie7 .pb05ie7 { padding-bottom:  5px !important; }
body.ie7 .pb10ie7 { padding-bottom: 10px !important; }
body.ie7 .pb15ie7 { padding-bottom: 15px !important; }
body.ie7 .pb20ie7 { padding-bottom: 20px !important; }
body.ie7 .pb25ie7 { padding-bottom: 25px !important; }
body.ie7 .pb30ie7 { padding-bottom: 30px !important; }
body.ie7 .pb35ie7 { padding-bottom: 35px !important; }
body.ie7 .pb40ie7 { padding-bottom: 40px !important; }

/*---------------------------------------------------------
   text-align
----------------------------------------------------------- */

.right {
	text-align:right;
}

.center {
	text-align:center;
}

/*---------------------------------------------------------
   img-align　画像の右寄せ　左寄せ
----------------------------------------------------------- */
.alignleft{
	float:left;
}
.alignright{
	float:right;
}
/*---------------------------------------------------------
   clearfix
----------------------------------------------------------- */

.clearfix {
	/zoom:1; /* IE6,7 */
}

.clearfix:after {
	content:'';
	display:block;
	clear:both;
	height:0;
}

.clear {
	clear:both;
}

/*---------------------------------------------------------
   png_bg
----------------------------------------------------------- */
.png_bg {
}

/*---------------------------------------------------------
   imgover
----------------------------------------------------------- */
.imgover {
}

/*---------------------------------------------------------
   rounded
----------------------------------------------------------- */
.round6{
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
}
.round8{
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
}
.round10{
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}

/*=============================

　囲み

===============================*/
.kakomi{
    border:solid 1px #ccc;
    padding:10px;
}
.kakomi_maru{
    border:solid 1px #ccc;
    border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
    padding:10px;
    background-color:#fff;
}

.kakomi_cf{
    background-color:#fff;
    padding:18px;
    border:dotted 2.5px #ccc;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.kakomi_cf2{
    background-color:#fff;
    padding:18px 18px 0;
    border:dotted 2.5px #ccc;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

/* 囲み時のタイトル */
.h_kakomi{
	background:url('../images/bg_bbb.png');
	background-color:#bbb;
	color:#fff;
	font-size:120%;
	font-weight:600;
	height:35px;
	width:108%;
	padding:5px 20px;
	margin:-5px 0px 10px -20px;
}

/* 別枠　--教祖130年祭関連-- */
.betsuwaku{
	margin:20px 0;
	padding:10px 1px;
	border:solid 1px #ccc;
	background-color: #fff;
}
.betsuwaku ul{
	margin:0px !important;
}
.betsuwaku h3{
	margin:0px 20px !important;
}

/*---------------------------------------------------------
   list style
-----------------------------------------------------------	*/
.style_circle{
    list-style-type: circle;
}

/*---------------------------------------------------------
   Fonts CSS
-----------------------------------------------------------
	10px = 77%
	11px = 85%
	12px = 93%
	13px = 100%
	14px = 108%
	15px = 116%
	16px = 124%
	17px = 131%
	18px = 139%
	19px = 147%
	20px = 154%
	21px = 162%
	22px = 170%
	23px = 177%
	24px = 185%
	25px = 193%
	26px = 200%
----------------------------------------------------------- */
.font10 { font-size:77%; }
.font11 { font-size:85%; }
.font12 { font-size:93%; }
.font13 { font-size:100%; }
.font14 { font-size:108%; }
.font15 { font-size:116%; }
.font16 { font-size:124%; }
.font17 { font-size:131%; }
.font18 { font-size:139%; }

.font10px { font-size:10px; }
.font11px { font-size:11px; }
.font12px { font-size:12px; }
.font13px { font-size:13px; }
.font14px { font-size:14px; }
.font15px { font-size:15px; }
.font16px { font-size:16px; }
.font18px { font-size:18px; }
.font20px { font-size:20px; }
.font22px { font-size:22px; }

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;  margin: 0; padding: 0; }

body { font-family: "メイリオ",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", sans-serif; font-size:85%; letter-spacing:0.05em;line-height:1.8em;}
select,input,button,textarea{font:83% arial,helvetica,clean,sans-serif;}
table {font-size:inherit;font:85%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:90%;line-height:85%;}


/*---------------------------------------------------------
  pagetop.js　連動　ページトップへ 　
----------------------------------------------------------- */
/* page-top */
#page-top {
	position: fixed;
	bottom: 100px;
	right: 0;
	text-align:right;
	z-index: 2000;
}
#page-top a {
	margin: 0;
	display: block;
}
#page-top a img {
	width:50%;
}

#page-top a:hover img {
	opacity:0.60;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	-moz-opacity:0.60;
}

/* page-tab タブメニューへ移動 */
#page-tab {
	position: fixed;
	bottom: 30px;
	right: 0;
	z-index: 2000;
}
#page-tab a {
	margin: 0 0 30px;
	display: block;
}
#page-tab a:hover img {
	opacity:0.60;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	-moz-opacity:0.60;
}

.class_top{
    font-weight:600;
}
