﻿@charset "utf-8";

/* --- 全体の背景・テキスト --- */
body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;	/* ページの背景色 */
	color: #000000; 			/* 全体の文字色 */
	font-size: 100%;			/* 全体の文字サイズ */
}


/* --- 全体の背景・テキスト --- */
#sidebox {
    margin: 0 auto; /* center for now */
    background: url(sbbody-r.gif) no-repeat bottom right;
    font-size: 100%;
    max-width:630px;
}
#sidebox .boxhead {
    background: url(sbhead-r.gif) no-repeat top right;
    margin: 0;
    padding: 0;
    font-size: 1.4em; 
    text-align: center;
}
#sidebox .boxhead .h {
    background: url(sbhead-l.gif) no-repeat top left;
    margin: 0;
    padding: 30px 30px 10px;
    color: white; 
    font-weight: bold; 
    font-size: 1.2em; 
    line-height: 1em;
    text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
#sidebox .boxbody {
    background: url(sbbody-l.gif) no-repeat bottom left;
    margin: 0;
    padding: 20px 50px 31px;
	height:150px;
}
#sidebox .boxbody p {
    margin:0; padding:10px 0 5px 0;
}

#input_text {
	font-size:130%;
	width:200px;
}


.btn-square-shadow {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8;							/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;

  position:absolute;
  right:10px;
}

.btn-square-shadow:active	/*ボタンを押したとき*/
{
  -webkit-transform: translateY(4px);
  transform: translateY(4px);					/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);	/*影を小さく*/
  border-bottom: none;
}
