/********************************************************************
// * Fineditor
// * ライセンス：license.txtをご参照
// * Copyright (c) 2018 葛飾ＷＥＢ制作所　奥平三男
// *******************************************************************/
@charset "utf-8";
/* paddingとborderの値をwidthとheightの中に含まれるようにする。 */
* {-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box
  }
a img {
	border: none; /* 一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	cursor:pointer;
}

.clear_both {
	clear:both;
}
table {
	border-collapse:collapse;
}
th,td {
	padding:0;
}

table.editable_table_in {
	border-collapse:collapse;
}
table.editable_table_in tr td{
	padding:2px;
}

#container {
	margin-top: 0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align:left;
}
#mainarea {
	top:0px;
	box-sizing: border-box;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-left: 0px;
	position:relative;
	font-size:14px;
	text-align:left;
	float:none;
}
#container_wysiwyg {
	margin-top: 0;
	margin-left:0px;;
	margin-right:0px;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align:left;
}
#mainarea_wysiwyg {
	top:0px;
	width: 640px;
	box-sizing: border-box;
	margin-left:0px;
	margin-right:0px;
	margin-top:0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-left: 0px;
	position:relative;
	font-size:14px;
	text-align:left;
	float:none;
}

.page_area {
	margin-left:10px;
	float:left;
}
.page_title{
	width:100%;
	box-sizing: border-box;
	margin-bottom:8px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #06C;
	text-align: left;
	text-indent:20px;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	float:left;
}
.guide {
	color:#933;
	font-size:16px;
}
.guide2 {
	color:#069;
	font-size:14px;
}
.guide3 {
	color:#933;
	font-size:16px;
	font-weight:bold;
}
.guide4 {
	color:#933;
	font-family:"ＭＳ Ｐゴシック";
	font-size:14px;
}
.aka0 {
	color: #F33;
}
.aka {
	color: #F33;
	font-size:16px;
}
.aka2 {
	color: #F33;
	font-size:14px;
}

.aka_bold {
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #F33;
	font-size:18px;
	font-weight:bold;
}
.basic_btn {
	/*width:180px;*/
	padding-top:3px;
	padding-left:13px;
	padding-right:13px;
	padding-bottom:1px;
	margin-top:5px;
	margin-bottom:5px;
	/* 角丸 */
	border-radius: 13px;        		/* CSS3 */  
    -webkit-border-radius: 13px;    	/* Safari,Google Chrome用 */  
    -moz-border-radius: 13px;   		/* Firefox用 */  
	border:1px solid #333;
	/* グラデーション */
	background: -moz-linear-gradient(top, #ffffff, #ffffff);	/* Firefox用 */  
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));	/* Safari,Google Chrome用 */  
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0)"; /* IE9以下用　*/
	background: linear-gradient(to bottom, #ffffff, #CCC);	/* IE10用 */
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;*/
	color: #333;
	font-size:14px;
	font-weight:normal;
	cursor:pointer;
	/*z-index:700000;*/
	float:right;
}
.basic_btn a:link{
	text-decoration:none;
	color:#333;
}
.item_title{
	margin-left:10px;
	margin-top:6px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 3px;
	background-color: #1676AF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
	text-align: left;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	float:left;
}
.item_title2{
	margin-left:0px;
	margin-top:6px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 3px;
	background-color: #1676AF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
	text-align: left;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	float:left;
}
.item_title3{
	margin-left:0px;
	margin-top:0px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 3px;
	background-color: #1676AF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
	text-align: left;
	color: #fff;
	font-size: 17px;
	font-weight: normal;
	float:left;
}

.input_item{
	margin-left:4px;
	margin-top:6px;
	padding-top: 2px;
	float:left;
}

.map_input_item{
	margin-top:4px;
	margin-left:100px;
	float:left;
}
.proc_area {
	width:900px;
	margin-left:10px;
	margin-top:6px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	float:left;
}
.proc_area2 {
	width:100%;
	margin-left:0px;
	margin-top:6px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	float:left;
}
.proc_area_box {
	width:100%;
	box-sizing: border-box;
	margin-left:0px;
	margin-top:6px;
	border-width: 1px 1px 1px 1px;	/* 上右下左 */
	border-style: solid;
	border-color: #1676AF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	float:left;
}

