﻿@charset "UTF-8";





/*--Base------------------------------------------------------------*/



html,body {

	width: 100%;

	height: 100%;

}



html {

	height: 100%;

	overflow-y: scroll;

}



/*--Reset-----------------------------------------------------------*/



* {

	margin: 0;

	padding: 0;

}


img {

	border: none;
	vertical-align: middle;
	max-width: 100% ;
	height: auto;
}



ul,ol {

	list-style: none;

}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*--Text------------------------------------------------------------*/



body {

	font-size: 88%;

	font-weight: normal;

	line-height: 1.5;

font-family: georgia,'times new roman',serif;


}



h1,h2,h3,h4,h5,h6 {

	font-size: 100%;
font-family: georgia,serif;
}

hr.style1 {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
	padding-bottom:20px;
}
hr.style2 {
	border-top: 1px dashed #8c8b8b;
}

/*--Link------------------------------------------------------------*/



a,

a:link {

	color: #849AC8;

}



a:visited {

	color: #ACC3DE;

}



a:hover,

a:active {

	color: #777777;

}



a:focus {

	outline: none;

}



/*--HTML5-----------------------------------------------------------*/



article,aside,details,footer,header,main,menu,nav,section,summary {

	display: block;

}



/*--layout----------------------------------------------------------*/





/* ******************* 0 to 479px ******************* */



#wrapper {
	width: 100%;
	background-image: url("images/bg.jpg");
}

#header {
	background-image: url("images/top_bg.jpg") ;
}

#header header {
	margin: 0 auto;

}



#contents {
	overflow: hidden;
	margin: 0 auto;
	padding-top: 20px;

}



#main {

}

#pcmenu{
    display: none;
  }
  
#menu{
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#menu li{
  display: block;
  width: 100%;
  margin: 0;
  padding: 0; }
#menu li a{
  display: block;
  padding: 12px 0 10px;
  background: #333;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid #444;
}
#menu li a:hover{
  background: #444;
}
  

  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #222;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 12px 0 10px;
    border-bottom: 1px solid #444;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 4px;
    background: #222;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }

  .logopc {
    display:none;
  }
  
  .spsp {
    display: block;
  }
  
  .spabg {
    display: block;
    width: 100%;
    background: #012239;
    color: #ffffff;
    font-size	: 120%;
    font-weight: bold;
  }
.box1-1 {
	color: #000000;
    text-align: center;
	}
.box1-2 {
	color: #000000;
    text-align: center;
	}

.boxplan-1 {
	color: #000000;
    text-align: center;
	}
.boxplan-2 {
	color: #000000;
	margin: 0 auto;
	PADDING-top: 10px;
	}


#footer {

	margin: 20px 0 0 0;
	background: #f3f3f3;
	background-image: url("images/foot_bg.jpg");
}



#footer footer {

	margin: 0 auto;
	padding-top: 20px;
	color: #ffffff;
}



#header header,

#contents,

#footer footer {

	width: 100%;

}

.pagetop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #012239;
    text-align: center;
    color: #fff;
    BORDER: #fff 1px solid;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #FF8C00;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/*--common----------------------------------------------------------*/



#header h1{
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	font-weight: normal;
	font-size: 10px;
	color: #ffffff;
}

#header h2{
	padding-top: 0px;
	padding-bottom: 0px;
}
h3{
	margin: 0;
	padding: 0;
}

#header p,

#contents p,

#footer p {

	padding: 10px;

}

.imgbox2 {
	BACKGROUND-COLOR: #ffffff;
}

/* ** */



@media only screen and (min-width: 480px) {



#main {

}

  .logosp {
    display:none;
  }
  .logopc {
    display: inline;
  }

/* ** */}

@media only screen and (min-width: 768px) {



#header {
	min-width: 960px;
	background-image: url("images/head_bg.jpg") ;
	background-repeat: repeat-x;
}



#contents {

	min-width: 960px;

}



#main {

	width: 960px;
	float: left;

}

#spmenu{
  display: none;
  }
#pcmenu{
    display: inline;
  }

#footer {

	min-width: 960px;

}



#header header,

