@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	outline:none;
	border:0;
}

html,body{
	height: 100%;
	background: #fafafa;
}


body {
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

q:before,q:after{content:''}
.clear{ clear: both; }

.clearfix:after{ content: ""; display: block; clear: both; }

div {
	display:block;
}

a {
	text-decoration:none;
	color:#000000;
}

.ico_atte a {
	text-decoration:underline;
	color:#0000EE;
}

a img {
	border:none;
}

#container {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background:url(../images/leftnavi_bg.jpg) repeat-y 0 0;
	padding-bottom:40px;
}


#content {
	min-width: 1125px;
	height: 100%;
}

.clearfix {
	zoom: 1;
}


#sidebar {
	float:left;
	position: relative;
	width:200px;
	height:100%;
}


.sidebar-top {
	height:185px;
	width:200px;
	text-align:center;
	background:url(../images/left_01.jpg);
}

.sidebar_ftp_bg02 a:link {
	color:#000;
}

.sidebar_ftp_bg02 a:visited {
	color:#000;
}

h1 {
	margin:0 0 30px 0;
	padding:35px 10px 0 10px;
}
.account{
	
	margin:-40px 0 10px 0;
	padding:0;
	color:#FFFFFF;
	font-size:12px;	

}

.server {
	width:200px;
	height:150px;
	background:url(../images/left_02.jpg) no-repeat 0 0;
}

.server p {
	text-align:right;
	color:#FFF;
	padding:10px 20px 0 0;
}

.sidebar_ftp_bg01 {
	width:141px;
	height:23px;
	line-height:23px;
	margin:22px 30px 20px 29px;
	color:#000;
	font-size:14px;
	text-align:center;
	background:url(../images/leftnavi_ftp_bg01.png) no-repeat;
}

.sidebar_ftp_bg02 {
	width:141px;
	height:23px;
	line-height:23px;
	margin:22px 30px 20px 29px;
	color:#000;
	font-size:14px;
	text-align:center;
	background:url(../images/leftnavi_ftp_bg02.png) no-repeat;
}


#gnavi .current a{
	font-weight:bold;
	color:#FFF;
	background:url(../images/left_navi.jpg) no-repeat 0 -40px;
}


#gnavi li {
	font-size:14px;
	height:40px;
	text-align:right;
	line-height:40px;
	list-style-type: none;
	background:url(../images/left_navi.jpg) no-repeat 0 0;
	white-space: nowrap;
}

#gnavi li a {
	display:block;
	padding:0 20px 0 0;
	color:#aaa;
}

#gnavi li a:hover {
	display:block;
	padding:0 20px 0 0;
	color:#fff;
}


#copyright {
	padding:50px 20px 0 0;
	text-align:right;
	font-size:11px;
	color:#aaa;
}

#copyright ul li {
	display:inline;
	list-style-type:none;
	margin:5px;
}

#copyright ul li a:link {
	text-decoration:none;
	color:#aaa;
}

#copyright ul li a:visited {
	text-decoration:none;
	color:#aaa;
}

#copyright ul li a:hover {
	text-decoration:none;
	color:#FFF;
}

/*main */


#main {
	float:right;
	width:100%;
	margin:0 0 0 -200px;
}

#main-inner {
	margin: 0 0 0 200px;
	padding:20px 40px;
}

.main-area {
	padding:20px;
	background-color:#FFF;
	border:#dadada 1px solid;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.10);
}

.margin20 {
	margin:0 0 20px 0;
}

.dash-tool-area {
	overflow:hidden;
	zoom: 1;
}

.dash-tool-area h2 {
	float:left;
	margin:0 25px 0 0;
	color:#222;
	font-size:20px;
}

.dash-tool-area h2 span {
	display:block;
	margin:0 0 0 3px;
	color:#888;
	font-size:12px;
	font-weight:normal;
}

.dash-tool-area p {
	font-size:12px;
	color:#333;
	padding:5px;
}

.dash-tool-area ul {
	list-style-type:none;
}

.news-area {
	margin:0 0 0 120px;
	position:relative;
}

.news-area_day {
	width:120px;
	float:left;
	margin-right:10px;
}


.news-area_text{
	
	overflow:auto;
	zoom:1;
	
}

.news-area > div{
	
	position:absolute;
	top:0;
	left:0;
	
}

#pager_btn{
	
	overflow:hidden;
	position:absolute;
	right:0;
	bottom:0;
	
}

#pager_btn li{
	
	float:left;
	width:24px;
	height:24px;
	background-color:#00B050;
	border-radius:24px;
	
}

#pager_btn li:first-child{
	
	opacity:0.7;
	
}

#pager_btn li:not(:last-child){
	
	margin-right:10px;
	
}

#pager_btn li a{
	
	display:block;
	text-align:center;
	color:#fff;
	
}

