@charset "utf-8";
body {
	color: #000;
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	
  background-image: url(/images/bg_01.jpg);
	background-position: center top;
	background-color: #FFF;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd {
	margin: 0px;
	padding: 0px;

}

ul{
	list-style-type: none;
}

img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

a {
	color: #333;
}

a:hover {
	color: #802d99;
	text-decoration: none;
}

header {
	background: #5489f4;
	background: -webkit-gradient(linear, left top, left bottom, from(#5489f4), to(#132a53));
	background: -webkit-linear-gradient(#5489f4, #112649 90%, #0c1933 91%);	
	background: linear-gradient(#5489f4, #112649 90%, #0c1933 91%);
	border: 1px solid #fff;	
		width: 565px;	
	margin:0 auto 10px auto;
	 background-color: #FFF; 

}

header div {
	width: 100%;	
	height: 70px;	
	position: static;
	margin: 0px auto;
	background-image:url(/images/logo.png);
}

header div h1 {
	position: relative;
	float:right;	
  margin:0 30px 0 0;
	top: 30px;		
	font-size: 16px;	
	line-height: 18px;	
	font-weight: normal;
	color: #FFF;	
	display:inline;
}


header div #logo
 {
	position: relative;
	float:left;
	vertical-align:middle;
  left:30px;
  
}

nav#menubar {
  width:565px;
	height: auto;	
	background: #3e64b5;	
	background: -webkit-gradient(linear, left top, left bottom, from(#5489f4), to(#132a53));	
	background: -webkit-linear-gradient(#5489f4, #112649 90%, #0c1933 91%);	
	background: linear-gradient(#5489f4, #112649 90%, #0c1933 91%);			
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);	
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);			
	overflow: hidden;
	border-left: 1px solid #ccc;
	overflow: hidden;
	border-bottom: none;
	border-left: 1px solid #ccc;
  margin:0 auto ;
  padding:0;
}
nav#menubar ul {
	width:100%;	
	margin: 0px auto;
}

nav#menubar ul li {
	float: left;
	width: 50%;	
	border-right: 1px solid #ccc;	
	text-align: center;	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}
nav#menubar ul li a {
	text-decoration: none;
	display: block;
	line-height: 40px;
  color:#fff;
}

nav#menubar ul li:first-child {
	border-left: none;
}


nav#menubar ul li:nth-child(7) a {
	color:#ffff00;
  margin:0 0 0 0;
}

nav#menubar ul li a span{
  display:block;
  font-size:9px;
  line-height:9px;
  color:#fff;
  margin:-12px 0 0 0;
  padding:0 0 3px 0;
}

nav#menubar ul li a:hover{
	background-color: #383838;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#383838), to(#fff));	
	background-image: -webkit-linear-gradient(#3e64b5,#3e64b5 49%,#1f396a  50%);	
	background-image: linear-gradient(#3e64b5, #3e64b5 49%, #1f396a 50%);			
}


#slide_image {
	z-Index:2;
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	z-Index:1;
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}

.useragent{
margin:0;
padding:0;
width:100%;
text-align:right;
height:18px;
font-size:10px;
background-color:#365aa4;
color:#fff;
}

#contents {
	clear: left;
	width:565px;	
	margin: 0px auto 0 auto;
	padding: 0;	
 background-color: #FFF;
}


#wrap {
	float: none;	
	width: auto;	
}

body.c2 #wrap {
	float: none;
	width: 100%;
}


#main {
	float: left;	
	width: 565px;	
	padding-bottom: 30px;
}


