@charset "UTF-8";

/* reset */
html{color:#000;background:#fff;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}legend{color:#000;}

/* base */
body {font:14px/1.231 "ヒラギノ角ゴ Pro W3";background-size: 100%; -webkit-text-size-adjust: none;background:#fff; }
a{ text-decoration:none;}

section{
	margin-bottom:10px;
	clear:both;
	text-align: center;
}

h2 {
	font-size: 14px;
	text-shadow: 1px 1px 2px #ccc;
	color: #FF6600;
	margin-bottom: 10px;
	font-style: oblique;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}

h3{
	font-size:14px;
	fonｓt-weight:bold;
	color:#FFFFFF;
	margin-top:10px;
	margin-bottom:10px;
	padding:5px;
	background-color: #FF9933;
	text-align: center;
}



/* ヘッダーの右にメニュー */
.header1{
	background: -webkit-gradient(linear, left top, left bottom, from(#ececec),to(#fff));　
	background: linear-gradient(#ececec, #fff);
	background-size: 100% 100%;
	height: 50px;
	border-bottom: 1px solid #dadada;
}
	.header1 h1{
	display: block;
	height: 50px;
	width: 135px;
	line-height: 50px;
	font-weight: bold;
	margin-left: 5px;
	float: left;
	margin-top: 5px;
	}
	.header1 nav{
		float: right;
	}
	.header1 nav li{
		float: left;
	}
	.header1 nav li>a{
	width: 100px;
	text-align: center;
	display: block;
	padding: 8px;
	margin: 10px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #666;
	border-radius: 10px;
	font-weight: bold;
	background: #e22092 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f45cb5), to(#e22092));
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	background-color: #FF9900;
	}
	.header1 nav li:first-child>a{
		border-radius: 4px 0 0 4px;
	}
	.header1 nav li:last-child>a{
		border-radius: 0 4px 4px 0;
		border-left: none;
		margin-right: 5px;
	}


/* 矢印つきリスト２ */
.list2 ul{
	margin: 10px;
	}
	.list2 ul li{
		overflow: hidden;
		margin: 0;
		width: 100%;
		text-align: left;
		padding: 0;
		border: 1px #ccc solid;
		border-bottom: 0;
		background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
		background: linear-gradient(#fff, #f0f0f0);
   		display:block;
		-webkit-box-shadow:0px 3px 3px rgba(000,000,000,0.1);
		box-shadow:0px 3px 3px rgba(000,000,000,0.1);
	}
	.list2 ul li:first-child{
		border-radius: 8px 8px 0 0;
	}
	.list2 ul li:last-child{
		border-radius: 0 0 8px 8px;
		border-bottom:1px #ccc solid;
	}
	.list2 ul li a{
		color: #333;
		display: block;
		height: 44px;
		margin: 0;
		padding: 0 0 0 10px;
		overflow: hidden;
		white-space: nowrap;
		line-height: 44px;
		text-overflow: ellipsis;
		text-decoration: none;
		font-weight:bold;
	}
	.list2 ul li a::after{
		content: url(../img/list_mark1.gif);
		margin: 0 10px 0 0;
		float: right;
	}

/* ボタン */

a.btn1{
	width: 90%;
	text-align: center;
	display: block;
	padding: 8px;
	margin: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	border-radius: 10px;
	border: 1px solid #63b7ec;
	font-weight: bold;
	background: #9bd8ff -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b9e4ff), to(#62b5ea));
	background: #9bd8ff linear-gradient(#b9e4ff, #62b5ea);
	}

.text1 {
	text-align: left;
	margin: 10px;
}
