@charset "UTF-8";
/* common */


.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
 *zoom: 1;
}
.Fleft {
	float: left;
}
.Fright {
	float: right;
}
/* ==========================================================================
   marginset
========================================================================== */

.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}

.ml70 {
	margin-left: 70px;
}

.ml80 {
	margin-left: 90px;
}

.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.pl10 {
	padding-left: 10px;
}

.p_proTable3 {
	padding-left: 80px;
}

.ml_mainimg {
	margin-left: 80px;
}




.pt40 {
	padding-top: 40px;
}
/* ==========================================================================
   toppage
   ========================================================================== */

html, body {
	margin: 0;	/* 余白の削除 */
	padding: 0;	/* 横の幅を100% */
	height: 100%;
}
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	background-image: url(../img/bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000000;
}
#wrap {
	width: 100%;
	position: relative;
	height: auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}
.Top_contents {
	padding-bottom: 40px; /*フッターの高さと同じ*/
}
.mainImg {
	width: 517px;
	height: 364px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 180px;
}
.bg01 {
	background-image: url("../img/bg_hikari.png");
	background-position: center center;
	-ms-animation: lineMove_hikari 120s linear infinite;
	-moz-animation: lineMove_hikari 120s linear infinite;
	-webkit-animation: lineMove_hikari 120s linear infinite;
	-o-animation: lineMove_hikari 120s linear infinite;
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
	min-height: 100%;
}
.bg02 {
	background-image: url("../img/bg_02.png");
	-ms-animation: lineMove 50s linear infinite;
	-moz-animation: lineMove 50s linear infinite;
	-webkit-animation: lineMove 50s linear infinite;
	-o-animation: lineMove 50s linear infinite;
	background-position: center center;
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width: 90%;
}
.bg03 {
	background-image: url("../img/bg_01.png");
	-ms-animation: lineMove 20s linear infinite;
	-moz-animation: lineMove 20s linear infinite;
	-webkit-animation: lineMove 20s linear infinite;
	-o-animation: lineMove 20s linear infinite;
	background-position: center center;
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	min-height: 100%;
	width: 90%;
}
.bg_maru {
	background-image: url("../img/bg_maru.png");
	-ms-animation: maruMovie 4.0s infinite ease-in-out;
	-moz-animation: maruMovie 4.0s infinite ease-in-out;
	-webkit-animation: maruMovie 4.0s infinite ease-in-out;
	-o-animation: maruMovie 4.0s infinite ease-in-out;
	background-position: center 20px;
	background-repeat: no-repeat;
	width: 960px;
	height: 80%;
	position: absolute;
	margin-left: 50%;
	left: -480px;
}
.bg_tsuki {
	height: 80%;
	background-image: url("../img/bg_tsuki.png");
	-ms-animation: tsukiMovie 6.0s infinite ease-in-out;
	-moz-animation: tsukiMovie 6.0s infinite ease-in-out;
	-webkit-animation: tsukiMovie 6.0s infinite ease-in-out;
	-o-animation: tsukiMovie 6.0s infinite ease-in-out;
	background-position: center 20px;
	background-repeat: no-repeat;
	position: absolute;
	width: 960px;
	left: -480px;
	margin-left: 50%;
}
 @-moz-keyframes lineMove {
 0% {
background-position: 1920px center;
}
 100% {
background-position: 0px center;
}
}
@-webkit-keyframes lineMove {
 0% {
background-position: 1920px center;
}
 100% {
background-position: 0px center;
}
}
@-ms-keyframes lineMove {
 0% {
background-position: 1920px center;
}
 100% {
background-position: 0px center;
}
}
@-o-keyframes lineMove {
 0% {
background-position: 1920px center;
}
 100% {
background-position: 0px center;
}
}
 @-moz-keyframes lineMove_hikari {
 0% {
background-position: 0 center;
opacity:1;
}
 100% {
background-position: 3840px center;
opacity:1;
}
}
@-webkit-keyframes lineMove_hikari {
 0% {
background-position: 0 center;
opacity:1;
}
 100% {
background-position: 3840px center;
opacity:1;
}
}
@-ms-keyframes lineMove_hikari {
 0% {
background-position: 0 center;
opacity:1;
}
 100% {
background-position: 3840px center;
opacity:1;
}
}
@-o-keyframes lineMove_hikari {
 0% {
background-position: 0 center;
opacity:1;
}
 100% {
background-position: 3840px center;
opacity:1;
}
}
 @-moz-keyframes maruMovie {
 0% {
-moz-transform: scale(1.0);
opacity: 1;
}
 50% {
 -moz-transform: scale(1.1);
 opacity:0.2;
}
 100% {
-moz-transform: scale(1.0);
opacity: 1;
}
}
 @-ms-keyframes maruMovie {
 0% {
-ms-transform: scale(1.0);
opacity: 1;
}
 50% {
 -ms-transform: scale(1.1);
 opacity:0.2;
}
 100% {
-ms-transform: scale(1.0);
opacity: 1;
}
}
 @-webkit-keyframes maruMovie {
 0% {
-webkit-transform: scale(1.0);
opacity: 1;
}
 50% {
 -webkit-transform: scale(1.1);
 opacity:0.2;
}
 100% {
-webkit-transform: scale(1.0);
opacity: 1;
}
}
 @-o-keyframes maruMovie {
 0% {
-o-transform: scale(1.0);
opacity: 1;
}
 50% {
 -o-transform: scale(1.1);
 opacity:0.2;
}
 100% {
-o-transform: scale(1.0);
opacity: 1;
}
}
 @keyframes maruMovie {
 0% {
 transform: scale(1.0);
 -webkit-transform: scale(1.0);
 opacity: 1;
}
50% {
 transform: scale(1.1);
 -webkit-transform: scale(1.1);
 opacity: 0;
}
 100% {
 transform: scale(1.0);
 -webkit-transform: scale(1.0);
 opacity: 1;
}
}
 @-moz-keyframes tsukiMovie {
 0% {
-moz-transform: scale(1.0);
opacity: 0.2;
}
 50% {
 -moz-transform: scale(0.9);
 opacity:1;
}
 100% {
-moz-transform: scale(1.0);
opacity: 0.2;
}
}
 @-ms-keyframes tsukiMovie {
 0% {
-ms-transform: scale(1.0);
opacity: 0.2;
}
 50% {
 -ms-transform: scale(0.9);
 opacity:1;
}
 100% {
-ms-transform: scale(1.0);
opacity: 0.2;
}
}
 @-o-keyframes tsukiMovie {
 0% {
-o-transform: scale(1.0);
opacity: 0.2;
}
 50% {
 -o-transform: scale(0.9);
 opacity:1;
}
 100% {
-o-transform: scale(1.0);
opacity: 0.2;
}
}
 @-webkit-keyframes tsukiMovie {
 0% {
-webkit-transform: scale(1.0);
opacity: 0.2;
}
 50% {
 -webkit-transform: scale(0.9);
 opacity:1;
}
 100% {
-webkit-transform: scale(1.0);
opacity: 0.2;
}
}
 @keyframes tsukiMovie {
 0% {
 transform: scale(1.0);
 -webkit-transform: scale(1.0);
 opacity: 0;
}
50% {
 transform: scale(0.9);
 -webkit-transform: scale(0.9);
 opacity: 1;
}
 100% {
 transform: scale(1.0);
 -webkit-transform: scale(1.0);
 opacity: 0;
}
}
/* ==========================================================================
   batanim
	-ms-
	-moz-
	-webkit-
	-o-
   
@-moz-
@-webkit-   
@-ms-
@-o-

0% {background-position: 0 center;opacity:1;}
	50% {opacity:0.3;}
    100% {background-position: 3840px center;opacity:1;}
   ========================================================================== */