.proc_area_in{
	width:100%;
	box-sizing: border-box;
	margin-left:0px;
	margin-rightt:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	/*background-color:green;*/	/* test */
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	word-wrap: break-word;
	float:left;
}
.btn_right {
	margin-right:20px;
	float:right;
}
.proc_title {
	width:100%;
	box-sizing: border-box;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 3px;
	background-color: #1676AF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
	text-align: left;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	float:left;
}
.p_contentstitle{
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
	background-color: #09C;
	border-top: solid 1px #09C;
	border-bottom: solid 1px #09C;
	border-left: solid 1px #09C;
	border-right: solid 1px #09C;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}
.p_contentstitle2{
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
	background-color: #234132;
	border-top: solid 1px #635745;
	border-bottom: solid 1px #635745;
	border-left: solid 1px #635745;
	border-right: solid 1px #635745;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
	text-align: left;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}

.p_mng_area {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #F2F3DC;
	border-top: solid 1px #635745;
	border-bottom: solid 1px #635745;
	border-left: solid 1px #635745;
	border-right: solid 1px #635745;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #403220;
	text-align: left;
	vertical-align: top;
}
.p_blank_line {
	background-color: #E4E4CD;
}
.p_proc_area {
	margin-top:5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #fff;
	border: solid 0px #635745;
}

.p_proc_area1 {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #fff;
	border: solid 1px #635745;
	font-size: 12px;
	color: #403220;
	text-align: left;
	vertical-align: middle;
}
.p_proc_area2 {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-color: #EDEBC2;
	border-top: solid 1px #635745;
	border-bottom: solid 1px #635745;
	border-left: solid 1px #635745;
	border-right: solid 1px #635745;
	font-size: 14px;
	color: #403220;
	text-align: left;
	vertical-align: middle;
}
.p_proc_area_left {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top: solid 0px #635745;
	border-bottom: solid 1px #635745;
	border-left: solid 1px #635745;
	border-right: solid 0px #635745;
	font-size: 14px;
}
.p_proc_area_leftright {
	border-top: solid 1px #635745;
	border-bottom: solid 0px #635745;
	border-left: solid 1px #635745;
	border-right: solid 1px #635745;
}
.p_proc_area_center {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top: solid 0px #635745;
	border-bottom: solid 1px #635745;
	border-left: solid 0px #635745;
	border-right: solid 0px #635745;
	text-align: center;
	vertical-align: middle;
}
.p_proc_area_right {
	border-top: solid 0x #635745;
	border-bottom: solid 1px #635745;
	border-left: solid 0px #635745;
	border-right: solid 1px #635745;
}
.p_proc_title {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #778257;
	border-top: solid 1px #635745;
	border-bottom: solid 0px #635745;
	border-left: solid 1px #635745;
	border-right: solid 1px #635745;
	font-size: 15px;
	color: #fff;
}
/*************************************************/
#wysiwyg_header_area {
	position:relative;
	padding-top:4px;
	border-left:solid 1px #999;
	border-top:solid 1px #999;
	border-right:solid 1px #999;
	background-color:#F9FBFB;
	word-wrap: break-word;
	text-align:left;
	float:left;
}
#wysiwyg_header_area a:link {
	text-decoration:none;
}
#wysiwyg_header_area a {
	display: block;
	float:left;
}
#backcolor_erea {
	position:absolute;
	padding:2px;
	left:100px;
	top:36px;
	width:229px;
	height:300px;
	border: solid 1px #BECCD8;
	background-color:white;
	z-index:700000;
	display:none;
}
#forecolor_erea {
	position:absolute;
	padding:2px;
	left:100px;
	top:36px;
	width:229px;
	height:300px;
	border: solid 1px #BECCD8;
	background-color:white;
	z-index:700000;
	display:none;
}
#hyperlink_erea {
	position:absolute;
	padding:2px;
	left:100px;
	top:56px;
	width:440px;
	height:340px;
	border: solid 1px #BECCD8;
	background-color:white;
	/*background-color:orange;*/	/* test */
	display:none;
	z-index:700000;
}
#banner_erea {
	position:absolute;
	padding:2px;
	left:100px;
	top:56px;
	width:440px;
	height:380px;
	border: solid 1px #BECCD8;
	background-color:white;
	/*background-color:orange;*/	/* test */
	z-index:300000;
	display:none;
}
#area_color_erea {
	position:absolute;
	padding:2px;
	left:300px;
	top:56px;
	width:229px;
	height:280px;
	border: solid 1px #BECCD8;
	background-color:white;
	/*background-color:orange;*/	/* test */
	z-index:700000;
	display:none;
}
.float_left_sel {
	height:20px;
	width:20px;
	margin-left:10px;
	margin-bottom:4px;
	margin-right:10px;
	padding-top:4px;
	padding-bottom:0px;
	font-size:12px;
	float:left;	
}
.float_left0 {
	float:left;	
}

