body{
background-color:#ffffff;
}
#contents {
	width:700px;/***700px***/
	margin:0 auto;
	color:#666;
	font-size:10.5pt; /***90%***/
	padding:20px;
	background:white;
}
/*
section table   { width: 100%; }
section th, section td  { padding: 10px; border: 1px solid #ddd; }
section th  { background: #f4f4f4; }
*/ 
/*----------------------------------------------------
    .sphone
----------------------------------------------------*/
.sphone th  { width: 30%; text-align: left; }
 
@media only screen and (max-width:480px){
    .sphone { margin: 0 -10px; }
    .sphone th,
    .sphone td{
        width: 100%;
        display: block;
        border-top: none;
	padding:5px 5px 5px 20px;
    }
    .sphone tr:first-child th   { border-top: 1px solid #ddd; }
}
/*.sphone input{
width:100%;
max-width:350px;

}*/
.sphone textarea {
 width:100%;
 max-width: 100%;
    box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
 } 
/*     ここまで .sphone       */
table {
	width:100%;
	border-collapse:collapse;
}
td {
	border:1px solid #ccc;
	padding:5px;
	font-size:10.5pt;/**90%**/
	color:#666;
	
}
td.l_Cel {
	width:150px;
}

tr td.error input , 
tr td.error textarea , 
tr td.error label {
	background:#FFCCCC;
}
* html tr td.error label {
	background:none;
}
*+html tr td.error label{
	background:none;
}
tr td p.error{
	margin:0;
	color:red;
	font-weight:bold;
	margin-bottom:1em;
}
.tipped {
    color: #BBB;
}
textarea {
 width:100%;
 max-width: 100%;
    box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
 height:150px;
 } 

/*****ここからスライドバー関係*****/
#sb-site {
	box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.3); /* Shadow cast onto the slidebars when opened. */
	padding: 50px 0 30px 0;
	background-color:#eeffcc ; font-size:10.5pt;
	color:#000000; font-family:'Arial','Osaka';valign:top
}

#adverts {
	margin-top: 20px;
}

.advert {
	border-radius: 3px;
	border: 1px solid #727272;
	margin-bottom: 10px;
	padding: 3px;
}

.navbar {
	box-shadow: /* Shadow beneath the bar and edge highlights. */
		/* Layered single pixel shadows to create a one sided shadow effect. */
		0 5px 0 0 rgba(255, 255, 238, 0.01),
		0 4px 0 0 rgba(255, 255, 238, 0.02),
		0 3px 0 0 rgba(255, 255, 238, 0.04),
		0 2px 0 0 rgba(255, 255, 238, 0.06),
		0 1px 0 0 rgba(255, 255, 238, 0.08),
		/* Top highlight */
		0 1px 0 0 rgba(255, 255, 255, 0.1) inset,
		/* Left highlight */
		1px 0 0 0 rgba(255, 255, 255, 0.1) inset,
		/* Right highlight */
		-1px 0 0 0 rgba(255, 255, 255, 0.1) inset,
		/* Bottom lowlight */
		0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
		
	/* Glass gradient overlay. */
	background-image: -webkit-linear-gradient(top, rgba(255,255,255, 0.05) 50%, rgba(255,255,238, 0.02) 51%); /*  Webkit syntax. */
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 238, 0.02) 51%); /* Final syntax. */
	background-size: 100%;
	background-repeat: no-repeat;
	
	/* Bootstrap Changes */
	border: none;
	width: 100%;
	left: auto;
	right: auto;
}

#logo {
	margin-top: 4px;
	text-align: center;
}

#top-arrow {
	padding-top: 17px;
	padding-bottom: 13px;
}

.navbar .sb-toggle-left {
	width: 58px;
	float: left;
	padding: 13px;
}

.navbar .sb-toggle-right {
	width: 58px;
	float: right;
	padding: 13px;
}

.sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
	cursor: pointer;
}

.sb-right {
	margin-top: 50px;
}

.navicon-line {
	width: 24px;
	height: 4px;
	border-radius: 1px;
	margin-bottom: 3px;
	background-color: #4d4dff;
}

