@charset "utf-8";

/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

/* common */
/*-------------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Meiryo, 'MS PGothic', helvetica, osaka, sans-serif;
	font-size: 15px;
	line-height: 180%;
	margin: 0px;
	padding: 0px;
	color: #333333;
}
h1, h2, h3, h4, h5, h6, h7 {
	margin: 0px;
	padding: 0px;
}
p, ul, ol, dl, table, div, form, input, select {
	margin: 0px;
	padding: 0px;
}
a img {
	border: 0px;
}
a:link,
a:visited,
a:active {
	color:#009900;
	text-decoration:none;
}
a:hover {
	color:#009900;
	text-decoration:underline;
}
.clear {
	clear:both;
}
 
/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
 	
	
/* container */
/*-------------------------------------------------------- */
#container {
	width: 100%;
	text-align: center;
	background-color: #F4FFF4;
}

/* header */
/*-------------------------------------------------------- */
#header {
	background-image: url(../common/images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 93px;
	width: 100%;
	clear: both;
}
#header_inner {
	position: relative;
	height: 93px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header_inner .h_logo {
	position: absolute;
	left: 0px;
	top: 10px;
}
#header_inner .h_info {
	position: absolute;
	top: 3px;
	left: 544px;
}

/* g_navi */
/*-------------------------------------------------------- */
#g_navi {
	background-image: url(../common/images/navi_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 40px;
	width: 100%;
	clear: both;
}
#g_navi_in {
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 2px;
	font-size: 0px;
	line-height: 0px;
}
#g_navi_in ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#g_navi_in li {
	display: block;
	float: left;
}
.smhmenu {
	display: none;
}

/* mv */
/*-------------------------------------------------------- */
#mv {
	background-image: url(../../images/mv_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 368px;
	width: 100%;
	text-align: center;
}
#mv2 {
	background-image: url(../../images/mv2_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 268px;
	width: 100%;
	text-align: center;
}

/* contents */
/*-------------------------------------------------------- */
#contents {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
}

/* main */
/*-------------------------------------------------------- */
#main {
	width: 800px;
	margin-right: 50px;
	margin-left: 50px;
	padding-bottom: 20px;
}
#main2 {
	width: 800px;
	margin-right: 50px;
	margin-left: 50px;
	padding-bottom: 20px;
	padding-top: 50px;
}


/* footer */
/*-------------------------------------------------------- */
#footer {
	background-image: url(../common/images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left 25px;
	width: 100%;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 140%;
}
#footer_inner {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 20px;
	background-image: url(../common/images/footer_bg2.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#footer_inner a:link,
#footer_inner a:visited,
#footer_inner a:active {
	color:#FFFFFF;
	text-decoration:none;
}
#footer_inner a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#footer_link {
	margin-bottom: 20px;
	line-height: 180%;
}
#copyright {
	background-color: #4db84d;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 100%;
	color: #FFFFFF;
}
#copyright a:link,
#copyright a:visited,
#copyright a:active {
	color:#FFFFFF;
	text-decoration:none;
}
#copyright a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#pagetop {
	position: absolute;
	height: 28px;
	width: 140px;
	left: 755px;
	top: 0px;
}

/* parts */
/*-------------------------------------------------------- */
.bmgn3 {margin-bottom: 3px;}
.bmgn5 {margin-bottom: 5px;}
.bmgn10 {margin-bottom: 10px;}
.bmgn15 {margin-bottom: 15px;}
.bmgn20 {margin-bottom: 20px;}
.bmgn25 {margin-bottom: 25px;}
.bmgn30 {margin-bottom: 30px;}
.bmgn35 {margin-bottom: 35px;}
.bmgn40 {margin-bottom: 40px;}
.bmgn45 {margin-bottom: 45px;}
.bmgn50 {margin-bottom: 50px;}
.bmgn70 {margin-bottom: 70px;}
.bmgn80 {margin-bottom: 80px;}
.bmgn100 {margin-bottom: 100px;}

