/* title */
#title {
    border-bottom: 2px solid #0E7AC4;
}
/* title-border-blue */
.title-border {
    position: relative;
    padding: 0 .4em .1em;
}
.title-border::after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 10px;
    background-color: #b6f0fc;
}
/* title-border-pink */
.title-border2 {
    position: relative;
    padding: 0 .4em .1em;
}
.title-border2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 10px;
    background-color: #FFB6C1;
}
/* title-border-green */
.title-border3 {
    position: relative;
    padding: 0 .4em .1em;
}
.title-border3::after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 10px;
    background-color: #90EE90;
}
/* main */
#main {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 50px;
}
/* content */
.content {
    margin-left: 30px;
}
/* h2 */
h2 {
    position: relative;
    padding: .25em 0 .5em .75em;
    border-left: 6px solid #ccc;
}
h2::before {
    position: absolute;
    left: -6px;
    bottom: 0;
    content: '';
    width: 6px;
    height: 50%;
    background-color: #3498db;
}
h2::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ccc;
}
/* h3 */
h3 {
    position: relative;
    padding: .10em 0 .5em .50em;
    border-left: 6px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    font-weight: bold;
}



/* font-size */
.font-size120 {
    font-size: 120%;
}
.font-size250 {
    font-size: 250%;
}
/* padding-top10 */
.padding-top10 {
    padding-top: 10px;
}
/* color */
.color-summer-sky {
    color: #40AAEF;
}
.color-deep-pink {
    color: #FF1493;
}
/* float-left */
.float-left {
    float: left;
}
/* align-right */
.align-right {
    text-align: right;
}
/** --nitta-add-2017-06-08-- **/
/* width */
.width45 {
    width: 45%;
}
/** --end-- **/
/** --nitta-add-2016-06-30-- **/
/* width */
.width70 {
    width: 70%;
}
/** --end-- **/
/* bootstrap-well */
.well-area {
    width: 100%;
    padding-left: 10px;
}

.well-area ul {
    padding-left: 30px;
}


/* img-setting */
.content-img {
    width: 800px;
    height: 500px;
    padding-bottom: 20px;
}
/** --nitta-add-2016-08-29-- **/
.content-img2 {
    width: 700px;
    height: 500px;
    padding-bottom: 20px;
}
/** --end-- **/
/** --nitta-add-2017-05-31-- **/
.content-img3 {
    width: 900px;
    height: 650px;
    padding-bottom: 20px;
}
.content-img4 {
    width: 900px;
    height: 850px;
    padding-bottom: 20px;
}
.content-img5 {
    width: 1000px;
    height: 650px;
    padding-bottom: 20px;
}
/** --nitta-add-2018-04-02-- **/
.content-img6 {
    width: 650px;
    height: 400px;
    padding-bottom: 20px;
}
/** --end-- **/
.content-small-img {
    width: 500px;
    height: 400px;
    padding-bottom: 20px;
}
/** --nitta-add-2016-08-29-- **/
.content-small-img2 {
    width: 300px;
    height: 200px;
    padding-bottom: 20px;
}
.content-small-img3 {
    width: 400px;
    height: 300px;
    padding-bottom: 20px;
}
/** --end-- **/
/** --nitta-add-2018-03-26-- **/
.content-small-img4 {
    width: 500px;
    height: 250px;
    padding-bottom: 20px;
}
/** --end-- **/
/** --nitta-add-2016-06-30-- **/
.content-small-wide-img {
    width: 800px;
    height: 100px;
    padding-bottom: 20px;
}
.content-small-wide-img2 {
    width: 800px;
    height: 150px;
    padding-bottom: 20px;
}
.content-long-img {
    width: 500px;
    height: 600px;
    padding-bottom: 20px;
}
/** --end-- **/
.content-wide-img {
    width: 600px;
    height: 300px;
    padding-bottom: 20px;
}
/** --nitta-add-2017-05-31-- **/
.content-wide-img2 {
    width: 1000px;
    height: 400px;
    padding-bottom: 20px;
}
/** --end-- **/
.install-content-img {
    width: 650px;
    height: 500px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.icon-img {
    padding-left: 5px;
    padding-right: 5px;
}
.title-img {
    width: 300px;
    height: 400px;
    padding-bottom: 20px;
}
/* clip-board */
.clip-btn {
    text-align: right;
    float: right;
}
.clip-boardarea {
    width: 800px;
}
/* page-top */
.page-top img {
    width: 100px;
}

/* 次へ・戻る */
.navigation {
	margin: 0 auto 0 auto;
	/*width: 840px;*/
	overflow: hidden;
	padding: 10px;
	font-size: 12px;
	margin-bottom: 0px;
}
.navigation a {
	color: #c0c0c0;      /* 灰色 */
	/*color: #337ab7;*/  /* 紺色 */
	font-weight: bold;
}
.prev {
	float: left;
	width: 100px;
}
.next {
	float: right;
	width: 100px;
	text-align: right;
}
.index a {
	color: #c0c0c0;      /* 灰色 */
	font-weight: bold;
}

.nav-title {
	color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    display: block;
	font-size: 12px;
}
/* text-indent */
.text-indent30 {
    text-indent: 30px;
}

.err {
	color: red;
}
.comment {
	color: green;
}

#index ul {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

#index li {
    font-size: 16px !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
}
#index a {
    font-size: 16px !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
}


