@charset "UTF-8";
/* =========================================================
 container
========================================================= */
#container01 {
	width: 980px;
	margin: 0 auto;
	padding: 0 20px;
	background:#FFF;
	overflow:hidden;
}
#container02 {
	width: 980px;
	margin: 0 auto;
	overflow:hidden;
	background: #FFF url(../images/container_bg03.jpg) 620px 140px no-repeat;
}
#container03 {
	width: 980px;
	margin: 0 auto;
	overflow:hidden;
	background: #FFF url(../images/container_bg02.jpg) 680px 120px no-repeat;
}
#container04 {
	width: 980px;
	margin: 0 auto;
	overflow:hidden;
	background: #FFF url(../images/container_bg04.jpg) 730px 105px no-repeat;
}
#container05 {
	width: 980px;
	margin: 0 auto;
	overflow:hidden;
	background: #FFF url(../images/container_bg05.jpg) 780px 90px no-repeat;
}
#container06 {
	width: 980px;
	margin: 0 auto;
	overflow:hidden;
	background: #FFF url(../images/container_bg06.jpg) 790px 80px no-repeat;
}
/* =========================================================
 header
========================================================= */
header {
	width: 980px;
	height:150px;
	position:relative;
}
header h1 {
	position:absolute;
	left:0;
	width:200px;
	height:50px;
	margin:6px 0 0 0;
}
header ul#lang {
	position:absolute;
	top:34px;
	right:120px;
}
header ul#lang li {
	display:inline
}
header ul#lang li a {
	font-family: 'Forum', cursive;
	text-decoration:none;
}
header ul#sns {
	position:absolute;
	top:10px;
	right:0;
	width:90px;
	height:40px;
}
header ul#sns li {
	float:left;
	width:40px;
	height:40px;
}
header ul#sns li#twitter {
	margin-right:10px;
}
header ul#sns li a:hover {
	opacity: 0.8;
	filter:alpha(opacity=80);
}
/* =========================================================
 nav
========================================================= */
nav#gNav {
	width:200px;
	float:left;
	font-family: 'Forum', cursive;
}
nav#gNav ul {
	margin:25px 0 0 10px;
}
nav#gNav ul li {
	margin-bottom:26px;
	font-size:21px;
}
nav#gNav ul li#current a {
	background:url(../images/stripe_bg01.png) 0 0;
	margin-left:0;
}
nav#gNav ul li a {
	display:block;
	padding: 10px 10px 10px 20px;
	width:100px;
	text-decoration:none;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
nav#gNav ul li a:hover {
	margin-left:8px;
	background:url(../images/stripe_bg01.png) 0 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	color:#000;
}
/* =========================================================
 article
========================================================= */
article {
	float:left;
	width:760px;
}
.slides {
	margin-top:25px!important;
}
/* =========================================================
 section
========================================================= */
#main {
	margin-top:50px;
}
#main h1 {
	font-size:30px;
	width:755px;
	margin-bottom:30px;
	padding-left:5px;
	border-bottom:#000 solid 1px;
	background:url(../images/main_ttl.gif) no-repeat left bottom;
	font-family: 'Forum', cursive;
}
#main h1.jp_txt{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:26px;
}

