@charset "utf-8";
/*---------------------------------
	CommonCSS [初期化,定義]
---------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;padding:0;
}
ol,ul {
	list-style:none;
}
img{border:0}
/*---------------------------------
	        Base CSS 
---------------------------------*/
a {
	color:#666;
}
a:hover {
	color:#999;
	text-decoration:none;
}
th a {
	color:#333;
}

/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }



body { 
	font-size:12px; 
	line-height:100%;
	background:#fff;
	color:#444;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:5px 0 0;
}
#welcomeMesse{
	position:absolute;
	top:30px;
	left:200px;
}

#container{
		width:1160px;
		margin:0px auto 0px;
		position:relative;
		line-height:120%;
	padding-top:0px;
	/*background:url(../img/logo.png) no-repeat top left;	*/
	background-size:140px auto;
}
#contents{
	margin:20px 0 25px;	
}
#leftContents{
	width:180px;
	float:left;
	overflow:hidden;
}

#rightContents{
	width:970px;
	margin-right:5px;
	float:right;
	position:relative;
}

/*ユーザーページ用*/
#userPage #container{
	width:800px;
}
#userPage #leftContents{
	width:5px;
}
#userPage .g-nav{
	display:none;	
}
#userPage #rightContents{
	width:790px;
}
/*/ユーザーページ用*/

h1{
	font-size:18px;
	color:#29537C;
	margin:10px 0px 10px 0;
	font-weight:normal;
	border-top:1px solid #3D79B6;
	border-bottom:3px solid #3D79B6;
	padding:15px 15px;
	text-shadow:1px 1px 0px #fff;
	
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	
}
h2{
	font-size:18px;
	margin:15px 3px 10px 0;
	padding:2px 0 3px 0px ;
	color:#444;
	border-bottom:2px solid #444;
	font-weight:normal;
}
#admin-index h2{
	border:0;
	border-bottom:1px solid #fff;
	color:#F30;
		
}
h3 {
	color:#111;
	font-size:17px;
	margin:15px 0;
	padding:10px 15px 8px;
	background:#DCDCD8;
	border-radius:20px;
}
h4 {
	color:#555;
	font-size:14px;
}
#admin-index div.admin_comment p,.admin_comment{
	margin:0;
	padding:0;
	line-height:120%;
	font-size:15px;
}
.admin_box{
	width:282px;
	height:90px;
	padding:5px;
	float:left;
	border:1px solid #666;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:10px;
	
}
#admin-index td{
	padding:5px 5px 2px;
	font-size:16px !important;
}
#admin-index img{
	margin:0px 5px 0 3px;
}
#admin-index{
	margin-top:10px;
}
#admin-index p{
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:5px 0;	
}
.adminList li{
	background:url(../../common/img/icon/arrow01.png) no-repeat left 6px;
	padding:5px 15px;
	font-size:14px;
}
#admin-news p{
	margin-bottom:10px;
	line-height:120%;
}
p {
	font-size:13px;
	line-height:150%;
	margin:10px 0;
}

.submitBtn {
	padding:0 100px;
	height:35px;
	cursor:pointer;
}


.g-nav li a{
	display:block;
	width:160px;
	min-height:16px;
	padding:7px 0px 4px 10px;
	margin:0 0 0px;
	border:1px solid #666;
	text-decoration:none;
	font-size:12px;
	color:#333;
	background:#fff;
	border-bottom:0;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	text-shadow:1px 1px 0px #fff;
}
.g-nav li:first-child a,.g-nav li:first-child a:hover{
	border-radius:6px 6px 0 0;	
	color:#FFF;
	background: rgb(109,179,242); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,179,242,1)), color-stop(50%,rgba(84,163,238,1)), color-stop(51%,rgba(54,144,240,1)), color-stop(100%,rgba(30,105,222,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */
	text-shadow:none;
}

.g-nav li:last-child a{
	border-radius:0 0 6px 6px;	
	border-bottom:1px solid #666;
}

.g-nav li a:hover,.g-nav li a#current{
	background:#FCC;
	color:#000
}
.buttonArea{
	width:105px;
	vertical-align:middle!important;
}
.buttonArea a{
	display:inline-block;
	padding:3px 10px 1px;
	margin:0 3px 0 0;
	border:1px solid #555;
	text-decoration:none;
	border-radius:4px;
	color:#333;
	font-size:12px!important;
	background:#fff;
}
.buttonArea a:hover{
	background:#efefef;	
}
.nodsp td,.nodsp a{
	color:#aaa!important;	
}

/*エラーメッセ用*/
label.error{
	display:block;
	font-size:90%;
	color:#F00;
	margin:3px 0;
	background:#FF9;
	padding:2px 5px;
}

#toTop{
	display:none;
	position:absolute;
	right:160px;
	top:10px;
}
#toPage{
	position:absolute;
	right:160px;
	top:10px;
}
#toRegist{
	text-align:right;
}
#logoutBtn{
	position:absolute;
	right:0px;
	top:10px;
}