.dash-user-area {
	padding:0 0 20px 0;
}

.dash-user-area h2 {
	font-size:20px;
	color:#222;
}

.dash-user-area h2 span {
	display:block;
	margin:0 0 0 3px;
	color:#888;
	font-size:12px;
	font-weight:normal;
}

.dash-area {
	overflow:hidden;
}



.dash-left {
	float: left;
	margin: 0 0 20px 0;
	width: 49%;
	min-height:120px;
	border: #dadada 1px solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}


.dash-left a:hover {
 display:block;
 margin:-1px;
 min-height:120px; 
 background-color:#FFFDD8; 
 border: #F7CC38 1px solid;
 border-radius: 4px;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
}


.dash-right{
	float: right;
	margin: 0 0 20px 0;
	width: 49%;
	min-height:120px;
	border: #dadada 1px solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.dash-right a:hover {
	display:block;
	margin:-1px;
	min-height:120px; 
	background-color:#FFFDD8; 
	border: #F7CC38 1px solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}


.dash-page-once-inner{
	padding: 20px;
}
.dash-left h3{
	margin: 0 0 10px 0;
	font-size: 16px;
	color:#00B050;
}

.dash-right h3{
	margin: 0 0 10px 0;
	font-size: 16px;
	color:#00B050;
}

.dash-left p{
	font-size: 12px;
	color:#333;
}

.dash-right p{
	font-size: 12px;
	color:#333;
}


.dash-left_un {
	float: left;
	margin: 0 0 20px 0;
	width: 49%;
	min-height:120px;
	border: #dadada 1px solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.dash-left_un:hover{
	width: 49%;
	min-height:120px;
	display:block;
	background: #ddd;
	background: -webkit-gradient(linear, left top, right bottom, from(#ddd), color-stop(0.25, #ddd), color-stop(0.25, white), color-stop(0.5, white), color-stop(0.5, #ddd), color-stop(0.75, #ddd), color-stop(0.75, white), to(white));
	background: -moz-linear-gradient(-45deg, #ddd 25%, white 25%, white 50%, #ddd 50%, #ddd 75%, white 75%, white);
	background: linear-gradient(-45deg, #ddd 25%, white 25%, white 50%, #ddd 50%, #ddd 75%, white 75%, white);
	background-size: 4px 4px;
	cursor:pointer;
}


.dash-left_un h3{
	margin: 0 0 10px 0;
	font-size: 16px;
	color:#ABABAB;
}

.dash-left_un p{
	font-size: 12px;
	color:#ABABAB;
}




.dash-right_un {
	float: right;
	margin: 0 0 20px 0;
	width: 49%;
	min-height:120px;
	border: #dadada 1px solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.dash-right_un:hover{
	width: 49%;
	min-height:120px;
	display:block;
	background: #ddd;
	background: -webkit-gradient(linear, left top, right bottom, from(#ddd), color-stop(0.25, #ddd), color-stop(0.25, white), color-stop(0.5, white), color-stop(0.5, #ddd), color-stop(0.75, #ddd), color-stop(0.75, white), to(white));
	background: -moz-linear-gradient(-45deg, #ddd 25%, white 25%, white 50%, #ddd 50%, #ddd 75%, white 75%, white);
	background: linear-gradient(-45deg, #ddd 25%, white 25%, white 50%, #ddd 50%, #ddd 75%, white 75%, white);
	background-size: 4px 4px;
	cursor:pointer;
}


.dash-right_un h3{
	margin: 0 0 10px 0;
	font-size: 16px;
	color:#ABABAB;
}

.dash-right_un p{
	font-size: 12px;
	color:#ABABAB;
}

.gk-left {
	height:198px;
	min-width:160px;
	float: left;
	margin: 20px 20px 20px 0;
	width: 12%;
	border: #dadada 1px solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.gk-inner {
	padding:20px;
}

.gk-left a {
	width:100%;
	height:100%;
	display:block;
}

.gk-left a:hover {
	margin:-1px;
	background-color:#FFFDD8;
	border: #dadada 1px solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}


.gk-left h3{
	margin: 0 0 10px 0;
	font-size: 16px;
	color:#00B050;
	border-bottom:1px dashed #999999;
}

.gk-left p{
	font-size: 12px;
	color:#333;
}

/* main追加 ここから */
/* 各システム設定css編集部分「初期設定に戻す」ボタン */
div#css_area_sp a.button, div#css_area_pc a.button{
	
	width:110px;
	
}

div.button {
	
	width:70px;
	
}

/* タイトル画像（選択）で表示される画像部分 */
.valign_middle{
	
	margin-bottom:15px;
	
}

/* 販促バナーページ */
#banner_txbox{
	
	padding:15px;
	font-size:12px;
	background:#FFFAFF;
	border-radius:10px;
	margin-bottom:20px;
	
}

#banner_txbox ul{
	
	margin:15px 25px;
	
}

/* main追加 ここまで */

/* キャンペーンcss */

.service-list {
	width:100%;
	border-collapse:separate;
}

.service-list th {
	height:30px;
	background: #BF0000;
	background-image: -ms-linear-gradient(top, #FD464C 0%, #BF0000 100%);/* IE10 Consumer Preview */
	background-image: -moz-linear-gradient(top, #FD464C 0%, #BF0000 100%);/* Mozilla Firefox */
	background-image: -o-linear-gradient(top, #FD464C 0%, #BF0000 100%);/* Opera */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FD464C), color-stop(1, #BF0000));/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-linear-gradient(top, #FD464C 0%, #BF0000 100%);/* Webkit (Chrome 11+) */
	background-image: linear-gradient(to bottom, #FD464C 0%, #BF0000 100%);/* W3C Markup, IE10 Release Preview */
	font-size:12px;
	color:#FFF;
	font-weight:normal;
}

.service-list02 {
	width:100%;
	border-collapse:separate;
}

.service-list02 th {
	height:30px;
	background: #E44A02;
	background-image: -ms-linear-gradient(top, #E6661E 0%, #E44A02 100%);/* IE10 Consumer Preview */
	background-image: -moz-linear-gradient(top, #E6661E 0%, #E44A02 100%);/* Mozilla Firefox */
	background-image: -o-linear-gradient(top, #E6661E 0%, #E44A02 100%);/* Opera */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E6661E), color-stop(1, #E44A02));/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-linear-gradient(top, #E6661E 0%, #E44A02 100%);/* Webkit (Chrome 11+) */
	background-image: linear-gradient(to bottom, #E6661E 0%, #E44A02 100%);/* W3C Markup, IE10 Release Preview */
	font-size:12px;
	color:#FFF;
	font-weight:normal;
}

.service-list03 {
	width:100%;
	border-collapse:separate;
}

.service-list03 th {
	height:30px;
	background: #2A26A6;
	background-image: -ms-linear-gradient(top, #2C4FBB 0%, #2A26A6 100%);/* IE10 Consumer Preview */
	background-image: -moz-linear-gradient(top, #2C4FBB 0%, #2A26A6 100%);/* Mozilla Firefox */
	background-image: -o-linear-gradient(top, #2C4FBB 0%, #2A26A6 100%);/* Opera */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2C4FBB), color-stop(1, #2A26A6));/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-linear-gradient(top, #2C4FBB 0%, #2A26A6 100%);/* Webkit (Chrome 11+) */
	background-image: linear-gradient(to bottom, #2C4FBB 0%, #2A26A6 100%);/* W3C Markup, IE10 Release Preview */
	font-size:12px;
	color:#FFF;
	font-weight:normal;
}



.campaign-area tr:nth-child(odd) {
	background:#E6E6E6;
}
.campaign-area tr:nth-child(even) {
	background:#EEEEEE;
}

.even_campaign-area tr:nth-child(odd) {
	background:#b6f5d3;
}
.even_campaign-area tr:nth-child(even) {
	background:#E1FBEB;
}

.campaign-area {
	margin-top:20px;
}

.campaign-area ul li {
	list-style-type:none;
}


.campaign-area h3 {
    border-left: #00B050 solid 5px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    padding-left: 10px;
    margin-bottom: 10px;
}


 
.campaign-area td {
	padding:8px;
	height:14px;
	line-height:14px;
	font-size:12px;
	color:#333;
	word-break:break-all;
}

.campaign-area .editext td {
	text-align:center;
}


.campaign_table_float_1 {
	float:left;
}

.campaign_table_float_r {
	float:right;
	margin-left:10px;
}

a.button, div.button {
	background: #00B050;
/*	background-image: -ms-linear-gradient(top, #0071bc  0%, #2e3192 100%);/* IE10 Consumer Preview */
/*	background-image: -moz-linear-gradient(top, #0071bc  0%, #2e3192 100%);/* Mozilla Firefox */
/*	background-image: -o-linear-gradient(top, #0071bc  0%, #2e3192 100%);/* Opera */
/*	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0071bc ), color-stop(1, #2e3192));/* Webkit (Safari/Chrome 10) */
/*	background-image: -webkit-linear-gradient(top, #0071bc  0%, #2e3192 100%);/* Webkit (Chrome 11+) */
/*	background-image: linear-gradient(to bottom, #0071bc  0%, #2e3192 100%);/* W3C Markup, IE10 Release Preview */
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.7);
	border:1px solid #999;
	text-decoration:none;
	color:#ffffff;
	padding:2px 10px;
	height:16px;
	line-height:16px;
	text-align:center;
	display:block;
	font-size:12px;
	min-width:30px;
}

a.button:hover, div.button:hover{
	background: #49CE69;
/*	background-image: -ms-linear-gradient(top, #008dea 0%, #3d41c0 100%);/* IE10 Consumer Preview */
/*	background-image: -moz-linear-gradient(top, #008dea 0%, #3d41c0 100%);/* Mozilla Firefox */
/*	background-image: -o-linear-gradient(top, #008dea 0%, #3d41c0 100%);/* Opera */
/*	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #008dea), color-stop(1, #3d41c0));/* Webkit (Safari/Chrome 10) */
/*	background-image: -webkit-linear-gradient(top, #008dea 0%, #3d41c0 100%);/* Webkit (Chrome 11+) */
/*	background-image: linear-gradient(to bottom, #008dea 0%, #3d41c0 100%);/* W3C Markup, IE10 Release Preview */
	-webkit-box-shadow:0 0 1px 0 rgba(255, 255, 255, 0);
	-moz-box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0);
	border:1px solid #ddd;
	text-decoration:none;
	color:#ffffff;
	padding:2px 10px;
	height:16px;
	line-height:16px;
	text-align:center;
	display:block;
	font-size:12px;
	min-width:30px;
	cursor: pointer;
}

.button_size {
	width:100px;
	margin:0 auto;
}
	
.campaign_table_bt {
	width:180px;
	margin:0 auto;
}

.campaign_table_bt_sml {
	width:80px;
	margin:0 auto;
}


/* modal */

#contents .img {
	display: inline-block;
	margin-bottom: 20px;
}
#contents .img:after {
	content: "";
	display: block;
	clear: both;
}
#contents .img li {
	margin: 0 10px 10px 0;
	float: left;
}
#contents .txt {
	display: inline-block;
}
#contents .txt:after {
	content: "";
	display: block;
	clear: both;
}
#contents .txt li {
	margin-right: 20px;
	float: left;
}
	
#box1 {
	width: 500px;
}
#box2 {
	width: 980px;
}
#box3 {
	width: 468px;
}

#box4 {
	width: 500px;
}

#box5 {
	width: 500px;
}

#box6 {
	width: 500px;
}

#box7 {
	width: 500px;
}


#box8 {
	width: 500px;
}

#box9 {
	width: 500px;
}

.tag{
	width: 650px;
	height:200px;
	padding:5px ;
	border:1px solid #999;
	resize:none;
	background:#fafafa;
}

.link {
	text-align: center;
}
.modal-close {
	margin-top: 1em;
	text-align: center;
}
#modal-win {
	width: 100%;
	position: absolute;
}
#modal-win-inner {
	box-shadow: 0 0 5px rgba(0, 0, 0, .25);
	margin: 0 auto;
	position: relative;
	z-index: 101;
	border-radius: 10px;
}
#modal-win-inner > * {
	border-radius: 10px;
}
#modal-bg {
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	cursor: pointer;
}

