@charset "UTF-8";

/*子テーマ用「base.css」*/

/*サイズを1000に変更*/
.site-header-in, .global-nav-in, .main-image-in, .main-image-in-text, .main-image-in-text-cont, .main-body-in, .site-footer-in, .col1 .breadcrumbs, .col1 .section-wrap {
    width: 1000px;
}

#top .site-header-in {
    width: auto;
}

.col2 .main-conts {
    float: left;
    width: 65%;
}

.col2 .sub-conts {
    float: right;
    width: 33%;
}

.site-header-conts {
    display: table;
    width: 100%;
padding:0;
   /* padding: 2px 15px; */
}

.site-title {
    display: table-cell;
    margin: 0;
    font-size: 1.05em;
}

.site-title a {
    padding: 0px 0px 0px 10px;
    color: #f3fbf9;
    text-decoration: none;
}

.main-image {
    background: #eee;
}

.main-image-in {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 960px;
    margin: auto;
    margin: 0 auto 5px;
    padding: 10px;
    background: #eee;
    border: 1px #FFF solid;
    box-shadow: 0 0 2px #999, 0 0 2px #FFF;
    -webkit-box-shadow: 0 0 2px #999, 0 0 2px #FFF;
}



#site_explain {
margin: 10px 0 0;
    padding: 5px 0 0px;
    color: #444;
    text-align: left;
    border: 1px #d5d5d5 solid;
    background: url(./images/st.png) bottom repeat-x;
}


