@charset "utf-8";


/*全体
---------------------------------------------------------------------------*/
body {
	color: #333;
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background-color: #FFF;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク
---------------------------------------------------------------------------*/
a {
	color: #333;
}
a:hover {
	color: #1a6894;
	text-decoration: none;
}

/*container
---------------------------------------------------------------------------*/
#container {
	width: 100%;
}

/*ヘッダー
---------------------------------------------------------------------------*/
header {
	background-color: #000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000));
	background-image: -webkit-linear-gradient(#333, #000);
	background-image: linear-gradient(#333, #000);
	color: #FFF;
	-webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 10px rgba(0,0,0,0.4);
	height: 60px;
}
header h1 {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.2em;
	position: absolute;
	left: 30px;
	top: 5px;
	background: url(./?act=file&f=logo_mark.png) no-repeat left center;
	padding-left: 40px;
}
/*loginページ用ロゴ画像*/
#c1 header h1 img {
	vertical-align: middle;
	margin-right: 15px;
}
#c1 header h1 {
	background: none;
	padding-left: 0px;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	padding: 30px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;
	margin-left: -250px;
	width: 100%;
	padding-bottom: 50px;
}
#c1 #main {
	float: none;
	width: 600px;
	margin: 0px auto;
}
#main section {
	margin-left: 250px;
}
#c1 #main section {
	margin-left: 0;
}
#main h2 {
	background-color: #333;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	background-image: -webkit-linear-gradient(#666, #333);
	background-image: linear-gradient(#666, #333);
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
	box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
	font-size: 100%;
	color: #FFF;
	padding: 5px 15px;
	clear: both;
}
#main p {
	padding: 10px 10px 15px;
}

/*サブコンテンツ、サイドコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;
	width: 200px;
	padding-bottom: 50px;
}
#c1 #sub {
	display: none;
}
#sub h2 {
	font-size: 100%;
	text-align: center;
	padding: 5px 0px;
	color: #FFF;
	border: 1px solid #333;
	background-color: #333;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	background-image: -webkit-linear-gradient(#666, #333);
	background-image: linear-gradient(#666, #333);
}
#sub h2#menubar_hdr {
	display: none;
}

/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
#sub ul {
	margin-bottom: 15px;
}
#sub ul li a {
	text-decoration: none;
	display: block;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 3px 0px 3px 10px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#sub ul li#current a,
#sub ul li a:hover {
	background-color: #ddedf6;
	color: #1a6894;
}
/*メニュー内のh2*/
#sub ul h2  {
	margin-top: 15px;
}
#sub ul h2:first-child  {
	margin-top: 0px;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #FFF;
	font-size: 10px;
	background-color: #333;
	text-decoration: none;
	text-align: center;
	width: 10em;
	display: block;
