@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
canvas {
	display: block;
	width: 100%;
	height: 100%;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: bottom;
}
/*----------------------------------------------*/

* {
	box-sizing: border-box;
}
html {
	font-family: "Noto Sans Japanese", Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 200;
	font-size: 62.5%;
}
body {
	font-size: 1.4rem;
	line-height: 1.5;
}
.container {
	margin: 0 1rem 1rem;
}
/*---- header ----*/
header {
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0.5rem;
}
header .title {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 2em;
	float: left;
	margin-right: 45px;
}
header .title .container_type {
	margin-left: 30px;
	font-size: 0.8em;
	line-height: 0.8em;
}
/*---- footer ----*/
footer {
	overflow: hidden;
}
footer .right {
	float: right;
}
.panel {
	overflow: hidden;
}
.panel li {
	float: left;
}
.panel span.on {
	background-color: #DF8B1F;
}
.panel span {
	border-width: thin;
	border-style: solid;
}
/*
div.select_area div{
    width: 100%;
    height: 300px;
    background:#fff;
    border:#000000 solid 1px;
}
*/

/*---- content ----*/
.contents {
	width: 100%;
	position: relative;
}
.contents .view {
	width: 70%;
	border: solid 1px #ccc;
	background: #fff;
	float: left;
	margin-bottom: 10px;
	position: relative;
}
/*---- load_animation ----*/
#load {
	position: absolute;
	top: 48%;
	left: 48%;
	width: auto;
}
/*---- info ----*/
.contents .info {
	display: inline;
	float: right;
	width: 28%;
	margin-bottom: 35px;
}
.contents .info h2 {
	color: #559fc8;
	font-size: 2.4rem;
	border-bottom: #559fc8 1px solid;
	padding-bottom: 0.5rem;
	margin: 1rem 1rem 2rem 0;
}
.contents .info .item_detail_list {
	margin-bottom: 1rem;
	overflow: hidden;
}
.contents .info .item_detail_list .title {
	width: 30%;
	float: left;
	display: inline;
	background: #02246e;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	padding: 0.2rem 0;
}
.contents .info .item_detail_list .detail {
	width: 65%;
	float: right;
	display: inline;
	color: #333;
	text-align: left;
}
.contents .linkbt_area {
	margin-top: 20px;
}
.contents .linkbt_area .linkbt_false {
	display: block;
	position: relative;
	width: 90%;
	margin: 0px 0px 1rem;
	padding: 1rem;
	border-radius: 5px;
	text-decoration: none;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #eaeaea;
	color: #8c8c8c;
}
.contents .linkbt_area a.linkbt {
	display: block;
	position: relative;
	width: 90%;
	margin: 0px 0px 1rem;
	padding: 1rem;
	border-radius: 5px;
	text-decoration: none;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #02246e;
	color: #fff;
}
.contents .linkbt_area a.linkbt:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #fff;
}
.contents .linkbt_area a.linkbt:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #02246e;
}
.contents .setting {
	width: 100%;
	clear: both;
}
/*---- table ----*/
/*
.info table {
    width: 100%;
    border-left: 1px solid #333;
    border-top: 1px solid #333;
    font-size: 0.8em;
}
.info table tr th,
.info table tr td {
    padding: 10px;
    text-align: left;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
}
.info table tr th {
    width: 35%;
    background: #007fff;
    color: #fff;
    font-weight: normal;
}
*/

/*---- tabs (jquery-ui css override) ----*/
#settings {
	padding: 0;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	position:relative;
	overflow:hidden;
}
.ui-tabs .ui-tabs-nav {
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0;
	background: inherit;
}
.ui-tabs .ui-tabs-nav li {
	margin: 0 !important;
	border-left: 0;
	border-radius: 0;
	width: 14.28%;
}
.ui-tabs .ui-tabs-nav li a {
	display: block;
	width: 100%;
	height: inherit;
}
.ui-tabs .ui-tabs-nav li:first-child {
	border-left: 1px solid #c5c5c5;
}
.ui-tabs-panel p {
	padding: 5px 10px;
}
.ui-tabs-panel p input[type="checkbox"], .ui-tabs-panel p input[type="radio"] {
	vertical-align: top;
}
#settings .select_area {
/*    border: 1px solid #c5c5c5;*/
}
#howtouse {
	border: 2px solid rgb(123, 165, 189);
	border-radius: 5px;
	padding: 0.1rem 1rem;
	z-index: 5000;
	position: absolute;
	left: 5px;
	top: 5px;
	background: rgba(255, 255, 255, 0.6) none repeat scroll 0% 0%;
}
#howtouse img {
	width: 100%;
	vertical-align: top;
}
#transparency {
	border: 2px solid rgb(164, 164, 164);
	width: 150px;
	padding: 0.59rem 1.8rem;
	font-weight: bold;
	border-radius: 5px;
	color: rgb(102, 102, 102);
	margin-left: 1rem;
	position: absolute;
	z-index: 5000;
	right: 5px;
	bottom: 5px;
	background: rgba(255, 255, 255, 0.6) none repeat scroll 0% 0%;
}
#trn_check {
	margin: 5px 0.1rem 0 0;
	padding: 0;
	visibility: hidden;
	vertical-align: top;
}
#settings .wizard > .content > .body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#settings .wizard > .content > .body label {
	margin: 0.2rem 1rem;
}
#settings .wizard > .content > .body input[type=radio] {
	vertical-align: top;
	margin: 0.7rem 0 0.7rem 1.5rem;
}
#settings .wizard > .content > .body > div.content-title {
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
}
#settings .wizard > .content > .body > p.data {
	float: left;
}
#settings .wizard > .steps, #settings .wizard > .content, #settings .wizard > .actions {
	overflow: hidden;
}
#settings .wizard > .actions {
	position: absolute;
	width: 98%;
	top: 75px;
	left:0;
}
#settings .wizard > .content {
	    display: block;
    overflow: hidden;
    position: relative;
    width: 85%;
    border-radius: 5px;
    min-height: 120px;
    margin: 0px 0 0 70px;
    z-index: 5000;

}
#settings .wizard > .content dl {
	overflow: hidden;
}
#settings .wizard > .content dl dt {
	clear: left;
	float: left;
	margin: 0.2rem 1rem;
	font-weight: bold;
}
#settings .wizard > .content dl dd {
	float: left;
}
#settings .wizard > .content dl dd input[type="checkbox"] {
	vertical-align: top;
	margin: 0.7rem 0 0 1.2rem;
}
#settings .wizard > .content dl dd input[type="checkbox"] + label {
	margin: 0.2rem 0.5rem;
}
