@charset "UTF-8";
/**
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * http://cssreset.com
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
	color: #000;
	background: #FFF;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF.
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
/*because legend doesn't inherit in IE */
legend {
	color: #000;
}
/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
	display: none;
}
/*YUI END*/

/*common*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 95%;
	line-height: 180%;
	font-weight: normal;
	background: url(../img/tit.jpg);
	color: #2E2E2E;
	list-style-type: none;
	vertical-align: baseline;
	padding: 0;
	margin: 0;
}
a {
	color: #036;
	text-decoration: none;
}
a:hover {
	color: #006666;
	text-decoration: underline;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
h1 {
	font-size:150%;
	font-weight:800;
	margin:0 0 15px 0;
	padding:12px 10px;
	background: #F60;
	color:#FFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-shadow:1px 1px 2px #333;
	box-shadow:inset -1px -1px 2px rgba(0, 0, 0, 0.6), inset 1px 1px 2px rgba(255, 255, 255, 0.8);
	background-image:url(file:///C|/Users/maeda/Desktop/new/image);
}
h2 {
	font-size:130%;
	font-weight:800;
	height:30px;
	color: #F60;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:10px;
	text-align:left;
	background-image: url(../img/tit_sub2.png);
}
h3 {
	position:relative;
	padding:9px;
	font-weight: bold;
	font-size: 18px;
	text-shadow:1px 1px 2px #333;
	background-color: #CC3;
	color: #fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
h3:before {
	content:'';
	height:0;
	width:0;
	display:block;
	border:13px transparent solid;
	border-right-width:0;
	border-left-color:#CC3;
	position:absolute;
	top:25px;
	left:15px;
	transform:rotate(-270deg);
	-webkit-transform:rotate(-270deg);
	-moz-transform:rotate(-270deg);
	-o-transform:rotate(-270deg);
	-ms-transform:rotate(-270deg);
}
h4 {
	position:relative;
	padding:9px;
	font-weight: bold;
	font-size: 18px;
	text-shadow:1px 1px 2px #333;
	background-color: #51A2C1;
	color: #fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
h4:before {
	content:'';
	height:0;
	width:0;
	display:block;
	border:13px transparent solid;
	border-right-width:0;
	border-left-color:#51A2C1;
	position:absolute;
	top:25px;
	left:15px;
	transform:rotate(-270deg);
	-webkit-transform:rotate(-270deg);
	-moz-transform:rotate(-270deg);
	-o-transform:rotate(-270deg);
	-ms-transform:rotate(-270deg);
}
h5 {
	position:relative;
	padding:9px;
	font-weight: bold;
	font-size: 18px;
	text-shadow:1px 1px 2px #333;
	background-color: #7D7D7D;
	color: #fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
/*Android p 対応*/
p {
	background-image:url(file:///C|/Users/maeda/Desktop/new/image);
}
/*Android p 対応*/
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 950px;
	overflow: hidden;
}
.margi {
	margin: 4px;
}
.left {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.overfl {
	overflow:auto;
	zoom:1;
	padding-bottom:1px;
	vertical-align:top;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/*common*/

/*header*/
#header {
	position: relative;
	height: 100px;
	background-color:#FFF;
}
#header img {
	position: absolute;
	width:300px;
	height:90px;
	float: left;
}
#inner {
	float: right;
	width: 560px;
	margin-top:10px;
	padding-right:5px;
	height:60px;
	line-height:60px;
	position:relative;
}
#inner li {
	float: right;
	display: block;
	position:relative;
	background-image:url(file:///C|/Users/maeda/Desktop/new/image);
}
#inner li div li {
	float: right;
	display: block;
	position:relative;
}
.sarch {
	width:350px;
}

#inner_e {
	float: right;
	width: 580px;
	margin-top:3px;
	padding-right:20px;
	height:16px;
	line-height:16px;
	position:relative;
}


/*header*/

