@charset "utf-8";

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
img, ins, kbd, q, s,small, strike, strong, b, u, i, center, ol, ul, li,
form, label,table, caption, tbody, tfoot, thead, tr, th, td, canvas {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Meyer s reset ends here */

/*----------------*/
/* なんとなくルール */
/*  テキスト関連、背景関連、サイズ・マージン関連、レイアウト関連、ボーダー関連、シャドウ関連 の順でコーディング */

/*---------------------------------------------------------------------------------------------------*/
/*                                            共通の指定                                             */
/*---------------------------------------------------------------------------------------------------*/

body, input, select, textarea, table {
	color: #404040;
	font-size: 12px;
	font-family: Verdana, Roboto, "Droid Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}
html {
	background: #e4e4e4;
}

body {
	background: #e4e4e4;
	margin:0 auto;
	position:relative;
}


input[type="submit"]::-moz-focus-inner{
    border :0px;
}
button::-moz-focus-inner{
    border :0px;
}
b, strong {
	font-weight:700;
}

a, button, input, .pop_up_box, .flame-list li img, .flame-list li a, .flame-list li a:after,
 #search-radio, #search-radio label, #before, #after, #preserve, #search-navi span, #new-more span, .tag-link, .words-link,
 #nav-menu li, #navi-fixed-switch, .idModalWindowSet, #circle-check-label, #edit-area {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
/*-------- フォント --------*/
/*
@font-face {font-family: "GardensC";
    src: url("//storage.googleapis.com/c.icondecotter.jp/font/GardensC.eot");
    src: url("//storage.googleapis.com/c.icondecotter.jp/font/GardensC.eot?#iefix") format("embedded-opentype"),
    url("//storage.googleapis.com/c.icondecotter.jp/font/GardensC.woff") format("woff"),
    url("//storage.googleapis.com/c.icondecotter.jp/font/GardensC.ttf") format("truetype"),
    url("//storage.googleapis.com/c.icondecotter.jp/font/GardensC.svg#GardensC") format("svg");
}
@font-face{ 
	font-family: 'GardensC';
	src: url('../font/GardensC.eot');
	src: url('../font/GardensC.eot?#iefix') format('embedded-opentype'),
	     url('../font/GardensC.ttf') format('truetype'),
	     url('../font/GardensC.woff') format('woff');
}

*/
/*
@font-face{ 
	font-family: 'WebIconFonts';
	src: url('../font/WebIconFonts.eot');
	src: url('../font/WebIconFonts.eot?#iefix') format('embedded-opentype'),
	     url('../font/WebIconFonts.ttf') format('truetype'),
	     url('../font/WebIconFonts.woff') format('woff');
}
*/

.center{
	text-align:center;
}
.icon {
    font-family: 'FontAwesome' !important;
}

br.smp-nobr {
	display:block;
}

.arrow_box {
	position: relative;
	background: #f6f6f6;
	border: 1px solid #999;
	padding:0 10px;
}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-bottom-color: #f6f6f6;
	border-width: 15px;
	left: 50%;
	margin-left: -15px;
}
.arrow_box:before {
	border-bottom-color: #999;
	border-width: 16px;
	left: 50%;
	margin-left: -16px;
}

.pop_up_box {
	position:absolute;
	height:auto;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	z-index:300;
}

.circle-image {
	-webkit-border-radius:50% !important;
	-moz-border-radius:50% !important;
	border-radius:50% !important;
}
.square-image-alert {
	margin-top:1em;
	color:#f00;
	font-size:90%;
}

#wrapper {
	position:static;
}

#header {
	position:relative;
	display:-webkit-flex;
	display:flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width:100%;
	max-width:480px;
	height:auto;
	margin:0 auto 5px;
	padding: 10px 0;
	background:rgb(136, 136, 153);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#header h1 {
	font-family: 'Josefin Sans', sans-serif;
	font-size:26px;
	font-weight:700;
	color:#fff;
	vertical-align:middle;
}
#header h1:before {
	content:'　';
	background:url('//storage.googleapis.com/c.icondecotter.jp/images/id_w.png') center center no-repeat;
	background-size:contain;
	display:inline-block;
	width:26px;
	height:26px;
	padding:0 5px;
	vertical-align:top;
}

#header h1 a {
	text-decoration:none;
	display:inline-block;
	vertical-align:middle;
	color:inherit;
}
#header h1 span {
	font-size:16px;
	padding:4px 0 4px 12px;
	display:inline-block;
	vertical-align:middle;
}
#header > header {
	display:none;
}
#header > header > h2 {
	width:auto;
	height:auto;
	max-height:100%;
	padding:12px 20px 10px 20px;
	margin:0;
	color:#fff;
	font-size: 22px;
	font-weight:700;
	line-height:1;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:0;
}
#header > header > h2:before {
	content:"\f1fc";
    font-family: 'FontAwesome' !important;
	font-weight:300;
	padding:0 0.5em 0 0;
}


#main {
	width:100%;
	max-width:480px;
	height:auto;
	margin:0 auto;
	padding:0;
	/*background-color:rgb(244, 244, 246);*/
}
#top-area {
	position:relative;
	width:100%;
	max-width:480px;
	height:auto;
	margin:0 auto 20px;
	padding:0 0 20px;
	box-shadow:0 2px 4px rgba(0,0,0,0.4);
	background-color:#fff;

}
#edit-area {
	position:relative;
	height:0;
}

#help {
	position:absolute;
	top:18px;
	left:240px;
	display:inline-block;
	color:#DC0909;
	font-size:12px;
	text-decoration:underline;
}
#help:before {
	content:"\f06a";
	font-family: 'FontAwesome';
	display:inline-block;
	padding:0px 3px 2px 0;
	vertical-align:middle;
	text-decoration:none;
}
#help:hover {
	color:#f00;
}
#help.nologin {
	position:relative;
	top:0;
	left:0;
	font-size:16px;
}

#alert-area {
	
}

#share-buttons {
	position:absolute;
	top:6px;
	right:10px;
}

.alert-text {
	color:#f00;
	font-weight:700;
}
.alert-text:before {
	content:"\f056";
	display:inline-block;
    font-family: 'FontAwesome' !important;
	padding:0 3px 3px 0;
}

#old-icon-alert {
	background-color:#ffd8c6;
	font-weight:700;
	text-align:center;
}
#old-icon-alert:before {
	content:"\f021";
	display:inline;
    font-family: 'FontAwesome' !important;
	padding:0;
}
#old-icon-alert:after {
	border-top: 12px solid #ffd8c6;
}

#myup-area {
	position:absolute;
	top:38px;
	left:20px;
	
}

#myup {
	border: 0;
	background-color: #00badf;
	color: #fff;
	font-weight:700;
	text-decoration: none;
	vertical-align: middle;
	
	display:block;
	position:relative;
	box-shadow:0 1px 2px rgba(0,0,0,0.4);
	
	width:auto;
	padding:10px 0;
	margin:20px auto;
	
	text-align:center;
	font-size:11px;
	overflow:hidden;
	cursor:pointer;
	
}

#myup:before {
	content:"\f093";
	padding:0 3px 0 0;
	
	font-family: 'FontAwesome';
	font-size:14px;
	font-weight:300;
	text-align:center;
}

#myup:hover {
	background-color: #33ccff;
}

#myup:active {
	outline:none;
}

#myup-area > .pop_up_box {
	color:#000;
	text-shadow: #ccc 0 1px 0;
	background-color:#d5dbed;
	line-height:1.2;
	height:86px;
	padding:10px 10px;
	top:38px;
	right:-40px;
}
#myup-area:hover > .pop_up_box {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	top:55px;
}
#myup-area > .arrow_box {
	background: #d5dbed;
}
#myup-area > .arrow_box:after {
	border-bottom-color: #d5dbed;
}


/* 検索フォーム関連 */
#search-area {
	position:fixed;
	max-height:100%;
	top:110px;
	left:0;
	z-index:160;
	width:100%;
	height:auto;
	padding:0;
	text-align:right;
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
}

#search-area.fixed {
	-webkit-transform: translate(0, -15px);
	-moz-transform: translate(0, -15px);
	-ms-transform: translate(0, -15px);
	transform: translate(0, -15px);
}

#search-radio {
	display:inline-block;
	top:0px;
	right:243px;
	width:80%;
	height:28px;
	z-index:50;
	vertical-align: top;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
#search-radio label {
	display:inline-block;
	width:33.3%;
	height:28px;
	margin:0;
	padding:7px 3px;
	color:#666;
	text-align:center;
	cursor:pointer;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
#search-radio label:hover {
	background:#eee;
}
#search-radio label:before {
	font-family: 'FontAwesome';
	padding:0 2px 0 0;
}
#search-radio label:before {
	content:"\f02b";
}

#search-radio label:first-child:before {
	content:"\f03e";
}

#search-radio label:nth-child(5):before {
	content:"\f007";
}

.search-label-on {
	background:rgb(8, 8, 8);
	color:#DDD !important;
	border-color:#404040;
}
.search-label-on:hover {
	background:rgb(8, 8, 8) !important;
	color:#DDD !important;
	border-color:#404040;
}

#search-radio input {
	display:none;
}

#search {
	background:rgb(8, 8, 8);
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(46, 46, 46)),color-stop(1, rgb(8, 8, 8)));
	background-image: -moz-linear-gradient(-90deg,rgb(46, 46, 46) 0%,rgb(8, 8, 8) 100%);
	background-image: linear-gradient(-90deg,rgb(46, 46, 46) 0%,rgb(8, 8, 8) 100%);
	z-index:160;
	
	width:230px;
	height:28px;
	padding:4px 36px 4px 15px;
	
	border:1px solid #999;
	
	-moz-box-shadow:inset 10px 10px 27px #000000;
	-webkit-box-shadow:inset 10px 10px 27px #000000;
	box-shadow:inset 10px 10px 27px #000000;
	
	color:#DDD !important;
	text-align:left;
	
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
	
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
#search:focus {
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(46, 46, 46)),color-stop(1, rgb(8, 8, 8)));
	background-image: -moz-linear-gradient(-90deg,rgb(46, 46, 46) 0%,rgb(8, 8, 8) 100%);
	background-image: linear-gradient(-90deg,rgb(46, 46, 46) 0%,rgb(8, 8, 8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ff2e2e2e, endcolorstr=#ff080808, gradienttype=0)) progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=135, strength=2);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ff2e2e2e, endcolorstr=#ff080808, gradienttype=0)) progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=135, strength=2)";
	zoom: 1;
	-moz-box-shadow:inset 10px 10px 27px #000000;
	-webkit-box-shadow:inset 10px 10px 27px #000000;
	box-shadow:inset 10px 10px 27px #000000;
	

}

#search-submit {
	font-family: 'FontAwesome';
	color:#aaa;
	font-size:16px;
	text-align:center;
	background:transparent;
	position:absolute;
	top:3px;
	right:7px;
	width:28px;
	height:24px;
	border:0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-appearance: none;
	cursor:pointer;
}
#search-submit:active {
	top:4px;
}
/* 検索フォーム関連ここまで */


/*---------------------------- navigation検索 ------------------------------*/
/* navi関連 */
#navi-switch {
	display: none;
}
#navi-switch-label {
	display: none;
}

#nav-menu {
	display:none;
	-webkit-user-select: none;
	user-select: none;
}

#navigation {
	display:block;
	position:fixed;
	top:0;
	left:50%;
	width:100%;
	max-width:480px;
	height:110%;
	margin-left:-240px;
	overflow: hidden;
	background: rgba(255,255,255,0.95);
	opacity: 0;
	z-index: 10303;
	-webkit-transform: scale(1, 1) translate(0, -110%);
	-moz-transform: scale(1, 1) translate(0, -110%);
	-ms-transform: scale(1, 1) translate(0, -110%);
	transform: scale(1, 1) translate(0, -110%);
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

#navi-switch {
	display: none;
}
#navi-switch-label {
	display: block;
	position: relative;
	width: 160px;
	height: 30px;
	box-shadow:0 2px 4px rgba(0,0,0,0.4);
	color: rgba(255, 255, 255, 1);
	text-shadow:1px 1px 0 rgba(0,0,0,0.4);
	background: rgba(224, 71, 126, 1);
	text-align: center;
	font-size: 14px;
	margin:5px 0 10px auto;
	padding:7px 0;
	cursor: pointer;
	z-index: 500;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
}
#navi-switch-label:before {
	content:"\f002";
	font-family: 'FontAwesome' !important;
	padding:0 0 0 3px;
}