.site-header-in{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    width: 1200px;
    margin: auto;
    background: -webkit-linear-gradient( 0deg,#2D75BF 20%,rgb(161, 209, 255) 50%,#2D75BF 80%);
    background: -o-linear-gradient( 0deg,#2D75BF 20%,rgb(161, 209, 255) 50%,#2D75BF 80%);
    background: -mis-linear-gradient( 0deg,#2D75BF 20%,rgb(161, 209, 255) 50%,#2D75BF 80%);
}


.site-header-conts {
    width: 97%;
}

.global-nav-in li:hover, .global-nav-in li:active, .global-nav-in li:focus {
    background: -webkit-linear-gradient( 0deg,#2D75BF 20%,rgb(161, 209, 255) 50%,#2D75BF 80%);
    background: -o-linear-gradient( 0deg,#2D75BF 20%,rgb(161, 209, 255) 50%,#2D75BF 80%);
    background: -mis-linear-gradient( 0deg,#2D75BF 20%,rgb(161, 209, 255) 50%,#2D75BF 80%);
}

.global-nav-in li a {
    display: block;
    min-height: 1.5em;
    padding: 0.7em;
    color: #2D75BF;
    font-weight: bold;
    padding: 8px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #86BBF1;
    font-size: small;
    border-right: 1px #c9c9c9 solid;
}


.global-nav-in li a:hover {
    color: #fff;
    text-shadow: -1px -1px 0px #6E6E6E;
    text-decoration: none;
}


.global-nav-in ul {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    border-left: 1px solid #c8d8e0;
    table-layout: inherit; 
}

.main_upper_box {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 30px;
    /* padding: 0px 10px; */
    background: #f5f5f5;
    border: 1px #ccc solid;
    border-top: none;
}

.textwidget {
    padding: 10px 25px;
    border: 1px #FFFFFF solid;
    box-shadow: 0px 0px 7px 2px #DDDDDD inset;
    background: #fbfbfb;
}

.textwidget p {
    margin:0px;
}

.main-body .section-title a {
    color: #f7ffff;
    text-decoration: none;
}

.article-header h1.section-title ,.page .main-body h1.section-title,.home .main-body h2, .archive h2.section-title, .search h2.section-title, .single .main-body h1{
    margin: -40px -40px 20px;
    background: -moz-linear-gradient( 0deg,#2D75BF 20%,rgb(161, 209, 255) 50%,#2D75BF 80%);
    background: -webkit-linear-gradient( 0deg,#2D75BF 20%,rgb(161, 209, 255) 50%,#2D75BF 80%);
    background: -o-linear-gradient( 0deg,#2D75BF 20%,rgb(161, 209, 255) 50%,#2D75BF 80%);
    background: -mis-linear-gradient( 0deg,#2D75BF 20%,rgb(161, 209, 255) 50%,#2D75BF 80%);
    border-radius: 2px;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    /*background: url(images/section-title.png) 15px 50% no-repeat;*/
    padding: 10px 20px;
    text-shadow: 0px 2px 2px #1C4773;
}


.single .main-body h2, .page .main-body h2{
    margin: 0px -10px 25px;
    padding-left: 5px;
    /* border-bottom: 1px solid #ccc; */
    color: #123760;
    font-size: 1.2em;
    font-weight: bold;
    color: #255F99;
    border-left: 8px #255F99 solid;
    background: url(images/blue/h4mark.png) left bottom no-repeat;
    text-shadow: 0px 2px 2px #ccc;
    padding: 5px 10px;
}


.main_upper_box h2.entry-title {
    margin: 0;
    background: #2D75BF;
    background: -moz-linear-gradient( 0deg,#2D75BF 20%,rgb(161, 209, 255) 50%,#2D75BF 80%);
    background: -webkit-linear-gradient( 0deg,#2D75BF 20%,rgb(161, 209, 255) 50%,#2D75BF 80%);
    background: -o-linear-gradient( 0deg,#2D75BF 20%,rgb(161, 209, 255) 50%,#2D75BF 80%);
    background: -mis-linear-gradient( 0deg,#2D75BF 20%,rgb(161, 209, 255) 50%,#2D75BF 80%);
    padding: 8px 10px;
    border-radius: 2px;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    border-left: 3px #255F99 solid;
    border-bottom: 2px solid #255f99;
    text-shadow: 0px 1px 1px #c2e2fc;
}

.main-body h3{
    margin: 0px -15px 25px;
    padding-left: 33px;
    /* border-bottom: 1px solid #ccc; */
    font-size: 1.28em;
    font-weight: bold;
    color: #255F99;
    border-left: 3px #255F99 solid;
    border-bottom: 2px solid #255f99;
    background: url(images/section-title.png) 7px 50% no-repeat;
    text-shadow: 0px 1px 1px #c2e2fc;
}

.main-body h3 a {
    color: #2365ae;
}


.main_upper_box h3.entry-title {
    margin: 0;
    background: #2D75BF;
    background: -moz-linear-gradient( 0deg,#2D75BF 20%,rgb(161, 209, 255) 50%,#2D75BF 80%);
    background: -webkit-linear-gradient( 0deg,#2D75BF 20%,rgb(161, 209, 255) 50%,#2D75BF 80%);
    background: -o-linear-gradient( 0deg,#2D75BF 20%,rgb(161, 209, 255) 50%,#2D75BF 80%);
    background: -mis-linear-gradient( 0deg,#2D75BF 20%,rgb(161, 209, 255) 50%,#2D75BF 80%);
}



.main_upper_box .entry-title {
    margin: 0;
    background: #2D75BF;
    background: -moz-linear-gradient( 0deg,#2D75BF 20%,rgb(161, 209, 255) 50%,#2D75BF 80%);
    background: -webkit-linear-gradient( 0deg,#2D75BF 20%,rgb(161, 209, 255) 50%,#2D75BF 80%);
    background: -o-linear-gradient( 0deg,#2D75BF 20%,rgb(161, 209, 255) 50%,#2D75BF 80%);
    background: -mis-linear-gradient( 0deg,#2D75BF 20%,rgb(161, 209, 255) 50%,#2D75BF 80%);
    padding: 5px 10px;
    border-radius: 2px;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
}

.main-conts .section-wrap {
    border: 1px #FFFFFF solid;
    box-shadow: 0px 0px 7px 2px #DDDDDD inset;
    background: #fbfbfb;
}



.sub-conts .section-wrap .section-in .section-title, .sub-conts .section-wrap .article-header .section-title {
    margin: 0 0 0px;
    padding: 12px 31px 10px;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 1px 1px 0px #FFF;
    text-align: left;
    line-height: 18px;
    border: 1px #ccc solid;
    border-bottom: 1px #FFF solid;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    box-shadow: 0 0 4px #eee,
 0 0 4px #FFF;
    -webkit-box-shadow: 0 0 4px #eee,
 0 0 4px #FFF;
    clear: both;
}


.sub-conts .section-wrap .section-in {
    padding: 0px 0px 10px;
}

.sub-conts .section-wrap .section-in .section-title, .sub-conts .section-wrap .article-header .section-title {
    margin: 0px 0px 0px;
    padding: 15px 0 15px 35px;
    border-bottom: 1px solid #ccc;
    color: #2D75BF;
    background: url(./images/section-title.png) 10px 6px no-repeat,#fff url(./images/dot_side.png) left bottom repeat-x;
    font-size: 1.125em;
}




.post-list01 .post-box {
    width: 270px;
}


.sub-conts .link-menu-image li {
    margin: 0px 4px;
    margin-bottom: 0px;
    padding-bottom: 1px;
}

.link-menu-image-thumb {
    width: 75px;
}

.link-menu-image-thumb img {
    padding: 1px;
    margin: 0;
    line-height: 100%;
    border: 1px #cccccc solid;
    background: #F6F6F6;
}

.sub-conts .section-in ul, .sub-conts .textwidget {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0px 10px;
    background: #f5f5f5;
    border: 1px #ccc solid;
    border-top: none;
}

.sub-conts .widget_nav_menu li {
    margin-bottom: 0em;
    border-bottom: 1px #2D75BD solid;
    padding: 8px 10px 0 20px;
    background: url(./images/arrow_on.png) 2px 13px no-repeat;
}

.sub-conts .wpp-list li {
    padding: 8px 0px 8px 20px;
    margin: 0;
    color: #333;
    text-decoration: none;
    border-top: 1px #ccc solid;
    background: url(./images/arrow_on.png) 2px 13px no-repeat;
}

.sub-conts a {
    color: #073E79;
    text-decoration: none;
}

/*画像を揺らす*/
a:hover{ position:relative;top:2px ;left:2px; }

.sub-conts a:hover{
	color: #F60;
}



/*   ＢＢ index専用　table============================================================*/
#table_index .link{
    color: #0044CC;
    text-decoration: none;
    font-weight:initial;
    text-align: center;
    text-shadow: none; 
line-height: 120%;
}

#table_index {
  border-spacing: 0;
  font-size:12px;
}

#table_index th {
  line-height: 1;
  color: #fff;
  padding: 5px 5px;
	background: #2D75BF;
	background:-moz-linear-gradient(
			   0deg,#2D75BF 20%,rgb(45, 148, 247) 50%,#2D75BF 80%);
	background:-webkit-linear-gradient(
			   0deg,#2D75BF 20%,rgb(45, 148, 247) 50%,#2D75BF 80%);
	background:-o-linear-gradient(
			   0deg,#2D75BF 20%,rgb(45, 148, 247) 50%,#2D75BF 80%);
	background:-mis-linear-gradient(
			   0deg,#2D75BF 20%,rgb(45, 148, 247) 50%,#2D75BF 80%);
  font-weight: initial;
  border-top:  1px solid #2D75BF;
  border-left:  1px solid #f3fbf9;
  border-bottom-style:double;
  line-height: 110%;
  text-align: center;
  /*text-shadow:0 1px 0 rgba(255,255,255,0.5);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;*/
}

#table_index th:first-child {
  border-left: 1px solid #2D75BF;
}

#table_index th:last-child {
  border-right: 1px solid #2D75BF;
}



/*セルの中身*/
#table_index td {
    border-bottom: 1px solid #2D75BF;
    border-left: 1px solid #2D75BF;
    border-right: 1px solid #2D75BF;
    padding: inherit;
    text-align: center;
}


#table_index td:last-child {
  border-right: 1px solid #2D75BF;
}


/*マウスで色を変更*/
#table_index tr:hover {
  background: #eee;
  cursor:pointer;
}

/*交互に色を変更*/
#table_index .even{
  background: #f3fbf9;
}


#table_index td:nth-child(1) {
width: 80px;
padding-left: 0px;
font-size: 10px;
}


#table_index td:nth-child(2) {
      width:100px;
  padding-left:10px;
}

#table_index td:nth-child(3) {
      width:65px;
font-size: 11px;    
}

#table_index td:nth-child(4) {
      width:55px; 
      text-align: left;
      padding-left: 4px; 

}

#table_index td:nth-child(5) {
      width:103px; 
      text-align: left;
      padding-left: 3px;  
}


/*   shoken専用　table============================================================*/
#table_shoken .link{
    color: #0044CC;
    text-decoration: none;
    font-weight:initial;
    text-align: center;
    text-shadow: none; 
line-height: 120%;
}

#table_shoken{
  border-spacing: 0;
  font-size:12px;
}

#table_shoken th {
  color: #fff;
  padding: 5px 5px;
	background: #2D75BF;
	background:-moz-linear-gradient(
			   0deg,#2D75BF 20%,rgb(45, 148, 247) 50%,#2D75BF 80%);
	background:-webkit-linear-gradient(
			   0deg,#2D75BF 20%,rgb(45, 148, 247) 50%,#2D75BF 80%);
	background:-o-linear-gradient(
			   0deg,#2D75BF 20%,rgb(45, 148, 247) 50%,#2D75BF 80%);
	background:-mis-linear-gradient(
			   0deg,#2D75BF 20%,rgb(45, 148, 247) 50%,#2D75BF 80%);
  font-weight: initial;
  border-top:  1px solid #2D75BF;
  border-left:  1px solid #f3fbf9;
  border-right: 1px solid #f3fbf9;
  border-bottom-style:double;
  border-bottom:3px solid #B68989;
  line-height: 110%;
  text-align: center;
  /*text-shadow:0 1px 0 rgba(255,255,255,0.5);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;*/
}

#table_shoken th:first-child {
  border-left: 1px solid #2D75BF;
}

#table_shoken th:last-child {
  border-right: 1px solid #2D75BF;
}



/*セルの中身*/
#table_shoken td {
    border-bottom: 1px solid #2D75BF;
    border-left: 1px solid #2D75BF;
      text-align: center;
    padding: inherit;
}


#table_shoken td:last-child {
  border-right: 1px solid #2D75BF;
}


/*マウスで色を変更*/
#table_shoken tr:hover {
  background: #eee;
  cursor:pointer;
}

/*交互に色を変更*/
#table_shoken .even{
  background: #f3fbf9;
}


#table_shoken td:nth-child(1) {
width: 48px;
padding-left: 0px;
}


#table_shoken td:nth-child(2) {
      width:140px;
  padding-left:10px;
}

#table_shoken td:nth-child(3) {
      width:65px;
font-size: 11px;    
}

#table_shoken td:nth-child(4) {
      width:55px; 
text-align: center;
padding-right: 11px;
padding-left: 14px;
}

#table_shoken td:nth-child(5) {
width: 45px;
text-align: center;
padding-right: 11px;
padding-left: 14px;
}

#table_shoken td:nth-child(6) {
width: 45px;
text-align: right;
padding-right: 5px;
padding-left: 14px;
}

#table_shoken td:nth-child(7) {
width: 45px;
text-align: right;
padding-right: 5px;
padding-left: 14px;
}

