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

/*================================================================
clearfix
================================================================*/

/* For modern browsers */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
	position: relative; /*for preview*/
}
html {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6;
	background-color: #ffffff;
}

/*================================================================
レイアウト
================================================================*/

div#wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
div#header {
	background-repeat: no-repeat;
	background-color: #ffffff;
}
div.inner940 {
	width: 940px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
div#content {
	padding: 0;
	text-align: left;
}

div.mainframe {
	width: 940px;
	margin: 20px auto 20px auto;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
div.graybox {
	background-color: #eaf1f5;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 1.2rem;
}
.nodisp {
	display:none;
}
.pronly {
	margin-bottom:25px;
}
div.inbox {
	font-size: 1.2rem;
}


/*================================================================
footer
================================================================*/

div#footer {
	padding: 20px 0;
	margin: 40px 0;
	border-top: 1px solid #007bc9;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#ownerName {
	float: left;
	margin: 5px 0 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
#ownerName > a {
	color: #333333;
	text-decoration: none;
}
/* ----- footerUtility ----- */
.footerUtility {
	float: right;
	width: 500px;
	text-align: right;
}
.footerUtilityLinks {
	display: inline-block;
	margin: 0 0 0 auto;
}
.footerUtilityLinks > li {
	float: left;
}
.footerUtilityLinks > li + li {
	float: left;
	margin-left: 16px;
	padding-left: 15px;
	border-left: 1px solid #5b5b5b;
}
.footerUtilityLinks > li > a {
	font-size: 12px;
	font-size: 1.2rem;
	color: #333333;
	text-decoration: none;
	line-height: 1.1;
}
.footerUtilityLinks > li > a:hover {
	text-decoration: underline;
}
#copyright {
	margin: 5px 0 0;
	font-size: 12px;
	font-size: 1.2rem;
}

/*================================================================
ナビゲーション
================================================================*/
div.navi {
	width:880px;
	margin:25px auto 0 auto;
	padding:0;
	font-size: 1.2rem;
}
div.navi div {
	height:26px;
	line-height:26px;
	text-align:center;
}
div.navbox {
	float:left;
	width:148px;
	color:#000;
	background-color:#cccccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
div.navarrow_off {
	float:left;
	width:35px;
	color:#000;
	background-image:url(../img/nav_arrow.png);
	background-position:center center;
	background-repeat:no-repeat;
}
div.navarrow_on {
	float:left;
	width:35px;
	color:#000;
	background-image:url(../img/nav_arrow_on.png);
	background-position:center center;
	background-repeat:no-repeat;
}
div.current {
	color:#fff;
	background-color:#333333;
}



/* langSelect */
#langSelect {
	position: relative;
	float: left;
	min-width: 151px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}
.selectLang {
	position: absolute;
	top: 32px;
	left: 0;
	display: none;
	z-index: 100;
}
.selectLang > li + li {
	border-top: 1px solid #b2b2b2;
}
.langSelectSwitch {
	position: relative;
	min-width: 151px;
	height: 32px;
	padding: 6px 28px 6px 35px;
	background: url(../img/header_ic03.png) no-repeat 100% 50% #2e2e2e;
	color: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
	/* box-sizing */
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
	box-sizing: border-box;
	/* transition */
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.langSelectSwitch:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 12px;
	display: block;
	width: 17px;
	height: 17px;
	background: url(../img/header_ic02.png) no-repeat 0 0;
}
.langSelectSwitch:hover {
	opacity: 0.7;
}
.selectLang {
	min-width: 151px;
}
.selectLang > li > a {
	display: block;
	padding: 6px;
	background: #656565;
	color: #ffffff;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	text-decoration:none;
}
.langSelectSwitch,
.selectLang > li {
	cursor: pointer;
}

/*================================================================
個別要素
================================================================*/

img#logo {
	position: absolute;
	top: 20px;
	left: 0px;
}
img#bartitle {
	width: 100%;
	display:block;
}
div.headinfo {
	position: absolute;
	top: 20px;
	right: 0px;
	text-align: left;
	width: 151px;
}
p.contact {
	text-align: center;
	overflow: hidden;
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.4;
}

/*================================================================
内部レイアウト
================================================================*/

