﻿@charset "utf-8";
/* CSS Info
 FileName   : common.css
 Editor     : geocode,prisma
======================== */

/* base
----------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}
html {
	overflow-y: scroll;
}
body {
	font-size: 12px;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	margin-left: auto;
    margin-right: auto;
	width:100%;
	background-color : #AAAAAA;
	
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
	font-weight: normal;
}

label {
	cursor : pointer;
}


/* 上線青 */
.topb {
color:#305B9F;
background:url(../images/common/blue1.gif) repeat-x left top;	
margin:10px 0 0 0;
padding:3px 0 0 0;
}

/* 下線青 */
.bottomb {
	margin:0 0 10px 0;
	padding:0 0 3px 0;
	color:#305B9F;
background:url(../images/common/blue1.gif) repeat-x left bottom;	
}
/* 下線緑 */
.bottomg {
	margin:0 0 10px 0;
	padding:0 0 3px 0;
	color: #398E86;
background:url(../images/common/green1.gif) repeat-x left bottom;

	
}
/* 下線ピンク */
.bottomp {
	margin:0 0 10px 0;
	padding:0 0 3px 0;
	color:#E51A64;
background:url(../images/common/pink1.gif) repeat-x left bottom;	
}

/* 下線グレー細 */
.bottomgray {
	margin:0 0 10px 0;
	padding:0 0 1px 0;
background:url(../images/common/gray3.gif) repeat-x left bottom;
	
}
.bottomd{
border-bottom: thin solid #dddddd;	
}

/* 下線黒細 */
.bottomblack {
	margin:0 0 10px 0;
	padding:0 0 1px 0;
    border-bottom: medium solid #656464;		
}
table {
	border-collapse: collapse;
}
img {
	border: none;
	vertical-align: middle;
}
li {
	list-style-type: none;
}

/* ぶら下げインデント */	
.bura li { 
 padding-left: 1em; 
 text-indent: -1em; 

 } 

ul.kuro {
margin-left: 6px; }
ul.kuro li {
	list-style-type: none;
	padding: 0 0 0 10px;
	background: url(../images/common/kuro.gif) no-repeat left 8px;
}

sup {
	color: #900;
}

/* link
----------------------------------------------------*/
a:link{
	color: #3b322e;
	text-decoration: none;
}

a:active{
	color: #ff6600;
}

a:visited{
}

a:hover {
	color: #504946;
	text-decoration: underline;
}

/* rollover
----------------------------------------------------*/
a:hover img.hov {
	background-color: #fff;
	filter: alpha(opacity=84);
	-moz-opacity:0.84;
	opacity:0.84;
}

/* clear
----------------------------------------------------*/
/* ---IE7.IE8 clearfix--- */
.clearfix:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear {
	clear: both;
}


/* common
----------------------------------------------------*/
/* リスト中央寄せ */
.lic{
	display: block;
 margin-left: auto;
 margin-right: auto;
	text-align: center;
}

/* 中央寄せ */
.tac{
	text-align: center;
}

/* 左寄せ */
.tal{
	text-align: left;
}

/* 右寄せ */
.tar{
	text-align: right;
}

/* 左スペース */
p.left{
margin-left:12px;	
}
.left20{
	margin-left:20px;	
}


/* 上下スペース */

.h6{
margin:6px 0;	
}
.h10{
margin:10px 0;	
}
.h12{
margin:12px 0;	
}
.h16{
margin:16px 0;	
}
.h24{
margin:24px 0;	
}
/* 文字間隔 */
.em20{
line-height:2em;
}
.em22{
line-height:2.2em;
}
/* 文字サイズ大小 */
.lt10{
	font-size: 10px;
}
.lt14{
	font-size: 14px;
}
.lt16{
	font-size: 16px;
}
.lt18{
	font-size: 18px;
}
.lt20{
	font-size: 20px;
}
.lt24{
	font-size: 24px;
}
.lt30{
	font-size: 30px;
}
/* 文字赤強調 */
.caution{
	font-weight:bold;
	color: #c90000;
}
/* 文字強調 */
.ltb{
	font-weight:bold;
}
/* 文字色変更 */
.ltblue{
	color: #305B9F;
}
.ltwt{
	color: #FFFFFF;
}
.ltgreen{
	color: #398E86;
}

.ltpink{
	color: #E51A64;
}

.ltgray{
	color: #a9a9a9;
}
.ltred{
	color: #c90000;
}

/* 画像左寄せ等に利用 */
.imgL{
	float: left;
}

/* 画像右寄せ等に利用 */
.imgR{
	float: right;
}

.imgR00{
	float: right;
	margin:1px 5px;
}
.imgL00{
	float: left;
	margin:10px 2px;
}

.imgT {
	vertical-align: top;
}
.imgM {
	vertical-align: middle;
}

.imgB {
	border: 1px solid #CCC;
	
}

/* 入力フォーム調整 */
.inp01 {
	width: 152px;
	height: 18px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-left-style: dashed;
}

/* 入力フォーム調整 */
.inp02 {
	width: 170px;
	height: 18px;
}

.btn{
	font-size : 16px;
	border-radius: 5px;
	padding  : 4px;
	border   : 1px solid #666;
}

.warp{
	min-width : 350px;
	max-width : 800px;
	width : 100%;
	background-color: #FFFFFF;
	font-size : 20px;
	height : 100%;
	overflow-y :auto;
	margin : 0px auto;
}

.row {
	padding  : 20px;
	position : relative;
}

.input01{
	width: 45px;
	padding: 3px;
	border-radius: 6px;
	margin: 2px 5px;
	text-align: center;
}

.input02{
	padding : 2px;
	width   : 25%;
	font-size : 15px;
}

.clear_fix{
	clear:both;
}

.need:after{
	content : "*";
	color : red;
}

.normal_btn {
	padding: 5px;
    margin: 5px;
    border-radius: 5px;
    background-color:#5BF1E9;
	color  : #8C2BF3;
    width  : 150px;
	cursor : pointer;
	border-color: #cbbaff;
}

.disabled_btn {
	background-color:#FFFFFF;
	color  :#999999;
	cursor : default;
}

.hover {
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	/*font-weight : bold;*/
	color : #F31AEA;
}

.table1{
	
}

.table1 tr td,.table1 tr th{
	border  : 1px solid #EEEEEE;
	padding : 5px;
}

.div_title {
	background-color: #CCCCCC;
	padding: 6px 25px;
	color: #3574B3;
}

.page_div {
	width : 35px;
	position: absolute;
    top: 2px;
}

.page_btn {
	margin : 3px;
	cursor : pointer;
	display:none;
}

.b_blue {
	background-color : #ededf3;
}

.ui-datepicker-trigger {
	display:none;
}

.place_kbn{
    float: left;
    text-align: left;
    font-size: 13px;
    padding-top: 2px;
	margin-left: 30px;
}

.attend_time{
	
}
/* end */
