@charset "utf-8";

/* ***************** */
/* 初期設定・リセット */
/* ***************** */

* {
margin:0;
padding:0;
}
html {
font-size: 62.5%;
}
body {
width:100%:
font-family: YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-size:140%;
line-height:1.7;
color:#424242;
text-align:center;
}
body * {
line-height:1.8;
}

img {
border:0;
vertical-align:bottom;
}
ul,ol,li {
list-style-type:none;
}
select,
input,
textarea {
font-family:'MS PGothic';
}
html > body select,
html > body input,
html > body textarea {
font-family:'Lucida Grande',sans-serif;
}
table,h1,h2,h3,h4,h5,h6 {
font-size:100%;
}
table {
border-collapse:collapse;
}

a:link, a:visited {
color:#8a236e;
text-decoration:underline;
}
a:hover,a:active {
color:#995787;
text-decoration:none;
}

.cboth {
clear:both;
height:0;
}

.left{float:left;}
.right{float:right;}

.cf:before, .cf:after {
    content: '';
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    zoom: 1; /* for IE6/7 */
}


/* IE 用▼ */
* html .cboth {
height:.1em;
overflow:hidden;
margin-top:-.1em;
}
hr {
visibility:hidden;
border:0;
}

.boxL{
	float:left;
}
.boxR{
	float:right;
}


#all{
	width:960px;
	background-color:#fff;
	margin:0 auto;
	text-align:center;
}
#main{
	position:relative;
}

#slide{
	width:960px;
	height:270px;
	margin:0 auto 10px;

}
#slide .mainImg{
	position:absolute;
	top:0;
	left:360px;
	 z-index:2;
}
#loopslider {
    margin: 0 auto;
    width:960px;
    height:270px;
    text-align: left;
    position: relative;
    overflow: hidden;
	float:right;
	 z-index:1;
}
 
#loopslider ul {
    height:270px;
    float:right;
    display: inline;
    overflow: hidden;
}
 
#loopslider ul li {
    height:270px;
    float: left;
    display: inline;
    overflow: hidden;
}
#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
#loopslider ul {
    display: inline-block;
    overflow: hidden;
}

#head{
	width:925px;
	margin:0 auto 10px;
	position:relative;

}
h1{
	width:900px;
	margin:0 auto;

}
#head #logo{
}
#head #fb{
	position:absolute;
	bottom:8px;
	right:72px;
}
#head #tw{
	position:absolute;
	bottom:8px;
	right:35px;
}
#head #ins{
	position:absolute;
	bottom:8px;
	right:0px;
}

#btn{
	width:925px;
	margin:0 auto 50px;
}
#btn .box{
	width:925px;
	margin-bottom:20px;
}
#btn .box .mg{
	margin-right:20px;
}

#news, #history, #facebook{
	width:850px;
	margin:0 auto 50px;
}
#news h2, #history h2, #facebook h2{
	background-color:#4b97d5;
	color:#fff;
	padding:3px 0;
	font-size:120%;
	margin-bottom:20px;
}



#history .box{
	width:760px;
	margin:0 auto;
}
#history .box .left, #history .box .right{
	width:360px;
}
#history .box img{
	float:left;
	margin:0 10px 10px 0;
}
#history h3{
	color:#fff;
	font-weight:bold;
	padding:10px;
	margin-bottom:10px;
}
#history .left h3{background-color:#1298e4;}
#history .right h3{background-color:#b74095;}

#history .old{
	width:250px;
	font-size:90%;
	float:left;
	margin-top:30px;
}

#facebook{
	margin: 0 auto;
	padding-bottom:50px;
}
#facebook table{
	width:640px;
	margin:0 auto 30px;
}

#foot{
	width:920px;
	margin: 20px auto 0;
	text-align:left;
}
#foot .info p{
	float:left;
	margin-right:20px;
}
#foot .info .left{
	margin:0 10px 10px 0;
}

#copy{
	text-align:center;
	font-size:90%;
	margin:0 auto 5px;
}

/****** ページトップボタン ******/

#pageTop {
	position: fixed;
	bottom: 5px;
	right:80px;
}
 
#pageTop a {
	display: block;
	z-index: 999;
	padding: 12px 15px 12px 10px;
	width: 40px;
	height: 40px;
	background-color: #41b4c9;
	border-radius: 40px;
	font-size:70%;
	color: #fff;
	text-decoration: none;
	text-align: center;
	opacity: 0.6;
}

#facebook{
	width:800px;
	margin:0 auto 50px;
}
#facebook table{
	width:800px;
}
#facebook table td{
	width:400px;
	text-align:left;

}
