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


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, 
, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;
	line-height: 1;
	background: #fafafa url(../images/candyhole.png) repeat top center;
}
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;
}
.clearfix:after, .imgRight:after, imgLeft:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


*{padding:0;margin:0;}
.clear{clear:both;}
.container{
	width:1200px;
	margin:auto;
}
.wrapUp{

	background-size:cover;
}

#header, #banner, #content, #footer {
	width: 100%;
	min-width: 1200px !important;
	display: block;
}

h1{

	font-size: 20px;
	padding:15px;
	font-weight:bold;
	color: #c51162;
	position:relative;
	z-index:10px;
	text-align: center;
	border-bottom: 1px solid #c51162;
	border-radius: 5px;
	font-family:Kozuka Mincho Pr6N;
}
h1 img{
	vertical-align:middle;
	padding-right:10px;
}
h2{
	background-color: #2b2b2b;
	color: #fff;
	font-size: 18px;
	font-weight:bold;
	padding:10px;
	line-height:1.5em;
}
	
h2 img{
	vertical-align:middle;
	padding-right:10px;
}




/**********FOLLOWING RESETS ENDS HERE***************/





/**********LAPSE START CSS DEFAULT STYLING***************/


/*HEADER*/

#header{
	background: #c51162;
	padding: 20px 0;
	min-height: 110px;
}
.siteTitle
{
	position: relative;
	float: right;
	top: 30px;
}
.siteTitle a{
	color: #fff;
	font-weight:bold;
	font-size:35px;
	text-decoration:none;
	position: relative;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding: 20px;
  background: rgba(237, 44, 131, 0.75);
	font-family:Kozuka Mincho Pr6N;

}
.siteTitle img{
	vertical-align:middle;
	padding-right:10px;
}
.headerMenu{
	float:right;
	margin-right:5px;
	position:relative;
	background: #ed145a;
	margin-top:20px;
}
.headerMenu:after{
	content:"";
	width: 60px;
	height:90px;
	background: url(../images/h-forward.png);
	position:absolute;
	left:-50px;
	bottom:-9px;
}
.headerMenu ul li{
	display:inline-block;	
	zoom:1;
	*display:inline;
}
.headerMenu ul li a{
	color: #fff;
	font-weight:bold;
	font-size:13px;
	display:block;
	padding:15px 20px;
	text-decoration:none;
	position:relative;
}
.headerMenu ul li a:hover{
	color: #ed145a;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #d0d0d0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d0d0d0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d0d0d0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#d0d0d0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#d0d0d0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#d0d0d0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d0d0d0',GradientType=0 ); /* IE6-9 */
	border-radius:5px;
	border:1px solid #828282;
	margin-top:-30px;
	height: 20px;
	position:absolute;
	line-height:19px;
}

/*END HEADER*/


/*BANNER*/

#banner{
	padding: 40px 0;
	background: #ff4081 ;
}
.mv{
	position:relative;
	padding:15px;
	top: 55px;
	text-align: center;
	background: #fafafa url(../images/candyhole.png) repeat top center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 0px 10px 10px -1px rgba(0, 0, 0, 0.75);
}
/*slider*/
.bxslider {
 *height:320px !important;
 *overflow:hidden;

	
}
.sliderHolder
{

}
.bxslider li img {
 width: 1200px;
}
.bx-wrapper .bx-viewport {
	background: none !important;
	left: 0 !important;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	
}
.bx-wrapper .bx-pager.bx-default-pager a{
	width:15px !important;
	height:15px !important;
	display:none !important;
	background: #777777 !important;
	position:relative;
	margin-left:10px;
	top:8px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
	display:none !important;
	background: #ff0000 !important;
	border:1px solid #777777;
}
/*CONTENT*/

#content{
	margin-top: 50px; 
}
.content_middle{
	width:870px;
	margin-right:20px;
	float:left;
}
.content_right{
	width:310px;
	float:right;
}

/********************************CONTENT ELEMENT STYLES*********************************/

