@charset "utf-8";
/* CSS Document */

@import url('index_sp.css') screen and (max-device-width:960px);
@import url('index_pc.css') screen and (min-device-width:961px);/*(min-width: 729px)*/
a:link {
	color: #06C;
	text-decoration: underline;
}
dl {
	padding-bottom: 0.5em;
}






/* YouTube動画レシポンシブ */
.movie-wrap,.movie {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.movie-wrap iframe,.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* YouTube あとで整理
.movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;/**/
	/*padding-bottom: 56.25%; アスペクト比 16:9の場合の縦幅
	 height: 0;
     overflow: hidden;
}
.movie iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	
}*/

.cart_btm input[type="submit"]{
	font-size: medium;
	font-weight: bold;
	color: #FFF;
	background-color: #F90;
	padding: 5px;
	height: auto;
	width: 98%;
	border: #F90 1px;
	border-radius: 10px;
	margin-right: auto;
	margin-left: auto;
}

/*--hover--*/
.cart_btm input[type="submit"]:hover {
	font-size: medium;
	font-weight: bold;
	color: #FFF;
	background-color: #F60;
	padding: 5px;
	height: auto;
	width: 98%;
	border: #F90 1px;
	border-radius: 10px;
	margin-right: auto;
	margin-left: auto;
	transition: background-color 1s;
}