.float_left {
	height:20px;
	margin-left:4px;
	margin-bottom:4px;
	margin-right:2px;
	padding-top:4px;
	padding-bottom:0px;
	font-size:12px;
	float:left;	
}
/*
.icon_table {
	border-collapse:separate;
	border-spacing:15px;	
}
*/
.icon_table tr td {
	padding:0px;
}
#ex_fontsize {
	margin-top:4px;
	width:66px;
	height:20px;
	background-image: url(../images/select_size.gif); 
	background-repeat: no-repeat;
}
#ex_fontsize:hover {
	background-image: url(../images/select_size_on.gif); 
	background-repeat: no-repeat;
}
#ex_fontname {
	margin-top:4px;
	width:86px;
	height:20px;
	background-image: url(../images/select_font.gif); 
	background-repeat: no-repeat;
}
#ex_fontname:hover {
	background-image: url(../images/select_font_on.gif); 
	background-repeat: no-repeat;
}
#ex_bold {
	margin-top:4px;
	width:20px;
	height:20px;
	background-image: url(../images/bold.gif); 
	background-repeat: no-repeat;
}
#ex_bold:hover {
	background-image: url(../images/bold_on.gif); 
	background-repeat: no-repeat;
}
#ex_underline {
	margin-top:4px;
	width:20px;
	height:20px;
	background-image: url(../images/underline.gif); 
	background-repeat: no-repeat;
}
#ex_underline:hover {
	background-image: url(../images/underline_on.gif); 
	background-repeat: no-repeat;
}
#ex_strikethrough {
	margin-top:4px;
	width:20px;
	height:20px;
	background-image: url(../images/strikethrough.gif); 
	background-repeat: no-repeat;
}
#ex_strikethrough:hover {
	background-image: url(../images/strikethrough_on.gif); 
	background-repeat: no-repeat;
}
#ex_forecolor {
	margin-top:4px;
	width:20px;
	height:20px;
	background-image: url(../images/forecolor.gif); 
	background-repeat: no-repeat;
}
#ex_forecolor:hover {
	background-image: url(../images/forecolor_on.gif); 
	background-repeat: no-repeat;
}
#ex_backcolor {
	margin-top:4px;
	width:20px;
	height:20px;
	background-image: url(../images/backcolor.gif); 
	background-repeat: no-repeat;
}
#ex_backcolor:hover {
	background-image: url(../images/backcolor_on.gif); 
	background-repeat: no-repeat;
}


#ex_forecolor2 {
	margin-top:4px;
	width:20px;
	height:20px;
	background-image: url(../images/forecolor.gif); 
	background-repeat: no-repeat;
}
#ex_forecolor2:hover {
	background-image: url(../images/forecolor_on.gif); 
	background-repeat: no-repeat;
}
#ex_backcolor2 {
	margin-top:4px;
	width:20px;
	height:20px;
	background-image: url(../images/backcolor.gif); 
	background-repeat: no-repeat;
}
#ex_backcolor2:hover {
	background-image: url(../images/backcolor_on.gif); 
	background-repeat: no-repeat;
}




#ex_justifycenter {
	margin-top:4px;
	width:20px;
	height:20px;
	background-image: url(../images/justify_center.gif); 
	background-repeat: no-repeat;
}
#ex_justifycenter:hover {
	background-image: url(../images/justify_center_on.gif); 
	background-repeat: no-repeat;
}

#ex_justifyleft {
	margin-top:4px;
	width:20px;
	height:20px;
	background-image: url(../images/justify_left.gif); 
	background-repeat: no-repeat;
}
#ex_justifyleft:hover {
	background-image: url(../images/justify_left_on.gif); 
	background-repeat: no-repeat;
}
#ex_justifyright {
	margin-top:4px;
	width:20px;
	height:20px;
	background-image: url(../images/justify_right.gif); 
	background-repeat: no-repeat;
}
#ex_justifyright:hover {
	background-image: url(../images/justify_right_on.gif); 
	background-repeat: no-repeat;
}
#ex_justifyfull {
	margin-top:4px;
	width:20px;
	height:20px;
	background-image: url(../images/justify_justify.gif); 
	background-repeat: no-repeat;
}
#ex_justifyfull:hover {
	background-image: url(../images/justify_justify_on.gif); 
	background-repeat: no-repeat;
}
#ex_indent {
	margin-top:4px;
	width:20px;
	height:20px;
	background-image: url(../images/indent_right.gif); 
	background-repeat: no-repeat;
}
#ex_indent:hover {
	background-image: url(../images/indent_right_on.gif); 
	background-repeat: no-repeat;
}