ul.navbar-nav {
	display: none;
}

footer {
	margin-top: 30px;
}

/* Slidebars */

.sb-slidebar {
	background-color: #ffffee;
	color: #4d4dff;
}

/* ---------------
 * 003 - Slidebars
 */

.sb-slidebar {
	background-color: #ffffee; /* Background colour. */
	color: #4d4dff; /* Text colour. */
}

.sb-slidebar a {
	color: #4d4dff;
	text-decoration: none;
}

.sb-slidebar a:hover {
	color: #ff66cc; /* Link hover colour. */
	text-decoration: underline;
}

/* Main Menu */
.sb-menu { /* Apply to <ul> or <ol>. */
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.sb-menu li {
	width: 100%;
	padding: 0;
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1); /* Will lighten any background colour you set. */
	border-bottom: 1px solid rgba(0, 0, 0, 0.2); /* Will darken any background colour you set. *0.2にかえた/
}

.sb-menu > li:first-child {
	border-top: none; /* Removes top border from first list item.. */
}

.sb-menu > li:last-child {
	border-bottom: none; /* Removed bottom border from last list item. */
}

.sb-menu li a {
	width: 100%; /* Makes links full width. */
	display: inline-block;
	padding: 1em; /* Creates an even padding the same size as your font. */
	color: #4d4dff;
}

.sb-menu li a:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.05); /* Will lighten any background colour you set. */
}

/* Borders */
.sb-left .sb-menu li a {
	border-left: 3px solid transparent;
}

.sb-left .sb-menu li a:hover {
	border-left: 3px solid; /* Removes transparent colour, so border colour will be the same as link hover colour. */
}

.sb-right .sb-menu li a {
	border-right: 3px solid transparent;
}

.sb-right .sb-menu li a:hover {
	border-right: 3px solid; /* Removes transparent colour, so border colour will be the same as link hover colour. */
}

/* Left */


.sb-menu li .sb-open-right, .sb-menu li small {
	display: inline-block;
	padding: 14px;
        color: #4a4aaa;
}

.sb-menu li img {
	margin: 1px;/*もと5px*/
}

/* Right */
aside#sub {
	padding: 13px 13px 13px 13px;
	color: #222222;
}


img.img-me {
	margin: 13px auto;
	border: 4px solid #fff;
}

/* Slidebar Type */

.sb-slidebar, .sb-slidebar h3 {
	color: #F0F0F0;
}

.sb-slidebar ul.sb-nav li a {
	color: #DEDEDE;
}

.sb-slidebar ul.sb-nav li a:hover {
	color: #C7C7C7;
	text-decoration: none;
}

.sb-slidebar ul.sb-nav li span:hover {
	color: #C7C7C7;
}

/* Anchor Links */
#download, #api, #options, #helper-classes {
	margin-top: -50px;
	padding-top: 50px;
}

/* Helper Classes */
.add-bottom-margin {
	margin-bottom: 15px;
}

.no-bottom-margin {
	margin-bottom: 0;
}

.add-top-margin {
	margin-top: 15px;
}

.no-top-margin {
	margin-top: 0;
}

.push-down {
	position: relative;
	top: 2px;
}

@media (min-width: 768px) {
	ul.navbar-nav {
		display: block;
	}
	
	#logo {
		text-align: left;
	}
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

#bisma {
	margin: 50px 0;
}

#bisma h2 {
	font-weight: 300;
	color: #f71756;
}

#bisma p {
	font-weight: 300;
	font-size: 15px;
	color: #646a73;
}

#bisma p.lead {
	font-size: 24px;
	color: #646a73;
}

.img-responsive-stretch {
	display: block;
	width: 100%;
	height: auto;
}

#manhattan {
	
}

#manhattan a {
	text-decoration: none;
}

#manhattan a:hover {
	text-decoration: none;
}

#manhattan #mhtn-img {
	width: 100%;
	height: 200px;
	margin-bottom: 20px;
	background-image: url('images/manhattan-banner.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#manhattan p.lead {
	color: #d57597;
	text-align: center;
}



