@charset "UTF-8";

/* **********************************************************************
 *
 *       Title:   イエティ master.css
 *
 ********************************************************************** */


/* IE用印刷設定CSS
======================================================= */

@media print{
body {
_zoom: 67%; /*WinIE only */
}
}

/* 基本設定
======================================================= */

* {margin:0;padding: 0;}

body {
	text-align: center;
	font: 14px "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Helvetica", "Arial", "Verdana", "sans-serif";
	*font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Helvetica", "Arial", "sans-serif";
	background: #fff;
	color: #333;
}
* html body { font: x-small; }
:first-child+html body { font-size: small; }

table { font-size:inherit; font:100%; }

a:link,a:visited { color: #00b7f0; }
a:hover, a:active { color: #00b7f0; text-decoration:none; }

address,caption,cite,code,dfn,em,th,var {
	font-style: normal;font-weight:normal;
}

p { margin: 0; line-height: 1.5; }

.fin {
	background:#d11228;
	text-align:center;
	color:#fff;
	padding:5px 0;
	font-size: 116%;
	font-weight:bold;
}

span.texts { font-size: 77%; line-height: 1.3; }
span.textn { font-size: 100%; line-height: 1.5; }
span.textl { font-size: 138.5%; line-height: 1.5; }
span.textll { font-size: 200%; line-height: 1.5; }
span.textxl { font-size: 350%; line-height: 1.5; }
span.textxxl { font-size: 500%; line-height: 1.5; }

table.nbr,
table.tbr table.nbr {
	border-top: none;
	border-left: none;
	border-collapse: collapse;
}

table.nbr th,
table.tbr table.nbr th {
	padding: 0;
	border-right: none;
	border-bottom: none;
	font-size: 100%;
	line-height: 1.5;
	font-weight: bold;
}

table.nbr td,
table.tbr table.nbr td {
	padding: 0;
	border-right: none;
	border-bottom: none;
	font-size: 100%;
	line-height: 1.5;
	text-align: left;
}

table.tbr,
table.nbr table.tbr {
	border-collapse: collapse;
	border-top: 1px solid #c1d9ee;
	border-left: 1px solid #c1d9ee;
}

table.tbr th,
table.nbr table.tbr th {
	padding: 12px 15px;
	font-size: 100%;
	line-height: 1.5;
	font-weight: normal;
	text-align: center;
	border-right: 1px solid #c1d9ee;
	border-bottom: 1px solid #c1d9ee;
	background: #eaf6ff;
	color: #0069c2;
}

table.tbr thead th {
	background: #0091e5;
	color: #fff;
}

table.tbr td,
table.nbr table.tbr td {
	padding: 12px 15px;
	font-size: 100%;
	line-height: 1.5;
	text-align: center;
	border-right: 1px solid #c1d9ee;
	border-bottom: 1px solid #c1d9ee;
	background: #fff;
}

blockquote {
	clear: both;
	margin: 0;
	padding: 10px;
	border: 1px solid #cfcfcf;
	background: #f3f3f3;
	font-size: 100%;
	line-height: 1.4;
	text-align: left;
}

img { border: 0; vertical-align: bottom; }
iframe,input { vertical-align: bottom; }
ul { list-style: none; }

.boxlink { cursor: pointer; }

.pc_none {
	display: none;
}

/* clearfix
======================================================= */

.clearfix {zoom:1;}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}


/* 全体のレイアウト設定
======================================================= */

#wrapper {
	min-width: 1000px;
	width: auto !important;
	width: 1000px;
	margin: 0 auto;
	background:#fff;
}

#wrappertop {
	min-width: 1000px;
	background: #fff;
}

header {
	width: 70%;
	min-width: 1100px;
	margin: 0 auto 10px;
	padding: 0;
	background: #fff;
	overflow: hidden;
}

#gnav {
	width: 70%;
	min-width: 1000px;
	margin: 0 auto;
	z-index: 10;
	position: relative;
}

#main_container {
	min-width: 1000px;
	padding: 30px 0 45px;
	background: url(../img/bg_main_un.jpg) no-repeat center 0;
	-moz-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

#main_container .mc_inner {
	width: 1000px;
	margin: 0 auto;
}

#main {
	float: right;
	width: 710px;
}

#side {
	float: left;
	width: 240px;
}

