/*
Theme Name:study2
Thema URL:study2
Description:study2
Author:study2
*/

html {
    margin-top: 0px !important;
}


ul, ul li {
    list-style-type: none;
}
.pankuzu {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#bread a {
    color: #000;
}
#contents_left{
	width: 690px;
	float:left;
}
#contents_right{
	width: 250px;
	float:right;
}

.widget {
    margin-bottom: 25px;
}
.widget a {
    color: #000;
}
.widget h2 {
    /*border-bottom: 1px solid #51b8d7;
    font-size: 14px;
    margin-bottom: 10px;*/
    background-color: #ff82ba;
    color: #fff;
    border-radius: 4px;
    font-size: 1.9rem;
    margin-bottom: 10px;
    padding: 8px;
    text-align: center;
}
.widget h2:after {
    content: "";
    border-bottom: none;
    border-image: none;
}
.widget ul {
    font-size: 15px;
}
@media screen and (max-width: 900px){
    .widget ul {
        font-size: 1em;
    }
    .widget ul li {
        margin: 10px 0;
    }
    .widget ul li ul li {
        margin: 10px 0;
    }
}

.widget ul.children {
	margin-left:10px;
}
.widget ul li a {
    background-image: url("/img/common/side_navi_arrow.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 18px;
}
.widget ul li.recentcomments a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-left: 0;
    text-decoration: underline;
}
.widget.widget_search {
    background-color: #eee;
    padding: 10px;
}
.widget.widget_search div {
    margin-bottom: 0 !important;
}

/*??20140924*/
.widget_sp_image {
	margin-top:-25px;
	margin-bottom:55px;
}


/*??20141007*/
.entry{
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom:0px;
}
.entry h2 a {
	text-decoration:underline;
}
.blog_entry{
    margin-bottom: 30px;
    padding-bottom:25px;
	/*font-size:13px;*/
}
#commentArea {
	border-top:1px solid #ccc;
}

.monthly-calendar table{
	border-collapse: collapse;
}
.monthly-calendar table td,.monthly-calendar table th{
	border:1px solid #e5e5e5;
	border-collapse: collapse;
}

.list_extra {
    margin-bottom: 15px;
    overflow: hidden;
}
.list_extra li {
    float: left;
    margin-right: 15px;
}
.list_extra .date {
	font-size:12px;
	color:#666;
}
.list_extra .comment {
    float: right;
    margin-right: 0;
	font-size:12px;
	color:#666;
}
.list_extra a {
    text-decoration: none;
	background-color:#e2dcd6;
    margin: 2px;
    padding: 3px;
	color:#333;
    border-radius: 3px;        /* CSS3????*/  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome?p */  
    -moz-border-radius: 3px;   /* Firefox?p */  
}
.list_extra a:hover {
    text-decoration: none;
	color:#333;
	background-color:#eee9e4;
}


#gf_comment {
    clear: both;
    display: block;
    overflow: hidden;
    width: 100%;
}
#gf_comment .comment_body {
    display: block;
    margin-bottom: 20px;
    padding:15px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-bottom:1px dotted #999;
}
#gf_comment .comment_body .comment_meta {
    display: block;
    float: left;
    overflow: hidden;
    width: 30%;
}
#gf_comment .comment_body .comment_meta dt {
    display: block;
    float: left;
    height: 42px;
    width: 42px;
}
#gf_comment .comment_body .comment_meta dt img {
    border: 2px solid #EEEEEE;
    margin-right: 8px;
}
#gf_comment .comment_body .comment_meta dd {
    line-height: 1.6;
}
#gf_comment .comment_body .comment_time {
    font-size: 10px;

}
#gf_comment .comment_post {
    display: block;
    float: right;
    width: 60%;
}
#gf_comment .comment_post p {
    margin-bottom: 5px;
}