/* modal end */



/* manual */

.manual_area{
	color:#000000;
}
.manual_area h2{
	color:#CC272D;
}
.manual_area h3{
	font-size:16px;
	font-weight:normal;
}
.manual_area h4{
	font-size:12px;
	color:#333333;
	margin-bottom: 20px;
}


.manual_area_margin_b10{
	margin-bottom:20px;
}

.manual_area_red{
	color:#F00;
}




#container-1 ul{
	margin:0;
	padding:0;
	list-style:none;
}
#container-1 li{
	margin:0;
	padding:0;
}

/* manual-end */


/* account */


.campaign-area table td input[type="text"]{
	padding:2px 2px;
	margin:5px 0;
	border:1px solid #bbb;
}

.campaign-area table {
	margin-bottom:20px;
}
/* account-end */



/* campaign-edi */


#campaign_content_sort{
	width:100%;
	height:30px;
	background:#FFD5D8;
	font-size:12px;
}

#campaign_content_sort ul{
	padding-left:10px;
}

#campaign_content_sort li{
	float:left;
	height:30px;
	line-height:30px;
	margin-right:20px;
	list-style-type:none;
}

#campaign_content_sort input[type="checkbox"]{
	vertical-align: middle;
}


/* エラー表記 */
.message_box_01 {
	font-size:14px;
	min-width: 500px;
	padding: 14px;
	margin: 20px 0;
	width: 50%;
	border: #BF0000 1px solid;
	background-color: #F99;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.message_box_01 ul {
	list-style-type: none;
	padding-left: 40px;
	background: url(../images/icon_02.gif) left center no-repeat;
}