#navi-fixed-switch {
	display:block;
	position:fixed;
	left:50%;
	bottom:15px;
	width:60px;
	height:60px;
	padding:15px;
	margin-left:165px;
	border:1px solid transparent;
	border-radius:60px;
	box-shadow:0 4px 7px rgba(0,0,0,0.4);
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	
	background: rgba(96, 120, 144, 0.95);
	color:#fff;
	font-size:26px;
	line-height:26px;
	text-align:center;
	text-shadow:1px 1px 0 rgba(0,0,0,0.4);
	cursor:pointer;
	z-index:10100;
	
	-webkit-transform: translate(0, 120px);
	-moz-transform: translate(0, 120px);
	-ms-transform: translate(0, 120px);
	transform: translate(0, 120px);
}
#navi-fixed-switch:before {
	font-family: 'FontAwesome';
	content:"\f002";
}
#navi-fixed-switch.fixed {
	-webkit-transform: translate(0, -55px);
	-moz-transform: translate(0, -55px);
	-ms-transform: translate(0, -55px);
	transform: translate(0, -55px);
}
#nav-menu-area {
	display:block;
	width:100%;
	position:absolute;
	top:185px;
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
}
#nav-menu-area.fixed {
	-webkit-transform: translate(0, -15px);
	-moz-transform: translate(0, -15px);
	-ms-transform: translate(0, -15px);
	transform: translate(0, -15px);
}
#nav-menu {
	display:block;
	width:200px;
	margin:0 30px 0 auto;
	/*background:#fff;*/
}
#nav-menu.fixed {
	position:fixed;
	top:0;
	left:0;
	margin:0;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	opacity:0.85;
	z-index:9100;
}
#nav-menu.fixed:active {
	opacity:1;
}
#nav-menu.fixed li {
	height:45px;
}
#nav-menu li {
	display:block;
	width:100%;
	height:30px;
	font-size:16px;
	padding:6px 0;
	margin:0 0 15px;
	text-align:right;
	vertical-align: middle;
	overflow:hidden;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	cursor:pointer;
	opacity: 0;

	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;

}
#nav-menu li:before {
	padding:0 2px 0 0;
	font-family: 'FontAwesome';
	font-size:18px;
	line-height:1.3;
}
#nav-menu li label {
	cursor:pointer;
}

#nav-menu-area #nav-menu li#nav-top {
	display:none;
}
#nav-menu-area.fixed #nav-menu li#nav-top {
	display:block;
}
#nav-menu-area #nav-menu li#nav-close {
	display:block;
}
#nav-menu-area.fixed #nav-menu li#nav-close {
	display:none;
}
#nav-menu li#nav-search-result {
	display:none;
}

#nav-menu li#nav-top:before {
	content:"\f077";
}
#nav-menu li#nav-new:before {
	content:"\f0f3";
}
#nav-menu li#nav-search-result:before {
	content:"\f0f3";
}
#nav-menu li#nav-search:before {
	content:"\f002";
}
#nav-menu li#nav-tag:before {
	content:"\f02b";
}
#nav-menu li#nav-rank:before {
	content:"\f091";
}
#nav-menu li#nav-close:before {
	content:"\f00d";
}

#search{
	width:65%;
	padding:4px 5px;
	font-size:16px;
}


/*
#search{
	width:210px;
	height:30px;
	padding:2px 15px;
	font-size:16px;
	vertical-align:top;
}
#search-submit{
	color:#888;
	right:2px;
	font-size:20px;
	
	position:initial;
	display:inline-block;
	width:auto;
	height:32px;
	padding:5px 16px;
	text-align:center;
	line-height:1;
	
}
#search-submit:active {
	right:3px;
}*/

#search-radio {
	position:initial;
	display:inline-block;
	width:80%;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	top:0;
	right:0;
}
#search-radio label {
	width:33.3%;
	font-size:11px;
	overflow:hidden;
}
#search-radio label:before {
	/*display:block;*/
	width:28px;
	height:28px;
	padding:0;
	font-family: 'FontAwesome';
	font-size:16px;
}

#search-submit {
	position:initial;
	display:inline-block;
	width:15%;
	height:32px;
	padding:7px 12px;
	text-align:center;
	line-height:1;
	
}

/* スイッチ押された時 */

:checked + div {
	font-size: inherit;
}
:checked + label {
	font-size: inherit;
}

#navi-switch:checked ~ div #navi-switch-label {
	background: transparent;
	border:1px solid rgba(96, 120, 144, 1);
	color:rgba(96, 120, 144, 1);
	text-shadow:1px 1px 0 rgba(255, 255, 255, 1);
	/*z-index: 10500;*/
	display:none;
}
#navi-switch:checked ~ div #navi-switch-label:after {
	/*content:"\f00d";*/
}
#navi-switch:checked ~ div #navigation { 
	-webkit-transform: scale(1, 1) translate(0, 0);
	-moz-transform: scale(1, 1) translate(0, 0);
	-ms-transform: scale(1, 1) translate(0, 0);
	transform: scale(1, 1) translate(0, 0);
	opacity: 1;
}
#navi-switch:checked ~ div #navigation #nav-menu li {
	opacity: 1;
}
#navi-switch:checked ~ div #navi-fixed-switch {
	z-index: 10500;
}
#navi-switch:checked ~ div #navi-fixed-switch:before {
	content:"\f00d";
}

/* ナビ検索ここまで */
	
#rss {
	font-family: 'FontAwesome';
	color:#fc9e4b;
	font-size:16px;
	position:absolute;
	top:16px;
	left:340px;
	display:inline-block;
	text-decoration:none;
}

#rss:hover {
	color:#ff8214;
	text-shadow: 0px 0px 3px rgb(255, 255, 128);
}

/* アイコン形状スイッチ関連 */
#circle-check-area {
	font-size:120%;
}

#circle-check {
	display:none;
}

#circle-check-label {
	color:#00badf;
	vertical-align:middle;
	cursor:pointer;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	background-color:#e2f3f7;
	margin:0 auto 20px;
	padding:3px 5px;
	text-align:center;
	box-shadow: 0 1px 2px rgba(0,0,0,0.4);
}
#circle-check-label:before,
#circle-check-label:after {
	content:"\f007";
	display:inline-block;
	padding:4px;
	margin:0;
	width:1em;
	height:1em;
	font-family: 'FontAwesome' !important;
	color:#fff;
	text-align:center;
	line-height:1;
	background:#00badf;
}

#circle-check-label:before {
	border-radius:0;
}
#circle-check-label:after {
	border-radius:50%;
}
#circle-check-label.checked:before {
	border-radius:50%;
}
#circle-check-label.checked:after {
	border-radius:0;
}

/* アイコンエリアの定義 */
#icon-area {
	display:block;
	width:100%;
	height:240px;
	margin:0 auto;
	position:relative;
}

/* 未選択時の案内 */
#menu-area {
	display:block;
	z-index: 10300;
}


#menu-area > div.menu {
	display:-webkit-flex;
	display:flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width:94%;
	height:auto;
	margin:0 auto;
	position:relative;
	box-sizing: border-box;
}

#menu-area > div.menu > #menu-msg {
	margin:5px auto 10px;;
	height:auto;
	color:rgba(224, 71, 126, 1);
	box-sizing: border-box;
}

/* アイコン状態の通知要素 */
#announce-area {
	display:none;
}
#announce-area > div.announce {
	display:-webkit-flex;
	display:flex;
	margin:0 auto 10px;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: left;
	justify-content: left;
	width:94%;
	height:35px;
	padding:0.25rem;
	position:relative;
	box-sizing: border-box;
	border:1px solid rgb(224, 71, 126);
}
#announce-area > div.announce > .announce-thumb {
	width:25px;
	height:25px;
}
#announce-area > div.announce > .announce-thumb > img {
	width:100%;
	height:100%;
	background-color: #f6f6f6;
	/*
	background-image: -webkit-linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee), 
	-webkit-linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee);
	background-image: linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee), 
	linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee);
	background-size:6px 6px;
	background-position:0 0, 6px 6px;
	*/
	border:1px solid #999;
	box-shadow:0 1px 2px rgba(0,0,0,0.4);
	box-sizing: border-box;
}
#announce-area > div.announce > .announce-msg {
	color:rgba(224, 71, 126, 1);
	max-width:70%;
	padding:0 0 0 0.5em;
	-webkit-flex-basis: auto;
	flex-basis: auto;
}
#announce-area > div.announce > .announce-msg > p {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#announce-area > div.announce > .announce-msg > p > a {
	color:rgba(224, 71, 126, 1);
	text-decoration:underline;
}

#announce-area > div.announce > .announce-end {
	text-align:left;
}
#announce-area > div.announce > .announce-start {
	display:block;
	width:100%;

}
/* アイコン状態の通知要素ここまで */


#icon-area ul {
	display:block;
	width:140px;
	margin:0 auto;
}
#icon-area ul li {
	display:none;
	width:140px;
	height:175px;
	position:relative;
	text-align:center;
}
#icon-area ul li:last-child {
	display:block;
}
#icon-area ul li:first-child, #icon-area ul li:last-child {
	/*background:#FFF;
	
	border:1px solid #999;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;*/
}
/* before/after 表示 */
#icon-area ul li span {
	display:block;
	width:70px;
	padding:5px 15px 0;
	position: absolute;
	left: -70px;
	text-align:center;
	border-bottom:2px solid rgb(136, 136, 153);
	box-sizing: border-box;
}
#icon-area ul li span:after {
	content:"　";
	display:block;
	width:3rem;
	position: absolute;
	right: -2.0rem;
	bottom:-1.3rem;
	border-bottom:2px solid rgb(136, 136, 153);
	transform: rotate(45deg);
}
/* before/after 表示ここまで */

/* バルーン要素 */
.balloon-base {
	display:block;
	position: relative;
	background-color:#f9f9f9;
	border:1px solid #eee;
	border-radius: 6px;
	padding:0.5em;
	box-shadow: 0 1px 2px rgba(0,0,0,0.4);
	
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;

}
.balloon-base:after, .balloon-base:before {
	content: " ";
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.balloon-base:after {
	background-color:transparent;
	border-bottom-color: #f9f9f9;
	border-width: 10px;
	margin-left: -10px;
}
.balloon-base:before {
	border-color: transparent;
	border-bottom-color: #eee;
	border-width: 12px;
	margin-left: -12px;
}

.tips-balloon {
  position: relative;
  width:80%;
  padding: .5em .75em;
  margin:0 auto 15px;
  background-color: #eee;
  border-radius: 6px;
  color:#000;
  text-shadow:1px 1px 0 #fff;
  line-height:1.3;
	box-shadow: 0 1px 2px rgba(0,0,0,0.4);
}

.tips-balloon:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: '';
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 12px solid #eee;
}

.tips-balloon a {
	color:rgba(224, 71, 126, 1);
}
/*----------------- ユーティリティ系制御 --------------------*/

.frame-selected-display {
	display:block !important;
}
.frame-selected-none {
	display:none !important;
}


#util-area {
	position: relative;
}


#clear-balloon {
	position: absolute;
	left:6.5%;
	top:-133px;
	display: block;
	margin: 0;
	padding: 0 5px;
 	width: 60px;
	height: 60px;
	line-height: 1em;
	vertical-align: top;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	background: #ff8e9d;
	border-radius: 50%;
	box-sizing: border-box;
	box-shadow:0 2px 4px rgba(0,0,0,0.4);
}

#clear-balloon:before{
	content: "";
	position: absolute;
	top: 50%;
	right: -25px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #ff8e9d;
	z-index: 0;
}
#clear {
	width:100%;
	height:100%;
	padding:0;
	border: 0;
	background-color:transparent;
	color:#fff;
	font-size:10px;
	font-weight:700;
	line-height:1.3;
	box-sizing: border-box;
	cursor:pointer;
	outline: none;
	-webkit-text-size-adjust:100%;
}
#clear:before {
	content:"\f12d";
	display:block;
	padding:0 ;
	font-size:12px;
	font-family: 'FontAwesome';
	font-weight:300;
}
/* 一時保存 */
#preserve-balloon {
	position: absolute;
	right:6.5%;
	top:-105px;
	display: block;
	margin: 0;
	padding: 0 5px;
 	width: 60px;
	height: 60px;
	line-height: 1em;
	vertical-align: top;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	background: #c0392b;
	border-radius: 50%;
	box-sizing: border-box;
	box-shadow:0 2px 4px rgba(0,0,0,0.4);
}