/*NAV*/
.nav{
	margin-bottom:20px;
	position:relative;
	padding: 10px;
	border: 1px solid #c51162;
	border-radius: 5px;
}
.nav h3{
	font-size: 19px;
	padding:15px;
	border-radius: 5px;
	font-weight:bold;
	color: #c51162;
	position:relative;
	z-index:10px;
	text-align: center;
	border-bottom: 2px solid #c51162;
	margin-bottom: 10px;
	font-family:Kozuka Mincho Pr6N;
}
.nav h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.nav li a{
	text-decoration:none;
		color: #333;
	font-weight: bold;
	text-align: center;
	padding:10px;
	-webkit-transition:all .20s ease-in;
	-moz-transition:all .20s ease-in;
	-o-transition:all .20s ease-in;
	-ms-transition:all .20s ease-in;
		transition:all .20s ease-in;
	display:block;
	font-family:Kozuka Mincho Pr6N;
	font-size:12px;
	margin-bottom: 5px;
	background:#fbd0e3;
}
.nav li a:hover{
	transform: scale(1.1);
	background: #f372ac;
	color: #fff;	
}
/*BLOGPARTS*/
.blogparts{
	margin-bottom:20px;
	position:relative;
	padding: 5px;
	border: 1px solid #c51162;
	border-radius: 5px;
}
.blogparts1{
	float: left;
}
.blogparts h3{
	font-size: 19px;
	padding:15px;
	border-radius: 5px;
	margin-bottom: 20px;
	font-weight:bold;
	color: #c51162;
	text-align: center;
	position:relative;
	z-index:10px;
  border-bottom: 2px solid #c51162;
	font-family:Kozuka Mincho Pr6N;
}
.blogparts h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.blogparts center{
	
}

/*MAIN CONTENT*/
.textWrap{
  
	padding:10px;
	position:relative;
	z-index:90;
}
.text01{
	margin-bottom:20px;
	position:relative;
	padding: 10px;
	border: 1px solid #c51162;
	border-radius: 5px;
}
.text01 p{
	padding:15px 0;
	font-size:12px;
	line-height:20px;
	text-align:justify;
	color: #637882;
	font-family:Kozuka Mincho Pr6N;
	font-weight: bold;
}
.text01 .capImg{
	float:right;
	margin:20px ;
	padding: 10px;
	box-shadow: 0px 6px 6px -2px rgba(197, 17, 98, 0.55);
}

.text01 .capImg1{
	float:left;
	margin:20px ;
	padding: 10px;
	box-shadow: 0px 6px 6px -2px rgba(197, 17, 98, 0.55);
}
.link01{
	padding: 10px 0;
}
.link01 li{
		padding:15px 0;
}
.link01 a{
	text-decoration:none;
	color: #c51162;
	line-height: 1.5;
	font-size:12px;
	display:inline-block;
	font-weight:lighter;

	font-family:Kozuka Mincho Pr6N;
	padding-left:40px;
	position:relative;
	border-radius: 3px;
	background:url(../images/link01.png) no-repeat left center;
	background-position: 10px;
		-webkit-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	-o-transition: all .20s ease-in;
	-ms-transition: all .20s ease-in;
}
.link01 a:hover{
	transform:  scale(1.03);
	color: #475b64;	
	text-decoration: underline;
	background:url(../images/link01_active.png) no-repeat left center;
	background-position: 10px;

}
/*NEWS AND UPDATES*/

.new{
	margin-bottom:20px;
	position:relative;
}
.new h3{
	background: #fff;
	font-size: 15px;
	padding:10px;
	font-weight:bold;
	color: #3498db;
	position:relative;
	z-index:10px;
}
.new h3 img{
	vertical-align:middle;
	padding-right:10px;
}
.new li a{
	text-decoration:none;
	padding:15px;
	font-size: 14px;
	line-height:20px;
	color: #888;
	display:block;
	-webkit-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	-o-transition: all .20s ease-in;
	-ms-transition: all .20s ease-in;
	font-weight:bold;
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.new li a:hover{
	background-color: #2ecc71;
	color: #fff;	
}
.new li a span{
	font-weight:normal;
	margin-left:20px;
}

/*FOOTER*/

#footer{
	margin-top:20px;
	background: #c51162;
}
#footer .copy{
	color: #fff;
	font-size:12px;
	text-align:right;
	position:relative;
	font-weight:normal;
	padding:20px;
	text-transform: uppercase;
	font-family:Kozuka Mincho Pr6N
}
#footer .fNav{
	text-align:center;
}

#footer .fNav li{
	display:inline-block;
	zoom:1;
	*display:inline;
	margin: 12px 0;
	
}
#footer .fNav ul
{
	padding-top: 20px;
}
#footer .fNav li a{
	color: #7f5c58;
	font-weight:normal;
	font-size:13px;
	display:block;
	text-decoration:none;
	-webkit-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	-o-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	position:relative;
	
	padding: 10px;
	background:#81d5c8;
}
#footer .fNav li a:hover{
	background: #7f5c58;
	-webkit-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	-o-transition: all .20s ease-in;
	-moz-transition: all .20s ease-in;
	color: #fff;
	border-radius: 20px;
}
/*
#footer .fNav li a:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #fff;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#footer .fNav li a:hover:before{
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
*/















