.message_box_02 {
	font-size:14px;
	min-width: 500px;
	margin:20px 0;
	padding: 14px;
	width: 50%;
	border: #BF0000 1px solid;
	background-color: #F99;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.message_box_02 ul {
	min-height:30px;
	list-style-type: none;
	background: url(../images/icon_02.gif) left center no-repeat;
	padding-left: 40px;
}

.message_box_02 ul li {
	line-height:30px;
}

/* 追加カレンダー用　*/

.editext td input[type="text"]{
	width:70%;
}

.campaign_content_table02_td_top p {
	margin:5px;
}

.campaign_content_table02_td_bottom p {
	margin:5px;
}

.service-list02 tr {
	background:#EEEEEE;
}

.service-list03 tr {
	background:#EEEEEE;
}




/* campaign 独自キャンペーン */

.campaign-area02 {
	margin-top:20px;
}

.campaign-area02 h3 {
	border-left:#BF0000 solid 5px;
	font-size:14px;
	font-weight:bold;
	color:#333;
	padding-left:10px;
	margin-bottom:10px;
}


 
.campaign-area02 td {
	padding:8px;
	height:14px;
	line-height:14px;
	font-size:12px;
	color:#333;
}

.campaign-area02 .editext td {
	text-align:center;
}

.campaign-area02 input[type="text"]{
	margin-right:3px;
	padding:1px;
	border: 1px solid #bbb;
}

