@charset "utf-8";


/*****************************************
　■全デバイス共通設定
*****************************************/

/**** 初期設定 ****/
body {
	color: #30363A;
	text-align: center;
	-webkit-text-size-adjust: 100%;/*スマホの文字倍率自動調整のオフ*/
}

* {
	margin: 0;
	padding: 0;
	list-style-type:none;
	list-style-image:none;
	/*font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

p {
	line-height: 1.5em;
}

td, tr {
	color: #30363A;
	font-size: 100%;
}


/**** リンクの色設定 ****/
a:link {
	color: #03797C;
	text-decoration: underline;
}

a:visited {
	color: #03797C;
	text-decoration: underline;
}

	
a:hover {
	color: #03797C;
	text-decoration: none;
	position:relative;
	top:1px;
	left:1px;
}

a:active {
	color: #03797C;
	text-decoration: none;
	}
	
a img {
	border: 0;
}


/**** レイアウト ****/
#color_bar {
	width: 100%;
	height: 5px;
	background-color: #454649;
	overflow: hidden;
	position: fixed;
	top: 0px;
	left: 0px;
}
/*clearfix(clear divの代わり)*/
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
	.clearfix {
		zoom: 1;/*for IE6/7*/
	}
	
/**** ダイレクト指定 ****/
.ta_rig {
	text-align: right;
}
	.ta_cen {
		text-align: center;
	}
	.ta_lef {
		text-align: left;
	}

.weak1 {
	font-size: 90%;
	line-height: 1.2em;
}
.weak2 {
	color: #AA7C5E;
}

.strong1 {
	color: #E04343;
}

/*アニメーション*/
.strong_animation {
	font-size: 110%;
	color: #FF6467;
	
	/*アニメーションの時間や繰返しの設定。アニメーション自体はanimate.cssで*/
		/* 何秒かけてアニメーションする */
		-webkit-animation-duration: 5s;
		animation-duration: 5s;
		/* 一瞬待ってからアニメーションする */
		-webkit-animation-delay: 500ms;
		animation-delay:500ms;
		/* 無限に繰り返す */
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;	
}

/*成約済み　申込有*/
#seiyakuzumi, #moushikomi, #keiyakuzumi {
	/*中央配置*/
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	text-align:center;
	line-height: 200px;
	color: #FFFFFF;
	font-size: 30px;
	letter-spacing:  0.2em;	
	z-index: 99999;
	opacity: 0.7;
}
	#moushikomi {
	background: #1DACBC;
}
	#seiyakuzumi,#keiyakuzumi {
	background: #B52448;
}

/*****************************************
　■PC用設定
*****************************************/
@media screen and (min-width: 1112px) {
body {
	font-size: 15px;
}

#outline {
	width: 900px;
	margin: 0px auto 0 auto;
	text-align: center;
}

#header {
	height: 130px;
	width: 900px;
	border-bottom: 1px solid #454649;
	text-align: left;
	margin: 0px auto 0 auto;
	position: relative;
}

	#header_left {
		float: left;
		height: 130px;
		width: 300px;
	}
	
		#header_left p.logo {
			margin: 25px 0 0 25px;
		}
		
		#header_left h1 {
			color: #30363A;
			font-size: 11px;
			font-weight: normal;
			margin: 12px 0 0 25px;
			text-align: left;
			letter-spacing: 0.1em;
		}
		
	#header_right {
		float: right;
		height: 130px;
		width: 600px;
	}	
		#header_right #mainlink {
			margin-top: 100px;
			width: 600px;
		}

			#header_right #mainlink ul {
				float: right;
				margin-right: 15px;			
			}

			#header_right #mainlink li {/*ボタンを横並びに*/
				float: left;
				font-size: 16px;
			}			
					
			#header_right #mainlink li a {
				margin-left: 1.7em;
				text-decoration: none;
				color: #30363A;
				letter-spacing: 0.2em;
			}

	#header_link {
		width: 900px;
		position: absolute;
		top: 0px;
		right: 0px;
	}

		#header_link p {
			margin: -5px 20px 0 auto;
			text-align: center;
			background-color: #454649;
			font-size: 11px;
			width: 110px;
			height: 20px;
			border-radius: 8px;
			padding-top: 15px;
		}

		#header_link p a {
			text-decoration: none;
			color: #FFFFFF;
		}