#ex_outdent {
	margin-top:4px;
	width:20px;
	height:20px;
	background-image: url(../images/indent_left.gif); 
	background-repeat: no-repeat;
}
#ex_outdent:hover {
	background-image: url(../images/indent_left_on.gif); 
	background-repeat: no-repeat;
}

#ex_arrow_icon {
	margin-top:4px;
	width:38px;
	height:23px;
	background-image: url(../images/arrow.gif); 
	background-repeat: no-repeat;
	float:left;
}
#ex_arrow_icon:hover {
	background-image: url(../images/arrow_on.gif); 
	background-repeat: no-repeat;
}
.arrow_icon_img {
	width:40px;
	height:40px;
	border:solid 1px #F93;
	/*background-color:orange;*/	/* test */
	text-align:center;
	vertical-align:middle;
	cursor: pointer;	/* IOS対策 */
}
.arrow_icon_img:hover, .icon:active{
	background-color:#F93;
}
.arrow_icon_img_null {
	width:40px;
	height:40px;
	border:solid 1px #F93;
	/*background-color:orange;*/	/* test */
	text-align:center;
	vertical-align:middle;
	cursor: pointer;	/* IOS対策 */
}





#ex_chk_icon {
	margin-top:4px;
	width:20px;
	height:22px;
	background-image: url(../images/check.gif); 
	background-repeat: no-repeat;
	float:left;
}
#ex_chk_icon:hover {
	background-image: url(../images/check_on.gif); 
	background-repeat: no-repeat;
}
.chk_icon_img {
	width:40px;
	height:40px;
	border:solid 1px #F93;
	/*background-color:orange;*/	/* test */
	text-align:center;
	vertical-align:middle;
	cursor: pointer;	/* IOS対策 */
}
.chk_icon_img:hover, .icon:active{
	background-color:#F93;
}
.chk_icon_img_null {
	width:40px;
	height:40px;
	border:solid 1px #F93;
	/*background-color:orange;*/	/* test */
	text-align:center;
	vertical-align:middle;
	cursor: pointer;	/* IOS対策 */
}


#ex_icon {
	margin-top:4px;
	width:20px;
	height:20px;
	background-image: url(../images/insert_emoji.gif); 
	background-repeat: no-repeat;
	float:left;
}
#ex_icon:hover {
	background-image: url(../images/insert_emoji_on.gif); 
	background-repeat: no-repeat;
}
.icon_img {
	width:40px;
	height:40px;
	border:solid 1px #F93;
	/*background-color:orange;*/	/* test */
	text-align:center;
	vertical-align:middle;
	cursor: pointer;	/* IOS対策 */
}
.icon_img:hover, .icon:active{
	background-color:#F93;
}
#ex_picture {
	margin-top:4px;
	width:20px;
	height:20px;
	background-image: url(../images/insert_picture2.gif); 
	background-size:auto 20px;
	background-repeat: no-repeat;
	float:left;
}
#ex_picture:hover {
	background-image: url(../images/insert_picture2_on.gif); 
	background-repeat: no-repeat;
}
#ok {
	cursor: pointer;	/* IOS対策 */
}
#insert {
	cursor: pointer;	/* IOS対策 */
}
#ex_hyperlink {
	margin-top:4px;
	width:20px;
	height:20px;
	background-image: url(../images/insert_hyperlink.gif); 
	background-size:auto 20px;
	background-repeat: no-repeat;
}
#ex_hyperlink:hover {
	background-image: url(../images/insert_hyperlink_on.gif); 
	background-repeat: no-repeat;
}
#ex_hyperlink2 {
	margin-top:4px;
	width:20px;
	height:20px;
	background-image: url(../images/insert_hyperlink.gif); 
	background-size:auto 20px;
	background-repeat: no-repeat;
}
#ex_hyperlink2:hover {
	background-image: url(../images/insert_hyperlink_on.gif); 
	background-repeat: no-repeat;
}

#ex_banner {
	margin-top:4px;
	width:30px;
	height:20px;
	background-image: url(../images/banner.gif); 
	background-size:auto 20px;
	background-repeat: no-repeat;
}
#ex_banner:hover {
	background-image: url(../images/banner_on.gif); 
	background-repeat: no-repeat;
}
#ex_banner2 {
	margin-top:4px;
	width:30px;
	height:20px;
	background-image: url(../images/banner.gif); 
	background-size:auto 20px;
	background-repeat: no-repeat;
}
#ex_banner2:hover {
	background-image: url(../images/banner_on.gif); 
	background-repeat: no-repeat;
}