#preserve-balloon:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -25px;
  	margin-top: -25px;
	border: 15px solid transparent;
	border-right: 15px solid #c0392b;
 	z-index: 0;
 	transform: rotate(15deg);
}
#preserve {
	display:inline-block;
	border:0;
	text-align: center;
	color: #fff;
	font-size:10px;
	font-weight:700;
	line-height:1.3;
	background-color: transparent;
	width:100%;
	height:100%;
	padding:0;
	box-sizing: border-box;
	cursor:pointer;
	outline: none;
	-webkit-text-size-adjust:100%;
}
#preserve:before {
	content:"\f030";
	display:block;
    font-family: 'FontAwesome' !important;
	font-size:12px;
	font-weight:300;
	padding:0 1px 1px 0;
}
/* 再検索 */
#re-serch-balloon {
	position: absolute;
	right:6.5%;
	top:-177px;
	display: block;
	margin: 0;
	padding: 0 5px;
 	width: 60px;
	height: 60px;
	line-height: 1em;
	vertical-align: top;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	background: rgba(224, 71, 126, 1);
	border-radius: 50%;
	box-sizing: border-box;
	box-shadow:0 2px 4px rgba(0,0,0,0.4);
}

#re-serch-balloon:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -25px;
  	margin-top: -5px;
	border: 15px solid transparent;
	border-right: 15px solid rgba(224, 71, 126, 1);
 	z-index: 0;
 	transform: rotate(-15deg);
}
#navi-re-search {
	display:inline-block;
	border:0;
	text-align: center;
	color: #fff;
	font-size:8px;
	font-weight:700;
	line-height:1.2;
	background-color: transparent;
	width:100%;
	height:100%;
	padding:0;
	box-sizing: border-box;
	cursor:pointer;
	outline: none;
	-webkit-text-size-adjust:100%;
}
#navi-re-search:before {
	content:"\f002";
	display:block;
    font-family: 'FontAwesome' !important;
	font-size:12px;
	font-weight:300;
	padding:0 1px 1px 0;
}




/* 一時保存関連ここまで */


/* フレーム調整バルーン */
#edit-balloon {
	position: absolute;
	width:42%;
	right:1rem;
	top:-34px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
#edit-balloon > .balloon-base{
	text-align:center;
}
#edit-balloon> .balloon-base:after, #edit-balloon > .balloon-base:before {
	bottom: 100%;
	left:15%;
}
#edit-guide-area > p {
	line-height:1.3;
	margin-bottom:40px;
}


/* Tips */
#deco-tips {
	position: absolute;
	width:42%;
	right:1rem;
	top:-34px;
}
#deco-tips > .balloon-base {
	text-align:center;
}
#deco-tips > .balloon-base > p {
	line-height:1.3;
}

#deco-tips > .balloon-base:after, #deco-tips > .balloon-base:before {
	bottom: 100%;
	left:15%;
}
#deco-tips-before {
	display:block;
}
#deco-tips-keep {
	display:none;
}
/* アイコン更新バルーン */
#myicon-balloon {
	position: absolute;
	width:42%;
	left:1rem;
	top:-34px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    z-index:20;
}
#myicon-balloon > .balloon-base{
	height:6em;
	text-align:center;
}

#myicon-balloon > .balloon-base:after, #myicon-balloon > .balloon-base:before {
	bottom: 100%;
	left:85%;
}

#myicon-switch {
	display: none;
}
#myicon-guide-area > p {
	line-height:1.3;
}

#myicon-select-area {
	height:0;
	overflow:hidden;
	display:block;
	-webkit-transition-duration: 0;
	-moz-transition-duration: 0;
	-o-transition-duration: 0;
	transition-duration: 0;
}
#myicon-select-area > p {
	line-height:1.3;
}

#myicon-switch-label {
	display: block;
	position: relative;
	width: 95%;
	box-shadow:0 2px 4px rgba(0,0,0,0.4);
	color: rgba(255, 255, 255, 1);
	text-shadow:1px 1px 0 rgba(0,0,0,0.4);
	background: #00badf;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	margin:5px auto;
	padding:7px 2px;
	cursor: pointer;
	z-index: 500;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
#myicon-switch-label:before {
	content:"\f007";
	font-family: 'FontAwesome' !important;
	font-weight: 300;
	padding:0 3px 0 0;
}
#myicon-switch-label-back {
	display: block;
	position: relative;
	width: auto;
	box-shadow:0 2px 4px rgba(0,0,0,0.4);
	color: rgba(255, 255, 255, 1);
	text-shadow:1px 1px 0 rgba(0,0,0,0.4);
	background: #7f8c8d;
	text-align: center;
	font-size: 14px;
	margin:15px auto 5px;
	padding:7px;
	cursor: pointer;
	z-index: 500;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

/* スイッチ押された時 */

#myicon-switch:checked ~ div.balloon-base{
	height:21em;
	transform: translate(0,-15em);
}
#myicon-switch:checked ~ div.balloon-base:before,
#myicon-switch:checked ~ div.balloon-base:after {
	display:none;
}

#myicon-switch:checked ~ div.balloon-base > div#myicon-guide-area {
	display:none;
}
#myicon-switch:checked ~ div.balloon-base > div#myicon-select-area {
	height:21em;
	display:block;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

/*----------------- /ユーティリティ系制御 --------------------*/


/* 既存バルーン要素 */
#icon-area ul li p {
	position:absolute;
	top:152px;
	left:0;
	width:100%;
	height:2.8em;
	padding:3px 0 0;
	color:#3e50c2;
	text-align:center;
	overflow:hidden;
}
#icon-area ul li .arrow_box:after, #icon-area ul li .arrow_box:before {
	border: solid transparent;
}
#icon-area ul li .arrow_box:after {
	border-bottom-color: transparent;
	border-left-color: #f6f6f6;
	border-width: 7px;
	left: 100%;
	top: 21px;
	margin-left: 0px;
}
#icon-area ul li .arrow_box:before {
	border-bottom-color: transparent;
	border-left-color: #999;
	border-width: 8px;
	left: 100%;
	top: 20px;
	margin-left: 0px;
}
#icon-area ul li:last-child .arrow_box:after {
	border-color: transparent;
	border-right-color: #f6f6f6;
	border-width: 7px;
	left: 0;
	top: 21px;
	margin-left: -14px;
}
#icon-area ul li:last-child .arrow_box:before {
	border-color: transparent;
	border-right-color: #999;
	border-width: 8px;
	left: 0;
	top: 20px;
	margin-left: -16px;
}
#icon-area ul li > .pop_up_box {
	width:200px;
	height:105px;
	top:90px;
	left:-120px;
}
#icon-area ul li:last-child > .pop_up_box {
	left:80px;
}

#icon-area ul li:hover > .pop_up_box {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	left:-200px;
}
#icon-area ul li:last-child:hover > .pop_up_box {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	left:160px;
}

.c-arrow {
	display:block;
	padding:46px 0 0 10px !important;
	font-size:72px;
}
/* 既存バルーン要素ここまで */

/* canvas要素 */
#before, #after {
	background:#F6F6F6;
	position:relative;
	display:block;
	width:128px;
	height:128px;
	margin:0 auto;
	left:0;
	top:0;
	border:1px solid #999;
	border-radius:6px;
	-webtki-backface-visibility: hidden;
	backface-visibility: hidden;
}
#before {
	background-color:#F6F6F6;
	background-repeat: no-repeat;
	background-position: center center;
}
#before-caution {
	position:absolute;
	left:16px;
	bottom:70px;
	line-height:1.3em;
}
#after-caution {
	position:absolute;
	right:16px;
	bottom:70px;
	line-height:1.3em;
	text-align:right;
}
#after-title {
	color:#3e50c2;
	line-height:1.2em;
}

#after-title:hover {
	background:#3e50c2;
	color:#fff;
}
#after-guide {
	width:200px;
	height:200px;
	/*border:1px solid #aaa;*/
	border:none;
	padding:0 !important;
	margin:0 !important;
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0;
	-o-transition-duration: 0;
	transition-duration: 0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-background-size:100% 100%;
	background-size:100% 100%;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	
	/*background:rgba(255,255,255,0.5);
	opacity:0.6;*/
}
#after-guide-wrapper {
	width:200px !important;
	height:200px !important;
	border:1px solid #333;
	border-radius:6px;
	border:none;
	padding:0 !important;
	margin:0 !important;
	position:absolute;
	z-index:9901;
	overflow:hidden;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
}
#after-guide-controller {
	width:200px !important;
	height:200px !important;
	border:none;
	padding:0 !important;
	margin:0 !important;
	position:absolute;
	z-index:9999;
	cursor:pointer;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
}

/* タッチ端末 */
.touch-device #after-guide,
.touch-device #after-guide-wrapper,
.touch-device #after-guide-controller {
	width:256px !important;
	height:256px !important;
}


#work {
	display:none;
}

#btn-area {
	padding:0;
	text-align:center;
	position:relative;
}

#btn-area ul li {
	float:left;
	width:100%;
	height:100px;
	overflow:hidden;
	text-align:center;
}

#btn-area .submit-cover{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	color:transparent;
}

#btn-area ul li#clear-area {
	left:auto;
	right:0;
}

/* png切り替え */
#btn-area ul li#png-check-area {
	display:none;	/* 201809非表示機能にする */
	height:auto;
	padding:10px 0 0;
	font-size:14px;
	color:#2E8BCC;
}
#btn-area ul li#png-check-area > input[type="checkbox"] {
	display:none;
}
#btn-area ul li#png-check-area > label {
	cursor:pointer;
	vertical-align:bottom;
}
#btn-area ul li#png-check-area > label:before {
	content:"　";
	display:inline-block;
	width:18px;
	height:18px;
	margin:0 5px 0 0;
	padding:2px 0 0;
	border:1px solid #2E8BCC;
	font-family: 'FontAwesome' !important;
	color:#ccc;
	text-align:center;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
#btn-area ul li#png-check-area > label.checked:before {
	content:"\f00c";
	font-family: 'FontAwesome' !important;
	color:#2E8BCC;
}

#btn-area ul li#png-check-area.hidden > label {
	display:none;
}
#btn-area ul li#png-check-area > p.alert {
	display:none;
}
#btn-area ul li#png-check-area.hidden > p.alert {
	display:block;
}

/*------- Tweetするチェック -------*/
#btn-area ul li#tweet-check-area {
	display:block;
	height:auto;
	margin:20px auto;
	padding:0;
	font-size:14px;
	color:#2E8BCC;
}
#btn-area ul li#tweet-check-area > input[type="checkbox"] {
	display:none;
}
#btn-area ul li#tweet-check-area > label {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width:50%;
	margin:0 auto;
	cursor:pointer;
	vertical-align:bottom;
}
#btn-area ul li#tweet-check-area > label:before {
	content:"　";
	display:inline-block;
	width:18px;
	height:18px;
	margin:0 5px 0 0;
	padding:2px 0 0;
	border:1px solid #2E8BCC;
	font-family: 'FontAwesome' !important;
	color:#ccc;
	text-align:center;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
#btn-area ul li#tweet-check-area > label.checked:before {
	content:"\f00c";
	font-family: 'FontAwesome' !important;
	color:#2E8BCC;
}

#btn-area ul li#tweet-check-area.hidden > label {
	display:none;
}
#btn-area ul li#tweet-check-area > p.alert {
	display:none;
}
#btn-area ul li#tweet-check-area.hidden > p.alert {
	display:block;
}



#option-area {
	position:absolute;
	width:37%;
	min-width:120px;
	height:30px;
	right:6.75%;
	bottom:22px;
	margin:5px auto 5px;
}
#option-area.open-option {
	left:50%;
	top:-250px;
	margin-left:-160px;
}

#deco-option {
	background:rgba(81, 90, 97, 1.0);
	color:#fff;
	width:100%;
	height:30px;
	position:absolute;
	top:0;
	left:0;
	border:0;
	box-shadow:0 2px 4px rgba(0,0,0,0.4);
	z-index:690;
	overflow:hidden;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-text-size-adjust:100%;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
#deco-option.open-option {
	width:320px !important;
	height:420px !important;
	padding:0 3px 3px !important;
	left:50% !important;
	margin-left:-50% !important;
	bottom:-130px !important;
	background:rgba(81, 90, 97, 0.9) !important;
}

