/*basic*/

body {
  margin: 0px;
  padding: 0px;
  background-color: #DFE7EB;
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

.disp_none {
  display: none;
}

.disp_block {
  display: block;
}

.flL {
  float: left;
}

a {
  text-decoration: none;
}


/*体験版 container 左右センター*/

#container {
  margin: 0 auto;
  width: 965px;
  overflow: hidden;
}


/******contents hide show*********/

.confirmation_detail_current, .intro_current, .exam_current {
  display: block;
}

.confirmation_detail_not_current, .detail_not_current, .intro_not_current, .exam_not_current, .outro_not_current, .result_not_current, .exam_intro_not_current {
  display: none;
}

div.current {
  display: block;
}

div.notcurrent {
  display: none;
}

/*
#######################################################################

	Proadmin画面

#######################################################################
*/
.proadmin{
	width:100%;
	height:100%;
	background-color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	overflow:hidden;
}

.proadmin_header{
	width: 100%;
	height: 100px;
	text-align: center;
	background-color: #000;
	border-bottom: 10px solid #74AD00;
}

.proadmin_wsNumber{
	width: 100%;
	height: 200px;
	text-align: center;
	background-color: #FFF;
}

.proadmin_examName{
	width: 100%;
	height: 100px;
	text-align: center;
	background-color: #ddd;
}

#proadmin_startButton{
	width: 301px;
	height:69px;
	margin: auto;
	text-align: center;
	cursor: pointer;
	margin-top: 60px;
}


/******logincontents*********/

#login {
  width: 965px;
  height: 670px;
  position: relative;
}

.login_base {
  width: 486px;
  height: 390px;
  background-image: url(../img/Login_keycode_J.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.login_proadmin {
  width: 965px;
  height: 600px;
  background-image: url(../img/Login_proadmin.png);
  background-repeat: no-repeat;
  border: 1px solid #CCC;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#login_ok_button {
  position: absolute;
  top: 200px;
  left: 295px;
  width: 110px;
  height: 40px;
  background-color: #FFF;
}

#login_systemcheck_button {
  position: absolute;
  top: 300px;
  left: 80px;
  width: 153px;
  height: 30px;
  background-color: #FFF;
}

#login_preferences_button {
  position: absolute;
  top: 300px;
  left: 255px;
  width: 152px;
  height: 30px;
  background-color: #FFF;
}

#login_examstart_proadmin_button {
  position: absolute;
  top: 400px;
  left: 320px;
  width: 301px;
  height: 69px;
  background-color: #FFF;
}

.enterkeycode {
  width: 190px;
  height: 35px;
  position: absolute;
  top: 200px;
  left: 80px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #12285C;
  text-align: center;
  letter-spacing: 1px;
}


/******confirmation_detail*********/

#confirmation_detail {
/*  width: 965px;
  height: 670px;
  position: relative;*/
}

.confirmation_detail_base {
  width: 486px;
  height: 499px;
  background-image: url(../img/confirm_detail_J.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#confirmation_detail_confirm_button {
  position: absolute;
  top: 380px;
  left: 120px;
  width: 86px;
  height: 42px;
  background-color: #FFF;
}

#confirmation_detail_cancel_button {
  position: absolute;
  top: 380px;
  left: 240px;
  width: 148px;
  height: 42px;
  background-color: #FFF;
}


/******intro_contents*********/

#startexam_button {
  position: absolute;
  top: 636px;
  left: 710px;
  width: 235px;
  height: 32px;
  background-color: #FFF;
}

#backtoexam_button {
  position: absolute;
  top: 636px;
  left: 710px;
  width: 235px;
  height: 32px;
  background-color: #FFF;
}

#intro_number, #outro_number {
  position: absolute;
  top: 35px;
  left: 455px;
  font-size: 14px;
}


/******examcontents*********/

.intro_base, .outro_base, .result_base, .exam_base {
  width: 965px;
  min-height: 655px;
  background-color: #FFF;
  position: relative;
  border: 1px solid #aaa;
  border-radius: 8px;
}

.exam_header {
  width: 965px;
  height: 39px;
  background-color: #000;
  position: relative;
  border-bottom: 20px solid #619028;
  border-radius: 8px 8px 0 0;
}

.exam_footer {
  width: 965px;
  height: 42px;
  background-color: #000;
  position: relative;
  border-top: 5px solid #619028;
  border-radius: 0 0 8px 8px;
}

.result_header {
  width: 965px;
  height: 31px;
  background-color: #000;
  position: relative;
  border-bottom: 5px solid #000;
  border-radius: 8px 8px 0 0;
}

.result_window_name {
  position: absolute;
  top: 12px;
  left: 20px;
  font-size: 12px;
  color: #FFF;
}

.result_base {
  /*background-image:url(../img/Report_screen_J.png);
	background-repeat:no-repeat;*/
}

.shikenname {
  position: absolute;
  top: 42px;
  left: 15px;
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
}

.candidatename {
  position: absolute;
  top: 42px;
  left: 798px;
  font-size: 12px;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
}

#shikenname_result {
  position: absolute;
  top: 45px;
  left: 20px;
  font-size: 12px;
}

.candidatename_result {
  position: absolute;
  top: 62px;
  left: 20px;
  font-size: 12px;
}

#examday_result {
  position: absolute;
  top: 80px;
  left: 20px;
  font-size: 12px;
}

#window_close_icon {
  position: absolute;
  top: 7px;
  left: 940px;
}