#main h2 {
	clear: both;
	font-size: 100%;
	background: #3e64b5;	
	background: url(/images/arrow1.png) no-repeat left center, -webkit-gradient(linear, left top, left bottom, from(#1d3466), to(#132a53));	
	background: url(/images/arrow1.png) no-repeat left center, -webkit-linear-gradient(#3e64b5, #1d3466 49%, #132a53 50%);	
	background: url(/images/arrow1.png) no-repeat left center, linear-gradient(#3e64b5, #1d3466 49%, #132a53 50%);	
	color: #FFF;	
	padding: 5px 15px 5px 30px;	
	border: 1px solid #802d99;		
	text-shadow: 0px -1px #802d99;	
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.2);	
	box-shadow: 1px 2px 5px rgba(0,0,0,0.2);			
}

#main h3 {
	clear: both;
	background: #FFF;	
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e6e6e6));	
	background: -webkit-linear-gradient(#FFF, #e6e6e6);	
	background: linear-gradient(#FFF, #e6e6e6);			
	font-size: 100%;
	color: #142a53;		
	padding: 2px 15px;	
	border: 1px solid #3f65b6;		
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.2);	
	box-shadow: 1px 2px 5px rgba(0,0,0,0.2);			
	border-top: 1px solid #FFF;		
	border-right: 1px solid #FFF;	
	border-bottom: 1px solid #FFF;	
	border-left: 3px solid #000;	
}

#main h4 {
	margin:0 0 0 0;
	background-color: #e3e3e3;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#e3e3e3));	
	background-image: -webkit-linear-gradient(#fcfcfc, #f1f1f1 49%, #e3e3e3 50%);	
	background-image: linear-gradient(#fcfcfc, #f1f1f1 49%, #e3e3e3 50%);			
	-webkit-box-shadow: 1px 2px 7px #999;	
	box-shadow: 1px 2px 7px #999;			
	font-size: 100%;
	color: #000;		
	padding: 2px 15px;	
	clear: both;
	border-top: 1px solid #FFF;		
	border-right: 1px solid #FFF;	
	border-bottom: 1px solid #FFF;	
	border-left: 3px solid #000;	
	line-height:16px
}
 
 

#main p {
	padding: 10px 10px 15px;	
}

#main div {
	padding: 10px 10px 15px;	
}



#main .box {
	border: 1px solid #cfcfcf;	
	background: #FFF;	
	padding: 0;		
	margin-bottom: 15px;	
}

#main p img.std ,#main div img.std {
	float: none;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #CCC;
	width:80%;
	display:block;
	margin:5px auto;
}
 
#main p img.wide ,#main div img.wide {
	float: none;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #CCC;
	width:85%;
	display:block;
	margin:5px auto;
}

#main p img.left ,#main div img.left{
	float: left;			
	background-color: #fff;	
	padding: 4px;			
	border: 1px solid #CCC;	
	margin:0 10px 0 0;

}

#main p img.leftv ,#main div img.leftv {
	float: left;			
	background-color: #FFF;	
	padding: 4px;			
	margin: 5px 10px 7px 0;
	border: 1px solid #CCC;	
}

#main p img.rightv,#main div img.rightv {
	float: right;			
	background-color: #FFF;	
	padding: 6px;			
	margin: 0 10px 10px 10px;
	border: 1px solid #CCC;	
	height: auto;	
}


#lside {
	float: left;	
	width: 200px;	
  margin:-40px 0 0 0;
}

#rside {
	float: right;	
	width: 200px;	
	padding-bottom: 30px;
}

#rside aside{
  margin:20px 0 0 0;
}

body.c2 #rside {
	display: none;
}

#lside h2,
#rside h2 {
	font-size: 100%;
	padding: 2px 30px 2px 30px;	
	background: #3e64b5;	
	background: url(/images/arrow1.png) no-repeat left center, -webkit-gradient(linear, left top, left bottom, from(#1d3466), to(#132a53));	
	background: url(/images/arrow1.png) no-repeat left center, -webkit-linear-gradient(#3e64b5, #1d3466 49%, #132a53 50%);	
	background: url(/images/arrow1.png) no-repeat left center, linear-gradient(#3e64b5, #1d3466 49%, #132a53 50%);	
	color: #FFF;	
	border: 1px solid #000;		
	text-shadow: 0px -1px #000;	
}


#lside .box,
#rside .box {
	background: #FFF;		
	border: 1px solid #cfcfcf;	
	padding: 7px;				
	margin-bottom: 15px;		
}

#lside h2 + ul,
#rside h2 + ul,
#lside h2 + .box,
#rside h2 + .box {
	border-top: none;
}

#lside .box > ul,
#rside .box > ul {
	margin-bottom: 0;
}