#deco-option h2 {
	padding:7px 3px;
	font-size:14px;
	font-weight:700;
	line-height:1;
	text-align:center;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.6);
	cursor:pointer;
}
#deco-option.open-option h2 {
	padding:7px 10px 3px;
	font-weight:700;
	text-align:left;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.6);
	cursor:pointer;
}

#deco-option h2:before {
	content:"\f044";
	display:inline-block;
	font-weight:300;
	font-family: 'FontAwesome' !important;
	padding:0 3px 0 0;
}
/*
#deco-option.open-option h2:before {
	content:"\f057";
	color:#f66;
}
*/
#deco-option h2:after {
	content:"\f057";
	font-family: 'FontAwesome' !important;
	font-size:24px;
	display:none;
}

#deco-option.open-option h2:after {
	display:block;
	position:absolute;
	right:7px;
	top:7px;
}


#deco-option input {
	width:200px;
	padding:0;
	margin:0 2px;
	display:inline-block;
	text-align:center;
}
#deco-option input[type="range"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #eee;
	border:0;
	height:3px;
	margin:3px 5px;
	box-shadow:1px 1px 0px #666 inset;
	vertical-align:middle;
	z-index:9001;
}
#deco-option input[type="range"]:focus {
	outline:none;
}
#deco-option input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #407FA5;
	opacity: 1;
	width: 20px;
	height: 20px;
	border:5px solid #92BBDD;
	border-radius:20px;
	cursor:pointer;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
#deco-option input[type="range"]::-webkit-slider-thumb:hover {
	border:5px solid #A9CAE5;
    background-color: #5696BD;
}
#deco-option input[type="range"]:active::-webkit-slider-thumb {
	border:5px solid #A9E5E0;
    background-color: #5AC4BB;
}

.ie-input-range {
	height:auto !important;
}

#deco-option ul {
	padding:2px 0 0;
	display:none;
}
#deco-option.open-option ul {
	display:block;
	letter-spacing: -.40em;
}
#deco-option ul li{
	position:relative;
	text-shadow:1px 1px 0 rgba(24, 24, 24, 1.0);
	margin:0 0 8px;
	min-height:20px;
	font-weight:700;
	text-align:center;
	letter-spacing: normal;
}
#deco-option ul li.vertical {
	display:inline-block;
	height:250px;
	width:50px;
	margin:0;
	vertical-align:top;
	text-align:center;
}
#deco-option ul li.vertical:first-child {
	margin:0 0 0 5px;
}
#deco-option ul li.after-spot {
	display:inline-block;
	height:256px;
	width:256px;
	margin:0 0 15px;
	/*background:rgba(149, 165, 166, 0.9) !important;*/
	position:static;
}
#deco-option ul li.vertical div {
	display:inline-block;
	position:relative;
	height:210px;
	width:50px;
	vertical-align:top;
}
#deco-option ul li.vertical input[type="range"] {
	position:absolute;
	top:100px;
	left:-80px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}
#deco-option ul li.vertical input[type="range"]#expa {
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}

#deco-option ul li label {
	display:inline-block;
	position:absolute;
	top:0;
	left:10px;
	display:none;
	width:50px;
	height:14px;
	padding:5px;
	border:solid 1px #ccc;
	background:rgba(37, 53, 101, 1.0) !important;
	vertical-align:top;
	text-align:center;
}
/*
#deco-option ul li.vertical label {
	left:-5px;
}
#deco-option ul li:hover label {
	display:inline-block;
	top:-33px;
}
#deco-option ul li.vertical:hover label {
	display:inline-block;
	top:-27px;
}
*/
#deco-option ul li span {
	display:inline-block;
	vertical-align:top;
	width:40px;
	max-height:100%;
	font-size:8px;
}
#deco-option ul li button {
	box-shadow:0 1px 2px rgba(0,0,0,0.4);

}
#deco-option ul li.button-set {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width:100%;
	margin:0 auto;
	text-align: center;
}
#deco-option ul li.button-set > div {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-evenly;
	justify-content: space-evenly;
}
#deco-option ul li.button-set > div {
	margin:0 20px;
}

.touch-device #deco-option .vertical,
.touch-device #deco-option .horizontal-range {
	display:none;
}
.touch-device #deco-option .expand-range,
.touch-device #deco-option .rotate-range {
	display:block;
}
.touch-device #deco-option .touch-device-guidance {
	display:none;
	margin:0 auto 10px;
	vertical-align:middle;
	font-size:12px;
}
.touch-device #deco-option .touch-device-guidance input {
	display:inline-block;
	position:static;
	width:auto;
	border:solid 1px #fff;
	-webkit-border-radius:0;
	border-radius:0;
	margin:0;
	color:#fff;
	vertical-align:middle;
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0;
	-o-transition-duration: 0;
	transition-duration: 0;

}

.touch-device #deco-option ul li span {
	width:50px;
	font-size:11px;
}
.touch-device #deco-option ul li.touch-device-guidance p {
	display:inline-block;
	position:static;
	width:auto;
	height:auto;
	margin:0 1em 0 0;
	vertical-align:middle;
}
.touch-device #deco-option ul li.touch-device-guidance label {
	display:inline-block;
	position:static;
	width:auto;
	height:auto;
	padding:0 8px 0 4px;
	margin:0 2px 0 0;
	vertical-align:middle;
	border:none;
	background:transparent !important;
	cursor:pointer;
}


.option-after {
	position:absolute;
	width:200px !important;
	height:200px !important;
	top:36px !important;
	left:-60px !important;
	z-index:9000;
}
.option-loading {
	width:200px !important;
	height:200px !important;
	top:4px !important;
	left:25px;
	z-index:9901 !important;
}

.touch-device .option-after {
	width:256px !important;
	height:256px !important;
	top:20px !important;
	left:-60px !important;
}
.touch-device .option-loading {
	width:256px !important;
	height:256px !important;
	top:36px !important;
	left:-60px !important;
}

#after-guide-wrapper.option-after,
#after-guide-controller.option-after {
	top:21px !important;
	left:-59px !important;
}

.touch-device #after-guide-wrapper.option-after,
.touch-device #after-guide-controller.option-after {
	top:21px !important;
	left:-59px !important;
}

.opt_arrow {
	background:#fff;
	margin:0 3px;
	padding:0px;
	width:22px;
	height:20px;
	max-height:100%;
	font-size:14px;
	display:inline-block;
	cursor:pointer;
	box-sizing:border-box;
	border:1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.opt_button {
	background:#ecf0f1;
	margin:0 3px;
	padding:0;
	width:34px;
	height:18px;
	max-height:100%;
	text-align:center;
	font-size:14px;
	border:1px solid #ecf0f1;
	display:none;
	vertical-align:top;
	cursor:pointer;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.opt_button:hover {
	background:#fff;
	border:1px solid #fff;
}
.opt_button:active {
	background:rgba(44,62,80,1);
	color:#ecf0f1;
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.opt_button_line {
	width:206px;
	padding:0;
	margin:0 2px;
	display:none;
	text-align:center;
	background-image:none;
}
#deco-option ul li.vertical .opt_button_line {
	margin:54px 0 0 0;
}
#deco-option ul li.vertical .opt_button_line .opt_button {
	margin:3px 3px;
}

#rev-button, #option-reset {
	background:rgba(44, 62, 80,1.0);
	color:#fff;
	font-weight:700;
	max-height:100%;
	display:inline-block;
	padding:3px 4px;
	cursor:pointer;
	border:0;
}
#rev-button:hover, #option-reset:hover {
	background:rgba(52, 73, 94,1.0);
}
#option-reset {
	margin:0;
}
#filt {
	margin:0 0 0 5px;
	max-height:100%;
	border:solid 1px #666;
}

#option-ui {
	background:#16a085;
	display:inline-block;
	padding:3px 4px;
	max-height:100%;
	color:#fff;
	font-weight:700;
	text-align:center;
	cursor:pointer;
	border:0;
}

#option-ui:hover {
	background:#1abc9c;
	
}

#option-tips-balloon {
	display:none;
	top:130px;
	left:305px;
	width:100px;
	padding:10px;
	background: rgba(81, 90, 97, 1);
    color: #fff;
    line-height:1.3;
	z-index:1000;
}
#option-tips-balloon:before {
	left:-12px;
	bottom:50%;
	border-color: transparent;
    border-right-color: #eee;
    border-width: 12px;
    margin-left: -12px;
    margin-bottom: -12px;
}
#option-tips-balloon:after {
	left:-12px;
	bottom:50%;
	border-color: transparent;
    border-right-color: rgba(81, 90, 97, 1);
    border-width: 10px;
    margin-left: -8px;
    margin-bottom: -10px;
}

#option-area.open-option > #option-tips-balloon {
	display:block;
}

/*-------- デコレーション・認証ボタン -------*/
#decoration, .twitter-auth {
	display:inline-block;
	position:relative;
	width:320px;
	max-height:100%;
	padding:25px;
	margin:10px auto;
	text-align:center;
	color:#FFF;
	font-size: 24px;
	font-weight:700;
	font-family: Verdana, Roboto, "Droid Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	cursor:pointer;
	outline: none;
	
	border:1px solid transparent;
	-webkit-border-radius: 0px;
	background: #2E8BCC;
	box-shadow:0 2px 4px rgba(0,0,0,0.4);
	
	text-decoration: none;
	vertical-align: middle;
	
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	
	-webkit-appearance: none;
	-webkit-text-size-adjust:100%;
	
    z-index:30;
}
#decoration:hover, .twitter-auth:hover {
	background: #3498db;
}

#decoration:active, .twitter-auth:active {
	background: #3498db;
	outline:none;
	margin:11px auto 9px;
}
#decoration {
	font-family: Verdana, Roboto, "Droid Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}
#decoration.mastodon-submit {
	background: #282c37;
}


.twitter-auth{
	width:400px;
	padding:25px 15px 25px 35px;
	text-indent:-0.5em;
}

.twitter-auth:before {
	font-family: 'FontAwesome';
	content:"\f081";
	font-weight:300;
	width:auto;
	height:auto;
	/*position:absolute;
	top:23px;
	left:14px;*/
	padding:0 5px 0 0;
	display:inline-block;
}
#auth-force-submit.twitter-auth{
	width:auto;
	padding:10px 10px 10px 30px;
	font-size:14px;

}

.twitter-auth.mastodon-auth {
	background: #282c37;
}

.twitter-auth.mastodon-auth:before {
	content:"　";
	display:inline-block;
	width:1em;
	height:1.4em;
	margin: 0 .3em 0 0;
	background:url('//storage.googleapis.com/c.icondecotter.jp/images/mastodon/Logotype_Simple.svg') no-repeat center center;
	background-size:contain;
	vertical-align:middle;
}

#mastodon-instance-display {
	margin:1em auto;
	text-align:center;
	line-height:1.45;
}

#mastodon-instance-display h4 {
	color:#282c37;
	font-size:120%;
	font-weight:700;
}
#mastodon-instance-display h4 > strong {
	color:#2b90d9;
}
#mastodon-instance-display > p > a {
	font-weight:700;
}
/*-------- デコレーション・認証ボタンここまで -------*/


.btn-white {
	display:inline-block;
	width:240px;
	max-height:100%;
	padding:10px 10px;
	margin:25px auto;
	box-shadow:0 1px 2px rgba(0,0,0,0.4);
	text-align:center;
	font-size:14px;
	font-weight:700;
	font-family: Verdana, Roboto, "Droid Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	
	border: 0;
	background: #7f8c8d;
	padding: 12.5px 25px;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	cursor:pointer;
	outline: none;
	-webkit-text-size-adjust:100%;
}
#reflesh {
	width:100%;
	font-size:11px;
	margin:10px auto 0;
	padding:10px 0;
	box-shadow:0 1px 2px rgba(0,0,0,0.4);
	border: 0;
	background: #2E8BCC;
	color: #fff;
	font-weight:700;
	line-height: 1.2;
	font-family: Verdana, Roboto, "Droid Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	text-decoration: none;
	vertical-align: middle;
	cursor:pointer;
	outline: none;
	-webkit-text-size-adjust:100%;
}
#reflesh:before {
	content:"\f0ed";
	padding:0 3px 0 0;
	font-family: 'FontAwesome';
	font-weight:300;
}