.campaign-area02 input[type="checkbox"]{
	margin:3px;
}

.campaign-area02 a img {
	border:none;
}


/* campaign 表示設定 */
.campaign_content_table03{
	margin:0 0 20px 15px;
}
.campaign_content_table03 table {
	border-collapse: collapse;
}

.campaign_content_table03 td {
	border-bottom:1px solid #FFF;
	border-left:1px solid #FFF;
	font-size:90%;
	padding:5px;
}
.campaign_content_table03_td01 {
	width:100px;
	border-bottom:1px solid #FFF;
	border-left:1px solid #FFF;
	font-size:90%;
}
.campaign_content_table03_td02 {
	background: #FCFCFC;
}

.campaign_content_table03_td01 ul{
}
.campaign_content_table03_td01 li{
	margin-bottom:10px;
	border-bottom:1px dashed #666666;
}

.campaign_content_table03_radio{
	margin-bottom:5px;
	line-height:20px;
}
.campaign_content_table03_radio input[type="radio"]{
	vertical-align: text-bottom;
}
.campaign_content_table03_radio_img{
	margin-bottom:10px;
}

/*inquiry*/


.inquiry_area_text01{
	font-size:14px;
	line-height:24px;
	margin-bottom:20px;
}
.inquiry_area_text02{
	font-size:14px;
	margin-bottom:5px;
}
.inquiry_area_text03{
	font-size:18px;
	background:#EEEEEE;
	color:#333;
	padding:5px;
	line-height:24px;
	margin-bottom:5px;
}
.inquiry_area_text04{
	font-size:11px;
	margin-bottom:20px;
}


/* privacy */

.privacy {
	margin-top:20px;
	font-size:12px;
	color:#333;
	list-style-type:none;
}

.privacy dt {
	font-size:16px;
	font-weight:bold;
}

.privacy dd {
	margin:10px;
	line-height:14px;
}



/* about */

.about_table {
	margin-top:20px;
	font-size:14px;
	color:#333;
}

.about_table tr:nth-child(odd) {
	background:#E6E6E6;
}
.about_table tr:nth-child(even) {
	background:#EEEEEE;
}

.about_table td {
	border-bottom:1px solid #FFF;
	border-left:1px solid #FFF;
	font-size:90%;
	padding:5px;
}


.indispensable {
	font-size:12px;
	color:#BF0000;
	margin-right:20px;
}



/* faq */

ul.navi {
	width:100%;
	margin:0px;
}

ul.navi, ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.faq-list {
	margin-bottom:10px;
	height: 30px;
	padding:10px;
	line-height: 30px;
	text-indent:20px;
	border: #dadada 1px solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	cursor:pointer;
	color:#00B050;
	font-size:16px;
	font-weight:bold;
}

div.open {
/*	color:#BF0000;
*/}

ul.menu a{
	display:block;
	color: #164158;
}

ul.menu li{
	margin-bottom:10px;
	padding:10px;
	text-indent:25px;
	font-size:12px;
	border: #dadada 1px solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color:#EEEEEE;
}

