@CHARSET "UTF-8";

/*******************************
	BODY
*******************************/
body {
	font-family: 'メイリオ','Meiryo','MS PGothic';
	font-size: 12px;
	padding: 0;
	margin: 0;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	background-color: #f3f3f3;
}

/*******************************
	INPUT
*******************************/
input {
	font-family: 'MS PGothic',sans-serif;
	font-size: 14px;
	vertical-align: middle;
}

/*******************************
	TEXTAREA
*******************************/
textarea {
	font-family: 'ＭＳ ゴシック','MS PGothic',sans-serif;
	font-size: 14px;
}

/*******************************
	SELECT
*******************************/
select {
	font-family: 'メイリオ','Meiryo','MS PGothic' !important;
	font-size: 14px;
	border: solid 1px #7F9DB9;
	vertical-align: middle;
}

/*******************************
	LABEL
*******************************/
label {
	cursor: pointer;
}
/*******************************
	CHECKBOX
*******************************/
checkbox {
	vertical-align: bottom;
}
/*******************************
	TD
*******************************/
td,
th {
	font-family: 'メイリオ','Meiryo','MS PGothic';
	font-size: 12px;
	line-height: 1.5;
}

/*******************************
	A
*******************************/
a {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #999;
	text-decoration: none;
}

/*******************************
	placeholder
*******************************/
::-webkit-input-placeholder {
	color: #ccc;
	font-family: 'メイリオ','Meiryo','MS PGothic';
	line-height: 1.2;
}
:-ms-input-placeholder {
	color: #ccc;
	font-family: 'メイリオ','Meiryo','MS PGothic';
	line-height: 1.2;
}
::-moz-placeholder {
	color: #ccc;
	font-family: 'メイリオ','Meiryo','MS PGothic';
	line-height: 1.2;
}

/*******************************
	ボタン
*******************************/
div.common_button {
	text-align: center;
}
div.common_button .button {
	cursor: pointer;
}
div.common_button .button.style1 {
	width: 300px;
	height: 50px;
}
div.common_button .button.style2 {
	width: 250px;
	height: 50px;
}
div.common_button .button.style3 {
	width: 150px;
	height: 50px;
}

input.common_button {
	cursor: pointer;
}
input.common_button.style1 {
	width: 160px;
	height: 28px;
}
input.common_button.style2 {
	width: 100px;
	height: 24px;
}
input.common_button.style3 {
	width: 80px;
	height: 24px;
}

/*******************************
	フォントサイズ
*******************************/
.com_size_large {
	font-size: 18px;
}
.com_size_medium {
	font-size: 14px;
}
.com_size_small {
	font-size: 12px;
}
/*******************************
	色
*******************************/
.com_gray {
	color: #ccc;
}
.com_red {
	color: #dd0000;
}
.com_bold {
	font-weight: bold;
}
/*******************************
	リスト
*******************************/
ul.com_asterisk li {
	list-style-type: none;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.5em;
}
ul.com_asterisk li:last-child {
	margin-bottom: 0;
}
ul.com_asterisk li:before {
	display: inline;
	content: "※";
}
ol.com_asterisk {
	counter-reset: number;
}
ol.com_asterisk li {
	list-style: none;
	padding-left: 2em;
	text-indent: -2em;
	margin-bottom: 0.5em;
}
ol.com_asterisk li:before {
	counter-increment: number;
	content: "※"counter(number)" ";
}
ol.com_ol.style1 {
	padding-left: 1em;
}
ol.com_ol.style1 li {
	list-style-type: decimal;
	margin-bottom: 0.5em;
}
ol.com_ol.style1 li:last-child {
	margin-bottom: 0;
}
ul.com_ul.style1 {
	padding-left: 1em;
}
ul.com_ul.style1 li {
	list-style-type: disc;
	margin-bottom: 0.5em;
}
ul.com_ul.style1 li:last-child {
	margin-bottom: 0;
}

ol.com_ol.style1 {
	counter-reset: number;
}
ol.com_ol.style1 {
	padding-left: 0;
}
ol.com_ol.style1 li {
	list-style-type: none;
	padding-left: 3em;
	text-indent: -2em;
	margin-bottom: 0.5em;
}
ol.com_ol.style1 li:before {
	counter-increment: number;
	content: "("counter(number)") ";
}
ol.com_ol.style1 li:last-child {
	margin-bottom: 0;
}