#ex_kessai {
	margin-top:4px;
	width:30px;
	height:20px;
	background-image: url(../images/insert_kessailink.gif); 
	background-size:auto 20px;
	background-repeat: no-repeat;
}
#ex_kessai:hover {
	background-image: url(../images/insert_kessailink_on.gif); 
	background-repeat: no-repeat;
}
#ex_mailform {
	margin-top:4px;
	width:30px;
	height:20px;
	background-image: url(../images/insert_mail_form.gif); 
	background-size:auto 20px;
	background-repeat: no-repeat;
}
#ex_mailform:hover {
	margin-top:4px;
	width:30px;
	height:20px;
	background-image: url(../images/insert_mail_form_on.gif); 
	background-size:auto 20px;
	background-repeat: no-repeat;
}

#ex_shop {
	margin-top:4px;
	width:30px;
	height:20px;
	background-image: url(../images/insert_shop_item.gif); 
	background-size:auto 20px;
	background-repeat: no-repeat;
}
#ex_shop:hover {
	background-image: url(../images/insert_shop_item_on.gif); 
}

#ex_sns {
	margin-top:4px;
	width:60px;
	height:20px;
	background-image: url(../images/sns_btn.gif); 
	background-size:auto 20px;
	background-repeat: no-repeat;
}
#ex_sns:hover {
	background-image: url(../images/sns_btn_on.gif); 
}

#ex_imglink {
	margin-top:4px;
	width:30px;
	height:20px;
	background-image: url(../images/insert_imagelink.gif); 
	background-size:auto 20px;
	background-repeat: no-repeat;
}
#ex_imglink:hover {
	background-image: url(../images/insert_imagelink_on.gif); 
	background-repeat: no-repeat;
}

#ex_qr {
	margin-top:4px;
	width:30px;
	height:20px;
	background-image: url(../images/qr_img.gif); 
	background-size:auto 20px;
	background-repeat: no-repeat;
}
#ex_qr:hover {
	background-image: url(../images/qr_img_on.gif); 
	background-repeat: no-repeat;
}

#ex_affiliatelink {
	margin-top:4px;
	width:35px;
	height:20px;
	background-image: url(../images/affiliate_link.gif); 
	background-size:auto 20px;
	background-repeat: no-repeat;
}
#ex_affiliatelink:hover {
	background-image: url(../images/affiliate_link_on.gif); 
	background-repeat: no-repeat;
}

#ex_twotierlink {
	margin-top:4px;
	width:35px;
	height:20px;
	background-image: url(../images/2tier_link.gif); 
	background-size:auto 20px;
	background-repeat: no-repeat;
}
#ex_twotierlink:hover {
	background-image: url(../images/2tier_link_on.gif); 
	background-repeat: no-repeat;
}
#ex_pdflink {
	margin-top:4px;
	width:30px;
	height:20px;
	background-image: url(../images/insert_pdflink.gif); 
	background-size:auto 20px;
	background-repeat: no-repeat;
}
#ex_pdflink:hover {
	background-image: url(../images/insert_pdflink_on.gif); 
	background-repeat: no-repeat;
}
#ex_ziplink {
	margin-top:4px;
	width:30px;
	height:20px;
	background-image: url(../images/insert_ziplink.gif); 
	background-size:auto 20px;
	background-repeat: no-repeat;
}
#ex_ziplink:hover {
	background-image: url(../images/insert_ziplink_on.gif); 
	background-repeat: no-repeat;
}

#ex_youtube {
	margin-top:4px;
	width:54px;
	height:20px;
	background-image: url(../images/youtube.gif); 
	background-size:auto 20px;
	background-repeat: no-repeat;
}
#ex_youtube:hover {
	background-image: url(../images/youtube_on.gif); 
	background-repeat: no-repeat;
}

#ex_table {
	margin-top:4px;
	width:20px;
	height:20px;
	background-image: url(../images/insert_table.gif); 
	background-size:auto 20px;
	background-repeat: no-repeat;
}
#ex_table:hover {
	background-image: url(../images/insert_table_on.gif); 
	background-repeat: no-repeat;
}