.bat01 {
	width: 50px;
	height: 43px;
	overflow: hidden;
	background-image: url(../img/img_bat01.png);
	-ms-animation: bat01 0.25s steps(2, end) infinite;
	-moz-animation: bat01 0.25s steps(2, end) infinite;
	-webkit-animation: bat01 0.25s steps(2, end) infinite;
	-o-animation: bat01 0.25s steps(2, end) infinite;
	animation: bat01 0.25s steps(2, end) infinite;
	position: absolute;
	display: block;
	margin-left: 210px;
	margin-top: 40px;
	-ms-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	opacity: 0.6
}
@-moz-keyframes bat01 {
100% {
background-position:-100px;
}
}
@-webkit-keyframes bat01 {
100% {
background-position:-100px;
}
}
@-ms-keyframes bat01 {
100% {
background-position:-100px;
}
}
@-o-keyframes bat01 {
100% {
background-position:-100px;
}
}
.bat02 {
	width: 28px;
	height: 72px;
	overflow: hidden;
	background-image: url(../img/img_bat02.png);
	-ms-animation: bat02 0.2s steps(2, end) infinite;
	-moz-animation: bat02 0.2s steps(2, end) infinite;
	-webkit-animation: bat02 0.2s steps(2, end) infinite;
	-o-animation: bat02 0.2s steps(2, end) infinite;
	animation: bat02 0.2s steps(2, end) infinite;
	position: absolute;
	display: block;
	margin-left: 190px;
	margin-top: 80px;
	opacity: 0.6
}
@-moz-keyframes bat02 {
100% {
background-position:-56px;
}
}
@-webkit-keyframes bat02 {
100% {
background-position:-56px;
}
}
@-ms-keyframes bat02 {
100% {
background-position:-56px;
}
}
@-o-keyframes bat02 {
100% {
background-position:-56px;
}
}
.bat03 {
	width: 53px;
	height: 68px;
	overflow: hidden;
	background-image: url(../img/img_bat03.png);
	-ms-animation: bat01 0.2s steps(2, end) infinite;
	-moz-animation: bat01 0.2s steps(2, end) infinite;
	-webkit-animation: bat01 0.2s steps(2, end) infinite;
	-o-animation: bat01 0.2s steps(2, end) infinite;
	animation: bat01 0.2s steps(2, end) infinite;
	position: absolute;
	display: block;
	margin-left: 250px;
	margin-top: 70px;
	-ms-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-webkit-transform: scale(0.7);
	-o-transform: scale(0.7);
	opacity: 0.6
}
@-moz-keyframes bat03 {
100% {
background-position:-106px;
}
}
 @-webkit-keyframes bat03 {
100% {
background-position:-106px;
}
}
 @-ms-keyframes bat03 {
100% {
background-position:-106px;
}
}
 @-o-keyframes bat03 {
100% {
background-position:-106px;
}
}
/* ==========================================================================
   menu
   ========================================================================== */