/*******************************
	汎用
*******************************/
.com_margin_bottom {
	margin-bottom: 20px;
}
.com_margin_top {
	margin-top: 20px;
}
.com_margin_bottom.style2 {
	margin-bottom: 5px;
}
.com_margin_right {
	margin-right: 10px;
}
.com_bottom_separator {
	border-bottom: solid 1px #ccc;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.com_description.style1 {
	font-size: 14px;
	margin-bottom: 20px;
}
.com_description.style1.margin_top {
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 20px;
}
.com_description.style2 {
	color: #999;
	margin-bottom: 10px;
}
div.com_asterisk {
	padding-left: 1em;
	text-indent: -1em;
}
div.com_asterisk:before {
	display: inline;
	content: "※";
}
.com_padding.style1 {
	padding: 40px 0;
}

/*******************************
	ローディング
*******************************/
.com_loading {
	background: url(../../img/etc/loading_20.gif) no-repeat 50% 50%;
}

/*******************************
	テーブルレイアウト
*******************************/
.com_table {
	display: table;
}
.com_tr {
	display: table-row;
}
.com_td {
	display: table-cell;
}
.com_td.middle {
	vertical-align: middle;
}


.com_table.style1 {
	margin: auto;
}
.com_table.style1 th,
.com_table.style1 td {
	border: solid 1px #ddd;
	font-size: 14px;
	padding: 15px;
}

.com_table.style1 th.style1,
.com_table.style1 td.style1 {
	background-color: #f6f6f6;
}

/*******************************
	フォーム1
*******************************/
.com_form.style1 table.style1 {
	margin: auto;
}
.com_form.style1 table.style1 td {
	padding: 10px;
}
.com_form.style1 table.style1 td.style1 {
	font-size: 16px;
}
.com_form.style1 table.style1 td.style2 input {
	font-size: 15px;
}
.com_form .button {
	font-family: 'メイリオ','Meiryo','MS PGothic';
	background-color: #2498e9;
	color: #fff;
	width: 300px;
	height: 50px;
	border: 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
    display: block;
	margin: auto;
	margin-top: 20px;
}
.com_form .button:hover {
	opacity: 0.8;
}

/*******************************
	大枠
*******************************/
.main_frame {
	width: 1000px;
	margin: 0 auto;
	padding: 0 10px 100px 10px;
}

/*******************************
	ヘッダー1
*******************************/
.main_header1 {
	min-width: 1000px;
	padding: 0 10px;
	height: 30px;
	background-color: #f7a52a;
	color: #FFFFFF;
}
.main_header1 .header_menu {
	position: absolute;
	right: 0;
	top: 0;
}
.modal_auth_description {
	font-size: 16px;
}
.main_header1 .header_menu a.mypage {
	display: inline-block;
	padding: 4px 20px;
	color: #f7a52a;
	background-color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
.main_header1 .header_menu a.mypage:hover {
	background-color: rgba(255,255,255,0.8);
}
.main_header_inner {
	width: 1000px;
	position: relative;
	margin: auto;
}
/*******************************
	認証用のモーダルウィンドウ
*******************************/
.modal_auth,
#modal_auth {
	display: none;
}
.modal_auth_input {
	padding: 20px;
}
/*******************************
	パンくずリスト
*******************************/
.main_topic_path {
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
}
.main_topic_path ol {
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 120px;
}
.main_topic_path ol li {
	display: inline;
	padding-left: 5px;
}
.main_topic_path ol li:before {
	content: "＞";
	margin-right: 5px;
	font-size: 10px;
}
.main_topic_path ol li a {
	color: #fff;
	display: inline-block;
}
.main_topic_path ol li.top {
	padding-left: 0;
}
.main_topic_path ol li.top:before {
	content: "";
}