#pagelink {
	height: 150px;
	width: 900px;
	margin: 25px auto 25px auto;
}
	#pagelink #pagetitle {
		height: 150px;
		width: 150px;
		float: left;
		background: url(../img/parts/back_pagetitle.png) no-repeat;
		display:table;
		margin-left: 20px;
	}
		#pagelink #pagetitle h2 {
			font-size: 16px;
			height: 150px;
			font-weight: normal;
			letter-spacing: 0.2em;
			display:table-cell;
			text-align:center;
			vertical-align:middle;
		}
		
	#pagelink #pagelinks { /*縦移動リンク*/
		height: 150px;
		margin-left: 1em;
		float: left;
	}
		#pagelink #pagelinks ul {
			display:table;
			height: 150px;
		}
			#pagelink #pagelinks li {
				font-size: 14px;
				background: url(../img/parts/catch_pagelink.png) no-repeat 0 center;
				padding-left: 12px;
				display:table-cell;
				text-align:center;
				vertical-align:middle;
				padding-right: 1.7em;
				letter-spacing: 0.1em;
			}
				#pagelink #pagelinks li a {
					text-decoration: none;
					color: #30363A;
				}
		
	#pagelink #breadlinks { /*パンくずリンク*/
		height: 150px;
		margin-left: 1em;
		float: left;
	}
		#pagelink #breadlinks ul {
			display:table;
			height: 150px;
		}
			#pagelink #breadlinks li {
				font-size: 14px;
				display:table-cell;
				text-align:center;
				vertical-align:middle;
				padding-right:1em;
				letter-spacing: 0.1em;
			}
			#pagelink #breadlinks li.marker {
				background: url(../img/parts/catch_breadlink.png) no-repeat 0 center;
				padding-left: 20px;
			}
				#pagelink #breadlinks li a {
					text-decoration: none;
					color: #30363A;
				}
			
#one_block {
	margin: 0 auto 0 auto;
	width: 900px;
	text-align: left;
}
	
#contents_2block {
	float: left;
	width: 650px;
	margin: 0 0 0 20px;
	text-align: left;
}	
	#contents_2block .width_contents1 {
		width: 650px;
	}
	
	#contents_2block h3, #one_block h3 {
		font-size:27px;
		margin-bottom: 15px;
		margin-left: 25px;
		font-weight: normal;
		letter-spacing: 0.3em;
		text-align: left;
	}
	
	#contents_2block h3, #one_block h3.wide {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	#contents_2block h4, #one_block h4 {
		font-size:15px;
		margin-left: 25px;
		letter-spacing: 0.1em;
		text-align: left;
		border-left: 4px solid #454649;
		padding-left: 5px;
	}

	#contents_2block p, #one_block p {
		text-align: left;
		margin-left: 25px;
		margin-right: 10px;
	}

#menu_2block {
	float: left;
	width: 200px;
	margin: 25px 0 0 25px;
	text-align:center;
	position: relative;
	height: 100%;
}
	#menu_2block ul {
	}
		#menu_2block ul li {
			margin-bottom: 2em;
		}
			#menu_2block ul li.banner1 {
				margin-bottom: 0.8em;
			}
				#menu_2block ul li.banner1 a {
				}


.break {
	height:45px;
	text-align: right;
	background: url(../img/parts/img_penline.png) no-repeat left bottom;
	margin: 30px 0 50px 0;
}	
	
#footer {
	width: 900px;
	border-top: 1px solid #454649;
	margin: 50px 0;
}

	#footer li {
		float: left;
		margin-left: 15px;
		margin-top: 10px;
		font-size: 14px;
	}
		#footer li a {
			text-decoration: none;
			color: #30363A;
		}

#pagetop {
	position: fixed;
	right: 30px;
	bottom: 30px;
}

.overline{
	text-decoration: line-through;
}

