﻿@charset "utf-8";

/* 各種ソフトウェア
----------------------------------------------------- */

#wrapper #body {
    width: 100% !important;
    padding-top: 20px;
    background: #fff;
}
#wrapper #body #re_contents {
	width: 900px !important;
}

.setup_soft{
	width:967px;
	height:144px;
	margin:30px 0 15px;
	padding:0;
	position: relative;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;

}

.setup_soft h3{
	width:807px;
	font-size:130%;
	display: table-cell;
	margin:0px 0 50px;
	padding:50px 0 0 160px;
	border-bottom:2px solid #333;
	vertical-align: middle;
}
.setup_soft h3.setup_soft_line2{
	padding:30px 0 0px 160px;
}

.setup_soft .setup_soft_img{
	width:160px;
	position: absolute; 
	top:0px;
	left:0;
}
.setup_soft .setup_soft_img img{
	width:100%;
}

.setup_soft:after{
	content: ""; clear: both; height: 0; display: block; visibility: hidden; 
}
.btnblk .link_btn.float {
	float: left;
	margin: 0 5px;
}
.btnblk:after {
    content: " ";
    display: table;
    clear: both;
}

.btnblk .link_btn.long a{
	    width: 700px;
	background-color:#3F728F;
}
.btnblk .link_btn.long a:hover{
	background-color:#5290B3;
}
p.read.top {
	margin: 30px auto;
}
p.read{
	 padding-left: 1em;
}
p.read.indent {
	text-indent: -1em;
    padding-left: 2em;
}
h3 {
	margin-bottom: 10px;
}
h3 span {
	font-size: 90%;
	font-weight: normal;
}

.paragraph {
	margin-bottom: 40px;
}
.paragraph table.kiyaku_tb {
	width: 95%;
	margin: 20px auto;
    border: 1px solid #aaa;
    text-align: center;
}
.paragraph table.kiyaku_tb td {
	border: 1px solid #aaa;
	padding: 2px 5px;
}
.paragraph table.kiyaku_tb td.left {
	text-align: left;
}
.footerBottom {
    font-family: 'Open Sans Condensed' ,sans-serif;
    margin: 20px 0 0;
    padding: 5px 0 50px 0;
    line-height: normal;
    font-size: 12px;
    background: #434343;
    border-top: 1px solid #616161;
}

.footerBottom address {
    font-family: 'Open Sans Condensed', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    font-style: normal;
    line-height: 1.1;
    color: #c5c5c5;
    text-align: center;
    display: block;
    width: 967px;
    margin: 0 auto;
    padding: 0 0 5px 0;
}

/* spn */
@media screen and (max-width: 640px) {
	
#wrapper #body #re_contents {
	width: auto!important;
}
	#wrapper #body #re_contents {
    width: 95%;
    margin: 0 auto;
}

.setup_soft{
	width:100%;
	height:auto;
	position: static;
}

.setup_soft h3{
	width:96%;
	font-size:150%;
	color:#333;
	display: bolck;
	margin:0px 0 0.5em;
	padding:1em 3% 0;
	border-bottom:2px solid #333;
}
.setup_soft h3.setup_soft_line2{
	padding:1em 3% 0;
}

.setup_soft .setup_soft_img{
	position: static;
	width:100%;
	max-width:200px;
	display: bolck;
	margin:0px auto;
}

.setup_soft_spn_block{
	width:94% !important;
	margin:0px 3%;
}
.setup_soft_spn_block p{
	font-size:120%;
	line-height:140%;
}
	
#re_contents .btnblk{
	font-size:130% !important;
}
	.btnblk .link_btn.long a{
	    width: 100%;
}
	.btnblk .link_btn.float {
		float: none;
	}
	h3 {
    color: #333;
		font-size: 130%;
	}
	
	.paragraph table.kiyaku_tb td {
    padding: 5px;
}
	
	.footerBottom address{
		width: 100%;
	}

}