@charset "utf-8";
/* PSEDO CLASS
----------------------------------------*/
a {color:#2C3E6C;text-decoration:none;}
a:hover {color:#2C3E6C;text-decoration:underline;}
a img { border:none; }
a:hover img{opacity:0.7;}
.required{
	font-size:0.8em;
	font-weight:bold;
	color:#e00;
	margin:0 .5em;
	}
.err{
	font-size:.9em;
	color:#ff4b5a;
	background-color:#ffeef4;
	border-radius:3px;
	padding:3px 5px;
	margin:5px 5px 0 0;
	display:inline-block;
	}
.sample{
	color:#aaa;
	font-size:.9em;
	margin-left:.5em;
	display:inline-block;
	}
/* FORM
----------------------------------------*/
label span {
	display: inline-block;
	vertical-align:middle;
	margin:0 .5em;
}
label {
	display:inline-block;
	xmargin:.2em .5em;
	margin:.2em 0;
}
input[type="text"], input[type="password"], select, textarea {
	background:#f5f5f5;
	border:1px solid #ccc;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
/*	padding:2px 5px;
	display:inline-block;
	margin:5px 0;*/
	font-family:inherit;
}
input[type="text"], input[type="password"] {
	height:22px;
}
select {
	height:24px;
}
textarea {
	height:100px;
	width : 80%;
	width : -webkit-calc(80% - 12px);
	width : calc(80% - 12px);
	font-size:1.3em;
	font-weight:normal;
	resize:both;
}
textarea {
	margin-top:.5em;
}
table td input[type="radio"], table td input[type="checkbox"] {
	margin:0 5px 0 5px;
}
table td input[type="text"], table td input[type="password"] {
	margin:.5em 0;
	display:inline-block;
}
.wm {
	width : 98%;
	width : -webkit-calc(100% - 12px);
	width : calc(100% - 12px);
}
/* ==================================================
	BASE
================================================== */
#groundbox {
	margin:0 auto;
	width:100%;
	min-width:1068px;
	background-color:#FFFFFF;
}
#header {
/*	width:1200px;*/
	height:100px;
	border-bottom:10px solid #1b3a8c; /* キーカラー：群青色 */
	margin:0;
	position:relative;
}
#header img{
	width:100%;
	height:auto;
	}
#contentbox {
	margin:0px;
	text-align:left;
/*	width:1200px;*/
	margin:0 auto;
}
#contentbox #left_pane {
	float:left;
	width:860px;
	margin-right:20px;
}
* html #contentbox #left_pane { 
	margin-right:20px;
}
#contentbox #right_pane {
	float:left;
	width:300px;
	background-color:#F1F1F1;
	margin-bottom:10px;
}
#contentbox #right_pane img{
	width:100%;
	height:auto;
	}
#footer{
	text-align:center;
	background-color:#1A1F25;
	}

/* ==================================================
	clearfix
================================================== */
br.clear {
	clear:both;
	font-size : 0px ;
}

div.clear {
	clear:both;
	float:none;
	font-size:0px;
	overflow:hidden;
	height:1px;
	width:1px;
}

.fbox {
	zoom: 100%;
}

.fbox:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.clear {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;/*\*//*/  height: auto;  overflow: hidden;  /**/
}
*:first-child+html .cf {
	zoom: 1;
} /* IE7 */

.table-striped {
    width: 100%;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    margin-bottom: 20px;
}

.table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9; 
}

.table-striped th {
    padding: 6px 8px 5px;
    width: 30%;
    overflow: hidden;
    font-style: normal;
    font-weight: bold;
    font-size: 100%;
    text-align: left;
    word-break: break-all;
    word-wrap: break-word;
    vertical-align: top;
}

.table-striped td input{
	width: 80%;
}
.table th {
    font-weight: bold;
}
.table th, .table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    width: auto;
}

label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top,#08c,#04c);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
    background-image: -webkit-linear-gradient(top,#08c,#04c);
    background-image: -o-linear-gradient(top,#08c,#04c);
    background-image: linear-gradient(to bottom,#08c,#04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
	
}