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

/*----------------------
	TOPページ
-----------------------*/
body,p,h1,h2,h3,h4,h5,h6,
span,small,strong,
div,ul,li,
figure,img{
    margin:0;
    padding:0;
	border:none;
	outline:none;
	font-size:1rem;
}

header,footer,nav,section{display:block;}

html{
	font-family: Hiragino Kaku Gothic ProN;
        font-size:13px;
	-webkit-text-size-adjust:none;}

/*----------------------
	レイアウト
-----------------------*/
body{
	background:#000000;
	width:100%;
	color:#B2B5B0;
}

/* リンク色変更はここ */
a{
	color:#F4F7F2;
	font-weight:bold;
	text-decoration:none;
}


/*----------------------------------------
 トップページここから
----------------------------------------*/

/* ヘッダ部分
--------------------*/
#head{
	padding:0px;
	overflow:hidden;
	border-bottom:solid 1px #7F827D;
	position:relative;
}

#head h1{
	padding:0px;
}

.left_link{
	background:url(img/mail_bg.png) no-repeat left top;
	width:42px;
	height:42px;
	padding-top:30px;
	text-align:center;
	position:absolute;
	top:0;
	right:1.5%;
}

/* 広告
--------------------*/
.ad{
	width:100%;
	text-align:center;
	margin:0px auto;
	padding:0;
	outline:solid 1px #000000;
        border-bottom:solid 1px #808080;
}

.ad img{
	width:99%;
	max-width:320px;
	height:auto;}


/* 記事部分
--------------------*/
#sections{
	margin:0% 0 2%;
	border-bottom:solid 1px #BABDB9;
}

.boxes{ border-bottom:solid 1px #808080;
	background-color:#000;
	overflow:hidden;
	}

.boxes img{
	max-width:82px;
	max-height:82px;
	margin:3%;
	float:left;}

.boxes h2 a{
	background:url(img/link_bg.png) repeat-y 100% 50%;
	min-height:82px;
	margin-left:2%;
	padding:3.5% 17% 2% 0;
	display:block;
}

.boxes h2 strong{
	padding-left:3px;
	border-left:solid 3px #FFF;
	font-size:17px;
	color:#FFF;
}

/* フッター部分
--------------------*/
.foot_link{
	overflow:hidden;
}

.top{
	background-color:#404040;
	margin:2% 0 0 77%;
	padding:2% 3%;
	display:block;
	border:solid 1px #000;
	border-radius:5px 5px 0px 0px;
	text-align:center;
	font-weight:bold;
}

.back{
	background-color:#404040;
	margin:2% 2% 0 34%;
	padding:2% 3%;
	display:block;
	border:solid 1px #000;
	border-radius:5px 5px 0px 0px;
	text-align:center;
	font-weight:bold;
	float:left;
}

address{
	background:#404040;
	padding:3% 0;
	text-align:center;
	color:#ffffff;
}