.linkBtn a{
	padding:6px 0;
	border:1px solid #666;
	display:inline-block;
	background:#fff;
	color:#555;
	border-radius:6px;
	width:150px;
	text-align:center;
	text-decoration:none;
}
.linkBtn a:hover{
	background:#ddd;
	text-decoration:none;
	color:#000;
}


.optional{
	border:1px solid #ccc;
	padding:10px ;
	border-bottom:0;
}
/*---------------------------------
        Footer class 
---------------------------------*/
#footer{
	text-align:center;	
	margin:105px 0 0;
}


/*---------------------------------
        /Footer class 
---------------------------------*/

/*---------------------------------
         TABLE class 
---------------------------------*/
table.borderTable01{
	border-collapse:collapse;
	width:100%;
	margin:10px 0 25px;
}
table.borderTable01 td,table.borderTable01 th{ 
	font-size:	13px; 
	border:1px solid #666;
	color:#333;
	padding:10px;
	line-height:150%;
	vertical-align:top;
}
table.borderTable01 th{
	font-size:	13px; 
	text-align:left;
	font-weight: bold;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:23%;
	background:#efefef;
	
}
table.borderTable01 th img{
	width:100%;	
}


table.borderTable01 table td,table.borderTable01 table th{
	border:0;
	padding:3px;
}

table.borderTable01 p{
}
table.borderTable01 td a{
	font-size:14px;	
}
.titleCel{
	width:40%;	
}


table.borderTable02,table.borderTable03{
	border-collapse:collapse;
	width:100%;
	margin:10px 0 25px;
}
table.borderTable02 td,table.borderTable02 th,
table.borderTable03 td,table.borderTable03 th
{ 
	font-size:12px; 
	border:1px solid #666;
	color:#333;
	padding:5px 10px;
	line-height:150%;
	vertical-align:middle;
}
table.borderTable02 th,table.borderTable03 th{
	font-size:	13px; 
	text-align:left;
	background:#efefef;
}

table.borderTable02 .buttonArea{
	width:33%;	
}
table.borderTable02 .ymd{
	width:15%;	
}
table.borderTable02 .titleCel{
	width:52%;	
}

table.borderTable03 .buttonArea{
	width:10%;	
}

table.layoutTable01{
	border-collapse:collapse;
	margin:3px 0 ;
}
table.borderTable01 .innerTable{
	border-collapse:collapse;
	margin:5px 0;
	
}
table.borderTable01 .innerTable td,table.borderTable01 .innerTable th{
	padding:5px 10px;
	border:1px solid #aaa;
	text-align:left;
}
table.borderTable01 .innerTable th{
}

table.calenderClassAdmin{
	width:100%;
	margin:15px 0;
	border-collapse:collapse;
}
table.calenderClassAdmin td{
	padding:8px;
	line-height:160%;
	font-size:15px;
	border:1px solid #ccc;
	text-align:right;
	color:#555;
	vertical-align:top;
}
table.calenderClassAdmin th{
	background:#eee;
	padding:5px 10px;
	line-height:160%;
	font-size:14px;
	border:1px solid #ccc;
	width:14%;
}




/*---------------------------------
         /TABLE class 
---------------------------------*/

/*---------------------------------
         Form class 
---------------------------------*/
td input,th input{
	margin:0px 1px 3px;
	padding:3px 2px;
}
input[type="text"]{
	/*width:60%;*/
		
}
textarea{
	padding:3px;
	width:90%;
}


/*---------------------------------
         /Form class 
---------------------------------*/
/*---------------------------------
         Pager class 
---------------------------------*/

/* Pager style */
.pagerLink{
	text-align:right;
	padding:10px 0;
}
/*ページャーボタン*/
.pagerLink a {
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}
/*現在のページのボタン*/
.pagerLink .current a{
    background: #999;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-size: 12px;
    padding: 3px 7px 2px;
	margin:0 1px;
    text-decoration: none;
}
.pagerLink a:hover {
    background:#999;
    color: #FFFFFF;
}
.overPagerPattern{
	padding:0 2px ;	
	
}

/*---------------------------------
         /Pager class 
---------------------------------*/

/*---------------------------------
        AuthPageStyle
---------------------------------*/
body#auth{
	margin-top:15px;	
}
body#auth h2{
	margin:15px 0;
	padding:0;
	font-size:26px;
	font-weight:normal;
	border:0;
	color:#333;
}
body#auth #loginWrap{
	width:600px;
	height:450px;
	margin:15px auto;
	padding:20px 20px 10px;
}
body#auth #login_form{
	width:500px;
	margin:10px auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0px 7px #aaa;
    font-weight: normal;
    padding: 16px 16px 20px;
	color:#666;
	line-height:1.3;
	font-size:90%;
	background:#fff;
}
body#auth form .input {
    font-size: 20px;
    margin:2px 6px 10px 0;
    padding: 3px;
    width: 97%;
}
body#auth input[type="text"], body#auth input[type="password"], body#auth input[type="file"], body#auth input[type="button"], body#auth input[type="submit"], body#auth input[type="reset"] {
    background-color: #FFFFFF;
    border: 1px solid #999;
}
body#auth .button-primary {
    border: 1px solid #000;
    border-radius: 11px;
    cursor: pointer;
    font-size: 18px;
    padding: 3px 10px;
	width:450px;
	height:38px;
	color:#333;
}

