﻿/* ==================  */
/* ==================  */
/*  基本書式設定  */
/* ==================  */
/* ==================  */
body  {  text-align: center;  }  
h1,h2,h3,h4,h5 {  font-weight: bold; }

/* フォントの指定 */
@font-face {
   font-family: CommercialBreak;
   src: url('font/CommercialBreak.ttf') format("truetype");
}/*左メニュー用のコマーシャルブレイク */

div,h1,h2,h3,p { font-family:メイリオ, monospace;text-indent: 0pt; }   /*フォントをメイリオに明示指定 */

/* 文字サイズの設定 */
html { font-size: 62.5%; }    /*① ベースの文字サイズを 10px 相当に指定（10px ÷ 16px = 62.5%)*/
h1 { font-size: 2.5em; }          /*② 30px 相当の文字サイズを指定*/
h2 { font-size: 2em; }          /*③ 20px 相当の文字サイズを指定*/
h3 { font-size: 1.8em; }       /*④ 16px 相当の文字サイズを指定*/
p { font-size: 1.5em; }         /*⑤ 12px 相当の文字サイズを指定*/
p.top { margin: 5px 500px 10px 400px; }         /*トップページの p 要素の位置を変更*/
ul { font-size: 1.2em; }     /* リストは少し文字小さめ  */
.small_p{font-size:120% ;}  /* 本文組で小さめの文字が欲しい時用*/


/* =================== */
/* リストのネスト時のマーカー設定 */
/* =================== */
ul { list-style-type: disc; /* 1階層目 */ }
ul ul { list-style-type: circle; /* 2階層目 */ }
ul ul ul { list-style-type: square; /* 3階層目以降 */ }


/* =========リストネスト表示設定========== */
/* リストのネスト時階層ごとに設定する */
ul#nestlist {
  text-align:left;
}
ul#nestlist li {
  list-style:url(../images/icon.gif);/* 一階層目のリストのみ画像アイコンを表示 */
  font-size:14px;/* remが指定できないブラウザのための設定 */
  font-size:1.4rem;
  font-weight:600;
}
ul#nestlist li ul {
  padding-left:5px;
}
ul#nestlist li ul li {
  list-style:none;
  font-size:10px;
  font-size:1rem;
  font-weight:300;
}
/* =========リストネスト表示設定:終わり========== */




/* 本文のタイトルに使う色*/
    *.honbun_title { color:maroon; }   /*本文のタイトルを付けた場合に色を maroon にする */



/* 行間の設定 */
h1 {margin: 10px 0px 10px 0px;  line-height:1.5em;}  /* マージンは順に「上右下左」 行間1.5 */
*.on_shoulder{margin: 20px 0px 10px 0px;   line-height:0.8em; font-weight:bold;}/* ショルダーの文字・行間設定 */
*.shoulder{margin: 0px 0px 10px 0px; padding: 0px 0px 0px 0px;  line-height:0.8em;}/* ショルダーを付けた時のメインタイトル用 */


h2 {margin: 50px 0px 10px 0px;  line-height:1.5em;}  /* 上マージン 50 行間1.5 */
h3 {margin: 20px 0px 10px 0px;  line-height:1.5em;}   /* 行間1.5 */
p   {margin: 5px 0px 10px 20px;  line-height:1.5em;} /* 左マージン20 行間1.5 */
table p{ font-size:1.5em)}

/*----------------*/
/*画像の回り込み*/
/*----------------*/
      *.float
      {
         float: left;
         margin-right: 1em;
      }

      *.float_top
      {
         float: left;
         margin-right: 1.7em;
         margin-left: 26px;
      }




      *.floatclear
      {
         clear: both;
      }


/*----------------*/
/* 回り込み解除 */
/*----------------*/
.clearLeft {
clear: left;
}






/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ここからBOX類の設定開始 */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ::::::::::::::: */
/* 全体枠の設定 */
/* ::::::::::::::: */

div#wrapper { 
    width: 1170px;  
    margin: 0 auto;  
    text-align: left;  
}
div#wrapper a:hover{
    background-color:#FFF;  
    filter:alpha(opacity=50);  
    -moz-opacity: 0.5;  opacity: 0.5;
}