footer {
	min-width: 1000px;
	width: auto !important;
	width: 1000px;
	padding: 0 0 30px;
	background: #fff;
	text-align: left;
	clear:both;
	color: #666;
}

/* header部分のスタイル設定
======================================================= */

header .header_l {
	float: left;
	width: 180px;
}

header #logo {
	width: 180px;
	margin: 0;
	padding: 36px 0 0;
	line-height: 1;
}

header .header_r {
	float: right;
	width: 770px;
	overflow: hidden;
	text-align: right;
}

header .header_r .langnav{
	padding: 6px 0 8px;
}

header .header_r .langnav li{
	display: inline;
	margin: 0 0 0 20px;
	font-size: 86%;
	text-align: right;
}

header .header_r .langnav li a {
	padding: 0 0 0 16px;
	background: url(../img/arw.png) no-repeat 0 50%;
}

header .header_r .langnav li a:link,
header .header_r .langnav li a:visited {
	color: #333;
	text-decoration: none;
}

header .header_r .langnav li a:hover,
header .header_r .langnav li a:active {
	color: #333;
	text-decoration: underline;
}

header .header_r .headbtn li {
	float: left;
	width: 250px;
	margin:0 0 0 10px;
}

header .header_r .headbtn li:first-child {
	margin:0 0 10px;
}

/* gnav部分設定
======================================================= */

#gnav .logo_s {
	display: none;
}

#gnav ul li {
	float: left;
	height: 60px;
	position: relative;
}

#gnav ul li a {
	display: block;
	height: 0;
	padding-top: 60px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
*:first-child+html #gnav ul li a:link{ text-indent: -9999px;}

#gnav ul li.nav01 {
	width: 20%;
}

#gnav ul li.nav01 a {
	background: url(../img/nav01_01.gif) no-repeat;
	background-position: 0 0;
}

#concept ul li.nav01 a,
#gnav ul li.nav01 a:hover {
	background-position: 0 -60px;
}

#gnav ul li.nav02 {
	/* width: 15%; */
	width: 13%;
}

#gnav ul li.nav02 a {
	background: url(../img/nav01_02.gif) no-repeat;
	/* background-position: center 0; */
	background-position: 0 0;
}

#guide ul li.nav02 a,
#gnav ul li.nav02 a:hover {
	/* background-position: center -60px; */
	background-position: 0 -60px;
}


#gnav ul li.nav03 {
	/* width: 18%; */
	width: 22%;
}
/* *:first-child+html #gnav ul li.nav03 { width: 17%; } */
*:first-child+html #gnav ul li.nav03 { width: 20%; }

#gnav ul li.nav03 a {
	background: url(../img/nav01_03.gif) no-repeat;
	background-position: center 0;
}

#service ul li.nav03 a,
#gnav ul li.nav03 a:hover {
	background-position: center -60px;
}

#gnav ul li.nav04 {
	/* width: 13%; */
	width: 18%;
}

#gnav ul li.nav04 a {
	background: url(../img/nav01_04.gif) no-repeat;
	background-position: center 0;
}

#facility ul li.nav04 a,
#gnav ul li.nav04 a:hover {
	background-position: center -60px;
}

#gnav ul li.nav05 {
	/* width: 13%; */
	width: 18%;
}

#gnav ul li.nav05 a {
	background: url(../img/nav01_05.gif) no-repeat;
	background-position: center 0;
}

#school ul li.nav05 a,
#gnav ul li.nav05 a:hover {
	background-position: center -60px;
}

#gnav ul li.nav06 {
	/* width: 13%; */
	width: 17%;
}

#gnav ul li.nav06 a {
	background: url(../img/nav01_06.gif) no-repeat;
	background-position: center 0;
}

#rental ul li.nav06 a,
#gnav ul li.nav06 a:hover {
	background-position: center -60px;
}

#gnav ul li.nav07 {
	/* width: 8%; */
	width: 12%;
}

#gnav ul li.nav07 a {
	background: url(../img/nav01_07.gif) no-repeat;
	background-position: right 0;
}

#access ul li.nav07 a,
#gnav ul li.nav07 a:hover {
	background-position: right -60px;
}

#gnav .after01,
#gnav .after02 {
	display: none;
}

/* hoverで下層表示
======================================================= */

#gnav .subnav {
	display: none;
	width: 316px;
	padding: 18px 0 0;
	background: url(../img/bg_subnav_top.png) no-repeat 0 0;
	position: absolute;
	margin: 0 auto;
	z-index: 99;
}

