@charset "UTF-8";



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





h4.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:100%;
	float: left;
	text-align: left;
	margin: 0 0 30px;
	padding: 0 0 20px;
	border-bottom: 1px solid #ccc;
}
.right-half{
	width:100%;
	float: right;
	text-align: left;
}

img.darekana-cover{
	height:200px;
	width: auto;
	border: 1px solid #ccc;
}
img.sansai-cover{
	height:200px;
	width: auto;
	border: 1px solid #ccc;
}

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: 20px 0 20px 0;
	padding: 0;
	list-style: circle;
}

section ul li{
	font-size: 15px;
	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;
}

section ul li.red-list::before{
	content:"◎ ";
	color: #e4007f;
}

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

.h30{
	height: 30px;
}


section dl {
	width:100%;
}
section dl dt {
	float:left;
	clear:left;
	width:60px;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
}
section dl dd {
	float:left;
	width:300px;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
}



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



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






h4.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:48%;
	float: left;
	text-align: left;
}
.right-half{
	width:48%;
	float: right;
	text-align: left;
}

img.darekana-cover{
	height:300px;
	width: auto;
	border: 1px solid #ccc;
}
img.sansai-cover{
	height:300px;
	width: auto;
	border: 1px solid #ccc;
}

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: 20px 0 20px 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;
}

section ul li.red-list::before{
	content:"◎ ";
	color: #e4007f;
}

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

.h30{
	height: 30px;
}


section dl {
	width:100%;
}
section dl dt {
	float:left;
	clear:left;
	width:60px;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
}
section dl dd {
	float:left;
	width:350px;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
}


}