nav.top {
	width: 960px;
	z-index: 10;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 300px;
	min-height: 100%;
}
#ul_menu {
	list-style: none;
	position: relative;
	margin-top: 0px;
	padding-top: 0px;
}
#ul_menu li {
	float: left;
	position: relative;
	padding-right: 18px;
	padding-left: 22px;
}
#ul_menu li a {
	float: none;
	display: block;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 6px;
}
#ul_menu li ul.sub_list li {
	float: left;
	position: relative;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 206px;
	height: 49px;
	margin-left: 1px;
}
#ul_menu li ul.sub_list li a {
	float: none;
	display: block;
	padding-bottom: 2px;
	padding-top: 2px;
	width: 206px;
	height: 49px;
}
.sub_list {
	left: 0;
	position: absolute;
	text-align: center;
	list-style: none;
	padding-left: 20px;
	bottom: 20px;
	padding-bottom: 20px;
	width: 220px;
}
#ul_menu li.sublogo {
	top: -80px;
}
.btn_submenu:hover {
	width: 206px;
	height: 49px;
	background-position: right 50%;
}
.btn_submenu::before {
	content: "";
	position: absolute;
	top: 0;
	left: 206px;
	background: url(../img/bg_submenu.png) no-repeat 0 50%;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
	width: 100%;
	height: 100%;
}
.btn_submenu:hover::before {
	left: 135px;
	opacity: 1
}
.Social {
	text-align: center;
	position: absolute;
	margin-top: 850px;
	width: 960px;
}
.copyright {
	color: #FFFFFF;
	text-align: center;
	width: 960px;
	position: absolute;
	margin-top: 870px;
	font-size: 70%;
	margin-left: 50%;
	left: -480px;
}
.btn_main:hover {
	-webkit-animation: shake 0.2s linear infinite;
	-ms-animation: shake 0.2s linear infinite;
	-moz-animation: shake 0.2s linear infinite;
	-o-animation: shake 0.2s linear infinite;
	animation: shake 0.2s linear infinite;
}
 @-moz-keyframes shake {
 0% {
-moz-transform: translate(3px, 2px) rotate(0deg);
}
 10% {
-moz-transform: translate(-2px, -3px) rotate(-1deg);
}
 20% {
-moz-transform: translate(-4px, 0px) rotate(1deg);
}
 30% {
-moz-transform: translate(0px, 3px) rotate(0deg);
}
 40% {
-moz-transform: translate(2px, -2px) rotate(1deg);
}
 50% {
-moz-transform: translate(-2px, 3px) rotate(-1deg);
}
 60% {
-moz-transform: translate(-4px, 2px) rotate(0deg);
}
 70% {
-moz-transform: translate(3px, 2px) rotate(-1deg);
}
 80% {
-moz-transform: translate(-2px, -2px) rotate(1deg);
}
 90% {
-moz-transform: translate(2px, 4px) rotate(0deg);
}
 100% {
-moz-transform: translate(2px, -3px) rotate(-1deg);
}
}
 @-webkit-keyframes shake {
 0% {
-webkit-transform: translate(3px, 2px) rotate(0deg);
}
 10% {
-webkit-transform: translate(-2px, -3px) rotate(-1deg);
}
 20% {
-webkit-transform: translate(-4px, 0px) rotate(1deg);
}
 30% {
-webkit-transform: translate(0px, 3px) rotate(0deg);
}
 40% {
-webkit-transform: translate(2px, -2px) rotate(1deg);
}
 50% {
-webkit-transform: translate(-2px, 3px) rotate(-1deg);
}
 60% {
-webkit-transform: translate(-4px, 2px) rotate(0deg);
}
 70% {
-webkit-transform: translate(3px, 2px) rotate(-1deg);
}
 80% {
-webkit-transform: translate(-2px, -2px) rotate(1deg);
}
 90% {
-webkit-transform: translate(2px, 4px) rotate(0deg);
}
 100% {
-webkit-transform: translate(2px, -3px) rotate(-1deg);
}
}
 @-ms-keyframes shake {
 0% {
-ms-transform: translate(3px, 2px) rotate(0deg);
}
 10% {
-ms-transform: translate(-2px, -3px) rotate(-1deg);
}
 20% {
-ms-transform: translate(-4px, 0px) rotate(1deg);
}
 30% {
-ms-transform: translate(0px, 3px) rotate(0deg);
}
 40% {
-ms-transform: translate(2px, -2px) rotate(1deg);
}
 50% {
-ms-transform: translate(-2px, 3px) rotate(-1deg);
}
 60% {
-ms-transform: translate(-4px, 2px) rotate(0deg);
}
 70% {
-ms-transform: translate(3px, 2px) rotate(-1deg);
}
 80% {
-ms-transform: translate(-2px, -2px) rotate(1deg);
}
 90% {
-ms-transform: translate(2px, 4px) rotate(0deg);
}
 100% {
-ms-transform: translate(2px, -3px) rotate(-1deg);
}
}
 @-o-keyframes shake {
 0% {
-o-transform: translate(3px, 2px) rotate(0deg);
}
 10% {
-o-transform: translate(-2px, -3px) rotate(-1deg);
}
 20% {
-o-transform: translate(-4px, 0px) rotate(1deg);
}
 30% {
-o-transform: translate(0px, 3px) rotate(0deg);
}
 40% {
-o-transform: translate(2px, -2px) rotate(1deg);
}
 50% {
-o-transform: translate(-2px, 3px) rotate(-1deg);
}
 60% {
-o-transform: translate(-4px, 2px) rotate(0deg);
}
 70% {
-o-transform: translate(3px, 2px) rotate(-1deg);
}
 80% {
-o-transform: translate(-2px, -2px) rotate(1deg);
}
 90% {
-o-transform: translate(2px, 4px) rotate(0deg);
}
 100% {
-o-transform: translate(2px, -3px) rotate(-1deg);
}
}
 @keyframes shake {
 0% {
transform: translate(3px, 2px) rotate(0deg);
}
 10% {
transform: translate(-2px, -3px) rotate(-1deg);
}
 20% {
transform: translate(-4px, 0px) rotate(1deg);
}
 30% {
transform: translate(0px, 3px) rotate(0deg);
}
 40% {
transform: translate(2px, -2px) rotate(1deg);
}
 50% {
transform: translate(-2px, 3px) rotate(-1deg);
}
 60% {
transform: translate(-4px, 2px) rotate(0deg);
}
 70% {
transform: translate(3px, 2px) rotate(-1deg);
}
 80% {
transform: translate(-2px, -2px) rotate(1deg);
}
 90% {
transform: translate(2px, 4px) rotate(0deg);
}
 100% {
transform: translate(2px, -3px) rotate(-1deg);
}
}
/*
.btn_main:hover {
    -ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);	
}


/* ==========================================================================
   contentspage
========================================================================== */
#wrap_C {
　/*その他コンテンツページ*/
 width: 100%;
	position: relative;
	height: auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}