.btn-white:hover {
	background:#95a5a6;
}
.btn-white:active {
	outline:none;
	margin:26px auto 24px;
}


/*---------------------- フレーム一覧関連 ----------------------*/
.flame-list {
	width:95%;
	margin: 0 auto;
	letter-spacing: -.40em;
}
.flame-list li {
	position:relative;
	float:left;
	width:20%;
	height:136px;
	padding:0 2px;
	overflow:hidden;
	letter-spacing: normal;
	line-height:1.25;
	text-align:center;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.flame-list li img {
	background-color: #f6f6f6;
	background-image: -webkit-linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee), 
	-webkit-linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee);
	background-image: linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee), 
	linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee);
	background-size:12px 12px;
	background-position:0 0, 6px 6px;

	display:block;
	width:74px;
	height:74px;
	margin:0 auto 2px;
	border:1px solid #999;
	box-shadow:0 1px 2px rgba(0,0,0,0.4);
	box-sizing: border-box;
	cursor:pointer;
}
.flame-list li img:hover {
	border:1px solid #fac505 !important;
}

.flame-list li span {
	color:#3e50c2;
	word-wrap: break-word;
	word-break:break-all;
}
.flame-list li a {
	color:#3e50c2;
	word-wrap: break-word;
	word-break:break-all;
	cursor:pointer;
}
.flame-list li a:hover {
	color:#fff;
	background:#3e50c2;
}
/*---------------------- /フレーム一覧関連 ----------------------*/



/*---------------------- サブ要素関連 ----------------------*/
#sub {
	position:relative;
	width:100%;
	max-width:480px;
	height:auto;
	margin:0 auto;
	padding:0;
}

#sub-contents {
	position:static;
	width:100%;
	max-width:480px;
	height:auto;
	margin:0 auto;
	padding:0;
}
#sub h1 {
	height:24px;
	max-height:100%;
	padding:18px 20px;
	font-size:24px;
}
#sub-contents h1 {
	height:24px;
	max-height:100%;
	padding:18px 20px;
	font-size:24px;
}

#hgroup {
	position:relative;
	height:65px;
}

#hgroup h1 {
	position:absolute;
	top:0;
	left:0;
	width:545px;
	height:24px;
	max-height:100%;
	padding:18px 20px 10px;
	color:#6ec229;
	font-weight:600;
	font-size:24px;
	border-bottom:1px dashed #6ec229;
}
#hgroup h1:before {
	content:"\f0f3";
	display:inline-block;
    font-family: 'FontAwesome' !important;
	font-size:24px;
	font-weight:300;
	padding:0 3px 3px 0;
	color:#6ec229;
}
#hgroup h2 {
	display:block;
	position:absolute;
	top:0;
	left:260px;
	width:200px;
	height:24px;
	padding:18px 20px;
	
	border:1px solid #ccc;
	border-right:0;
	
	font-size:24px;
}
#hgroup h2:before {
	content:"\f087";
	display:inline-block;
    font-family: 'FontAwesome' !important;
	font-size:24px;
	font-weight:300;
	padding:0 3px 3px 0;
}
#hgroup h1 {
	width:100%;
	height:52px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
/* 新着カード */
#reco {
	width:auto;
	height:auto;
	margin:0 auto 20px;
	padding:0 0 20px;
	background-color:#fff;
	box-shadow:0 2px 4px rgba(0,0,0,0.4);
}

#reco h1 {
	width:100%;
	height:auto;
	padding:14px 20px 12px;
	background:#6ec229;
	color:#fff;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
#reco h1:before {
	color:#fff;
	padding:0 0.5em 0 0;
}
/* 新着カードここまで */


#recomend {
	display:none;

}

#new {
	display:block;
}

#new li a{
	outline:none;
}

#new-more {
	text-align:right;
	padding: 20px 10px 0 0;
}
#new-more span {
	display:inline-block;
	font-size:16px;
	max-height:100%;
	text-decoration:none;
	color:#fff;
	background:#1c5e38;
	box-shadow:0 2px 4px rgba(0,0,0,0.4);
	padding:7px 7px;
	cursor:pointer;
}
#new-more span:hover {
	background:#25884E;
}
#new-more span:before {
	content:"\f04e";
	display:inline-block;
    font-family: 'FontAwesome' !important;
	text-decoration:none;
	padding:0 3px 3px 0;
}

#nl-new {
	margin:0 auto 20px;
	padding:0 0 10px;
	background-color:#fff;
	box-shadow:0 2px 4px rgba(0,0,0,0.4);
}
#nl-new h2 {
	color:#ffb015;
	font-weight:500;
	padding:12px 0 10px 10px;
	margin:10px auto;
	font-size:16px;
	border-bottom:1px dashed #ffb015;
}
#nl-new h2:before {
	content:"\f005";
	display:inline-block;
    font-family: 'FontAwesome' !important;
	font-size:16px;
	font-weight:300;
	padding:0 0 0.3em 0;
	color:#ffb015;
}
#nl-new .flame-list {
	height:auto;
}
#nl-new .flame-list li{
	width:25%;
}
#nl-new .flame-list li img{
	cursor:default;
}
#nl-new .flame-list li img:hover{
	border:1px solid #999 !important;
	
}


/* マイメニュー関連 */
#my-contents,
#my-contents-sp {
	width:auto;
	height:auto;
	margin:0 auto 20px;
	padding:0 0 20px 0;
	background-color:#fff;
	box-shadow:0 2px 4px rgba(0,0,0,0.4);
	text-align:center;
}
#my-contents {
	display:none;
}
#my-contents-sp {
	margin:20px auto;
}
#my-contents > h1,
#my-contents-sp > h1 {
	width:auto;
	margin:0;
	padding:12px 0 12px 20px;
	background:#27ae60;
	color:#fff;
	font-size:22px;
	font-weight:700;
	text-align:left;
	border:0;
}
#my-contents > h1:before,
#my-contents-sp > h1:before {
	content:"\f013";
	display:inline-block;
    font-family: 'FontAwesome' !important;
	font-size:24px;
	font-weight:300;
	color:#fff;
	padding:0 0.5em 0 0;
}

#my-contents > ul > li,
#my-contents-sp > ul > li {
	text-align:center;
	margin:25px auto;
}

/* マイページボタン関連 */

.mypage {
	display:block;
	position:relative;
	margin:0 auto;
	width:240px;
	padding:12.5px 25px;
	border: 0;
	background: #1c5e38;
	vertical-align: middle;
	
	color: #fff;
	font-size:14px;
	font-weight:700;
	text-decoration: none;
	text-align:center;
	overflow:hidden;
	cursor:pointer;
	box-shadow:0 1px 2px rgba(0,0,0,0.4);
	box-sizing:border-box;
}

.mypage:before {
	content:"\f03a";
	padding:0 0.2em 0 0;
	font-family: 'FontAwesome';
	font-weight:300;
	text-align:center;
}

#my-history-area-sp {
	display:block;
	margin:0 auto;
	padding:40px 0 20px;
	text-align:center;
}
#my-history,
#my-history-sp {
	margin:0 auto;
	background: #658ee0;
}
#my-history:before,
#my-history-sp:before {
	content: "\f1da";
	padding: 0 0.2em 0 0;
	font-family: 'FontAwesome';
	font-weight:300;
}

/* ヘルプリンク関連 */
.help-link-area {
	display:block;
	margin:20px auto;
	font-size:14px;
	text-align:center;
}
.help-link-area:before {
	content:"\f06a";
	font-family: 'FontAwesome';
	display:inline-block;
	padding:0px 0.3em 0 0;
	vertical-align:middle;
	text-decoration:none;
}
.help-link {
	color:#DC0909;
	font-weight:700;
	text-decoration:underline;
}


/* アップロードボタン関連 */

.upload {
	display:block;
	position:relative;
	margin:0 auto;
	width:240px;
	padding:12.5px 25px;
	border: 0;
	background: #1c5e38;
	vertical-align: middle;
	
	color: #fff;
	font-size:14px;
	font-weight:700;
	text-decoration: none;
	text-align:center;
	overflow:hidden;
	cursor:pointer;
	box-shadow:0 1px 2px rgba(0,0,0,0.4);
	box-sizing:border-box;
}

.upload:before {
	content:"\f03e";
	padding:0 0.2em 0 0;
	font-family: 'FontAwesome';
	font-weight:300;
	text-align:center;
}


/* タグとか検索ワードとか */
#tags,
#words {
	width:auto;
	height:auto;
	margin:0 auto 20px;
	padding:0 0 10px;
	background-color:#fff;
	box-shadow:0 2px 4px rgba(0,0,0,0.4);
}

#tags h1,
#tags h2 {
	padding:12px 20px 10px 20px !important;
	margin:0 0 3px;
	max-height:100%;
	color:#d1bf30;
	font-weight:600;
}
#tags h1 {
	width:100%;
	height:auto;
	background:#d1bf30;
	color:#fff;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:0;
}
#tags h1:before,
#tags h2:before {
	content:"\f02b";
    font-family: 'FontAwesome' !important;
	font-weight:300;
    color:#d1bf30;
}
#tags h1:before {
	color:#fff;
	padding:0 0.5em 0 0;
}

#words h1,
#words h2 {
	padding:12px 20px 10px 20px !important;
	margin:0 0 3px;
	max-height:100%;
	color:#00C2E0;
	font-weight:600;
}

#words h1 {
	width:100%;
	height:auto;
	background:#00C2E0;
	color:#fff;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:0;
}

#words h1:before {
	content:"\f002";
    font-family: 'FontAwesome' !important;
	font-weight:300;
	color:#fff;
	padding:0 0.5em 0 0;
}

.tags-words-switch {
	display:none;
}

#tags ul,
#words ul {
	padding:0 20px;
}

#tags ul li,
#words ul li{
	display:inline-block;
	padding:5px 10px;
	font-size:14px;
}


.tag-link {
    color:#ad9626;
	text-decoration:underline;
	font-weight:400;
	padding:0 3px;
	cursor:pointer;
}
.tag-link:hover {
    color:#fff;
    background:#ad9626;
}

#tags ul li:first-child .tag-link,
#words ul li:first-child .words-link{
	font-size:180%;
}
#tags ul li:nth-child(2) .tag-link,
#words ul li:nth-child(2) .words-link{
	font-size:175%;
}
#tags ul li:nth-child(3) .tag-link,
#words ul li:nth-child(3) .words-link{
	font-size:170%;
}
#tags ul li:nth-child(4) .tag-link,
#words ul li:nth-child(4) .words-link{
	font-size:165%;
}
#tags ul li:nth-child(5) .tag-link,
#words ul li:nth-child(5) .words-link{
	font-size:150%;
}
#tags ul li:nth-child(6) .tag-link,
#words ul li:nth-child(6) .words-link{
	font-size:140%;
}
#tags ul li:nth-child(7) .tag-link,
#words ul li:nth-child(7) .words-link{
	font-size:130%;
}
#tags ul li:nth-child(8) .tag-link,
#words ul li:nth-child(8) .words-link{
	font-size:120%;
}
#tags ul li:nth-child(9) .tag-link,
#words ul li:nth-child(9) .words-link{
	font-size:110%;
}
.nl-tags {
	height:auto !important;
	margin:0 0 30px;
}
.nl-tags h2 {
	font-size:16px !important;
	border-bottom: 1px dashed #d1bf30;
}
.nl-tags ul li strong,
.nl-tags ul li span {
	text-decoration:none !important;
	cursor:auto !important;
}
.nl-tags ul li strong:hover,
.nl-tags ul li span:hover {
	color:#ad9626 !important;
	background:transparent !important;
}

.words-link {
    color:#00C2E0;
	text-decoration:underline;
	font-weight:400;
	padding:0 3px;
	cursor:pointer;
}
.words-link:hover {
    color:#fff;
    background:#00C2E0;
}


#tags ul,
#words ul {
	padding:5px 0 0;
	text-align:center;
}
#tags ul li,
#words ul li {
	margin:0 0 1em;
	padding:5px 10px;
	font-size:14px;
}

#tags ul li strong,
#words ul li strong {
	display: inline-block;
	text-align: left;
	text-indent: -1em;
	text-decoration:none;
	padding:3px 5px 3px 1.25em;
	box-shadow:0 1px 2px rgba(0,0,0,0.2);
}
#tags ul li strong:before {
	content: "\f02b";
	color:#E0D371;
	font-family: 'FontAwesome' !important;
	font-weight: 300;
	padding:0 0.25em 0 0;
}
#words ul li strong:before {
	content: "\f002";
	color:#75EDFF;
	font-family: 'FontAwesome' !important;
	font-weight: 300;
	padding:0 0.25em 0 0;
}
#tags.nl-tags ul li strong {
	box-shadow:none;
}
/* /タグとか検索ワードとか */


