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


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


html, body {
    height: 100%;
}


html {
    background: #ffffff;
}

body {
	line-height: 1;
}

body {
height: 100%;
font: 14px/1;
font-family:"ＭＳ ゴシック", "Osaka－等幅";
background-color: #FFFFFF;
margin:0px;
text-align:left;
background-image:url(../img/top_bg.jpg);
background-repeat:repeat-x;
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display:block;
}

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

input, select {
	vertical-align:middle;
}



/*********************** h tag ***********************/

h1{display:none;}

h2{display:none;}

h3{display:none;}

h4{display:none;}

h5{display:none;}



/*********************** common ***********************/

.seo{display:none;}

strong{font-weight:100;}

img{border:0px;}

ul{
margin:0px;
padding:0px;
list-style-type:none;
}

.clear{
clear:both;
height:0px;
visibility: hidden;
text-align:center;
background-color:#eeeeee;
}


/*********************** clearfix ***********************/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*********************** link ***********************/

A {text-decoration: none; }
A:link { color: #666666; } 
A:visited { color: #666666; } 
A:hover { color: #FF6600; } 
A:active { color: #ff0000; } 



/*********************** contents waku ***********************/

.page_waku{
width:100%;
margin:0px;
}

.contents_waku{
width:1040px;
margin:0px auto;
}

/*********************** hed ***********************/

#heder_waku{
padding:0px 40px;
margin:0px;
}

#heder_waku A {text-decoration: none; }
#heder_waku A:link { color: #666666; } 
#heder_waku A:visited { color: #666666; } 
#heder_waku A:hover { color: #e8659a; } 
#heder_waku A:active { color: #ff6600; } 


.hed_l{
width:250px;
height:110px;
float:left;
display:inline;
}


.hed_r{
width:280px;
float:right;
display:inline;
padding-top:5px;
font-size:12px;
color:#666666;
}

.hed_li1{
width:89px;
float:left;
border-right:1px dotted #666666;
text-align:center;
padding:5px 0px;
}


.hed_li2{
width:69px;
float:left;
border-right:1px dotted #666666;
text-align:center;
padding:5px 0px;
}


.hed_li3{
width:120px;
float:left;
text-align:center;
padding:5px 0px;
}



/*********************** menu ***********************/


.menu{
width:100%;
height:50px;
background-image:url(../img/menu_bg.jpg);
background-repeat:repeat-x;
z-index:99999;
}
.menu_waku{
width:962px;
padding:0px 39px;
margin:0px auto;
}

.menu_li1{
width:1px;
height:50px;
float:left;
display:inline;
}


.menu_li2{
width:192px;
height:50px;
float:left;
display:inline;
}


.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

/***********************固定メニュー**************************/

.nav1{
height:50px;
margin:0px;
background-image:url(../img/menu_bg.jpg);
background-repeat:repeat-x;
text-align:center;
z-index:99999;
}


/***********************  top image  **************************/


.top_img{
height:365px;
padding-top:15px;
padding-bottom:20px;
background-image:url(../img/top_img_bg.jpg);
background-repeat:repeat-x;
z-index:2;
}





#slider {
position: relative;
margin: 0px auto;
border-radius: 10px;
width: 1040px;
}

#slider a:focus {
outline: 0;
}

.slider-view {
position: relative;
margin: 10px 40px 30px;
width: 960px;
height: 320px;
overflow: hidden;
}

.slider-container {
position: absolute;
top: 0;
left: 0;
}

.slider-container div {
position: relative;
float: left;
width: 960px;
height: 320px;
}

.slider-container div a {
display: block;
}

.slider-container div a:hover {
color: #600;
}

#slide-prev, #slide-next {
position: absolute;
top: 135px;
color: #e86599;
font-size: 40px;
line-height: 1;
text-decoration: none;
text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
}

#slide-prev {
left: 2px;
}

#slide-next {
 right: 2px;
}

#slide-prev:hover,
#slide-next:hover {
color: #ffffff;
text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}

.slider-pagination {
position: absolute;
top: 340px;
left: 50%;
margin-left: -62px;
width: 120px;
}

.slider-pagination a {
    float: left;
    margin: 5px 5px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 10px;
    height: 10px;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
    background: #ffffff;
    text-indent: -9999px;
    vertical-align: middle;
}

.slider-pagination a:hover {
    background: #ccc;
}

.slider-pagination a.current {
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(68, 170, 238, 0.5);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(68, 170, 238, 0.5);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(68, 170, 238, 0.5);
    background: #ff82bd;
}

/***********************  5banner  **************************/


.banner_waku{
padding:0px 40px;
margin:20px 0px;
}




.text1{
font-size:12px;
line-height:14px;
color:#ffffff;
margin: 10px 10px 5px 10px;
text-align:left;
}