/* 以下、松井追加20150305～ */
/*#function{ font-size:12px;}*/
.vertical_middle{ vertical-align:middle; }
span.small_text{ font-size:10px;}
.bg_cecece{ background:#cecece; padding:5px}
.campaign-area p{font-size:12px;}
.campaign-area p.memo{clear:both; word-break:break-all;}

blockquote{ padding:10px; margin:20px; background:#f0f0f0; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; line-height:1.6em; display:block; font-size:12px;}
blockquote.infobox{ padding:10px; margin:20px; background:#fff; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;line-height:1.6em; border:#cecece 1px solid;}
blockquote.infobox p{ margin:10px 0;}
blockquote.infobox p span{ margin:0 5px 0 0;}
blockquote.infobox ul li{list-style:none;}
.function-list01 { width:100%; border-collapse:separate;}
.function-list01 tr { background:#EEEEEE;}
.function-list01 th { font-size:14px; color:#333; font-weight: bold; padding:10px;}
.function-list01 th:not(.even) { background:#cecece;}
.function-list01 th.even { background:#39cc61;}
.function-list01 tr.center th{vertical-align:top; line-height:1.6em; text-align:center;}
.function-list01 tr.center th.memo{ min-width:200px;}
.function-list01 td{vertical-align:top; line-height:1.6em;}
.function-list01 tr.center td{vertical-align:middle; line-height:1.6em; text-align:center;}
.function-list01 td.center{vertical-align:middle; line-height:1.6em; text-align:center;}
.function-list01 tr td:first-child { font-weight:bold;}
.function-list01 div.center{text-align:center;}
.function-list01 select{ margin:0 5px; border:#CCC 1px solid;}
.function-list01 checkbox{ margin:0 5px;}

.ico_atte {background: url(../images/ico_atte.png) no-repeat 0 8px;padding: 7px 0 0 20px;}
.ico_exam {background: url(../images/ico_exam.png) no-repeat 0 8px;padding: 7px 0 0 20px;}	

.campaign_table_inline_bolck { display:inline-block; margin:0 5px 0 0;}
.function-list01 input{ padding:3px;}

a.submitinline {
	background: #00B050;
	/*background-image: -ms-linear-gradient(top, #0071bc 0%, #2e3192 100%);*//* IE10 Consumer Preview */
	/*background-image: -moz-linear-gradient(top, #0071bc 0%, #2e3192 100%);*//* Mozilla Firefox */
	/*background-image: -o-linear-gradient(top, #0071bc 0%, #2e3192 100%);*//* Opera */
	/*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0071bc), color-stop(1, #2e3192));*//* Webkit (Safari/Chrome 10) */
	/*background-image: -webkit-linear-gradient(top, #0071bc 0%, #2e3192 100%);*//* Webkit (Chrome 11+) */
	/*background-image: linear-gradient(to bottom, #0071bc 0%, #2e3192 100%);*//* W3C Markup, IE10 Release Preview */
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.10);
	border:1px solid #999;
	text-decoration:none;
	color:#ffffff;
	padding:2px 10px;
	height:16px;
	line-height:16px;
	text-align:center;
	display: inline;
	font-size:12px;
	min-width:30px;
}

a.submitinline:hover{
	background: #49CE69;
	/*background-image: -ms-linear-gradient(top, #008dea 0%, #3d41c0 100%);*//* IE10 Consumer Preview */
	/*background-image: -moz-linear-gradient(top, #008dea 0%, #3d41c0 100%);*//* Mozilla Firefox */
	/*background-image: -o-linear-gradient(top, #008dea 0%, #3d41c0 100%);*//* Opera */
	/*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #008dea), color-stop(1, #3d41c0));*//* Webkit (Safari/Chrome 10) */
	/*background-image: -webkit-linear-gradient(top, #008dea 0%, #3d41c0 100%);*//* Webkit (Chrome 11+) */
	/*background-image: linear-gradient(to bottom, #008dea 0%, #3d41c0 100%);*//* W3C Markup, IE10 Release Preview */
	border:1px solid #ddd;
	text-decoration:none;
	color:#ffffff;
	padding:2px 10px;
	height:16px;
	line-height:16px;
	text-align:center;
	display: inline;
	font-size:12px;
	min-width:30px;
	cursor:pointer;
}

/* 発送スペクタル　松井追加20150305～ */
.cal_stable {background-color: #fff;border-collapse: collapse;margin: 5px;float: left;}
.cal_stable td{padding: 5px;font-size: 12px;text-align: center;line-height: 12px; background:#fff; border:#ccc 1px solid;}
.cal_stable td.sat{background-color: #cff;}
.cal_stable td.hol, .cal_stable td.sun{background-color: #fcc;}
.cal_stable td.ship{background-color: #7cfc00;}

.cal_table {background-color: #fff;border-collapse: collapse;margin: 5px;float: left;}
.cal_table td{padding: 8px;font-size: 12px;text-align: center;line-height: 12px; background:#fff; border:#ccc 1px solid;}
.cal_table td.sat{background-color: #cff;}
.cal_table td.hol, .cal_table td.sun{background-color: #fcc;}
.cal_table td.ship{background-color: #7cfc00;}


/*発送スペオリジナル作成 薄井追加20151110*/
.hassouOri-area {margin:20px 0 0; font-size:12px; color:#333;}
.hassouOri-area h3{border-left: #00B050 solid 5px; font-size: 14px; font-weight: bold; color: #333; padding-left: 10px; margin-bottom: 10px;}
.hassouOri-area img{margin-bottom: 20px;}
.hassouOri-area ul{list-style:none; padding: 10px 0;}
.hassouOri-area li{list-style:none;}
.hassouOri-area span{font-weight:bold;}
.hassouOri-area p{margin-bottom: 10px;}
.hassouOri-area p.hassouOri-dl a{font-size:14px; border-1px solid 1px solid #999;color:#fff;padding:2px 10px; line-height:2;
background-color:#00B050;
border:1px solid #999;
border-radius:4px;
}

/*発送スペクタクルテンプレート選択部分 香取追加20160119*/
ul.temp_list_pc li, ul.temp_list_sp li{ float:left; }
ul.temp_list_sp li{ padding-left:18px; }

/*space-------------------------------------------------------------------*/
.space-1px {  height:1px; font-size:0; margin:0 0;}
.space-12px {  height: 12px; font-size:0; margin:0 0;}
.space-18px {  height: 18px; font-size:0; margin:0 0;}
.space-36px {  height: 36px; font-size:0; margin:0 0;}
.space-64px {  height: 64px; font-size:0; margin:0 0;}
.space-3px {  height:3px; font-size:0; margin:0 0;}
.space-5px {  height: 5px; font-size:0; margin:0 0;}
.space-6px {  height: 6px; font-size:0; margin:0 0;}
.space-9px {  height: 9px; font-size:0; margin:0 0;}
.space-15px {  height: 15px; font-size:0; margin:0 0;}
.space-24px {  height: 24px; font-size:0; margin:0 0;}
.space-140px {  height: 140px; font-size:0; margin:0 0;}
.space-120px {  height: 120px; font-size:0; margin:0 0;}
.space-600px {  height: 600px; font-size:0; margin:0 0;}

/* margin-------------------------------------------------------------------*/
.m0 {margin: 0px!important;}
.m3 {margin: 3px!important;}
.m5 {margin: 5px!important;}
.m10 {margin: 10px!important;}
.m15 {margin: 15px!important;}
.m20 {margin: 20px!important;}
.mAuto {margin:0 auto!important;}

/* margin-top-------------------------------------------------------------------*/
.mt0 {margin-top: 0px!important;}
.mt5 {margin-top: 5px!important;}
.mt10 {margin-top: 10px!important;}
.mt15 {margin-top: 15px!important;}
.mt20 {margin-top: 20px!important;}
.mt25 {margin-top: 25px!important;}
.mt30 {margin-top: 30px!important;}
.mt35 {margin-top: 35px!important;}
.mt40 {margin-top: 40px!important;}

/* margin-right-------------------------------------------------------------------*/
.mr0 {margin-right: 0px!important;}
.mr5 {margin-right: 5px!important;}
.mr8 {margin-right: 8px!important;}
.mr10 {margin-right: 10px!important;}
.mr12 {margin-right: 12px!important;}
.mr15 {margin-right: 15px!important;}
.mr20 {margin-right: 20px!important;}
.mr24 {margin-right: 24px!important;}
.mr25 {margin-right: 25px!important;}
.mr30 {margin-right: 30px!important;}
.mr35 {margin-right: 35px!important;}
.mr40 {margin-right: 40px!important;}

/* margin-bottom-------------------------------------------------------------------*/
.mb0 {margin-bottom: 0px!important;}
.mb5 {margin-bottom: 5px!important;}
.mb10 {margin-bottom: 10px!important;}
.mb15 {margin-bottom: 15px!important;}
.mb20 {margin-bottom: 20px!important;}
.mb25 {margin-bottom: 25px!important;}
.mb30 {margin-bottom: 30px!important;}
.mb35 {margin-bottom: 35px!important;}
.mb40 {margin-bottom: 40px!important;}
.mb50 {margin-bottom: 50px!important;}
.mb60 {margin-bottom: 60px!important;}

/* margin-left-------------------------------------------------------------------*/
.ml0 {margin-left: 0px!important;}
.ml5 {margin-left: 5px!important;}
.ml8 {margin-left: 8px!important;}
.ml10 {margin-left: 10px!important;}
.ml12 {margin-left: 12px!important;}
.ml15 {margin-left: 15px!important;}
.ml20 {margin-left: 20px!important;}
.ml21 {margin-left: 21px!important;}
.ml24 {margin-left: 24px!important;}
.ml25 {margin-left: 25px!important;}
.ml30 {margin-left: 30px!important;}
.ml35 {margin-left: 35px!important;}
.ml40 {margin-left: 40px!important;}
.ml50 {margin-left: 50px!important;}

/* padding-------------------------------------------------------------------*/
.p0{padding: 0px!important;}
.p3{padding: 3px!important;}
.p5{padding: 5px!important;}
.p10{padding: 10px!important;}
.p15{padding: 15px!important;}
.p20 {padding: 20px!important;}
.p30 {padding: 30px!important;}

/* padding-top-------------------------------------------------------------------*/
.pt0 {padding-top: 0px!important;}
.pt5 {padding-top: 5px!important;}
.pt10 {padding-top: 10px!important;}
.pt15 {padding-top: 15px!important;}
.pt20 {padding-top: 20px!important;}
.pt25 {padding-top: 25px!important;}
.pt30 {padding-top: 30px!important;}
.pt35 {padding-top: 35px!important;}
.pt40 {padding-top: 40px!important;}

/* padding-right-------------------------------------------------------------------*/
.pr0 {padding-right: 0px!important;}
.pr5 {padding-right: 5px!important;}
.pr10 {padding-right: 10px!important;}
.pr15 {padding-right: 15px!important;}
.pr20 {padding-right: 20px!important;}
.pr25 {padding-right: 25px!important;}
.pr30 {padding-right: 30px!important;}
.pr35 {padding-right: 35px!important;}
.pr40 {padding-right: 40px!important;}

/* padding-bottom-------------------------------------------------------------------*/
.pb0 {padding-bottom: 0px!important;}
.pb5 {padding-bottom: 5px!important;}
.pb10 {padding-bottom: 10px!important;}
.pb15 {padding-bottom: 15px!important;}
.pb20 {padding-bottom: 20px!important;}
.pb25 {padding-bottom: 25px!important;}
.pb30 {padding-bottom: 30px!important;}
.pb35 {padding-bottom: 35px!important;}
.pb40 {padding-bottom: 40px!important;}

/* padding-left-------------------------------------------------------------------*/
.pl0 {padding-left: 0px!important;}
.pl5 {padding-left: 5px!important;}
.pl10 {padding-left: 10px!important;}
.pl15 {padding-left: 15px!important;}
.pl20 {padding-left: 20px!important;}
.pl24 {padding-left: 24px!important;}
.pl25 {padding-left: 25px!important;}
.pl30 {padding-left: 30px!important;}
.pl35 {padding-left: 35px!important;}
.pl40 {padding-left: 40px!important;}


/* ファイルアップロード部品用CSS----------------------------------------------------*/
.selUpFile {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: .10em;
  border: 1px solid #999;
  background-color: #eee;
}

.selUpFile input[type="file"] {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 100px;
  cursor: pointer;
}
.selUpFile input[type="button"] {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 100px;
  cursor: pointer;
}

/* フローティング メニュー作成 香取追加20160115追加----------------------------------*/
#flt_wrapp{
	position:fixed;
	bottom:0;
	padding-bottom:10px;
	background-color:rgba(255,255,255,0.48);
	width:100%;
}

#flt_menu{
	position:relative;
	left:235px;
	width:78%;
	min-width:864px;
	padding-top:5px;
	
}

#flt_menu > div{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
}

#flt_menu > div > div{
	
	width:96px;
	
}

#flt_menu p{
	text-align:center;
	font-size:12px;
	color:#000;
	font-weight:bold;
	position:relative;
}

#flt_menu img{
	width:40px;
	display:block;
	margin:auto;
}

/* リアコメ データツール部分修正 香取追加20160210追加----------------------------------*/
p.pager_btm{
	
	margin:-10px 0 10px 0;
	
}

/*-- manualの「PageTop」「ManualTop」ボタン --*/
#btns{
	position: fixed;
    bottom: 30px;
    right: 20px;
}

#btns p:first-child{
	margin-bottom: 10px;
}

#btns p{
	background-color: #267A47;
    color: #FFF;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
}

#btns p a{
	    color: #FFF;
    display: block;
    position: relative;
    top: 13px;
    line-height: 15px;
    font-size: 12px;
}

/*/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
7/18 追加 アップロードページ
/_/_/_/_/_/_/_/_/_/_*/

#upwrap {
	width:100%;
}

#upwrap h2 {
	margin-top:50px;
	padding:20px 0;
	font-size:24px;
	color:#666666;
	text-align:center;
}



#upload_area {
	width:670px;
	height:290px;
	border: 3px dashed #808080;
	margin:0 auto;
}

#upload_area h3 {
	padding:40px;
	text-align:center;
	font-size:21px;
	color:#666666;
	font-weight:normal;
	text-shadow: 1px 1px 1px rgba(124, 126, 129, 0.41);
}

.upload_bt {
	width:160px;
	margin:20px auto 0 auto; 
}

