*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?-qz7pb2");
  src: url("../fonts/icomoon.eot?#iefix-qz7pb2") format("embedded-opentype"), url("../fonts/icomoon.woff?-qz7pb2") format("woff"), url("../fonts/icomoon.ttf?-qz7pb2") format("truetype"), url("../fonts/icomoon.svg?-qz7pb2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fade {  
    -webkit-transition: 0.3s ease-in-out!important;  
       -moz-transition: 0.3s ease-in-out!important;  
         -o-transition: 0.3s ease-in-out!important;  
            transition: 0.3s ease-in-out!important;  
}  
.fade:hover {  
    opacity: 0.7!important;  
    filter: alpha(opacity=70)!important;  
}   


body {
  text-align: left;
  background: #f1f1f1;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}
#page-top a {
  background: #d4145a;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#page-top a:hover {
  text-decoration: none;
  opacity: 0.8;
}

#pickup {
  margin: 0 auto 30px;
  width: 1040px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#mailMag {
  padding: 180px 0 0 15px;
  width: 336px;
  background: url(../images/banner-mailmag.png) no-repeat left top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#mailMag input[type=text] {
  width: 230px;
  height: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  border: 2px solid #f15a24;
}
#mailMag input[type=submit] {
  width: 70px;
  height: 40px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  line-height: 1;
  background: #009245;
  border: none;
}

/*----------------------------------------
	#global-header
----------------------------------------*/
#global-header-s {
  margin-bottom: 30px;
  padding: 10px 0;
  background: #f00026;
}
#global-header-s h1 img {
  height: 60px;
}
#global-header-s .inner {
  margin: 0 auto;
  width: 1040px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#global-header-s form {
  width: 280px;
  height: 40px;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#global-header-s form input[type=text] {
  padding: 0 10px;
  width: 240px;
  height: 40px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  border: none;
  background: none;
  outline: none;
}
#global-header-s form input[type=text]:focus {
  background: none !important;
}
#global-header-s form button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

/*----------------------------------------
	#content-wrap
----------------------------------------*/
#content-wrap {
  margin: 0 auto 50px;
  width: 1040px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/*----------------------------------------
	#main
----------------------------------------*/
main {
  padding: 50px;
  width: 770px;
  background: #fff;
}

.article-archive {
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
}
.article-archive .article-thumbnail {
  width: 30%;
}
.article-archive .article-thumbnail img {
  width: 100%;
}
.article-archive aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.article-archive time {
  font-size: 13px;
  font-size: 1.3rem;
  color: #999;
  line-height: 100%;
}
.article-archive .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.article-archive .tag li {
  margin-left: 5px;
}
.article-archive .tag a {
  padding: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  background: #009245;
}
.article-archive .article-contents {
  padding-left: 5%;
  width: 70%;
}
.article-archive .article-contents h3 {
  margin-bottom: 5px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 130%;
}
.article-archive .article-contents h3 a {
  color: #333;
  text-decoration: none;
}

.article-archive .article-contents h3 .voice {
  margin-bottom: 5px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 130%;
}

.article-archive .article-contents .description {
  margin-bottom: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #333;
  line-height: 150%;
}

/*----------------------------------------
	#menu
----------------------------------------*/
#menu {
  width: 250px;
}
#menu section {
  margin-bottom: 30px;
  padding-bottom: 5px;
  background: #fff;
}
#menu h3 {
  margin-bottom: 10px;
  padding: 10px 10px 10px 15px;
  font-size: 16px;
  font-size: 1.6rem;
  border-left: 2px solid #ed1e79;
}
#menu ul {
  padding: 0 20px;
}
#menu li {
  margin-bottom: 15px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 130%;
}
#menu li a {
  width: 100%;
  color: #333;
  text-decoration: none;
  display: inline-block;
  border-bottom: 2px solid #fff;
}
#menu li a:hover {
  border-bottom: 2px solid #ed1e79;
}
#menu select {
  margin: 0 auto 20px;
  padding: 0 20px;
  width: 90%;
  height: 34px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #333;
  display: block;
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  outline: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#tag p {
  padding: 0 20px;
  margin-bottom: 15px;
}