/* ランキング */
#aside {
	position:static;
	width:100%;
	max-width:480px;
	height:auto;
	margin:0 auto 20px;
}

#rank-area {
	width:auto;
	max-width:480px;
	height:auto;
	padding:0 0 10px;
	background-color:#fff;
	box-shadow:0 2px 4px rgba(0,0,0,0.4);
}
#rank-area h1 {
	width:auto;
	margin:0;
	padding:12px 0 12px 20px;
	background:#f75ea3;
	color:#fff;
	font-size:22px;
	font-weight:700;
	text-align:left;
	border:0;
}

#rank-area h1:before {
	content:"\f091";
	display:inline-block;
    font-family: 'FontAwesome' !important;
	font-size:24px;
	font-weight:300;
	color:#fff;
	padding:0 0.5em 0 0;
}
#ranking {
	display:block;
	width:auto;
	margin:10px;
}

#ranking li {
	position:relative;
	float:left;
	width:33%;
	/*height:120px;*/
	overflow:hidden;
	
	text-align:center;	
}
#ranking li img {
	background-color: #f6f6f6;
	background-image: -webkit-linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee), 
	-webkit-linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee);
	background-image: linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee), 
	linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee);
	background-size:12px 12px;
	background-position:0 0, 6px 6px;

	display:block;
	width:74px;
	height:74px;
	margin:10px auto 2px;
	
	border:1px solid #999;
	box-sizing: border-box;
	cursor:pointer;
}

#ranking li:first-child {
	width:100%;
	height:165px;
}
#ranking li:first-child img {
	width:110px;
	height:110px;
}

#ranking li span {
	display:block;
}

#ranking li label {
	display:block;
	position:absolute;
	top:5px;
	left:auto;
	width:32px;
	height:32px;
   border: 1px solid transparent;
   background: #f39c12;
   padding: 8px 0;
   text-align:center;
   -webkit-border-radius: 32px;
   -moz-border-radius: 32px;
   border-radius: 32px;
	box-shadow:0 2px 4px rgba(0,0,0,0.4);
   -webkit-box-sizing:border-box;
   -moz-box-sizing:border-box;
   box-sizing:border-box;
   
   
   color: #fff;
   font-size:16px;
   font-weight:700;
   line-height:1;
   font-family: helvetica, serif;
   
   z-index:15;
 }
#ranking li:first-child label {
	width:42px;
	height:42px;
	font-size:24px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	top:0px;
	left:33%;
}


#rank-area {
	position:relative;
}
#rank-select {
	position:absolute;
	top:14px;
	right:20px;
	font-size:18px;
	color:#404040;
}
#rank-select span{
	cursor:pointer;
}

.rankspan {
	font-weight:700;
	color:#fff;
}

.ranking-loading {
	background:#DDD url('//storage.googleapis.com/c.icondecotter.jp/images/svg-loaders/oval.svg') no-repeat center center;
	text-align:center;
}
#icon-area:after, #btn-area:after, .flame-list:after, #ranking:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	
}




#topic-area p {
	padding:0px 18px 15px;
	line-height:1.4em;
	text-align:center;
}

#topic-area h2 {
	margin:16px 0;
	padding:10px 0;
	font-size:20px;
	font-weight:700;
	text-align:center;
	color:#fff;
	background:#f39c12;
	cursor:pointer;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#topic-area h2:hover {
	background:#f1c40f;
}
#topic-area h2:before {
	content:"\f13a";
	display:inline-block;
    font-family: 'FontAwesome' !important;
	font-size:24px;
	padding:0 3px 3px 0;
}

#search-field {
	background:#DDD url('//storage.googleapis.com/c.icondecotter.jp/images/svg-loaders/oval.svg') no-repeat center 70px;
	background-color:rgba(0,0,0,0.5);
	box-shadow:0 2px 4px rgba(0,0,0,0.4);
	position:absolute;
	top:0;
	left:0;
	
	width:auto;
	height:auto;
	
	display:none;
	
	z-index:900;
	
	-webkit-transition-duration: 0;
	-moz-transition-duration: 0;
	-o-transition-duration: 0;
	transition-duration: 0;
}
#search-field.searching {
	width:100%;
}
#search-field.searching > div {
	width:100%;
}
#search-field.searching p {
	padding:30px;
	color:#fff;
	text-shadow: #000 0 1px 0;
	text-align:center;
}

.search-loading {
	background-image: url('//storage.googleapis.com/c.icondecotter.jp/images/svg-loaders/spinning-circles-dark.svg') !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100% !important;
}
.searched {
	background:#fff !important;
}

.searched-title {
	width:480px;
	margin:0 0 20px 0;
	padding:12px 5px;
	font-size:16px;
	font-weight:700;
	background:#d0ddf7;
	box-sizing:border-box;
}
.searched-title .new {
	color:#6ec229;
}
.searched-title .new:before {
	content:"\f0f3";
    font-family: 'FontAwesome' !important;
    color:#6ec229;
    padding:0 3px 0 0;
}
.searched-title .stag {
    color:#ad9626;
    padding:0 3px 0 0;
}
.searched-title .stag:before {
	content:"\f02b";
    font-family: 'FontAwesome' !important;
    color:#d1bf30;
    padding:0 3px 0 0;
}

.searched-title .stitle {
	color:#3e50c2;
    padding:0 3px 0 0;
}
.searched-title .stitle:before {
	content:"\f03e";
    font-family: 'FontAwesome' !important;
	color:#3e50c2;
    padding:0 3px 0 0;
}

.searched-title .suser {
	color:#4a8f28;
    padding:0 3px 0 0;
}
.searched-title .suser:before {
	content:"\f007";
    font-family: 'FontAwesome' !important;
	color:#4a8f28;
    padding:0 3px 0 0;
}
.searched-title .myflames {
	color:#167496;
    padding:0 3px 0 0;
}
.searched-title .myflames:before {
	content:"\f007";
    font-family: 'FontAwesome' !important;
	color:#167496;
    padding:0 3px 0 0;
}

.search-error {
	padding:30px 10px;
	color:#c00;
}

#sort-link {
	text-decoration:underline;
	padding:0 0 0 15px;
	cursor:pointer;
}
#sort-link:before {
	content:"\f0dc";
    font-family: 'FontAwesome' !important;
	display:inline-block;
	text-decoration:none !important;
	color:#eb5b9c;
    padding:0 3px 0 0;
}

#history-search {
	padding:0 0 0 35px;
	color:#3e50c2;
	text-decoration:underline;
	cursor:pointer;
}
.history-discript {
	padding:0 0 0 35px;
	font-size:12px;
	color:#999;
}

#search-navi {
	text-align:center;
}
#search-navi span {
	color:#fff;
	text-shadow: 1px 1px 0px rgb(0, 0, 0);
	background:#3e50c2;
	cursor:pointer;
	display:inline-block;
	margin:15px 10px;
	padding:10px 25px;
	max-height:100%;
	box-shadow:0 1px 2px rgba(0,0,0,0.4);
}
#search-navi span:hover {
	background:#009;
}
#search-navi .prev {
	border-top-left-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-bottom-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
}
#search-navi .prev:before {
	content:"\f137";
    font-family: 'FontAwesome' !important;
    padding:0 3px 0 0;
}
#search-navi .next {
	border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-right-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
}

#search-navi .next:after {
	content:"\f138";
    font-family: 'FontAwesome' !important;
    padding:0 0 0 3px;
}

.search-twitter-share {
	background:#55acee;
	display:inline-block;
	padding:4px 5px;
	margin: 0 0 0 5px;
	color:#fff;
	text-decoration:none !important;
	text-shadow:0 1px 1px #66757f;
	box-shadow: 0 1px 2px rgba(0,0,0,0.4);
}
.search-twitter-share:before {
	content:"\f099";
	font-family: 'FontAwesome';
	font-size:80%;
	padding:2px 7px 2px 3px;
	vertical-align:bottom;
	color:#fff;
	
}
.search-twitter-share:hover {
	opacity:0.8;
}

.twitter-name {
	color:#fff;
	font-size:12px !important;
	font-weight:700;
	text-align:right;
	height:12px;
	width:50%;
	min-width: 75px;
	padding:0 0.5em 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	z-index:50;
}

.twitter-name:before {
	content:"\f015";
	font-family: 'FontAwesome';
	font-weight:300;
	padding:0px 1px 2px 0;
	vertical-align:bottom;
}

.twitter-name span {
	color:#fff;
}


#top-image, #top-visual {
	position:relative;
	width:100%;
	height:auto;
	text-align:center;
	background:#fff;
}
#top-howto{
	width:100%;
}
#top-discript {
	width:100%;
	height:auto;
	
	background:rgba(255,255,255,0.7);
}
#top-discript h2 {
	font-size:20px;
	font-weight:700;
	padding:20px 0;
	margin:0;
	text-align:center;
}
#top-discript h2 strong {
	font-family: 'Josefin Sans', sans-serif;
}

#top-discript p {
	padding:0 16px 20px;
	text-align:left;
	text-shadow: 1px 1px 0px rgb(255, 255, 255);
	line-height:1.7em;
}
#top-aside {
	width:100%;
	height:auto;
}
#top-aside .top-ads {
	margin:0 auto;
	padding:10px 5px 5px;
}
#top-aside .top-ads p {
	text-align:left;
}
.top-tweet {
	margin:0 auto 20px;
	text-align:center;
}

.auth {
	text-align:center;
	margin:20px auto 15px;
	height:96px;
}
#auth-alert {
	margin-top:15px;
	text-align:center;
	line-height:1.4;
	text-shadow:1px 1px 0px #fff;
}
#auth-alert h4 {
	color:#f33;
}
#auth-alert ul {
	width:320px;
	margin:10px auto 15px;
}
#auth-alert ul li {
	text-align:left;
}
#auth-alert ul li:before {
	content:"\f046";
	font-family: 'FontAwesome' !important;
    color:#6adb53;
	padding:0 1px 0;
}

#footer {
	width:100%;
	max-width:480px;
	margin:0 auto;
}

#copy {
	padding:20px 0;
	text-align:center;
	display:block;
	color:#fff;
	text-shadow:1px 1px 0 rgba(0,0,0,.4);
	background-color:rgb(136, 136, 153);
	position:relative;
}
#copy:after {
	content:"　";
	display:block;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}
#copy a {
	color:#fff;
}
#copy address {
	display:inline;
	font-style:normal;
}

#over-text {
	display:block;
	width:128px;
	height:32px;
	position:absolute;
	top:118px;
	left:23px;
	font-size:29px;
	font-family:'メイリオ';
	
	overflow:hidden;
}
.over-loading {
	background:url('//storage.googleapis.com/c.icondecotter.jp/images/svg-loaders/oval.svg') center center no-repeat;
	background-color:rgba(0,0,0,0.4);
	position:absolute;
	top:0;
	left:5px;
	
	display:block;
	width:128px;
	height:128px;
	margin:0 auto;
	
	color:#fff;
	line-height:3;
	text-shadow: 1px 1px 0px rgb(0, 0, 0);
	
	border:1px solid #999;
	border-radius:6px;
	
	overflow:hidden;
	z-index:10;
}

#logout {
	margin:0 20px;
	padding:0;
}
#logout a {
	display:inline-block;
	width:auto;
	padding:10px 20px;
	margin:10px;
	font-size:12px;
	color:#fff;
	text-decoration:none;
}

#top-noscript, #top-nocookie {
	color:#f00;
	font-weight:700;
	text-align:center;
	padding:20px 0 0;
	display:block;
}

#account-alert {
	text-align:center;
	line-height:1.3;
	padding:0 10px 10px;
}
#account-alert:before  {
	content:"\f071";
    font-family: 'FontAwesome' !important;
    color:#f39c12;
    padding:0 3px 0;
}
#account-alert > br {
	display:none;
}
#result-display {
	width:auto;
	margin:0 auto;
	padding:10px 30px 6px;
	text-align:center;
}
#result-display h2{
	font-size:14px;
}
#result-display .twitter-auth {
	width:85%;
}

