@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 641px) {
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form, address {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
	vertical-align: bottom;
}
table {
	border-collapse: collapse;
}
th, td {
	text-align: left;
	vertical-align: middle;
}
a {
	text-decoration: none;
	color: #30A0D2;
}
a.more::before {
	font-family:"Fontawesome";
	content:"\f101";
	margin-right:0.6em;
}
a:hover {
	text-decoration: underline;
	color: #30A0D2;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
footer {
	padding: 20px 0;
	text-align: center;
	background: #F2F2F2;
	border: 1px solid #7F7F7F;
	width: 740px;
	margin: 10px auto 30px auto;
}
address {
	font-style: normal;
	text-align: center;
	margin: 0 auto;
	color: #FFF;
	background: #000;
	font-size: 0.84em;
	padding: 6px;
}
#wraper {
}
header {
	position:relative;
}
header #logo {
	position:absolute;
	top:0;
	left:0px;
}
header p {
	font-size: 18px;
	padding-top: 18px;
	padding-bottom:18px;
}
#pc_nav li,#m_nav li,footer li {
	list-style: none;
}
header h1 {
	font-size: 40px;
	font-weight: normal;
	color: #1a1a1a;
	padding: 6px 0px 10px 0px;
	height: 54px;
	position:absolute;
	top:6px;
	left:310px;
}
header h1 a,a:hover,a:active {
	color: #1a1a1a;
	text-decoration: none;
}
header, #contents, nav ul {
	width: 980px;
	margin: 0 auto;
}

#pc_nav {
	background: #004da1;
	position: relative;
	box-shadow: 0px 4px 4px rgba(0,0,0,0.2);
}
#pc_nav ul li {
	float: left;
	position: relative;
}
#pc_nav ul li a {
	display: inline-block;
	padding-top: 12px;
	padding-bottom: 8px;
	height: 30px;
	color: #FFF;
	letter-spacing: 0.04em;
	text-decoration: none;
	width: 235px;
	text-align: center;
	text-shadow: 1px 1px 3px #333;
	border-right: 1px dotted #CCC;
}
#pc_nav ul li a.home {
	border-left: 1px dotted #CCC;
}
.toggle {
	border-left: 1px #CCC dotted;
}
#pc_nav ul li a:hover {
	text-decoration: underline;
	color: #E8E8E8;
	opacity: 0.95;
	filter: alpha(opacity=95);
	-ms-filter: "alpha( opacity=95 )";
}
#pc_nav ul li ul {
	display: none;
	position: absolute;
	top: 41px;
	left: 0px;
}
#pc_nav ul li ul li {
	float: none;
	display: block;
}
#pc_nav ul li ul li a {
	display: block;
	padding: 20px 0 8px 0;
	height: 30px;
	background-color: #004da1;
	border-right: none;
	border-bottom: 1px solid #FFF;
	opacity: 0.90;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
}
#m_nav {
	display: none;
}

footer p {
	margin-bottom: 12px;
}
footer .f_name {
	font-size: 1.48em;
	letter-spacing: 0.04em;
}
footer .f_mail a, footer .f_tel a {
	color: #FF6600;
	font-weight: bold;
	font-size: 1.48em;
	text-decoration: none;
}
footer .f_tel {
}
footer .f_tel a {
	padding-left: 30px;
	background-image: url(/obog/images/f_tel.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
footer .f_mail {
}
footer .f_mail a {
	padding-left: 34px;
	background-image: url(/obog/images/f_mail.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
footer ul {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}
footer ul li {
	/*float: left;*/
}
footer ul li a img {
	display: block;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
}
footer ul li a img:hover,#page-top a img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
#contents {
	padding: 20px;
}
#contents p {
	padding:0 16px;
	font-size:0.92em;
	margin-bottom:20px;
}
h2 {
	background: url(/obog/images/bg_h2.png) repeat-x left top;
	margin-bottom: 20px;
}
h2 span {
	height: 90px;
	line-height: 90px;
	padding-left: 30px;
	font-size: 140%;
	font-weight: normal;
	display: block;
	background: url(/obog/images/h_line_02.png) repeat-x left bottom;
	padding-bottom: 3px;
}
h3 {
	border-top: 2px solid #0041A0;
	background-image: url(/obog/images/h_line_03.png), url(/obog/images/mark_03.png);
	background-repeat: repeat-x, no-repeat;
	background-position: left bottom, 15px center;
	background-color: #E8F5FF;
	padding: 10px 0 10px 30px;
	margin-bottom: 20px;
	font-size: 120%;
	font-weight: normal;
	clear: both;
}
h4 {
	border-bottom: 2px solid #0041A0;
	padding-left: 15px;
	margin-bottom: 20px;
}
h4 span {
	padding: 5px 0 5px 18px;
	display: block;
	font-size: 110%;
	font-weight: normal;
	background: url(/obog/images/mark_04.png) no-repeat left center;
}
h5 {
	background:#E8F5FF;
	padding:8px;
	font-weight:normal;
	margin-bottom:20px;
}
.box_left {
	float: left;
	margin-right:20px;
	width: 46%;
}
.box_right {
	float: right;
	width: 46%;
}
.intro_left {
	float: left;
	margin-right:1%;
	width: 70%;
}
.intro_right {
	float: right;
	width: 29%;
}
.attention {
	clear:both;
	margin-bottom:30px;
}
.attention li {
	font-size:0.84em;
	margin-bottom:6px;
	list-style-type:none;
}
.attention li strong {
	color:#F00;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
}
.decimal ol {
	list-style-type: decimal;
	margin-bottom: 20px;
}
ol {
	padding: 0 45px;
}
ol li, ul li {
	font-size: 0.92em;
}
.none li {
	list-style-type: none;
}
/*フォーム*/
.tbl-form table	{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.tbl-form th	{
	padding: 10px 20px;
	font-size: 120%;
	font-weight: normal;
	color: #1d5c79;
	text-align:left;
	height:50px;
	border-bottom: 1px solid #B5DEFF;
	background-color: #E8F5FF;
}
.tbl-form td	{
	border-bottom: 1px solid #E8F5FF;
	padding: 10px 20px;
	color: #242424;
}
.tbl-form p {
	margin: 0px !important;
}

#page-top {
    position: fixed;
    bottom: 90px;
    right: 60px;
    font-size: 77%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
address {
	font-style: normal;
	text-align: center;
	margin: 0 auto;
	color: #FFF;
	background: #000;
	font-size: 0.84em;
	padding: 6px 0;
}