#gnav .subnav p {
	padding: 5px 0;
}

#gnav .nav03 .subnav {
	top: 48px;
	left: -21%;
}

#gnav .nav04 .subnav,
#gnav .nav05 .subnav {
	top: 48px;
	left: -36%;
}

#gnav .nav06 .subnav {
	top: 48px;
	left: -42%;
}

#gnav .nav02 .subnav {
	background: url(../img/bg_subnav_top02.png) no-repeat 0 0;
	top: 48px;
	left: 0;
}

#gnav .nav07 .subnav {
	background: url(../img/bg_subnav_top03.png) no-repeat 0 0;
	top: 48px;
	right: 0;
}

@media screen and (min-width: 1850px) {
	#gnav .nav03 .subnav,
	#gnav .nav04 .subnav,
	#gnav .nav05 .subnav,
	#gnav .nav06 .subnav {
		left: 0;
		right: 0;
}
}

#gnav .subnav ul {
	padding: 17px 25px;
	margin: 0;
	list-style: none;
	border-left: 2px solid #c1d9ee;
	border-right: 2px solid #c1d9ee;
	border-bottom: 2px solid #c1d9ee;
	background: #fff url(../img/bg_subnav.gif) no-repeat 0 0;
}

#gnav .subnav ul li {
	float: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border-top: 1px solid #c1d9ee;
	text-align: left;
}

#gnav .subnav ul li:first-child {
	border: none;
}

#gnav .subnav ul li a{
	display: block;
	height: auto;
	margin: 0;
	padding: 5px 0 5px 19px;
	text-indent: 0px !important;
}

#gnav .subnav ul li a:link,
#gnav .subnav ul li a:visited {
	color: #0069c2;
	text-decoration: none;
	background: url(../img/arw_sidenav02.png) no-repeat 6px 50%;
}

#gnav .subnav ul li a:hover {
	text-decoration: none;
	background: #fff883 url(../img/arw_sidenav02.png) no-repeat 6px 50%;
}





/* header固定
======================================================= */

body.fix_pd {
	padding: 60px 0 0;
}

#gnav.scroll {
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	min-width: 1000px;
	background: #fff;
	z-index: 9999;
	border-bottom: 1px solid #cfd0d1;
	box-shadow: 0px 0px 5px #070203;
	-moz-box-shadow: 0px 0px 5px #070203;
	-webkit-box-shadow: 0px 0px 5px #070203;
}



#gnav.scroll .fixin {
	width: 70%;
	min-width: 1000px;
	margin: 0 auto;
}

#gnav.scroll .logo_s {
	display: block;
	float: left;
	width: 11%;
	min-width: auto;
	margin: 0;
	padding: 13px 0 12px;
}

#gnav.scroll ul {
	float: right;
	width: 85.5%;
}

#gnav.scroll ul li {
	float: left;
	height: 60px;
	position: relative;
}

#gnav.scroll ul li a {
	display: block;
	height: 0;
	padding: 0 0 60px;
	overflow: hidden;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

*:first-child+html #gnav.scroll ul li a { text-indent: -9999px; }

#gnav.scroll ul li {
	/* width: 11%; */
	width: 13%;
}

#gnav.scroll ul li.nav01 a {
	background: url(../img/nav02_01.gif) no-repeat;
	background-position: 0 0;
}

#concept #gnav.scroll ul li.nav01 a,
#gnav.scroll ul li.nav01 a:hover {
	background-position: 0 -60px;
}

#gnav.scroll ul li.nav01 {
	width: 17%;
}

#gnav.scroll ul li.nav02 a {
	background: url(../img/nav02_02.gif) no-repeat;
	background-position: center 0;
}

#guide #gnav.scroll ul li.nav02 a,
#gnav.scroll ul li.nav02 a:hover {
	background-position: center -60px;
}

#gnav.scroll ul li.nav03 a {
	background: url(../img/nav02_03.gif) no-repeat;
	background-position: center 0;
}
*:first-child+html #gnav.scroll ul li.nav03 { width: 17%; }

#service #gnav.scroll ul li.nav03 a,
#gnav.scroll ul li.nav03 a:hover {
	background-position: center -60px;
}

#gnav.scroll ul li.nav04 a {
	background: url(../img/nav02_04.gif) no-repeat;
	background-position: center 0;
}