.submitbtn{
	border:1px solid #AAA;
	margin-bottom: 1em;
	padding: 8px 30px;
	color: #fff;
	cursor: pointer;
	background: #428ec9;
	border-radius: 4px;
	font-size: 15px;
	letter-spacing: 0.1em;

	text-shadow: 1px 1px 1px #555;
	 
	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#99c9e5),
		to(#428ec9)
		);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;
		 
	/* Firefox */
	background: -moz-linear-gradient(
		top,
		#99c9e5,
		#428ec9
		);
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;
	 
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient
		(startColorstr=#ff99c9e5,endColorstr=#ff428ec9);
	zoom: 1;
}

}
	
/*****************************************
　■タブレット・スマホ サイズ別の詳細設定
*****************************************/
@media screen and (max-width: 1111px) and (min-width: 641px) {
	
body {
	font-size: 15px;
}

#outline {
	width: 100%;
	margin: 0px auto 0 auto;
	text-align: center;
}

#header {
	/*height: 130px;*/
	width: 100%;
	text-align: left;
	margin: 0px auto 0 auto;
}

	#header_left {
		/*float: left;*/
		height: 160px;
		width: 100%;
		/*border-bottom: 1px solid #454649;*/
	}
	
		#header_left p.logo {
			margin: 25px 0 0 25px;
		}
		
		#header_left h1 {
			color: #30363A;
			font-size: 11px;
			font-weight: normal;
			margin: 12px 0 0 25px;
			text-align: left;
			letter-spacing: 0.1em;
		}
		
	#header_right {
		/*float: right;*/
		height: 50px;
		width: 100%;
		margin-top: 10px;
		border-bottom: 1px solid #454649;
	}	
		#header_right #mainlink {
			/*margin-top: 100px;*/
			width: 100%;
            position: relative; 
              overflow: hidden;
		}

			#header_right #mainlink ul {
				/*float: right;*/
				position: relative;
                  left: 50%; /* リスト全体であるul要素を右に50%移動。つまり先頭を中央に持ってくる感じです。 */
                  float: left;
			}

			#header_right #mainlink li {/*ボタンを横並びに*/
				float: left;
				font-size: 17px;
                position: relative;
                  left: -50%; /* 各リスト項目になるli要素を左に50%移動。 */
                  list-style: none;
				/*width: 16%;
				text-align: center;
				background: url(../img/parts/back_mainlink_mobile.jpg) no-repeat bottom right;
				padding-top: 0.8em;
				padding-bottom: 0.8em;
				border-radius: 8px;
				margin: 0 2%;*/
			}			
					
			#header_right #mainlink li a {
				/*text-decoration: none;
				color: #FFFFFF;
				letter-spacing: 0.2em;
				display: block;
				position: static;*/
				margin-left: 1.7em;
				text-decoration: none;
				color: #30363A;
				letter-spacing: 0.2em;
			}

	#header_link {
		position: absolute;
		top: 0px;
		right: 0px;
	}

		#header_link p {
			margin: -5px 10px 0 auto;
			text-align: center;
			background-color: #454649;
			font-size: 11px;
			width: 110px;
			height: 20px;
			border-radius: 8px;
			padding-top: 15px;
		}

		#header_link p a {
			text-decoration: none;
			color: #FFFFFF;
		}

