*{
    margin: 0px;
	padding: 0px;
	list-style: none;
    border: 0;
    list-style: none;
    font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", Honoka, Meiryo, "メイリオ", serif;
}


a, a:hover{
    text-decoration: none;
}


body{
	background: #F2F2EA;
}
.clearfix:after{content: "";display: block;clear: both;}
.clearfix{zoom:1;}



.transform-90{
    display: block;
    white-space:nowrap;
	-moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


#footer{
	margin-top: 27px;
	text-align: center;
	font-size: 12px;
}


.container {
	margin: 100px auto 0;
	background: #F2F2EA;
}




.container  .menu {
	margin-top: 20px;
}

.container  .menu  a {
    float: right;
	font-weight: bold;
	height: 22px;
	font-size: 20px;
	width: 22px;
	text-align: center;
	line-height: 22px;
	border: 1px solid #000;
    color: #000;
}

.container  .menu .menu-r{
	margin:0 92px 0 12px;
	color: #6F6A81;
}
.container  .menu .menu-b{
	color: #000;
}





.panel-group {
    float: left;
	height: 484px;
    overflow:hidden;
    position:relative;
    background: #F2F2EA  url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNSIgaGVpZ2h0PSIyMyI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZTNlM2RiIiBkPSJNLjUgMjNWLjVoMjJWMjMiLz48L3N2Zz4=') right top repeat;
    padding-right: 12px;
}

.panel{
    margin-left: 12px;
    float: right;
    position:relative;
    z-index: 1;
}

.panel.active{
    margin-left: 0;
    padding-left: 12px;
}

.panel:nth-child(1) {
    background: url(../images/panel-1.png) left bottom no-repeat;
}

.panel:nth-child(2) {
    background: url(../images/panel-2.png) left bottom no-repeat;
}



.panel-group:before{
    content: "";
	display: block;
	border-top: solid 1px #e3e3db;
	border-bottom: solid 1px #e3e3db;
	position: absolute;
	top: 0;
	right: 12px;
	bottom: 0;
	left: 12px;
}



.panel-title {
    -webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
    cursor: pointer;
	background: #000;
	height: 450px;
	color: #fff;
	border-top: #DB6798 4px solid;
	width: 58px;
	float: right;
    font-size: 22px;
    padding-top:30px;
    font-size: 20px;
}

.panel-title h2{
    font-size: 20px;
}

.panel-title span{
	display: inline-block;
	padding-right: .1em;
}

.panel-body {
    position:relative;
    float: right;
}

.color-red{
	color: #706993;
}

.color-yellow{
	color:#F7F435;
}

.text-line {
    color:#111;
    /*letter-spacing:1px;*/
    word-wrap: break-word;
    word-break: normal;
    float: right;
	width: 17px;
    line-height: 23px;
    padding: 0 3px;
	font-size: 16px;
    text-align: center;
	margin-top: 1px;
	margin-right: 12px;
	word-wrap: break-word;
	word-break: nomal;
}
.text-line a {
    display: block;
    color:#111;
}
.text-line a:hover{
    color:#111;
}

.text-line-2 {
    width: 20px;
    padding: 0 19px;
    line-height: 46px;
	font-size: 20px;
    margin-right: 12px;
}

.text-line-2.download {
    width: 46px;
    padding-left: 6px;
    padding-right: 6px;
}

.text-line-5 {
    width: 68px;
    line-height: 68px;
	font-size: 60px;
    padding:0;
    margin-right: 36px;
    margin-left: 36px;
}

.text-background{
    margin-top: 23px;
	background: #54534F;
	color: #fff;
}
.text-background a {
    color:#fff;
}
.text-background a:hover{
    color:#fff;
}



.text-padding {
    padding-top: 23px;
    padding-bottom: 23px;
}

.text-top-1 {
    margin-top:24px;
}
.text-top-2 {
    margin-top:47px;
}
.text-top-3 {
    margin-top:70px;
}
.text-top-4 {
    margin-top:93px;
}
.text-top-5 {
    margin-top:116px;
}
.text-top-6 {
    margin-top:140px;
}

.text-top-14 {
    margin-top:323px;
}
.text-top-16 {
    margin-top:369px;
}

.bookmarklet-icon {
    display: block;
}
.bookmarklet-icon span{
    display: none;
}
.bookmarklet-icon:before {
    content: "<bookmarklet/>";
    color: #796DAC;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #796DAC;
    padding: 4px 19px;
    background: #F2F2EA;
}

.disable {
	opacity: 0.2;
}
