@charset "utf-8";
/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * For full copyright and license information, please see the LICENSE.txt
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
 */


@font-face {
  font-family: "MEIRIO";
  src: url("../font/MEIRYO.eot?") format('eot'),
       url("../font/MEIRYO.woff") format('woff'),
       url("../font/MEIRYO.ttf")  format('truetype');
}

/** General Style Info ---------------------------------------------**/
html,body {
	font-family:'MEIRIO','Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	font-size: 100%;
	color: #fff;
	background: #003200;
	height: 90%;
	text-align: center;
}

h1 {
	font-size: 300%;
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 2em;
}

h2 {
	font-size: 200%;
	text-decoration: underline;
	margin-bottom: 15px;
}

a {
	color: #fff;
	text-decoration: none;
	outline: 0px;
}

a:hover {
	color: #367889;
	text-decoration:none;
}

/** Layout ---------------------------------------------------------**/
#container {
	width: 650px;   
	margin: 0 auto;   
    position: relative;
    min-height: 80%;
    height: auto !important;
    height: 80%
}

#header{
	text-align: left;
	padding: 10px 20px;
	margin-top: 20px;
}

#content{
	width: 100%;
	clear: both;
	overflow: auto;
	padding-bottom: 100px;
}
#footer{
	text-align: center;

}


/** ﾘｱﾙﾎﾞﾀﾝ(submit)------------------------------------------------ **/

.cldbutton input[type=submit]{
	font-weight:normal;
	background: #003200;
	color:#fff;
	border:2px solid #fff;
//	-webkit-border-radius: 4px;
//	-moz-border-radius: 4px;
//	border-radius: 4px;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
	font-size: 120%;
	padding: 12px 15px;
	width: 160px;
	margin-top: 5em;
//	margin-bottom: -2.5em;
	margin-bottom: -1.2em;

}
.cldbutton button{
	font-family:'MEIRIO','Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	font-weight:normal;
	background: #003200;
	color:#fff;
	border:2px solid #fff;
//	-webkit-border-radius: 4px;
//	-moz-border-radius: 4px;
//	border-radius: 4px;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
	font-size: 120%;
	padding: 12px 15px;
	width: 160px;
	margin-top: 3em;
//	margin-bottom: -2.3em;
	margin-bottom: -1.2em;

}

/** ﾎﾞﾀﾝ風ﾘﾝｸﾚｲｱｳﾄ------------------------------------------------ **/

.cldLinkBotton {
//	margin-top: -3em;
	margin-top: -3.8em;
	margin-bottom: 2em;
	
}

.cldLinkBotton a{
	border-color:#fff;
	border-style:solid;
	border-width:2px;
//	-moz-border-radius:5px;
//	-webkit-border-radius:5px;
//	border-radius:5px
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 12px 15px;
	width: 160px;
	
}

/** Tables ------------------------------------------------------------------**/
table {
	border-right:0;
	clear: both;
	//margin-bottom: 10px;
	width: 100%;
}
th {
	border:0;
	border-bottom:2px solid;
	text-align: left;
	padding:4px;
	font-weight: normal;
}
table tr td {
	padding: 2px;
	text-align: left;
}

/** Table--ﾘｽﾄ・一覧系 ------------------------------------------------------**/
.cldList {
    border-top:1px solid #fff;
    border-left:1px solid #fff;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	border: 1px #fff solid;
	margin-bottom: 1em;
}
.cldList th{
	border: 1px #fff solid;
    border-top:1px solid #fff;
    border-left:1px solid #fff;
    text-align:center;
}
.cldList td,tr{
	border: 1px #fff solid;
    border-top:1px solid #fff;
    border-left:1px solid #fff;
    font-size: 95%;
}
.cldList input[type="submit"]{
	padding:0.1em 0.4em 0.1em 0.4em;
	margin:0.1em 0.1em 0.1em 0.1em;
}
/* safari文字色対応 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.cldList input[type="file"]{
		color: #fff;
	}
}

/** Table--ﾒﾆｭｰ系 ------------------------------------------------------**/
.cldTMenu {
    border: 0;;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
}
.cldTMenu th{
	border: 0;;
    text-align:left;
    font-weight: bold;
    font-size: 130%;
    height: 45px;
}
.cldTMenu td,tr{
	border: 0;;
	padding-left: 1em;
	vertical-align: text-center;
}
.cldTMenu input,
.cldTMenu select{
	font-size: 110%;
	margin: 0px;
}
.cldTMenu select{
	height:38px;
	line-height: 38px;
}
.cldTMenu input[type="radio"],
.cldTMenu radio {
	height:15px;
	width:15px;
	margin-left: 5px;
}
.cldTMenu input[type="radio"]+label,
.cldTMenu label {
	font-size:120%;
	padding-left: 5px;
	padding-bottom: 20px;
}


