/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	color:#333;
	background-color: #F2F2F2;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	line-height: 1.6;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
}
a{
outline:none;
border-style:none;
}

table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

#dev7link {
    position:absolute;
    top:0;
    left:50px;
    background:url(../demo/images/dev7logo.png) no-repeat;
    width:60px;
    height:67px;
    border:0;
    display:block;
    text-indent:-9999px;
}
#content {
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	height: 100px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#header h1 {
	font-size: 12px;
	font-weight: normal;
	height: 12px;
	margin-left: 15px;
}

.slider-wrapper {
	/* [disabled]width: 80%; */
	/* [disabled]margin: 100px auto; */
}

.clearfix:after{
content: "."; 
display: block; 
height: 0; 
font-size:0;	
clear: both; 
visibility:hidden;
}

/* ナビゲーションのスタイル */
#nav ul{
	width:936px;
	border-right:1px dotted #ddd;
	background:#fff;
	list-style-type: none;
	padding-right: 0px;
	padding-left: 10px;
}
#nav li{
	float:left;
	height: 45px;
	width: 130px;
	border-left:1px dotted #ddd;
}

#nav li a{
	display: block;
	position: relative;
	height: 45px;
	width: 130px;
	font-size:16px;
	text-decoration: none;
	line-height: 45px;
	text-align: center;
	color: #444;
}
#nav li a:hover:after,#nav li a.on:after{
	content:"▲";
	font-size:12px;
	position:absolute;
	bottom:-22px;
	left:70px;
}
.nav1 a{
	border-bottom:4px solid #11923b;
}
.nav1 a:hover:after,.nav1 a.on:after{
	color:#11923b;
}
#main {
	clear: both;
	padding: 10px;
	overflow: hidden;
}
#main h2 {
	font-size: 18px;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
	color: #11923b;
	border: 1px solid #777777;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-radius: 6px;
	background-color: #F2F2F2;
}
#main h3 {
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 5px;
	margin-left: 12px;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #777777;
	background-image: url(../images/h3_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#main h4 {
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #777777;
	background-image: url(../images/h4_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	clear: both;
}


#main #form .inq {
}
#index {
	clear: both;
	line-height: 2em;
	margin: 10px;
	padding: 20px;
	border: 1px solid #777777;
	border-radius: 6px;
	overflow: hidden;
}

.topimg {
	float: right;
}

#privacy {
	line-height: 2em;
	padding: 20px;
	border: 1px solid #777777;
	border-radius: 6px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
}

#main #privacy dl , #main #privacy ul{
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
}
#main #privacy dl dt {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #11923b;
	margin-bottom: 5px;
}
#main #privacy dl dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#main #privacy ul li {
	margin-left: 30px;
}

#company {
	line-height: 2em;
	padding: 20px;
	border: 1px solid #777777;
	border-radius: 6px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
}
#company p {
	font-size: 16px;
	margin-left: 30px;
	margin-top: 10px;
}

#company table {
	border-collapse: collapse;
	padding: 5px;
	width: 100%;
}

#company table th {
	border: 1px solid #777777;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #11923b;
	color: #FFF;
}
#company table td {
	border: 1px solid #777777;
	padding-left: 5px;
	padding-right: 5px;
}

#thesis table {
	width: 100%;
    border-collapse: collapse;
	border: 1px solid #000000;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"
		}
#thesis table th {
    padding: 8px 10px;
	color: #fff;
    background-color: #11923b;
    white-space: nowrap;
}
#thesis table td {
	padding-left: 5px;
	padding-right: 15px;
}

/* 偶数行（2,4,6…）を薄い緑に */
  #thesis table tbody tr:nth-child(even) {
    background-color: #e6ffe8
;  /* 薄い緑色 */
}
/* テーブルを横スクロール可能にするラッパー */
 /*#thesis .table-wrapper {
      width: 100%;
      overflow-x: auto;
    } */

#inq {
	line-height: 2em;
	padding: 20px;
	border: 1px solid #777777;
	border-radius: 6px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
}
#inq p {
	margin-left: 30px;
}
#bussiness {
	line-height: 2em;
	padding: 20px;
	border: 1px solid #777777;
	border-radius: 6px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
}
#bussiness p {
	margin-left: 20px;
}
#bussiness dl {
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}
#bussiness dl dt {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #11923b;
	background-image: url(../images/bussiness_dd_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-bottom: 5px;
}
#bussiness dl dd {
	margin-left: 20px;
	background-image: url(../images/bussiness_dd_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#bussiness dl ul li {
	margin-left: 30px;
}
#bussiness2 {
	line-height: 2em;
	border: 1px solid #777777;
	border-radius: 6px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#bussiness2 h3 {
	clear: both;
}
#bussiness2 .bussines_txt {
	margin-right: 10px;
	margin-left: 20px;
}
#bussiness2 dl {
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}
#bussiness2 dl dt {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #11923b;
	background-image: url(../images/bussiness_dd_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-bottom: 5px;
}
#bussiness2 dl dd {
	margin-left: 20px;
	background-image: url(../images/bussiness_dd_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#bussiness2 dl ul li {
	margin-left: 30px;
}
#inq #form table {
	width: 800px;
	margin-left: 30px;
}
#inq #form table th {
	padding: 5px;
	vertical-align: top;
}
#inq #form table td {
	padding: 5px;
}