#tag p a {
  padding: 5px;
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
  background: #333;
}

#tag li a:before {
  content: '#';
  font-size: 20px;
  font-size: 2rem;
  color: #603813;
  vertical-align: text-bottom;
}

/*----------------------------------------
	#sub
----------------------------------------*/
#sub {
  width: 250px;
}
#sub h3 {
  margin-bottom: 10px;
  padding: 10px 10px 10px 15px;
  font-size: 16px;
  font-size: 1.6rem;
  border-left: 2px solid #ed1e79;
}
#sub section {
  margin-bottom: 30px;
  padding-bottom: 10px;
  background: #fff;
}

#sub-ranking dl {
  margin: 0 auto 10px;
  width: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#sub-ranking dt {
  width: 40%;
}
#sub-ranking dt span {
  padding: 10px;
  color: #fff;
  position: absolute;
  z-index: 2;
}
#sub-ranking dd {
  width: 55%;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 150%;
}
#sub-ranking dd a {
  color: #333;
  text-decoration: none;
}

#sub-ranking1 dt span {
  background: #f9c623;
}

#sub-ranking2 dt span {
  background: #b3b3b3;
}

#sub-ranking3 dt span {
  background: #f7931e;
}

#sub .line{
display:table;
}

#sub section .line img{
display: table-cell;
}

#sub section .line-in{
display: table-cell;
vertical-align: middle;
}

#sub p{
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 130%;
    padding:0px 10px 0px 10px;
    }

/*----------------------------------------
	#pagenate
----------------------------------------*/
#pagenate {
  margin: 0 auto;
  width: 60%;
  text-align: center;
}
#pagenate .arrow {
  margin-bottom: 20px;
  padding: 20px 0;
  width: 100%;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: #333;
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#pagenate .arrow span {
  /*
  			position: absolute;
  			left: 45%;
  */
}
#pagenate .arrow::after {
  position: absolute;
  top: 50%;
  left: 30%;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
  transition: all .5s;
}
#pagenate .arrow:hover {
  background: #fbc02d;
}
#pagenate .arrow:hover::after {
  animation: arrow .5s;
}
@keyframes arrow {
  100% {
    transform: rotateX(360deg);
  }
}
#pagenate ul {
  margin: 0 auto;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#pagenate ul .active {
  width: 40px;
  height: 40px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #fbc02d;
}
#pagenate ul li a {
  width: 40px;
  height: 40px;
  color: #fff;
  text-decoration: none;
  background: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#pagenate ul li a:hover {
  background: #fbc02d;
}
#pagenate ul li .pre, #pagenate ul li .next {
  position: relative;
  display: block;
}
#pagenate ul li .pre::before,
#pagenate ul li .pre::after,
#pagenate ul li .next::before,
#pagenate ul li .next::after {
  position: absolute;
  top: 50%;
  left: 35%;
  display: block;
  content: '';
  width: 12px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
}
#pagenate ul li .pre::before {
  margin-top: -4px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#pagenate ul li .pre::after {
  margin-top: 3px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#pagenate ul li .next::before {
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pagenate ul li .next::after {
  margin-top: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*----------------------------------------
	#global-footer
----------------------------------------*/
#global-footer {
  padding: 20px 0;
  background: #f00026;
}
#global-footer p {
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
}
#global-footer .inner {
  margin: 0 auto;
  width: 1020px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#global-footer li {
  margin-left: 5px;
  display: inline;
}