div#wrapper2 { 
    width: 680px;  
    margin: 0 auto;  
    text-align: left;  
}
div#wrapper2 a:hover{
    background-color:#000;  
    filter:alpha(opacity=100);  
    -moz-opacity: 1.0;  opacity: 1.0;
}

div#wrapper3 { 
    width: 220px;  
    margin: 0 auto;  
    text-align: left;  
}
div#wrapper3 a:hover{
    background-color:#000;  
    filter:alpha(opacity=100);  
    -moz-opacity: 1.0;  opacity: 1.0;
}




/* ::::::::::::::::::::::::::::::::::::::: */
/* 右カラムと左カラムの設定 */
/* メインのメニュー＆本文用ボックス */
/* ::::::::::::::::::::::::::::::::::::::: */


/* :::::::::::::左ボックス:::::::::::::::::::: */
#box_left{    display:inline-block;  float:left; text-align: left; width:230;  margin: 0px 0px 0px 0px; padding: 0px 5px 5px 0px;}


/* :::::::::::::中央ボックス:::::::::::::::::::: */
#box_main { display:inline-block; float:left;width:690px; margin:1px 0px 0px 0px; padding: 5px 5px 5px 5px;}
/* border:solid; */


/* :::::::::::::右ボックス:::::::::::::::::::: */
#box_right {width:180px;float:left; margin:1px 0px 0px 5px;font-size: 75%;} /*文字サイズを75％に縮小する*/
#box_right p{width:auto;margin: 0px 0px 0px 0px;display:inline-block;}







/* ::::::::::::::::::::::::::::::::::::::: */
/* トップナビゲーションメニュー */
/* ::::::::::::::::::::::::::::::::::::::: */
/* トップナビ */
#box_top { float:left;
                  width:100%;
                  padding: 1em;
                  margin:10px 10px 20px 0px;
                }  
/* 注意事項：当初はこの設定はすべてのファイルに反映させていたが、  */
/*             ：トップナビゲーションをiframeに変更したのでほとんど使っていない。  */
/*             ：ただ、メルマガ登録のページだけは、ナビゲーションを表示してないので */
/*             ：この設定を利用している。他にもあるかも知れない。  */



