@charset "utf-8";
/* CSS Document var14.1 */

html {
/*	-webkit-text-size-adjust:100%;*/
}

body {
	font-family:"メイリオ", Meiryo;
	line-height:1.8;
	font-size:87.5%;
	height:auto;
	position:relative;
	min-width:320px;
	min-height: 100%;
}

input,
textarea { font-size:87.5%; }

p {
	margin-bottom:1em;
}
pre {
	font-family:"メイリオ", Meiryo;
	line-height: 1.5;
	font-size: 100%;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: auto;
}

em {
	font-style:normal;
	font-weight:bold;
	color:#F00;
}

strong {
}

h1 {
	float:left;
	color: #333;
}
h1 img {
	vertical-align: bottom;
}
h1 a {
	color: #333 !important;
	font-weight: bold;
	font-size: 125%;
	text-decoration: none;
}

h2 {
	border-bottom: 3px solid #3D8EC5;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.2;
	margin:0 0 15px;
	padding:0 0 2px;
}

h3 {
	border-left: 5px solid #3D8EC5;
	font-size: 115%;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 10px;
	padding: 5px 0 2px 10px;
}

h4 {
	font-size: 109%;
	font-weight: bold;
	margin: 8px 0 8px;
}


ul {
}

ol {
}

ul li {
}

.inner {
	width:1024px;
	margin:0 auto;
}

/*+++++++++++++++++++++++++++++++++++++++++++ 
	コンテンツ 
+++++++++++++++++++++++++++++++++++++++++++ */
#contents{
	padding:15px 0 55px;
}

#contents nav {
	margin:0 0 15px;
}

#contents nav li {
	background: url(/common/img/ico_07.png) 3px 3px no-repeat;
	line-height: 1.2;
	margin-bottom: 10px;
	padding-left: 1em;
}

.pagination {
	margin:20px 0;
	text-align:center;
}

.pagination li {
	display:inline-block;
	border:#B5BFD0 1px solid;
}

.pagination li a {
	display:block;
	padding:5px 10px;
	background:#E2E7ED;
	text-decoration:none;
}

.pagination li a:hover,
.pagination li.active a,
.pagination li.active {
	background:#6187B6;
	color:#FFF;
}

.pagination li.disabled a,
.pagination li.disabled a:hover {
	background:#999;
	color:#F1F2F7;
}
.alert {
	border: 1px solid #B5BFD0;
	background-color: #FFFFF6;
	color: #900;
	font-weight: bold;
	padding: 12px 18px;
	margin: 0 0 18px;
}
.thumb50 {
	max-width: 50px;
	max-height: 50px;
}
.thumb100 {
	max-width: 100px;
	max-height: 100px;
}
.thumb150 {
	max-width: 150px;
	max-height: 150px;
}
.thumb200 {
	max-width: 200px;
	max-height: 200px;
}
.thumb250 {
	max-width: 250px;
	max-height: 250px;
}
.thumb300 {
	max-width: 300px;
	max-height: 300px;
}

.version {
	float: right;
	text-align: right;
	background-color: #9CF;
	padding: 3px 8px;
	margin: 0 0 8px 8px;
	border-left: 4px solid #FFF;
}

/*+++++++++++++++++++++++++++++++++++++++++++ 
	テーブル
+++++++++++++++++++++++++++++++++++++++++++ */

table {
	border-left: 1px solid #b5bfd0;
	border-top: 1px solid #b5bfd0;
	margin-bottom: 10px;
}
th {
	background-color: #f0f2f7;
	border-bottom: 1px solid #b5bfd0;
	border-right: 1px solid #b5bfd0;
	font-weight: bold;
	padding: 4px 6px;
	text-align: left;
}
td {
	background-color: #fff;
	border-bottom: 1px solid #b5bfd0;
	border-right: 1px solid #b5bfd0;
	padding: 4px 6px;
}
tr.ng td {
	background-color: #ccc;
}

/*+++++++++++++++++++++++++++++++++++++++++++ 
	フォーム 
+++++++++++++++++++++++++++++++++++++++++++ */
form {
}

.help {
	color:#666;
	font-size:87%;
}

input[type="text"],
select,
textarea,
input[type="password"]  {
	background-color: #f0f2f7;
	border: 2px solid #5860ac;
	padding: 2px 4px;
	font-size: 100%;
} 