/*navigater dropmenu*/
#navi ul {
	margin: 0;
	padding: 0;
	behavior: url("file:///C|/Users/maeda/Desktop/new/csshover.htc");/* IE6 */
}
#navi ul a {
	color: #fff;
	text-decoration: none;
	background: url("../img/menu.png");
	background-repeat: repeat-x;
}
#navi ul a:hover {
	filter: alpha(opacity=55);/* ie lt 8 */
	-ms-filter: alpha(opacity=55);  /* ie 8 */
	-moz-opacity: 0.55;/* FF lt 1.5, Netscape */
	-khtml-opacity: 0.55;/* Safari 1.x */
	opacity: 0.55;/* 透過用 */
}
#navi ul li {
	width: 236px;
	height: 50px;
	font-weight: bold;
	line-height: 50px;
	float: left;
	border: solid #fff;
	border-width: 1px 1px 1px 0;
}
#navi ul li.line {
	border-left: 1px solid #fff;
}
#navi ul li a {
	display: block;
	height: 100%;
	font-size: 130%;
	text-align: center;
}
#navi ul li ul li a {
	font-size: 130%;
	font-weight: bold;
	border-bottom: 1px solid #666;
	text-align: left;
	padding-left: 10px;
}
#navi ul li ul li {
	margin: 0;
	font-weight: normal;
	border-left: 1px solid #fff;
	border-bottom: none;
	position: relative;
	left: -1px;
	float: none;
}
/* OFF */
#navi ul li ul {
	display: none;
}
/* ON */
#navi ul li:hover ul {
	display: block;
	position: absolute;
	z-index:6;
}
/*navigater*/

/*contents*/
#fla #box #box2 #box3 {
	text-align: center;
}
/*contents*/

/*fla*/
#fla {
	border: dotted 1px #CCC;
	text-align: center;
}
/*fla*/
/*スライドショー*/
div.g-inner {
	position:relative;
	width:948px;
	height:340px;
	clear:both;
}
#view {
	position: absolute;
	width:948px;
	height:340px;
	top:0;
	left:0;
	overflow:hidden;
}
#view p {
	position: absolute;
	width:948px;
	height:340px;
	top:0;
	left:0;
}
/*
#thumbBtn {
    position:absolute;
    top:400px;
    right:3px;
}
#caption {
    position:absolute;
    top:440px;
    left:70px;
}
#thumbBtn li {
    padding: 4px;
    float:left;
    text-align:right;
    width: 150px;
    cursor:pointer;
}
#thumbBtn li img {
    border: solid 1px #ccc;
}
#thumbBtn li.active {
    opacity:0.5;
    filter:alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
}
/*スライドショー*/
#viewArea {
	width: 580px;
	height: 220px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#tree {
	position: absolute;
	left:200px;
}

