@charset "utf-8";

ul {
	margin    : 4px;
}
li {
	margin    : 1px;
	float     : left;
	list-style: none;
}

.clearfix:after {
    content: '';
    display: block;
    clear  : both;
}
.clearfix {
    zoom: 1; /* for IE6/7 */
}

.text {
	font-size  : 13px;
}

body {
	margin: auto;
}

#content {
	margin: 8px;
}

#head {
	width      : 100%;
	margin-right: auto;
	margin-left : auto;
	padding    : 10px 0 10px 0;
	color      : #FFFFFF;
	background : #001478;
	line-height: 1;
	font-size  : 150%;
	box-shadow : 0px 0px 10px rgba(0, 0, 0, 0.3);
}
#logo {
	margin-left: 10px;
	font-size : 12px;
}
#released {
	text-align: right;
	margin    : 4px 8px 0 0;
	color     : #001478;
	font-size : 12px;
}

#bottom {
	width    : 100%;
	margin   : 4px;
	color    : #555555;
	font-size: 12px;
}

#comment {
	position   : relative;
	margin     : 8px;
	line-height: 20px;
}

#main_cvs {
	position  : relative;
	margin    : 4px;
	width     : 150px;
	height    : 150px;
	background: #FFFFFF;
	border    : 4px solid #AAAAAA;
	border-radius        : 10px;   /* CSS3 */
	-webkit-border-radius: 10px;   /* Safari, Google Chrome */
	-moz-border-radius   : 10px;   /* Firefox */
}

#cvs {
	position  : relative;
	top       : 25px;
	left      : 25px;
}

#main_detail {
	position   : relative;
	margin     : 8px;
	line-height: 40px;
}

#main_detail button {
	position   : relative;
	background : #001478;
	font-size  : 100%;
	font-weight: bold;
	color      : #FFFFFF;
	width      : 150px;
	height     : 40px;
	box-shadow : 3px 3px 5px rgba(0, 0, 0, 0.1);
	border-radius        : 4px;   /* CSS3 */
	-webkit-border-radius: 4px;   /* Safari, Google Chrome */
	-moz-border-radius   : 4px;   /* Firefox */
	-webkit-transition   : none;
	transition           : none;
}
#main_detail button:hover {
	background : #001478;
	box-shadow : 3px 3px 5px rgba(0, 0, 0, 0.1) inset;
	text-decoration: underline;
}
#main_detail button:active {
	top        : 3px;
	box-shadow : none;
}

#grid_ordinary {
	position  : relative;
	margin    : 4px;
	background: #555555;
	border    : 4px solid #AAAAAA;
	border-radius        : 10px;   /* CSS3 */
	-webkit-border-radius: 10px;   /* Safari, Google Chrome */
	-moz-border-radius   : 10px;   /* Firefox */
}

#grid_ordinary img {
	background: #F8F8F8;
}

#grid_escutcheon {
	position  : relative;
	margin    : 4px;
	background: #555555;
	border    : 4px solid #AAAAAA;
	border-radius        : 10px;   /* CSS3 */
	-webkit-border-radius: 10px;   /* Safari, Google Chrome */
	-moz-border-radius   : 10px;   /* Firefox */
}

#grid_charge {
	position  : relative;
	margin    : 4px;
	background: #555555;
	border    : 4px solid #AAAAAA;
	border-radius        : 10px;   /* CSS3 */
	-webkit-border-radius: 10px;   /* Safari, Google Chrome */
	-moz-border-radius   : 10px;   /* Firefox */
}
#charge_color { display: flex; }
#charge_color button {
	border : 1px solid #FFFFFF;
	width  : 24px;
	height : 24px;
	margin : 12px;
}

.color_c_0 { background: linear-gradient(to bottom, #333333, #DDDDDD); }
.color_c_1 { background: linear-gradient(to bottom, #AA9933, #EEDD99); }
.color_c_2 { background: linear-gradient(to bottom, #EE9933, #FFDD44); }
.color_c_3 { background: linear-gradient(to bottom, #EE4444, #DD7744); }
.color_c_4 { background: linear-gradient(to bottom, #8844DD, #CC88EE); }
.color_c_5 { background: linear-gradient(to bottom, #4455DD, #66BBEE); }
.color_c_6 { background: linear-gradient(to bottom, #77CC33, #CCEE77); }

#ordinary_color1 { display: flex; }
#ordinary_color1 button {
	border : 1px solid #FFFFFF;
	width  : 24px;
	height : 24px;
	margin : 12px;
}

#ordinary_color2 { display: flex; }
#ordinary_color2 button {
	border : 1px solid #FFFFFF;
	width  : 24px;
	height : 24px;
	margin : 12px;
}

.color_o_0  { background: #F8F8F8; }
.color_o_1  { background: #DCDAD1; }
.color_o_2  { background: #6F6D6A; }
.color_o_3  { background: #303030; }
.color_o_4  { background: #F8E013; }
.color_o_5  { background: #9B8023; }
.color_o_6  { background: #F78625; }
.color_o_7  { background: #7F3F08; }
.color_o_8  { background: #E26562; }
.color_o_9  { background: #AD332A; }
.color_o_10 { background: #9467A5; }
.color_o_11 { background: #6D387F; }
.color_o_12 { background: #65A3C3; }
.color_o_13 { background: #254976; }
.color_o_14 { background: #81AE14; }
.color_o_15 { background: #216F1D; }