#comment_form {
    margin-top: 5px;
    padding-top: 5px;
}
#comment_form #cf_left {
    float: left;
    line-height: 1.9;
    width: 30%;
}
#comment_form #cf_left dd {
    margin-bottom: 5px;
}
#comment_form #cf_left input {
    border: 1px solid #bbbbbb;
    width: 100%;
}
#comment_form #cf_right {
    float: right;
    width: 60%;
}
#comment_form #cf_right dd {
    margin-bottom: 10px;
}
#comment_form #cf_right .comment_detail {
    border: 1px solid #bbbbbb;
    height: 120px;
    width: 100%;
}
#comment_form .btn_comment_send {
    background-color: #ff6666;
    border: medium none;
    color: #fff;
    padding: 1px 3px;
}

input#submit {
    padding: 15px 40px;
	margin:40px;
    font-size: 1.2em;
    background-color: #f39800;
    color: #fff;
    border-style: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
input#submit:hover {
    background-color: #fabd00;
	cursor:pointer;
}

#comment_form .comment_logout {
    font-size: 10px;
}
#comment_form #cancel-comment-reply {
    margin-bottom: 0;
}




.photo_left {
	float:left;
	margin:0 16px 16px 0;
}


img.alignright {
    display: block;
    margin: 0 0 0 auto;
}
 
img.alignleft {
    display: block;
    margin: 0 auto 0 0;
}
 
img.aligncenter {
    display: block;
    margin: 0 auto;
}
 
img.float-left {
    float: left;
}
 
img.float-right {
    float: right;
}
 
.wp-caption {
    text-align: center;
}
 
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#side_menu a:link {
	color: #FF6666;
	text-decoration: none;
}

#side_menu a:visited {
	text-decoration: underline;
	color: #333;
}

#side_menu a:hover {
	text-decoration: underline;
	color: #00CC33;
}

#side_menu a:active {
	text-decoration: underline;
	color: #333;
}


.CmentBalloon {
	background:url(/img/common/icon_balloon.gif) no-repeat 0 8px;
	font-size:16px;
	line-height:32px;
	color:#000;
	margin-bottom:8px;
	padding-left:24px;
}


.related_post_title {
	/*background-color:#fe8f8f;
	color:#5a5a5a;
	font-size:18px;
	padding:0 20px;
	height:36px;
	line-height:36px;*/
}


ul.related_post li a ,
ul.related_post li a:visited {
	font-size:13px !important;
	color:#333 !important;
}

ul.related_post li img {
	height:auto !important;
}

.black_p{
    font-size: 14px !important;
  color: #333 !important;
  font-weight: normal !important;
}

.page-numbers{
    display: inline-block;
    position: relative;
    z-index: 100;
    text-align: center;
    padding-left: 14px;
    background: #fff;
    border: 1px solid #333;
    color: #333;
    font-size: 22px;
    line-height: 50px;
    border-radius: 25px;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding-left: 0px !important;
    width: 50px;
    margin-left: 5px;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.page-numbers a {
   display: block;
}

 .next{
   display: inline-block;
  position: relative;
  z-index: 100;
  text-align: center;
  padding-left: 14px;
  background: #fff;
  color: #333;
  border: 1px solid #333;
  font-size: 22px;
  line-height: 50px;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
    padding-left: 0px !important;
        width: 80px!important;
  margin-left: 5px;
  margin-right: auto;
  margin-top: 50px;
}
 .prev{
   display: inline-block;
  position: relative;
  z-index: 100;
  text-align: center;
  padding-left: 14px;
  background: #fff;
  color: #333;
  border: 1px solid #333;
  font-size: 22px;
  line-height: 50px;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
    padding-left: 0px !important;
        width: 80px!important;
  margin-left: 5px;
  margin-right: auto;
  margin-top: 50px;
}

div .page-numbers.current {
    background: #3abbcc;
    color: #fff;
    border: 1px solid #3abbcc;
}
div .page-numbers:last-child {
    width: 50px;
}

 
#side ul li a {
    background-image: url("../img/common/side_navi_arrow.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 18px;
}
#side ul.children {
    margin-left: 10px;
}
    
    
    
    
.entry_area {
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}




.related_post_title{
      text-align: center;
      margin-bottom: 60px;
      font-size: 3rem;
}

.related_post li{
padding: 10px;
  float: left;
  width: 100%;
  line-height: 1.5;
  overflow: hidden;
  /*font-size: 13px;*/
}

