@charset "utf-8";
/*---------------------------------
	        Base CSS 
---------------------------------*/
a {
	color:#09C;
}
a:hover {
	color:#999;
	text-decoration:none;
}

/* 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; }

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

.editBtn{
	color:#fff;	
}

#container{
	width:800px;
	margin:0 auto;
	line-height:140%;
	font-size:90%;
}
/*---------------------------------
         Form class 
---------------------------------*/

input[type="text"],textarea{
	border:1px solid #ccc;
	padding:3px;
	width:80%;
}
input[type="submit"]{
	border:1px solid #ccc;
	width:150px;
	height:50px;
	margin:0 0 20px;
}


/*---------------------------------
         /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:70%;
	height:450px;
	margin:25px auto;
	padding:20px 20px 10px;
	border-radius:50px;
}
body#auth #login_form{
	width:500px;
	margin:10px auto;
    border: 1px solid #ccc;
    font-weight: normal;
    padding: 16px 16px 20px;
	color:#666;
	line-height:1.3;
	font-size:90%;
	background:#fff;
}
@media screen and (max-width: 640px) {
body#auth #loginWrap{
	width:90%;
}
body#auth #login_form{
	width:100%;
}
}
body#auth form .input {
    font-size: 20px;
    margin:2px 6px 10px 0;
    padding: 3px;
    width: 97%;
	display:block;
}
body#auth form input.login_btn,
body#auth form input.edit_btn {
	margin: 10px 0 -20px 0;
}
/*
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;
}
.login_btn{
	width:150px;
	height:30px;
	cursor:pointer;
}

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


@media screen and (max-width: 640px) {
table th,table td{
	display:block;
	width:100%;
}
table input[type="text"],table textarea{
	width:90%;
}
}



/*---------------------------------
         class Library
---------------------------------*/
/* 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:#FF7A4D!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
---------------------------------*/