#ex_gmap {
	margin-top:4px;
	width:21px;
	height:20px;
	background-image: url(../images/insert_gmap.gif); 
	background-size:auto 20px;
	background-repeat: no-repeat;
}
#ex_gmap:hover {
	background-image: url(../images/insert_gmap_on.gif); 
	background-repeat: no-repeat;
}
#ex_area_color {
	margin-top:4px;
	width:30px;
	height:20px;
	background-image: url(../images/all_color.gif); 
	background-size:auto 20px;
	background-repeat: no-repeat;
}
#ex_area_color:hover {
	background-image: url(../images/all_color_on.gif); 
	background-repeat: no-repeat;
}
#ex_clear_all {
	margin-top:4px;
	width:27px;
	height:20px;
	background-image: url(../images/clear_all.gif); 
	background-size:auto 20px;
	background-repeat: no-repeat;
	/*background-color:blue;*/	/* test */
}
#ex_clear_all:hover {
	background-image: url(../images/clear_all_on.gif); 
	background-repeat: no-repeat;
}
#ex_clear_format {
	margin-top:4px;
	width:27px;
	height:20px;
	background-image: url(../images/clear_format.gif); 
	background-size:auto 20px;
	background-repeat: no-repeat;
}
#ex_clear_format:hover {
	background-image: url(../images/clear_format_on.gif); 
	background-repeat: no-repeat;
}

#ex_clear_select_format {
	margin-top:4px;
	width:42px;
	/*width:27px;*/	/* test */
	height:20px;
	background-image: url(../images/clear_select_format.gif); 
	background-size:42px 20px;
	background-repeat: no-repeat;
	/*background-color:green;*/	/* test */
}
#ex_clear_select_format:hover {
	background-image: url(../images/clear_select_format_on.gif); 
	background-repeat: no-repeat;
}
#ex_clear_ptag {
	margin-top:4px;
	width:27px;
	height:20px;
	background-image: url(../images/clear_ptag.gif); 
	background-size:auto 20px;
	background-repeat: no-repeat;
}
#ex_clear_ptag:hover {
	background-image: url(../images/clear_ptag_on.gif); 
	background-repeat: no-repeat;
}
#ex_undo {
	margin-top:4px;
	width:20px;
	height:20px;
	background-image: url(../images/undo.gif); 
	background-size:auto 20px;
	background-repeat: no-repeat;
}
#ex_undo:hover {
	background-image: url(../images/undo_on.gif); 
	background-repeat: no-repeat;
}

#ex_help {
	margin-top:4px;
	width:20px;
	height:20px;
	background-image: url(../images/help.gif); 
	background-size:auto 20px;
	background-repeat: no-repeat;
}
#ex_help:hover {
	background-image: url(../images/help_on.gif); 
	background-repeat: no-repeat;
}
#edit_area0 {
	/*width:960px;*/
	min-height:340px;
	background-color:#DDD;
	border:solid 1px #999;
	color:#333;
	float:left;
}

.edit_area {
	/*width:960px;*/
	min-height:340px;
	font-size:18px;
	font-style: normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
	letter-spacing: 1px;
	line-height: normal;
	word-wrap: break-word;
	color:#333;
	text-align:left;
	/*float:left;*/
}
.edit_area1 {
	min-height:340px;
	font-size:18px;
	font-style: normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
	letter-spacing: 1px;
	line-height: normal;
	word-wrap: break-word;
	color:#333;
	text-align:left;
}
.edit_area2 {
	min-height:340px;
	font-size:18px;
	font-style: normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
	letter-spacing: 1px;
	line-height: normal;
	word-wrap: break-word;
	color:#333;
	text-align:left;
}

.editable_table {
	position:relative;
	/*background-color:orange;*/	/* test */
	cursor:pointer;
}
.adjust_btn {
	margin:2px;
	vertical-align:middle;
	
}
.editable_imagelink {
	position:relative;
	/*background-color:green;*/	/* test */
	cursor:pointer;
}
.editable_imagelink_in {
	/*background-color:orange;*/
	position:relative;
}

.editable_kessailink {
	position:relative;
	/*background-color:orange;*/	/* test */
	cursor:pointer;
}
.mailform_input_header_sel {
	width:40px;
	font-size:14px;
	color:#39C;
	text-align:center;
	float:left;
}
.mailform_input_header_item {
	width:150px;
	font-size:14px;
	color:#39C;
	text-align:center;
	float:left;
}
.mailform_input_header_syurui {
	width:370px;
	font-size:14px;
	color:#39C;
	text-align:center;
	float:left;
}
.mailform_input_header_hissu {
	width:80px;
	font-size:14px;
	color:#39C;
	text-align:center;
	float:left;
}
.mailform_input_header_sample {
	width:160px;
	font-size:14px;
	color:#39C;
	text-align:center;
	float:left;
}

.editable_mailform {
	position:relative;
	/*overflow:hidden;*/
	cursor:pointer;
}
.clear_cover_on {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-image:url(../images/clear_cover.png);
	/*background-color:blue;*/	/* test */
	cursor:pointer;
	z-index:200000;
}
.clear_cover_on2 {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-image:url(../images/clear_cover.png);
	/*background-color:blue;*/	/* test */
	z-index:200000;
}
.clear_gray_cover_on {
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	/*height:400px;*/	/* test */
	background-image:url(../images/clear_gray_cover.png);
	/*background-color:blue;*/	/* test */
	z-index:10000;
}

