/*//////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////全ページ共通/////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////*/

/*全体*/
body {
	background:#333333;
	width:100%;
	min-width:320px;
}

#wrap {
	background:url(../img/default/mainBg.jpg);
}

/*ヘッダー*/
#header {
	width:100%;
	min-width:320px;
	background:#ffffff;
	position:relative;
}

#headbox {
	display:block;
	margin:0px auto;
	width:100%;
	max-width:960px;
	min-width:320px;
}

#logo {
	width:225px;
	height:47px;
	display:block;
	margin:17px 0px 14px 11px;
	float:left;
}

#headBtnbox {
	width:203px;
	float:right;
	margin:30px 11px 30px 0px;
}

#searchTextbox {
	float:left;
	width:173px;
	font-size:12px;
	border:1px solid #e4e4e4;
	height:18px;
}

#searchSubmit {
	float:right;
}

.textfield_wrap {
	position:relative;
}
.textfield_wrap label {
	position:absolute;
	top:1px;
	left:1px;
	font-size:12px;
	color:#888;
}

/*メインヴィジュアル*/

#mainVisialbox {
	width:100%;
	min-width:320px;
	background:#ffffff;
    border-top:3px solid #007258;
}

#mainVisial {
	width:100%;
	max-width:960px;
	min-width:320px;
	margin:0px auto;
	display:block;
    height: auto;
    max-height: 480px;
}

/*グローバルナビ*/

#grobalNav {
	width:100%;
	min-width:320px;
	background:#288570;
}

#grobalNav ul {
	width:100%;
	min-width:320px;
	max-width:958px;
	display:block;
	margin:0px auto;
}


#grobalNav ul li {
	float:left;
	width:20%;
	position:relative;
}



#grobalNav ul li .slideMenu {
	min-width:0px;
	width:100%;
	position:absolute;
	top:100%;
	left:1px;
	z-index:100;
}

#grobalNav ul li .slideMenu li {
	float:none;
    display: block;
    width: auto;
}

#grobalNav ul li .slideMenu li a {
	color:#ffffff;
	font-size:13px;
	text-decoration:none;
    display: block;
    width: auto;
	padding:15px;
	background:url("../img/default/slidenavBg.png");
}

#grobalNav ul li .slideMenu li a span {
	font-size:10px;
    display: inline;
}

#grobalNav ul li .slideMenu li a:hover {
	color:#000000;
	background:url("../img/default/slidenavBg_on.png");
}

#grobalNav ul li img {
	vertical-align:bottom;
	width:100%;
}

#grobalNav ul li span {
	display:none;
}

/*コンテンツ*/

#main {
	width:100%;
	min-width:320px;
	padding:20px 0 40px;
	overflow:hidden;
}

#mainbox {
	width:96%;
	padding:0 2%;
	max-width:960px;
	display:block;
	margin:0px auto;
}

/*メニューボタン*/

#Menu {
	width:100%;
	min-width:320px;
	background:#333333;
	border-bottom:1px solid #000000;
}

#Menubox {
	width:100%;
	min-width:320px;
	max-width:960px;
	display:block;
	margin:0px auto;
}

#Menubox a {
	display:block;
	width:100%;
	min-width:320px;
	text-align:center;
	padding:3px 0;
}

/*フッター*/

#footer {
	width:100%;
	min-width:320px;
	background:#333333;
	border-top:1px solid #E6E6E6;
	padding:15px 0;
	overflow:hidden;
}

#MenuList {
	width:100%;
	min-width:320px;
	background:url(../img/default/mainBg.jpg);
	overflow:hidden;
}

#MenuListbox {
	width:100%;
	max-width:960px;
	display:block;
	margin:0px auto;
	padding:13px 0;
	overflow:hidden;
}

#MenuListbox ul {
	width:150px;
	display:block;
	float:left;
	margin:0 5px;
    min-height: 120px;
}

#MenuListbox ul.noMinheight {
    min-height: 0px;
}

#MenuListbox ul.size-up01 {
    width: 190px;
}

#MenuListbox ul.last {
	margin:0;
}

#MenuListbox ul a {
	font-size:12px;
	color:#000000;
	text-decoration:none;
	line-height:150%;
}

#MenuListbox ul a:hover {
	text-decoration:underline;
}

#MenuListbox ul .index {
	padding-bottom:5px;
	border-bottom:1px solid #000000;
	margin-bottom:5px;
} 

#footbox {
	display:block;
	margin:0px auto;
	width:100%;
	max-width:960px;
	color:#ffffff;
	overflow:hidden;
}

