/*
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;
}
#container {
	width: 100%;
	text-align: center;
}

#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: 80%;
	padding-top: 5px;
	padding-bottom: 5px;
}


.section_adm2 {
	text-align: center;
}
.section_adm2 li {
	display: inline;
}
.section_adm2 img {
	width: 100%;
	padding-top: 5px;
}



.bnr_line img{
	width: 100%;
}

.link{
    text-align: center;
    font-size:x-small;
}

.link img{
	width: 280px;
}


.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(255,160,167, 1) 0%, rgba(255,182,193, 1) 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,160,167, 1)), color-stop(50%, rgba(255,182,193, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,160,167, 1) 0%, rgba(255,182,193, 1) 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,160,167, 1) 0%, rgba(255,182,193, 1) 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,160,167, 1) 0%, rgba(255,182,193, 1) 50%); /* IE10+ */
	background: linear-gradient(top, rgba(255,160,167, 1) 0%, rgba(255,182,193, 1) 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa0a7', endColorstr='#ffb6c1', 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%;
}

#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;
}


/*新着マーク*/
.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 {
	text-align: center;
	margin-top:0px;
	padding:5px 0px;
    margin-left:9px;
	border-radius:10px;
    width:90%;
    border:solid 2px #B8860B;
    color:#FF75DD;
    font-size:12px;
    font-weight: bold
}

.introduction {
    color:#3300cc;
    font-size:12px;
    text-align:left;
}

.banner{
    border:solid 1px #B8860B;
	width:90%;
	text-align:center;
    margin-top:7px;
    margin-bottom:7px;
	-webkit-box-shadow: 0px 5px 5px #999999;
}



/*作成ツール枠*/
#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%;
}


/*▼▼▼▼画像を１個並べるとき▼▼▼▼*/

.clm_1 {
	width: 100%;
	
}
.clm_1 ul {
	list-style-type: none;
}
.clm_1 ul li {
	display: inline;
}
.clm_1 ul li img {
	width: 100%;
}
/*▲▲▲▲画像を１個並べるとき▲▲▲▲*/



/*▼▼▼▼画像を２個並べるとき▼▼▼▼*/
.clm_2 {
	width: 100%;
}
.clm_2 ul {
	list-style-type: none;
}
.clm_2 ul li {
	display: inline;
}
.clm_2 ul li img {
	width: 50%;
}
/*▲▲▲▲画像を２個並べるとき▲▲▲▲*/



/*▼▼▼▼画像を３個並べるとき▼▼▼▼*/
.clm_3 {
	width: 100%;
}
.clm_3 ul {
	list-style-type: none;
}
.clm_3 ul li {
	display: inline;
}
.clm_3 ul li img {
	width: 33%;
}
/*▲▲▲▲画像を３個並べるとき▲▲▲▲*/



/*▼▼▼▼画像を４個並べるとき▼▼▼▼*/
.clm_4 {
	width: 100%;
}
.clm_4 ul {
	list-style-type: none;
}
.clm_4 ul li {
	display: inline;
}
.clm_4 ul li img {
	width: 25%;
}
/*▲▲▲▲画像を４個並べるとき▲▲▲▲*/



/*▼▼▼▼画像を５個並べるとき▼▼▼▼*/
.clm_5 {
	width: 100%;
}
.clm_5 ul {
	list-style-type: none;
}
.clm_5 ul li {
	display: inline;
}
.clm_5 ul li img {
	width: 20%;
}
/*▲▲▲▲画像を５個並べるとき▲▲▲▲*/


/*デコセット枠*/
#decoset_txt {
	text-align: center;
    font-size:12px;	
    margin-top:10px;
    margin-bottom:10px;
}

.decoset img{
	width: 100%;
}

.decosetsample img{
	width: 70%;
}

/*年賀状作成ツール枠*/
.nenga img{
	width: 45%;
	text-align: center;
}
/*年末年始告知枠*/
#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;
}

/*フォトデコメーカー*/
#photodeco {
	background-color: #FF6699;
	color: #FFFFFF;
	margin: 5px 0px;
	text-align: left;
}

#tool_photo img {
	width: 80%;
}