#main h4 {
    background-color: #fff;
}

/* 電子工作INDEXページ */
#ele-kit-index table {
  width: 90%;
  margin-bottom: 20px;
  border-collapse: collapse;
}
#ele-kit-index table caption {
  text-align: left;
}
#ele-kit-index table img {
    vertical-align: middle;
}

#ele-kit-index table th, table td {
  border: 1px solid #337ab7 !important;
  padding: 20px;
  text-align: left;
  vertical-align: middle;
  line-height: 1.42857143;
}
#ele-kit-index table th {
  background-color: #f0ffff;
}

#ele-kit-index table th.header {
  color: #FFF;
  background-color: #337ab7;
  border: 1px solid #FFFFFF !important;
  font-size: 20px;
}

#ele-kit-index table th.detail {
  width: 100px;
  color: #337ab7;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.42857143;
}

#ele-kit-index table .price {
  width: 170px;
}

#ele-kit-index table .gift {
  width: 170px;
}

#ele-kit-index table .content {
  width: 400px;
}

#ele-kit-index table td {
  font-size: 16px;
}

#ele-kit-index table td.price {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#ele-kit-index table td.gift {
  text-align: left;
  font-size: 15px;
  text-align:left;
}
#ele-kit-index table td.content {
  text-align: left;
  font-size: 15px;
  text-align:left;
}
#ele-kit-index li {
	padding-left: 0;
	list-style: none;
}
#ele-kit-index ul {
	padding-left: 0;
}

/* --------------- ソース --------------- */
.src {
    display: block;
    /*white-space: pre;*/

    padding: 6px 10px;
    margin: 1em 1em 1em 1.6em;

    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

    background-color: #fde9d9;
    border: 1px solid #fde9d9;

    width: auto;
    overflow-x: auto;
    overflow-y: hidden;
    /*line-height: 0.8;*/
}

/* --------------- コマンド --------------- */
.cmd {
    display: block;
    /*white-space: pre;*/

    padding: 6px 10px;
    margin: 1em 1em 1em 1.6em;

    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;

    background-color: #dce6f1;
    border: 1px solid #dce6f1;

    width: auto;
    overflow-x: auto;
    overflow-y: hidden;
    /*line-height: 0.8;*/
}
/* --------------- 電子工作Top --------------- */
#ele-kit-top {
	width: 750px;
}
#ele-kit-top .image_area {
	width: 150px;
	height: 120px;
	float: left;
}
#ele-kit-top .text_area {
  width: 600px;
  height: 150px;
  float: left;
  font-size: 16px;
  padding: 0 0 0 20px;
  line-height: 1.42857143;
  text-align: left;
}

pre {
  font-size: 14px !important;
}

.slide-text-title {
	font-weight: normal !important;
}


/* --------------- 受験記 --------------- */

.mid_title {
	color: #358cac;
}

.disp_exam_text {
	padding-left: 20px;
}
label {
	font-weight: normal !important;
}