#main, #lside, #rside {
	float: none;
	width: auto;
}

body.c2 #main {
	width: auto;
}



#lside ul,
#rside ul {
	border-top: 1px solid #cfcfcf;		
	border-right: 1px solid #cfcfcf;	
	border-left: 1px solid #cfcfcf;		

}

#lside ul li ,
#rside ul li {
	float: left;
	width: 50%;	
	border-right: 1px solid #ccc;	
	text-align: center;	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	margin: 3px 0 3px 0;	
	}

#lside ul li:nth-child(odd)
,#rside ul li:nth-child(odd) {
padding:0 0 0 15px;
}

#lside ul li:nth-child(even)
,#rside ul li:nth-child(even){
  padding:0 15px 0 0 ;
}




#lside ul li a,
#rside ul li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #cfcfcf;	
	padding-left: 10px;
	background: #FFF;	
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#FFF));	
	background: -webkit-linear-gradient(#e5e5e5, #FFF);	
	background: linear-gradient(#e5e5e5, #FFF);	
	-webkit-box-shadow: 0px 0px 0px 1px #FFF inset;	
	box-shadow: 0px 0px 0px 1px #FFF inset;			
	line-height:40px;
}
#lside ul li a:hover,
#rside ul li a:hover {
	background: #FFF;	
}



#lside section.list,
#rside section.list {
	font-size: 11px;	
	background: #FFF;	
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	
	background: -webkit-linear-gradient(#FFF, #e3e3e3);									
	background: linear-gradient(#FFF, #e3e3e3);											
	border-bottom: 1px solid #cfcfcf;	
	border-right: 1px solid #cfcfcf;	
	border-left: 1px solid #cfcfcf;	
	line-height: 1.6;	
	position: relative;
	overflow: hidden;
}
#lside section.list a,
#rside section.list a {
	padding: 5px;	
	text-decoration: none;
	display: block;
	overflow: hidden;
}
#lside section.list a:hover,
#rside section.list a:hover {
	background: #FFF;	
}

#lside section.list h4,
#rside section.list h4 {
	color: #802d99;		
	font-size: 100%;
}

#lside section.list figure img,
#rside section.list figure img {
	float: left;	
	margin-right: 5px;	
	border: 1px solid #999;	
	width: 60px;	
	height: auto;
}



footer {
	clear: both;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 15px;
	color: #FFF;	
	background: #142a53;	
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #FFF;
}



#new dl{
	overflow: auto;	
	height: 70px;	
	padding-left: 10px;
}

#new dt {
	font-weight: bold;	
	float: left;
	width: 8em;
}

#new dd {
	border-bottom: 1px solid #d2d2d2;	
	padding-left: 8em;
}
#new dd img {
	vertical-align: middle;
}


.ta1 {
	width: 100%;
	background: #FFF;	
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #cfcfcf;	
	line-height: 2;
}

.ta1 td{
	padding: 10px;
}

.ta1 th{
	width: 140px;
	padding: 10px;
	text-align: center;
	background-color: #f1f1f1;	
}

.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #d8bee0;	
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: 250px;	
	padding: 10px;	
	margin-bottom: 20px;
	border-radius: 30px;	
	background: #e5e5e5;	
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	
	background: -webkit-linear-gradient(#FFF, #e5e5e5);	
	background: linear-gradient(#FFF, #e5e5e5);			
	-webkit-box-shadow: 1px 2px 7px #ccc;	
	box-shadow: 1px 2px 7px #ccc;			
	font-size: 16px;	
	letter-spacing: 0.1em;
	border: 1px solid #999;	
}

input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background: #FFF;	
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#FFF));	
	background: -webkit-linear-gradient(#e5e5e5, #FFF);	
	background: linear-gradient(#e5e5e5, #FFF);			
}


#toppage ,#tohome{
	clear: both;
}
#toppage a , #tohome a {
	color: #FFF;		
	font-size: 14px;	
	background-color: #142a53;	
	text-decoration: none;
	text-align: center;
	width: 10em;	
	display: block;
	float: right;
}