/*----------------------------------------
	#home
----------------------------------------*/
#home {
  /*----------------------------------------
  	main
  ----------------------------------------*/
  /*----------------------------------------
  	#menu
  ----------------------------------------*/
}
#home #global-header {
  margin-bottom: 50px;
  height: 880px;
  background: url(../images/back-global-header.jpg) no-repeat center top;
  z-index: 1;
}
#home #global-header .bar {
  width: 100%;
  height: 140px;
  background: rgba(240, 0, 38, 0.8);
  position: absolute;
  top: 290px;
  z-index: 2;
}
#home #global-header .inner {
  position: relative;
  margin: 0 auto;
  width: 1040px;
  z-index: 3;
}
#home #global-header h1 {
  position: absolute;
  top: 310px;
  left: 100px;
}
#home #global-header .pic {
  position: absolute;
  top: 24px;
  right: 0;
}
#home #global-header .social {
  width: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: absolute;
  top: 450px;
  left: 230px;
}
#home #global-header #pickup {
  width: 1040px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: absolute;
  top: 650px;
  left: 0;
}
#home #global-header #mailMag {
  width: 336px;
  background: url(../images/banner-mailmag.png) no-repeat left top;
}
#home main {
  padding: 30px 20px;
  width: 600px;
  background: #fff;
}
#home #news h2 {
  margin-bottom: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 150%;
}
#home #news h2 span {
  margin-right: 15px;
  padding-right: 15px;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  vertical-align: text-bottom;
  border-right: 1px solid #333;
}
#home #menu {
  width: 150px;
}

/*----------------------------------------
	#single
----------------------------------------*/
#single aside {
  margin-bottom: 30px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
#single time {
  font-size: 13px;
  font-size: 1.3rem;
  color: #999;
  line-height: 100%;
}
#single .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#single .tag li {
  margin-left: 5px;
}
#single .tag a {
  padding: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  background: #009245;
}
#single h2 {
  margin-bottom: 30px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 130%;
}
#single .article-thumbnail {
  margin-bottom: 30px;
}
#single .article-contents {
  margin-left: 0;
  width: 100%;
}
#single .article-contents p {
  margin-bottom: 30px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 180%;
}
#single .article-contents h3 {
  margin-bottom: 20px;
  padding: 15px 20px;
  color: #fff;
  line-height: 150%;
  background: #d4145a;
  font-size: 2.5rem;
  font-size: 25px;
  font-weight:bold;
}

#single .article-contents h4 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 3px solid #009245;
}

#single .article-contents .voice{
  margin-bottom: 20px;
  padding: 15px 20px;
  color: #fff;
  line-height: 150%;
  background: #148AD4!important;
  font-size: 2.5rem;
  font-size: 25px;
  font-weight:bold;
}

#single .article-contents .voice span{
  margin-bottom: 20px;
  padding: 5px 7px;
  color: #148AD4;
  line-height: 150%;
  background: #FFF;
  font-size: 1.5rem;
  font-size: 15px;
  font-weight:bold;
}

/*----------------------------------------
	#archive,#search
----------------------------------------*/
#archive main h2, #search main h2 {
  margin-bottom: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 150%;
  font-weight: normal;
}
#archive main h2 span, #search main h2 span {
  margin-right: 15px;
  padding-right: 15px;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  vertical-align: text-bottom;
  border-right: 1px solid #333;
}

/*----------------------------------------
	.share-button
----------------------------------------*/
.share-button {
  margin-bottom: 30px;
  text-align: center;
}
.share-button ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.share-button li {
  width: 18%;
}
.share-button a {
  padding: 10px 0 5px;
  position: relative;
  display: inline-block;
  line-height: 150%;
  border-radius: 5px;
  width: 100%;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.share-button a:hover {
  opacity: 0.5;
}
.share-button a:active {
  top: 3px;
  box-shadow: none;
  transform: translate3d(0, 2px, 0);
}
.share-button .hatena-bookmark-button {
  background: #00A4DE;
  box-shadow: 0 3px #43638b;
}
.share-button .hatena-bookmark-button:active {
  background: #43638b;
}
.share-button .hatena-bookmark-button i {
  font-size: 20px !important;
  font-size: 2.0rem !important;
}
.share-button .twitter-button {
  background: #55ACEE;
  box-shadow: 0 3px #0092ca;
}
.share-button .twitter-button:active {
  background: #0092ca;
}
.share-button .twitter-button i {
  font-size: 20px !important;
  font-size: 2.0rem !important;
}
.share-button .feedly-button {
  padding: 10px 0 3px;
  background: #2bb24c;
  box-shadow: 0 3px #249540;
}
.share-button .feedly-button:active {
  background: #249540;
}
.share-button .feedly-button i {
  font-size: 17px !important;
  font-size: 1.7rem !important;
}
.share-button .feedly-button i:before {
  content: "\e007";
}
.share-button .facebook-button {
  background: #405BA7;
  box-shadow: 0 3px #2c4373;

}
.share-button .facebook-button:active {
  background: #2c4373;
}
.share-button .facebook-button i {
  font-size: 20px !important;
  font-size: 2.0rem !important;
}
.share-button .pocket-button {
  background: #EE4256;
  box-shadow: 0 3px 0 #c0392b;
}
.share-button .pocket-button:active {
  background: #c0392b;
}
.share-button .pocket-button i {
  font-size: 17px !important;
  font-size: 1.7rem !important;
}

#tagList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-pack: justify;
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

#tagList li {
	width: 32%;
}