#pagelink {
	height: 150px;
	max-width: 900px;
	width: 100%;
	margin: 25px auto 25px auto;
}
	#pagelink #pagetitle {
		height: 150px;
		width: 150px;
		float: left;
		background: url(../img/parts/back_pagetitle.png) no-repeat;
		display:table;
		margin-left: 20px;
	}
		#pagelink #pagetitle h2 {
			font-size: 16px;
			height: 150px;
			font-weight: normal;
			letter-spacing: 0.2em;
			display:table-cell;
			text-align:center;
			vertical-align:middle;
		}
		
	#pagelink #pagelinks { /*縦移動リンク*/
		height: 150px;
		margin-left: 190px;
		position: relative;
	}
		#pagelink #pagelinks ul {
			margin-left: auto;
			margin-right: 1em;
			position: absolute;
			top: 43%;
			left: 0;
			float: right;

		}
			#pagelink #pagelinks li {
				float: left;
				font-size: 14px;
				background: url(../img/parts/catch_pagelink.png) no-repeat 0 center;
				padding-left: 12px;
				text-align:center;
				padding-right: 1.7em;
				letter-spacing: 0.1em;
				margin-bottom: 1em;
			}
				#pagelink #pagelinks li a {
					text-decoration: none;
					color: #30363A;
				}
		
	#pagelink #breadlinks { /*パンくずリンク*/
		height: 150px;
		margin-left: 190px;
		position: relative;
	}
		#pagelink #breadlinks ul {
			margin-left: auto;
			margin-right: 1em;
			position: absolute;
			top: 43%;
			left: 0;
			float: right;
		}
			#pagelink #breadlinks li {
				float: left;
				font-size: 14px;
				padding-right:1em;
				letter-spacing: 0.1em;
				
			}
			#pagelink #breadlinks li.marker {
				background: url(../img/parts/catch_breadlink.png) no-repeat 0 center;
				padding-left: 20px;
			}
				#pagelink #breadlinks li a {
					text-decoration: none;
					color: #30363A;
				}
			
#one_block {
	margin: 0 auto 0 auto;
	width: 100%;
	text-align: left;
}
	
#contents_2block {
	width: 100%;
	text-align: left;
}	
	#contents_2block .width_contents1 {
		margin-right: 10px;
	}
	
	#contents_2block h3, #one_block h3 {
		font-size:27px;
		margin-bottom: 15px;
		margin-left: 25px;
		font-weight: normal;
		letter-spacing: 0.3em;
		text-align: left;
		clear: both;
	}
	
	#contents_2block h3, #one_block h3.wide {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	#contents_2block h4, #one_block h4 {
		font-size:15px;
		margin-left: 25px;
		letter-spacing: 0.1em;
		text-align: left;
		border-left: 4px solid #454649;
		padding-left: 5px;
	}

	#contents_2block p, #one_block p {
		text-align: left;
		margin-left: 25px;
		margin-right: 10px;
	}

#menu_2block {
	width: 100%;
	padding-top: 80px;
	text-align:center;
}
	#menu_2block ul {
	}
		#menu_2block ul li {
			margin-bottom: 2em;
		}
			#menu_2block ul li.banner1 {
				margin-bottom: 0.8em;
			}
				#menu_2block ul li.banner1 a {
				}


.break {
	height:45px;
	text-align: right;
	background: url(../img/parts/img_penline.png) no-repeat left bottom;
	margin: 30px 0 50px 0;
}	
	
#footer {
	width: 100%;
	max-width: 900px;
	border-top: 1px solid #454649;
	margin: 50px 0;
}

	#footer li {
		float: left;
		margin-left: 15px;
		margin-top: 10px;
		font-size: 14px;
	}
		#footer li a {
			text-decoration: none;
			color: #30363A;
		}

#pagetop {
	position: fixed;
	right: 30px;
	bottom: 30px;
}

.overline{
	text-decoration: line-through;
}

.submitbtn{
	border:1px solid #AAA;
	margin-bottom: 1em;
	padding: 8px 30px;
	color: #fff;
	cursor: pointer;
	background: #428ec9;
	border-radius: 4px;
	font-size: 15px;
	letter-spacing: 0.1em;

	text-shadow: 1px 1px 1px #555;
	 
	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#99c9e5),
		to(#428ec9)
		);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;
		 
	/* Firefox */
	background: -moz-linear-gradient(
		top,
		#99c9e5,
		#428ec9
		);
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;
	 
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient
		(startColorstr=#ff99c9e5,endColorstr=#ff428ec9);
	zoom: 1;
}
	
}

@media screen and (max-width: 640px) and (min-width: 416px) {
	
body {
	font-size: 15px;
}

#outline {
	width: 100%;
	margin: 0px auto 0 auto;
	text-align: center;
}