#facility #gnav.scroll ul li.nav04 a,
#gnav.scroll ul li.nav04 a:hover {
	background-position: center -60px;
}

#gnav.scroll ul li.nav05 a {
	background: url(../img/nav02_05.gif) no-repeat;
	background-position: center 0;
}

#school #gnav.scroll ul li.nav05 a,
#gnav.scroll ul li.nav05 a:hover {
	background-position: center -60px;
}

#gnav.scroll ul li.nav06 a {
	background: url(../img/nav02_06.gif) no-repeat;
	background-position: center 0;
}

#rental #gnav.scroll ul li.nav06 a,
#gnav.scroll ul li.nav06 a:hover {
	background-position: center -60px;
}

#gnav.scroll ul li.nav07 {
	/* width: 8%; */
	width: 13%;
}

#gnav.scroll ul li.nav07 a {
	background: url(../img/nav02_07.gif) no-repeat;
	background-position: center 0;
}

#access #gnav.scroll ul li.nav07 a,
#gnav.scroll ul li.nav07 a:hover {
	background-position: center -60px;
}

#gnav.scroll .after01,
#gnav.scroll .after02 {
	display: block;
	/* width: 8%; */
	width: 11%;
}

#gnav.scroll .after01 a {
	background: url(../img/btn_h_dp_sc.gif) no-repeat;
	background-position: center 0;
}

#gnav.scroll .after02 a {
	background: url(../img/btn_h_liner_cp.gif) no-repeat;
	background-position: center 0;
}


#gnav.scroll ul li.after01 a:hover,
#gnav.scroll ul li.after02 a:hover {
	background-position: center -60px;
}

/* hoverで下層表示 */

#gnav.scroll .subnav {
	display: none;
	width: 316px;
	padding: 18px 0 0;
	background: url(../img/bg_subnav_top.png) no-repeat 0 0;
	position: absolute;
	margin: 0 auto;
	z-index: 99;
}

#gnav.scroll .subnav p {
	padding: 5px 0;
}

#gnav.scroll .nav03 .subnav {
	top: 48px;
	left: -90%;
}

#gnav.scroll .nav04 .subnav,
#gnav.scroll .nav05 .subnav {
	top: 48px;
	left: -91%;
}

#gnav.scroll .nav06 .subnav {
	top: 48px;
	left: -91%;
}

#gnav.scroll .nav02 .subnav {
	background: url(../img/bg_subnav_top02.png) no-repeat 0 0;
	top: 48px;
	left: 15%;
}

#gnav.scroll .nav07 .subnav {
	background: url(../img/bg_subnav_top03.png) no-repeat 0 0;
	top: 48px;
	right: 15%;
}

@media screen and (min-width: 1850px) {
	#gnav.scroll .nav03 .subnav,
	#gnav.scroll .nav04 .subnav,
	#gnav.scroll .nav05 .subnav,
	#gnav.scroll .nav06 .subnav {
		left: -20%;
}
}

#gnav.scroll .subnav ul {
	padding: 17px 25px;
	margin: 0;
	list-style: none;
	border-left: 2px solid #c1d9ee;
	border-right: 2px solid #c1d9ee;
	border-bottom: 2px solid #c1d9ee;
	background: #fff url(../img/bg_subnav.gif) no-repeat 0 0;
}

#gnav.scroll .subnav ul li {
	float: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border-top: 1px solid #c1d9ee;
	text-align: left;
}

#gnav.scroll .subnav ul li:first-child {
	border: none;
}

#gnav.scroll .subnav ul li a{
	display: block;
	height: auto;
	margin: 0;
	padding: 5px 0 5px 19px;
	text-indent: 0px !important;
}

#gnav.scroll .subnav ul li a:link,
#gnav.scroll .subnav ul li a:visited {
	color: #0069c2;
	text-decoration: none;
	background: url(../img/arw_sidenav02.png) no-repeat 6px 50% !important;
}

#gnav.scroll .subnav ul li a:hover {
	text-decoration: none;
	background: #fff883 url(../img/arw_sidenav02.png) no-repeat 6px 50% !important;
}



/* footer部分設定
======================================================= */
#top .foot_bnr {
    padding: 0px;
    background: none;
}

.foot_bnr {
	padding: 50px 0;
	background: #fff;
}

.foot_bnr ul {
	width: 1000px;
	/*width: 740px;*/
	margin: 0 auto;
}

