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

body{
font-family: "メイリオ","Meiryo","ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
position: relative !important; 
margin: 0px;
padding: 0px;
smoothing: antialiased;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

footer {
	padding-bottom:20px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#title_w {
	width:1100px;
	margin:0 auto;
	padding:0px;
}

.footer_index {
    display: block;
    box-sizing: border-box;
    background-color: #000000;
    vertical-align: bottom;
    text-align: left;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 6px 6px 9px;
    border-radius: 0 0 5px 0;
    margin: 0;
    clear: both;
}
span.small{
font-size: 12px;
color: #ffffff;
font-weight: normal;
padding: 0 0 0 10px;
}

#wrapper {
	width:1050px;
	margin:0 auto;
	padding:20px 40px 0px;
	background-color:#FFF;
}
#payment {
    position: relative;
    bottom: 27px;
}
.info_link {
    display: block;
    width: 100px;
    height: 30px;
    box-sizing: border-box;
    padding: 8px 0 2px;
    margin: 20px 0 0 0;
    text-align: center;
    vertical-align: bottom;
    border: 1px solid #000000;
    font-size: 11px;
    line-height: 1em !important;
    letter-spacing: -0.1em !important;
    float: right;
}
#wrapper  a:hover{
display: inline-block;
text-decoration:underline;
}


.float {
	float:left;
	width:330px;
	margin-right:30px;
}
.float1 {
    float:left;
	width:180px;
	font-size: 12px;
	line-height: 1.5em !important;
	margin-right:10px;
}
.float2 {
    float:left;
	width:140px;
	font-size: 12px;
	line-height: 1.5em !important;
	margin-right:0px;
	margin-bottom:10px;
}
.float3 {
    float:left;
	width:50px;
	font-size: 12px;
	line-height: 1.5em !important;
	margin-right:10px;
}
.float4 {
    float:left;
	width:190px;
	font-size: 12px;
	line-height: 1.5em !important;
	margin-right:0px;
	margin-bottom:10px;
}
.float5 {
    float:left;
	width:80px;
	margin-right:0px;
	margin-bottom:10px;
}
p.text_bold{
    font-size:12px;
	font-weight:bold;
}
#card_list {
    display: table;
    width: 330px;
    height: auto;
    box-sizing: border-box;
    padding: 0;
    margin: 5px 0 10px 0;
    position: relative;
    table-layout: fixed;
}
#card_list li {
    display: table-cell;
    width: 20%;
    list-style-type: none;
    text-align: center;
    font-size: 10px;
    line-height: 1em !important;
    margin: 0;
    vertical-align: top;
    padding: 0 1px;
}
#card_list li span {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 3px;
    list-style-type: none;
    text-align: center;
    font-size: 10px;
    line-height: 1em !important;
    float: left;
    border: 1px solid #ccc;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 3px;
}
.end {
	margin-right:0;
}
.end h2{
	margin-bottom:10px;
}
/**** 会社概要 ****/
#menu-list{
float: right;
margin: 0 0 20px;
padding: 0;
position: relative;
font-size: 11px;
list-style-type: none;
}
#menu-list li:nth-child(1), #menu-list li:nth-child(2), #menu-list li:nth-child(3){
cursor: pointer;
float: left;
display: flex;
position: relative;
margin:0;
padding:0 3;
border-right: 1px solid #000;
*zoom: 1; /*forIE6,7*/
}
#menu-list li:nth-child(4){
cursor: pointer;
float: left;
display: flex;
position: relative;
margin:0;
padding:0 3;
border-right:none;
*zoom: 1; /*forIE6,7*/
}
#menu-list li a{
display: block;
margin:0;
padding:0 3;
color: black;
text-decoration: none;
}

#menu-list li a:hover{
text-decoration:underline;
}


h2 {
	border-bottom:1px dashed #000;
	font-size:14px !important;
	font-weight:bold !important;
	line-height:25px !important;
	margin-bottom:10px !important;
}

p {
	margin-top:10px;
	font-size:12px;
	line-height:18px;
}

span {
	font-size:10px;
}


a {
    color: #000;
    text-decoration: none;
}



#bottom {
    font-size:10px;
    width:700px;
	margin:20px auto 0;
	padding:5px;
	text-align:center;
	background-color: #f1f1f1;
	border-radius: 10px;
	color:#000;
}
