@charset "UTF-8";


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



.kit-left{
	width:100%;
	float: none;
	margin:0 0 30px 0;
}
.kit-right{
	width:100%;
	float: none;
}
.kit-left img ,.kit-right img{
    border-radius: 20px;        /* CSS3草案 */  
    margin: 0 0 20px; 0;
}

.kit-left p ,.kit-right p{
	padding:0 20px;
}

p.catchcopy{
	font-size:1.2em;
	font-weight: 600;
}

.red{
	color:#e4007f;
}
.blue{
	color:#00a0e9;
}

.kit-right  img{
	width:75%;
	margin: 0 auto;
}

/*======================================

	page
	
========================================*/

section.description{
	padding:0 0px;
	text-align: center;
}

.left-half{
	width:100%;
	float: none;
	text-align: none;
	margin:0 0 20px;
}
.right-half{
	width:100%;
	float: right;
	text-align: left;
}


h3{
	display: inline-block;
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	padding: 16px;
	color: #000;
	font-weight: 500;
	margin: 36px auto 24px auto;
	border: 1px solid #ccc;
    border-radius: 20px;        /* CSS3草案 */  
}

section ul{
	margin: 30px 0 0 0;
	padding: 0;
	list-style: circle;
}

section ul li{
	font-size: 16px;
	line-height: 30px;
	margin:0px 0px 4px 0px;
	padding: 0 0 0px 0px;
	list-style: none;
	text-indent: -1.1em;
	margin-left: 1.1em;
}

section ul li.blue-list::before{
	content:"◎ ";
	color: #00a0e9;
}

img.bassui-image{
	border:1px solid #ddd;
}

.h30{
	height: 30px;
}



}/*//end  max-width: 480px ///////////////////////*/



@media print, screen and (min-width: 481px) {




.kit-left{
	width:580px;
	float: left;
}
.kit-right{
	width:360px;
	float: right;
}
.kit-left img ,.kit-right img{
    border-radius: 20px;        /* CSS3草案 */  
    margin: 0 0 20px; 0;
}

.kit-left p ,.kit-right p{
	padding:0 20px;
}

p.catchcopy{
	font-size:1.2em;
	font-weight: 600;
}

.red{
	color:#e4007f;
}
.blue{
	color:#00a0e9;
}

/*======================================

	page
	
========================================*/

section.description{
	padding:0 0px;
	text-align: center;
}

.left-half{
	width:49%;
	float: left;
	text-align: left;
}
.right-half{
	width:49%;
	float: right;
	text-align: left;
}


h3{
	display: inline-block;
	text-align: center;
	font-size: 28px;
	line-height: 28px;
	padding: 16px;
	color: #000;
	font-weight: 500;
	margin: 36px auto 24px auto;
	border: 1px solid #ccc;
    border-radius: 20px;        /* CSS3草案 */  
}

section ul{
	margin: 30px 0 0 0;
	padding: 0;
	list-style: circle;
}

section ul li{
	font-size: 16px;
	line-height: 30px;
	margin:0px 0px 4px 0px;
	padding: 0 0 0px 0px;
	list-style: none;
	text-indent: -1.1em;
	margin-left: 1.1em;
}

section ul li.blue-list::before{
	content:"◎ ";
	color: #00a0e9;
}

img.bassui-image{
	border:1px solid #ddd;
}

.h30{
	height: 30px;
}





}