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

.osirase01 {
	width: 100%;
	margin-bottom: 30px;
	margin-top: 0;
	padding: 0;
	border-bottom: dotted 1px #666666;
}

.osirase02 {
	width: 100%;
	margin-bottom: 30px;
	margin-top: 0;
	padding: 0;
	border-bottom: dotted 1px #666666;
}

.osirase_link01 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
}

.osirase_link01 a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.osirase_link01 a:hover {
	color: #3cb371;
}

.osirase_link02 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
}

.osirase_link02 a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.osirase_link02 a:hover {
	color: #3cb371;
}

.osirase_link03 {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0;
}

.osirase_link03 a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.osirase_link03 a:hover {
	color: #3cb371;
}


.osirase_txt {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}

.fa-laptop {
	font-size: 1.2em;
	margin-right: 5px;
	color: #666666;
}

.fa-trophy {
	font-size: 1.2em;
	margin-right: 5px;
	color: #666666;
}

.fa-bullhorn {
	font-size: 1.2em;
	margin-right: 5px;
	color: #666666;
}

.new {
	margin-left: 2px;
}

.fa-store {
	font-size: 1.2em;
	padding-right: 5px;
}

.fa-grin-beam {
	font-size: 1.2em;
	padding-right: 5px;
}


/*　########## 　900px以上　########　*/
@media (min-width: 900px) {
	
	.osirase_float01 {
		font-size: 1em;
	}
	
	.osirase_txt {
		font-size: 1em;
		line-height: 0.8em;
	}
	
	
	
}

/*　########## 　890px以下　########　*/
@media (max-width: 890px){
	
	.osirase_txt {
		font-size: 0.8em;
		line-height: 1em;
	}
	
	
}

/*　########## 　769px以下　########　*/
@media (max-width: 769px){
	
	
	
}


/*　########## 　400px以下　########　*/
@media (max-width: 400px){
	
	
	
}