#progress {
  position: absolute;
  top: 5px;
  left: 710px;
}

#item_number {
  position: absolute;
  top: 5px;
  left: 15px;
  font-size: 13px;
  color: #FFF;
  font-weight: bold;
}

#section_name, #section_name_intro, #section_name_outro {
  position: absolute;
  top: 22px;
  left: 15px;
  font-size: 13px;
  color: #FFF;
  font-weight: bold;
}

#section_name_intro_hide {
  position: absolute;
  top: 22px;
  left: 15px;
  font-size: 13px;
  color: #FFF;
  font-weight: bold;
  display: none;
}

#timer {
  position: absolute;
  top: 5px;
  left: 400px;
  color: #FFF;
  background-image: url(../img/Timer_icon.png);
  background-repeat: no-repeat;
  width: 200px;
  padding-left: 36px;
}

.timer {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
}

.timer_popup {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}

.timer div, .timer-1 div {
  display: inline-block;
}

#timer_popup {
  position: absolute;
  top: 0px;
  left: 380px;
  color: #000;
  background-color: #F7D78C;
  background-image: url(../img/Timer_icon_black.png);
  background-repeat: no-repeat;
  background-position: 20px 10px;
  width: 160px;
  padding: 5px 10px 10px 10px;
  height: 60px;
  z-index: 100;
  display: none;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

#last5_timer {
  margin-left: 45px;
  margin-top: 0px;
}

.last5min {
  text-align: center;
}

.timer div, .timer-1 div, .timer_popup {
  display: inline-block;
}

#intro_area, #outro_area, #exam_area, #exam_intro {
  position: absolute;
  overflow: hidden;
  width: 864px;
  min-height: 545px;
  background-color: #FFFFFF;
  margin: 63px 0px 0px 85px;
  border: 1px solid #aaa;
  border-radius: 5px;
  left: -3px;
  top: -1px;
}

.startScreen_examInfo_text,
.infoScreen_examInfo_text,
.endScreen_examInfo_text{
	font-size: 17px;
	line-height: 15px;
}

#result_area {
  position: absolute;
  overflow: hidden;
  width: 940px;
  min-height: 510px;
  margin: 118px 0px 0px 10px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
}

#intro_area,#exam_intro {
  background-color: #FFFFFF;
 overflow-y: scroll;
  /*縦方向はスクロール可*/
  overflow-x: hidden;
  /*横方向はスクロール不可*//* add 202108*/
}

[id^="exam0"] {
  padding: 20px;
}

#item_button {
  position: absolute;
  top: 86px;
  left: 9px;
  width: 61px;
  height: 130px;
  background-color: #FFF;
}

.flag_button {
  position: absolute;
  top: 638px;
  left: 665px;
  width: 33px;
  height: 30px;
  background-color: #FFF;
}

.preference_button {
  position: absolute;
  top: 640px;
  left: 10px;
  width: 41px;
  height: 26px;
  border-right: 1px solid #FFF;
}

#introduction_button {
  position: absolute;
  top: 640px;
  left: 70px;
  width: 26px;
  height: 26px;
  background-color: #FFF;
}

#finish_button {
  cursor: pointer;
}

#finish_button, #finish_button_off, #finish_button_outro {
  position: absolute;
  top: 4px;
  left: 854px;
  width: 100px;
  height: 30px;
  /*border-left:1px solid #FFF;*/
}

#exam01, #exam02, #exam03, #exam04, #exam05 {
  width: 824px;
  height: 560px;
}

/*****試験注意事項*******/
.precautions_caution li{
    font-size: 15px;
    line-height: 15px;
    color: #FF0000;
    margin-bottom: 15px;
}

.precautions_info li{
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 15px;
}



/******ドラッグ＆ドロップ設問*******/


/* .dragparts / .dragparts_drop
--------------------------- */

.dragparts, .dragparts_drop {
  top: 0;
  left: 0;
  width: 100px;
  height: 30px;
  display: inline-block;
  overflow: hidden;
  position: absolute;
}


/* #dragitemlist
--------------------------- */

#dragitemlist {
  margin-bottom: 10px;
  width: 95%;
  position: relative;
  background-color: #E6EBED;
  padding: 5px;
}

#dragitemlist ul.draglist {
  margin-left: 5px;
  width: 100%;
  padding: 0;
}

#dragitemlist ul.draglist li {
  margin: 0 5px 5px 0;
  width: 100px;
  height: 30px;
  display: inline;
  float: left;
  position: relative;
}


/* .droparea
--------------------------- */

.droparea {
  margin: 10px;
  width: 100px;
  height: 30px;
  background: #ddd;
  position: relative;
  border: 2px solid #bbb;
  float: left;
}

.item {
  clear: both;
}

.item_text {
  float: left;
  margin-top: 17px;
}

/* =======================================
    計算機
======================================= */
#calc_dialog-link {
  width: 115px;
  height: 30px;
  margin-bottom: 15px;
  margin-left: 12px;
  background: url("../img/button_calc_off.png") no-repeat;
  border: none;
}

#calc_dialog-link.link-open {
  background: url("../img/button_calc_on.png") no-repeat !important;
}

.keyboard-item {
  height: 24px !important;
  width: 30px !important;
}

.keyboard-item.keyboard-item-double {
  width: 70px !important;
}

.keyboard-item.keyboard-item-sextuple {
  width: 230px !important;
}

.med-text {
    font-size: 1.2rem !important;
    vertical-align: middle;
}

button {
    font-size: 1.4rem !important;
}