.Container02 {
	width: 960px;
	clear: both;
	z-index: 1;
	left: 50%;
	margin-left: -480px;
	position: fixed;
}
.Container03 {
	width: 960px;
	margin-right: auto;
	clear: both;
	position: relative;
	margin-left: auto;
}
.Container04 {
　/*その他コンテンツページ*/		
 margin-left: auto;
	margin-right: auto;
	width: 960px;
	padding-bottom: 40px;
	margin-left: auto;
}
.Container05 {
　/*その他コンテンツページ*/
 width: 680px;
	z-index: 0;
	position: relative;
	float: right;
	margin-top: 80px;
	width: 600px;
	margin-bottom: 30px;
}
.Left_col_C nav.mainMenu {
	position: relative;
	border-style: none;
	padding-left: 10px;
}
.Left_col_C nav.mainMenu ul {
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.Left_col_C nav.mainMenu ul li {
	margin-bottom: 15px;
}
.Left_col_C nav.mainMenu ul li ul.pmenu {
}
.Left_col_C nav.mainMenu ul li ul.pmenu li {
	float: left;
	padding-right: 20px;
}
.Left_col_C nav.mainMenu ul li ul.pmenu li.pmenuLine {
	background-image: url(../../products/img/majo/p_meneline.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 4px;
	float: none;
	clear: both;
}
.Left_col_C nav.products {
}
.Left_col_C {
	margin-top: 20px;
	width: 320px;
	float: left;
}
#wrap .bg_contents {
	background-image: url(../img/bg_contents.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 950px;
}
#wrap header {
	text-align: center;
	height: 68px;
}
h2.title {
	margin-top: 50px;
	margin-left: 90px;
}
.footerLine {
	position: relative !important;
	height: 45px;
	position: absolute;
	bottom: 0;
	border-top: 1px solid #FFFFFF;
	width: 960px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	font-size: 70%;
	color: #FFFFFF;
}
.footerLine_000 {
	position: fixed !important;
	width: 960px;
	height: 1px;
	border-bottom: 1px solid #FFFFFF;
	margin-top: 850px;
	position: absolute;
	left: -480px;
	top: 1px;
	clear: both;
	margin-left: 50%;
}
.footerLine_C {
	border-top: 1px solid #FFFFFF;
	width: 920px;
	bottom: 0;
	height: 40px;
	margin-left: 50%;
	position: absolute;
	left: -480px;
	font-size: 70%;
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
}
.Social_C {
	text-align: center;
	position: absolute;
	margin-top: 850px;
	width: 960px;
}
.copyright_C {
	margin-left: auto;
	margin-right: auto;
	height: 14px;
	margin-top: 20px;
	float: left;
}
/* ==========================================================================
   products
========================================================================== */


.col2 {
	position: absolute;
	width: 960px;
	z-index: 0;
}
.doll_img {
}
.dollname {
	margin-top: 20px;
}
.line {
	background-image: url(../../img/products/img_line.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 10px;
	margin-top: 6px;
	clear: both;
	margin-left: 45px;
}
.dollmainimeg {
	position: absolute;
	top: 80px;
}
.box_top {
	width: 370px;
	margin-top: 50px;
	margin-left: 45px;
}
.box {
	width: 370px;
	margin-top: 10px;
	margin-left: 45px;
}
.btn_dollimg:hover {
	-ms-animation: flash 0.5s linear;
	-moz-animation: flash 0.5s linear;
	-webkit-animation: flash 0.5s linear;
	-o-animation: flash 0.5s linear;
	animation: flash 0.5s linear;
}
 @-moz-keyframes flash {
 0% {
transform:rotate(-5deg);
}
 10% {
transform:rotate(5deg);
}
 20% {
transform:rotate(-5deg);
}
 30% {
transform:rotate(5deg);
}
 40% {
transform:rotate(-5deg);
}
 100% {
transform:rotate(0deg);
}
}
 @-webkit-keyframes flash {
 0% {
-webkit-transform:rotate(-5deg);
}
 10% {
-webkit-transform:rotate(5deg);
}
 20% {
-webkit-transform:rotate(-5deg);
}
 30% {
-webkit-transform:rotate(5deg);
}
 40% {
-webkit-transform:rotate(-5deg);
}
 100% {
-webkit-transform:rotate(0deg);
}
}
 @-ms-keyframes flash {
 0% {
transform:rotate(-5deg);
}
 10% {
transform:rotate(5deg);
}
 20% {
transform:rotate(-5deg);
}
 30% {
transform:rotate(5deg);
}
 40% {
transform:rotate(-5deg);
}
 100% {
transform:rotate(0deg);
}
}
 @-o-keyframes flash {
 0% {
transform:rotate(-5deg);
}
 10% {
transform:rotate(5deg);
}
 20% {
transform:rotate(-5deg);
}
 30% {
transform:rotate(5deg);
}
 40% {
transform:rotate(-5deg);
}
 100% {
transform:rotate(0deg);
}
}
 @keyframes flash {
 0% {
transform:rotate(-5deg);
}
 10% {
transform:rotate(5deg);
}
 20% {
transform:rotate(-5deg);
}
 30% {
transform:rotate(5deg);
}
 40% {
transform:rotate(-5deg);
}
 100% {
transform:rotate(0deg);
}
}
/* ==========================================================================
   products2
========================================================================== */

body#products {
	background-color: #000000;
	background-image: url(../../products/img/bg_item.png);
	background-position: center top;
	background-attachment: fixed;
}
#products #wrap {
}
.topics {
	width: 500px;
	position: absolute;
	margin-top: 140px;
	margin-left: 20px;
}
.topics dl dd {
	color: #FFFFFF;
	font-size: 12px;
	float: left;
	line-height: 20px;
}
.topics dl dd.date {
	margin-left: 1px;
	width: 70px;
	height: auto;
	padding-right: 5px;
}
.topics dl dd.text {
	margin-left: 1px;
	width: 420px;
	height: auto;
}