/*    side管理 side_index専用　table============================================================*/
#table_side_index {
  border-spacing: 0;
  font-size:12px;
}

#table_side_index th {
  color: #fff;
  padding: 5px 5px;
	background: #2D75BF;
	background:-moz-linear-gradient(
			   0deg,#2D75BF 20%,rgb(45, 148, 247) 50%,#2D75BF 80%);
	background:-webkit-linear-gradient(
			   0deg,#2D75BF 20%,rgb(45, 148, 247) 50%,#2D75BF 80%);
	background:-o-linear-gradient(
			   0deg,#2D75BF 20%,rgb(45, 148, 247) 50%,#2D75BF 80%);
	background:-mis-linear-gradient(
			   0deg,#2D75BF 20%,rgb(45, 148, 247) 50%,#2D75BF 80%);
  font-weight: initial;
  border-top:  1px solid #2D75BF;
  border-left:  1px solid #f3fbf9;
  border-bottom-style:double;
  border-bottom:3px solid #899fb6;
  line-height: 110%;
  text-align: center;
  /*text-shadow:0 1px 0 rgba(255,255,255,0.5);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;*/
}

#table_side_index th:first-child {
  border-left: 1px solid #2D75BF;
}

#table_side_index th:last-child {
  border-right: 1px solid #2D75BF;
}



/*セルの中身*/
#table_side_index td {
    border-bottom: 1px solid #2D75BF;
    border-left: 1px solid #2D75BF;
    text-align: left;
}


