<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

/*
	Site Name: おはようコールABC
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	 1: BASE STYLE
	 2: 記事

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


/*
===== 1: Base Style ====================================
*/

#photo{
	background:#FFFFFF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position:relative;
	behavior:url(../js/PIE.htc);/* for IE8 */
	padding:10px 0px;
	margin:10px auto;
	width:710px;
}

/*
===== 2: 記事 ====================================
*/
#photo #photo_list{
	margin:0px auto;
	width:695px;
}


#photo #photo_list li{
	display:inline-block;
	vertical-align:top;
	margin:5px 0px;
	width:170px;
}

#photo .photo_box{
	background-color:#FFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 0px 4px #CCC;
	-webkit-box-shadow: 0px 0px 4px #CCC;
	box-shadow: 0px 0px 4px #CCC;	
	behavior:url(../js/PIE.htc);/* for IE8 */
	position:relative;
	margin:5px;
	padding:5px 0px;
	width:160px;
}

#photo .photo_box p.photo_img ,#photo .photo_box p.photo_caption ,#photo .photo_box p.photo_link{
	margin:5px auto;
	width:140px;
}

#photo .photo_box p.photo_caption{
	font-size:93%;
	height:60px;
}

.photo_box p.photo_link{
	-moz-box-shadow: 0px 1px 3px #CCC;
	-webkit-box-shadow: 0px 1px 3px #CCC;
	box-shadow: 0px 1px 3px #CCC;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f7999a', endColorstr = '#f06566');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f7999a', endColorstr = '#f06566')";
	background-image: -moz-linear-gradient(top, #f7999a, #f06566);
	background-image: -ms-linear-gradient(top, #f7999a, #f06566);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f7999a), to(#f06566));
	background-image: -webkit-linear-gradient(top, #f7999a, #f06566);
	background-image: linear-gradient(top, #f7999a, #f06566);
	position:relative;
	behavior:url(../js/PIE.htc);/* for IE8 */
}

.photo_box p.photo_link:hover{
	box-shadow: inset 0px 0px 8px #be5758;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f7999a', endColorstr = '#f06566');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f7999a', endColorstr = '#f06566')";
	background-image: -moz-linear-gradient(bottom, #f7999a, #f06566);
	background-image: -ms-linear-gradient(bottom, #f7999a, #f06566);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f7999a), to(#f06566));
	background-image: -webkit-linear-gradient(bottom, #f7999a, #f06566);
	background-image: linear-gradient(bottom, #f7999a, #f06566);
	position:relative;
	behavior:url(../js/PIE.htc);/* for IE8 */
}


.photo_box p.photo_link a{
	background:url(../../img/photo/ico_allow.png) no-repeat left center;
	display:block;
	margin:5px auto;
	padding:5px 0px;
	text-decoration:none;
	color:#FFF;
	text-shadow: 1px 0px 2px #d55052;
	text-align:center;
	margin:0 auto;
	font-weight:bold;
	width:130px;
}
</pre></body></html>