@charset "UTF-8";
/* CSS Document */

/* ーーーーーーーヘッダー部ーーーーーーー */
#header_top {
	background-image: url(web_n/top_back.jpg);
	background-repeat: repeat-x;
	height:15px;
}
#header {
	width:1000px;
	margin:auto;
}
#header02 {
	height:80px;
	font-size:13px;
	color:#999;
	float:left;
}
#header03 {
	width:1000px;
	margin-bottom:50px;
	font-size:13px;
	float:left;
}
#header02 a {
	color:#999;
	text-decoration:none;
}
#header02 a:hover {
	text-decoration:underline;
}
/**/

/* ーーーーーーー中央メインーーーーーーー */
.main00 {
	width:1000px;
	margin:auto;
	font-size: 13px;
}
.main01 {
	width:600px;
	margin-left:20px;
	float:left;
}
.main01 h2 {
	float:left;
	width: 600px;
	height: 50px;
	background-image:url(web_n/h2.jpg);
	background-repeat: repeat-x;
	color:#0e0000;
	text-indent:20px;
	padding-top:10px;
	font-size: 20px;
}
.main01 h3 {
	float: left;
	width: 600px;
	height: 30px;
	background-image:url(web_n/h3.jpg);
	background-repeat: repeat-x;
	color: #0e0000;
	text-indent: 20px;
	padding-top: 4px;
	font-size: 14px;
}
.main01 hr {
	height:0;
	border:0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #fff;
}
.main01 p {
	font-weight: bold;
}
.main01 ul {
	width: 590px;
	margin: 0 0 0 2em;
	padding: 0;
}
.main01 li {
	list-style-image:url(web_n/listmarker01.gif);
}



/* ーーーーーーー右メニュー　ーーーーーー */
.menu01 {
	float:left;
	margin-left:80px;
	width:265px;
	font-weight: bold;
}

.menu01 ul {
	width: 265px;
}
.menu01 li {
	list-style-image:url(web_n/listmarker01.gif);
}
.menu01 li a {
	width: 222px;
	height: 28px;
	padding-top: 8px;
	border-bottom: 1px dotted #ccc;
	display:block;
	font-size:13px;
	color:#000;
	text-decoration:none;
}
.menu01 li a:hover {
	text-decoration:underline;
}
.menu01 p {
	width: 265px;
	height: 28px;
	background-image:url(web_n/menu_p.jpg);
	color:#fff;
	text-indent:20px;
	padding-top:8px;
}





/* ーーーーーーーフッター部ーーーーーーー */
#footertop {
	background-image: url(web_n/navi_back.jpg);
	background-repeat: repeat-x;
	height:1px;
	overflow:hidden;
	margin-bottom: 20px;
}
#footer {
	font-weight: bold;
	color:#1f238a;
	clear:left;
}
#copylight {
	color:#777777;
	font-size: x-small;
}
/**/



/* ーーーーーーーフォント設定ーーーーーーー */
.color01 {
	color:#F00
}

/* ーーーーーーー画像設定ーーーーーーー */
a img {border-style:none;}


/* 価格表 */
.box {
	float:left;
}
.box_img {
	float:left;
	margin: 0 40px 0 0;
}
.box_clear {
	clear:both
}
/*価格表end*/

.boxcontainar {
	float:left;
	margin-left:20px;
	margin-bottom:40px;
}
.boxcontainar_img {
	float:left;
	margin: 0 0 10px 0;
	color:#000;
}


/* ページtop */
#back-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
}
#back-top a {
    width: 87px;
    display: block;
	-webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
 
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
#back-top a:hover {
    color: #000;
	filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
#back-top span {
    width: 87px;
    height: 30px;
    display: block;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
/* ページtop end */


/* ーーーーーーーメールフォーム設定ーーーーーーー */

#mailform form table {
    margin-top: 25px;
}
#mailform form input[type="text"], #mailform form textarea {
    margin: 5px 5px 5px 0;
    overflow: hidden;
    padding: 5px 10px;
    position: relative;
    width: 90%;
}
#mailform form input[type="radio"] {
    width: auto;
}
#mailform form input[type="checkbox"] {
    width: auto;
}
#mailform #trust-form {
    width: 100%;
}
#mailform .wpcf7 {
    margin-top: 20px;
}
#mailform form span.wpcf7-form-control-wrap {
    clear: both;
    display: block;
    overflow: hidden;
    position: relative;
}
#mailform form span.wpcf7-form-control-wrap .wpcf7-list-item, #mailform form span.wpcf7-form-control-wrap .wpcf7-list-item label {
    display: block;
    float: left;
}
#mailform form span.wpcf7-form-control-wrap .wpcf7-list-item {
    padding-bottom: 8px;
    padding-top: 8px;
}
#mailform form span.wpcf7-not-valid-tip {
    background-color: #FFEEEE;
    border: 2px solid #CC0000;
    display: block;
    left: 0;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    top: 4px;
}
#mailform form div.wpcf7-validation-errors {
    background-color: #FFEEEE;
    border: 2px solid #CC0000;
    text-align: center;
}
#mailform table th {
    box-shadow: 1px 1px 0 #FFFFFF inset;
}


#mailform table {
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #CCCCCC;
    font-size: 100%;
    line-height: 141.7%;
    margin: 10px -1px 24px 0;
    text-align: left;
    width: 100%;
}
#mailform table thead tr th {
    font-weight: bold;
}
#mailform tr th, #mailform thead tr th {
    background-color: #F5F5F5;
    padding: 9px 24px;
    white-space: nowrap;
}
#mailform tfoot tr th, #mailform tfoot tr td {
    font-weight: bold;
}
#mailform tr th {
    border: 1px solid #CCCCCC;
    padding: 10px 15px;
    vertical-align: top;
}
#mailform tr td {
    border: 1px solid #CCCCCC;
    padding: 10px 15px;
    vertical-align: top;
}
#confirm-button input {
    border-radius: 5px 5px 5px 5px;
    background-color: #1E9EB9;
    color: #F5F5F5;
    border: medium none;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 110%;
    overflow: hidden;
    padding: 8px 20px 6px;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    width: auto;
	margin:0 15px;
}
.submit-container{
width:300px;
margin:auto;
text-align:center;
}
#mailform #trust-form LI{
list-style:none;
background:none;
padding-left:0;
}

/*会社概要*/
DL.company {
    overflow: hidden;
    margin: 0 0 10px;
    border-bottom: 1px dotted #ccc;
}
.company DT, .company DD {
    border-top: 1px dotted #ccc;
    margin: 0;
    padding: 8px 8px 5px;
    text-align: left;
}
.company DT {
    float: left;
    font-weight: bold;
    width: 100px;
}
.company DD {
    clear: right;
    float: left;
    padding-left: 25px;
    width: 380px;
}
DL.ec {
    overflow: hidden;
    padding-bottom: 15px;
}
.ec DT, .ec DD {
    margin: 0 0 10px;
    padding: 5px 8px;
    text-align: left;
}
.ec DT {
    float: left;
    font-weight: bold;
    width: 180px;
}
.ec DD {
    border-left: 4px solid #eee;
    clear: right;
    float: left;
    padding-left: 25px;
    width: 300px;
}
