@charset "UTF-8";

/*横ズレ防止*/
body{
	width:100%;
	overflow-x:hidden;
	background:#f9cad0;

	color:#FFFFFF;
	font-size:14px;
	letter-spacing: 0px;/*文字幅*/
	line-height:1.5;/*行間*/
	/*コピペ禁止*/
	-webkit-touch-callout:none; /* iOS Safari */
	-webkit-user-select:none; /* iOS Safari */
	
}



/*******************************************************************
*   header 
*******************************************************************/

.toolbarBox {
	position: relative;
}
.toolbarBox nav li {
	position: absolute;
}

.toolbarBox nav a {
	display:block;
	height: 50px;
}

.toolbarBox nav .toolBtnLeft {
	width:50px;
	height:50px;
	left: 5px;
	top: 0;
}
.toolbarBox nav .toolBtnRight {
	width:50px;
	height:50px;
	right: 0;
	top: 0;
}

.toolbar {
	margin:0;
	padding: 9px 0 3px;
	background: #0095c0 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0095c0), to(#01566f)); 
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.4);
	text-align: center;
}


/*******************************************************************
*   footer 
*******************************************************************/

footer {
	clear:both;
	background:#001020;
	padding:5px;
}

footer a{
	font-size:16px;
}

footer p {
	font-size: 12px;
	color:#fff;
	text-align: center;
}


/*******************************************************************
*   ボタン
*******************************************************************/


.button a {
	width:80%;
	text-align:center;
	display: block;
	padding: 8px;
	margin: 5px auto 15px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #666;
	border-radius: 10px;
	font-weight:bold;
	background: #00FDF0 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00FDF0), to(#005FFD)); 
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

.button2 a {
	width:80%;
	text-align:center;
	display: block;
	padding: 8px;
	margin: 5px auto 15px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #666;
	border-radius: 10px;
	font-weight:bold;
	background: #dcbc26 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dcbc26), to(#98831f)); 
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

.pinkbutton a{
	width:80%;
	text-align:center;
	display: block;
	padding: 8px;
	margin: 5px auto 15px;
	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);
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

ul#banner {
  margin: 60px 0px 0px 0px;
  padding: 0;
  text-align:center;
}

ul#banner li {
  display: inline;
  margin: 0;
  padding: 0;
}

ul#banner li a {
  margin: 0;
  padding: 0;
}

ul#banner li a img {
  margin:5px 10px 0px 30px;
  border:0;
  width:30%;
  text-align:center;
}

/*******************************************************************
*   汎用
*******************************************************************/
.cboth{
   clear:both;
}

.ctxt{
	text-align:center;
}

.center{
	margin:auto;
	margin-right:auto;
	text-align:center;
}
.center img{
	margin:0;
}

.w100{
	width:100%;
    text-align:center;
}
.w80{
	width:70%;
    text-align:center;

}
.PageTopLink {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px;
    margin: 7px 5px 5px;
    padding: 4px 0px 0px 0px;
    width: 25%;
    float: right;
    text-align:center;
    display: block;
    clear:both;
}

.PageTopLink a {
    display: block;
}

.PageTopLink img {
    width: 80%;
}

/* main nav */
#nav_main {
	position: absolute;
	top: 2.3em;
	right: 5px;
	width: 55%;
	z-index: 10000;
	display: none; /* visibility will be toggled with jquery */
}
#nav_main li {
	text-align: center;
	border: solid 2px #003059;
	border-bottom: none;
	background: #FFF;
	padding: 10px 15px;
	display: block;
}
#nav_main li:first-child{
	border-radius: 6px 6px 0 0;
}
#nav_main li:last-child{
	border-radius: 0 0 6px 6px;
	border-bottom: solid 2px #003059;
}
#nav_main li a {
	font-weight: bold;
	text-decoration: none;
	background: none;
	display: block;
	color: #339;
	border: none;
}
#nav_main a:hover {
	background: none;
	color: #000;
}
#nav_main a:visited {
	background: none;
	color: #339;
}
#etc_h1 {
    width: 35%;
    line-height: 0;
    padding: 7px 10px;
    float: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
#menu_icon {
    color: rgb(51, 51, 153);
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    width: 25%;
    margin: 5px;
    cursor: pointer;
    background: url("../images/menu_botan2.png") no-repeat scroll 0% 0% / contain transparent;
    display: block;
    float: right;
}

