@charset "utf-8";

/*--Reset-----------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	
}

html {
	overflow-y: scroll;
}

html,body {
	height: 100%;
}

img {
	border: none;
}

ul,ol {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-size: 100%;
	line-height: 1.6;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

a,a:link,a:visited {
	color: #4776AF;
	text-decoration: none;
}

a:hover,a:active {
	color: #660035;
}



/*--------sabumenu----------------------------------------------------*/
.ja-box	a:link {color: #ffffff; text-decoration: none; font-size: 14px; text-align: center; margin: 0;}
.ja-box	a:visited {color: #ffffff; text-decoration: none; font-size: 14px; text-align: center; margin: 0;}
.ja-box	a:hover {color:#FB0004; text-decoration: none; font-size: 14px; text-align: center; margin: 0;}
.ja-box	a:active {color: #FFFFFF; text-decoration: none; font-size: 14px; text-align: center; margin: 0;}
.ja-box{width: auto; color: #FFFFFF; margin: 10px 0 30px 50px;}
.ja-box2{width: auto; float: left; background-color: #003368; padding: 10px; margin: 0px 0px 0px 20px; color: #FFFFFF}



/*--------clearfix----------------------------------------------------*/

.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
.clearfix{
    display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}


/*--layout----------------------------------------------------------*/

#wrapper{
    min-height: 100%;
    height: auto !important; /* IE6専用*/
    height: 100%
}

.header h1 {
		width: 960px;
		margin: 0 auto;
		padding: 0 0 5px;
	}
.header p {
		width: 960px;
		margin: 0 auto;
		padding: 0 10px 10px;
		font-size: 0.8em;
	}

/*--グローバルメニュー----------------------------------------------------------*/

.g_menu {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	list-style: none;
	background-color: #003567;
    margin-bottom: 10px;
	height: 60px;
    }

.g_menu ul li {
    float: left;
	color: white;
	width: 160px;
	text-align: center;
	display: inline-block;
	height: 60px;
	position: relative;
}

.g_menu ul li a {
	color: white;
	display: block;
    padding-top: 10px ;
	}

.g_menu ul li a:hover {
    background-color:#4776AF;
	height: 60px;
    }

/*ーー-------ドロップダウンメニューー--------------------------------------*/
.dropdown{
    display: inline-block;
    position: relative;
}
 
.dropdown > ul{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ccc;
    height: 0;
    overflow: hidden; 
    border: none;
}
 
.dropdown:hover > ul{
    height: auto; 
}
 
.dropdown a {
    display: block;
    color: black;
    text-decoration: none;
}
.dropdown a:hover {
    background-color: #fcc;
}
/*ーー-------ドロップダウンメニューここまで-----------------------------------*/

.small {
	font-size: 50%;
	color: #ccc;
}

.contents {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}

.contents .main {
	float: right;/*サイドバーを右に配置したい場合はleftを指定*/
	width: 960px;
	overflow: hidden;
}
.inner {
	overflow: hidden;
	padding-left: 20px;
	padding-bottom: 10px;
	font-size: 90%;
	margin-bottom: 1em;
	}

.sidebar2 {
	
	width: 250px;
	margin-bottom: 1em;
	font-size: 15px;
	font-weight: 500;
	float: left;
}
.sidebar p {
	padding: 10px;
	}

.sidebar img {
	vertical-align: bottom;
}

h2 {
	padding-top: 0.2em;
	padding-left: 1.2em;
	padding-bottom: 0.2em;
	margin-bottom: 1em;
	border-bottom: 4px solid #003567;
	background-image: url(../common/mark_h2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

h3 {
	border-left: 5px solid #4776AF;
	padding-left: 0.5em;
	margin-bottom: 1em;
}

.footer {
	min-width: 960px;
	overflow: hidden;
	width: 100%;
	background-color: #003567;
	color: #fff;
}

.footer p {
	width: 960px;
	/* [disabled]margin-top: 15px; */
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	}

.footer_box {
	width: 960px;
	margin: 0 auto;
	padding: 10px;
	}

.footer_box a{
    color: #fff;
}
.footer_box  a:hover {
	color: #fff;
	text-decoration: underline;
}

ul.footer_menu {
    width:960px;
    padding:0;
	text-align: right;
	font-size:12px;	
}

ul.footer_menu li {
    width:150px;
    display: inline-block;
}

ul.footer_menu li :before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 4px;
    margin-left: 4px;
    border: transparent solid 5px;
    border-left-color: #fff;
}

ul.footer_menu li:first-child {
    height:60px;
}
ul.footer_menu li a {
	color: #fff;
    display: block;
}

.copyright {
	font-size:12px;	
    text-align: right;
}

.totop {
	margin-top: 20px;
	text-align: right;
	vertical-align: bottom;
	margin-bottom: 0;
	line-height: 70%;
}

/*--サイドメニュー----------------------------------------------------------*/

.cds-navi {
  list-style-type: none;
  /*margin: 0 0 2em;*/
  padding: 0;
}

.cds-navi li {
	display: inline;
    width: 240px;
}

.cds-navi li a {
	text-align: left;
	margin: 0;
	padding: 10px 0 6px 18px;
	display: block;
	color: #666;
	text-decoration: none;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-image: url(../image/sidemenu_list.gif);
	background-repeat: no-repeat;
	background-position: 3% 60%;
	font-size: 90%;
}

.cds-navi li a:hover {
	background-color: #7096C4;
	color: #fff;
	text-decoration: none;
}


/*--トップページー----------------------------------------------------------*/

.topicslist dl {
 width:auto;
}

.topicslist dt {
	float: left;
	width: 150px;
	padding: 5px 0 5px 10px;
	clear: both;
	/* [disabled]font-weight:bold; */
}
.topicslist dd {
 width:auto;
 margin-left:160px;
 padding:5px 5px 5px 10px;

}

.box-a {
	width: 220px;
	float: left;
	background-color: #eee;
	margin-right: 20px;
}

.box-b {
	width: 220px;
	float: left;
	background-color: #eee;
}


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

.caption {
	font-size: 0.8em;
	padding: 5px 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.right {
	text-align: right;
}

.note {
	border:solid 1px #ccc;
    border-radius: 6px;
	padding: 10px 20px;
	background-color: #eee;	
}

.date {
	font-size: 80%;
	font-weight: normal;
}

.li_disc {

	list-style-position: inside;
	margin-left: 1em;
    line-height: 2.5em;
}

ul.li_disc li:before {
	content: '・'; /* ←ここにリストマーカーにしたい文字列を設定 */
	padding-right: 0.5em;
}
 
/* --事業案内　画像リストー----------------------------------------------------------*/
.serviceList {
    display: inline-block;   
    margin: 20px 20px 20px 10px; 
	padding: 0 0 0 0;
    background-color: #eee;
	width: 430px;
}
/* ▼画像に対する装飾 */
.serviceList img {
    display: block; 
    margin: 0px 0px 5px 0px;
}
/* ▼キャプションに対する装飾 */
.remarks {
    font-size: 0.9em; 
    text-align: center; 
	margin: 5px 0 10px;
}

/* --会社概要　tableー----------------------------------------------------------*/

table.type01 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
}
table.type01 th {
	width: 30%;
	padding: 10px;
	font-weight: 400;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
	font-size: 14px;
	font-weight: 400;
}
table.type01 td {
	width: auto;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	font-weight: 400;
}


table.type03 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
}
table.type03 th {
	width: 30%;
	padding: 10px;
	font-weight: 400;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #ffffff;
	font-size: 14px;
	font-weight: 400;
}
table.type03 td {
	width: auto;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	font-weight: 400;
}

/* --お問合せフォームー----------------------------------------------------------*/

#contact {
	margin-top: 20px;
}

.contact-form dl {
 width:auto;
}

.contact-form dt {
	float: left;
	width: 200px;
	clear: both;
	padding-top: 10px;
}
.contact-form dd {
	width: auto;
	margin-left: 200px;
	padding:5px 0;
}

input,
textarea {
	box-sizing: border-box;
	font-family: sans-serif;
}
input[type="text"],
input[type="email"] {
	border: 1px solid #ccc;
	padding: 8px;
	width: 100%;
}
textarea {
	border: 1px solid #ccc;
	padding: 8px;
	width: 100%;
	height: 200px;
}
.submit-p {
	text-align: center;
}
input[type="submit"] {
	border-radius: 6px;
	padding: 12px 48px;
	font-size: 16px;
	background-color: #0173CC;
	color: #fff;
	font-weight: bold;
}
input[type="submit"]:hover {
	background-color:#1a92c2;
}
input[type="submit"]:active {
	background-color:#1a92c2;
}

#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:80%;
	text-align: center
}	  
	  
  table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	  padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	text-align:left;
}


.jqbox {
	width: 960px;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	height: auto;
}
#slider {
	width: 960px;
	height: 380px;
	margin: 0;
	padding: 0;
	float: left;
}

