@charset "UTF-8";


/* ==========================================================================
   Template css
========================================================================== */

/* Base elements
------------------------------------------------- */
body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
  color: #100000;
        font-size: 15px;
  line-height: 1.8em;
  background-color: #FFFFFF;
}

ul,
ol,
li,
dl,
dt,
dd {
  list-style: none;
}


/* Hyper text
------------------------------------------------- */
a {
  text-decoration: none;
}

a:link {
  color: black;
}

a:visited {
  color: black;
}

a:focus,
a:hover,
a:active {
  color: MidnightBlue;
  text-decoration: underline;
}



/* Header
------------------------------------------------------------ */

.blog_name a {
       font-family: 'Rock Salt', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo';
       color: black;
       text-shadow: 2px 4px 3px rgba(0,0,0,.2);
}



/* ページャ
------------------------------------------------------------ */
.page_navi {
  background-color: ;
  padding: 10px 4%;
  text-align: center;
}

.page_navi .pager_prev,
.page_navi .pager_next,
.page_navi .pager_home {
  background-color: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 24px;
  color: #606060;
  display: inline-block;
  padding: 8px 20px;
  font-size: 14px;
  -webkit-transition: box-shadow 0.2s linear 0;
  transition: box-shadow 0.2s linear 0;
}

.page_navi .pager_prev:hover,
.page_navi .pager_next:hover,
.page_navi .pager_home:hover {
  background-color: #efefef\9;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
}

.page_navi .pager_prev {
  float: left;
  padding-left: 15px;
}

.page_navi .pager_prev:hover {
  padding-left: 15px;
}

.page_navi .pager_next {
  float: right;
}

.page_navi .pager_home {}



/* Entry
------------------------------------------------------------ */
.topentry {
  border-bottom: 0px solid black;
}



.date {
  display: inline-block;
}

.entry_body {
  overflow: hidden;
        text-align: left;
}

.topentry_text .entry_more {
  line-height: 1.7em;
}

.entry_more_link {
  text-align: left;
        margin: -30px 0;
  padding-left: 15px;
        background-color:;
}

.entry_footer {
        padding: 0 20px 20px 0;
        text-align: right;
        background-color:;
}



/* Blockquote
------------------------------------------------------------ */
blockquote {
  border-left: 4px solid #dadada;
  margin: 8px 0 8px 24px;
  padding: 4px 7px;
}

.entry_body blockquote  p{
  margin: 0;
}



/* コメント
------------------------------------------------------------ */
.sub_contents {
  margin: 56px 0;
}

.sub_contents_area_title {
        color: black;
  font-size: 16px;
  margin: 0 0 20px;
}



/* コメントフォーム
------------------------------------------------------------ */
#comment_form {
  margin: 0 0 40px;
}

.comment_form_left,
.comment_form_right {
  margin: 0;
  width: 335px;
  float: left;
}

.comment_form_left {
  margin-right: 16px;
}

.form_title {
  font-size: 16px;
}

.form_input {
  margin: 0 0 8px;
}

.comment_form_left .input_text{
  width: 303px;
}

.comment_form_right .form_textarea {
  margin-top: -4px;
}

.comment_form_right textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  padding: 2px 10px;
  width: 100%;
  height: 272px;
}


.comment_form textarea {
  padding: 2px 10px;
  width: 667px;
  border: 1px solid #dadada;
  height: 185px;
}

.comment_form .comment_tool_wrap {
  margin: 0;
}

.comment_area .form_btn {
  clear: both;
  text-align: right;
  margin: 4px 8px;
}

.comment_area .form_btn input {
  color: #000;
  background-color: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 14px;
  padding: 4px 16px;
  -webkit-transition: box-shadow 0.2s linear 0;
  transition: box-shadow 0.2s linear 0;
    margin-left: 16px;
}

.comment_area .form_btn input:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
  background-color: #efefef\9;
}



/* コメント一覧
------------------------------------------------------------ */
.sub_contents_title {
  margin: 0 0 8px;
  font-size: 16px;
}

.sub_contents_body {
  font-size: 100%;
}

.sub_contents_footer {
  padding: 0 0 2px;
  margin: 8px 0 24px;
  text-align: right;
  border-bottom: 1px solid #dadada;
}

.sub_contents_footer a {
  color: #5397db;
}