.loginForm {
	width:480px;
	margin:0 auto;
}


.loginForm table {
	width:100%;
	margin:0 auto 15px;
}

.loginForm th,
.loginForm td {
	text-align:center;
	padding:8px 12px;
}

.loginForm input[type="text"],
.loginForm input[type="password"]{
	min-width:95%;
}

.loginForm input[type="submit"] {
	min-width:200px;
	font-size:120%;
}


/*+++++++++++++++++++++++++++++++++++++++++++ 
	ヘッダー
+++++++++++++++++++++++++++++++++++++++++++ */
header {
	border-top:#3D8EC5 3px solid;
	padding:4px 0;
}

header h1 img {
	margin:0 10px 0 0;
}

header .logout {
	float:right;
	margin:8px 0 0;
}

header .logout a {
	display:block;
	background: #3D8EC5;
	color: #fff;
	padding: 4px 15px;
	text-decoration:none;
	text-align:center;
}

header .logout a:hover {
	background:#0067CE;
}

header nav {
	background: #3D8EC5;
	margin:5px 0 0;
}


header nav li {
	display:inline-block;
}

header nav li a:link,
header nav li a:visited {
	display:block;
	color:#FFF;
	text-decoration:none;
	padding:5px 20px;
	border:#3D8EC5 1px solid;
}

header nav li a:hover {
	background: #FFF;
	color:#3D8EC5;
}
/*+++++++++++++++++++++++++++++++++++++++++++ 
	フッター 
+++++++++++++++++++++++++++++++++++++++++++ */
footer {
	position:absolute;
	bottom:0;
	height:25px;
	background:#3D8EC5;
	text-align:center;
	color:#FFF;
	padding:5px 0 0;
	width:100%;
	left:0;
}

footer p {
	margin:0;
	font-size:90%;
}

/*+++++++++++++++++++++++++++++++++++++++++++ 
	リンク
+++++++++++++++++++++++++++++++++++++++++++ */
a:focus { outline:none;}
a:link,
a:visited { color: #0066cd; }
a:hover,
a:active { text-decoration:none; }
/*+++++++++++++++++++++++++++++++++++++++++++ 
	ボタン
+++++++++++++++++++++++++++++++++++++++++++ */

.btn {
	background: #3D8EC5;
	color: #fff!important;
	display: inline-block;
	padding: 3px 15px 1px;
	text-decoration:none;
	border:none;
	vertical-align:middle;
	cursor:pointer;
}


.btn:hover {
	background:#0067CE;
}

.btnDel {
	background:#666;
	color: #fff!important;
	display: inline-block;
	padding: 3px 15px 2px;
	text-decoration:none;
	border:none;
	vertical-align:middle;
	cursor:pointer;

}

.btnDel:hover {
	background:#AAA;
}

a.btnS {
	font-size:87.5%;
}
.btnL {
	font-size:100%;
	line-height:1.7;
	padding:6px 20px 4px;
}

/*+++++++++++++++++++++++++++++++++++++++++++ 
	汎用
+++++++++++++++++++++++++++++++++++++++++++ */
.clear { clear:both; }
.texCenter { text-align:center!important; }
.texLeft { text-align:left!important; }
.texRight { text-align:right!important; }
.weightNormal { font-weight:normal!important; }
.floatL { float:left; }
.floatR { float:right; }
.photoL {
	float:left;
	margin:0 1em 1em 0;
}
.photoR{
	float:right;
	margin:0 0 1em 1em;
}
.boxCenter {
	display:block;
	margin:0 auto; 
}
.borderNone { border:none!important; }
.overflowHidden { overflow:hidden; }
.imeDisabled { ime-mode:disabled; }
.photoFrame {
	-moz-box-shadow:1px 1px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.4);
	box-shadow:1px 1px 3px rgba(0,0,0,0.4);
}
ul.sideBySide li {
	display:inline-block;
	margin:0 15px 0 0;
}
/*+++++++++++++++++++++++++++++++++++++++++++ 
	横幅
+++++++++++++++++++++++++++++++++++++++++++ */
.w10per { width:10%; }
.w20per { width:20%; }
.w30per { width:30%; }
.w40per { width:40%; }
.w50per { width:50%; }
.w60per { width:60%; }
.w70per { width:70%; }
.w80per { width:80%; }
.w90per { width:90%; }
.w100per { width:100%; }
.w500 { width:500px; }
.w450 { width:450px; }
.w400 { width:400px; }
.w350 { width:350px; }
.w300 { width:300px; }
.w250 { width:250px; }
.w200 { width:200px; }
.w150 { width:150px; }
.w100 { width:100px; }
.w50 { width:50px; }