#header {
	/*height: 130px;*/
	width: 100%;
	text-align: left;
	margin: 0px auto 0 auto;
}

	#header_left {
		/*float: left;*/
		height: 130px;
		width: 100%;
		/*border-bottom: 1px solid #454649;*/
	}
	
		#header_left p.logo {
			margin: 25px 0 0 25px;
		}
		
		#header_left h1 {
			color: #30363A;
			font-size: 11px;
			font-weight: normal;
			margin: 12px 0 0 25px;
			text-align: left;
			letter-spacing: 0.1em;
		}
		
	#header_right {
		/*float: right;*/
		width: 100%;
		margin-top: 10px;
	}	
		#header_right #mainlink {
			/*margin-top: 100px;*/
			/*width: 100%;*/
            display:none;
		}

			#header_right #mainlink ul {
				/*float: right;
				margin-right: 20px;	*/
			}

			#header_right #mainlink li {/*ボタンを横並びに*/
				float: left;
				font-size: 14px;
				width: 20%;
				text-align: center;
					background: url(../img/parts/back_mainlink_mobile_mini.jpg) no-repeat bottom right;
				padding-top: 1em;
				padding-bottom: 1em;
			}			
					
			#header_right #mainlink li a {
				/*margin-left: 1.7em;*/
				text-decoration: none;
				/*color: #30363A;*/
				color: #FFFFFF;
				letter-spacing: 0.05em;
				border-radius: 8px;
				display: block;
				position: static;
			}

	#header_link {
		position: absolute;
		top: 0px;
		right: 0px;
	}

		#header_link p {
			margin: -5px 10px 0 auto;
			text-align: center;
			background-color: #454649;
			font-size: 11px;
			width: 110px;
			height: 20px;
			border-radius: 8px;
			padding-top: 15px;
		}

		#header_link p a {
			text-decoration: none;
			color: #FFFFFF;
		}

#pagelink {
	max-width: 900px;
	width: 100%;
	margin: 25px auto 25px auto;
}
	#pagelink #pagetitle {
		height: 150px;
		width: 150px;
		background: url(../img/parts/back_pagetitle.png) no-repeat;
		display:table;
		margin-left: 20px;
	}
		#pagelink #pagetitle h2 {
			font-size: 16px;
			height: 150px;
			font-weight: normal;
			letter-spacing: 0.2em;
			display:table-cell;
			text-align:center;
			vertical-align:middle;
		}
		
	#pagelink #pagelinks { /*縦移動リンク*/
		margin-left: 1em;
		margin-top: 20px;
		height: 40px;
	}
		#pagelink #pagelinks ul {
			margin-left: auto;
			margin-right: 1em;
			margin-top: 0px;
			margin-bottom: 40px;
			text-align: right;
		}
			#pagelink #pagelinks li {
				float: left;
				font-size: 14px;
				background: url(../img/parts/catch_pagelink.png) no-repeat 0 center;
				padding-left: 12px;
				text-align:center;
				padding-right: 1.7em;
				letter-spacing: 0.1em;
				margin-bottom: 1em;
			}
				#pagelink #pagelinks li a {
					text-decoration: none;
					color: #30363A;
				}
		
	#pagelink #breadlinks { /*パンくずリンク*/
		margin-left: 1em;
		margin-top: 20px;
		height: 40px;
	}
		#pagelink #breadlinks ul {
			margin-left: auto;
			margin-right: 1em;
			margin-top: 0px;
			text-align: right;
		}
			#pagelink #breadlinks li {
				float: left;
				font-size: 14px;
				text-align:center;
				padding-right:1em;
				letter-spacing: 0.1em;
			}
			#pagelink #breadlinks li.marker {
				background: url(../img/parts/catch_breadlink.png) no-repeat 0 center;
				padding-left: 20px;
			}
				#pagelink #breadlinks li a {
					text-decoration: none;
					color: #30363A;
				}
			
#one_block {
	margin: 0 auto 0 auto;
	width: 100%;
	text-align: left;
}
	
