/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, footer, figure, figcaption, nav {
	margin: 0px;
	padding: 0px;
}
article, aside, canvas, detalist, figcaption, figure, footer, header, hgroupe, menu, nav, section, summary {
	display: block;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}
ul, ol {
	list-style: none;
}
body {
	font-size: 14px;
	line-height: 1.5;
	max-width: 640px;
	margin: 0 auto;
}

#container {
	width: 100%;
}

#header h1 {
	text-align: center;
	font-size:16px;
    width: 100%;
   	margin-top:5px;
   	color:#ff0099;

}

#header h2 {
	text-align: center;
	font-size:14px;
    width: 100%;

}

#header img {
    width: 100%;
    vertical-align: bottom;
}


.section_adm {
	text-align: center;
}
.section_adm li {
	display: inline;
}
.section_adm img {
	width: 45%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.section_adm2 {
	text-align: center;
}
.section_adm2 li {
	display: inline;
}
.section_adm2 img {
	width: 100%;
	padding-top: 5px;
}

.section_adm3 {
	text-align: center;
}
.section_adm3 li {
	display: inline;
}
.section_adm3 img {
	width: 70%;
	padding-top: 5px;
}


.bnr_line img{
	width: 100%;
}

.link{
    text-align: center;
    font-size:x-small;
}

.link img{
 width: 90%;
}

.contet_box {
    margin: 0 auto;
}

/*カテゴリリスト枠*/
#list_box {
	text-align:center;
}
#list_box h1 {
	font-size:16px;
	font-weight:bold;
	color:#ff00cc;
}

#list_box p {
	font-size:14px;
	margin-bottom:20px;
}
#list_box li {
	width:90%;
	margin:5px auto;
	padding:0px 0px 5px 10px;
	background:#ffffcc;
	border: 2px solid #999999;
	border-radius:10px;
	text-align:left;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 204, 1) 50%, rgba(255, 255, 153, 1) 51%, rgba(246, 246, 246, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(241, 241, 241, 1)), color-stop(51%, rgba(225, 225, 225, 1)), color-stop(100%, rgba(246, 246, 246, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 ); /* IE6-9 */
}

#list_box .icon{
	width: 50px;
	text-align:left;
}

#list_box li a{
	display:block;
	width:90%;
	padding:10px 10px 0px 0px;
	color: #333333;
	font-weight:bold;
	text-decoration: none;
}
#list_box .arrow {
	height:14px;
	position: absolute;
	top:15px;
	right: 5px;

	font-weight:bold;
	color:#999999;
}


/*特集バックナンバー表示用*/
#backnumber_box {
	text-align:center;
}

#backnumber_box li {
    margin-bottom: 5px;
    font-size:12px;
}

#backnumber_box h1 {
	font-size:16px;
	font-weight:bold;
	color:#ff00cc;
}

#backnumber_box p {
	font-size:14px;
	margin-bottom:20px;
}

#backnumber_box img {
	width:90%;

}



/*既存サイトからの移植ここから*/
/* float解除*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}



/*２階層目フッター部分*/
footer {
	width:100%;
}
#footer_menu {
	background: rgb(102,102,102); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(102, 102, 102, 1) 0%, rgba(51, 51, 51, 1) 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(102, 102, 102, 1)), color-stop(50%, rgba(51, 51, 51, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(102, 102, 102, 1) 0%, rgba(51, 51, 51, 1) 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(102, 102, 102, 1) 0%, rgba(51, 51, 51, 1) 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(102, 102, 102, 1) 0%, rgba(51, 51, 51, 1) 50%); /* IE10+ */
	background: linear-gradient(top, rgba(102, 102, 102, 1) 0%, rgba(51, 51, 51, 1) 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333', GradientType=0 ); /* IE6-9 */
}
/*検索部分部分*/
#search_box {
	width:100%;
	text-align:center;
	padding:5px 0px;
}
/*フッター内のリンクメニュー*/
footer li {
	float: left;
	width: 20%;
	text-align: center;
}
footer li img {
	width: 50%;
}
footer li a {
	display:block;
	width:100%;
	padding:2px 0px;
	font-size: 0.4em;
	color: #FFFFFF;
	text-decoration: none;
}
/*検索フォーム箇所*/
footer form {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:0px 5%;
}
footer form:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
footer form input {
	width:69%;
	height:28px;
	border-radius:5px;
	float: left;
	margin:2px 5px 0px;
}
footer .submit{
	width:50px;
	height:30px;
}
/*コピーライト*/
#copyright {
	padding:5px 0px;
	text-align: center;
	color:#666666;
	background-color: #000000;
	font-size:0.5em;
}


/*コンテンツ枠*/
#content {
	width: 98%;
	padding:1%;
	background-color: #FFFFFF;
}

#content h2 {
	font-size:16px;
	color:#ff0099;
}

/*DLページ枠*/
#dl_box {
	width: 100%;
	text-align:center;
	margin-top:10px;
}
#dl_box .dl_img {
	margin:20px auto 5px;
}
#dl_box h1 {
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
}
#dl_box p {
	color:#999999;
	font-size:0.6em;
}
.btn {
	width:90px;
	margin:3px;
}
#favorite_box {
	width:100%;
	margin-top:5px;
	text-align:center;
}

/*DLページ(スマホテンプレ)枠*/
.dl_te img{
   width:80%;
}


/*タイプ別アイコン*/
#type_box {
	margin-bottom:20px;
}
#type_box li {
	float: left;
	width: 25%;
	text-align: center;
	font-size:10px;
}
#type_box li img {
	float: left;
	width: 95%;
}

#type_box h2 {
	text-align: center;
	font-size:14px;
	color:#ff00cc;
}

#type_box h1 {
	text-align: center;
	font-size:16px;
}