/*アニメの場合
#viewArea {
	width: 948px;
	height: 260px;
	margin: 0 auto 0;
	position: relative;
	overflow: hidden;
}
#tree {
	width: 160px;
	height: 233px;
	position: absolute;
	bottom: 0;
	left: 400px;
}
#bird {
	width: 100px;
	height: 95px;
	margin-right: -80px;
	position: absolute;
	bottom: 10px;
}
#car {
	width: 120px;
	height: 88px;
	position: absolute;
	bottom: 20px;
	right: 380px;
}
.kochira {
	position:absolute;
	top:230px;
	left:810px;
	font-size:130%;
	font-weight:600;
}
アニメの場合*/
/*アニメ下*/
div#animate-complete-title {
	float: left;
	color:#FFF;
	display:inherit;
	vertical-align:middle;
	font-size:110%;
	font-weight:600;
	height: 80px;
	width: 236px;
	line-height:19px;
	text-align: center;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background-color: red;
}
div#animate-complete-block-1 {
	float: left;
	color:#FFF;
	display:inherit;
	vertical-align:middle;
	font-size:110%;
	font-weight:600;
	height: 80px;
	width: 236px;
	line-height:19px;
	text-align: center;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background-color: #ff3000;
}
div#animate-complete-block-2 {
	float: left;
	color:#FFF;
	display:inherit;
	vertical-align:middle;
	font-size:110%;
	font-weight:600;
	height: 80px;
	width: 237px;
	line-height:19px;
	text-align: center;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background-color: #ff6000;
}
div#animate-complete-block-3 {
	float: left;
	color:#FFF;
	display:inherit;
	vertical-align:middle;
	font-size:110%;
	font-weight:600;
	height: 80px;
	width: 238px;
	line-height:19px;
	text-align: center;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-color: #ff9900;
}
/*アニメ下*/
/*box1*/
#box1 {
	float: left;
	display: inline;
	width: 180px;
	padding: 13px;
	text-align: center;
}
/*box1*/
/*box2*/
#box2 {
	float: left;
	display: inline;
	width: 500px;
	margin-top: 18px;
}
/*角丸影トップ・サブ*/
.shadow {
	border: 1px solid #bec0c0;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 0px 2px 1px;
	-moz-box-shadow: #666 0px 2px 1px;
	box-shadow: #666 0px 2px 1px;
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#F2F3F1));
	background: -webkit-linear-gradient(#FFFFFF, #F2F3F1);
	background: -moz-linear-gradient(#FFFFFF, #F2F3F1);
	background: -ms-linear-gradient(#FFFFFF, #F2F3F1);
	background: -o-linear-gradient(#FFFFFF, #F2F3F1);
	background: linear-gradient(#FFFFFF, #F2F3F1);
	-pie-background: linear-gradient(#FFFFFF, #F2F3F1);
	position:relative;
	behavior: url("pie/PIE.htc");
}
.inshadow {
	border: 1px solid #bec0c0;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 0px 2px 1px;
	-moz-box-shadow: #666 0px 2px 1px;
	box-shadow: #666 0px 2px 1px;
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#F2F3F1));
	background: -webkit-linear-gradient(#FFFFFF, #F2F3F1);
	background: -moz-linear-gradient(#FFFFFF, #F2F3F1);
	background: -ms-linear-gradient(#FFFFFF, #F2F3F1);
	background: -o-linear-gradient(#FFFFFF, #F2F3F1);
	background: linear-gradient(#FFFFFF, #F2F3F1);
	-pie-background: linear-gradient(#FFFFFF, #F2F3F1);
	position:relative;
	behavior: url("file:///C|/Users/maeda/Desktop/pie/PIE.htc");
}
/*角丸影トップ・サブ*/
#box2 li {
	padding: 15px;
	border-bottom: dotted 1px #ccc;
}
#box2 li.nashi {
	border-bottom: none;
}
.date {
	font-weight: 800;
	color: #36c;
}
hr {
	clear: both;
}
/*box2*/
/*box3*/
#box3 {
	float: left;
	display: inline;
	width: 175px;
	padding-top: 18px;
	padding-left:15px;
	text-align: center;
}
#menu_side {
	position:relative;
	margin-bottom:10px;
	margin-top:10px;
	border-top:1px solid #cccccc;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu_tit {
	padding:5px 0px 5px 5px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background-color:#966;
	color:#FFF;
}
#menu li {
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
#menu li a {
	display:block;
	padding:5px 0px 5px 5px;
	background-color:#eeeeee;
	color:#ZEZEZE;
}
#menu li a:hover {
	background-color:#aaaaaa;
}
#kobox {
	text-align:left;
	position:relative;
	height:1%;
}
#kobox ul li {
	display:block;
	width:220px;
	height:86px;
	line-height:86px;
	z-index:1;
	position:relative;
}
#kobox1 {
	text-align:left;
	position:relative;
	height:1%;
}
#kobox1 ul li {
	display:block;
	width:220px;
	height:86px;
	line-height:86px;
	z-index:1;
	position:relative;
}
.aki {
	padding:10px;
}
.aki2 {
	padding:5px;
}
.aki3 {
	padding:20px 5px;
}
.akileft {
	padding-left:200px;
}
.akileft2 {
	padding-left:420px;
}
.akileft3 {
	padding-left:30px;
}
.futoji {
	font-size:100%;
	font-weight:600;
}
#kobox ul li a {
	display:block;
	width:220px;
	height:86px;
	text-decoration:none;
	color: #CFC923;
	font-weight:bold;
}
#kobox ul li a:link {
	display:block;
	width:220px;
	height:86px;
	background: url("../img/kura_memory.png");
	background-repeat:no-repeat;
	position:relative;
	background-image: url(../img/kura_memory.png);
}
#kobox ul li a:hover {
	display:block;
	width:220px;
	height:86px;
	background: url("../img/kura_memory_on.png");
	background-repeat:no-repeat;
	position:relative;
}
#kobox ul li a:hover {
	color: #ffffff;
}
#kobox ul li a:visited {
	display:block;
	width:220px;
	height:86px;
	background: url("../img/kura_memory.png");
	background-repeat:no-repeat;
	position:relative;
}
#kobox1 ul li a {
	display:block;
	width:220px;
	height:86px;
	text-decoration:none;
	color: #C03708;
	font-weight:bold;
}
#kobox1 ul li a:link {
	display:block;
	width:220px;
	height:86px;
	background: url("../img/tara_photo.png");
	background-repeat:no-repeat;
	position:relative;
	background-image: url(../img/tara_photo.png);
}
#kobox1 ul li a:hover {
	display:block;
	width:220px;
	height:86px;
	background: url("../img/tara_photo_on.png");
	background-repeat:no-repeat;
	position:relative;
}
#kobox1 ul li a:hover {
	color: #ffffff;
}
#kobox1 ul li a:visited {
	display:block;
	width:220px;
	height:86px;
	background: url("../img/tara_photo.png");
	background-repeat:no-repeat;
	position:relative;
}
/*box3に絶対位置で表示*/
.onimg {
	position: absolute;
	z-index: 2;
	top: 44px;
	left: 100px;
}
/*box3*/

