@charset "utf-8";

/* リセット */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

body {
	text-align:center;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

table {

}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;

}

select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

pre, code {font:115% monospace;*font-size:100%;}

img {
	border:none;
}

a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}

/* 設定ここから */

div#smile_liblary_use {
	/* 笑顔ライブラリの横幅 */
	width:600px;

	margin:0 auto;
	text-align:center;
	overflow: hidden;
	padding:10px 0;

	/* 角丸にする設定 */
    border-radius: 6px;        /* CSS3草案 */  
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */

	/* 外枠色味の設定項目 */
	border:1px solid #ED008C;
	background-color:#ffffff;
}

div#smile_liblary_use:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

html>/**/body div#smile_liblary_use {
	padding-bottom: 5px;
}

/*\*/
* html div#smile_liblary_use {
    height: 1em;
    overflow: visible;
}
/**/

.smile_liblary_table {
	border-collapse:separate;
	border-spacing:1;
}

.smile_liblary_table td {
	width:14%;
	padding:2px ;
	text-align:center;
	vertical-align:middle;
	background-color:#F2F2F2;
}


#smile_liblary_foot {
	padding:10px 26px 5px 26px;
	margin-top:10px;

	/* ライブラリ下線の設定項目 */
	border-top:1px dotted #ED008C;
}

#smile_liblary_foot:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #smile_liblary_foot {
    height: 1em;
    overflow: visible;
}
/**/

#smile_shop_list {
	float:right;
	font-size:11px;
	margin-top:2px;

	/* 角丸にする設定 */
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */

	/* 私達が集めた笑顔一覧へボタンの設定項目 */
	border:1px solid #ED008C;
	background-color:#ED008C;
}

#smile_shop_list a {
	color:#ffffff;
	display:block;
	width:auto;
	height:auto;
	text-decoration:none;
	padding:4px 15px;
}

.smile_liblary_bt {
	width:100%;
	margin:10px 0 0 0;
}

.smile_liblary_bt td {
	font-size:12px;
}

.smile_liblary_bt td a {
	color:#ED008C;
}

.prev {
	text-align:left;
	padding-left:26px;
}

.next {
	text-align:right;
	padding-right:26px;
}


#smile_shop_list a:hover {
	text-decoration:underline;
}

#smile_logo {
	float:left;
}