#result-img{
	width:128px;
	height:128px;
	background:#F6F6F6 url('//storage.googleapis.com/c.icondecotter.jp/images/svg-loaders/oval.svg') no-repeat center center;
	border:1px solid #999;
	border-radius:6px;
	margin:10px auto;
}
#result-img.result-original {
	background-image: none;
}
#result-alert {
	text-align:left;
	text-shadow: 1px 1px 0px #fff;
}
.alert-title {
	text-align:center;
	padding:10px 0;
	color:#f00;
	font-size:14px;
	line-height:1.3;
}
.alert-title:before  {
	content:"\f252";
    font-family: 'FontAwesome' !important;
    padding:0 3px 0;
}
.up-check {
	list-style:none;
	margin:0 70px 15px;
	line-height:1.4;
}
.up-check li {
	margin:0 0 10px;
}
.up-check li:before {
	content:"\f046";
    font-family: 'FontAwesome' !important;
    color:#6adb53;
    padding:0 3px 0;
}

#result-alert > .up-check {
	margin:0 10px 15px;
}

.uploaded-title {
	padding:3px 0 0;
	color:#3e50c2;
}
.uploaded-title:before {
	content:"\f03e";
    font-family: 'FontAwesome' !important;
	color:#3e50c2;
    padding:0 3px 0 0;
}

.error-area {
	text-align:center;
	margin:5px auto;
	padding:8px 12px;
	border-top:solid 1px #ddd;
	background:#ffd6e9;
	color:#b00;
	text-shadow: 1px 1px 1px rgb(255, 255, 255);
	line-height:1.4;
}

/*-------------------- user page ---------------------*/
#user-header {
	width:100%;
	text-align:center;
	margin:0 auto 10px;
}
#user-page-title {
	padding:0 0.5em 0.5em;
}
#user-header-image {
	width:100%;
	max-width:100%;
}
.user-area {
	height:auto !important;
}
.user-area h1 {
	text-align:center;
	height:auto !important;
	font-size:18px !important;
}
.user-area .suser {
	color:#4a8f28;
    padding:0 20px;
    font-size:14px;
}
.user-area .suser:before {
	content:"\f007";
    font-family: 'FontAwesome' !important;
	color:#4a8f28;
    padding:0 3px 0 0;
}
#user-frame-area{
	width:auto;
	height:auto;
	margin:0 auto 20px;
	padding:10px 0 10px 0;
	background-color:#fff;
	box-shadow:0 2px 4px rgba(0,0,0,0.4);
}

#user-return-home {
	text-align:center;
	margin:20px 0;
}
#user-setlist .flame-list {
	text-align:center;	
}
#user-setlist .flame-list li {
	float:none;
	display:inline-block;
	vertical-align:top;
}
#return-unit {
	width:auto;
	height:auto;
	margin:0 auto 20px;
	padding:10px 0 10px 0;
	background-color:#fff;
	box-shadow:0 2px 4px rgba(0,0,0,0.4);
}
.back-to-id, .user-return-home{
	text-align:center;
	margin:0 auto;
}

.user-backlink {
	font-size:14px;
	text-decoration:underline;
}

.user-backlink:before {
	content:"\f0ac";
	font-family: 'FontAwesome';
	padding:0px 3px 2px 0;
	vertical-align:bottom;
}

.user-return-url {
	display:block;
	padding:2em 0;

}
/*-------------------- /user page ---------------------*/

#related-flames {
	width:auto;
	height:auto;
	margin:0 auto 20px;
	padding:10px 0 10px 0;
	background-color:#fff;
	box-shadow:0 2px 4px rgba(0,0,0,0.4);
}
#related-flames h3 {
	font-size:12pt;
	font-weight:400;
	margin:10px auto 20px;
	text-align:center;
	height:auto !important;
}
#related-flames h3:before {
	content:"\f02e";
    font-family: 'FontAwesome' !important;
    color:#F57024;
    padding:0 3px 0 0;
}
#related-flames .flame-list {
	text-align:center;
	height:272px;
	overflow:hidden;
}
#related-flames .flame-list li {
	float:none;
	display:inline-block;
	vertical-align:top;
	width:33%;
}


/*--- GoogleAds関連 ---*/

.google-ads {
	display:block;
	margin:0 auto 20px;
	overflow:hidden;
}

#google-ads-fv {
	background:#fff;
	box-shadow:0 2px 4px rgba(0,0,0,0.4);
}
#google-ads-fv > p {
	text-align:left;
}
#google-ads-smp2 {
	margin:50px auto 20px;
}
#google-ads-tags > p {
	color:#ad9626;
	text-align:left;
}

#google-ads-rank {
	margin:50px auto 20px;
}
#google-ads-rank > p {
	text-align:left;
}
#google-ads-nl-top-image {
	margin:20px 0 40px 0;
	max-height:140px;
}
#google-ads-nl-top-image > p {
	text-align:left;
}
#google-ads-nl-search {
	margin:50px auto 50px;
	max-height:300px;
}
#google-ads-nl-search > p {
	text-align:left;
}

#google-ads-top {
	display:table;
	margin:10px auto 20px;
	width:100%;
}
#google-ads-top > div {
	display:table-cell;
	text-align:center;
}

#google-ads-top-l,
#google-ads-top-r {
	text-align:center;
	width:auto;
	height:auto;
	margin:20px auto;
}

#google-ads-footer {
	margin:10px auto;
}

#google-relative-link {
	padding:10px 0;
}

/*--- GoogleAds関連 ---*/



/* amazon */
#amazon-item {
	width:100%;
	height:auto;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	overflow:hidden;
	opacity: 0;
}
#amazon-item h3 {
	width:80%;
	color:#FEAD33;
	font-size:16px;
	font-weight:700;
	text-align:left;
	padding:5px 0;
	margin:0 auto;
}
#amazon-item h3:before {
	content:"\f270";
    font-family: 'FontAwesome' !important;
    color:#000;
    padding:0 3px 0 0;
}
#amazon-item ul {
	width:80%;
	height:100%;
	text-align:center;
	padding:0 0 15px;
	margin:0 auto;
}
#amazon-item ul li {
	width:20%;
	display:inline-block;
	vertical-align:top;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 10px;
}
#amazon-item ul li img {
	max-width:80%;
	max-height:120px;
}


/*------- bootstrap --------*/


.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 30%;
  left: 50%;
  z-index: 20050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 10%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}


.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-title {
	font-weight:700;
}

.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
  line-height:1.4;
}
.modal-body p {
  margin:0 auto .5em;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}


.modal .confirm,
.modal .cancel {
	display:inline-block;
	width:auto;
	padding:10px 12px;
	text-align:center;
	color:#FFF;
	font-size: 16px;
	text-decoration: none;
	font-weight:700;
	font-family: 'Meiryo  UI ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	cursor:pointer;
	outline: none;
	box-shadow:0 1px 2px rgba(0,0,0,0.4);
	
	border:0;
	background: #27ae60;
	vertical-align: top;
	-webkit-appearance: none;
}
.modal .confirm:hover {
	background: #2ecc71;
}
.modal .cancel {
	background: #7f8c8d;
}
.modal .cancel:hover {
	background: #95a5a6;
}

.modal .btn-hidden {
	display: none;
}


/*------- /bootstrap --------*/

/*------- tickbox代替 自前 --------*/

#idModalWindow {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,1);
	z-index:30000;
}

.idModalWindowSet {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	
	
	-webkit-transform:translateX(100%);
	transform:translateX(100%);
	background:rgba(239,239,239,1);

}
.idModalWindowSet.open {
	-webkit-transform:translateX(0);
	transform:translateX(0);
}
.idModalWindowSet header {
	text-align:right;
}
.idModalWindowSet iframe {
	display:block;
	width: 100% !important;
	height:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	border:0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.idModalWindowClose {
	width:50px;
	height:50px;
	padding:10px;
	color:#666;
	font-size:30px;
	line-height:1;
	background:transparent;
	border:0;
	cursor:pointer;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

/*------- /tickbox代替 自前 --------*/


/*---------------------------------------------------------------PC 画面サイズ--------------------------------------------------------------*/
/* 横幅820px以上 PC  */
@media screen and (min-width: 820px) {
	
	#google-ads-top-l,
	#google-ads-top-r {
		position:absolute;
		top:0;
		width:160px;
		height:auto;
		min-height:600px;
		margin:0 auto 20px;
		/*background:#fff;*/
	}
	#google-ads-top-l {
		left:0;
	}
	#google-ads-top-r {
		right:0;
	}
}
/* 横幅960px以上 PC  */
@media screen and (min-width: 1100px) {
	
	#google-ads-top-l,
	#google-ads-top-r {
		width:300px;
		height:auto;
		min-height:1050px;
	}

}
/* 横幅1260px以上 ワイドPC  */
@media screen and (min-width: 1260px) {
	
	#wrapper {
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
		width:1240px;
		margin:0 auto;
	}
	#wrapper:before {
		content:"";
		display:block;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		min-width: 1240px;
		height:50px;
		background:rgb(136, 136, 153);
	}
	#main {
		margin:70px 0 0 0;
		order:2;
	}
	
	#header{
		height:50px;
	}
	#header > header {
		display:block;
	}
	
	#header > h1 {
		position:absolute;
		top:-58px;
		left:-380px;
		z-index:50;
	}
	#header.nl-header {
		height:0;
		margin:0;
		padding:0;
	}
	
	.twitter-name {
		position:absolute;
		top:-52px;
		right:-250px;
		z-index:50;
	}
	#navi-fixed-switch {
		display:none;
	}
	#sub {
		margin:0;
		box-shadow:none;
	}
	#reco {
		
		
	}
	#sub-contents {
		width:360px;
		margin:70px 0 0 0;
		order:3;
	}
	#my-contents {
		display:block;
	}
	#my-contents-sp {
		display:none;
	}
	#my-history-area-sp {
		display:none;
	}
	#tags ul li, #words ul li {
		margin: 0 0 0.5em;
	}
	#aside {
		width:360px;
		margin:70px 0 0 0;
		order:1;
	}
	
	#ranking li:first-child label {
		left:25%;
	}
	
	#google-ads-top-l,
	#google-ads-top-r {
		position:relative;
		top:auto;
		width:auto;
		max-width:360px;
		height:auto;
		max-height:360px;
		min-height:auto;
		margin:0 auto 20px;
	}
	#google-ads-top-l {
		left:auto;
	}
	#google-ads-top-r {
		right:auto;
	}
	
	#footer {
		max-width:100%;
	}
	#logout{
		max-width:1240px;
		margin:0 auto;
	}
	#copy {
		background:rgb(136, 136, 153);
		color:#fff;
	}
	
	#idModalWindow {
		min-width: 1240px;
	}

}
/*---------------------------------------------------------------PC 画面サイズ大--------------------------------------------------------------*/
/* 横幅1600px以上 ワイドPC  */
@media screen and (min-width: 1600px) {
	/*
	#google-ads-top-l {
		position:absolute;
		top:10px;
		left:-310px;
		width:300px !important;
		height:600px !important;
		margin:0;
	}
	#google-ads-top-r {
		position:absolute;
		top:10px;
		right:-310px;
		width:300px !important;
		height:600px !important;
		margin:0;
	}*/
}

