@charset "utf-8";


/*基本設定
---------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "Meiryo", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	line-height: 1.4em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;/*スマートフォンの横向き時に文字が大きくなるのを防ぐ none指定は避ける*/
	color: #2B2B2B;
}
img  {
	border: none;
	vertical-align: middle;
}
body a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
html {
    overflow-y: scroll;
}
body {
	font-size: 14px;
}
body a {
	color: #3366CC;
	text-decoration: none;
}
body a:hover {
	color: #ff6666;
	overflow: hidden;	/*firefox点線消去*/
	outline: none;		/*firefox点線消去*/
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th,td {
	font-weight: normal;
	vertical-align: top;
}
th {
	text-align: center;
}


/*共通
---------------------------------------------------------------------------*/

header,#main {
	width: 978px;
	margin: 0px auto 0px auto;
}

/*ヘッダー
---------------------------------------------------------------------------*/

header {
	height: 120px;
}
#logo {
	text-align: center;
	padding: 20px 0px 10px 0px;
}
#g_nav ul {
	margin: 0px auto 0px auto;
	background-image: url(/image/common/header/bg-g_nav.png);
	background-position: left center;
	background-repeat: no-repeat;
	display: table;
}
#g_nav li {
	display: table-cell;
	padding: 6px 10px 6px 10px;
	background-image: url(/image/common/header/bg-g_nav.png);
	background-position: right center;
	background-repeat: no-repeat;
	vertical-align: middle;
}
#g_nav li a {
	padding: 4px 5px 4px 5px;
	display: block;
	color: #2B2B2B;
}
#g_nav li a:hover {
	color: #2B2B2B;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
#g_nav li a strong {
	font-weight: normal;
}

/*メイン
---------------------------------------------------------------------------*/

#page_exp {
	background-image: url(/image/common/contents/dot.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 25px 25px 25px 25px;
	margin-bottom: 30px;
}
.title {
	padding-bottom: 20px;
}
.contents {
	width: 928px;
	margin: 0px auto 0px auto;
}
.contents p {
	margin-bottom: 25px;
}
.contents p:last-child {
	margin-bottom: 0px;
}
.num_01,.num_02,.num_03 {
	padding: 5px 0px 5px 25px;
	background-position: left center;
	background-repeat: no-repeat;
}
.num_01 {
	background-image: url(/image/common/contents/icon-num_01.png);
}
.num_02 {
	background-image: url(/image/common/contents/icon-num_02.png);
}
.num_03 {
	background-image: url(/image/common/contents/icon-num_03.png);
}
/*フッターナビ
---------------------------------------------------------------------------*/

#footer_nav {
	clear: both;
	padding: 50px 0px 50px 0px;
}
#contact_bnr {
	width: 928px;
	margin: 0px auto 50px auto;
}
#contact_bnr img {
	border: 1px solid #CCCCCC;
}
#footer_nav ul {
	display: table;
	margin: 0px auto 0px auto;
	background-image: url(/image/common/contents/bg-footer_nav.png);
	background-position: left center;
	background-repeat: no-repeat;
}
#footer_nav li {
	display: table-cell;
	padding: 0px 10px 0px 10px;
	font-size: 13px;
	background-image: url(/image/common/contents/bg-footer_nav.png);
	background-position: right center;
	background-repeat: no-repeat;
}

/*フッター
---------------------------------------------------------------------------*/

footer {
	clear: both;
	background-color: #F3F3F3;
	font-size: 12px;
	padding: 15px 0px 13px 0px;
	text-align: center;
	line-height:1em;
}
footer a,footer a:hover {
	color: #2B2B2B;
}
address {
	font-style: normal;
	display: inline;
}
