@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


/*9063行目の仲間 */


  table.typeB th {
  border-bottom: 2px solid #999;
  }


  table.typeB td {
    border-bottom: 1px solid #999;
	font-weight:normal !important;
  }


/*ボタンスタイル 追加 */

.square_btn {
    display: inline-block;
    padding: 1em 2em;
    text-decoration: none;
    color: #65CC3;
    border: solid 2px #65CC33;
    border-radius: 3px;
    transition: .4s;
	width:100%;
}

.square_btn:hover {
    background: #65CC33;
    color: white;
}

p.intro{
    font-size: 1.4rem;
	line-height:1.8rem;
}

/*コアテク詳細ページ */
#discharge p.intro span{
  color:#65CC33;
}

/*セクション　マージン調整 */
/*style.css:8871*/
section.section {
    padding-bottom: 10px;
    margin-bottom: 10px;
}


/*style.css:9161　追記*/
.circleFill li {
padding: 0.5em 0.5em 0.5em 2em;/*ボックス内の余白*/
}

