@charset "UTF-8";
/****************
 PCサブ、トップで使用
*****************/

#wrapper {
    width: 100%;
    background-image: url(../img_common/main_bg.jpg);
    background-repeat: repeat;
}

#wrapper2 {
    width: 100%;
    background-image: url(../img_common/main_bg_fuji.jpg);
    background-repeat: no-repeat;
    background-position: center 0px;
}

#header {
	height: 202px;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#headerLogo {
	left:16px;
	top:41px;
	position: absolute;
}

#headerKinou{
	height: 40px;
	width: 730px;	
	left:294px;
	top:30px;
	position: absolute;	
	background-color: #e9daeb;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;	
}

#headerKinou p,#headerKinou a,#headerKinou dt{
	font-size: 14px;
	line-height: 100%!important;	
}

#headerKinou #honbun a,#headerKinou #honyaku a{
	text-decoration: none;
	color: #333333;
}

#headerKinou .title,#headerKinou #honbun a,#headerKinou #honyaku a{
	padding-left: 12px;
	background-image: url(../img_common/common_list_arrow1.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}

#honbun{
	left:37px;
	top:14px;
	position: absolute;		
}

#headerSize {
	position: absolute;
	left: 154px;
	top: 8px;
	width: 179px;
}
#headerSize .title {
	top: 6px;
	position: absolute;
}
#headerSize dd {
	position: absolute;
}
#headerSize .item {
	left: 96px;
}
#headerSize .item2 {
	left: 140px;
}


#headerColor {
	width: 152px;
	position: absolute;
	left: 368px;
	top: 8px;
}
#headerColor .title {
	top: 6px;
	position: absolute;
}
#headerColor dd {
	position: absolute;
}
#headerColor .item {
	left: 67px;
}
#headerColor .item2 {
	left: 97px;
}
#headerColor .item3 {
	left: 127px;
}

#honyaku{
	position: absolute;	
	width: 175px;
	height: 24px;
	left: 555px;
	top: 15px;	
}

#headerSearch{
	position: absolute;	
	width: 292px;
	height: 30px;
	left: 294px;
	top: 80px;
/*
border: 1px solid;			
*/
}


#headerSubNav{
	position: absolute;	
	width: 410px;
	height: 30px;
	left: 614px;
	top: 80px;	
}

#headerSubNav li{
	position: absolute;		
}

#headerSubNav .item{
	left: 0px;
}

#headerSubNav .item2{
	left: 140px;
}

#headerSubNav .item3{
	left: 280px;
}



#headerNav{
	width:100%;
	height: 68px;
	background-color: #ead097;
	position: absolute;
	bottom:0px;
}

#headerNav .list li{
	position: absolute;
	bottom: 0px;	
}

#headerNav .list .nav1{
	left: 0px;
}


#headerNav .list .nav2{
	left: 135px;
}
#headerNav .list .nav3{
	left: 292px;
}
#headerNav .list .nav4{
	left: 418px;
}
#headerNav .list .nav5{
	left: 553px;
}
#headerNav .list .nav6{
	left: 728px;
}

#headerNav .list .nav7{
	left: 871px;
}



/* ドロップダウン */

#headerNav .bg {
	padding-top: 10px;
	width: 526px;
	display: none;
	position: absolute;
	top: 61px;
	left: 2px;
	z-index: 15;
/*    background-image:
    url(../img_pc_common/nav_bg_top.png),
    url(../img_pc_common/nav_bg_btm.png),
    url(../img_pc_common/nav_bg_common.png);

    background-repeat:
    no-repeat,
    no-repeat,
    repeat-y;

    background-position:
	left top,
	left bottom,
	left top;*/
	background-color: #fff;

	/* border-radius */
	border-radius:0px 0px 2px 2px;
	-webkit-border-radius:0px 0px 2px 2px;
	-moz-border-radius:0px 0px 2px 2px;

	/* box-shadow */
	box-shadow:rgba(209, 209, 209, 0.6) 0px 2px 2px 1px;
	-webkit-box-shadow:rgba(209, 209, 209, 0.6) 0px 2px 2px 1px;
	-moz-box-shadow:rgba(209, 209, 209, 0.6) 0px 2px 2px 1px;

    border-top: 1px solid #ffffff;	
}

#headerNav .bg.R{
	right: 2px!important;
}

#headerNav .list2 {
	width: 100%;
	padding-left: 3px;
	padding-bottom: 3px;

}
#headerNav .list2 li {
	position: relative;
	width: 260px;
	background-color: #fff;
	float: left;
	background-image: url(../img_common/common_list_arrow1.png);
	background-position: 20px 15px;
	background-repeat: no-repeat;
	z-index: 9;
}
#headerNav .list2 li:last-child{
	border:none;
}

#headerNav .list2 li a.child {
	display: block;
}
#headerNav .list2 li a.child span {
	display: block;
	padding: 7px;
	padding-left: 35px;
}




#footer {
    width: 100%;
    background-color: #fff;

}

#footer p,#footer address,#footer #footerNav li a{
	font-size: 95%;
	text-decoration: none;
	font-style: normal;	
	color: #333333;
}