.cbop.green, .equals-sign {
    font-size: 20px !important;
	font-weight: 400;
}

.screen {
    font-size: 16px !important;
}

.calc.basic-calc {
  width: 230px !important;
}

.screen {
  height: 30px !important;
  line-height: 30px !important;
}

.demo {
  width: 800px;
  height: 600px;
  margin: 50px auto;
  border: #333 1px solid;
}

.ui-dialog {
  font-size: 0.8em
}

.screen-text {
  font-weight: 600 !important;
}

button {
  height: 30px !important;
}

button.ui-button {
  height: 20px !important;
}

.ui-state-hover {
  background: url("../img/button_calc_on.png") no-repeat!important;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0px !important;
  background: none;
  /*overflow: hidden !important;*/
}
		
.cbop.green, .equals-sign {
    font-size: 25px;
    font-family: Arial, Helvetica, "sans-serif";
    padding-top: 1px;
}
		
button.blue, html:not(.ie9) button.blue:hover, .ie9 button.blue.hovered:hover {
    padding-top: 2px;
}


/* =======================================
    ClearFixElements
======================================= */

#dragitemlist ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

#dragitemlist ul {
  display: inline-block;
}


/* =======================================
    Jquery UI over ride
======================================= */

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 1;
  filter: Alpha(Opacity=100);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=100);
  /* For IE8 - See #6059 */
}


/******Result CSSボタン*******/

.css_btn_grey {
  font-size: 20px;
  font-family: Arial;
  font-weight: normal;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #999;
  padding: 9px 18px;
  text-decoration: none;
  background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100%);
  background: -ms-linear-gradient( top, #ededed 5%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf));
  background-color: #ededed;
  color: #666;
  display: inline-block;
}

.css_btn_grey:hover {
  background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100%);
  background: -ms-linear-gradient( top, #dfdfdf 5%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
  background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed));
  background-color: #dfdfdf;
}

.css_btn_grey:active {
  position: relative;
  top: 1px;
}

.css_btn_green {
  font-size: 20px;
  font-family: Arial;
  font-weight: normal;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #83c41a;
  padding: 9px 18px;
  text-decoration: none;
  background: -moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100%);
  background: -ms-linear-gradient( top, #9dce2c 5%, #8cb82b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
  background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #9dce2c), color-stop(100%, #8cb82b));
  background-color: #9dce2c;
  color: #ffffff;
  display: inline-block;
  -webkit-box-shadow: inset 1px 1px 0px 0px #c1ed9c;
  -moz-box-shadow: inset 1px 1px 0px 0px #c1ed9c;
  box-shadow: inset 1px 1px 0px 0px #c1ed9c;
}

.css_btn_green:hover {
  background: -moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100%);
  background: -ms-linear-gradient( top, #8cb82b 5%, #9dce2c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
  background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #8cb82b), color-stop(100%, #9dce2c));
  background-color: #8cb82b;
}

.css_btn_green:active {
  position: relative;
  top: 1px;
}


/******試験問題*******/

.mondai_text {
  width: 100%;
  height: 40px;
  background-color: #efefef;
  padding: 20px 5px 0px 5px;
  margin-top: 0px;  
}

.check_item {
  width: 780px;
  height: 20px;
  border: 3px solid #3D505A;
  padding: 5px;
  font-size: 14px;
  margin-top: 15px;
  display: inline-block;
  cursor: pointer;
}

.check_item:hover {
  border: 3px solid #FFA500;
  background-color: #F8D369;
}

.input_number {
padding: 5px;
  font-size: 16px;
    font-family: "MS Gothic";
    margin-bottom: 9px;
    display: inline-block;
    color: #555;
    box-sizing: content-box;
    height: 37px;
    width: 406px;
    resize: none;
    overflow: auto;
    vertical-align: top;
    line-height: 20px;
}

.input_essay {
padding: 5px;
  font-size: 16px;
    font-family: "MS Gothic";
    display: inline-block;
    color: #555;
    box-sizing: content-box;
    height: 360px;
    width: 815px;
    resize: none;
    overflow: auto;
    vertical-align: top;
    line-height: 20px;
}
.input_essay_messagearea {
    padding: 9px 5px 0px 5px;
    font-size: 16px;
    font-family: "MS Gothic";
    display: inline-block;
    color: #555;
    box-sizing: content-box;
    height: 30px;
    width: 815px;
    resize: none;
    overflow: auto;
    vertical-align: top;
    line-height: 20px;
    border: 3px solid #9ea7ac;
    border-radius: 0px;
	border-top: none;
}

.reachCountLimit_txt{
	display:none ;
	text-align: right;
	float: right;
}
#textcounter_exam04{
	float: left;
}

textarea,input[type="text"]{
    background-color: #fff;
    border: 3px solid #9ea7ac;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color linear .2s, box-shadow linear .2s;
    -moz-transition: border-color linear .2s, box-shadow linear .2s;
    -o-transition: border-color linear .2s, box-shadow linear .2s;
    transition: border-color linear .2s, box-shadow linear .2s;
}

textarea:focus,input[type="text"]:focus{
        border-color: #2B9ED8 !important;
        outline: 0;
        outline: thin dotted \9;
       -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #2B9ED8 !important;
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #2B9ED8 !important;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #2B9ED8 !important;
    }

.head_no {
  width: 20px;
  height: 20px;
  float: left;
  margin-top: 15px;
  padding-top: 10px;
}

#buttons {
  position: absolute;
  top: 0;
  left: 0px;
}