.sub_contents_footer a:hover {
  text-decoration: underline;
  color: #80acd9;
}



/* ==========================================================================
   Sidemenu (Plugin)
========================================================================== */

.plg_title {
  padding-top: 0px;
        color: black;
}

.plg_body {
  word-wrap: break-word;
        padding-bottom: 20px;
}

.plg_area ul {
  margin: 0;
  padding: 0;
}

.plg_area li {
  margin: 0 0 0px 0;
  padding: 0;
}



/* Footer
------------------------------------------------------------ */
#l-footer {
  border-top: 1px solid black;
  font-size: 90%;
  padding: 18px 15px;
  clear: both;
}

.footer_inner {
  text-align: center;
        width: 95%;
  margin: 0px auto;
}

.powered,
.ad,
.copyright {
  margin: 0;
}


/* Sponsor
------------------------------------------------------------ */
#fc2_text_ad .fc2_infeed1,
.entry_body .fc2_infeed1 {
  margin: 24px 8px;
}

#fc2_text_ad a,
.entry_body .fc2_infeed1 a {
  color: #7b7b7b;
  font-size: 14px;
}

#fc2_text_ad a:hover,
.entry_body .fc2_infeed1 a:hover {
  color: #a1a1a1;
  text-decoration: underline;
}



/* ==========================================================================
   responsive     PC設定　　２カラム
========================================================================== */

@media screen and (min-width:960px) {


.all-box {       
        width:960px;
        margin: 0 auto;
}

#l-header {
        position: relative;
        width:100%;
}

#l-header-inner {
        width: 960px;
        margin: 0px auto;
        min-height:50px;
  padding: 0;
  overflow: hidden;
  background-color:;
}

.l-header-inner2 {
        position: absolute;
        width: 100%; 
        top: 20%;
        left:0;
}

.blog_name {
        width:95%;
  margin-top: 20px;
        padding: 0px 0 0px 15px;
  font-size: 30px;
  line-height: 1.7em;
        color: white;
  text-align: center;        
  background-color: ;
}

.blog_name a {
        color: white;
}

.blog_introduction {
        width:95%;
  margin-top: 0px;
        padding: 0px 0 10px 20px;
  font-size: 16px;
        color: white;
  text-align: center;        
  background-color: ;
}

.menu {
       width:960px;
       height: 40px;
       margin: 0px auto 20px;
       padding-top: 17px;
       background-color: RoyalBlue;
}

.menu-inner {
        width:960px;
        margin: 0 auto;   
} 

.menu ul {
       margin:0;
       padding:0;
}

.menu li {
       float:left;
       width: auto;
       margin: 0 10px 0px 20px;
       text-align: center;        
}

.menu li a {
       color: white;
}



#l-container {
        width:100%;
  clear: both;
  overflow: hidden;
}


#l-main {
  float: left;
  width: 66%;
        padding: 0px 2%;          
        background-color: white; 
}

.topentry-img {
        width: 100%;
        text-align: left;
}


.item:nth-child(n+1) {
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        border-bottom: 1px solid black;
}

.item:nth-child(n+1) img {
        width: 25%;
        height: 25%;
}


.item > span {
       display: block;
       font-size: 14px;
       color: Blue;
}


.topentry_title {
  font-size: 18px;
        margin: 0;
}

.plugin {
  float: right;
  width: 26%;
  padding: 0px 1%;
}


.plugin_third {
  float: none;
  width: 50%;
        margin: 0 auto;
  padding: 20px 20px;
        background-color: ;
}

.plg_title {
        padding: 10px 0px 0;
  font-size:18px;
  text-align: center;        
}

}



/* ==========================================================================
   responsive     i-padおよびスマホ横型設定　　２カラム
========================================================================== */

@media screen and (min-width: 500px) and (max-width: 959px) {

body {
        font-size: 15px;
  line-height: 1.7em;
}

a {
  text-decoration: none;
}

a:link {
  color: blue;
}

a:visited {
  color: blue;
}

.all-box {       
        width:90%;
        margin: 0 auto;
}

#l-header {
        width:100%;
  padding: 0;
  overflow: hidden;
        border-bottom: 2px solid black;
}

.header-inner {
  text-align: center;        
}

.blog_name {
  padding-top:20px;
  font-size: 24px;
  text-align: center;        
        background-color:;
}