/** ｲﾝﾌﾟｯﾄ・入力系 -----------------------------------------------------------**/
input {
	clear: both;
	font-size: 90%;
	font-family:'MEIRIO','Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	padding: 1%;
}

select {
	clear: both;
	font-size: 90%;
	font-family:'MEIRIO','Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	padding: 1%;
	height:35px;
	line-height: 32px;
}

/*** ﾄｯﾌﾟﾒﾆｭｰのﾚｲｱｳﾄ ------------------------------------------------**/


.cldMenu {
	font-size: 130%;
	width: 100%;
}
.cldMenu div {
	margin-left: 20px;
	margin-bottom: 5px;
}
.cldMenu li{
	list-style-type: none;
	margin-left: 50px;
	margin-bottom: 5px;
}

/** ﾍﾟｰｼﾞ表示のﾚｲｱｳﾄ------------------------------------------------ **/

.cldPaging {
	margin-top: 1em;
	clear:both;
	text-align: left;
	//padding: 8px;
}

.cldPaging span{
	padding: 8px;
	margin: 2px;
	border: 1px solid #fff;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}

.cldPaging span:hover{
	background: #3c6450;
}
.cldPaging a:hover{
	color: #fff;
}
.cldPaging .disabled {
	color: #3c6450;
}
.cldPaging .disabled:hover {
	background: transparent;
}
.cldPaging .current {
	background: #efefef;
	color: #000000;
	
}

/** 補助追加ﾎﾟｯﾌﾟｱｯﾌﾟﾃﾞｻﾞｲﾝ------------------------------------------------ **/

.popbox {
	display: inline-block;
	display: inline;
}

.open {
	border-color:#fff;
	border-style:solid;
	border-width:2px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 4px 6px;
	margin-left:20px;
	font-size: 90%;
}

.collapse {
	display: inline-block;
	_display: inline;
	position:relative;
	top:-50px;
}

.box {
	display:block;
	display:none;
	background:#FFF;
	background:#003200;
	border:solid 1px #BBBBBB;
	border-radius:5px;
	box-shadow:0px 0px 15px #999;
	font-size:120%;
	text-align:left;
	padding: 1.5em;
	position:absolute;
	width: 360px;
	margin-left: 30px;
}

.box a.close {
	color:red;
	font-size:80%;
	text-decoration:underline;
	padding: 1em;
}








/** ------------------------------------------------------------------------- **/
/** ------------------------------------------------------------------------- **/
/** ﾃﾞﾌｫﾙﾄｴﾗｰ表示等----------------------------------------------- **/
/** ------------------------------------------------------------------------- **/
/** ------------------------------------------------------------------------- **/


.message {
	clear: both;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	margin-top: 2em;
	padding: 5px;
	font-weight: normal;
}

.message {
	clear: both;
	color: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}



/* Form errors */
form .error {
	background: #FFDACC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}
form .error,
form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}


.success,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 7px 14px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.success,
.cake-error,
p.error,
.error-message {
	clear: both;
	color: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.success {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #3B8230;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	color: #fff;
}
.cake-debug,
.cake-error {
	font-size: 16px;
	line-height: 20px;
	clear: both;
}
.cake-error > a {
	text-shadow: none;
}
.cake-error {
	white-space: normal;
}