/*---------------------------------------------------------------タブレット対応--------------------------------------------------------------*/
/* 横幅1239px以下 タブレット用調整  */
@media screen and (max-width: 1239px) {

	#share-buttons {
		top:10px;
		right:10px;
	}
	
	#main {
		width:100%;
		max-width:480px;
		height:auto;
		margin:0 auto;
		border:0;
	}
	#myup-area {
		top:0;
		left:0;
		position:relative;
	}
	#myup-box {
		display:none;
	}
	#myup-area-sp {
		display:none;
	}
	.touch-device #preserve.option-preserve {
		top:-62px;
		left:-20px;
	}
	.c-arrow {
		font-size: 44px;
		padding: 66px 0 0 0 !important;
	}
	.arrow_box:after, .arrow_box:before {
		display:none;
	}
	.pop_up_box {
		position: absolute;
		background:transparent;
		border:0;
	}
	#icon-area ul li > .pop_up_box {
		filter: alpha(opacity=100);
		-moz-opacity:1.0;
		opacity:1.0;
		top:365px;
		height:auto;
	}
	#btn-area ul li#clear-area,
	#btn-area ul li#reflesh-area {
		top:130px;
		width:50%;
		height:auto;
	}
	#btn-area ul li#png-check-area {
		height:auto;
		padding:10px 0;
	}
	#before-caution, #after-caution {
		display:none;
	}
	
	.option-loading {
		top:-24px !important;
		left:-146px !important;
	}
	
	#reflesh-box {
		top:375px !important;
		left:-10px !important;
	}
	#clear-box {
		left:-30px !important;
		top:375px !important;
	}
	#reflesh-box .btn-white, #clear-box .btn-white {
		margin:0 auto;
	}

	.flame-list li {
		width:20%;
	}

	#topic-area h2 {
		position:relative;
	}
	#topic-area h2:before {
		display:inline-block;
	    position:absolute;
	    top:8px;
	    right:10px;
	}

	.tags-words-switch {
		display:none;
	}
	

	#search-field {
		min-height:600px;
	}
	
	#ranking {
		width:100%;
	}
	#top-visulal {
		text-align:center;
	}
	#top-visual {
		height:auto;
	}
	#top-discript {
		display:none;
	}
	#top-aside {
		width:100%;
		height:auto;
		position:relative;
	}
	#top-aside .top-ads {
		width:346px;
		margin:0 auto;
	}
	.top-tweet {
		display:none;
	}
	#top-howto {
		margin:0 auto;
	}
	#result-display {
		width:100%;
		padding:0;
	}
	#amazon-item h3 {
		width:100%;
		padding:5px 0 5px 10px;
	}
	#amazon-item ul {
		width:100%;
	}
	#google-relative-link {
		padding:10px 0 20px;
	}

  .modal {
    position: fixed;
    top: 20px;
    right: 20px;
    left: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    /*top: 50px;*/
  }

}

/* 横幅479px+20px以下 スマートフォン用調整  */
@media screen and (max-width: 499px) {
	html {
		
	}
	body {
		width:100%;
		min-width:300px;
		background-color:rgb(244, 244, 246);
	}
	body {
		border:none;
	}
	br.smp-nobr {
		display:none;
	}
	
	#header {
		box-shadow:0 2px 4px rgba(0,0,0,0.4);
	}
	#header.comp-header {
		margin: 0 0 15px;
	}
	#header h1 {
		color:#fff;
		font-size:20px;
		text-shadow:1px 1px 0 rgba(0,0,0,0.8);
		height:24px;
	}
	#header h1:before {
		content:'　';
		background:url('//storage.googleapis.com/c.icondecotter.jp/images/id_w.png') center center no-repeat;
		background-size:contain;
		width:20px;
		height:20px;
		padding:0 3px;
	}
	
	#header.comp-header h1 {
		margin:0;
	}
	#header.nl-header {
		margin:0;
		padding:10px 0;
	}
	#header.nl-header h1 {
		margin:0;
	}
	#main {
		box-shadow:none;
		background-color:rgb(244, 244, 246);
	}
	#top-area {
		background:transparent;
		box-shadow:none;
	}
	.auth {
		margin:15px auto 5px;
	}
	
	#navigation {
		left:0;
		margin-left:0;
	}
	#navi-fixed-switch {
		margin:auto;
		left:auto;
		right:5px;
	}
	
	
	.c-arrow {
		font-size: 44px;
		padding: 66px 0 0 0 !important;
	}
	.arrow_box:after, .arrow_box:before {
		display:none;
	}
	.pop_up_box {
		position: absolute;
		background:transparent;
		border:0;
	}
	#icon-area ul li > .pop_up_box {
		filter: alpha(opacity=100);
		-moz-opacity:1.0;
		opacity:1.0;
		top:305px;
		height:auto;
	}
	#reflesh-box {
		top:425px !important;
		left:-10px !important;
		width:300px !important;
	}
	#clear-box {
		left:-170px !important;
		top:365px !important;
		width:300px !important;
	}
	#btn-area{
		display:block;
	}
	#btn-area ul li {
		float:none;
		height:auto;
		padding:0 5px;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
	#auth-force-submit.twitter-auth{
		font-size:12px;
	}
	#btn-area ul li#png-check-area {
		padding:12px 0;
	}
	#decoration {
		width:300px;
		box-shadow:0 2px 4px rgba(0,0,0,0.6);
	}
	#before-caution, #after-caution {
		display:block;
		position:inherit;
		right:0;
		left:0;
		bottom:-140px;
	}

	#deco-option.open-option h2 {
		padding:7px 0 0 3px;
	}

	
	#deco-option ul li.vertical {
		height:200px;
	}
	#deco-option input[type="range"] {
		padding:0;
	}
	#deco-option input[type="range"]::-webkit-slider-thumb {
		width: 25px;
		height: 25px;
		border-radius:25px;
	}
	#deco-option input[type="range"]::-webkit-slider-thumb:before {
		width: 15px;
		height: 15px;
		border-radius:15px;
	}
	#deco-option input[type="text"] {
		display:none;
	}
	#deco-option ul li {
		min-height: 23px;
		text-align:center;
		margin:0 0 8px;
	}
	#deco-option label {
		display:block;
		text-align:left;
	}
	#deco-option .checklabel {
		display:inline !important;
	}
	#deco-option span {
		display:none;
	}
	.opt_arrow {
		height:24px;
		width:15%;
		padding:0px 3px;
		border-radius: 5px;
	}
	.vertical .opt_arrow {
		height:34px;
		width:70%;
		padding:0px 3px;
		margin:5px 0;
		border-radius: 0;
	}
	.opt_button {
		margin:1px 3px 0;
		width:20%;
		height:22px;
	}
	.vertical .opt_button {
		width:70%;
		height:34px;
	}
	.touch-device #rev-button,
	.touch-device #option-reset {
		padding:5px 10px;
	}
	#deco-option ul li.vertical .opt_button_line {
		margin:22px 0 0;
	}
	
	.touch-device #deco-option .expand-range,
	.touch-device #deco-option .rotate-range {
		display:none;
	}
	.touch-device #deco-option .touch-device-guidance {
		display:block;
	}
	#option-area.open-option > #option-tips-balloon {
		display:none;
	}

	#my-contents-sp{
		display:none;
	}
	
	#sub,
	#sub-contents {
		position:relative;
		width:100%;
		height:auto;
		margin:0 auto;
		padding:0;
	}
	#reco,
	#tags,
	#words {
		margin:0 5px 20px;
	}
	#reco {
		box-shadow:0 2px 4px rgba(0,0,0,0.4);
	}

	#hgroup h1 {
		border:0;
	}
	#new-more {
		padding:0 0 1px;
	}
	#new-more span {
		display:inline-block;
		padding:7px 7px;
		height:auto;
	}
	#filt {
		margin:0 0 0 0;
		font-size:16px;
	}
	.flame-list li {
		width:33%;
	}
	.flame-list li a {
		display:-webkit-flex;
		display:-moz-flex;
		display:flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		position:relative;
		margin:5px auto 0;
		padding:2px;
		width:74px;
		min-height:4em;
		color:#fff;
		font-size:85%;
		text-decoration:none;
		text-shadow:1px 1px 0 rgba(0,0,0,.8);
		line-height:1;
		background-color:rgb(136, 136, 153);
		box-shadow:0 1px 2px rgba(0,0,0,0.4);
		box-sizing:border-box;
	}
	.flame-list li a:after {
		bottom: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(0, 6, 166, 0);
		border-bottom-color: rgb(136, 136, 153);
		border-width: 5px;
		margin-left: -5px;
	}
	.flame-list li a:hover {
		background-color:rgb(117, 117, 138);
	}
	.flame-list li a:hover:after {
		border-bottom-color: rgb(117, 117, 138);
	}
	#related-flames {
		
		
	}
	#related-flames .flame-list li a {
		margin:0;
		padding:0;
		width:auto;
		min-height:auto;
		height:auto;
		display:inline;
		background:none;
		border:none;
	}
	#related-flames .flame-list li a:after {
		border:none;
		display:none;
	}
	#ranking li {
		height:136px;
	}
	#ranking li:first-child a {
		width:110px;
	}
	
	#rank-area {
		margin:0 5px;
	}
	#ranking {
		width:auto;
		margin:10px 10px 0;
	}
	#ranking li {
		width:33%;
	}
	#ranking li:first-child label {
		left:24%;
	}
	.rankspan {
		color:#fff;
	}
	
	#search-field {
		width:auto;
		height:auto;
		min-height:1355px;
		margin:0 5px;
		box-shadow:0 2px 4px rgba(0,0,0,0.4);
	}
	#search-field #back-top {
		margin:5px auto 15px;
	}
	.searched-title {
		width:100%;
		margin:0 0 10px;
		padding:5px 0 5px 10px;
		background:#d0ddf7;
		text-shadow: 1px 1px 0 #fff;
	}
	#search-field.searching {
		width:auto;
	}

	#sort-link {
		margin:4px 0;
		display:block;
		width:150px;
	}
	#help {
		top:52px;
		left:10px;
		color:#fff;
		font-size:14px;
		text-shadow:1px 1px 0 rgba(0,0,0,.8);
		width:auto;
	}
	#help:before {
		color: #e0477e;
	}
	#help.nologin {
		color:#f00;
		text-shadow:1px 1px 1px rgba(0,0,0,.4);
	}
	#help.nologin:before {
		color:#f00;
	}
	
	#myup-area {
		display:none;
	}
	#btn-area ul li#myup-area-sp {
		display:block;
		float:right;
		width:50%;
		height:auto;
		text-align:center;
	}
	#btn-area ul li#myup-area-sp #myup {
		display:block;
		width:84px;
		height:auto;
		padding:10px 15px;
		margin:15px auto 3px;
		text-align:center;
		line-height:1.2;
	}
	#btn-area ul li#myup-area-sp #myup:before {
		position:relative;
		display:inline;
		padding:0 3px 0 0;
		font-size: 14px;
		}

	#rss {
		display:none;
	}
	#top-image, #top-visual {
		width:100%;
		height:auto;
		text-align:center;
		background:#fff;
	}
	#top-visual .google-ads {
		min-height:100px;
		max-height:140px;
	}
	#top-visual .google-ads > p {
		color:#999;
		text-align:left;
	}
	#top-howto {
		width:100%;
		height:auto;
		margin:0 auto;
	}
	#nl-new {
		margin:0 5px 20px;
	}

	.twitter-auth {
		width:80%;
		padding:25px 8px 25px 25px;
		font-size:18px;
	}
	.twitter-auth:before {
		/*top:23px;
		left:2%;
		display:block;*/
	}
	.twitter-auth.mastodon-auth {
		font-size:16px;
	}
	#omikuji-sample{
		width:90px;
	}
	#omikuji-explain{
		width:182px;
	}
	.up-check {
	margin:0 10px 15px;
	}
	
	#return-unit {
		background:transparent;
		box-shadow:none;
	}
	.google-ads {
		text-align:center;
		overflow:hidden;
	}
	#google-relative-link {
		padding:10px 0 20px;
	}
	#google-ads-fv {
		background:transparent;
		box-shadow:none;
	}
	#google-ads-top-l {
		width:100%;
		/*min-height:280px*/
	}
	#google-ads-top-r {
		width:100%;
		/*min-height:280px*/
	}

	#amazon-item ul li {
		width:33%;
		display:none;
	}
	#amazon-item ul li:first-child,
	#amazon-item ul li:nth-child(2),
	#amazon-item ul li:nth-child(3) {
		display:inline-block;
	}
	#logout {
		margin:0 20px 20px;
	}
	
	#copy {
		color:#fff;
		text-shadow:1px 1px 0 rgba(0,0,0,.4);
		background-color:rgb(136, 136, 153);
		position:relative;
	}
	#copy a {
		color:#fff;
	}
	#copy:after {
		content:"　";
		display:block;
		width:100%;
		position:absolute;
		bottom:0;
		left:0;
	}
	#account-alert > br {
		display:block;
	}
	
	#idModalWindow {
		background-color:rgb(239, 239, 239);
	}
	#idModalWindow header {
		background-color:rgb(185, 185, 185);
	}
	
	.balloon-base {
	background-color:#fff;
	}
	.balloon-base:after {
		border-bottom-color: #fff;
	}
	.tips-balloon {
		background-color: #fff;
	}
	.tips-balloon:after {
	  border-top: 12px solid #fff;
	}

  .modal {
    top: 120px;
    right: 10px;
    left: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .modal.fade.in {
    top: 15%;
  }
	
}

