@charset "UTF-8";

/*
	Theme Name: MarBIT App Theme
	Description: 
*/

/*********************************************************
 Copyright (C) MarBIT Ltd.
 All Rights Reserved.

 グローバル設定
*********************************************************/

* {
	margin: 0px;
	padding: 0px;
}

html {
	height:100%;
}

body {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height:100%;
}

h1, h2, h3, h4, h5, .center {
	text-align:center;
}

/****************************************

          List

*****************************************/

ul,ol {
	margin-left: 2em;
	padding: 0;
}

a {
	border-right: 1px solid #eee;
}

.header {
	margin: 0px;
    padding-top: 3em;
    padding-bottom: 3em;
    background-image: url(/wp-content/themes/marbit/images/title-image1.jpg);
    background-size: cover;
    text-shadow: black 2px -2px 2px, black 2px 0px 2px, black 2px 2px 2px, black -2px -2px 2px, black -2px 0px 2px, black -2px 2px 2px, black 0px -2px 2px, black 0px 0px 2px, black 0px 2px 2px;
	color: #fff;
    font-size: 400%;
}

.footer {
  width: 100%;
  background-color: #f5f5f5;
}

.panel {
    margin: 1em;
}

.panel_content, #textinput {
    padding: 1em;
}

.navbar {
    margin: 0px;    
}

.nav-tabs a {
    padding: 5px !important;
}

.bold {
    font-weight: bold;
}

.fs1 {
    font-size: 100%;
}

.fs2 {
    font-size: 200%;
}

.fs3 {
    font-size: 300%;
}

/****************************************

          WordPress Misc

*****************************************/

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}

.wp-caption-text,
.gallery-caption{
	font-size: 80%;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}

img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}

img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em 0;
}