#table_side_index td:last-child {
  border-right: 1px solid #2D75BF;
}


/*マウスで色を変更*/
#table_side_index tr:hover {
  background:rgb(253, 221, 221);
  cursor:pointer;
}

/*交互に色を変更*/
#table_side_index .even{
  background: #FBF3F4;
}


#table_side_index td:nth-child(1) {
      width:40px;
  padding-left:5px;
  font-size: 14px;
}

#table_side_index td:nth-child(2) {
      width:200px;
  padding-left:5px;
}

#table_side_index td:nth-child(3) {
      width:20px;
        padding-left:10px;    
}


/*    table_rank専用　table============================================================*/
#table_rank {
  border-spacing: 0;
  font-size:12px;
}

#table_rank th {
  color: #fff;
  padding: 5px 5px;
	background: #2D75BF;
	background:-moz-linear-gradient(
			   0deg,#2D75BF 20%,rgb(45, 148, 247) 50%,#2D75BF 80%);
	background:-webkit-linear-gradient(
			   0deg,#2D75BF 20%,rgb(45, 148, 247) 50%,#2D75BF 80%);
	background:-o-linear-gradient(
			   0deg,#2D75BF 20%,rgb(45, 148, 247) 50%,#2D75BF 80%);
	background:-mis-linear-gradient(
			   0deg,#2D75BF 20%,rgb(45, 148, 247) 50%,#2D75BF 80%);
  font-weight: initial;
  border-top:  1px solid #2D75BF;
  border-left:  1px solid #f3fbf9;
  border-bottom-style:double;
  border-bottom:3px solid #899fb6;
  line-height: 110%;
  text-align: center;
  /*text-shadow:0 1px 0 rgba(255,255,255,0.5);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;*/
}

#table_rank th:first-child {
  border-left: 1px solid #2D75BF;
}

#table_rank th:last-child {
  border-right: 1px solid #2D75BF;
}

/*セルの中身*/
#table_rank td {
    border-bottom: 1px solid #2D75BF;
    border-left: 1px solid #2D75BF;
    text-align: left;
}