/*	float: right;*/
	position: fixed;
	right: 5%;
	bottom: 30px;
}
#pagetop a:hover {
	background-color: #666;
	color: #FFF;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	background-color: #000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000));
	background-image: -webkit-linear-gradient(#333, #000);
	background-image: linear-gradient(#333, #000);
	-webkit-box-shadow: 0px -2px 10px rgba(0,0,0,0.4);
	box-shadow: 0px -2px 10px rgba(0,0,0,0.4);
	color: #FFF;
	position: fixed;
	left: 0px;
	bottom: 0px;
	line-height: 30px;
	height: 30px;
	width: 100%;
}
footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #FFF;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1,
.list1 {
	width: 100%;
	margin-bottom: 15px;
}
.ta1, .ta1 td, .ta1 th,
.list1, .list1 td, .list1 th {
	border: 1px solid #b9b9b9;
	line-height: 2;
}
.ta1 td{
	padding: 10px;
}
.ta1 th{
	width: 150px;
	padding: 10px;
	text-align: center;
	background-color: #f5f5f5;
}
.ta1 th.midashi,
.list1 th {
	width: auto;
	background-color: #bebebe;
	background-color: #f1f1f1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#bebebe));
	background-image: -webkit-linear-gradient(#ccc, #bebebe);
	background-image: linear-gradient(#ccc, #bebebe);
	text-align: center;
	padding: 2px 10px;
}

/*listタイプのみ*/
.list1 td {
	padding: 0px 10px;
}
.list1 th {
}
.list1 tr:nth-child(odd) {
	background-color: #eeeeee ;
}
.list1 tr:hover{
	background-color: #ddedf6;
}
table input[type="submit"] {
	padding: 0px 3px;
	margin-right: 3px;
}
.ta1 td input[type="text"],
.ta1 td textarea {
	width: 96%;
}
.ta1 td input[type="file"] {
	width: 85%;
}
/*ボタン（黒系）
---------------------------------------------------------------------------
input.btn[type="submit"],
input.btn[type="button"] {
	width: 250px;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 30px;
	background-color: #333;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	background-image: -webkit-linear-gradient(#666, #333);
	background-image: linear-gradient(#666, #333);
	-webkit-box-shadow: 1px 2px 7px #999;
	box-shadow: 1px 2px 7px #999;
	color: #FFF;
	border: none;
}
input.btn[type="submit"]:hover,
input.btn[type="button"]:hover {
	background-color: #666;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#666));
	background-image: -webkit-linear-gradient(#333, #666);
	background-image: linear-gradient(#333, #666);
}
*/

/*ボタン
---------------------------------------------------------------------------*/
input.btn[type="submit"],
input.btn[type="button"] {
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaea));
	background-image: -webkit-linear-gradient(#fff, #eaeaea);
	background-image: linear-gradient(#fff, #eaeaea);
	display: block;
	width: 250px;
	text-align: center;
	border: 1px solid #b9b9b9;
	margin: 0px auto;
	letter-spacing: 0.1em;
	padding: 10px 0px;
	-webkit-box-shadow: 1px 2px 7px #d4d4d4;
	box-shadow: 1px 2px 7px #d4d4d4;
}
input.btn[type="submit"]:hover,
input.btn[type="button"]:hover {
	background: #ddedf6;
}


/*入力エリア
---------------------------------------------------------------------------
input:focus,
textarea:focus,
select:focus {
	outline: none;
}
input[type="text"],
textarea {
	background-color: #f0edc8;
	border: solid 1px #666;
}
input[type="text"]:focus,
textarea:focus {
	background-color: #FFF;
}
*/

/*「新規追加」テキストリンク
---------------------------------------------------------------------------*/
p.new a {
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaea));
	background-image: -webkit-linear-gradient(#fff, #eaeaea);
	background-image: linear-gradient(#fff, #eaeaea);
	display: block;
	width: 250px;
	text-decoration: none;
	text-align: center;
	border: 1px solid #b9b9b9;
	margin: 10px auto 0px;
	letter-spacing: 0.1em;
	padding: 5px 0px;
	-webkit-box-shadow: 1px 2px 7px #d4d4d4;
	box-shadow: 1px 2px 7px #d4d4d4;
}
p.new a:hover {
	background: #ddedf6;
}

/*その他
---------------------------------------------------------------------------*/
.mb15 {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
.color1 {
	color: #f61468;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.mini1 {
	font-size: 12px;
	line-height: 1.5;
}



/*ここからタブレット用環境の設定
---------------------------------------------------------------------------*/

/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (min-width:481px) and (max-width:800px){

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	padding: 10px;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}
#c1 #main {
	width: 80%;
}

/*sub
---------------------------------------------------------------------------*/
#sub h2#menubar_hdr {
	display: block;
	width: 70px;
	text-align: left;
	padding-left: 40px;
	position: absolute;
	top: 10px;
	right: 30px;
	border-radius: 4px;
}
#sub h2#menubar_hdr.open {
	background: url(./?act=file&f=btn_minus.png) no-repeat left center, -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	background: url(./?act=file&f=btn_minus.png) no-repeat left center,-webkit-linear-gradient(#666, #333);
	background: url(./?act=file&f=btn_minus.png) no-repeat left center, linear-gradient(#666, #333);
}
#sub h2#menubar_hdr.close {
	background: url(./?act=file&f=btn_plus.png) no-repeat left center, -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	background: url(./?act=file&f=btn_plus.png) no-repeat left center,-webkit-linear-gradient(#666, #333);
	background: url(./?act=file&f=btn_plus.png) no-repeat left center, linear-gradient(#666, #333);
}
#sub #menubar {
	position: absolute;
	left: 0px;
	top: 60px;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#sub ul li a {
	background-color: #FFF;
}

}



/*ここからスマートフォン用環境の設定
---------------------------------------------------------------------------*/

/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width : 480px){

/*ヘッダー
---------------------------------------------------------------------------*/
header h1 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: normal;
	position: absolute;
	left: 10px;
	top: 10px;
	padding-left: 30px;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	padding: 10px;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
	padding-bottom: 10px;
}
#c1 #main {
	width: 96%;
}

/*sub
---------------------------------------------------------------------------*/
#sub h2#menubar_hdr {
	display: block;
	width: 70px;
	text-align: left;
	padding-left: 40px;
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 4px;
}
#sub h2#menubar_hdr.open {
	background: url(./?act=file&f=btn_minus.png) no-repeat left center, -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	background: url(./?act=file&f=btn_minus.png) no-repeat left center,-webkit-linear-gradient(#666, #333);
	background: url(./?act=file&f=btn_minus.png) no-repeat left center, linear-gradient(#666, #333);
}
#sub h2#menubar_hdr.close {
	background: url(./?act=file&f=btn_plus.png) no-repeat left center, -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	background: url(./?act=file&f=btn_plus.png) no-repeat left center,-webkit-linear-gradient(#666, #333);
	background: url(./?act=file&f=btn_plus.png) no-repeat left center, linear-gradient(#666, #333);
}
#sub #menubar {
	position: absolute;
	left: 0px;
	top: 60px;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#sub ul li a {
	background-color: #FFF;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop a {
	position: static;
	float: right;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	position: static;
}

/*テーブル
---------------------------------------------------------------------------*/
.ta1 td,
.list1 td ,
.list1 th {
	width: auto;
	padding: 2px;
}
.ta1 th {
	width: 100px;
	padding: 2px;
}

}

p.subtitle {
	color: gray;
/*	display: none;*/
}