#toppage a:hover, #tohome a:hover {
	background: #3a7aed;
	color: #FFF;
}


.osusume {
	font-size: 10px;	
	color: #FFF;		
	background: #F00;	
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,20px);
	-ms-transform: rotate(-45deg) translate(37px,20px);
	transform: rotate(-45deg) translate(37px,20px);
}

.soldout {
	font-size: 10px;	
	color: #FFF;		
	background: #999;	
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,20px);
	-ms-transform: rotate(-45deg) translate(37px,20px);
	transform: rotate(-45deg) translate(37px,20px);
}


.look {
	background: #eee;
}
.mb15,
.mb1em {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 15px;
	list-style: disc;
}
.color1 {
	color: #802d99;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.mini1 {
	font-size: 12px;
	line-height: 1.5;
}
figcaption {
	font-size: 11px;
}
img {
	max-width: 100%;
	height: auto;
}
#menubar2_hdr {
	display: none;
}



body.s-n #lside,
body.s-n #rside {
	display: none;
}

td iframe {
	height: 300px;
	width: 100%;
}


.pcnone{
  display:inline;
}

.spnone{
  display:none;
}


.red{
  color:#ff0000;
  font-size:1.1em;
}

.blue{
  color:#0000ff;
  font-size:1.1em;
}

#iframe{
width:504px;
height:283px;
}

.wa{
  width:100%;
}



@media (min-width:481px) and (max-width:800px){

header {
  width:auto;
	margin-bottom: 10px;
}

header div #logo img {
	width:250px;
	height: auto;
	margin:10px 0 0 0;
}

header div {
	width: 100%;	
	height: 60px;	
	position: static;
	margin: 0px auto;
	background-size:cover;
}

header div h1 {
  margin:0 20px 0 0;
	top: 20px;		
	font-size: 16px;	
	line-height: 18px;	
}


nav#menubar {
  width:auto;
	height: auto;
	overflow: hidden;
	border-bottom: none;
	border-left: 1px solid #ccc;
	margin-bottom: 6px;
}
nav#menubar ul {
	width: auto;
}

nav#menubar ul li {
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}

nav#menubar ul li:first-child {
	border-left: none;
}



#contents {
	width: auto;
	margin: 0px 10px;
}


#wrap {
	float: none;
	width: auto;
}

#main, #lside, #rside {
	float: none;
	width: auto;
}

body.c2 #main {
	width: auto;
}



body.s-n #lside,
body.s-n #rside {
	display: none;
}

td iframe {
	height: 300px;
	width: 100%;
}


.pcnone{
  display:inline;
}

.spnone{
  display:none;
}


.red{
  color:#ff0000;
  font-size:1.1em;
}

.blue{
  color:#0000ff;
  font-size:1.1em;
}

#main section p img,#main section div img {
	float: none;			
	background-color: #fff;	
	padding: 5px;			
	border: 1px solid #CCC;	
	width: 100%;		
	height: auto;	
  margin:0;
  
}

#iframe{
width:403px;
height:226px;
}

#main img.left {
	float: left;			
	width: 50%;
	background-color: #FFF;	
	padding: 6px;			
	margin: 10px 10px 10px 0;
	border: 1px solid #CCC;	
	height: auto;	
}

#main img.right {
	float: right;			
	width: 50%;
	background-color: #FFF;	
	padding: 6px;			
	margin: 0 10px 10px 10px;
	border: 1px solid #CCC;	
	height: auto;	
}

#main img.leftv {
	float: left;			
	width: 40%;
	background-color: #FFF;	
	padding: 6px;			
	margin: 10px 10px 10px 0;
	border: 1px solid #CCC;	
	height: auto;	
}

#main img.rightv {
	float: right;			
	width: 40%;
	background-color: #FFF;	
	padding: 6px;			
	margin: 0 10px 10px 10px;
	border: 1px solid #CCC;	
	height: auto;	
}

}