.foot_bnr ul li {
	float: left;
	width: 220px;
	margin: 0 0 0 40px;
}

.foot_bnr ul li:first-child {
	margin: 0;
}

#footer_nav {
	margin: 0 0 20px;
	padding: 14px 0px 14px 0px;
	background: #00b7f0;
	clear: both;
	overflow: hidden;
}

#footer_nav ul {
	width: 1000px;
	padding: 0 0 0 0px;
	list-style: none;
	margin: 0 auto;
	text-align: center;
}

#footer_nav li {
	display: inline;
	padding: 0 20px;
	background: url(../img/bd_footnav.gif) no-repeat 0 50%;
}

#footer_nav li:first-child {
	background: none;
}

#footer_nav a:link,
#footer_nav a:visited {
	text-decoration: none;
	color: #fff;
}

#footer_nav a:active,
#footer_nav a:hover {
	text-decoration: underline;
	color: #fff;
}

#footer_block {
	width: 1000px;
	margin: 0 auto 45px;
}

#footer_block .address {
	float: left;
	width: 520px;
}

#footer_block .address .f_logo {
	float: left;
	width: 180px;
	padding: 5px 0 0;
}

#footer_block .address .txt {
	float: right;
	width: 300px;
}

#footer_block .banner {
	float: right;
	width: 310px;
	padding: 5px 0 0;
}

#footer_block .banner ul li {
	float: left;
	width: 150px;
	margin: 0 0 0 10px;
}

#footer_block .banner ul li:first-child {
	margin: 0;
}

#social {
	margin: 0 0 40px;
    text-align: center;
}

#social li {
    display: inline-block;
    vertical-align: top;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
    margin: 0 5px 0 0;
    padding: 0;
}

.copyright {
	width: 1000px;
	margin: 0 auto;
	font-size: 86%;
	line-height: 1.5;
	font-style: normal;
	display: block;
	text-align: center;
}

/* 下層共通設定
======================================================= */

#directry {
	padding: 7px 0;
	font-size: 86%;
	background: #00b7f0;
	text-align: left;
	color: #fff;
}

#directry p {
	width: 1000px;
	margin: 0 auto;
}

#directry a:link,
#directry a:visited { color: #fff; }

#contents {
	min-height:700px;
	height:auto !important;
	height:700px;
}

#contents h1 {
	margin: 0 0 30px;
	padding: 20px 0 20px;
	border-bottom: 2px solid #00b7f0;
	font-size: 186%;
	font-weight: normal;
	text-align: left;
}

#contents h1.no_bd {
	padding: 0;
	border: none;
}

#contents section {
	clear:both;
	width: 100%;
	margin-bottom: 75px;
}

#contents section h2 {
	text-align: left;
	margin: 0 0 27px;
	padding: 12px 15px 10px 75px;
	background: url(../img/bg_h2_l.gif) no-repeat 0 0;
	font-size: 128%;
	font-weight: normal;
	color: #fff;
}

#contents section h3 {
	text-align: left;
	padding: 12px 0 10px 14px;
	margin: 0 0 30px;
	font-size: 114%;
	font-weight: normal;
	color: #00b7f0;
	background: url(../img/bg_h3.png) no-repeat 0 0;
}

section div {
	text-align: left;
}

section p {
	text-align: left;
	line-height: 1.5;
}

section ul {
	text-align: left;
	list-style: disc;
	padding: 0px 0px 0px 25px;
	line-height: 1.5;
}

section ol {
	text-align: left;
	padding: 0px 0px 0px 25px;
	line-height: 1.5;
}


.backlink {
	padding: 25px 0 75px;
	text-align: center;
}

.f_bnr {
	padding: 0 0 75px;
	text-align: center;
}

div.gotop {
	bottom: 75px;
	position: fixed;
	right: 50px;
	z-index: 10;
}



/* サイドナビ設定
======================================================= */

#sidenav {
	margin: 0 0 20px;
	background: url(../img/bg_sidenav.gif);
}

#sidenav .catetop a {
	display: block;
	padding: 38px 20px 35px;
	background: #0069c2 url(../img/bg_catetop.gif) no-repeat 0 0;
	font-size: 128%;
}

#sidenav .catetop a:link,
#sidenav .catetop a:visited {
	color: #fff;
	text-decoration: none;
}

#sidenav p {
	padding: 10px 20px 0;
	text-align: left;
}