.blog_introduction {
        padding: 10px 0 0 0;
  font-size: 16px;
        color: #000;
  text-align: center;        
}

.menu {
      display: none;
}

#l-container {
        width:100%;
  clear: both;
  overflow: hidden;
}


#l-main {
  float: left;
  width: 60%;
        padding: 0 1%;    
        background-color:;       
}

.topentry-img {
        width: 100%;
        text-align: left;
        background-color: rgba(); 
}


.item:nth-child(n+1) {
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        border-bottom: 2px solid black;
}

.item:nth-child(n+1) img {
        width: 50%;
        height: 50%;
}

.item > span {
       display: block;
       font-size: 14px;
       color: Blue;
}

.topentry_title {
        margin: 0;
  font-size: 17px;
}

.plugin {
  float: right;
  width: 30%;
  padding: 10px 0;
}


.plugin_third {
  float: none;
  width: 100%;
  padding: 16px 0;
}

.plg_title {
  font-size: 17px;
}


}



/* ==========================================================================
   responsive     スマホ縦型設定　　１カラム
========================================================================== */

@media screen and (max-width: 499px){

body {
        font-size: 14px;
}

a {
  text-decoration: none;
}

a:link {
  color: blue;
}

a:visited {
  color: blue;
}

#l-header {
        width:100%;
  padding: 0;
  overflow: hidden;
        border-bottom: 2px solid black;
}

.header-inner {
  width: 100%;
  text-align: center;        
}

.blog_name {
  margin-top: 20px;
  font-size: 19px;
  text-align: center;        
}

.blog_introduction {
        padding:2% 0 0px 0;
  font-size: 14px;
  text-align: center;        
}

.menu {
      display: none;
}

.all-box {
        width:95%;
        margin: 0 auto;
}

#l-container {
        width:100%;
}

#l-main {
  float: none;
  width: 97%;
        padding: 0 2% 0 1%;    
        background-color:;       
}

.topentry-img {
        width: 100%;
        text-align: left;
        background-color: rgba(); 
}


.item:nth-child(n+1) {
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        border-bottom: 2px solid black;
}

.item:nth-child(n+1) img {
        width: 100%;
        height: 100%;
}


.item > span {
       display: block;
       font-size: 14px;
       color: Blue;
}

.topentry_title {
  font-size: 16px;
}

.plugin {
  float: none;
  width: 100%;
  padding: 0;
}


.plugin_third {
  float: none;
  width: 100%;
  padding: 0;
}

.plg_title {
  font-size: 16px;
}

}

/*ボタンデザイン*/


.square_btn {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #00BCD4;
    background: #ECECEC;
    border-radius: 0 15px 15px 0;
    transition: .4s;
  }

.square_btn:hover {
    background: #636363;
}




/*ボックスデザイン*/

.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #FF6666;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #FF6666;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}



.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2 p {
    margin: 0; 
    padding: 0;
}

/*吹き出しデザイン*/

.balloon2-left {
   position: relative;
  display: inline-block;
   margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
   max-width: 100%;
   color: #555;
  font-size: 16px;
  background: #FFF;
   border: solid 3px #555;
  border-radius: 15px;
   box-sizing: border-box;
}

.balloon2-left:before{
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
   margin-top: -6px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;

  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;


   z-index: 2;
}

.balloon2-left:after{
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
   margin-top: -8px;
  border: 14px solid transparent;
  border-right: 14px solid #555;

  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;



   z-index: 1;
}

.balloon2-left p {
  margin: 0;
  padding: 0;
}

h3 {
padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
color: #494949;/*文字色*/
background: #f4f4f4;/*背景色*/
border-left: solid 5px #7db4e6;/*左線*/
border-bottom: solid 3px #d7d7d7;/*下線*/
}


h4 {
position: relative;
padding-left: 25px;
}

h4:before {
position: absolute;
content: '';
bottom: -3px;
left: 0;
width: 0;
height: 0;
border: none;
border-left: solid 15px transparent;
border-bottom: solid 15px rgb(119, 195, 223);
}
h4:after {
position: absolute;
content: '';
bottom: -3px;
left: 10px;
width: 100%;
border-bottom: solid 3px rgb(119, 195, 223);
}

h5 {
border-bottom: solid 3px #cce4ff;
position: relative;
}

h5:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #5472cd;
bottom: -3px;
width: 20%;
}


/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}