.boxgrid	{ 
	width: 192px; 
	background: #161613; 
	height: 140px;
	margin-bottom: 0px; 
	overflow: hidden; 
	position: relative;
float:left;
display:inline;
}
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0;
}
.boxgrid p{ 
	padding: 0 10px; 
	color: #afafaf; 
	font-weight:bold; 
}
	
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #f28eb6; 
	height: 100px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
	top: 140px;
	left: 0;
}
.caption .boxcaption {
	top: 100px;
	left: 0;
}

.click{
width:60px;
height:15px;
margin:5px 5px 0px 127px;
background-image:url(../img/click1.gif);
background-repeat:no-repeat;
display:block;
}

.click:hover{
background-image:url(../img/click1r.gif);
background-repeat:no-repeat;
}


.seo1{
display:none;
}



/***********************  contents  **************************/

.con_waku{
padding:0px 40px;
margin:0px;
}

.con_waku_l{
width:210px;
float:left;
display:inline;
}

.con_l_li1{
margin-bottom:10px;
}

.con_l_li2{
margin-bottom:15px;
}


.con_link_title{
margin-bottom:0px;
}

.con_link_waku{
background-color:#fbdfeb;
border:1px solid #e34081;
padding:0px 0px 10px 0px;
}

.con_link_title{
margin-bottom:10px;
}

.con_link_li1{
width:200px;
margin:0px auto 5px auto;
}

.con_link_li2{
width:200px;
margin:0px auto;
}


.con_waku_r{
width:730px;
float:right;
display:inline;
}



/***********************  m_title **************************/

.m_title{
margin-bottom:30px;
}



/***********************  con01  **************************/

.con01_waku{
margin-bottom:40px;
}

.con01_info_waku{
height:250px;
margin-left:15px;
margin-bottom:10px;
}

.con01_button{
text-align:right;
}


/***********************  con02  **************************/

.con02_waku{
margin-bottom:25px;
}



.con2_shop_waku{
padding:0px 0px 0px 10px;
}

.con2_shop{
width:230px;
background-image:url(../img/top_tenpo_bg.jpg);
background-repeat:no-repeat;
margin-right:10px;
margin-bottom:15px;
float:left;
display:inline;
}

.con2_li1{
font-size:14px;
color:#e34182;
border-bottom:1px dotted #e34182;
padding:13px 10px;
margin-bottom:15px;
}

.con2_li2{
font-size:12px;
color:#000000;
background-image:url(../img/top_shop_con1.jpg);
background-repeat:no-repeat;
padding:2px 10px 0px 60px;
margin-bottom:10px;
line-height:16px;
}

.con2_li3{
font-size:12px;
color:#000000;
background-image:url(../img/top_shop_con2.jpg);
background-repeat:no-repeat;
padding:2px 10px 0px 60px;
margin-bottom:10px;
line-height:16px;
}

.con2_li4{
font-size:12px;
color:#000000;
background-image:url(../img/top_shop_con3.jpg);
background-repeat:no-repeat;
padding:2px 10px 10px 60px;
margin-bottom:10px;
line-height:16px;
}

.con2_li5{
text-align:right;
padding-right:5px;
margin-bottom:10px;
}



/***********************  text navi  **************************/

#text_navi{
margin-bottom:40px;
text-align:center;
color:#e34182;
font-size:14px;
}


#text_navi A {text-decoration: none; }
#text_navi A:link { color: #e34182; } 
#text_navi A:visited { color: #e34182; } 
#text_navi A:hover { color: #f0d100; } 
#text_navi A:active { color: #666666; }



/***********************  footer  **************************/


#footer_waku{
width:100%;
background-color:#333333;
background-image:url(../img/footer_bg.jpg);
background-repeat:repeat-x;
color:#e34182;
background-color:#fcebeb;
padding-bottom:20px;
}

#footer_waku A {text-decoration: none; }
#footer_waku A:link { color: #e34182; } 
#footer_waku A:visited { color: #e34182; } 
#footer_waku A:hover { color: #f0d100; } 
#footer_waku A:active { color: #666666; }


.footer{
width:960px;
padding:0px 0px 0px 30px;
margin-left:auto;
margin-right:auto;
}

.footer_l{
width:360px;
float:left;
display:inline;
padding-top:30px;
}

.footer_r{
width:510px;
float:right;
display:inline;
padding-top:30px;
text-align:right;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:16px;
}


.footer_li1{
font-size:14px;
margin-bottom:10px;
}

.footer_li2{
font-size:14px;
margin-bottom:5px;
}

.footer_li3{
font-size:14px;
margin-bottom:2px;
}

.footer_li4{
font-size:14px;
margin-bottom:0px;
}



/*********************** page top ***********************/

.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}

.pagetop a {
	display: block;
	padding:10px;
	background-color: #ed6969;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
}

.pagetop a:hover {
	background:#f69a9a;
}

 /*------------------------イメージオーバー　白　--------------------------*/
a:hover .over {  
    opacity: 0.5;  
    filter: alpha(opacity=50);  
    -ms-filter: "alpha( opacity=50 )"; 
}
