﻿@charset "utf-8";

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, sub, sup, tt, var,
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-style:normal;
	font-weight: normal;
	vertical-align: baseline;
}

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

img {
	display: block;
	font-size: 0px;
	border: 0;
}

ol, ul{
    list-style:none;
}


/*----------------------------------------

html,body

----------------------------------------*/

html {
	font-size: 62.5%;
	overflow: auto;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%; 
}

body {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
	color: #666;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	background-color: #A292C2;
	overflow: hidden;
	position: relative;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
	margin:0px;
	padding:0px;
}

/*----------------------------------------

全体

----------------------------------------*/
#wrapper {
	width: 915px;
	height:100%;
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}


/* --------　画像余白なし　-------- */
.item {
	width: 905px;
	font-size:0;
	vertical-align: bottom;
	display:block;
}

/* --------　IE画像余白なし　--------- */
.ieYohaku {
	margin: 0px; 
	border: 0px; 
	padding: 0px; 
	font-size: 0px;
}


/*----------------------------------------

画像横幅 915px

----------------------------------------*/
#container {
	width: 915px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
}


#main {
	width: 915px;
	height: 510px;
	background-image: url(../img/bg_main.jpg);
	background-repeat: repeat;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

#mio {
	position: absolute;
	top: 0px;
	left: 7px;	
}

/*----------------------------------------

gNavi

----------------------------------------*/
#gNavi {
	height: 60px;
	margin: 0;
	padding: 0;
	
	position: absolute;
	top: 440px;
	left: 33px;	
}

#gNavi li {
	float: left;
	height: 60px;
	margin-right: 15px;
}


/*----------------------------------------

テキスト

----------------------------------------*/

.midashiA {
	margin-left: 60px;
	margin-top: 30px;
}

.midashiB {
	margin-left: 60px;
	margin-top: 50px;
}

.text {
	margin-left: 100px;
}

.text01 {
	width: 690px;
	margin-left: 140px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #333;
}

#mapImg {
	height: 410px;
	width: 665px;
	margin-left: auto;
	margin-top: 10px;
	margin-right: auto;
}

/*----------------------------------------

キャラクター

----------------------------------------*/
#tableC {
	width: 800px;
	margin-left: 80px;
}

.text02 {
	width: 300px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #333;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}


/*----------------------------------------

商品情報

----------------------------------------*/
#tableS {
	margin-top: 5px;
	margin-left: 80px;
}

#jk {
	padding-right: 20px;
	vertical-align: top;
}

h1 {
	color: #FFFFFF;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0px;
	font-weight: bold;
	background-color: #A292C2;
	padding: 3px;
	text-align: center;
	border-top-style: none;	
}

.info {
	width: 530px;
	overflow: hidden;
	color: #555;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.3;
	float: right;
	margin-top: 0px;
	text-align: left;
	margin-right: 10px;
}

.info dl {
	margin: 0;
}

.info dt {
	width: 8em;
	float: left;
	padding: 7px 0 6px 3px;
	line-height: 120%;
	font-weight: bold;
}

.info dd {
	margin: 0;
	padding: 7px 3px 6px 7em;
	border-bottom: 1px #A292C2 dotted;
	line-height: 120%;
}

/*------------　通販バナー　------------*/
#official img {
	height: 60px;
	width: 400px;
	margin-left: auto;
	margin-top: 40px;
	margin-right: auto;
}
#officialTxt {
	width: 400px;
	color: #F36;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: bold;
}


/*----------------------------------------

スペシャル

----------------------------------------*/

/*------------　グッズ　------------*/

#goods {
	width: 205px;
	margin-top: 5px;
	margin-left: 80px;
	float: left;
}

.goodsImg img {
	border: 1px #CCC solid;
}

.goodsTxt1 td {
	color: #FFFFFF;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0px;
	font-weight: bold;
	background-color: #A292C2;
	padding: 3px;
	text-align: center;
	border-top-style: none;
}

.goodsTxt2 td {
	padding-bottom: 5px;
	line-height: 1.4;
}

.goodsTxt3 td {
	color: #F36;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.4;
	text-align: center;
}

.goodsTxt4 td {
	color: #323F5F;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*------------　応援バナー　------------*/
#ouenBnr {
	width: 530px;
	height: 160px;
	float: right;
	margin-right: 60px;
	margin-top: 5px;
	margin-bottom: 30px;
}

#ouenBnr td {
	vertical-align: top;	
}

textarea {
	color: #999;
	font-size: x-small;
	float: left;
}

#ouen1 {
	width: 170px;	
}

.ouen2 {
	padding-bottom: 10px;
}

.ouen01Area {
	width: 130px;
	height: 20px;
}

.ouen02Area {
	width: 150px;
	height: 120px;
	float: left;
}

.ouen03Area {
	width: 335px;
	height: 70px;
}

.ouen02Img {
	float: left;
	margin-right: 5px;
}


/*------------　リンク　------------*/
.bnrA {
  clear: right;
	margin-left: 43px;
	float: left;
	margin-top: 60px;
	margin-bottom: 20px;
}

.bnrB {
	float: left;
	margin-left: 10px;
	margin-top: 60px;
	margin-bottom: 20px;
}

#tophe {
	clear: both;
	float: right;
	margin-right: 30px;
}

/* --------　フッター　-------- */
#footer {
	width: 915px;
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	clear: both;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
}