/*+++++++++++++++++++++++++++++++++++++++++++ 
	color 
+++++++++++++++++++++++++++++++++++++++++++ */
.color_red { color:#F00; }

/*+++++++++++++++++++++++++++++++++++++++++++ 
	font-size
+++++++++++++++++++++++++++++++++++++++++++ */
/*※font-size:87.5%(14px相当)を基準としたサイズ*/
.fs10px { font-size:71.4%!important; }
.fs11px { font-size:78.6%!important; }
.fs12px { font-size:85.7%!important; }
.fs13px { font-size:92.8%!important; }
.fs15px { font-size:107.2%!important; }
.fs16px { font-size:114.3%!important; }
.fs17px { font-size:121.4%!important; }
.fs18px { font-size:128.6%!important; }
.fs19px { font-size:135.7%!important; }
.fs20px { font-size:142.8%!important; }
.fs22px { font-size:157.2%!important; }
.fs24px { font-size:171.4%!important; }
.fs26px { font-size:185.7%!important; }
.fs300 { font-size:300%!important; }
.fs250 { font-size:250%!important; }
.fs200 { font-size:200%!important; }
.fs150 { font-size:150%!important; }
.fs120 { font-size:120%!important; }
.fs110 { font-size:110%!important; }
.fs90 { font-size:90%!important; }
.fs80 { font-size:80%!important; }
.fs70 { font-size:70%!important; }
.fs60 { font-size:60%!important; }
.fs50 { font-size:50%!important; }

/*+++++++++++++++++++++++++++++++++++++++++++ 
	margin 
+++++++++++++++++++++++++++++++++++++++++++ */
.mt0 { margin-top:0!important; }
.mt5 { margin-top:5px!important; }
.mt10 { margin-top:10px!important; }
.mt15 { margin-top:15px!important; }
.mt20 { margin-top:20px!important; }
.mt25 { margin-top:25px!important; }
.mt30 { margin-top:30px!important; }
.mt35 { margin-top:35px!important; }
.mt40 { margin-top:40px!important; }
.mt45 { margin-top:45px!important; }
.mt50 { margin-top:50px!important; }
.mb0 { margin-bottom:0!important; }
.mb5 { margin-bottom:5px!important; }
.mb10 { margin-bottom:10px!important; }
.mb15 { margin-bottom:15px!important; }
.mb20 { margin-bottom:20px!important; }
.mb25 { margin-bottom:25px!important; }
.mb30 { margin-bottom:30px!important; }
.mb35 { margin-bottom:35px!important; }
.mb40 { margin-bottom:40px!important; }
.mb45 { margin-bottom:45px!important; }
.mb50 { margin-bottom:50px!important; }
.mr0 { margin-right:0!important; }
.mr5 { margin-right:5px!important; }
.mr10 { margin-right:10px!important; }
.mr15 { margin-right:15px!important; }
.mr20 { margin-right:20px!important; }
.mr25 { margin-right:25px!important; }
.mr30 { margin-right:30px!important; }
.mr35 { margin-right:35px!important; }
.mr40 { margin-right:40px!important; }
.mr45 { margin-right:45px!important; }
.mr50 { margin-right:50px!important; }
.ml0 { margin-left:0!important; }
.ml5 { margin-left:5px!important; }
.ml10 { margin-left:10px!important; }
.ml15 { margin-left:15px!important; }
.ml20 { margin-left:20px!important; }
.ml25 { margin-left:25px!important; }
.ml30 { margin-left:30px!important; }
.ml35 { margin-left:35px!important; }
.ml40 { margin-left:40px!important; }
.ml45 { margin-left:45px!important; }
.ml50 { margin-left:50px!important; }

/*+++++++++++++++++++++++++++++++++++++++++++ clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}