/*toppage_e*/
#toppage {
	clear:both;
	text-align:right;
	padding-bottom:0px;
	padding-top:5px;
	margin:0px;
}
/*toppage_e*/

/*address footer*/
#address {
	background-color:#FFF;
	clear: both;
	padding-left:18px;
	padding-top:18px;
	height: 50px;
	vertical-align: middle;
	margin:0px;
}
/*address footer*/

/*アコーディオン*/
ul.accordion {
	background:#FFF;
	width:200px;
	margin:0 auto 10px;
	padding:2px;
	text-align:left;
}
ul.accordion a {
	display:block;
	padding:10px;
	background-position:97% center;
	background-repeat:no-repeat;
	text-decoration:none;
	color: #505050;
	font-weight:bold;
}
ul.accordion a:hover {
	color: #691882;
}
ul.accordion span {
	display:block;
	background-position:97% center;
	background-repeat:no-repeat;
	color: #505050;
	font-weight:bold;
}
ul.accordion span a:hover {
	color: #9A2213;
}
ul.accordion ul {
	display:none;
}
ul.accordion > li > p {
	background-image:url(../img/accord_bar.png);
	cursor:pointer;
	margin-bottom:1px;
}
ul.accordion > li > p span {
	background-image:url(../img/open.png);
}
ul.accordion > li > p span.open {
	background-image:url(../img/close.png);
}
ul.accordion > li > ul > li {
	background: #C5C5C5;
	border-bottom:1px solid #EEE;
}
ul.accordion > li > ul > li > p {
	background:#C5C5C5;
}
ul.accordion > li > ul > li > a {
	background:url(../img/go.png) no-repeat 98% center;
}
ul.accordion > li > ul > li > ul > li {
	background:#FFF;
	border-bottom:1px dotted #888;
}
ul.accordion > li > ul > li > ul > li:last-child {
	border:none;
}
dl.accordion {
	background:#DDD;
	width:200px;
	margin:0 auto 10px;
	padding:5px;
}
dl.accordion dt {
	background:url(../img/open.png) 97% center no-repeat, -moz-linear-gradient(top, #C6F0FE, #27BCF9);
	background:url(../img/open.png) 97% center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#C6F0FE), to(#27BCF9));
	border-bottom:1px solid #EEE;
	height:40px;
	text-indent:10px;
	line-height:40px;
	color:#333;
	font-weight:bold;
	cursor:pointer;
}
dl.accordion dt.open {
	background:url(../img/close.png) 97% center no-repeat, -moz-linear-gradient(top, #C6F0FE, #27BCF9);
	background:url(../img/close.png) 97% center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#C6F0FE), to(#27BCF9));
}
dl.accordion dd {
	background:#FFF;
	padding:10px;
	line-height:1.5;
	display:none;
}
/*アコーディオン*/
/*nextbox1*/
#nextbox1 {
	float: left;
	display: inline;
	width: 220px;
	padding: 13px;
	text-align: center;
	overflow:hidden;
	position:relative;
}
/*nextbox1*/
/*nextbox2*/
#nextbox2 {
	float:right;
	display: inline;
	width: 635px;
	margin-top: 18px;
}
#nextbox2 li {
	padding: 15px;
	border-bottom: dotted 1px #ccc;
}
#nextbox2 li.nashi {
	border-bottom: none;
}
#nextbox2_tab {
	float:right;
	display: inline;
	width: 675px;
	margin-top:18px;
	position:relative;
}
/*nextbox2*/