#main h1#news {
	width:650px;
	background: #FFF url(../images/news_ttl.gif) no-repeat left bottom;
	border:none;
	margin:0 0 0 0;
	padding: 0px 20px 0 30px;
}
#main h2.h2Ttl {
	font-size:17px;
	margin:0 20px 10px 20px;
	padding-left:35px;
	background:url(../images/h2_icon_01.png) no-repeat left 6px;
}
#main #newsBox {
	width:700px;
	background:url(../images/stripe_bg01.png);
	padding:30px;
}
#main ul.newsList {
	background:#FFF;
	width:660px;
	padding:10px 20px 20px 20px;
}
#main ul.newsList li {
	width:640px;
	margin: 0 10px;
	padding:12px 0 5px 0;
	border-bottom:#000 dotted 1px;
	background:#FFF;
	line-height:1.5;
	overflow:hidden;
}
#main ul.newsList span {
	display:block;
	float:left;
	width:100px;
	margin-top:0px;
	margin-left:5px;
	font-size:12px;
	color:#666;
}
#main ul.newsList span.listIcon01 {
	background:url(../images/list_icon_01.png) no-repeat 0 2px;
	padding-left:10px;
}
#main ul.newsList p {
	float:left;
	width:525px;
	font-size:13px;
}
#main ul.newsList p a:hover {
	color:#06C;
}
p#topicPath {
	margin-top:20px;
	font-size:14px;
	font-family: 'Forum', cursive;
}
p#topicPath span.jp_txt{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#main p#topicPath a {
	text-decoration:none;
}
/* =========================================================
 pageTop
========================================================= */
#pageTop {
	position: fixed;
	bottom: 100px;
	right:30px;
	z-index:100;
	width: 60px;
	height: 60px;
}
#pageTop a:hover {
	opacity: 0.8;
	filter:alpha(opacity=80);
}
/* =========================================================
 footer
========================================================= */
footer {
	overflow:hidden;
	width:100%;
	margin-top:100px;

	background:#F9F9F9;
	border-top:#DDD solid 1px;
	color:#000;
	text-align:right;

	
}
footer ul#fNav {
	overflow:hidden;
	width:700px;
	margin-left:50px;
}
footer ul#fNav li{
	float:left;
	list-style-type:none;
	margin: 40px 20px 30px 0;
	font-size:13px;	
}
footer small {
	display:block;
	font-size: 11px;
	margin:5px 50px 20px 0;
}
/* =========================================================
 about
========================================================= */
p.imageCenter {
	margin: 0px 0 90px 0;
	text-align:center;
}
section.profile {
	margin-bottom:50px;
	overflow:hidden;
}
p.profileImage {
	float:left;
	width:120px;
	height:120px;
	margin:0 20px 0 20px;
}
section.profile dl {
	float:left;
	width:580px;
}
section.profile dt {
	margin-bottom:7px;
	font-weight:bold;
}

p.txt01 {
	width:720px;
	margin:0 20px 40px 20px;
	line-height:1.7;
}
span.gotoWebsite {
	display:block;
	margin-top:10px;
}

#animeBox{
	width:300px;
	height:311px;
	margin: -20px auto 90px;
}
#main section.profile ul{
	margin: 0 0 10px 0;
}
#main section.profile li span {
	display:block;
	float:left;
	width:90px;
}
#main section.profile li p {
	margin-left:95px;
}
/* =========================================================
 products_1
========================================================= */
.wrapGroupe {
	width:760px;
	overflow:hidden;
}
.wrapGroupe ul {
	width:800px;
	margin-right:-40px;
}
.wrapGroupe ul li.wrap {
	width:118px;
	height:118px;
	margin:0 40px 40px 0px;
	overflow:hidden;
	position:relative;
	float:left;
	border:#DDD solid 1px;
}
.wrapGroupe ul li.wrap a img {
	border:none;
	position:absolute;
	top:-10px;
	left:-10px;
	height:140px;
}
/* メイン画像表示（mod_mainimglist）
-----------------------------------------*/
.mainimglist {
	position:relative;
	width:720px;
	height:360px;
	margin:50px 20px 50px 20px;
	background:url(../images/stripe_bg01.png);
}
/* サムネイル画像表示（thumbnaillist）
-----------------------------------------*/
.mod_thumbnail {
	overflow:hidden;
	position:relative;
}
.thumbnaillist {
	overflow:hidden;
	margin-left:20px;
	float:left;
}
.thumbnaillist ul {
	overflow:hidden;
	float:left;
}
.thumbnaillist li {
	height:82px;
	float:left;
	padding:0 10px 0px 0;
}
.thumbnaillist li a {
	display:block;
	border:#ddd solid 1px;
}
.thumbnaillist li a:hover {
	opacity:0.8;
}
.thumbnaillist li a:active {
	opacity:0.8;
}
/* IE用 ↓*/
.thumbnaillist li a:hover img {
	filter:alpha(opacity=80);
}
#products_1Txt {
    position: absolute;
    bottom: -2px;
    right: 5px;
    padding: 10px;
    background: #FFF;
    font-size: 12px;
    line-height: 1.3;
    width: 217px;
    height: 338px;
}
p.purchaseLink a{
	display:block;
	font-size:14px;
	width:160px;
	margin:50px 0 0 20px;
	padding:16px 10px 14px 30px;
	color:#FFF;
	text-align:center;
	background:#000 url(../images/list_icon_03.png) no-repeat 14px center;
	-webkit-transition: background 200ms ease;
	-moz-transition: background 200ms ease;
	-ms-transition: background 200ms ease;
	-o-transition: background 200ms ease;
	transition: background 200ms ease;
}
p.purchaseLink a:hover {
	background:#000 url(../images/list_icon_03.png) no-repeat 18px center;
	-webkit-transition: background 100ms ease;
	-moz-transition: background 100ms ease;
	-ms-transition: background 100ms ease;
	-o-transition: background 100ms ease;
	transition: background 100ms ease;
	opacity:0.8;
	text-decoration:none;
}
#preBtn {
	position:absolute;
	right:20px;
	bottom:0;
	font-size:14px;
}

