@charset "UTF-8";

/**
 * Global
 */
body {
	color:#000;
	font-size: 14px;
}
a {
	color:#533277;
	text-decoration: none;
}

a img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
}


a:hover,
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-khtml-opacity: 0.8;
	-moz-opacity: 0.8;
	text-decoration:underline;
}

.hover-opac:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-khtml-opacity: 0.8;
	-moz-opacity: 0.8;
}

/* clearfix */
.clearfix { width:100%; zoom: 1;}
.clearfix:before, .clearfix:after {
  content: "\0020"; 
  display: block; 
  height: 0;
  overflow: hidden;
  clear: both;
 }

.f-left { float: left;}
.f-right { float: right;}


.mr0 { margin-right: 0 !important;}

.mb5 { margin-bottom: 5px;}
.mb10 { margin-bottom: 10px;}
.mb12 { margin-bottom: 12px;}
.mb15 { margin-bottom: 15px;}
.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;}
.mb70 { margin-bottom: 70px !important;}
.mb75 { margin-bottom: 75px !important;}
.mb80 { margin-bottom: 80px !important;}
.mb90 { margin-bottom: 90px !important;}

.mt-20 { margin-top: -20px;}
.mt20 { margin-top: 20px;}
.mt30 { margin-top: 30px;}
.mt40 { margin-top: 40px;}
.mt50 { margin-top: 50px;}


.mr5 { margin-right: 5px;}
.mr10 { margin-right: 10px;}
.mr20 { margin-right: 20px;}
.mr25 { margin-right: 25px;}
.mr30 { margin-right: 30px;}
.mr55 { margin-right: 55px;}

.ml10 { margin-left: 10px;}
.ml15 { margin-left: 15px;}
.ml20 { margin-left: 20px;}

.pb0 { padding-bottom: 0 !important;}
.p-mb30 p { margin-bottom: 30px;}

.pt7 { padding-top: 7px;}
.pt10 { padding-top: 10px;}
.pt15 { padding-top: 15px;}
.pt20 { padding-top: 20px;}
.pt25 { padding-top: 25px;}
.pt30 { padding-top: 30px;}
.pt70 { padding-top: 70px;}

.pl10 { padding-left: 10px;}
.pl20 { padding-left: 20px;}
.pl30 { padding-left: 30px;}
.pl40 { padding-left: 40px;}
.pl50 { padding-left: 50px;}
.pl60 { padding-left: 60px;}

.w140 { width: 140px;}
.w150 { width: 150px;}
.w430 { width: 430px;}
.w570 { width: 570px;}
.w640 { width: 640px;}
.w700{ width: 700px;}
.w710{ width: 710px;}
.w750{ width: 750px;}
.w790{ width: 790px;}
.w800{ width: 800px;}
.w830{ width: 830px;}
.w100p { width: 100%;}
.w300 { width: 300px;}
.w620 { width: 650px;}

.h315 { height: 315px;}
.h390 { height: 390px;}

.aligncenter { text-align: center;}
.alignright { text-align: right;}
.centering { margin: 0 auto;}

.fr { float: right;}
.fl { float: left;}

.v-align-t { vertical-align: top;}
.v-align-m { vertical-align: middle;}
table.v-align-m td { vertical-align: middle;}

.p-relative { position: relative;}
.p-absolute { position: absolute;}


.fs13 { font-size: 13px !important;}
.fs14 { font-size: 14px !important;}
.fs18 { font-size: 18px !important;}
.fs20 { font-size: 20px !important;}
.fs22 { font-size: 22px !important;}
.fs24 { font-size: 24px !important;}
.fs25 { font-size: 25px !important;}
.fs26 { font-size: 26px !important;}
.fs27 { font-size: 27px !important;}
.fs28 { font-size: 28px !important;}
.fs29 { font-size: 29px !important;}
.fs30 { font-size: 30px !important;}

.f-bold,.bold { font-weight: bold;}
.f-normal { font-weight: normal;}
.hide-text { text-indent: -9999px}

/**
 * Container
 */
#container {
	padding:26px 0 9px;
	/*border-bottom:2px solid #533277;*/
	background-color:#FFF;
	text-align:left;
}


/**
 * Header
 */
#header {
	position:relative;
	width:900px;
	margin:0 auto;
}

#header ul {
	float:right;
	/*font-size:0;*/
}
#header .metanavi li {
	float:left;
	margin-left:12px;
	color: #000;
}

.page-navi {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 23px;
	overflow: hidden;
}
.page-navi ul {
	width: auto;
    float: left;
    overflow: hidden;
}
.page-navi ul li {
	border-right: 1px solid #ccc;
	float: left;
	text-align: center;
}
.page-navi ul li:first-child {
	border-left: 1px solid #ccc;
}

.page-navi ul li a {
		color: #6d6750;
}
div#sNav {
	overflow: hidden !important;
    width: 80px !important;
    float: right !important;
}
p.pNav {
	float: left;
	width:350px;
}
p.txtControl {
	font-size: 12px !important;
	text-align: center !important;
}
p.txtControl span.big {
	margin-bottom: 2px;
}
p.txtControl span.big,
p.txtControl span.small {
	color: #FFFFFF;
    display: block;
    box-sizing: border-box;
    background-color: #646464;
    padding: 2px 4px;
    width: 100%;
}
p.txtControl a:hover {
	text-decoration:none;
}