#contents_2block {
	width: 100%;
	text-align: left;
}	
	#contents_2block .width_contents1 {
		width: 100%;
		margin-right: 10px;
	}
	
	#contents_2block h3, #one_block h3 {
		font-size:27px;
		margin-bottom: 15px;
		margin-left: 25px;
		font-weight: normal;
		letter-spacing: 0.3em;
		text-align: left;
		clear: both;
	}
	
	#contents_2block h3, #one_block h3.wide {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	#contents_2block h4, #one_block h4 {
		font-size:15px;
		margin-left: 25px;
		letter-spacing: 0.1em;
		text-align: left;
		border-left: 4px solid #454649;
		padding-left: 5px;
	}

	#contents_2block p, #one_block p {
		text-align: left;
		margin-left: 25px;
		margin-right: 10px;
	}

#menu_2block {
	width: 100%;
	padding-top: 80px;
	text-align:center;
}
	#menu_2block ul {
	}
		#menu_2block ul li {
			margin-bottom: 2em;
		}
			#menu_2block ul li.banner1 {
				margin-bottom: 0.8em;
			}
				#menu_2block ul li.banner1 a {
				}


.break {
	height:45px;
	text-align: right;
	background: url(../img/parts/img_penline.png) no-repeat left bottom;
	margin: 30px 0 50px 0;
}	
	
#footer {
	width: 100%;
	max-width: 900px;
	border-top: 1px solid #454649;
	margin: 50px 0;
}

	#footer li {
		float: left;
		margin-left: 15px;
		margin-top: 10px;
		font-size: 14px;
	}
		#footer li a {
			text-decoration: none;
			color: #30363A;
		}

#pagetop {
	position: fixed;
	right: 30px;
	bottom: 30px;
}

.overline{
	text-decoration: line-through;
}

.submitbtn{
	border:1px solid #AAA;
	margin-bottom: 1em;
	padding: 8px 30px;
	color: #fff;
	cursor: pointer;
	background: #428ec9;
	border-radius: 4px;
	font-size: 15px;
	letter-spacing: 0.1em;

	text-shadow: 1px 1px 1px #555;
	 
	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#99c9e5),
		to(#428ec9)
		);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;
		 
	/* Firefox */
	background: -moz-linear-gradient(
		top,
		#99c9e5,
		#428ec9
		);
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;
	 
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient
		(startColorstr=#ff99c9e5,endColorstr=#ff428ec9);
	zoom: 1;
}


	
}

@media screen and (max-width: 415px) {
	
body {
	font-size: 15px;
}

#outline {
	width: 100%;
	margin: 0px auto 0 auto;
	text-align: center;
}

#header {
	/*height: 130px;*/
	width: 100%;
	text-align: left;
	margin: 0px auto 0 auto;
}

	#header_left {
		/*float: left;*/
		height: 120px;
		width: 100%;
		/*border-bottom: 1px solid #454649;*/
	}
	
		#header_left p.logo {
			margin: 25px 0 0 10px;
		}
		
		#header_left h1 {
			color: #30363A;
			font-size: 11px;
			font-weight: normal;
			margin: 12px 0 0 10px;
			text-align: left;
			letter-spacing: 0.1em;
		}
		
	#header_right {
		/*float: right;*/
		/*height: 70px;*/
		width: 100%;
		margin-top: 0px;
		border-bottom: 1px solid #454649;
	}	
		#header_right #mainlink {
			display:none;
		}

	#header_link {
		position: absolute;
		top: 0px;
		right: 0px;
	}

		#header_link p {
			margin: -5px 5px 0 auto;
			text-align: center;
			background-color: #454649;
			font-size: 11px;
			width: 100px;
			height: 20px;
			border-radius: 8px;
			padding-top: 15px;
		}

		#header_link p a {
			text-decoration: none;
			color: #FFFFFF;
		}

