@charset "utf-8";
/* CSS Document */

/* clearfix */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* 画像センタリング */

.cr {margin:0 auto;}
.cr5 {margin:10px auto;}
.cr10 {margin:10px auto;}
.cr20 {margin:20px auto;}
.cr30 {margin:30px auto;}

.cr15o {margin:15px auto 0;}
.cr20o {margin:20px auto 0;}

.cr15u {margin:0 auto 15px;}
.cr20u {margin:0 auto 20px;}
.cr50up {margin:0 auto; padding-bottom:50px;}

body.fixed .menu_fix {
	margin-bottom:100px;
}

body.fixed #Menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 8888;
}


/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


/* ページトップ */

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 1.4em;
	font-weight:bold;
	z-index:10000;
}
#page-top a {
	background: #eb6d9a;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 10px;
}
#page-top a:hover {
	text-decoration: none;
	background: #ff3980;
}

/* FireFoxFadeブレ防止 */

img { display:block; box-shadow: #000 0 0 0; }


/* 全体・枠作り */

html,body {
  height:100%;
}

body {
	font-family: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size:62.5%;
	text-align:center;
	background:#fafafa;
}

#PageWrapper_index {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	width:100%;
	background:url(../img/index_bg.jpg) center top no-repeat;
	background-attachment:fixed;
	background-size:cover;
}

.check {
	background:url(../img/check.png) left top no-repeat;
	width:503px;
	height:820px;
	text-indent:-9999px;
	overflow:hidden;
	position:relative;
	margin:50px auto 0;
}

.check_enter {
	width:140px;
	height:140px;
	position:absolute;
	left:72px;
	top:587px;
}

.check_leave {
	width:140px;
	height:140px;
	position:absolute;
	left:292px;
	top:587px;
}

#PageWrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	width:100%;
}

header {
	width:100%;
	height:60px;
	background:#FFF;
}

header h1 {
	display:none;
}

.head_contents {
	width:1000px;
	height:60px;
	margin:0 auto;
}

.head_contents .logo {
	width:130px;
	height:30px;
	float:left;
	margin:15px 35px 0 0;
}

.head_contents .head_menu {
	float:left;
	margin:25px 0 0 0;
	width:510px;
	height:13px;
}

.head_contents .head_menu ul li{
	float:left;
}

.head_contents .twitter {
	float:left;
	margin:18px 0 0 175px;
	width:150px;
	height:15px;
}

article {
	width:100%;
	padding-bottom:136px;
}

#Mainvisual {
	background:#FFF;
	width:100%;
	height:500px;
	position:relative;
}

.mainvisual_shadow {
	background:url(../mainvisual/mainvisual_shadow.png) left top repeat-x;
	width:100%;
	height:8px;
	position:absolute;
	top:0;
	left:0;
}

.mainvisual_bg_koikake {
	width:100%;
	height:500px;
	background:url(../mainvisual/bg.jpg) center top no-repeat;
}

.mainvisual_koikake {
	width:100%;
	height:500px;
	background:url(../mainvisual/mainvisual_koikake.png) center top no-repeat;
}

.mainvisual_koikake h2 {
	width:1000px;
	height:500px;
	margin:0 auto;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}

#Log {
	width:1000px;
	height:300px;
	margin:36px auto 0;
}

.logbox1 {
	width:310px;
	height:300px;
	background:url(../img/rireki_bg.png) left top no-repeat;
	float:left;
	position:relative;
	margin-right:35px;
}

.logbox2 {
	width:310px;
	height:300px;
	background:url(../img/rireki_bg.png) left top no-repeat;
	float:left;
	position:relative;
}

.new {
	width:110px;
	height:37px;
	position:absolute;
	top:5px;
	left:5px;
	background:url(../rireki/new.png) left top no-repeat;
}

#Log h3 {
	font-size:1.5em;
	margin-top:6px;
	margin-left:16px;
	text-align:left;
	color:#3070b8;
}

