/*
Theme Name: Coldbox-Child
Template: coldbox
 */

/* ------------------------------------------------------------------------- *
*  Start customizing here
* -------------------------------------------------------------------------- */

/*ボタン（白地青枠）ここから*/
	a.button{
   display:block;
   padding:5px;
   margin:0 auto;
   color:#337ab7;/* 文字色 */
   text-align:center;
   font-size:14px;
   font-weight: bold;
   border-radius: 0px;   
   text-decoration: none;
   width: 80%;
   border: 2px solid #337ab7;/*枠*/
}
/* マウスオーバー時 */
	a.button:hover{
   color:#ffffff!important;
   background: #337ab7;/* 反転背景色 */
}
/*ここまで*/

/*ボタン（黒地白文字）ここから*/
a.button2{
   display:block;
   padding:5px;
   margin:0 auto;
   color:#ffffff;/* 文字色 */
   background: #000000;
  text-align:center;
   font-size:14px;
   font-weight: bold;
   border-radius: 0px;   
   text-decoration: none;
   width: 40%;
   border: 2px solid #000000;/*枠*/
}
/* マウスオーバー時 */
a.button2:hover{
   color:#ffffff!important;
   background: #337ab7;/* 反転背景色 */
    border: 2px solid #337ab7;/*枠*/
}
/*ここまで*/


/*囲み罫（青地破線）ここから*/
.box6 {
    padding: 0.5em 1em;
    margin: 2em 0;
    background: #f0f7ff;
    border: dashed 2px #5b8bd0;/*点線*/
}
.box6 p {
    margin: 0; 
    padding: 0;
}
/*ここまで*/
