@charset "UTF-8";



/* body --------------------------------------------------------------- */
body {
	background-color: #46607c;
	}



/* common --------------------------------------------------------------- */
#breadcrumb,
#breadcrumb a,
#onlinestore,
#onlinestore a,
#footer,
#footer a {
	color: #ffffff;
	}
		
	
	
/* online store --------------------------------------------------------------- */
#onlinestore {
	width: 90%;
	max-width: 600px;
	margin: 0 auto 150px auto;
	color: #ffffff;
	position: relative;
	}
	
	#onlinestore #onlinestoreTop {
		margin-bottom: 70px;
		}
	
		#onlinestore #onlinestoreTop h2 {
			margin-bottom: 50px;
			}
			
		#onlinestore #onlinestoreTop a {
			width: 50%;
			margin: 0 auto;
			padding: 10px 0;
			text-align: center;
			border: solid 1px;
			color: #46607c;
			background-color: #ffffff;
			}
		
	#onlinestore #onlinestoreMiddle {
		margin-bottom: 150px;
		}
	
		#onlinestore #onlinestoreMiddle h2 {
			margin-bottom: 15px;
			font-size: 14px;
			}
			
		#onlinestore #onlinestoreMiddle a {
			width: 50%;
			margin: 0 auto;
			padding: 10px 0;
			text-align: center;
			border: solid 1px;
			color: #46607c;
			background-color: #ffffff;
			}
			
			#onlinestore #onlinestoreMiddle a img {
				width: 25%;
				}
			
	
	#onlinestore #onlinestoreBtm {
		}
	
		#onlinestore #onlinestoreBtm dl {
			line-height: 2;
			margin-bottom: 70px;
			}
			
			#onlinestore #onlinestoreBtm dl dt {
				text-align: center;
				margin-bottom: 10px;
				}
				
				#onlinestore #onlinestoreBtm dl dt span {
					cursor: pointer;
					display: inline-block;
					text-decoration: underline;
					}
		
			#onlinestore #onlinestoreBtm dl dd {
				font-size: 12px;
				}
				
				#onlinestore #onlinestoreBtm dl dd a {
					width: 50%;
					margin: 20px auto 0 auto;
					padding: 10px 0;
					text-align: center;
					border: solid 1px;
					}

@media(max-width: 768px){
	#onlinestore {
		margin: 0 auto 50px auto;
		}
		
		#onlinestore #onlinestoreTop {
			margin-bottom: 50px;
			}
			
			#onlinestore #onlinestoreTop h2 {
				margin-bottom: 25px;
				}
			
			#onlinestore #onlinestoreTop a {
				width: 70%;
				}
		
		#onlinestore #onlinestoreMiddle {
			margin-bottom: 100px;
			}
		
			#onlinestore #onlinestoreMiddle h2 {
				}
				
			#onlinestore #onlinestoreMiddle a {
				width: 70%;
				}
				
				#onlinestore #onlinestoreMiddle a img {
					width: 30%;
					}
				
			#onlinestore #onlinestoreBtm dl {
				margin-bottom: 50px;
				}
				
					#onlinestore #onlinestoreBtm dl dd a {
						width: 70%;
						}
	}

@media(max-width: 420px){
	}