#footbox #footTxt {
	float:left;
	margin-left:10px;
	width:270px;
}

#footbox #footTxt h2 {
	font-size:17px;
	font-weight:bold;
	margin-bottom:5px;
}

#footbox #footTxt p {
	font-size:11px;
}

#footbox #copyright {
	float:right;
	font-size:10px;
	margin-top:15px;
	margin-right:15px;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////下層ページ共通////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////*/

/*タイトルテンプレート*/

.tit {
	position:relative;
	overflow:hidden;
	height:34px;
	width:100%;
}

.tit .titBg {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
}

.tit h1 {
	height:34px;
	line-height:34px;
	padding-left:20px;
	margin-left:10px;
	background:url("../img/default/iconSquare.jpg") no-repeat center left;
	overflow:hidden;
	position:relative;
	z-index:2;
	float:left;
}

.tit h1 img {
	padding:10px 0;
	display:block;
}

.tit h3 {
	height:34px;
	line-height:34px;
	padding-left:20px;
	margin-left:10px;
	background:url("../img/default/iconSquare.jpg") no-repeat center left;
	overflow:hidden;
	position:relative;
	z-index:2;
	float:left;
}

.tit h3 img {
	padding:10px 0;
	display:block;
}

.tit .indexBtn {
	width:50px;
	height:22px;
	display:block;
	float:right;
	margin:6px 10px;
	position:relative;
	z-index:2;
}

/*ヘッダー*/
#headMenu {
	display:none;
}

#headMenuListbox {
	display:none;
}

/*パンくず*/

#pankuzu {
	width:95%;
	max-width:960px;
	display:block;
	margin:0px auto 20px;
}

#pankuzu li {
	float:left;
}

#pankuzu li a {
	text-decoration:none;
	color:#0071BC;
}

#pankuzu li a:hover {
	text-decoration:underline;
}

/*全体*/

#normalMenu {
	float:left;
	width:25%;
	border:3px solid #68b5a3;
	background:#ffffff;
	padding:3px;
	overflow:hidden;
}

#normalMenu h3 {
	display:block;
	margin:0px auto;
	width:90%;
	background:url("../img/default/normalMenuBg.jpg") repeat left top;
	border-bottom:4px solid #e2dedd;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	padding:15px 5%;
}

#normalMenu h3 a {
	display:block;
	color:#ffffff;
    text-decoration: none;
}

#normalMenu h3 a:hover {
    text-decoration: underline;
}


#normalMenu ul {
	overflow:hidden;
	margin:1px 0;
}

#normalMenu ul li {
	width:100%;
	border-top:1px solid #e2dedd;
	position:relative;
}

#normalMenu ul li.select {
	background:#CCCCCC;
}

#normalMenu ul li .dummyMenu {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background:#000000;
	opacity:0.7;
}

#normalMenu ul li .dummyMenuTxt {
	width:130px;
	height:20px;
	position:absolute;
	top:50%;
	left:50%;
	color:#ffffff;
	margin-left:-65px;
	margin-top:-10px;
	font-size:14px;
	font-weight:bold;
	display:block;
}

#normalMenu ul li.select p {
	width:100%;
	display:block;
	background:url("../img/default/iconArrowS.jpg") no-repeat left center;
	padding:10px 20px;
	margin-left:10px;
	color:#000000;
}

#normalMenu ul li a {
	width:auto;
	display:block;
	background:url("../img/default/iconArrowS.jpg") no-repeat left center;
	padding:10px 5px 10px 20px;
	margin-left:10px;
	color:#000000;
	text-decoration:none;
}

#normalMenu ul li a:hover {
	text-decoration:underline;
}

#normalContent {
	float:right;
	width:72%;
}

/*メインビジュアル*/


#mainVisialboxN {
	width:100%;
	min-width:320px;
	background:url("../img/default/mainVisialBgN.jpg") repeat-x;
}

#mainVisialN {
	width:100%;
	max-width:1024px;
	min-width:320px;
	margin:0px auto;
	display:block;
}

#mainVisialboxN img {
	margin-top:51px;
	margin-left:54px;
}

#mainVisialboxN .h2 {
	height:2px;
	background:url("../img/default/mobileTitleBg.jpg") repeat-x top left;
	width:100%;
	overflow:hidden;
	line-height:50px;
	max-width:1024px;
	min-width:320px;
	margin:0px auto;
	display:block;
	font-size:20px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
}

#mainVisialN {
	height:128px;
}

/*smartphone用ナビ*/

#subNavboxS {
	display:none;
}