#pagelink {
	max-width: 900px;
	width: 100%;
	margin: 5px auto 5px auto;
}
	#pagelink #pagetitle {
		height: 150px;
		width: 150px;
		background: url(../img/parts/back_pagetitle.png) no-repeat;
		display:table;
		margin-top: 30px;
		margin-left: 10px;
	}
		#pagelink #pagetitle h2 {
			font-size: 16px;
			height: 150px;
			font-weight: normal;
			letter-spacing: 0.2em;
			display:table-cell;
			text-align:center;
			vertical-align:middle;
		}
		
	#pagelink #pagelinks { /*縦移動リンク*/
		margin-left: 20px;
		margin-top: 10px;
		margin-bottom: 50px;
	}
		#pagelink #pagelinks ul {
			margin-left: 1em;
			margin-top: 0px;
		}
			#pagelink #pagelinks li {
				font-size: 14px;
				text-align: left;
				background: url(../img/parts/catch_pagelink.png) no-repeat 0 center;
				padding-left: 14px;
				letter-spacing: 0.2em;
			}
				#pagelink #pagelinks li a {
					text-decoration: none;
					color: #30363A;
				}
		
	#pagelink #breadlinks { /*パンくずリンク*/
		margin-left: 10px;
		margin-top: 10px;
		margin-bottom: 50px;
	}
		#pagelink #breadlinks ul {
			margin-left: 1em;
			margin-top: 0px;
		}
			#pagelink #breadlinks li {
				font-size: 14px;
				text-align: left;
				padding-right:1em;
				letter-spacing: 0.1em;
			}
			#pagelink #breadlinks li.marker {
				background: url(../img/parts/catch_breadlink.png) no-repeat 0 center;
				padding-left: 20px;
				margin-left: 1em;
			}
				#pagelink #breadlinks li a {
					text-decoration: none;
					color: #30363A;
				}
			
#one_block {
	margin: 0 auto 0 auto;
	width: 100%;
	text-align: left;
}
	
#contents_2block {
	width: 100%;
	text-align: left;
}	
	#contents_2block .width_contents1 {
		width: 100%;
		margin-right: 10px;
	}
	
	#contents_2block h3, #one_block h3 {
		font-size:19px;
		margin-bottom: 15px;
		margin-left: 10px;
		font-weight: normal;
		letter-spacing: 0.1em;
		text-align: left;
		clear: both;
		line-height: 1.4em;
	}
	
	#contents_2block h3, #one_block h3.wide {
		margin-top: 50px;
		margin-bottom: 20px;
	}
	
	#contents_2block h4, #one_block h4 {
		font-size:15px;
		margin-left: 25px;
		letter-spacing: 0.1em;
		text-align: left;
		border-left: 4px solid #454649;
		padding-left: 5px;
	}

	#contents_2block p, #one_block p {
		text-align: left;
		margin-left: 10px;
		margin-right: 10px;
	}

#menu_2block {
	width: 100%;
	margin: 0 0 0 0;
	padding-top: 80px;
	text-align:center;
}
	#menu_2block ul {
	}
		#menu_2block ul li {
			margin-bottom: 2em;
		}
			#menu_2block ul li.banner1 {
				margin-bottom: 0.8em;
			}
				#menu_2block ul li.banner1 a {
				}


.break {
	height:45px;
	text-align: right;
	background: url(../img/parts/img_penline.png) no-repeat left bottom;
	margin: 30px 0 50px 0;
}	
	
#footer {
	width: 100%;
	max-width: 900px;
	border-top: 1px solid #454649;
	margin: 50px 0;
}

	#footer li {
		float: left;
		margin-left: 15px;
		margin-top: 10px;
		font-size: 14px;
	}
		#footer li a {
			text-decoration: none;
			color: #30363A;
		}

#pagetop {
	position: fixed;
	right: 0px;
	bottom: 10px;
}

	#pagetop img {
		width: 70%;
		height: 70%;
	}

.overline{
	text-decoration: line-through;
}

.submitbtn{
	border:1px solid #AAA;
	margin-bottom: 1em;
	padding: 8px 30px;
	color: #fff;
	cursor: pointer;
	background: #428ec9;
	border-radius: 4px;
	font-size: 15px;
	letter-spacing: 0.1em;

	text-shadow: 1px 1px 1px #555;
	 
	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#99c9e5),
		to(#428ec9)
		);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;
		 
	/* Firefox */
	background: -moz-linear-gradient(
		top,
		#99c9e5,
		#428ec9
		);
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;
	 
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient
		(startColorstr=#ff99c9e5,endColorstr=#ff428ec9);
	zoom: 1;
}


	
}