/* =========================================================
 products_2
========================================================= */
.products_2 {
	margin:40px 35px 0 35px;
}

.products_2Content01 {
	margin: 0 0 5px 0;
}

.products_2Content02 {
	width:700px;
	margin: 0 0 0 20px;
	font-size:12px;
}

.products_2 a {
	padding:5px 0 0 20px;
	background:url(../images/list_icon_05.png) no-repeat 0 2px;
}
.products_2 a:hover {
	background:url(../images/list_icon_06.png) no-repeat 0 2px;
}
p.txt02 {
	margin: 0 35px 20px 35px;
}
p.txt04 {
	margin: 0 20px 10px 54px;
	font-size:12px;
}
p.txt05 {
	margin: 0 0 10px 0;
}

p.txt06 {
	margin: -5px 0 10px 20px;
	font-size:12px;
}

p.txt01 a, p.txt02, p.txt03 a, p.txt04 a, p.txt05 a, dd a, p#preBtn a{
	font-weight:bold;
}
/* =========================================================
 news
========================================================= */
section.newsTopic {
	margin-bottom:30px;
	padding-bottom:30px;
	overflow:hidden;
	border-bottom:dotted 1px #000;
}
ul.pictureBox {
	width:330px;
	margin: 0 20px 0 0;
	float:right;
	overflow:hidden;
}
ul.pictureBox li {
	width:100px;
	height:100px;
	margin: 0 0 10px 10px;
	float:left;
}
ul.pictureBox li a:hover {
	opacity: 0.8;
	filter:alpha(opacity=80);
}
p.txt03 {
	float:left;
	width:370px;
	margin:0 20px 0 20px;
	line-height:1.7;
}


ul#tab {
	zoom: 1;
	
	background: #EEE;
}
ul#tab:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
ul#tab li {
	float: left;
	text-align: center;
}

ul#tab li a {
	display: block;
	width: 152px;
	padding: 8px 0 6px 0;
	text-decoration: none;
}
ul#tab li a:hover {
	background: #666;
	color: #fff;
}
ul#tab li.active,
ul#tab li.active a,
ul#tab li.active a:hover {
	background: #000;
	color: #fff;
}
#detail {
	overflow: hidden;
	margin-top:30px;
}
.tabbox {
	display: none;
}
/* =========================================================
 purchase
========================================================= */
dl#purchaseDetailes {
	margin: 0 20px 70px 20px;
}

dl#purchaseDetailes dt{
	
	font-size:15px;
/*	padding-left:18px;
	background:url(../images/list_icon_07.png) no-repeat left 3px;*/
}

dl#purchaseDetailes dd{
  margin: 3px 0 30px 0;
	background:#F9F9F9;
	border-top:#DDD solid 1px;
	border-bottom:#DDD solid 1px;
	padding:20px;
	line-height:1.7;
}
dl#purchaseDetailes dd ul{
	
}

table.table02 {
	margin:20px 20px 0 20px;
	border:solid #DDD 1px;
}
table.table02 th {
	width:120px;
	padding:15px;
	border:solid #DDD 1px;
	background:#FFF;
	text-align:left;
	vertical-align:middle;
}
table.table02 td {
	width:400px;
	padding:15px;
	border:solid #DDD 1px;
}
/* =========================================================
 Contact
========================================================= */
table.table01 {
	margin:20px 20px 0 20px;
	border:solid #DDD 1px;
}
table.table01 th {
	width:120px;
	padding:25px;
	border:solid #DDD 1px;
	background:#FFF;
	text-align:left;
	vertical-align:middle;
}
table.table01 td {
	width:400px;
	padding:25px;
	border:solid #DDD 1px;
}
p.error_messe {
	margin-bottom:10px;
	color:#F00;
}
span.alert {
	font-size:11px;
	color:#F00;
}
#submit-box{
	width:622px;
	margin:30px 0 10px 20px;
	text-align:center;
}

#submit-boxOuter {
	overflow:hidden;
	width:622px;
}


#submit-box2 {
	float:left;
	margin:30px 12px 10px 97px;
}
#submit-box3 {
	float:left;
	margin:30px 97px 10px 12px;
}

#submit-box input,
#submit-box2 input,
#submit-box3 input {
	width:250px;
	margin: 0 auto;
	padding: 10px 0;
	background:#F9F9F9;
	border:#DDD solid 1px;
	font-size:16px;
	cursor:pointer;
}


#submit-box input:hover,
#submit-box2 input:hover,
#submit-box3 input:hover {
	background:#EEE;
}