/*******************************
	ヘッダー2
*******************************/
.main_header2 {
	min-width: 1000px;
	padding: 0 10px;
	height: 60px;
	background-color: #fff;
	position: relative;
	margin-bottom: 20px;
}
.main_header2 .main_header_inner {
	display: table;
}
.main_header2 .logo {
	display: table-cell;
	width: 10%;
	vertical-align: middle;
	white-space: nowrap;
}
.main_header2 .logo span {
	color: #666;
	font-weight: bold;
	font-size: 24px;
	vertical-align: bottom;
	text-decoration: none;
	display: inline-block;
	padding-bottom: 10px;
	text-decoration: none;
}
.main_header2 .logo img {
	vertical-align: bottom;
}
.main_header2 h1 {
	display: table-cell;
	width: 80%;
	vertical-align: middle;
	font-weight: normal;
	padding-left: 20px;
}
.main_header2 .right {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
}
.main_header2 .right a.shop_application,
.main_header2 .right a.shop_login,
.main_header2 .right a.logout,
.main_header2 .right a.delete_profile,
.main_header2 .right a#mypage_add {
	display: inline-block;
	color: #000;
	text-decoration: none;
	margin-left: 20px;
}
.main_header2 .right a:hover {
	color: #f7a52a;
}

/*******************************
	コンテンツ部
*******************************/
.top_note {
	margin-bottom: 10px;
}
.main_right {
	float: right;
	width: 780px;
}
.main_left {
	float: left;
	width: 200px;
}

/*******************************
	フッター
*******************************/
.main_footer {
	text-align: center;
}
.main_footer_menu {
	background-color: #F4A636;
	color: #FFFFFF;
	min-width: 1000px;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
}
.main_footer_menu a {
	color: #fff;
}
.main_footer_copyright {
	width: 1000px;
	padding: 0 10px;
	margin: 20px auto;
}


/*******************************
	ページャー
*******************************/
.com_pager {
	padding: 10px 0;
	margin-bottom: 10px;
	text-align: right;
	line-height: 100%;
}
.com_pager a,
.com_pager span {
	display: inline-block;
	white-space: nowrap;
	padding: 8px;
	min-width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	background-color: #fff;
}
.com_pager a {
	color: #000;
	text-decoration: none;
	color: #2498e9;
}
.com_pager a:hover,
.com_pager .current {
	background-color: #2498e9;
	border-color: #2498e9;
	color: #fff;
}
.com_pager .disabled {
	color: #ccc;
	border-color: #fff;
}

/*******************************
	共通デザイン
*******************************/
.com_frame.style1,
.com_frame.style2 {
	margin-bottom: 20px;
}
.com_frame.style1 {
	background-color: #fff;
}
.com_frame.style2 {
	background-color: #fff;
}

.com_frame.style1 .com_title,
.com_frame.style2 .com_title {
	padding: 5px 10px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	line-height: 2.5;
	font-size: 14px;
	color: #226288;
}
.com_frame.style1 .com_title {
	border-bottom: solid 1px #fff;
	color: #226288;
}
.com_frame.style2 .com_title i,
.com_frame.style3 .com_title i {
	font-size: 18px;
	vertical-align: middle;
}
.com_frame.style1 .com_title i {
	color: #226288;
	vertical-align: middle;
}
.com_frame.style2 .com_body ul.style1 li,
.com_frame.style1 .com_body ul.style1 li {
	border-bottom: solid 1px #f3f3f3;
	padding: 8px 4px;
}
.com_frame.style1 .com_body ul.style1.end_no_border li:last-child,
.com_frame.style2 .com_body ul.style1.end_no_border li:last-child {
	border-bottom: 0;
}

.com_frame.style1 .com_body {
	padding: 5px 5px 10px 5px;
	overflow:hidden;
}

.com_frame.style2 .com_body {
	padding: 0 10px 20px 10px;
}

.com_frame.style3 {
	margin-bottom: 20px;
}
.com_frame.style3 .com_title {
	padding-top: 4px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	line-height: 2.5;
	font-size: 14px;
	margin-bottom: 10px;
}
.com_frame.style3 .com_title {
	padding: 0 10px;
	color: #226288;
}
.com_frame.style3 .com_title .note {
	font-weight: normal;
	font-size: 12px;
	margin-left: 10px;
}
.com_frame.style3 .com_body ul.style1 li {
	display: block;
	float: left;
	width: 20%;
	padding: 2px;
	box-sizing: border-box;
}
.com_frame.style3 .com_body ul.style1 li .inner {
	position: relative;
	background-color: #fff;
}