#sidenav ul {
	padding: 10px 10px 1px;
}

#sidenav ul li {
	text-align: left;
	margin: 0 0 10px;
}

#sidenav ul li a {
	display: block;
	padding: 13px 15px 10px 30px;
	border: 3px solid #f3ead5;
	text-decoration: none;
	background: #fff url(../img/arw_sidenav02.png) no-repeat 13px 50%;
}

#sidenav ul li a:link,
#sidenav ul li a:visited {
	color: #333;
	text-decoration: none;
}

#sidenav ul li.selected a,
#sidenav ul li a:active,
#sidenav ul li a:hover   {
	border: 3px solid #fad717;
	background: #fff226 url(../img/arw_sidenav02.png) no-repeat 13px 50%;
	color: #0069c2;
}

#sidenav.event ul li a {
	padding: 13px 30px 10px 15px;
	background: #fff url(../img/arw_sidenav03.png) no-repeat 184px 50%;
}

#sidenav.event ul li a:hover {
	padding: 13px 30px 10px 15px;
	background: #fff226 url(../img/arw_sidenav03.png) no-repeat 184px 50%;
}

/* スマホPC切替スイッチ
======================================================= */

.dvc_switch {
	width: 100%;
	padding: 10px 0;
	text-align: center;
	margin: 0 auto;
}

.dvc_switch ul {
	width: 90%;
	margin: 0 auto;
}

.dvc_switch li {
	float: left;
	width: 49.5%;
	list-style-type: none;
}

.dvc_switch li:last-child {
	float: right;
	width: 49.5%;
	list-style-type: none;
}

.dvc_switch li a {
	width: 100%;
	background: #666;
	padding: 3px 0;
	display: block;
	text-decoration: none;
	color: #fff;
	height: 20px;
	border-radius: 5px;
}

.dvc_switch li:first-child a {
	line-height: 1.6;
}


/* 下層雪
*************************************************************/

#category {
	position: relative;
	padding: 0 !important;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#category span {
	background:#00b7f0 url(../img/bg_un_h1.gif) top right repeat-y;
	color:#fff;
	font-size:86%;
	margin:115px 0 0;
	padding: 14px 40px;
	display:inline-block;
	font-weight:bold;
	letter-spacing:1px;
}
p#category span {
	font-size:172%;
	letter-spacing:1px;
	line-height:1.55;
}

@keyframes rotateArea {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(1800deg);}
}
@-webkit-keyframes rotateArea {
    0% {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(1800deg);}
}
@-moz-keyframes rotateArea {
    0% {-moz-transform: rotate(0deg);}
    100% {-moz-transform: rotate(1800deg);}
}
@-o-keyframes rotateArea {
    0% {-o-transform: rotate(0deg);}
    100% {-o-transform: rotate(1800deg);}
}

.snowfall-flakes {
	animation-name: rotateArea;
    animation-delay: 0;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotateArea;
    -webkit-animation-delay: 0;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: rotateArea;
    -moz-animation-delay: 0;
    -moz-animation-duration: 30s;
    -moz-animation-iteration-count: infinite;
    -o-animation-name: rotateArea;
    -o-animation-delay: 0;
    -o-animation-duration: 30s;
    -o-animation-iteration-count: infinite;
}

/* 会員判別用スタイル
======================================================= */
.cookie_ok,.frame,.cookie_no{
	display : none;
}

.frame iframe {
	border: none !important;
	width: 250px;
	height: 70px;
}

/* 汎用クラス
*************************************************************/

.tac,
#contents .tac { text-align: center; }

.tar,
#contents .tar { text-align: right; }

.indent {
	padding: 0 0 0 1em;
	text-indent: -1em;
}

.red {
	text-align: center;
	color: red;
}

.mb0 { margin-bottom:0px !important;}
.mb5 { margin-bottom:5px; }
.mb10 { margin-bottom:10px; }
.mb15 { margin-bottom:15px; }
.mb20 { margin-bottom:20px; }
.mb25 { margin-bottom:25px; }
.mb30 { margin-bottom:30px; }
.mb35 { margin-bottom:35px; }
.mb40 { margin-bottom:40px; }
.mb45 { margin-bottom:45px; }
.mb50 { margin-bottom:50px; }
.mb70 { margin-bottom:70px; }
.mb75 { margin-bottom:75px; }
.mb80 { margin-bottom:80px; }