@charset "UTF-8";

/*
Theme Name:dai
Theme URI:
Description:サンプル
Author:sumimoto
Author URI:
Version:1.0.0
*/

/*==============================================================================
 * Common
 *----------------------------------------------------------------------------*/

body {
  z-index: -100;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
/*well*/
.parts,
.memberImageBox,
#MailAddressLogin,
#POP3Login,
div.dparts div.parts,
#Footer,
.timeline-large {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  margin: 5px 0px 5px 0px;
}
div.partsHeading h3 {
  color: #333;
  border-bottom: 1px solid #f5f5f5;
}
.input_submit,
input[type="submit"],
input[type="button"] {
  color: #555555;
  background-color: #fff;
  border-color: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
}
.input_submit:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #e6e6e6
}
div.parts table {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
/*==============================================================================
 * Header
 *----------------------------------------------------------------------------*/
/*==============================================================================
 * Notification
 *----------------------------------------------------------------------------*/
/*==============================================================================
 * Timeline
 *----------------------------------------------------------------------------*/
.timeline-post a.screen-name,
.nav > li > a {  color: #333 }
/*==============================================================================
 * informationBox
 *----------------------------------------------------------------------------*/
.informationBox,
#informationAboutThisIsYourProfilePage .well {
  color: #3A87AD;
  background-color: #D9EDF7;
  border-color: #BCE8F1;
}
div.alertBox {
  background-color: #FCF8E3;
  color: #C09853;
  border-color: #FBEED5;
}
/*==============================================================================
 * license
 *----------------------------------------------------------------------------*/
#Footer span {
  position: absolute;
  margin-top: 6px;
}