.topics dl dd.clear {
	clear: both;
}

.Left_col nav.mainMenu {
	position: relative;
	border-style: none;
	padding-left: 10px;
}
.Left_col nav.mainMenu ul {
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.Left_col nav.mainMenu ul li {
	margin-bottom: 15px;
}
.Left_col nav.products {
}
.Left_col {
	position: fixed !important;
	margin-top: 20px;
	width: 246px;
	position: absolute;
}
.products table {
	width: 246px;
}
.products table tr td {
}
.products table tr th {
	padding-bottom: 10px;
}
#products .indexpage {
	position: relative;
	height: 950px;
	display: block;
	padding-top: 20px;
	z-index: 10;
}
#products .indexpage table {
	display: block;

}
#products .indexpage table tr th {
}
#products .indexpage table tr td {
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}
#products .item {
	position: relative;
	height: 950px;
	display: block;
	padding-top: 40px;
}
#products .item_dummy {
	position: relative;
	display: block;
	padding-top: 40px;
}
#products .item .mainPhoto {
	position: absolute;
	z-index: 10;
}
#products .item .picupPhoto {
	width: 250px;
	position: absolute;
	margin-left: 380px;
	z-index: 100;
	height: 500px;
	margin-top: 80px;
}
#products .item .textBox {
	position: absolute;
	margin-top: 550px;
	z-index: 20;
	margin-left: 130px;
	width: 490px;
}

