@charset "UTF-8" ;


/* reset */
ul,ol {
	list-style:none;
	padding:0;
	margin:0;
}
a,img {
	border:0;
	vertical-align: bottom;
}
a {
	color:#ffffff;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	margin:0;
	padding:0;
}
p{
	margin:0;
	padding:0;
}


/* 擬似要素でflaot解除 */
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
.clearfix {
    zoom: 1; /* for IE6/7 */
}


/* ボディ */
body {
	color:#fff;
	text-align:center;
	font-family:Meiryo,"メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif,"ＭＳ Ｐゴシック";
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 1.618;
	background-color:#00aab5;
}

/* コンテンツ */
#contents {
	width:1000px;
	margin:0 auto;
}
div.main{
	width:990px;
	margin:0 auto;
}
div.ttl {
	max-width:1000px;
	margin:auto auto 5px;
}
div. p{
	font-size:18px;
}







/* パンくずリスト */
ul.pan {
	text-align:left;
	margin-bottom:8px;
	margin-left:15px;
}
ul.pan_top {
	margin-bottom:20px;
	padding-top:20px;
}
ul.pan li {
	display: inline;
	font-size:90%;
	list-style-type: none;
}
ul.pan li:before {
	/* liの前に記号追加 */
	content: " ／ ";
	margin-right:10px;
}
ul.pan li:first-child:before {
	content: "";
}
ul.pan li a {
	color:#333333;
	margin-right:10px;
}






/* ページトップ */
.pagetop {
	position: fixed;
	bottom: 30px;
	right: 55px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-ms-transform: scale(0.3);
	-o-transform: scale(0.3);
	transform: scale(0.3);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #333333;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.pagetop a:hover {
	background-color: #666666;
}
.pagetop.show {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}


/* フッター */
#footer{
	width:100%; height:160px;
	background-color:#000000;
	padding:10px auto;
}
#footer p{
	color:#FFFFFF;
	font-size:12px;
	padding:0;
	margin:0;
}
#footer p.copy{
	font-family: 'Mallanna', sans-serif;
	font-size:16px;
}
/* フッターメニュー */
#footer ul.link {
	margin:0 auto 10px;
	padding-top:20px;
}
#footer ul.link li {
	color:#FFFFFF;
	display: inline;
	font-size:90%;
	list-style-type: none;
}
#footer ul.link li:before {
	/* liの前に記号追加 */
	content: " ｜ ";
	margin-right:10px;
}
#footer ul.link li:first-child:before {
	content: "";
}
#footer ul.link li a {
	margin-right:10px;
}


/* その他 */
.txtc{
	text-align:center;
}
.ltxt{
	text-align:left;
}
.rtxt{
	text-align:right;
}
.mr-b25{
	margin-bottom:25px;
}
.mr-b15{
	margin-bottom:15px;
}
.mr-r20{
	margin-right:20px;
}






/* スマホだけに適用するCSS */
@media screen and (max-width:639px)
{

	/* ボディ */
	body
	{
		font-size: 13px ;
	}
	img{
		max-width: 100%;
	}
	
	/* メニュー */
	#bg_menu {
		display:none;
	}
	#menu {
		height:0;
	}
	#menu_sp {
		display:block;
		text-align:center;
		width:100%;
		background-color:#000000;
	}






	



}