#inq #confirm {
	width: 800px;
	margin-left: 30px;
}
#inq #confirm th {
	padding: 5px;
	vertical-align: top;
}
#inq #confirm td {
	padding: 5px;
}
#list {
	line-height: 2em;
	padding: 20px;
	border: 1px solid #777777;
	border-radius: 6px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
}
#list p {
	margin-left: 30px;
	margin-right: 30px;
}

#sample {
	line-height: 2em;
	padding: 20px;
	border: 1px solid #777777;
	border-radius: 6px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
}
#main .link {
	margin-left: 20px;
	margin-top: 10px;
}
#main .link td {
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.send {
	margin-left: 30px;
}
#footer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #11923b;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
.right {
	float: right;
}
.red {
	font-weight: bold;
	color: #EE0000;
}
#news {
	margin-right: 10px;
	margin-left: 10px;
}
.osirase {
	font-size: 16px !important;
	font-weight: bold !important;
	color: #000000 !important;
	border-left-width: 5px !important;
	border-left-style: solid !important;
	border-left-color: #11923b !important;
	margin: 0px !important;
	background-color: #ffffff !important;
	border-bottom-width: 1px !important;
	border-top-style: none !important;
	border-right-style: none!important;
	border-bottom-style: dotted !important;
	border-bottom-color: #777777 !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 10px !important;
	border-radius: 0px 0px 0px 0px !important;
}
#news dl {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
}
#news dl dt {
	font-weight: bold;
	float: left;
	margin-right: 15px;
	padding-left: 20px;
	background-image: url(../images/news_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#explain {
	line-height: 1.6em;
	background-color: #f2f2f2;
	border: 1px solid #AAAAAA;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	/* [disabled]float: left; */
	margin-bottom: 10px;
}
#explain p {
	margin-bottom: 5px !important;
	margin-top: 0px !important;
	margin-right: 5px !important;
	margin-left: 5px !important;
}
#bussiness2 p {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.6em;
}
#bussiness2 .business_img {
	width: 610px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.business_img tr td img {
	float: left;
	padding: 5px;
	border: 1px solid #AAAAAA;
	margin-bottom: 10px;
	margin-right: 10px;
}
#bussiness2 ul {
	margin-left: 30px;
}
.business_img tr td {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
#bussiness2 .business_img tr td ul li {
	list-style-position: inside;
}
#bussiness2 .right_img {
	float: right;
	margin-right: 5px;
	padding: 5px;
	margin-top: 5px;
	border: 1px solid #AAAAAA;
}
#bussiness2 .business_img2 tr td {
	line-height: 1.6em;
	padding-bottom: 5px;
}
#bussiness2 .business_img2 tr td img {
	padding: 5px;
	margin-right: 25px;
	border: 1px solid #AAAAAA;
}
.right_img2   {
	float: left;
	margin-right: 5px;
	padding: 5px;
	border: 1px solid #AAAAAA;
}

#side {
	float: left;
	width: 250px;
	border: 1px solid #777777;
	margin-right: 10px;
	border-radius: 4px;
}
#side ul li {
	list-style-type: none;
}
#side ul .active a{
	color: #fff;
	background-color: #11923b;
}
#side ul li a {
	/* [disabled]background-color: #f2f2f2; */
	display: block;
	text-decoration: none;
	color: #11923b;
	/* [disabled]font-weight: bold; */
	padding: 5px;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #777777;
}
#side ul .last a {
	border-bottom-style: none;
}
#side ul li a:hover {
	color: #005500;
	background-color: #f2f2f2;
	border-radius: 4px 4px 0px 0px;
}
#side ul .last a:hover {
	border-radius: 0px 0px 4px 4px;
}
.sub a {
	font-size: 90%;
	padding-left: 20px !important;
}
#side ul .lastactive a {
	border-bottom-style: none;
	color: #fff;
	background-color: #11923b;
}
/* スマホ幅のときの調整（必要に応じて調整） */
 /*   @media (max-width: 600px) {
      #thesis table th,
      #thesis table td {
        padding: 6px 6px;
        font-size: 14px;
      }*/