.wp_rp_edit{
    background: #f79124;
  border: none;
  color: #fff !important;
  text-decoration: none;
  font-size: 14px !important;
  line-height: 23px;
  margin: 0;
  padding: 6px 20px;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -webkit-appearance: none;
  border-radius: 2px;
  white-space: nowrap;
  position: relative;
  text-align: center;
  display: inline-block;
  text-decoration: none !important;
  left: 75%;
  margin-bottom: 30px;
}

#bread .top{
/*float: left;
  padding-right: .5em;
  text-decoration: none;*/
  /*background: url(/img/common/arrow.gif) center right no-repeat !important;*/
  /*background-position-y: 7px;*/
  }
  #bread li {
/*float: left;
  padding-right: .5em;
  text-decoration: none;*/
  /*background: url(/img/common/arrow.gif) center right no-repeat !important;*/
  /*background-position-y: 7px;*/
  /*font-size: 12px;*/
  }
  #bread li:after {
    content: ">";
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
#bread li:last-child {
  background: none!important;
  padding-right: 14px;
}
#bread li:last-child:after {
  content: "";
}
#side {
float: left;
width: 280px;
    margin-top: 5px;
}
#side .Title {
    text-align: center;
    font-size: 18px;
    background-color: #ffeaed;
    padding: 8px;
    border-radius: 4px;
    margin-bottom: 10px;
}   
#side ul li a {
    background-image: url("/img/common/side_navi_arrow.png") !important;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 18px;
}
#side ul.children {
    margin-left: 10px;
}
    
    
    
    
#content {
    float: right;
    height: auto;
    width: calc(100% - 350px);
}

.entry_area {
    border-bottom: 1px solid #eee;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.list_extra {
    margin-bottom: 15px;
    overflow: hidden;
}
.list_extra li {
    float: left;
    margin-right: 15px;
    font-size: .8em;
}
.list_extra a {
    background-color: #ddd;
    color: #333;
    margin: 2px;
    padding: 6px 10px;
    text-decoration: none;
}

#pre_nex {
    display: flex;
    justify-content: center;
}
#pre_nex a {
    color: #000;
}
#pre_nex .pre {
    float: left;
}
#pre_nex .pre a {
    background: rgba(0, 0, 0, 0) url("/img/common/icon_navi_arrow_prev.png") no-repeat scroll left center !important;
    display: block;
    font-size: 12px;
    padding: 4px 5px 4px 18px;
}
#pre_nex .nex {
    float: right;
}
#pre_nex .nex a {
    background: rgba(0, 0, 0, 0) url("/img/common/icon_navi_arrow.png") no-repeat scroll right center !important;
    display: block;
    font-size: 12px;
    padding: 4px 18px 4px 5px;
}




/* 角丸 */
.Radius5 {  
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
/* ボタン共通 */
.Button {
    overflow: hidden;
    width: 250px;
    height: 50px;
    margin: 0;
    padding: 0;
}
.Button a {
    display: block;
    position: relative;
    z-index: 100;
    text-align:center;
    background: #00a0e9;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    text-decoration:none;
}
.Button a:hover {
    background: #3ab2e9;        /* マウスオーバーカラー */  
}


.IconList1 a:before {        /*白いひし型 */  
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 20px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #fff;
}
.IconList1 a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 15px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #00a0e9;
}
.IconList1 a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
    background: #3ab2e9;
}


.IconList2 a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 25px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;        /*top right bottom を透明化 */ 
    border-left: 5px solid #fff;
}
.IconList2 a:hover:before {
    left: 27px;        /*マウスオーバーで三角をずらす */ 
}

.IconList3 a:before {        /*白い丸 */ 
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 19px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-radius: 50%;        /* CSS3草案 */  
    -webkit-border-radius: 50%;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 50%;   /* Firefox用 */  
    background: #fff;
}
.IconList3 a:after {        /*「after要素」で三角 */ 
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 25px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;        /*top right bottom を透明化 */ 
    border-left: 5px solid #00a0e9;
}
.IconList3 a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
    border-left: 5px solid #3ab2e9;
}



/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