/* ::::::::::::::::::::::::::::::::::::::: */
/*  KID'S ロゴ */
/* ::::::::::::::::::::::::::::::::::::::: */
.kids_logo{
        width:220px;
        display:inline-block;
        float:left;
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::: */
/* トップブロック:メインアイコンメニュー */
/* ::::::::::::::::::::::::::::::::::::::::::::::::: */
.top_left{
float:left;
width:680px;
margin-right: auto;
margin: 0px 0px 0px 10px;
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::: */
/* メニュー いいライターロゴ*/
/* ::::::::::::::::::::::::::::::::::::::::::::::::: */
.good_writer{
float:right;
width:200px;
margin-left: auto;
}








/* ::::::::::::::::::::::::::::::::::::::::::::::::: */
/* パンくず用メニューボックス */
/* ::::::::::::::::::::::::::::::::::::::::::::::::: */
#box_pan { float:left;
                  width:1180px;
                  height:100%;
                  padding: 0px;
                  padding-right: 5px;
                  margin: 1px;
                  border-top:2px solid #CCC;
                  border-bottom:2px solid #CCC;
                  height:auto;
                  vertical-align: middle;
                  overflow:hidden;
                } 


/* ::::::::::::::::::::::::::::::::::::::: */
/* 検索窓 */
/* ::::::::::::::::::::::::::::::::::::::: */
.box_search{width:270px; display:inline-block;position: absolute; top: 0;}

/* ::::::::::::::::::::::::::::::::::::::: */
/* 検索窓 : オプション用*/
/* ::::::::::::::::::::::::::::::::::::::: */
.box_search_op{width:270px; display:inline-block;float:left;}


/* ::::::::::::::::::::::::::::::::::::::: */
/* 検索窓 : 右寄せ用*/
/* ::::::::::::::::::::::::::::::::::::::: */
.box_search_op_right{
        width:230px;
        display:inline-block;
        float:right;
        text-align:right;
        margin-left:auto;
        padding:0;
        }


/* ::::::::::::::::::::::::::::::::::::::: */
/*  formのボタンカスタマイズ*/
/* ::::::::::::::::::::::::::::::::::::::: */
.submit_button {
    // 幅と高さを指定
    width: 60px;
    height: 20px;
    font-size: 8px;
    background-color: #681040;
    color: #fff;
    /* 角丸の指定 */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-style: none;
}
.submit_button :hover{
    background-color:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
input[type="submit"]:hover,
input[type="submit"]:active {
    opacity: 0.5;
}






/* ::::::::::::::::::::::::::::::::::: */
/*  ブログマークの文字囲み用CSS  */
/* ::::::::::::::::::::::::::::::::::: */
.blog_ico {
    display:inline;
    width:100px;
    font-size:10;
    font-weight:bold;
    text-decoration:none;
    text-align:center;
    padding:4px 12px 2px 12px ;
    color:#fff;
    background-color:red;
    border-radius:3px;
}


.Price_example{
    display:block;
    width:550px;
    text-decoration:none;
    text-align:left;
    padding:4px 12px 2px 12px ;
    color:#222;
    background-color:mediumseagreen;
    border-radius:15px;
}
.Price_example > h3{
  color:snow;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::: */
/* 図版のためのBOX*/
/* ::::::::::::::::::::::::::::::::::::::::::::::::: */
.box_step{
    display:block;
    float: left;
    width:100px;
    height: 120px;
    text-decoration:none;
    text-align:left;
    padding:0px 12px 2px 12px ;
    color:#222;
    background-color:lightsteelblue;
    border-radius:15px;
}
.box_step > h3{
   //中央揃え
    text-align:center;
    color:white;
    //マージン設定
    margin: 4px 0px 2px 0px;
    padding:0px 0px 0px 0px;
}
.box_step > p{
    margin:0px 0px 0px 0px;
    font-size:90%;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::: */
/* 図版のための矢印BOX*/
/* ::::::::::::::::::::::::::::::::::::::::::::::::: */
.box_arrow{
    display:block;
    float: left;
    width:30px;
    height: 120px;
    text-decoration:none;
    text-align:left;
    padding:30px 12px 30px 2px ;
    color:#555;
    background-color:white;
}



/* ::::::::::::::::::::::::::::::::::::::::::::::::: */
/* SNS等円形リンクボタン*/
/* ::::::::::::::::::::::::::::::::::::::::::::::::: */
.circle-box {
  float:left;
  display:block;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  font-size:20;
  font-weight:bold;
  text-decoration:none;
  color:#fff;
  display:block;
  text-align:center;
}
.circle-box background-color:hover {
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


/* ::::::::::::::::::: */
/* CSSボタン(角丸) */
/* ::::::::::::::::::: */
.wordpanel {
     float: left;
     margin-right: 1em;
    width:270px;
    font-size:12;
    text-decoration:none;
    display:block;
    text-align:left;
    padding:8px 10px 10px 10px;
    color:#000;
    border:4px solid #CCf;
    border-radius:5px;
}






/* ::::::::::::::::::: */
/* CSSボタン(角丸) */
/* ::::::::::::::::::: */
.btn {
    width:100px;
    font-size:10;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:6px 0 8px;
    color:#000;
    background-color:#49a9d4;
    border-radius:5px;
}


.btn_s {
    width:120px;
    font-size:8;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:4px 0 6px;
    color:#000;
    background-color:sandybrown;
    border-radius:3px;
}

.btn_s_no {
    width:120px;
    font-size:8;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:4px 0 6px;
    color:#2266aa;
         float: left;
         margin-right: 1em;
    background-color:#ccc;
    border-radius:3px;
}


.btn2 {
    width:85px;
    font-size:8;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:6px 0 8px;
    color:#000;
    background-color:olive;
    border-radius:5px;
}



.btn_no {
    width:100px;
    font-size:10;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:6px 0 8px;
    color:#2266aa;
         float: left;
         margin-right: 1em;
    background-color:#ccc;
    border-radius:5px;
}

/*    box-shadow:2px 2px 2px #555; */
/*    text-shadow:1px 1px #555; */





/* ::::::::::::::::::::::::::::::::::::::: */
/* メインメニュー用：CSSボタン(角丸/グレー) */
/* ::::::::::::::::::::::::::::::::::::::: */
.btn_mm {
    display:block;
    width:190px;
    font-size:12;
    font-weight:bold;
    text-decoration:none;
    text-align:center;
    padding:3px 0 4px;
    color:#ddd;
    background-color:olive;
    border-style: solid;
    border-width: 2px;
    border-radius:5px;
    border-color: #666;
}







/* ::::::::::::::::::::::::::::::::::::::: */
/* メニュー用：CSSボタン(角丸/白地) */
/* ::::::::::::::::::::::::::::::::::::::: */
.btn_mn {
    display:block;
    width:190px;
    font-family: 'フォント名';
    font-family: "CommercialBreak";
    font-size:24;
    font-weight:bold;
    text-decoration:none;
    text-align:center;
    padding:6px 0 8px;
    color:#666;
    background-color:#ffffff;
    border-style: solid;
    border-width: 2px;
    border-radius:5px;
    border-color: #666;
}


/* ::::::::::::::::::::::::::::::::::::::: */
/* お問い合わせボタン用：CSSボタン(角丸/白地) */
/* ::::::::::::::::::::::::::::::::::::::: */
.btn_mn_big {
    display:block;
    width:190px;
    font-family: 'フォント名';
    font-family: "CommercialBreak";
    font-size:24;
    font-weight:bold;
    text-decoration:none;
    text-align:center;
    padding:60px 0px 60px 0px;
    color:#666;
    
    background-color:palegreen;
    /*  background-color:mediumaquamarine; 背景色変更2018.2.18 */
    border-style: solid;
    border-width: 2px;
    border-radius:5px;
    border-color: #666;
}




/* :::::::::::::::::::::::::::::::::::::::::: */
/* 画像バナー設定 */
/* :::::::::::::::::::::::::::::::::::::::::: */
.bn_img{
         float: left;
         margin-left: 3px;
         margin-right: 3px;
         margin-top:3px;
         margin-bottom:10px;
}

/* :::::::::::::::::::::::::::::::::::::::::: */
/* 画像バナーのホバー設定 */
/* :::::::::::::::::::::::::::::::::::::::::: */
.bn_img a:hover{
    background-color:#fff;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/* :::::::::::::::::::::::::::::::::::::::::: */
/* トップページの角丸バナーパネル設定 */
/* :::::::::::::::::::::::::::::::::::::::::: */


/* 角丸の見出しバナー:リンク機能なし */
.bn_r {
    width:100%;
    font-size:10;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:left;
    padding:0px 0 0px 10px;
    color:#fff;
    background-color:darkblue;
    border-radius:5px;
}



/* 左端に写真があるタイプ:l_img */
.bn_panel_l_img{
    width:90%;
    height: 100px;
    margin: 0 auto;
    position: relative;
    border-radius:7px;
    background-color:#99aadd;
    border-color: #999999;
}
.bn_panel_l_img a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bn_panel_l_img a:hover{
    background-color:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.bn_panel_l_img img{
    height:100%;
    border-radius: 7px 0px 0px 7px / 7px 0px 0px 7px;
    float:left;
}


/* :::::::::::::::::::::::::::::::::::::::::: */
/* ホワイトペーパー用バナーパネル設定 */
/* :::::::::::::::::::::::::::::::::::::::::: */
.bn-panel_wp{
    margin: 5px  5px 5px 5px ;
    float:left;
    display:block;
    border: double 5px mediumblue; 
    border-radius: 10px;
    width: 200px;
    height: 200px;
    font-size:10;
    font-weight:bold;
    text-decoration:none;
    color:#000;
    text-align:left;
    background-color:lightcyan;
}


