@charset "UTF-8";
/*ZOMA new WEBサイトのCSS*/
@import url(http://fonts.googleapis.com/css?family=EB+Garamond);

/*[CSS設定項目]-----
01.全体的な設定
02.header
03.menu
04.container
05.contents
06.footer
*/

/*01.全体的な設定*/
* {
	margin : 0;
	padding : 0;
	color : #FFF;
	font-size:13px;
	font-style : normal;
	font-weight : normal;
	font-family : "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ","Meiryo", Helvetica, Verdana, Arial, sans-serif, "Osaka", "Hiragino Kaku Gothic Pro", "lroSVbN";
	line-height : 180%;
	text-decoration : none;
}

body {
	width:100%;
	height:auto;
	min-height:100%;
	min-width:980px;
	margin:0px;
	border:0px;
	padding:0px;
}

html {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	border:0;
	background:#000;
}

/*HTML5*/
article, aside, dialog, figure, footer,
header,hgroup, nav, section { display: block; }
/*HTML5*/

a, a img {
	outline:0;
	border:0;
}

a,a:link {
	color:#ff1493;/*リンク*/
	text-decoration:underline;
}

a:visited {
	color:#ff1493;/*リンク*/
	text-decoration:underline;
}

a:hover {
	color:#ff69b4;/*リンク*/
	text-decoration:none;
}

a:active {
	color:#ff69b4;/*リンク*/
	text-decoration:none;
}

object em {
	visibility:hidden;
}

/*clearfix*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
	
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*clearfix*/

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

h1 {
	font-size:200%;
}

h2 {
	font-size:200%;
}

h3 {
	font-size:120%;
}

h4 {
	font-size:120%;
}

h5 {
}

h6 {
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-size:100%;
	text-decoration:none;
}

/*layout*/
#wrap_body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	border:none;
	text-align:center;
}

#wrap_header {
	position:relative;
	width:100%;
	height:125px;
	margin:0;
	padding:0px;
	border:none;
	text-align:center;
}

#wrap_gn {
	width:100%;
	height:50px;
	overflow:hidden;
	margin:0;
	padding:0;
	border:none;
	text-align:center;
}

#wrap_flash {
	display:none;
}

.top #wrap_flash {
	width:100%;
	height:auto;
	margin:0 0 0px 0;
	padding:0 0 0px 0;
	border:none;
	text-align:center;
	display:block;
}

#wrap_container {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	border:none;
	text-align:center;
}

#wrap_footer {
	position:fixed;
	bottom:0;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	border:none;
	text-align:center;
	z-index:9998;
}

#fade {
    position:absolute; /* ie6 */
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
	z-index:9999;
}

.mc-image {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	border:none;
}

.loader {
	position:absolute;
	z-index:9999;
	width:39px;
	height:39px;
	top:90%;
	left:49%;
}
/*反転時の文字色・背景色 */
::selection {
	background: #ff69b4;
	color:#FFFFFF;
}
/* Firefox対応*/
::-moz-selection {
	background: #ff69b4;
	color:#FFFFFF;
}

#linkbox {
	position:absolute;
	left:20px;
	bottom:0px;
	width:200px;
	height:auto;
	z-index:9999;
}
/*バナー*/
#banner {
	width:100%;
	height:auto;
	margin:0 0 20px 0;
}

#banner .header {
	display:none;
}

#banner .section {
	width:100%;
	height:auto;
}

#banner .section a {
	display:block;
	width:100%;
	height:auto;
	border:none;
	padding:0 0 0 0;
	margin:0 0 15px 0 ;
	box-shadow:0 2px 5px rgba(0,0,0,0.15);
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}

#banner .section a img {
	display:block;
}

#banner a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.;
	opacity:0.8;
}
/*06.footer*/
#footer {
	width:98%;
	height:auto;
	margin:0 auto;
	padding:0;
	text-align:left;
}

#footer #footer-inner {
	width:100%;
	height:auto;
	margin:0 0 0 0;
	padding:5px 0;
}

#footer #footer-inner .extra {
	width:100%;
	height:30px;
	margin:0px 0 0 0;
	padding:0;
	clear:both;
}

.regi-comp #footer #footer-inner .extra {
	width:100%;
	height:30px;
	margin:0px 0 0 0;
	padding:0;
	border:none;
	clear:both;
}

#footer #footer-inner .extra #copyright {
	float:right;
	clear:right;
	color:#FFF;
	text-shadow:0 0 3px rgba(0,0,0,0.8);
}

#footer #footer-inner .extra #copyright small {
	font:inherit;
	color:inherit;
}

.preloader { background:url(../img/js/ajax-loader.gif) center center no-repeat #ffffff;  }