#table_rank td:last-child {
  border-right: 1px solid #2D75BF;
}


/*マウスで色を変更*/
#table_rank tr:hover {
  background:rgb(253, 221, 221);
  cursor:pointer;
}

/*交互に色を変更*/
#table_rank .even{
  background: #FBF3F4;
}


#table_rank td:nth-child(1) {
    width: 50px;
    font-size: 13px;
    text-align: center;
}

#table_rank td:nth-child(2) {
      width:200px;
  padding-left:5px;
}

#table_rank td:nth-child(3) {
      width:15px;
        padding-left:10px;    
}

#table_rank td:nth-child(4) {
      width:253px;
        padding-left:10px;    
}



/*IPO ranking BOX*/
.rank_boxA{
	float:left;
    width: 48%;
    margin: 5px 2px;
    border: 1px #ccc solid;
}

.rank_boxB{
	float:left;
    width: 48%;
    margin: 5px 2px;
    border: 1px #ccc solid;
}

.rank_boxA .title,.rank_boxB .title{
    padding: 15px 0 15px 0px;
    border-bottom: 1px solid #ccc;
    color: #2D75BF;
    background: url(./images/section-title.png) 10px 6px no-repeat,#fff url(./images/dot_side.png) left bottom repeat-x;
    font-size: 1.125em;
}

.new-content, .comment_box{
    margin: 0 0 20px;
    padding: 10px 10px 0px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #333;
    border: 1px #FFFFFF solid;
    box-shadow: 0px 0px 7px 2px #DDDDDD inset;
    background: #fbfbfb;
    clear: both;
    overflow: auto;
}