.topnavi {
	width:100%;
	text-align: right;
	height: 20px;
	margin-bottom: 5px;
}
.topnavi.top{
	width:230px;
	float:right;
	text-align: right;
	height: 20px;
	margin-bottom: 5px;
}
.topnavi a {
	margin-left: 10px;
	color: #6d6750;
}



/*
* global nav
*/
.header-main {
	height: 95px;
	width: 100%;
	margin-bottom: 19px;
}


.header-main p#hd_kracie {
	padding-left:17px;
}

.header-main h1 {
	width: 250px;
	height: 76px;
	float: left;
}


/**
 * Contents wrapper
 */
#wrapper {
	width: 100%;
	background: url(../img/common/wrapper-bg.png) top center no-repeat  #f7f5ee;
}

#wrapper .inner {
	position: relative;
	width: 900px;
	margin: 0 auto;
}

#wrapper .bgwhite {
	width: 100;
	background: #fff;
}

#wrapper .inner-nr {
	width: 900px;
	margin: 0 auto;
	padding: 40px 0 20px;
}

#wrapper .inner-gallery {
	width: 950px;
	margin: 0 auto;
	padding: 40px 0;
	background: url(../img/gallery/gallery_bg.png) center top repeat-y;
}

#wrapper .inner-movie {
	width: 950px;
	margin: 0 auto;
	padding: 12px 0 40px;
	background: url(../img/movie/movie_bg.png) center top repeat-y;
}

#wrapper .inner-movie-inner {
	width: 950px;
	height: 506px;
	margin: 0 auto 15px;
	background: url(../img/movie/main_bg.png) center top no-repeat;
	position: relative;
}
#wrapper .inner-movie-inner .movie_text02 {
	position: absolute;
	top:140px;
	left: 86px;
}
#wrapper .inner-movie-inner .movie_text03 {
	position: absolute;
	top:140px;
	left: 620px;
}

#wrapper .inner-movie-inner .movie_first {
	position: absolute;
	top:169px;
	left: 55px;
}

#wrapper .inner-movie-inner .movie_latter {
	position: absolute;
	top:169px;
	left: 588px;
}

#wrapper .movie_photo01 {
	float: left;
	margin-right:25px; 
	padding-left:65px;
	width: 300px;
}

#wrapper .inner-profile {
	background: #ffffff;
	width: 465px;
	padding: 10px;
}

#wrapper .thanks {
	background: #ffffff;
	width: 750px;
	margin: 0 auto 60px;
	padding: 15px 0;
}
#wrapper .thanks ul{
	padding: 0 12px;
}
#wrapper .thanks li{
	float: left;
	text-align: center;
	width: 159px;
}

#wrapper .thanks li.wide{
	width: 189px;
	text-align: left
}

.border-bottom { border-bottom: 2px solid #ded8c6;}

/**
 * Contents holder
 */
#content {
	float:right;
	width:666px;
	padding-top:7px;
	background:url(../common/main_bg01.png) no-repeat;
}
#content .content_wrapper {
	padding-bottom:7px;
	background:url(../common/main_bg02.png) left bottom no-repeat;
}
#content .content_inner {
	min-height:830px;
	height:auto !important;
	height:830px;
	padding:5px 6px;
	background:url(../common/main_bg03.png) repeat-y;
}

/* Breadcrumbs */
#breadcrumbs {
	*zoom:1;
	overflow:hidden;
	margin-bottom:20px;
	padding:0 6px 8px;
	background:url(../common/border01.png) left bottom repeat-x;
	color:#000;
	line-height:1.3;
}
#breadcrumbs li {
	float:left;
	margin-top:3px;
	margin-right:5px;
	padding-left:15px;
	background:url(../common/breadcrumbs_bg01.png) left center no-repeat;
}
#breadcrumbs .home {
	position:relative;
	margin-top:0;
	margin-right:-10px;
	padding-left:0;
	background:none;
}
#breadcrumbs img {
	vertical-align:middle;
}

/* Main contents */
#main {
	/*padding:0 27px;*/
}



/**
 * Aside contents
 */
#aside {
	float:left;
	width:236px;
	margin-top:104px;
}

/* Nav */
#aside .nav {
	width:236px;
	margin:0 auto 4px;
	padding-top:6px;
	background:url(../common/aside_bg01.png) no-repeat;
}
#aside .nav_wrapper {
	padding-bottom:6px;
	background:url(../common/aside_bg02.png) left bottom no-repeat;
}
#aside .nav_inner {
	padding:0 6px;
	background:url(../common/aside_bg03.png) repeat-y;
}
#aside .nav .products ul {
	padding:0 7px;
}
#aside .nav .products li {
	margin-bottom:9px;
}



/**
 * Footer
 */
#footer {
	width:910px;
	margin:0 auto;
}
#footer ul {
	margin-bottom:2px;
	text-align:center;
}
#footer li {
	display:inline;
	padding:0 0.2em;
}
#footer ul img {
	vertical-align:middle;
}
#footer .scroll_top {
	text-align:right;
}



/**
 * Fix IE6
 */
* html body {
	font-size:57.5%;
}
* html #container {
	text-align:center;
}
* html #header,
* html #wrapper,
* html #footer {
	text-align:left;
}

/**
 * 15/05/15 パンくずリスト追加
 */
.header-bread-crumbs{
	width: 950px;
	margin: 0 auto;
	padding-bottom: 10px;
}

.header-bread-crumbs p{
	font-size: 10px;
}