@charset "utf-8";

/************************************************

	Font Style

************************************************/

#container{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1.5;
	font-size: 80%;
}

#header{
	line-height:1.1;
}

h1,h2,h3,h4,h5,h6{
	line-height:1.2;
	font-size: 100%;
}

sup{
	margin:0;
	padding:0;
	font-size:90%;
	line-height:110%;
	vertical-align:top;
}

body{
	width: 100%;
	text-align:center;
	color:#1A1A1A;
}

.txt_red{
	color: #f00000;
}
.txt_blue{
	color: #2ba6cb;
}
.txt_gray{
	color: #999;
}
.txt_bold{
	font-weight: bold;
}
.txt_size_s{
	font-size: 80%;
}
.txt_size_l{
	font-size: 120%;
}
/************************************************

	Base Layout

************************************************/

/*--------------------
	Container
--------------------*/
#container{
	text-align:left;
}

/*--------------------
	Header
--------------------*/
#header{
	text-align:left;
}

.site_id{
	padding: 20px 13px;
	float: left;
	margin-right: 15px;
}
	
.header_nav{
	width: 100%;
	background: #303030;
	text-align:right;
}
	.header_nav li{
		padding: 10px 18px;
		float: right;
		list-style: none;
	}
	.header_nav li#user {
		background: url(../images/ico/ico_user01.png) no-repeat left center;
		padding: 10px 18px 10px 23px;
		border-right: 1px solid #000;
	}
	.header_nav li#logout {
		border-left: 1px solid #4D4D4D;
	}
		.header_nav li,
		.header_nav li a{
			color: #fff;
			text-decoration: none;
		}

/*--------------------
	Page top
--------------------*/

#to_page_top{
		margin:0 auto;
		width:1000px;
}

	#to_page_top p{
		text-align:right;
	}


/*--------------------
	Topic Path
--------------------*/
#topic_path{
	background: #F2F2F2;
	text-align: center;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
	#topic_path ul{
		margin:0 0 0 16px;
		text-align:left;
		list-style:none;
	}
		#topic_path li{
			float:left;
			background: url(../images/topic_arrow.png) no-repeat right center;
			margin-right:10px;
			padding: 7px 20px 6px 0;
		}
		#topic_path li.home span {
			background: url(../images/ico/ico_topic_path.png) no-repeat left center;
			padding-left: 20px;
		}

/*--------------------
	Footer
--------------------*/
#footer {
	background: #000 url(../images/bg/bg_footer.gif) repeat-x left top;
	padding: 20px;
}
	#footer p {
		color: #999;
		font-size: 85%;
		text-align: right;
	}


/*--------------------
	Contents
--------------------*/
#contents {
	width: 100%;
	height: auto;
	min-height: 100%;
	position: relative;
	overflow: hidden;
}

	#contents_inner{
		clear:both;
		margin:0 auto;
		padding-bottom:30px;
		text-align:left;
	}

/*--------------------
	Main
--------------------*/
#main01{
	width: 100%;
	text-align: left;
	margin-left: -210px;
	margin-bottom: -32768px;
	padding-bottom: 32768px;
	float:right;
}
#main_inner{
	min-width: 780px;
	max-width: 1000px;
	margin: 20px 0 0 200px;
	padding-left: 20px;
}

/*--------------------
	Side
--------------------*/
#side01{
	width:190px;
	height: 100%;
	background: #333;
	float:left;
	position: relative;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}

#side_inner dt {
	background: url(../images/bg/bg_side01.gif) no-repeat left bottom;
	padding: 10px;
	color: #FFF;
	cursor: pointer;
}
	#side_inner dt span {
		display: block;
		background: url(../images/ico/ico_plus01.png) no-repeat 155px center;
		padding-right: 18px;
	}
	#side_inner dt:hover {
		background: #6C6C6C url(../images/bg/bg_side01.gif) no-repeat left bottom;
	}

/* IE8向け */
html>/**/body #side_inner dt.selected { 
	background: #6C6C6C\9;
	width: 170px\9;
}
/* モダンブラウザ向け */
html:not(:target) #side_inner dt.selected {
	background: #6C6C6C url(../images/bg/bg_side_selected01.png) no-repeat right center;
	background-size: 9px 100%;
	width: 179px;
}
	#side_inner dt.selected span {
		background: url(../images/ico/ico_minus01.png) no-repeat 155px center;
		padding-right: 27px;
	}

#side_inner dd ul li a {
	display: block;
	background: #F2F2F2;
	padding: 10px;
	color: #333;
	text-decoration: none;
}
	#side_inner dd ul li a:hover,
	#side_inner dd ul li.current a {
		background: #FFF;
		font-weight: bold;
	}


	

/************************************************

	Clear

************************************************/
.clearfix,
#nav_relate,
#nav ul,
.header_nav div,
.header_nav ul,
#topic_path,
#contents_inner,
#header_inner,
#main01{
	zoom:1;
}

.clearfix:after,
#nav_relate:after,
#nav ul:after,
.header_nav div:after,
.header_nav ul:after,
#topic_path:after,
#contents_inner:after,
#header_inner:after,
#main01:after{
	content:''; display:block; clear:both; overflow:hidden;
}


/************************************************

	Modal

*************************************************/
.modal-content {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1.5;
	font-size: 80%;
	width: 80%;
	height: 82%;
	margin: 0;
    padding-bottom: 20px;
	border-radius: 4px;
	background: #fff;
	position: fixed;
	display: none;
	z-index: 100;
	box-sizing: border-box;
}
.modal-content-inner-box {
	height: 90%;
    overflow: hidden;
    padding: 20px;
	box-sizing: border-box;
}
.modal-content-inner {
	height: 100%;
	overflow-y: auto;   
}
.modal-close-btn {
	display: block;
	position: absolute;
	top: -15px;
	right: -15px;
	cursor: pointer;
	overflow: visible;
}

#modal-overlay {
	z-index: 99;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba( 0,0,0, 0.7 );
}

.modal-syncer {
	cursor: pointer;
}

.modal_ttl01 {
    background: #6C6C6C;
    border-radius: 6px 6px 0 0;
    padding: 12px 10px 10px;
    text-align: center;
    color: #FFF;
    font-weight: normal;
    font-size: 140%;
    line-height: 1.0;
}
    .alert .modal_ttl01 {
        background: #B00;
    }


/*****************************************

            Validation

*****************************************/  
input[type="text"].error_item,
input[type="search"].error_item,
input[type="email"].error_item,
input[type="password"].error_item,
textarea.error_item,
select.error_item
{
	background: #EF9E9A;
}

.alert-txt {
	color:#FF0000;
}