#footer .in{
	background-image: url(../img_pc_common/footer_bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	padding-bottom: 50px;
	padding-top: 20px;
}

#footer .in2{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
    position: relative;	
}

#pageTop{
    position: absolute;
    right: 15px;
    top: -80px;
    z-index: 5;
}

#pageTop:hover{
	opacity:0.7;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;	
}

#pageTop a:focus{
	background-color: transparent;
}

#footerInfo{
	width: 568px;
	float: left;
	margin-left: 20px;
	margin-top: 30px;
}

#footerInfo address{
	margin-top: 28px;
}

#footerNav{
	width: 225px;
	float: left;
	margin-left: 30px;
	margin-top: 30px;		
}

#footer #footerNav li a{
	padding-left: 17px;
	background-image: url(../img_common/common_list_arrow2.png);
	background-repeat: no-repeat;
	background-position: left center;
	

}

#footerLInk{
	width: 144px;
	float: right;
	margin-top: 30px;	
}

#footerLInk li{
	margin-top: 10px;
}

#footerLInk li:first-child{
	margin-top: 0px;
}

#footer .copyright {
	text-align: center;
	background-color: #a32d73;
	line-height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#smartphone {
	text-align: center;
}


/** Lite用 **/
#wrapper_lite {
    width: 100%;
    background-color: #FDFEF0;
    background-repeat: repeat;
}
.footerLine_lite {
    background-repeat: no-repeat;
/*    width: 1400px;
*/    height: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 130px;
    background-color: #EEDAE6;
}
#footer .in_lite{
    background-color: #EEDAE6;
    background-repeat: repeat;
	background-position: center top;
	padding-bottom: 50px;
	padding-top: 20px;
}

#headerSubNav_lite{
	position: absolute;	
	width: 410px;
	height: 30px;
	left: 614px;
	top: 88px;	
}
#headerSubNav_lite p {
    top: 0px;
    position: absolute;
	font-size: 14px;
    line-height: 100%!important;
}
#headerSubNav_lite .item{
	left: 0px;
}
#headerSubNav_lite .item2{
	left: 140px;
}
#headerSubNav_lite .item3{
	left: 280px;
}
#headerSubNav_lite .waku{
	background-color: #a22d73;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

    color: #fff;
}
#headerSubNav_lite .item .waku {
    padding: 5px 23px;
}
#headerSubNav_lite .item2 .waku {
	padding: 5px 16px;
}
#headerSubNav_lite .item3 .waku{
    padding: 5px 37px;
}
#headerSubNav_lite a {
    text-decoration: none;
}

#box4_lite {
	padding-bottom: 30px;
}
#box4_lite a {
    text-decoration: none;
}
#box4_lite .waku{
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	font-size: 14px;
    color: #000;
}
#box4_lite .item .waku {
    padding: 10px 52px;
}
#box4_lite .item2 .waku {
    padding: 10px 52px;
}
#box4_lite li{
	padding: 0 20px;
    margin-top: 30px;
}

#footerLInk_lite {
    width: 144px;
    float: right;
    margin-top: 30px;
}
#footerLInk_lite li:first-child {
    margin-top: 0px;
}
#footerLInk_lite li {
    margin-top: 25px;
}
#footerLInk_lite .waku{
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	font-size: 14px;
    color: #AE4784;
}
#footerLInk_lite a {
    text-decoration: none;
}
#footerLInk_lite .item .waku {
    padding: 10px 37px;
}
#footerLInk_lite .item2 .waku {
    padding: 10px 30px;
}
#footerLInk_lite .item3 .waku {
    padding: 10px 30px;
}

#footer .copyright_lite {
    text-align: center;
    background-color: #a32d73;
    line-height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}

#headerNav_lite{
	width:100%;
	height: 68px;
	background-color: #ead097;
	position: absolute;
	bottom:0px;
}
#headerNav_lite .waku {
	position: absolute;
	bottom: 0px;	
}

#headerNav_lite .set01{
	left: 0px;
	width: 133px;
	height: 66px;
}
#headerNav_lite .set02{
	left: 135px;
	width: 155px;
	height: 66px;
}
#headerNav_lite .set03{
	left: 292px;
	width: 124px;
	height: 66px;
}
#headerNav_lite .set04{
	left: 418px;
	width: 133px;
	height: 66px;
}
#headerNav_lite .set05{
	left: 553px;
	width: 173px;
	height: 66px;
}
#headerNav_lite .set06{
	left: 728px;
	width: 141px;
	height: 66px;
}
#headerNav_lite .set07{
	left: 871px;
	width: 151px;
	height: 66px;
}

#headerNav_lite div {
	font-size: 14px;
	color: #000;
	text-align: center;
	background-color: #FDFEF0;
	border: 1px solid #FDFEF0;
}
#headerNav_lite div:hover {
	background-color: #fff;
	border: 1px solid #a22d73;
}
#headerNav_lite a {
    text-decoration: none;
}
#headerNav_lite .texts_ {
	font-size: 10px;
	color: #D2AFD7;
}