@charset "UTF-8";
/*==================================
カラーバリエーション
$pinkcolor: #FF7BA8;
$orangecolor:#FF8F1E;
$greencolor:#7AC543;
$bluecolor:#3FA5F1;
$tobucolor:#4A3A88;
$bggray:#F2F0EC;
==================================*/
/*==================================
ヘッダー
==================================*/
#top_header {
	margin-bottom: 30px; 
}

#gnavi {
	margin-bottom: 15px; 
}

#pagepath {
	color: #4d4d4d;
	font-size: 12px;
	padding-left: 10px;
	padding-bottom: 5px;
	border-bottom: 3px solid #f2f0ec; 
}

#pagepath a:link {
	color: #4d4d4d;
	text-decoration: none; 
}
#pagepath a:visited {
	color: #4d4d4d;
	text-decoration: none; 
}
#pagepath a:hover {
	color: #4d4d4d;
	text-decoration: underline; 
}

/*==================================
maincontents
==================================*/
.container .section {
	*zoom: 1; 
}
  .container .section:after {
		content: ".";
		display: block;
		clear: both;
		height: 0px;
		visibility: hidden;
		font-size: 0; 
}

/*:: 注意書き :::::::::::::::::::::::*/
.container .section span {
	font-size: 12px;
	line-height: 18px;
	color: #666;
	font-weight: normal; 
}

.text--red {
	color: #ff0000 !important; 
}

/*:: タイトル :::::::::::::::::::::::*/
.container .section > h5 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px; 
}

/*:: 段落・画像 :::::::::::::::::::::::*/
.container .section > p {
	font-size: 14px;
	line-height: 25px; 
}
  .container .section > p a:link {
		color: #EB563D;
		text-decoration: underline; 
}
  .container .section > p a:visited {
		color: #EB563D;
		text-decoration: underline; 
}
  .container .section > p a:hover {
		color: #EB563D;
		text-decoration: none; 
}
.container .ta_center {
	text-align: center; 
}
.container .ta_left {
	text-align: left; 
}
.container .ta_right {
	text-align: right; 
}
.container .left_img {
	float: left;
	margin: 0 20px 15px 0; 
}
.container .right_img {
	float: right;
	margin: 0 0 15px 20px; 
}
.container .img_caption span {
	text-align: center;
	display: block; 
}

/*:: 罫線 :::::::::::::::::::::::*/
.container .section > hr {
	border: none;
	height: 5px;
	background-image: url("../images/second_line.gif");
	background-repeat: repeat-x;
	color: #FFFFFF;
	margin: 20px auto;
	width: 60%; 
}

/*:: テーブル :::::::::::::::::::::::*/
.container .section > table {
	width: 100%;
	align: center; 
}
  .container .section > table tr {
		border: 1px solid #E4E4E4; 
}
    .container .section > table tr th {
			background-color: #F2F0EC;
			padding: 10px;
			font-size: 13px;
			text-align: center;
			border: 1px solid #E4E4E4; 
}
    .container .section > table tr td {
			font-size: 13px;
			line-height: 18px;
			padding: 10px;
			text-align: left;
			border: 1px solid #E4E4E4; 
}
.container .section > table + table {
	margin-top: 20px; 
}

/*:: リスト :::::::::::::::::::::::*/
.container .section > ul {
	margin: 0 0 0 10px;
	padding: 0; 
}
  .container .section > ul li {
		background-image: url("../images/second_list_icon.png");
		background-repeat: no-repeat;
		background-position: 0 6px;
		list-style: none;
		padding-left: 15px;
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 10px; 
}
    .container .section > ul li > ul {
			margin: 5px 0 0 10px;
			padding: 0; 
}
      .container .section > ul li > ul li {
				background-image: url("../images/second_list_icon02.gif");
				background-position: 0px 9px; 
}

/*:: ボタン :::::::::::::::::::::::*/
.second_btn {
	margin: 15px 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	-webkit-box-shadow: 2px 2px 0 0 #BABABA;
	box-shadow: 2px 2px 0 0 #BABABA;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; 
}
.second_btn a:link {
		display: block;
		color: #fff;
		text-decoration: none; 
}
.second_btn a:visited {
		display: block;
		color: #fff;
		text-decoration: none; 
}
.second_btn a:hover {
		color: #333;
		text-decoration: none; 
}
.green_btn {
	background-color: #7AC543; 
}
.orange_btn {
	background-color: #FF8F1E; 
}
.blue_btn {
	background-color: #3FA5F1; 
}
/*:: 囲むエリア :::::::::::::::::::::::*/
.container .section > .notice {
	width: 90%;
	margin: 20px auto;
	background-image: url("../images/second_notice_bg.gif");
	background-repeat: repeat;
	padding: 20px;
	border: 1px solid #e8e8e8; 
}