#products .item .accs {	
	margin-top: 600px;	
}

.Right_col {
	margin-left: 330px;
	padding-bottom: 40px;
	padding-top: 70px;
}
.Right_col h1 {
	text-align: center;
}
.Right_col h2 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 80%;
	line-height: 1.8em;
	padding-left: 60px;
}
.doll_icon {
	opacity: 0.5;
}
.doll_icon:hover {
	opacity: 1;
}
.doll_icontop {
	opacity: 1;
}
.doll_icontop:hover {
	opacity: 1;
}
#dollbtn_01 {
}
#dollbtn_02 {
}
#dollbtn_03 {
}
#dollbtn_04 {
}
#dollbtn_05 {
}
.textBox .category {
	margin-bottom: 10px;
}
.textBox .name {
	margin-bottom: 16px;
}
.textBox p {
	color: #FFFFFF;
	font-size: 80%;
	line-height: 1.8em;
}
.textBox .price {
	color: #FFFFFF;
	font-size: 150%;
	font-weight: bold;
	text-align: right;
	margin-top: 20px;
}


.textBox .price span.btn_buy {
	width: 120px;
	padding-right: 10px;
	height: 25px;
	top: 4px;
	position: relative;

}

.textBox .price span.btn_buy a img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	border-style: none;
	}