#tagList li a {
	margin-bottom: 10px;
	padding: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #603813;
	text-align: center;
	text-decoration: none;
	display: block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #603813;
	transition: 0.5s;
}

#tagList li a:hover {
	color: #fff;
	background: #f00026;
	border: 1px solid #f00026;
}

/*ここからQAボックス*/

#single .article-contents .qabox {
    border: 2px solid #da4033;
    border-radius: 4px;
    margin: 50px 0;
    padding: 2em;
    position: relative;
}

#single .article-contents .qabox::before {
    background-color: #fff;
    color: #da4033;
    content: "Question";
    font-size: 30px;
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -0.7em;
}

#single .article-contents .qabox p{
font-size:24px;
font-weight:bold;
margin-bottom:0px;
    padding:30px 0px;
}
/*ここまでQAボックス*/

/*まとめ*/

#single .article-contents .summary {
    border: 2px solid #b32222;
    border-radius: 4px;
    margin: 50px 0;
    padding: 2em;
    position: relative;
}

#single .article-contents .summary::before {
    background-color: #fff;
    color: #333;
    content: "本日のまとめ";
    font-size: 35px;
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -0.7em;
}

#single .article-contents .summary li{
background:url("http://fx-jin.jp/site/images/check.png") no-repeat 0px 22px;
}

#single .article-contents .summary li p{
font-size:30px;
font-weight:bold;
margin-bottom:0px;
    padding:15px 0px;
}

#single .article-contents .summary li .indent{
padding-left:1.5em;
}

#single .article-contents .summary li p{
line-height:140%;
}

/*まとめ*/

/*------------------------------------------------------------
追加・Jin公式メルマガ登録フォーム
-------------------------------------------------------------*/
.m-magazine2{
width:100%;
height:100%;
margin:0 auto;
background:url(http://fx-jin.s3.amazonaws.com/img/banner/mailmag_adw.png) no-repeat;
padding:43% 0px 8% 13%;
background-size: cover;
margin-bottom:30px;
}

/* .m-button{
margin:0 auto;
padding: 15px 0 15px 22px;
background: #2bb24c;
width:80%;
font-size:30px;
color:#FFF;
font-weight:bold;
text-align:center;
border-radius: 5px;
text-shadow: 1px 1px 3px #333;	
}
*/

.m-button:hover{
background: #d70051;
}
.m-magazine2 a{
text-decoration:none;
}

.m-magazine2:hover a{
text-decoration:none;
}


.m-magazine2 input[type=text] {
  width: 380px;
  height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  border: 2px solid #f15a24;
  float:left;
  margin-top:20px;
}
.m-magazine2 input[type=submit] {
  width: 90px;
  height: 45px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  line-height: 1;
  background: #13ae67;
  border: none;
  margin-top:-10px; 
  margin-left:20px;
  font-weight:bold;
 box-shadow: 0 5px 0 #017f34;
    text-shadow: 0 2px 2px black;
    cursor:pointer;
    position: relative;
      margin-top:10px;
}

.m-magazine2 input[type=submit]:hover {
position: relative;
top: 3px;
 box-shadow: 0 3px 0 #017f34;
}

.m-magazine2 input[type=submit]:focus {

  background: #13ae67!important;


}