#contents,

#footer footer {
	clear: both;
	width: 960px;

}

.box1-1 {
	width: 460px;
	float: left;
	}
.box1-2 {
	width: 460px;
	float: right;
	}
.planset {
	BORDER: #E6E1CF 1px solid;  BACKGROUND-COLOR: #ffffff;	
	}
.boxplan-1 {
	width: 320px;
	float: left;
	}
.boxplan-2 {
	width: 600px;
	float: right;
	}
.blueberry { max-width: 960px; }
.imgbox2 {
	BORDER-LEFT: #cccccc 1px solid;  BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; BORDER-BOTTOM: #cccccc 1px solid; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-BOTTOM: 10px; MARGIN: 0px; PADDING-TOP: 10px; BACKGROUND-COLOR: #ffffff;
}

/* ** */}
.spu5 { 
	padding-bottom: 5px; }

.imgbox {
	BORDER-LEFT: #E6E1CF 1px solid;  BORDER-RIGHT: #E6E1CF 1px solid; BORDER-TOP: #E6E1CF 1px solid; BORDER-BOTTOM: #E6E1CF 1px solid; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-BOTTOM: 10px; MARGIN: 0px; PADDING-TOP: 10px; BACKGROUND-COLOR: #ffffff;
}


.bg_bk {

	width: 100%;

	padding-bottom: 2px;

	padding-top: 2px;

	background: #000000;

	margin-bottom: 1px;

	color: #cccccc;}

.kaigyo {
	clear: both;
	}
	
@media print{
  .logopc {
    display: inline;
  }
  .logosp {
    display:none;
  }
#navi {
	display:none;
	}
}



.t_style	{

	margin			: 0 auto 15px;

	border			: 1px solid #CCC;

	border-collapse	: collapse;

	border-spacing	: 0;

	empty-cells		: hide;

}

	.t_style td.th_top{

		background	: #ebebeb;

		font-size	: 100%;

		line-height: 150%;

	font-weight: bold;

	}

	.t_style td.th_bg{

		background	: #F5F5F5;

		font-size	: 100%;

		line-height: 150%;

	}

	.t_style td{

		border-bottom	: 1px solid #CCC;

		border-RIGHT	: 1px solid #CCC;

		padding		: 5px 5px;

		font-size	: 100%;

		line-height: 150%;

	} 


.t_style_plan	{

	margin			: 0 auto 5px;

	border			: 1px solid #CCC;

	border-collapse	: collapse;

	border-spacing	: 0;

	empty-cells		: hide;

}

	.t_style_plan td{

		padding		: 5px 5px;

		line-height: 150%;

		background	: #ffffff;

		border-bottom	: 1px solid #CCC;

	}

	.t_style_plan td.th_top{

		border-RIGHT	: 1px solid #CCC;

	}

	.t_style_plan td.th_bg{

		background	: #012239;

		color: #ffffff;

	margin-top: 2px;

	}




.t_style_nospace	{

	margin			: 0 auto 15px;

	border			: 1px solid #CCC;

	border-collapse	: collapse;

	border-spacing	: 0;

	empty-cells		: hide;

}

	.t_style_nospace td{

		border-bottom	: 1px solid #CCC;

		border-RIGHT	: 1px solid #CCC;

		font-size	: 100%;

		line-height: 150%;

	} 


.t_styleblue	{

	margin			: 0 auto 15px;

	border			: 1px solid #ccc;

	border-collapse	: collapse;

	border-spacing	: 0;

	empty-cells		: hide;

}

	.t_styleblue td.th_top{

		background	: #011286;

		font-size	: 100%;

		line-height: 150%;

	font-weight: bold;

	color: #ffffff;

	}

	.t_styleblue td.th_bg{

		background	: #ebebeb;

		font-size	: 100%;

		line-height: 150%;

	}

	.t_styleblue td.th_ce{

	padding-left: 24px;

	}

	.t_styleblue td{

		border-bottom	: 1px solid #ccc;

		border-RIGHT	: 1px solid #ccc;

		padding		: 5px 5px;

		font-size	: 100%;

		line-height: 150%;

	}