@media (max-width : 480px){


header {
	width:auto;
	margin-bottom: 5px;
}


header div h1 {
	position: relative;
  float:right;
  margin:-7px 10px 0 0;
  font-size:15px;
}


header div #logo img {
  position:relative;
  float:left;
  width: 200px;
	height: auto;
	top:0;
  left:-30px;
}

header div {
	width: 100%;	
	height: 50px;	
	background-size:cover;
}

header div h1 {
  margin:0 15px 0 0;
	top: 20px;		
	font-size: 14px;	
	line-height: 16px;	
}


nav#menubar {
  width:auto;
	height: auto;
	overflow: hidden;
	border-bottom: none;
	border-left: 1px solid #ccc;
	margin-bottom: 6px;
}
nav#menubar ul {
	width: auto;
}

nav#menubar ul li {
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}

nav#menubar ul li:first-child {
	border-left: none;
}

#lside ul li ,
#rside ul li {
	float: none;
	width: 100%;	
	}
	
	

#contents {
	width: auto;
	margin: 0px 10px;
}


#wrap {
	float: none;
	width: auto;
}

#main, #lside, #rside {
	float: none;
	width: auto;
}



body.c2 #main {
	width: auto;
}

#main p img.std ,#main div img.std {
	float: none;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #CCC;
	width:95%;
	display:block;
	margin:5px auto;
}
 
#main p img.wide ,#main div img.wide {
	float: none;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #CCC;
	width:97%;
	display:block;
	margin:5px auto;
}

#main p img.left ,#main div img.left{
	float: left;			
	background-color: #fff;	
	padding: 4px;			
	border: 1px solid #CCC;	
	margin:0 10px 0 0;

}

#main p img.leftv ,#main div img.leftv {
	float: left;			
	background-color: #FFF;	
	padding: 4px;			
	margin: 5px 10px 7px 0;
	border: 1px solid #CCC;	
  width:50%;
}

#main p img.rightv,#main div img.rightv {
	float: right;			
	background-color: #FFF;	
	padding: 6px;			
	margin: 0 10px 10px 10px;
	border: 1px solid #CCC;	
  width:50%;
}

section#new h2.open {
	background: url(/images/arrow1.png) no-repeat left center, url(/images/btn_minus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#5489f4), to(#132a53));	
	background: url(/images/arrow1.png) no-repeat left center, url(/images/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#3e64b5, #1d3466 49%, #132a53 50%);					

}
section#new h2.close {
	background: url(/images/arrow1.png) no-repeat left center, url(/images/btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#5489f4), to(#132a53));	
	background: url(/images/arrow1.png) no-repeat left center, url(/images/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#3e64b5, #1d3466%, #132a53 50%);						
	background: url(/images/arrow1.png) no-repeat left center, url(/images/btn_plus.png) no-repeat right center, linear-gradient(#3e64b5, #1d3466 49%, #132a53 50%);								
}

#new {
	margin:0 0 15px 0;
}
#new dl {
	height: auto;
	padding-left: 0;
}

#new dt {
	float: none;
	width: auto;
}

#new dd {
	padding-left: 0;
}



.ta1 td{
	width: auto;
	padding: 2px;
}

.ta1 th{
	width: 100px;
	padding: 2px;
}



#main section.list p {
	margin-left: 0;
}

#main section.list figure img {
	float: none;
	margin: 0px;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}



body.s-n #lside,
body.s-n #rside {
	display: none;
}

.ta1 td iframe {
	height: 300px;
	width: 100%;
}

#top #menubar2_hdr {
	display: none;
}
#menubar2_hdr {
	display: inline;
	position: absolute;
	top: 0px;
	right: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background-image: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 0px 0px 6px 6px;
}

#lside ul li:nth-child(odd)
,#rside ul li:nth-child(odd) {
padding:0 10px 0 10px;
}

#lside ul li:nth-child(even)
,#rside ul li:nth-child(even){
padding:0 10px 0 10px;
}


.pcnone{
  display:inline;
}

.spnone{
  display:none;
}


.red{
  color:#ff0000;
  font-size:1.1em;
}

.blue{
  color:#0000ff;
  font-size:1.1em;
}

#iframe{
width:270px;
height:152px;
}

}