/*---------------------------------
        /AuthPageStyle
---------------------------------*/


.english{font-family:"Times New Roman", Times, serif;font-size:20px!important;height:20px;}

/*---------------------------------
         class Library
---------------------------------*/
.borderBox{
	padding:5px 10px;
	border:2px solid #ccc;
}
.noDsp td{
	color:#999!important;	
}
/* Margin・padding class */
.m0{margin:0!important}.mt5{margin-top:5px!important}.mt10{margin-top:10px!important}.mt15{margin-top:15px!important}.mt20{margin-top:20px!important}.mb5{margin-bottom:5px!important}.mb10{margin-bottom:10px!important}.mb15{margin-bottom:15px!important}.mb20{margin-bottom:20px!important}.mr5{margin-right:5px!important}.mr10{margin-right:10px!important}.mr15{margin-right:15px!important}.mr20{margin-right:20px!important}.ml5{margin-left:5px!important}.ml10{margin-left:10px!important}.ml15{margin-left:15px!important}.ml20{margin-left:20px!important}.pt5{padding-top:5px!important}.pt10{padding-top:10px!important}.pt15{padding-top:15px!important}.pb5{padding-bottom:5px!important}.pb10{padding-bottom:10px!important}.pb15{padding-bottom:15px!important}.pr5{padding-right:5px!important}.pr10{padding-right:10px!important}.pr15{padding-right:15px!important}.pl5{padding-left:5px!important}.pl10{padding-left:10px!important}.pl15{padding-left:15px!important}
.pall5{padding:5px!important}.pall10{padding:10px!important}.pall15{padding:15px!important}
/* /Margin・padding class */

strong{font-size:120%;}
.clear {clear:both;}
.taR {text-align:right!important;}
.taL {text-align:left!important;}
.taC {text-align:center!important}
.big {font-size:170%!important;line-height:130%}
/*Font color*/
.bold {font-weight:bold!important;}
.col1 {	color:#FF6600!important;}
.col2 {	color:#FF9933!important}
.col3 {	color:#FF3300!important;}
.col4 {	color:#D9006C!important;}
.col5 {	color:#669999!important}
.col6 {	color:#0000CC!important}
.col7 {	color:#000099!important}
.col8 {	color:#0066FF!important}
.col9 {	color:#333333!important}
.col10 {color:#666666!important}
.col11 {color:#009900!important}
.col12 {color:#009900!important}
.col13 {color:#996633!important}
.col14 {color:#FF66CC!important}
.col15 {color:#669900!important;}
.col16 {color:#00CC99!important;}
.col17 {color:#fff!important;}
.col18{color:#009966!important}
.col19{color:#F00!important}
.floL {float:left;margin-top:0 !important;}
.floR {float:right;margin-top:0 !important;}
.light {font-weight:normal}
.floL img{margin-right:10px;}
.floR img{margin-left:10px;}
.small01{font-size:12px!important;}
.small02{font-size:10px!important;}
.small03{font-size:9px!important;}
.gothic{font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;}
/*---------------------------------
         /class Library
---------------------------------*/




/*---------------------------------
         レスポンシブ
---------------------------------*/
@media screen and (max-width:572px) {
	
#container{
		width:98%;
}
#leftContents{
	width:100%;
	float:none;
	margin-bottom:20px;
}

#rightContents{
	width:100%;
	float:none;
}

.g-nav li a{
	font-size:18px;
	width:90%;
	margin:0 auto;
	padding:10px;
}

.g-nav li:first-child a,.g-nav li:first-child a:hover{
	background:#ddd;
	color:#333;
}



#toPage{
	position:static;
	text-align:center;
}
#toRegist{
	position:static;
	text-align:center;
	display:block;
	float:none;
}
#toPHPINI{
	position:absolute;
	text-align:center;
}
#logoutBtn{
	position:static;
	text-align:center;
}
.linkBtn a{
	width:92%;
	margin:3px 0;
	padding:15px 0;
	font-size:18px;
	border-color:#555;
}

.pagetop{
	text-align:center!important;	
}
.buttonArea{
	word-break:break-all;
}
.buttonArea a{
	display:block;
	margin:2px 0;
	padding:5px 5px;
	
}


/*table.borderTable01{
	border-collapse:collapse;
	width:96%;
	margin:10px auto 25px;
}
table.borderTable01 td,table.borderTable01 th{ 
	width:auto;
	display:block;
}*/

input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}


input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}