/*タイプ別アイコン(5つボタン)*/
#type_box2 {
	margin-bottom:20px;
}
#type_box2 li {
	float: left;
	width: 20%;
	text-align: center;
	font-size:10px;
}
#type_box2 li img {
	float: left;
	width: 100%;
	margin:0px;
}

#type_box h2 {
	text-align: center;
	font-size:14px;
	color:#ff00cc;
}

#type_box2 h1 {
	text-align: center;
	font-size:16px;
}

/*新着マーク*/
.newmark {
	width: 24px;
}

/*えもじサムネリスト*/
#emoji_list {
	width: 100%;
	margin-bottom:15px;
}


#emoji_list ul {
	width:100%;
}

#emoji_list li {
	float: left;
	width: 24%;
	height:65px;
	padding:5px 0px;
	text-align:center;
	border: 1px dashed #dddddd;
}

#emoji_list_new .newmark img {
	width: 24px;
}


/*オブジェクトサムネリスト枠*/
#other_list {
	width: 100%;
	margin-bottom:15px;
	text-align:center;
}

#emoji_list ul {
	width:100%;
}

#other_list li {
	width: 95%;
	padding:5px 0px;
	text-align:center;
	border-bottom: 1px dashed #dddddd;
}



/*次へ表示ボタン枠*/
#pager_box {
	clear:both;
	width:100%;
	text-align:center;
	margin-top:10px;
	padding-top:10px;
	color:#666666;
}
#pager_box ul {
	margin:0px auto;
	width:195px;
}
#pager_box li {
	display:block;
	width:90px;
    height: 50px;
	margin-top:5px;
	float:left;
	text-align:center;
	border-style:none;
}
#pager_box a {
	display: block;
	margin:5px;
	padding: 12px;
	height: 14px;
	width: 53px;
	background-color: #eeeeee;
	color: #666666;
	text-align:center;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #666666;
}
#pager_box hr {
	border: 1px solid #cccccc;
}
#pager_box form {
	text-align:center;
	margin:5px auto;
}
#pager_box .submit {
	width:100px;
	height:30px;
}

/*VIP枠*/
.contet_box2 {
	background-color: #FFFFFF;
	text-align: center;
	margin-top:0px;
	padding:5px 0px;
    margin-left:9px;
	border-radius:10px;
    width:90%;
    border:solid 2px #FF6699;
    color:#ff0000;
    font-size:12px;
    font-weight: bold
}

.introduction {
    color:#000000;
    font-size:12px;
    text-align:left;
}

.banner{
    border:none;
	width:90%;
	text-align:center;
    margin-top:7px;
    margin-bottom:7px;
	-webkit-box-shadow: 0px 5px 5px #999999;
}


/*特集一覧*/
#section_01 {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
    background-color: #FFFFFF;
    border-radius: 10px;
    text-align: center;
	font-size: 90%;
}
#section_01 .sec_bnr {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}

#section_01 img{
	width: 100%;
}




/*作成ツール枠*/
#tool {
        text-align: center;
    font-size:14px; 
    color:#ff0066;
}

#tool_txt {
        text-align: left;
}

#tool_birth {
        text-align: center;
    font-size:14px; 
    color:#ff0066;
}


#tool_birth img{
        width:100%;
}

/*もっと見る系ボタン*/
button.css3button {
	font-size: 14px;
	color: #666666;
	padding: 8px 5px;
width: 80%;
margin:5px 0px 10px;
	background: -moz-linear-gradient(
		top,
		#e3e3e3 0%,
		#e5e5e5);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#e3e3e3),
		to(#e5e5e5));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
	border: 0px solid #949494;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);

}

/*デコセット枠*/
#decoset_txt {
	text-align: center;
    font-size:12px;	
    margin-top:10px;
    margin-bottom:10px;
}

.decoset img{
	width: 100%;
}

.decosetsample img{
	width: 70%;
}


/*フォトデコメーカー*/ 
#photodeco { 
        background-color: #FF6699; 
        color: #FFFFFF; 
        margin: 5px 0px; 
        text-align: left; 
} 

#tool_photo img { 
        width: 80%; 
} 

/*年末年始告知枠*/
#nenmatu_01 {
	width: 95%;
	margin-top:5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
    background-color: #FFFFFF;
    border-radius: 10px;
    text-align: center;
	font-size: 90%;
}
#nenmatu_01 .sec_bnr {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}

#nenmatu_01 img{
	width: 100%;
}

.sec_logo img{
	width: 60%;
	padding-top: 5px;

}

#nenmatu_txt {
	text-align: center;
	font-size:10px;
}


/*DLページ(スマホテンプレ)枠*/
.dl_te img{
   width:80%;
}


/* サムネイルつき矢印リスト(スタンプページ) */
.list3 ul{
 border-bottom: 1px solid #cccccc;
 }
 .list3 ul li{
 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f0f0f0));
 background: linear-gradient(#ffffff, #f0f0f0);
 border-top: 1px solid #cccccc;
 height: 70px;
 margin: 0px;
 }
 .list3 ul li a{
 background: url(/mpimg/564/list_mark1.png) no-repeat 100% 50%;
 color: #666666;
 display: block;
 height: 70px;
 margin: 0;
 padding: 0 20px 0 0;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 text-decoration: none;
 }
 .list3 ul li img{
 float: left;
 height: 70px;
 width: 70px;
 margin-right: 10px;
 }
 .list3 ul li a strong{
 color: #000000;
 display: block;
 font-weight: bold;
 padding-top: 17px;
 }

#stamp h3 {
text-align: center;
font-size:14px;	
margin-top:5px;
margin-bottom:5px;
color: #ff3399;
}
#stamp p {
font-size:12px;	
}
.title {
font-size:12px;	
color: #00cc00;
}





