div.selectlanguage {
	margin: 140px auto 200px auto;
	width: 300px;
	font-size: 1.4rem;
}

div.selang_left {
	float: left;
	padding : 0;
	margin: 0px;
}
div.selang_left div {
	height:30px;
	line-height:30px;
}
div.selang_right {
	float:right;
	margin-top:25px;
}

div.sec_left {
	float: left;
	padding : 0;
	margin: 0px;
}
div.sec_right {
	margin: 0;
	padding: 0;
	float: right;
}
div.infowindow {
	border: 1px solid #cccccc;
	width: 380px;
	padding: 20px 0;
	text-align: center;

}
div.infowindow2 {
	border: 1px solid #cccccc;
	width: 400px;
	padding: 20px 0;
	text-align: center;

}

div.infowindow h4 {
	font-size: 1.4rem;
	font-size: 14px;
	font-weight: bold;
	background-color: #eeeeee;
	margin:0 20px 10px 20px;
	padding: 4px;
	border-radius: 3px;
}

/*================================================================
入力フォーム
================================================================*/

div.sec_left ul li {
	background-color: #eaf1f5;
	padding: 6px 10px 6px 10px;
	font-size: 1.2rem;
}
li.bt_line_w {
	border-bottom: 1px solid #ffffff;
}
li.bt_line_g {
	border-bottom: 1px solid #eaf1f5;
}
label.form-labelw {
	width: 200px;
	display: inline-block;
	vertical-align: middle;
}
label.form-labeln {
	width: 110px;
	display: inline-block;
	vertical-align: middle;
}
span.unitf {
	width: 20px;
	display: inline-block;
	text-align: right;
	font-size: 12px;
	margin-right: 4px;
}
span.unitb {
	width: 40px;
	display: inline-block;
	text-align: left;
	font-size: 1.2rem;
	margin-left: 4px;
}
span.note {
	width: 115px;
	display: inline-block;
	text-align: right;
	font-size: 10px;
	margin-left: 4px;
}
select, input, textarea, button {
	vertical-align: middle;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
.select-170 {
	width: 170px;
	height: 40px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #ccc;
	cursor: pointer;
	box-sizing: border-box;
}
.select-128 {
	width: 128px;
	height: 28px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #ccc;
	cursor: pointer;
	box-sizing: border-box;
}

.select-90 {
	width: 90px;
	height: 28px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #ccc;
	cursor: pointer;
	box-sizing: border-box;
}
.select-80 {
	width: 80px;
	height: 40px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #ccc;
	cursor: pointer;
	box-sizing: border-box;
}
.select-50 {
	width: 55px;
	height: 40px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #ccc;
	cursor: pointer;
	box-sizing: border-box;
}
.form-text {
	width: 50px;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 3px;
	color: #000;
	background: #ffffff;
}
input[type="text"][disabled]{
    background:#DCDCDC;
    cursor:not-allowed; /* 禁止カーソル */
}
input:focus {
	border: solid 1px #ff6600;
}
button {
	font-size: 1.4rem;
	border: solid 1px #ccc;
	padding: 8px 30px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
button.btnblue {
	color: #fff;
	background-color: #5ea2c5;
}
button.btnblue:hover {
	color: #fff;
	background-color: #4b829f;
}
button.btngrey {
	color: #666;
	background-color: #fff;
	border:1px solid #999999;
}
button.btngrey:hover {
	color: #fff;
	background-color: #888;
}
button:focus {
	border: solid 1px #ff6600;
}
input[type="radio"], input[type="checkbox"] {
	margin-right: 3px;
	vertical-align: -2px;
	cursor: pointer;
}
div.btnblock {
	margin-top: 20px;
	text-align: right;
}
div.btnblock button.back {
	float:left;
	margin-right:10px;
}
div.btnblock button.clear {
	/*float:left;*/
	margin-right:300px;
}
div.btnblock button.next {
	float:right;
}
div.btnblock button.output {
	display:inline-block;
	width:120px;
}

table.patterinput {
	font-size: 1.0rem;
	margin:15px 0px;
	width: 400px;
}
table.patterinput th {
	border: 1px solid #999999;
	border-collapse: collapse;
	padding: 4px;
	text-align:center;
}
table.patterinput td {
	border: 1px solid #999999;
	border-collapse: collapse;
	padding: 0;
	text-align:center;
	background-color:#fff;
	padding: 2px;
}
th.fdwide {
	width:22%;
}
th.fdnrw {
	width:17%;
}
.pattern-text {
	color: #000;
	background: #ffffff;
	border: none;
	width:90%;
	text-align:right;
}

div.addr-box {
	border-bottom:1px solid #666666;
	margin:30px 0 10px 0;
	font-size:1.4rem;
	padding-bottom:5px;
}

.addr-text {
	color: #000;
	background: #ffffff;
	border: none;
	width:80%;
	font-weight:bold;
	text-align:left;
}

.ic-print {
	background-image:url(../img/ico_printer.png);
	background-repeat:no-repeat;
	background-position:10px center;
	text-indent:15px;
}
.ic-cad {
	background-image:url(../img/ico_cad.png);
	background-repeat:no-repeat;
	background-position:10px center;
	text-indent:15px;
}
.ic-pdf {
	background-image:url(../img/ico_pdf.png);
	background-repeat:no-repeat;
	background-position:10px center;
	text-indent:15px;
}

/*================================================================
計算結果
================================================================*/

/*4th page*/

table.styletbl {
	font-size: 1.2rem;
	width:830px;
}
table.styletbl th {
	border: 1px solid #cccccc;
	border-collapse: collapse;
	padding: 6px 0;
	text-align:center;
}
table.styletbl td {
	border: 1px solid #cccccc;
	border-collapse: collapse;
	padding: 4px 5px;
}
table.fit th {
	background-color:#0fcb8d;
}

/*5th page*/

h2.restitle {
	font-weight:bold;
	text-align:center;
	display:block;
	background-color:#eaf1f5;
	font-size: 1.4rem;
	margin:20px 0 10px 0;
	padding:4px;
}
h3.model {
	font-weight:bold;
	font-size: 1.6rem;
	color:#000000;
	margin:15px 0;
	border-bottom:3px double #ccc;
}
h3.tabtitle {
	font-weight:bold;
	font-size: 1.4rem;
	color:#000000;
	margin-bottom:6px;
}
/*typeA*/
table.typea {
	font-size: 1.2rem;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
}
table.typea thead th {
	padding: 4px 10px;
	font-weight: bold;
	vertical-align: top;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color:#eeeeee;
}
table.typea tbody th {
	width: 170px;
	padding: 2px 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	text-align:left;
	background-color:#eeeeee;
}
table.typea td {
	padding: 2px 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	text-align:center;
}
/*typeB*/
table.typeb {
	font-size: 1.2rem;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	}
table.typeb thead th {
	line-height:1.4;
	padding: 4px 10px;
	font-weight: bold;
	vertical-align: top;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color:#eeeeee;
	text-align:center;
}
table.typeb tbody th {
	width: 100px;
	padding: 2px 10px;
	font-weight: bold;
	vertical-align: top;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align:left;
}
table.typeb td {
	padding: 2px 10px;
	vertical-align: top;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align:center;
}

/*テーブル共通*/
th.boderside, td.boderside {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
table.tbws {
	width:48%;
}
table.tbwm {
	width:555px;
	margin-bottom:15px;
}
table.tbww {
	width:100%;
}


/*================================================================
共通装飾
================================================================*/

/* HR */

hr {
	margin: 0;
}
hr.hrstyle {
	border: 0;
	border-bottom: 1px dotted #ccc;
	background: #fff;
}

/*================================================================
マージン
================================================================*/

.m10tb {
	margin: 20px 0;
}
.m10all {
	margin: 20px;
}
.m10t {
	margin-top: 10px;
}
.m10b {
	margin-bottom: 10px;
}
.m20tb {
	margin: 20px 0;
}
.m20all {
	margin: 20px;
}
.m20t {
	margin-top: 20px;
}
.m20b {
	margin-bottom: 20px;
}
.m30all {
	margin: 30px;
}

.txleft {
	text-align:left;
}
.txright {
	text-align:right;
}
.txcen {
	text-align:center;
}