.textBox .price span.btn_buy a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}



.mainMenu, .indexpage a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.mainMenu, .indexpagea a img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	border-style: none;
}
.mainMenu a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.mainMenu a img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	border-style: none;
}
/* ==========================================================================
   aboutus
========================================================================== */

body#aboutus {
	background-color: #000000;
	background-image: url(../../about/img/bg_about.png);
	background-position: center top;
	background-attachment: fixed;
}
#aboutus #wrap {
}
.Container05 p {
	font-size: 80%;
	color: #FFFFFF;
	line-height: 1.8em;
	padding-right: 10px;
	padding-top: 10px;
}
/* ==========================================================================
   news
========================================================================== */

body#news {
	background-color: #000000;
	background-image: url(../../news/img/bg_news.png);
	background-position: center top;
	background-attachment: fixed;
}
#news ul {
	color: #FFFFFF;
	font-size: 80%;
}
#news ul li {
}
#news ul li.clear{
	height: 20px;
	clear: both;


}
#news ul li.date {
}
#news ul li.text {
	float: left;
	margin-left: 20px;
	line-height: normal;
}
/* ==========================================================================
   infomation
========================================================================== */

body#infomation {
	background-color: #000000;
	background-image: url(../../information/img/bg_info.png);
	background-position: center top;
	background-attachment: fixed;
}