#Log h3 a {
	color:#3070b8;
	text-decoration:none;
}

#Log h3 a:hover {
	color:#3070b8;
	text-decoration:underline;
}

#Log p {
	font-size:1.5em;
	line-height:1.5;
	text-align:left;
	margin-top:16px;
	margin-left:16px;
	color:#616161;
}

#Log p span {
	font-size:80%;
	line-height:4;
	color:#a0a0a0;
}

#Contents_bottom {
	width:1000px;
	margin:0 auto;
	padding-top:74px;
	background:url(../img/hr.png) center 33px no-repeat;
}

#Bt_left {
	width:744px;
	float:left;
	margin-right:24px;
}

#Bt_left a {
	color:#ffffff;
	text-decoration:none;
}

.longbanner {
	width:744px;
	height:136px;
	margin-bottom:31px;
	background:#fff;
}

.longbanner p.coming {
	font-size:3em;
	color:#e6e6e6;
	height:136px;
	line-height:136px;
	font-family: 'Montserrat', sans-serif;
}

.longbanner p.to_title {
	margin-left:554px;
	width:180px;
	height:32px;
	line-height:32px;
	font-size:1.5em;
	font-weight:bold;
	color:#FFF;
	text-align:left;
}

.longbanner p.to_txt {
	margin-left:554px;
	margin-top:6px;
	width:180px;
	font-size:1.4em;
	line-height:1.3;
	color:#FFF;
	text-align:left;
}

.topics01 {
	background:url(../topics/topics_01.png) left top no-repeat;
}

.topics02 {
	background:url(../topics/topics_02.png) left top no-repeat;
}

.topics03 {
	background:url(../topics/topics_03.png) left top no-repeat;
}

.topics04 {
	background:url(../topics/topics_04.png) left top no-repeat;
}

.topics05 {
	background:url(../topics/topics_05.png) left top no-repeat;
}

.topics06 {
	background:url(../topics/topics_06.png) left top no-repeat;
}

.topics07 {
	background:url(../topics/topics_07.png) left top no-repeat;
}

.topics08 {
	background:url(../topics/topics_08.png) left top no-repeat;
}

.topics09 {
	background:url(../topics/topics_09.png) left top no-repeat;
}

#Bt_left a:hover div {
	opacity: 0.8; 
}

#Bt_Right {
	width:232px;
	float:left;
}

.circle_link1 {
	width:232px;
	height:50px;
	margin:0 0 1px 0;
}

.circle_link2 {
	width:232px;
	height:50px;
}

.twitter_widget_wrap {
	background:url(../img/tiwtter_bg.png) left top no-repeat;
	width:202px;
	padding:8px 15px 0;
	height:259px;
}

footer {
	width:100%;
	margin:0 auto;
	height:75px;
	padding-top:25px;
	background:#e6e6e6;
	position: absolute;
	bottom: 0;
	*left:-1px;
}

.banner {
	width:200px;
	height:40px;
	margin:0 auto 5px;
}

.copyright {
	width:200px;
	margin:0 auto;
	text-align:center;
	font-size:1.1em;
	color:#656464;
}

* html footer {
	bottom:expression(document.getElementById("container").offsetHeight % 2 == 0 ? 0 : -1);
}

h2#Support {
	font-size:3em;
	font-family: 'Raleway', sans-serif;
	color:#2a71b9;
	width:800px;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #2a71b9;
	margin:36px auto;
}

.support_block {
	width:800px;
	font-size:1.5em;
	margin:0 auto;
	text-align:left;
	color:#666464;
}

span.blue {
	font-weight:bold;
	color:#2a71b9;
}

span.red {
	color:#ff0000;
}

.support_block a {
	color:#2a71b9;
	text-decoration:underline;
}

.support_block a:hover {
	color:#2a71b9;
	text-decoration:none;
}