.new-content ul{
    margin: 3px 0 10px;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    list-style-type: none;
    border: none;
    background: none;
}

.new-content ul li {
    background: url(./images/blue/dot.png) left repeat-y;
    border-bottom: 1px #ccc solid;
    padding: 1px 18px;
}
.new_cate_s {
    font-size: 14px;
    padding: 2px 2px 1px 6px;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    background: rgb(197, 250, 122);
    border-radius: 6px;
}

.new_cate_i {
    font-size: 14px;
    padding: 2px 2px 1px 6px;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    background: rgb(250, 225, 122);
    border-radius: 6px;
}

.new_cate_new {
    font-size: 14px;
    padding: 2px 2px 1px 6px;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    background: rgb(250, 122, 122);
    border-radius: 6px;
}

.new_cate_update {
    font-size: 14px;
    padding: 2px 2px 1px 6px;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    background: rgb(122, 179, 250);
    border-radius: 6px;
}

.new_cate_c {
    font-size: 14px;
    padding: 2px 2px 1px 6px;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    background: rgb(250, 173, 122);
    border-radius: 6px;
}

/*IPO TITLE BB&ranking*/
.KanrenMenu_BB {
    margin: 0 0 20px;
    padding: 5px 0px 0px 10px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    /* color: #333; */
    /* border: 1px #c5c5c5 solid; */
    /* border-top: none; */
    /* background: #FFF; */
    /* clear: both; */
    border: 1px #FFFFFF solid;
    box-shadow: 0px 0px 7px 2px #DDDDDD inset;
    background: #fbfbfb;
    clear: both;
    overflow: auto;
}


/*    一覧表専用　　　　　============================================================*/
#table_index .hani, #table_shoken .hani{
font-size: 9px;
line-height: 60%;
}


.kt-tag {
margin: 0;
padding: 17px 10px 0;
text-decoration: none;
overflow: hidden;
}

.kt-tag a {
color: #000000;
font-size: 15px;
text-decoration: none;
}


/*    コメント用　　　　　============================================================*/
.btn:hover, .btn:active, .btn:focus {
    background: -webkit-linear-gradient( 0deg,#2D75BF 20%,rgb(161, 209, 255) 50%,#2D75BF 80%);
    background: -o-linear-gradient( 0deg,#2D75BF 20%,rgb(161, 209, 255) 50%,#2D75BF 80%);
    background: -mis-linear-gradient( 0deg,#2D75BF 20%,rgb(161, 209, 255) 50%,#2D75BF 80%);
    /* box-shadow: 0 1px 1px 0px #d49312; */
    color: #d61809;
    text-shadow: 0px 2px 2px #da550a;
    /* cursor: pointer; */
}

.btn-form01 {
    /* margin: -40px -40px 20px; */
    background: -moz-linear-gradient( 0deg,#2D75BF 20%,rgb(161, 209, 255) 50%,#2D75BF 80%);
    background: -webkit-linear-gradient( 0deg,#2D75BF 20%,rgb(161, 209, 255) 50%,#2D75BF 80%);
    background: -o-linear-gradient( 0deg,#2D75BF 20%,rgb(161, 209, 255) 50%,#2D75BF 80%);
    background: -mis-linear-gradient( 0deg,#2D75BF 20%,rgb(161, 209, 255) 50%,#2D75BF 80%);
    border-radius: 10px;
    color: #fff;
    font-size: 1.1em;
    /* background: url(images/section-title.png) 15px 50% no-repeat; */
    padding: 10px 30px;
    text-shadow: 0px 2px 2px #1C4773;
    /* padding: 20px 50px; */
    /* color: #fff; */
    /* font-size: 1.25em; */
}


/*-------------------------------------
関連記事を2列表示
-------------------------------------*/
.related-articles-thumbs01 li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin: -1px 0 10px 0;
    background: #f5f5f5;
    border: 1px #ccc solid;
}

.related-articles-thumbs01 .related-thumb {
    float: left;
    width: 100px;
    height: 100px;
    margin: 2px 10px 2px 2px;
}
