﻿@charset "utf-8";

/*----------------------------------------------------
creation date 2012.6
http://www.sevenbank.co.jp/soukin/
Copyright (C) Seven Bank,Ltd. All Rights Reserved.
----------------------------------------------------*/

/*------------------------------------
   service
====================================*/
/* leadTxt
------------------------------------*/
#leadTxt {
margin-bottom:25px;
}
#leadTxt ul {
margin:1em;
line-height:2;
font-weight:bold;
}
@media (max-width: 519px) {
#leadTxt ul {
font-weight:normal;
}
}
#leadTxt li {
text-indent: -1em;
margin-left: 1em;
}


/* featureArea
------------------------------------*/
div#featureArea:after {
content:".";
display:block;
clear:both;
height:0;
visibility:hidden;
}
div#featureArea {
width:100%;
padding:10px;
background:#EEE;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box; 
*padding:0;
}
@media (min-width: 520px) and (max-width: 959px) {
div#featureArea {
width:100%;
padding:0;
background:none;
}
}
@media (max-width: 519px) {
div#featureArea {
display:none;		
}
}
div#featureArea ol {
list-style-type:none;
*margin:10px;
}
div#featureArea ol li {
float:left;
width:24.2%;
margin-right:1%;
border:1px solid #CCC;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box; 
background:#FFF;
*width:23.9%;
}
div#featureArea ol li:last-child {
margin-right:0;
}
div#featureArea ol li img {
max-width:100%;
width:auto;
}
div#featureArea ol li p {
padding:0 10px 10px;
}

.table-ttl p.align_r {
margin-bottom: 0;
float: right;
display: inline-block;
}

.table-ttl p.align_l {
margin-bottom: 0;
float: left;
display: inline-block;
}


/* numBox
------------------------------------*/
.numBox img.img {
float:right;
margin:0 0 15px 15px;
*zoom:1;
}
@media (min-width: 520px) {
.numBox img.none {
display:none;
}
}


/*------------------------------------
   service/kouza.html
====================================*/
/* information
------------------------------------*/

.information {
border: #ff0000 1px solid;
padding: 17px 27px;
margin-bottom: 18px;
}
.information strong {
font-weight: bold;
color: #ff0000;
}
.kouza #leadTxt p {
margin-bottom: 18px;
}
.kouza .numBox p {
margin-bottom: 18px;
}
.kouza .numBox p.align_r {
margin-bottom: 0;
float: right;
display: inline-block;
}
.kouza .numBox p.align_l {
margin-bottom: 0;
float: left;
display: inline-block;
}
.kouza .numBox p .red {
color: #ff0000;
}