.com_frame.style3 .com_body ul.style1 li .inner .item {
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
}
.com_frame.style3 .com_body ul.style1 li .inner .item a {
	display: block;
	margin-bottom: 5px;
	border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	color: #000;
}
.com_frame.style3 .com_body ul.style1 li .inner .item.image {
	position: relative;
	width: 100%;
	height: auto;
}
.com_frame.style3 .com_body ul.style1 li .inner .item.image:before {
	content: "";
	display: block;
	padding-top: 133.333%;
}
.com_frame.style3 .com_body ul.style1 li .inner .item.image a {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.com_frame.style3 .com_body ul.style1 li .inner .item.image a.style2 {
	background-size: contain;
}
.com_frame.style3 .com_body ul.style1 li .inner .text {
	height: 95px;
	padding: 5px;
	font-size: 11px;
	color: #444;
}
.com_frame.style3 .com_body ul.style1 li .inner .text a {
	font-size: 12px;
}
.com_frame.style3 .com_body ul.style1 li .inner .text .name {
	font-weight: bold;
	line-height: 2.0;
}
.com_frame.style3 .com_body ul.style1 li .inner .item.note {
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	width: 93%;
	width: calc(100% - 10px);
	margin: auto;
	box-sizing: border-box;
	color: #fff;
	background-color: #3184c5;
	padding: 2px 0;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}
.com_frame.style3 .com_body ul.style1 li .inner .item.category {
	text-align: center;
	margin-top: 10px;
}

.com_frame.style5 {
	background-color: #fff;
	margin-bottom: 20px;
	padding: 50px;
}
.com_frame.style6 {
	border: solid 1px #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 20px;
	padding: 50px 20px;
}

.com_frame.list .com_body a,
.com_frame.list .com_body strong,
.com_frame.list .com_body .disabled {
	display: inline-block;
    padding: 5px 10px;
}
.com_frame.list .com_body a:hover,
.com_frame.list .com_body strong {
	background-color: #2498e9;
	color: #fff;
}
.com_frame.list .com_body strong {
	font-weight: normal;
}
.com_frame.list .com_body .disabled {
	opacity: 0.2;
	text-decoration: line-through;
}
.com_frame.list .first_area {
	margin-bottom: 5px;
}
.com_frame.list ul li {
	display: block;
	float: left;
	width: 25%;
	padding: 2px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*******************************
	カテゴリ表示
*******************************/
.com_category {
	display: inline-block;
	color: #fff;
	width: 140px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
}
.com_category.id1 {
	background-color: #f7a52a;
}
.com_category.id2 {
	background-color: #ff7588;
}
.com_category.id3 {
	background-color: #ebc727;
}
.com_category.id4 {
	background-color: #a7dc71;
}
.com_category.id5 {
	background-color: #7be2bd;
}
.com_category.id6 {
	background-color: #7abbe5;
}
.com_category.id7 {
	background-color: #8a99ef;
}
.com_category.id8 {
	background-color: #be7ae5;
}
.com_category.id9 {
	background-color: #59a1aa;
}
.com_category.id10 {
	background-color: #debd3a;
}
.com_category.id11 {
	background-color: #ec603a;
}
/*******************************
	フレーム内タイトルアイコン
*******************************/
.com_frame .com_title .icon_yuryo {
	display: inline-block;
	background: url(../../img/icon/star.png) no-repeat 0 50%;
	padding-left: 28px;
}
.com_frame .com_title .icon_search {
	display: inline-block;
	background: url(../../img/icon/search3.png?2) no-repeat 0 50%;
	padding-left: 28px;
}
.com_frame .com_title .icon_information {
	display: inline-block;
	background: url(../../img/icon/information.png) no-repeat 0 50%;
	padding-left: 28px;
}
.com_frame .com_title .icon_list {
	display: inline-block;
	background: url(../../img/icon/list.png?3) no-repeat 0 50%;
	padding-left: 28px;
}
.com_frame .com_title .icon_ranking {
	display: inline-block;
	background: url(../../img/icon/ranking.png?2) no-repeat 0 50%;
	padding-left: 28px;
}
.com_frame .com_title .icon_schedule {
	display: inline-block;
	background: url(../../img/icon/schedule3.png) no-repeat 0 50%;
	padding-left: 40px;
}
.com_frame .com_title .icon_newcome {
	display: inline-block;
	background: url(../../img/icon/newcome.png) no-repeat 0 50%;
	padding-left: 40px;
}

/*******************************
	タイトル
*******************************/
.com_title.style1,
.com_title.style2 {
	font-size: 20px;
	font-weight: bold;
	color: #226288;
	line-height: 2.5;
	margin-bottom: 10px;
}
h2.com_title.style1 {
	padding: 10px 0;
}
.com_title.style2 {
	font-size: 24px;
}
/*******************************
	タイトルアイコン
*******************************/

.com_title.style1 i {
	font-size: 26px;
	vertical-align: middle;
}

/*******************************
	新着情報
*******************************/
.com_information .mark {
	display: inline-block;
	width: 100px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.com_information .mark.style1 {
	background-color: #f79f2a;
}
.com_information .mark.style2 {
	background-color: #3293bf;
}
.com_information .mark.style3 {
	background-color: #cd3c3c;
}
.com_information .mark.style4 {
	background-color: #eb6e94;
}
.com_information .mark.style5 {
	background-color: #00a5a5;
}
.com_information .com_table {
	width: 100%;
}
.com_information .com_td.col1 {
	width: 15%;
}
.com_information .com_td.col2 {
	width: 10%;
	white-space: nowrap;
	padding-left: 10px;
	line-height: 20px;
}
.com_information .com_td.col3 {
	width: 75%;
	padding-left: 10px;
}

/*******************************
	共通アイコン
*******************************/
.c-fa-right-dir.style1 {
	color: #ccc;
	font-size: 10px;
	vertical-align: middle;
}
.com_icon.style1 {
	display: inline-block;
	background: url(../../img/icon/arrow.gif) no-repeat 0 4px;
	padding-left: 15px;
}

.com_more {
	font-weight: normal;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	text-decoration: none;
	color: #fff !important;
	display: inline-block;
	font-size: 12px;
	line-height: 22px;
	height: 22px;
	padding: 0 15px;
	background-color: #2498e9;
}
.com_more:hover {
	opacity: 0.7;
}

/*******************************
	女の子一覧
*******************************/
.com_gal.style1 {
	overflow: hidden;
}
.com_gal.style1 .com_gal_inner {
	width : 100%;
	width : -webkit-calc(100% + 5px) ;
	width : calc(100% + 5px) ;
}
.com_gal.style1 li {
	display: block;
	float: left;
	width: 20%;
	padding-right: 5px;
	padding-bottom: 5px;
	box-sizing: border-box;
}
.com_gal.style1.col4 li {
	width: 25%;
}
.com_gal.style1 li .inner {
	background-color: #fff;
}
.com_gal.style1 li a.inner {
	position: relative;
	display: block;
	text-decoration: none;
	overflow: hidden;
}
.com_gal.style1 li a.inner span {
	display: block;
}
.com_gal.style1 li .inner .text {
	display: block;
	padding: 5px;
	border-top: 0;
	height: 140px;
	overflow: hidden;
	border-top: 0;
	text-align: center;
	font-size: 12px;
}
.com_gal.style1 li .inner .item {
	overflow: hidden;
	white-space: nowrap;
	padding: 2px 0;
	text-overflow: ellipsis;
}
.com_gal.style1 li .inner .item.margin_bottom {
	margin-bottom: 5px;
}
.com_gal.style1 li .inner .item a {
	font-weight: bold;
}
.com_gal.style1 li .inner .item.image {
	position: relative;
	width: 100%;
	height: auto;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.com_gal.style1 li .inner .item.image .number {
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 12px;
	font-weight: bold;
	background-color: rgba(255,255,255,0.7);
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.com_gal.style1 li .inner .item.image.style2 {
	background-size: contain;
}
.com_gal.style1 li .inner .item.image:before {
	content: "";
	display: block;
	padding-top: 133.333%;
}
.com_gal.style1 li .inner .item.image a {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.com_gal.style1 li .inner .item.image .standby,
.com_gal.style1 li .inner .item.image .full,
.com_gal.style1 li .inner .item.image .finished {
	position: absolute;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 2.0;
	font-weight: normal;
	width: 96%;
	bottom: 2%;
	margin: auto;
	right: 0;
	left: 0;
}
.com_gal.style1 li .inner .item.image .standby {
	background-color: rgba(0,0,0,0.5);
}
.com_gal.style1 li .inner .item.image .full {
	background-color: #cc3333;
	background-color: rgba(204,51,51,0.8);
}
.com_gal.style1 li .inner .item.image .finished {
	background-color: #999;
	background-color: rgba(127,127,127,0.5);
}
.com_gal.style1 li .inner .item.name {
	font-weight: bold;
	font-size: 16px;
	line-height: 2.0;
}
.com_gal.style1 li .inner .item.note {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
}
.com_gal.style1 li .inner .item.note .inner {
    font-size: 12px;
    padding: 5px;
    color: #259c8d;
    font-weight: bold;
    border: solid 1px #259c8d;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.com_gal.style1 li .inner .item.note .inner.style2 {
	color: #f14374;
	border-color: #f14374;
}
.com_gal.style1 li .inner .item .icon {
	display: inline-block;
	margin-right: 10px;
}
/*******************************
	エラー
*******************************/
.com_error {
	border: solid 1px #dd0000;
	color: #dd0000;
	padding: 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 20px;
	font-size: 14px;
}
.com_error ul {
	padding-left: 20px;
}
.com_error li {
	padding: 5px 0;
	list-style-type: disc;
	list-style-position: outside;
}


/*******************************
	ステップ
*******************************/
.com_step {
	margin-bottom: 40px;
	text-align: center;
}
.com_step .arrow {
	display: inline-block;
    vertical-align: bottom;
    line-height: 140px;
    font-size: 20px;
    color: #ccc;
}
.com_step .item {
	display: inline-block;
	height: 140px;
	width: 140px;
	border-radius: 71px;
	-moz-border-radius: 71px;
	-webkit-border-radius: 71px;
	position: relative;
	border: solid 1px #ddd;
}
.com_step .item.active {
	border: solid 1px #f7a52a;
	background-color: #f7a52a;
}
.com_step .item .inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 140px;
	height: 140px;
}
.com_step .item .inner2 {
	display: table-cell;
	vertical-align: middle;
	width: 140px;
	height: 140px;
}
.com_step .item.active .inner2 {
	color: #fff;
}
.com_step .item .inner .step {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #f77c2a;
}
.com_step .item.active .inner .step {
	color: #fff;
}
.com_step .item .inner .text {
	display: block;
	font-size: 14px;
}

/*******************************
	メッセージ
*******************************/
.com_message.style1 {
	font-size: 16px;
	text-align: center;
	padding: 20px;
	border: solid 2px #226288;
	color: #226288;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 20px;
}
.com_message.style1 .inner {
	display: inline-block;
	text-align: left;
}
.com_message.style2 {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	padding: 20px;
}
.com_message.style3,
.com_message.style4 {
	font-size: 16px;
	text-align: center;
	padding: 20px 0;
}
.com_message.style4 {
	text-align: left;
}
.com_message.style5 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding: 20px;
	color: #cc0000;
}
.com_message.style5 .inner {
	display: inline-block;
	text-align: left;
}

/*******************************
	不正な投稿をご報告ください
*******************************/
.com_report {
	text-align: right;
	margin-bottom: 10px;
}
.com_report a {
	display: inline-block;
	text-decoration: none;
	color: #444;
	background-color: #fff;
	padding: 10px;
}
.com_report a:hover {
	text-decoration: underline;
}

/*******************************
	アイコンの説明
*******************************/
.icon_description {
	font-size: 11px;
	margin-bottom: 20px;
}
.icon_description .item {
	margin-right: 10px;
}
.icon_description .item i:after {
	content: "=";
	margin: 0 2px;
}

/*******************************
	お気に入りアイコン
*******************************/
@keyframes favoriteAnimation {
  0% {
    transform: scale(0.5);
  }
  20% {
    transform: scale(0.6);
  }
  40% {
    transform: scale(0.7);
  }
  60% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1.2);
  }
  80% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1.0);
  }
}

.favorite_button {
	font-size: 30px;
	color: #ccc;
	cursor: pointer;
}
.favorite_button.done {
	color: #ff5240;
}
.favorite_button.done.animation {
	animation: favoriteAnimation .15s;
}