@charset "utf-8";

/* Basic Structure
-------------------------------------*/
*{
	margin:0;
	padding:0;
}

body {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

fieldset{
	border:none;
}

img{
	vertical-align:bottom;
	margin: 0px;
	padding: 0px;
}

a img{
  border:none;
}

form {
 margin: 0;
}

/* Sentence, Character
------------------------------------*/
h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
}

p{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
	line-height: 1.8em;
}


/* List
-------------------------------------*/
ul, ol, li, dd, dt, dl{
	margin: 0;
	padding: 0;
	font-size: 12px;
	list-style-type: none;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	color: #484848;
	line-height: 1.3em;
}

/* Anchor
-------------------------------------*/
a {
	font-family: none;
	text-decoration: none;
}

a:link {
	color: #0066CC;
	text-decoration: none;
}

a:visited {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	color: #003399;

}

a:active {
	color: #003399;
	text-decoration: none;
}

/* Other
-------------------------------------*/
#container{
	width: 100%;
	/*overflow:hidden;
	min-height:416px;*/
	margin:0;
	position: relative;
}

.reset{
	clear: both;
}


/*メニューリストアップ
----------------------*/

nav#MenuList {
	background-color:#FFF;
}

nav#MenuList .menuHeader {
	background: -webkit-gradient(linear, left top, left bottom, from(#FFCCCC), to(#F66));
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

nav#MenuList .menuHeader h1 {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 18px;
	padding-left: 15px;
	color: #FFF;
	text-shadow: 0px -1px 0px rgba(0,0,0,1.0);
	width: 50%;
}

nav#MenuList .closeBtn {
	display: block;
	float: right;
	width: 50px;
	line-height: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #F66;
	border: 2px #FFF solid;
	-webkit-border-radius: 6px;
	-webkit-box-sizing: border-box;
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#FFF),
		to(#FFCCCC));
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	text-align: center;
	margin-right: 10px;
}

nav#MenuList .closeBtn a {
	display: block;
	color: #F66;
}

nav#MenuList p {
	display: block;
	clear: both;
	text-align: center;
	background-color: #CCC;
	color: #444;
	font-weight: bold;
	text-shadow: 0px 1px 0px rgba(255,255,255,1.0);
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}

nav#MenuList li {
	width: 50%;
	font-size: 12px;
	line-height: 40px;
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#EEE),
		to(#FFF));
	border-bottom: 1px solid #CCC;
	float: left;
	-webkit-box-sizing: border-box;
}

nav#MenuList li a {
	display: block;
	padding-left:5px;
}

nav#MenuList li:nth-child(2n+1) {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	-webkit-box-sizing:border-box;
}