/*タブメニュー*/
.etabs {
	margin: 0;
  padding: 0;
	overflow:hidden;
}
.tab {
	display: inline-block;
	zoom:1;
 *display:inline;
	background: #BDBDBD;
	border: solid 1px #ccc;
	border-bottom: none;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
}
.tab a {
	font-size: 14px;
	line-height: 2em;
	display: block;
	padding: 0 10px;
	outline: none;
}
.tab a:hover {
	text-decoration: underline;
}
.tab.active {
	background: #CC3;
	padding-top: 2px;
	position: relative;
	top: 1px;
	border-color: #ccc;
}
.tab a.active {
	font-weight: bold;
}
.tab-container .panel-container {
	background: #fff;
	border: solid #ccc 1px;
	padding: 15px;
	-moz-border-radius: 0 2px 2px 2px;
	-webkit-border-radius: 0 2px 2px 2px;
}
/*タブメニュー*/
/*menu_side*/
#menu_side {
	position:relative;
	margin-bottom:10px;
	margin-top:10px;
	border-top:1px solid #cccccc;
	width:220px;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu_tit {
	padding:10px 0px 10px 10px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background-color:#966;
	color:#FFF;
}
#menu li {
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
#menu li a {
	display:block;
	padding:10px 0px 10px 10px;
	background-color:#fff;
	color:#ZEZEZE;
}
#menu li a:hover {
	background-color:#d6d6d6;
}
/*menu_side*/
/*スライドパネル*/
/*スライドパネル*/
.open1 {
	background: #e1e1e1;
	color: #005952;
	font-weight:800;
	cursor: pointer;
	width:600px;
	padding: 5px
}
#sliderBox1 {
	padding: 10px;
	border: 1px #ccc solid;
	display:none;
}
.open2 {
	background: #e1e1e1;
	color: #005952;
	font-weight:800;
	cursor: pointer;
	width:600px;
	padding: 5px
}
#sliderBox2 {
	padding: 10px;
	border: 1px #ccc solid;
	display:none;
}
.open3 {
	background: #e1e1e1;
	color: #005952;
	font-weight:800;
	cursor: pointer;
	width:600px;
	padding: 5px
}
#sliderBox3 {
	padding: 10px;
	border: 1px #ccc solid;
	display:none;
}
.open4 {
	background: #e1e1e1;
	color: #005952;
	font-weight:800;
	cursor: pointer;
	width:600px;
	padding: 5px
}
#sliderBox4 {
	padding: 10px;
	border: 1px #ccc solid;
	display:none;
}
.open5 {
	background: #e1e1e1;
	color: #005952;
	font-weight:800;
	cursor: pointer;
	width:600px;
	padding: 5px
}
#sliderBox5 {
	padding: 10px;
	border: 1px #ccc solid;
	display:none;
}
/*スライドパネル*/
/*map*/
.remark {
	position:relative;
}
/*map*/

/*スライドショートップ*/
.boxer {
	border: none;
}
.inline_content {
	width: 300px;
	overflow: hidden;
	padding: 0 10px;
}
#boxer h3 {
	font-style: italic;
	font-size: 16px;
	margin: 0;
	padding: 15px 10px 10px;
}
#boxer.mobile.inline .boxer-content {
	background: #fff;
}
#boxer.mobile.inline .inline_content {
	height: 10000px;
	overflow: scroll;
	padding: 30px 50px;
	width: 100%;
}
/*スライドショートップ*/