#infomation h2 {
	color: #FFFFFF;
}

table.contacts {
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 80%;
	background-position: left bottom;
	width: 530px;
	margin-top: 20px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

table.contacts tr th {
	font-weight: normal;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 102px;
	background-color: #00367E;
	vertical-align: middle;
	
}

table.contacts tr td {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	
}


table.contacts tr th, table.contacts tr td{
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

table.contacts tr th.bg{
	background-image: url(../../information/img/bg_contacts.png);

}


.submitBtn {
	background-image: url(../../information/img/btn_send.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 55px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	font-size: 0px;
	width: 172px;
	background-color: #000000;
	border-style: none;
	cursor:pointer;
}

ul.errmsg li{
	color: #D7B3F9;
	line-height: 200%;
}


form table.contacts input {
	width: 300px;
	height: 30px;
}

form table.contacts input#ck {
	width: 15px;
	height: 15px;
}

form table.contacts #message {
	width: 300px;
	height: 200px;
}







/* ==========================================================================
  onlineshop
========================================================================== */

body#onlineshop {
	background-color: #000000;
	background-image: url(../../news/img/bg_onlineshop.png);
	background-position: center top;
	background-attachment: fixed;
}
#news ul li.date {
	float: left;
	margin-left: 10px;
}
span.text14 {
	font-size: 50%;
	font-weight: normal;
	vertical-align: middle;
}
/* ==========================================================================
  preparation
========================================================================== */

body#preparation {
	background-color: #000000;
	background-image: url(../../common/img/preparation/bg.png);
	background-position: center top;
	background-attachment: fixed;
}
p.alineRight {
	text-align: right;
}
p.alineRight a:link {
	color: #E16FF5;
}
p.alineRight a:hover {
	color: #F2F2F2;
}
#note {
	color: #FFFFFF;
	font-size: 12px;
	padding-bottom: 50px;
	line-height: 16px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#note ul li {
	margin-bottom: 6px;
}
#note ul li.title {
	padding-bottom: 15px;
}
.inner960 {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

/*****************************
　Sitemap Privacy 
******************************/

body#sitemap {
	background-color: #000000;
	background-image: url(../../sitemap/img/bg_sitemap.png);
	background-position: center top;
	background-attachment: fixed;
}

dl.info {
	line-height: 120%;
	color: #FFFFFF;
	font-size: 80%;
}

dl.info dt {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 100%;
	font-weight: bold;
}

dl.info dd {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 100%;
}

.border {
	background-image: url(../img/img_border.png);
	width: 960px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 20px;
}

.note {
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 5px 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#sitemap #wrap #top .Container05 .sitemap {
	color: #FFFFFF;
}

#sitemap #wrap #top .Container05 .sitemap li {
	margin-bottom: 20px;
}

#sitemap #wrap #top .Container05 .sitemap li ul {
	margin-left: 20px;
}

ul.sitemap li ul li {}

#sitemap #wrap #top .Container05 .sitemap li ul li ul {
	margin-bottom: 30px;
}

ul.sitemap li ul li ul li{
}


/*****************************
　Pagetop
******************************/
.pageTop {
	position: relative;
	width: 100%;
	max-width: 960px;
	height: 0;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.pageTop a {
	position: fixed;
	bottom: 0;
	left: auto;
	display: block;
	width: 60px;
	hegiht: 60px;
	margin-left: 960px;
}
.center {
	text-align: center;
}

/*****************************
　a
******************************/

a {
	text-decoration: none;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #D0D0D0;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #C00;
}


/*****************************
　top_Banner
******************************/

.Banner {
	text-align: center;
	height: 120px;
	display: block;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}


.Banner img{
	background-color: #FFFFFF;
	display: block;
	width: 500px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
}