#back, #next {
  display: inline-block;
  /*IE11とEdgeでpointer-events: noneを有効にするため*/
}

.next_prev {
  position: absolute;
  top: 638px;
  left: 715px;
  width: 240px;
  height: 32px;
}

.back_button {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.back_button:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.next_button {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.next_button:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.back_button[disabled], .next_button[disabled], .back_button[disabled]:hover, .next_button[disabled]:hover {
  background: #c7c7c7;
  background-image: -webkit-linear-gradient(top, #c7c7c7, #afb2b3);
  background-image: -moz-linear-gradient(top, #c7c7c7, #afb2b3);
  background-image: -ms-linear-gradient(top, #c7c7c7, #afb2b3);
  background-image: -o-linear-gradient(top, #c7c7c7, #afb2b3);
  background-image: linear-gradient(to bottom, #c7c7c7, #afb2b3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #e3e3e3;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.point_none {
  pointer-events: none;
  cursor: default;
}

.item_selected {
  background-color: #F7B906;
}

textarea.item_selected {
  background-color: #FFF;
}

#exam04 select {
  border: 1px solid #CCC;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #C01B1E;
  color: #006CB7;
  font-size: 15px;
}

input.item_selected, select.item_selected, iframe.item_selected {
  background-color: #fff;
}

.modal_ConfirmScreen {
    top: 50%;
    left: 50%;
    margin: -180px 0 0 -250px;
    width: 500px;
    height: 296px;
    text-align: center;
    display: block;
    position: absolute;
    z-index: 10;
	background-image:url(../img/detail_alart_background.png);
	background-repeat: no-repeat;
	color: #333;
}

.modal_ConfirmScreen_icon, .modal_ExamFinish_icon, .modal_ResultUploadScreen_icon {
    margin-top: 50px;
}
/*  Modal Base 
--------------------------------------------*/
#modal_calcForceCloseMessage{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
	z-index: 100000;
}

/* モーダル：画面内テキスト
--------------------------------------------*/
.modal_calcForceCloseMessage_text{
	text-align: center;
	font-weight: bold;
	font-size:15px;
	margin-top: 30px;
	color:#222;
	font-family: "ＭＳ Pゴシック", "MS PGothic", "Osaka－等幅", "Osaka-mono", "monospace";
    line-height: 160%;
}

/* モーダル：画面内テキスト（計算機強制クローズ画面）
--------------------------------------------*/
.modal_calcForceCloseMessage_text{
	font-size:15px;
	margin-top: 10px;
}

/* モーダル：画面内ボタン
--------------------------------------------*/
.modal_buttonWrapper{
	width: 316px;
	height: 42px;
	margin-left: 42px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	margin-top: 20px;
}

.modal_ConfirmScreen_1button,
.modal_ResultUploadScreen_1button,
.modal_ConfirmScreen_1button{
    margin-top: 30px;
}

.modal_ColorPre_Close_1button{
    margin-top: 460px;
}

.modal_button{
	position: relative;
	width: 148px;
	height: 42px;
	float: left;
}

/* ModalWindow SET
-------------------------- */

#open01, #open02, #open03, #open04, #open05, #open06, #open07, #open08, #open01_flag_off, #open01_off, #open01_flag {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.close_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
  position: absolute;
  background: #000;
  opacity: 0.3;
  z-index: 5;
  pointer-events: none;
}

.modal_window {
  top: 50%;
  left: 50%;
  margin: -180px 0 0 -210px;
  width: 500px;
  height: 361px;
  text-align: center;
  display: block;
  position: absolute;
  z-index: 10;
  background-image: url(../img/Close_alart_finish_background.png);
}

.modal_window_timeexpire {
  top: 50%;
  left: 50%;
  margin: -180px 0 0 -210px;
  width: 500px;
  height: 361px;
  text-align: center;
  display: block;
  position: absolute;
  z-index: 10;
  background-image: url(../img/timeexpire_alart_background.png);
}

/*.modal_window_examresult {
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -210px;
  width: 500px;
  height: 410px;
  text-align: center;
  display: block;
  position: absolute;
  z-index: 10;
  background-image: url(../img/examresult_background.png);
}*/

.modal_window_examresult {
    top: 50%;
    left: 50%;
    margin: -260px 0 0 -380px;
    width: 760px;
    height: 450px;
    text-align: center;
    display: block;
    position: absolute;
    z-index: 10;
    background-image: url(../img/examresult_background_800-600.png);
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.goto_tutorialPDF{
    width:360px;
    height:50px;
    line-height:50px;
    margin: 10px auto 30px auto;
}
.goto_tutorialPDF a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#619028;
    text-align:center;
    color:#FFFFFF;
    font-size:23px;
    border-radius:12px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
}
.goto_tutorialPDF a:hover{
    background:#0B7318;
    color:#FFFFFF;
    margin-left:0px;
    margin-top:0px;
    box-shadow:none;
}


.modal_window_loading {
  top: 25%;
  left: 50%;
  margin: 0px 0 0 -130px;
  width: 280px;
  height: 200px;
  text-align: center;
  display: block;
  position: absolute;
  z-index: 10;
  background-image: url(../img/loader.gif);
  background-color: #fff;
}

.modal_window_detail {
  top: 50%;
  left: 50%;
  margin: -180px 0 0 -250px;
  width: 500px;
  height: 296px;
  text-align: center;
  display: block;
  position: absolute;
  z-index: 10;
  background-image: url(../img/detail_alart_background.png);
}

.modal_window_systemcheck {
  top: 50%;
  left: 50%;
  margin: -180px 0 0 -250px;
  width: 500px;
  height: 296px;
  text-align: center;
  display: block;
  position: absolute;
  z-index: 10;
  background-image: url(../img/detail_alart_background.png);
}

.modal_window_preferences {
  top: 50%;
  left: 50%;
  margin: -220px 0 0 -460px;
  width: 917px;
  height: 482px;
  text-align: center;
  display: block;
  position: absolute;
  z-index: 10;
  background-image: url(../img/preferences.png);
}

.modal_window h2 {
  margin-bottom: 20px;
  width: 400px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  text-indent: 15px;
  background: #000;
}

.modal_window p {
  padding: 0 15px 15px 15px;
  font-size: 12px;
  line-height: 160%;
  text-align: left;
}


/* CSS3 ModalWindow SET
-------------------------- */

@-webkit-keyframes modalFadeIn {
  0% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
  }
}

div#modal div:target {
  -webkit-animation-name: modalFadeIn;
  -webkit-animation-duration: 0s;
  -webkit-animation-iteration-count: 1;
  opacity: 1;
  display: block;
}

/* モーダル：計算機強制クローズ用リンク
--------------------------------------------*/
#calcForceCloseLink{
	display:none;
}
/*
########################################################
margin padding
########################################################
*/


/* margin ALL
--------------------------------------------*/

.mg0a {
  margin: 0px !important;
}

.mg2a {
  margin: 2px !important;
}

.mg5a {
  margin: 5px !important;
}

.mg10a {
  margin: 10px !important;
}

.mg15a {
  margin: 15px !important;
}

.mg20a {
  margin: 20px !important;
}

.mg25a {
  margin: 25px !important;
}

.mg30a {
  margin: 30px !important;
}

.mg35a {
  margin: 35px !important;
}

.mg40a {
  margin: 40px !important;
}

.mg45a {
  margin: 45px !important;
}

.mg50a {
  margin: 50px !important;
}


/* margin auto 
--------------------------------------------*/

.mg_auto_h {
  margin: 0px auto !important;
}

.mg_auto_v {
  margin: auto 0px !important;
}


/* margin vertical
--------------------------------------------*/

.mg0v {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mg5v {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mg10v {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mg15v {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mg20v {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mg25v {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.mg30v {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mg40v {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mg50v {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mg60v {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mg70v {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.mg80v {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.mg90v {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.mg100v {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}


/* margin horizontal
--------------------------------------------*/

.mg0h {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.mg5h {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.mg10h {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.mg15h {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.mg20h {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.mg25h {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.mg30h {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.mg40h {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.mg50h {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.mg60h {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.mg70h {
  margin-right: 70px !important;
  margin-left: 70px !important;
}

.mg80h {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

.mg90h {
  margin-right: 90px !important;
  margin-left: 90px !important;
}

.mg100h {
  margin-right: 100px !important;
  margin-left: 100px !important;
}


/* margin top

--------------------------------------------*/

.mg0t {
  margin-top: 0px !important;
}

.mg1t {
  margin-top: 1px !important;
}

.mg2t {
  margin-top: 2px !important;
}

.mg3t {
  margin-top: 3px !important;
}

.mg4t {
  margin-top: 4px !important;
}

.mg5t {
  margin-top: 5px !important;
}

.mg7t {
  margin-top: 7px !important;
}

.mg10t {
  margin-top: 10px !important;
}

.mg15t {
  margin-top: 15px !important;
}

.mg20t {
  margin-top: 20px !important;
}

.mg25t {
  margin-top: 25px !important;
}

.mg30t {
  margin-top: 30px !important;
}

.mg40t {
  margin-top: 40px !important;
}

.mg45t {
  margin-top: 45px !important;
}

.mg50t {
  margin-top: 50px !important;
}

.mg60t {
  margin-top: 60px !important;
}

.mg70t {
  margin-top: 70px !important;
}

.mg80t {
  margin-top: 80px !important;
}

.mg90t {
  margin-top: 90px !important;
}

.mg100t {
  margin-top: 100px !important;
}

.mg110t {
  margin-top: 110px !important;
}

.mg120t {
  margin-top: 120px !important;
}

.mg130t {
  margin-top: 130px !important;
}

.mg140t {
  margin-top: 140px !important;
}

.mg150t {
  margin-top: 150px !important;
}

.mg160t {
  margin-top: 160px !important;
}

.mg170t {
  margin-top: 170px !important;
}

.mg180t {
  margin-top: 180px !important;
}

.mg190t {
  margin-top: 190px !important;
}

.mg200t {
  margin-top: 200px !important;
}

.mg250t {
  margin-top: 250px !important;
}

.mg260t {
  margin-top: 260px !important;
}

.mg270t {
  margin-top: 270px !important;
}

.mg280t {
  margin-top: 280px !important;
}

.mg290t {
  margin-top: 290px !important;
}

.mg300t {
  margin-top: 300px !important;
}

.mg350t {
  margin-top: 350px !important;
}

.mg400t {
  margin-top: 400px !important;
}

.mg420t {
  margin-top: 420px !important;
}


/* margin right
--------------------------------------------*/

.mg0r {
  margin-right: 0px !important;
}

.mg1r {
  margin-right: 1px !important;
}

.mg2r {
  margin-right: 2px !important;
}

.mg3r {
  margin-right: 3px !important;
}

.mg4r {
  margin-right: 4px !important;
}

.mg5r {
  margin-right: 5px !important;
}

.mg10r {
  margin-right: 10px !important;
}

.mg15r {
  margin-right: 15px !important;
}

.mg20r {
  margin-right: 20px !important;
}

.mg25r {
  margin-right: 25px !important;
}

.mg30r {
  margin-right: 30px !important;
}

.mg40r {
  margin-right: 40px !important;
}

.mg50r {
  margin-right: 50px !important;
}

.mg60r {
  margin-right: 60px !important;
}

.mg70r {
  margin-right: 70px !important;
}

.mg80r {
  margin-right: 80px !important;
}

.mg90r {
  margin-right: 90px !important;
}

.mg100r {
  margin-right: 100px !important;
}

.mg110r {
  margin-right: 110px !important;
}

.mg120r {
  margin-right: 120px !important;
}

.mg130r {
  margin-right: 130px !important;
}

.mg140r {
  margin-right: 140px !important;
}

.mg150r {
  margin-right: 150px !important;
}

.mg160r {
  margin-right: 160px !important;
}

.mg170r {
  margin-right: 170px !important;
}

.mg180r {
  margin-right: 180px !important;
}

.mg190r {
  margin-right: 190px !important;
}

.mg200r {
  margin-right: 200px !important;
}

.mg210r {
  margin-right: 210px !important;
}

.mg220r {
  margin-right: 220px !important;
}

.mg230r {
  margin-right: 230px !important;
}

.mg240r {
  margin-right: 240px !important;
}

.mg250r {
  margin-right: 250px !important;
}

.mg260r {
  margin-right: 260px !important;
}

.mg270r {
  margin-right: 270px !important;
}

.mg280r {
  margin-right: 280px !important;
}

.mg290r {
  margin-right: 290px !important;
}

.mg300r {
  margin-right: 300px !important;
}

.mg310r {
  margin-right: 310px !important;
}

.mg320r {
  margin-right: 320px !important;
}

.mg330r {
  margin-right: 330px !important;
}

.mg340r {
  margin-right: 340px !important;
}

.mg350r {
  margin-right: 350px !important;
}

.mg360r {
  margin-right: 360px !important;
}

.mg370r {
  margin-right: 370px !important;
}

.mg380r {
  margin-right: 380px !important;
}

.mg390r {
  margin-right: 390px !important;
}

.mg400r {
  margin-right: 400px !important;
}


/* margin bottom
--------------------------------------------*/

.mg0b {
  margin-bottom: 0px !important;
}

.mg1b {
  margin-bottom: 1px !important;
}

.mg2b {
  margin-bottom: 2px !important;
}

.mg3b {
  margin-bottom: 3px !important;
}

.mg4b {
  margin-bottom: 4px !important;
}

.mg5b {
  margin-bottom: 5px !important;
}

.mg10b {
  margin-bottom: 10px !important;
}

.mg15b {
  margin-bottom: 15px !important;
}

.mg20b {
  margin-bottom: 20px !important;
}

.mg25b {
  margin-bottom: 25px !important;
}

.mg30b {
  margin-bottom: 30px !important;
}

.mg40b {
  margin-bottom: 40px !important;
}

.mg50b {
  margin-bottom: 50px !important;
}

.mg60b {
  margin-bottom: 60px !important;
}

.mg70b {
  margin-bottom: 70px !important;
}

.mg80b {
  margin-bottom: 80px !important;
}

.mg90b {
  margin-bottom: 90px !important;
}

.mg100b {
  margin-bottom: 100px !important;
}

.mg05em {
  margin-bottom: 0.5em !important;
}

.mg06em {
  margin-bottom: 0.6em !important;
}

.mg07em {
  margin-bottom: 0.7em !important;
}

.mg08em {
  margin-bottom: 0.8em !important;
}

.mg09em {
  margin-bottom: 0.9em !important;
}

.mg10em {
  margin-bottom: 1.0em !important;
}

.mg11em {
  margin-bottom: 1.1em !important;
}

.mg12em {
  margin-bottom: 1.2em !important;
}

.mg13em {
  margin-bottom: 1.3em !important;
}

.mg14em {
  margin-bottom: 1.4em !important;
}

.mg15em {
  margin-bottom: 1.5em !important;
}


/* margin left
--------------------------------------------*/

.mg0l {
  margin-left: 0px !important;
}

.mg1l {
  margin-left: 1px !important;
}

.mg2l {
  margin-left: 2px !important;
}

.mg3l {
  margin-left: 3px !important;
}

.mg4l {
  margin-left: 4px !important;
}

.mg5l {
  margin-left: 5px !important;
}

.mg10l {
  margin-left: 10px !important;
}

.mg15l {
  margin-left: 15px !important;
}

.mg20l {
  margin-left: 20px !important;
}

.mg25l {
  margin-left: 25px !important;
}

.mg30l {
  margin-left: 30px !important;
}

.mg40l {
  margin-left: 40px !important;
}

.mg50l {
  margin-left: 50px !important;
}

.mg60l {
  margin-left: 60px !important;
}

.mg70l {
  margin-left: 70px !important;
}

.mg80l {
  margin-left: 80px !important;
}

.mg90l {
  margin-left: 90px !important;
}

.mg100l {
  margin-left: 100px !important;
}

.mg110l {
  margin-left: 110px !important;
}

.mg120l {
  margin-left: 120px !important;
}

.mg130l {
  margin-left: 130px !important;
}

.mg140l {
  margin-left: 140px !important;
}

.mg150l {
  margin-left: 150px !important;
}

.mg160l {
  margin-left: 160px !important;
}

.mg170l {
  margin-left: 170px !important;
}

.mg180l {
  margin-left: 180px !important;
}

.mg190l {
  margin-left: 190px !important;
}

.mg200l {
  margin-left: 200px !important;
}

.mg210l {
  margin-left: 210px !important;
}

.mg220l {
  margin-left: 220px !important;
}

.mg230l {
  margin-left: 230px !important;
}

.mg240l {
  margin-left: 240px !important;
}

.mg250l {
  margin-left: 250px !important;
}

.mg260l {
  margin-left: 260px !important;
}

.mg270l {
  margin-left: 270px !important;
}

.mg280l {
  margin-left: 280px !important;
}

.mg290l {
  margin-left: 290px !important;
}

.mg300l {
  margin-left: 300px !important;
}

.mg310l {
  margin-left: 310px !important;
}

.mg320l {
  margin-left: 320px !important;
}

.mg330l {
  margin-left: 330px !important;
}

.mg340l {
  margin-left: 340px !important;
}

.mg350l {
  margin-left: 350px !important;
}

.mg360l {
  margin-left: 360px !important;
}

.mg370l {
  margin-left: 370px !important;
}

.mg380l {
  margin-left: 380px !important;
}

.mg390l {
  margin-left: 390px !important;
}

.mg400l {
  margin-left: 400px !important;
}


/* padding all
--------------------------------------------*/

.pd0a {
  padding: 0px !important;
}

.pd2a {
  padding: 2px !important;
}

.pd3a {
  padding: 3px !important;
}

.pd5a {
  padding: 5px !important;
}

.pd10a {
  padding: 10px !important;
}

.pd15a {
  padding: 15px !important;
}

.pd20a {
  padding: 20px !important;
}

.pd25a {
  padding: 25px !important;
}

.pd30a {
  padding: 30px !important;
}

.pd40a {
  padding: 40px !important;
}

.pd50a {
  padding: 50px !important;
}


/* padding vertical
--------------------------------------------*/

.pd0v {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.pd5v {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.pd10v {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pd15v {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.pd20v {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pd25v {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.pd30v {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pd40v {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pd50v {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.pd60v {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.pd70v {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.pd80v {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.pd90v {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.pd100v {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}


/* padding horizontal
--------------------------------------------*/

.pd0h {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.pd5h {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.pd10h {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.pd15h {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.pd20h {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.pd25h {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.pd30h {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.pd40h {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.pd50h {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.pd60h {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.pd70h {
  padding-right: 70px !important;
  padding-left: 70px !important;
}

.pd80h {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

.pd90h {
  padding-right: 90px !important;
  padding-left: 90px !important;
}

.pd100h {
  padding-right: 100px !important;
  padding-left: 100px !important;
}


/* padding top
--------------------------------------------*/

.pd0t {
  padding-top: 0px !important;
}

.pd1t {
  padding-top: 1px !important;
}

.pd2t {
  padding-top: 2px !important;
}

.pd3t {
  padding-top: 3px !important;
}

.pd4t {
  padding-top: 4px !important;
}

.pd5t {
  padding-top: 5px !important;
}

.pd10t {
  padding-top: 10px !important;
}

.pd15t {
  padding-top: 15px !important;
}

.pd20t {
  padding-top: 20px !important;
}

.pd25t {
  padding-top: 25px !important;
}

.pd30t {
  padding-top: 30px !important;
}

.pd40t {
  padding-top: 40px !important;
}

.pd50t {
  padding-top: 50px !important;
}

.pd60t {
  padding-top: 60px !important;
}

.pd70t {
  padding-top: 70px !important;
}

.pd80t {
  padding-top: 80px !important;
}

.pd90t {
  padding-top: 90px !important;
}

.pd100t {
  padding-top: 100px !important;
}


/* padding right
--------------------------------------------*/

.pd0r {
  padding-right: 0px !important;
}

.pd1r {
  padding-right: 1px !important;
}

.pd2r {
  padding-right: 2px !important;
}

.pd3r {
  padding-right: 3px !important;
}

.pd4r {
  padding-right: 4px !important;
}

.pd5r {
  padding-right: 5px !important;
}

.pd10r {
  padding-right: 10px !important;
}

.pd15r {
  padding-right: 15px !important;
}

.pd20r {
  padding-right: 20px !important;
}

.pd25r {
  padding-right: 25px !important;
}

.pd30r {
  padding-right: 30px !important;
}

.pd40r {
  padding-right: 40px !important;
}

.pd50r {
  padding-right: 50px !important;
}

.pd60r {
  padding-right: 60px !important;
}

.pd70r {
  padding-right: 70px !important;
}

.pd80r {
  padding-right: 80px !important;
}

.pd90r {
  padding-right: 90px !important;
}

.pd100r {
  padding-right: 100px !important;
}

.pd110r {
  padding-right: 110px !important;
}

.pd115r {
  padding-right: 115px !important;
}

.pd120r {
  padding-right: 120px !important;
}

.pd125r {
  padding-right: 125px !important;
}

.pd130r {
  padding-right: 130px !important;
}

.pd140r {
  padding-right: 140px !important;
}

.pd150r {
  padding-right: 150px !important;
}

.pd160r {
  padding-right: 160px !important;
}

.pd170r {
  padding-right: 170px !important;
}

.pd180r {
  padding-right: 180px !important;
}

.pd190r {
  padding-right: 190px !important;
}

.pd200r {
  padding-right: 200px !important;
}


/* padding bottom
--------------------------------------------*/

.pd0b {
  padding-bottom: 0px !important;
}

.pd1b {
  padding-bottom: 1px !important;
}

.pd2b {
  padding-bottom: 2px !important;
}

.pd3b {
  padding-bottom: 3px !important;
}

.pd4b {
  padding-bottom: 4px !important;
}

.pd5b {
  padding-bottom: 5px !important;
}

.pd10b {
  padding-bottom: 10px !important;
}

.pd15b {
  padding-bottom: 15px !important;
}

.pd20b {
  padding-bottom: 20px !important;
}

.pd25b {
  padding-bottom: 25px !important;
}

.pd30b {
  padding-bottom: 30px !important;
}

.pd40b {
  padding-bottom: 40px !important;
}

.pd50b {
  padding-bottom: 50px !important;
}

.pd60b {
  padding-bottom: 60px !important;
}

.pd70b {
  padding-bottom: 70px !important;
}

.pd80b {
  padding-bottom: 80px !important;
}

.pd90b {
  padding-bottom: 90px !important;
}

.pd100b {
  padding-bottom: 100px !important;
}


/* padding left
--------------------------------------------*/

.pd0l {
  padding-left: 0px !important;
}

.pd1l {
  padding-left: 1px !important;
}

.pd2l {
  padding-left: 2px !important;
}

.pd3l {
  padding-left: 3px !important;
}

.pd4l {
  padding-left: 4px !important;
}

.pd5l {
  padding-left: 5px !important;
}

.pd10l {
  padding-left: 10px !important;
}

.pd15l {
  padding-left: 15px !important;
}

.pd20l {
  padding-left: 20px !important;
}

.pd25l {
  padding-left: 25px !important;
}

.pd30l {
  padding-left: 30px !important;
}

.pd40l {
  padding-left: 40px !important;
}

.pd50l {
  padding-left: 50px !important;
}

.pd60l {
  padding-left: 60px !important;
}

.pd70l {
  padding-left: 70px !important;
}

.pd80l {
  padding-left: 80px !important;
}

.pd90l {
  padding-left: 90px !important;
}

.pd100l {
  padding-left: 100px !important;
}

.pd110l {
  padding-left: 110px !important;
}

.pd115l {
  padding-left: 115px !important;
}

.pd120l {
  padding-left: 120px !important;
}

.pd125l {
  padding-left: 125px !important;
}

.pd130l {
  padding-left: 130px !important;
}

.pd140l {
  padding-left: 140px !important;
}

.pd150l {
  padding-left: 150px !important;
}

.pd160l {
  padding-left: 160px !important;
}

.pd170l {
  padding-left: 170px !important;
}

.pd180l {
  padding-left: 180px !important;
}

.pd190l {
  padding-left: 190px !important;
}

.pd200l {
  padding-left: 200px !important;
}


/* text-align
--------------------------------------------*/

.taL {
  text-align: left !important;
}

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}


/* vertical-align
--------------------------------------------*/

.va-top {
  vertical-align: top !important;
}

.va-middle {
  vertical-align: middle !important;
}

.va-bottom {
  vertical-align: bottom !important;
}


/* font-weight
--------------------------------------------*/

.fw_bold {
  font-weight: bold !important;
}


/* font-size
--------------------------------------------*/

.f10 {
  font-size: 10px !important;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.f11 {
  font-size: 11px !important;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.f12 {
  font-size: 12px !important;
}


/* Pタグ */

.f13 {
  font-size: 13px !important;
}


/* base */

.f14 {
  font-size: 14px !important;
}

.f15 {
  font-size: 15px !important;
}

.f16 {
  font-size: 16px !important;
}

.f17 {
  font-size: 17px !important;
}

.f18 {
  font-size: 18px !important;
}

.f19 {
  font-size: 19px !important;
}

.f20 {
  font-size: 20px !important;
}

.f21 {
  font-size: 21px !important;
}

.f22 {
  font-size: 22px !important;
}

.f23 {
  font-size: 23px !important;
}

.f24 {
  font-size: 24px !important;
}

.f25 {
  font-size: 25px !important;
}

.f26 {
  font-size: 26px !important;
}


/* font color
--------------------------------------------*/

.org {
  color: #F15E25!important;
}


/* orange */

.grn {
  color: #619028!important;
}


/* green */

.wht {
  color: #ffffff!important;
}


/* white */

.red {
  color: #FF0000;
}


/* light red */

.grey {
  color: #666666!important;
}


/* grey */

.grey02 {
  color: #000333!important;
}


/* grey */

.blk {
  color: #03180d!important;
}


/* prometric black */

.blk02 {
  color: #444444!important;
}


/* prometric black */


/* line-height
--------------------------------------------*/

.lh10 {
  line-height: 1.0em !important;
}

.lh11 {
  line-height: 1.1em !important;
}

.lh12 {
  line-height: 1.2em !important;
}

.lh13 {
  line-height: 1.3em !important;
}

.lh14 {
  line-height: 1.4em !important;
}

.lh15 {
  line-height: 1.5em !important;
}

.lh16 {
  line-height: 1.6em !important;
}

.lh17 {
  line-height: 1.7em !important;
}

.lh18 {
  line-height: 1.8em !important;
}

.lh19 {
  line-height: 1.9em !important;
}

.lh20 {
  line-height: 2.0em !important;
}