.clear_cover_off {
	position:absolute;
	left:0px;
	top:0px;
	/*background-color:green;*/	/* test */
	z-index:10000;
}
.mailform_box {
	width:848px;	/* test */
	margin-top: 0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0;
	border-width: 2px 2px 2px 2px;	/* 上右下左 */
	border-style: solid;
	border-color: #9A8D85;
	background-color:#FDFCFB;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align:center;
}

.mailform_table {
	width:804px;
	/*width:100%;*/	/* test */
	margin-left:20px;
	table-layout:fixed;
}
.form_row_header {
	width:100%;
	height:30px;
	margin-left:0px;
	/*padding-left:10px;*/
	padding-top:8px;
	padding-bottom:4px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #9A8D85;
	background-color:#9A8D85;
	font-size:18px;
	color:white;
	text-align:left;
	text-indent:10px;
}
.form_row_footer {
	width:100%;
	height:20px;
	margin-left:0px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #9A8D85;
	background-color:#9A8D85;
}
.form_row_item {
	height:30px;
	/*padding-left:10px;*/
	padding-top:8px;
	padding-right:4px;
	padding-bottom:4px;
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #9A8D85;
	background-color:#E6DAD7;
	/*background-color:orange;*/	/* test */
	font-size:13px;
	text-align:left;
	text-indent:10px;
}
.form_row_hissu {
	height:30px;
	padding-right:0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #9A8D85;
	background-color:#E6DAD7;
	/*background-color:green;*/	/* test */
	text-align:left;
}
.img_hissu {
	width:36px;
	height:20px;
	margin:0px;
	padding:0px;
	vertical-align:middle;
}
.form_row_input_head {
	width:200px;
	height:5px;
}

.form_row_input {
	margin-left:0px;
	padding-top:8px;
	padding-bottom:4px;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #9A8D85;
	background-color:#FBF7F4;
	font-size:13px;
	text-align:left;
	text-indent:8px;
}

.form_row_sample {
	margin-left:0px;
	/*padding-left:10px;*/
	padding-top:8px;
	padding-bottom:4px;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #9A8D85;
	background-color:#F1E7DE;
	font-size:13px;
	text-align:left;
	text-indent:10px;
}

.editable_map {
	position: relative;
	cursor:pointer;
}
.editable_map_in {
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #3d2808;
	position: relative;
	cursor:pointer;
}

#gmap1 {
	/*height: 500px;*/
	background: #eee;
	border: 1px solid #e1deda;
}
#gmap2 {
	/*height: 500px;*/
	background: #eee;
	border: 1px solid #e1deda;
}

#gmap3 {
	/*height: 500px;*/
	background: #eee;
	border: 1px solid #e1deda;
}
#gmap4 {
	/*height: 500px;*/
	background: #eee;
	border: 1px solid #e1deda;
}
#gmap5 {
	/*height: 500px;*/
	background: #eee;
	border: 1px solid #e1deda;
}
.errmsg {
	width:98%;
	padding-left:20px;
	padding-top:4px;
	padding-bottom:2px;
	background-color:#FD3E6D;
	color:white;
	font-size:16px;
	font-weight:normal;
	float:left;
}
.normalmsg {
	width:954px;
	padding-left:8px;
	padding-top:4px;
	padding-bottom:2px;
	background-color:#0099CC;
	color:white;
	font-size:16px;
	font-weight:normal;
	float:left;
}
.normalmsg2 {
	width:98%;
	padding-left:20px;
	padding-top:4px;
	padding-bottom:2px;
	background-color:#0099CC;
	color:white;
	font-size:16px;
	font-weight:normal;
	float:left;
}

.btn {
	margin-left:20px;
	z-index:100000;
	position:relative;
	float:left;
}
.pointer {
	cursor:pointer;
}

#confirm_img {
	margin-top:4px;
}
#paypal_mode {
	min-width:100px;
	height:26px;
	margin-top:6px;
	padding-top:2px;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:4px;
	background-color:#F69;
	color:white;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	float:left;
}
.img_sel {
	cursor:pointer;
	float:left;
}
＃sel_img1 {
	float:left;
}
＃sel_img2 {
	float:left;
}
＃sel_img3 {
	float:left;
}
＃sel_img4 {
	float:left;
}
＃sel_img5 {
	float:left;
}
.img_in1 {
	vertical-align:middle;
}
.img_in2 {
	vertical-align:middle;
}
.img_in3 {
	vertical-align:middle;
}
.img_in4 {
	vertical-align:middle;
}
.img_in5 {
	vertical-align:middle;
}
.img_middle {
	vertical-align:middle;
}
/*************************************/
/* IEがlabel forに対応していないため */
/*************************************/
#sel_img1 label{
    display: inline-block;
	cursor:pointer;
	float:left;
}
#sel_img1 label img{
    pointer-events: none;
}

