﻿@charset "utf-8";

/*clearfixの設定*/
.cfix:after {
	display: block;
	clear: both;
	content: "";
}
/*画像中央寄せの設定classセレクタpic*/
.pic {
	text-align: center;
}
/*Pの設定classセレクタcol-wt*/
.col-wt {
	text-align: center;
	width: 1000px;
	margin-right: 160px;
	margin-left: 160px;
	padding-top: 20px;
}
/*文字列の寄せ*/
.txpos-center {
	text-align: center;
}
マージン設定
.mg-btm {
	/*margin-bottom: 30px;*/
}


/*bodyの設定*/
body {
	background-color: #dcdcdc;
}


/*wrapの設定*/
#wrap {
	background-color: #dcdcdc;
	width: 1320px;
	margin-right: auto;
	margin-left: auto;
}


/*ヘッダーの設定*/
header {
	background-color: #dcdcdc;
	background-repeat: repeat-x;
	height: 60px;
	text-align: center;
}

/*ヘッダー内：見出し1の設定*/
header h1 {
	color: #696969;
	padding-top: 5px;
	padding-left: 5px;
	margin: 0px;
}


/*ナビゲーション内：箇条書きの設定*/
nav ul {
	background-color: #fff;
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 150px;
	padding-right: 150px;
	margin: 0px;
	text-align: center;
}

/*ナビゲーション内：リスト項目の設定*/
nav ul li {
	float: left;
	width: 170px;
	text-align: center;
}

/*ナビゲーション内：リンクの設定*/
nav ul li a {
	font-weight: bold;
	text-decoration: none;
}
nav ul li a:link {
	color: #808080;
}
nav ul li a:visited {
	color: #808080;
}
nav ul li a:hover {
	color: #9acd32;
}


/*セクションの設定*/
section {
	padding-left:0px;
	padding-right:0px;
	padding-bottom:15px;
	background-color: #fff;
	
}

/*セクション内：見出し2の設定*/
section h2 {
	/*border-left: 10px solid #84a6b0;*/
	/*padding-left: 80px;*/
	border-left: 10px solid #696969;
	padding-left: 10px;
	color: #696969;
	margin-left: 100px;
	font-family: 'IM Fell English SC', serif;
}

/*フッターの設定*/
footer {
	border-top: 0px solid #e0e8eb;
	text-align: center;
	background-image: url(images/tile.jpg);
	
}
section {
	margin-bottom: 0px;
}
.mg-rt {
	margin-right: 10px;
}

main article section {
}



/*フッター内：段落の設定*/
footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}

/*フッター内：注意書きの設定*/
footer small {
	font-size: 12px;
}

/*フッター内：連絡先の設定*/
footer address {
	font-size: 12px;
	font-style: normal;
	padding-bottom: 0px;
}


/*フォーム内の設定*/
form {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}

.pic {
	margin-bottom: 0px;
}


.txpos-r {
	padding-left: 0px;
	margin-left: 120px;
}