.fs11 {
	font-size: 11px;
	line-height: 140%;
}
.fs12 {
	font-size: 12px;
	line-height: 140%;
}
.fs14 {
	font-size: 14px;
	line-height: 160%;
}
.fs16 {
	font-size: 16px;
	font-weight: bold;
}
.fs18 {
	font-size: 18px;
	font-weight: bold;
}
.tx_red {
	color: #FF0000;
}
.tx_orange {
	color: #FF6600;
}
.tx_green {
	color: #009900;
}
.tx_blue {
	color: #0000CC;
}
.tx_l-blue {
	color: #2798CC;
}
.tx_u {
	font-weight: bold;
	text-decoration: underline;
}

/* style */
/* -------------------------------------------------------- */
.box01 {
	background-color: #FDFDFD;
	width: 800px;
	border: 3px solid #F3F3F3;
}
.box01 ul {
	list-style-type: none;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 30px;
}
.box01 li {
	background-image: url(../common/images/ck.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 18px;
}

.m_box {
	width: 800px;
	margin-bottom: 80px;
	border: 3px solid #FF9900;
}
.m_box_in {
	padding: 30px;
}
.m_box ul {
	list-style-position: outside;
	list-style-type: disc;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 58px;
}
.m_box li {
	margin-top: 10px;
	margin-bottom: 10px;
}
.m_tit {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding-bottom: 5px;
	background-color: #FF6600;
	padding-top: 7px;
	padding-left: 20px;
}
.m_tx {
	padding-left: 20px;
}
.p_box {
	width: 800px;
	margin-bottom: 80px;
	border: 3px solid #2798CC;
	background-image: url(../images/pro_arrow.gif);
	background-repeat: no-repeat;
	background-position: 410px 400px;
}
.p_box_in {
	padding: 30px;
}
.p_box ul {
	list-style-position: outside;
	list-style-type: disc;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 58px;
}
.p_box li {
	margin-top: 10px;
	margin-bottom: 10px;
}
.p_tit {
	font-size: 18px;
	font-weight: bold;
	color: #2798CC;
	margin-bottom: 20px;
	padding-bottom: 5px;
	background-color: #F1F1F1;
	padding-top: 7px;
	padding-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2798CC;
}
.p_tx {
	padding-left: 20px;
}
.p_tx2 {
	padding-left: 45px;
}

.st_l {
	background-image: url(../images/line_d.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 1px;
	line-height: 1px;
	height: 3px;
	width: 800px;
}

.reason_box {
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.reason_box_l {
	float: left;
	width: 109px;
	padding-right: 10px;
}
.reason_box_r {
	float: left;
	width: 680px;
}
.reason_tit {
	color: #FF6600;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.qa_q {
	background-image: url(../images/q.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
}
.qa_a {
	line-height: 40px;
	background-image: url(../images/a.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 40px;
	padding-left: 50px;
	color: #FF3300;
	font-weight: bold;
}
.qa_a2 {
	background-image: url(../images/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	color: #FF3300;
	line-height: 140%;
	font-weight: bold;
}
.line {
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 1px;
	width: 100%;
	margin-bottom: 50px;
}
.line2 {
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 1px;
	width: 100%;
	margin-bottom: 80px;
}
.t_tit {
	background-image: url(../images/t_line.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #009900;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.map {
	width: 800px;
	margin-bottom: 50px;
}
.pgm_img {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.pgm_img2 {
	float: right;
	margin-left: 15px;
	margin-bottom: 50px;
}
.emp_tx1 {
	background-color: #FFFF00;
	font-weight: bold;
}
.emp_tx2 {
	background-color: #FFFF00;
	font-weight: bold;
	color: #CC0000;
}
.img_l {
	float: left;
	margin-bottom: 15px;
	margin-right: 25px;
}
.img_r {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.line-h{
	line-height: 140%;
}
.vs {
	display: none;
}
.kk {
	display: none;
}