/*ふわっと出るページトップ*/
.pagetop {
	position: fixed;
	bottom: 500px;
	right: 100px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-ms-transform: scale(0.3);
	-o-transform: scale(0.3);
	transform: scale(0.3);
 -webkit-transition: all .4s;
 -moz-transition: all .4s;
 -o-transition: all .4s;
 transition: all .4s;
}
.pagetop a {
	display: block;
	width: 90px;
	height: 90px;
	line-height: 90px;
}
/*ふわっと出るページトップテキスト編
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #333;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}
*/
.pagetop.show {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/*ふわっと出るページトップ*/
/*プロフイール*/
#pro {
	margin-top:20px;
	margin-bottom:20px;
	border:dotted #C69;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#pro ul {
	padding:5px;
}
.tit {
	padding-top:5px;
	padding-bottom:5px;
	color:#933;
	font-weight:600;
	background-color:#CCC;
}
.bun {
	padding:5px 5px 5px 5px;
	text-align:left;
	background-color:#FFF;
}
/*プロフイール*/
/*思うこと枠*/
.waku {
	border:dashed 1px #EB8C46;
	margin-bottom:15px;
}
/*思うこと枠*/
/*サイトマップ　アイコン用*/
.mark {
	list-style-image: url(../img/point_site.png);
	padding-left:50px;
	padding-right:5px;
}
/*サイトマップ　アイコン用*/
/*いろはテーブル*/
table.product1 {
	margin:0 auto;
	border-collapse: separate;
	border-spacing: 0 10px;
}
table.product1 th {
	padding:15px 5px 15px 5px;
	text-align:center;
	border-bottom:solid 1px #CCCCCC;
}
table.product1 td {
	padding:15px 5px 15px 5px;
	text-align:center;
}
table.product1 td.bl_bottom {
	border-left:solid 3px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
}
/*いろはテーブル*/
/*商品用テーブル*/
table.product {
	margin:0 auto;
	border-collapse: separate;
	border-spacing: 0 10px;
}
table.product th {
	padding:5px;
}
table.product td {
	padding:5px;
}
table.product td.bl_bottom {
	border-left:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
}
/*商品用テーブル*/
/*boxer_inline_image_firefox用*/
.content {
	width:400px;
	overflow: hidden;
	padding: 0 20px;
}
.content_display {
	display:none;
}
.content_100image {
	height: 100px;
}
/*boxer_inline_image_firefox用*/
/*boxer_inline_iflame_ios用*/
.ifrm-container {
	width:580px;
	height:350px;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	display: inline-block;
	margin: 10px;
}
.ifrm {
	width:100%;
	height:100%;
	border:none;
	display:block;
}
/*boxer_inline_iflame_ios用*/
/*form*/
.hoge {
	border:0;
	padding:30px;
	margin:0 0 20px;
	width:550px;
}
.hoge1 {
	font-size:1.1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}
.hoge2 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 20px;
	background-color: #367DF7;
	color: #fff;
	border-style: none;
	box-shadow: 2px 2px 3px 1px #CCC;
	-webkit-box-shadow: 2px 2px 3px 1px #ccc;
	text-shadow: 1px 1px 2px #000;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.hoge2:hover {
	opacity: 0.8;
}
input[type=text] {
	padding:6px;
}
textarea{
	padding:6px;
}
/*form*/
/*thanks_move*/
.viewer {
    margin: 0 auto;
    width: 600px;
    height: 263px;
	text-align: center;
    overflow: hidden;
}
 
.viewer ul {
    width: 600px;
    height: 200px;
    overflow: hidden;
    position: relative;
}
 
.viewer ul li {
    top: 0;
    left: 0;
    width: 600px;
    height: 200px;
    display: none;
    position: absolute;
}
.onimg_thanks {
	position: absolute;
	z-index: 1;
	left:50px;
}
/*thanks_move*/
/*sendのimgに絶対位置で表示*/
.onimg_send {
	position: absolute;
	z-index: 4;
	left:350px;
	margin-top:8px;
}
.send_view{
	height:190px;
	overflow:hidden;
}
/*box3*/
/*画像の影*/
.frame_center{
	margin:0 auto;
	width:600px;
	text-align: center;
	position:relative;
}
.frame {
	display: inline-block;
	position: relative;
	background: #fff;
	border: 1px solid #CCC;
	z-index:8;
}
.frame::before,
.frame::after {
	content: '';
	position: absolute;
	bottom: 10px;
	width: 40%;
	height: 10px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.7);
	z-index: -1;
}
.frame::before {
	left: 10px;
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
.frame::after {
	right: 10px;
	right: 10px;
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
}
/*画像の影*/

.vb { visibility: visible; } /* 表示する */ 
.hd { visibility: hidden; }  /* 表示しない */ 
/* 英語のいろは画像かくし小 */
.smaller {
width: 1px;
height: 1px;
}
/* 英語のいろは画像かくし小 */