#sel_img2 label{
    display: inline-block;
	cursor:pointer;
	float:left;
}
#sel_img2 label img{
    pointer-events: none;
}

#sel_img3 label{
    display: inline-block;
	cursor:pointer;
	float:left;
}
#sel_img3 label img{
    pointer-events: none;
}

#sel_img4 label{
    display: inline-block;
	cursor:pointer;
	float:left;
}
#sel_img4 label img{
    pointer-events: none;
}

#sel_img5 label{
    display: inline-block;
	cursor:pointer;
	float:left;
}
#sel_img5 label img{
    pointer-events: none;
}
/***************************************/

.file_name {
	width:420px;
	max-height:50px;
	padding-top:12px;
	/*background-color:green;*/
	word-wrap: break-word;
	float:left;
}
.dsp_img1 {
	margin-bottom:4px;
	border:solid 2px #CCC;
	float:left;
}
.dsp_img2 {
	margin-bottom:4px;
	border:solid 2px #CCC;
	float:left;
}
.dsp_img3 {
	margin-bottom:4px;
	border:solid 2px #CCC;
	float:left;
}
.dsp_img4 {
	margin-bottom:4px;
	border:solid 2px #CCC;
	float:left;
}
.dsp_img5 {
	margin-bottom:4px;
	border:solid 2px #CCC;
	float:left;
}
.editable_shop {
	/*background-color:orange;*/	/* test */
	text-align:left;
	cursor:pointer;
}
editable_shop_in {
	text-align:left;
	cursor:pointer;
}
.item_img {
	float:left;
}
.item_name {
	width:460px;
	/*background-color:green;*/	/* test */
	font-size:20px;
	color:#272727;
	text-align:left;
	float:left;
}
.price_box {
	width:450px;
	/*height:41px;*/
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	/*background-color:orange;*/	/* test */
	float:left;
}
.item_price_pre {
	width:100px;
	padding-top:10px;
	/*background-color:green;*/	/* test */
	font-size:16px;
	color:#272727;
	float:left;
}
.item_price {
	width:120px;
	padding-top:5px;
	/*background-color:blue;*/	/* test */
	font-size:20px;
	color:#D31B0C;
	float:left;
}
.item_suryo {
	padding-top:5px;
	padding-left:20px;
	width:120px;
	font-size:14px;
	color:#272727;
	float:left;

}
.input_suryo {
	width:34px;
}
.item_zaiko {
	padding-top:5px;
	padding-left:5px;
	width:110px;
	font-size:14px;
	color:#272727;
	float:left;

}

.btn_buy {
	width:190px;
	/*position:relative;*/
	padding-top:0px;
	padding-left:0px;
	/*background-color:yellow;*/	/* test */
	cursor:pointer;
	/*z-index:2000;*/
	float:left;
}
.buy {
	vertical-align:middle;
	margin-bottom:4px;
}
#p_paypal_test_mode2 {
	width:100%;
	padding-top:4px;
	padding-bottom:4px;
	background-color:#FF3;
	font-size:24px;
	letter-spacing:10px;
	color:#334868;
	font-weight:bold;
	text-align:center;
	/*float:left;*/
}
.item_contents {
	text-align:left;
}
.complete_msg {
	font-size:20px;
	color:#06F;
	text-align:center;
}
.twitter_button {
	margin-left:15px;
	padding-top:0px;
	float:left;
}

.facebook_button {
	margin-left:15px;
	vertical-align:top;
	float:left;
}
.google_button {
	margin-left:15px;
	padding-top:0px;
	float:left;
}
.facebook_share_button {
	margin-left:15px;
	float:left;
}
.editable_sns_btn {
	position:relative;
	height:30px;
	/*overflow:hidden;*/
	cursor:pointer;
}
.editable_img {
	position:relative;
	/*background-color:green;*/	/* test */
	cursor:pointer;
}
.editable_img_in {
	position:relative;
	/*background-color:green;*/	/* test */
	cursor:pointer;
}

.editable_youtube {
	position:relative;
	vertical-align:middle;
	cursor:pointer;
}
.editable_youtube_in {
	position:relative;
}

