/* CSS Document */

@charset "utf-8";

html,body
{
	height:100%;
}

body,p,ul,ol,li,h1,h2,h3,h4,h5,h6,dl,dt,dd
{
	margin:0px;
	padding:0px;
}

em
{
	visibility:hidden;
}

body
{
	position:relative;
	left:0;
	width:100%;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:13px;
	line-height:150%;
	color:#000000;
	overflow-x:hidden;
}

.clear
{
	clear:both;
	line-height:0px;
	height:0px;
	padding:0;
	margin:0;
}

a:link,a:visited
{
	color: #214FFF;
	text-decoration:underline;
}

a:active,a:hover
{
	color:#CC3333;
	text-decoration:none;
}
h2 {
	font-size: 30px;
	line-height: 180%;
	text-align: center;
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
h2 {
	font-size: 24px;
	line-height: 180%;
	text-align: center;
	margin-bottom: 20px;
}
}


/*====================================================
/*　汎用クラス
/*==================================================*/
.wrap {
	max-width: 1000px;
	margin: 0 auto;
}
.wrap_small {
	max-width: 640px;
	margin: 0 auto;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.inline {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

.for_pc {
	display: block;
}
.for_sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.for_sp {
	display: block;
}
}
@media screen and (max-width: 640px) {
.for_pc {
	display: none;
}
.for_sp {
	display: block;
}
}


/* text
/*---------------------------------------- */
.alignL
{
	text-align:left;
}

.alignC
{
	text-align:center;
}

.alignR
{
	text-align:right;
}

.caution
{
	color:#FF0004;
}

.attention
{
	color:#FF0004;
	text-decoration:underline;
}

.big
{
	font-size: 140%;
	line-height: 180%;
	font-weight: bold;
}
.small {
	font-size: 85%;
}
.public
{
	color:#FFFFFF;
}

.unpublic
{
	color:#E5E5E5;
}
.text-danger
{
	color: #DD2326;
}
.text-info
{
	color: #10A68C;
}
.text-primary
{
	color: #166592;
}
.col2 {
	color: #009193;
}

.txtRed {
	color: #FF0000;
}


/* margin
/*---------------------------------------- */
.mt30 {
	margin-top: 30px;
}
.mt50 {
	margin-top: 50px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb100 {
	margin-bottom: 100px;
}
.mb150 {
	margin-bottom: 150px;
}
.all_p20 {
	padding: 20px;
}
.small {
	font-size: 85%;
}
.fbox100 {
	clear: both;
	height: 100px;
}
@media screen and (max-width: 640px) {
.mb100,
.mb150 {
	margin-bottom: 50px;
}
.fbox100 {
	height: 50px;
}
}


/*====================================================
/*　レイアウト
/*==================================================*/
/*
#header
{
	background: #FFF;
	border-bottom: solid 2px #36496D;
	padding: 0;
}

#header_main
{
	overflow:hidden;
	margin:0 auto;
	padding: 0 20px;
}
#header_main .left_box
{
	float:left;
}

#header_main .right_box
{
	overflow:hidden;
	float: right;
	font-size:90%;
}

#header_main h1
{
	float:left;
	font-size:20px;
	line-height:120%;
	text-align:left;
	margin-right:15px;
	margin-bottom:5px;
	padding-top:8px;
}

#header_main h1 a
{
	color:#000;
	text-decoration:none;
}

#header_main .button_open a
{
	display:block;
	height:20px;
	background:#D92C2F;
	margin-top: 5px;
	padding:5px;
	color:#FFFFFF;
	cursor:pointer;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-align:center;
	text-decoration:none;
}
#header_main .button_open a:hover
{
	background:#FF484B;
}
#header_main .button_open i
{
	margin-right:5px;
}

#header_main p
{
	float:left;
	margin-right:20px;
	padding-top: 12px;
}
#header_main .button_logout
{
	overflow:hidden;
	float: right;
	line-height:180%;
}
#header_main .button_logout a
{
	display:block;
	color:#FFF;
	background: #333;
	padding: 10px;
	text-decoration:none;
}
#header_main .button_logout a:hover
{
	background:#999;
}

#header_main .button_logout i
{
	margin-right:5px;
}
*/
/*============================================================
/* header
/*=========================================================*/
header {
	overflow: hidden;
	color: #FFF;
	background: #163d8e;
	background: -moz-linear-gradient(top, #163d8e 80%, #ffffff 80%);
	background: -webkit-linear-gradient(top, #163d8e 80%, #ffffff 80%);
	background: linear-gradient(to bottom, #163d8e 80%, #ffffff 80%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#163d8e', endColorstr='#ffffff', GradientType=0 );
	padding: 20px 8% 0;
}
header h1, header p.logo {
	float: left;
	background: #FFF;
	border: solid 2px #163d8e;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 20px 10px;
}
header .fright {
	overflow: hidden;
	width: 65%;
	text-align: right;
	padding-top: 10px;
}

@media screen and (max-width: 830px) {
header .fright {
	font-size: 90%;
	width: 60%;
}
}
header .fright .btn.single {
	width: 30%;
	float: right;
	margin: 0 0 0 20px;
}
header .fright h2 {
	float: right;
	font-size: 20px;
	line-height: 180%;
	padding-top: 5px;
}
header .fright p {
	float: right;
	margin-left: 20px;
	padding-top: 10px;
}

#wrapper h2
{
	font-size:22px;
	line-height:140%;
	background: #E0F3FC;
	border-bottom: solid 1px #FFF;
	margin: -15px 0 15px;
	padding:10px;
}

/*============================================================
/* layout
/*=========================================================*/
#wrapper
{
	clear: both;
	position: relative;
	overflow-y: auto;
	width: 100%;
	height: auto !important;
	height: 100%;
	/*min-height: 100%;*/
	padding-top: 30px;
}

#main
{
	width:65%;
	margin:15px auto;
}
/*
#wrapper.open #main
{
//	margin-left:30px !important;
}
*/
.pagetop
{
	font-size:90%;
	margin:0 0 10px;
	text-align:right;
}

footer p
{
	font-size:90%;
	color:#FFF;
	background: #36496D;
	clear:both;
	width:100%;
	border-top:solid 1px #CCCCCC;
	padding:20px 0;
	text-align:center;
}

/*====================================================
/*　左サイドバー
/*==================================================*/
#panel
{
//	position:fixed;
	top:70px;
//	left:-240px;
	width:240px;
	height:100%;
	background:#EEEEEE;
	float:left;
}

#panel ul li
{
	font-weight:bold;
	list-style:none;
	color:#FFFFFF;
	background:#9E9E9E;
	border-bottom:solid 1px #CCCCCC;
	margin:0;
	padding:10px;
}

#panel ul li:last-child
{
	border-bottom:none;
}

#panel ul li ol
{
	border-top:solid 1px #CCCCCC;
	margin:10px -10px -10px;
}

#panel ul li ol li
{
	font-weight:lighter;
	padding:0;
}

#panel ul li ol li:last-child
{
	border-bottom:none;
}

#panel ul li ol li a
{
	display:block;
	background:#EEEEEE;
	padding:10px 15px;
}

#panel ul li ol li a:hover
{
	background:#FFF9E0;
}

/*====================================================
/*　汎用
/*==================================================*/
.box
{
	overflow: hidden;
	background: #FFF;
	border:solid 1px #CCCCCC;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-bottom:20px;
}
.box.sub {
	background: #E8E8E8;
}
.box h3
{
	font-size:18px;
	line-height:150%;
	background:#FFFFFF;
	background:-moz-linear-gradient(top,#FFFFFF 0%,#F2F2F2 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#FFFFFF),color-stop(100%,#F2F2F2));
	background:-webkit-linear-gradient(top,#FFFFFF 0%,#F2F2F2 100%);
	background:-o-linear-gradient(top,#FFFFFF 0%,#F2F2F2 100%);
	background:-ms-linear-gradient(top,#FFFFFF 0%,#F2F2F2 100%);
	background:linear-gradient(to bottom,#FFFFFF 0%,#F2F2F2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#F2F2F2',GradientType=0);
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	margin-bottom:12px;
	padding:10px;
}
.box.sub h3 {
	border-bottom: solid 1px #CCC;
}
.box #cke_mail_template_content {
	width: auto !important;
}
.box h4
{
	font-size:16px;
}

.box h4.alignC
{
	margin-bottom:12px;
}

.box p
{
	padding:0 15px 15px;
}
.box p.btn_search {
	cursor: pointer;
	display:block;
	width: 36%;
	color: #FFF;
	background: #d92c2f;
	margin: 0 auto 15px;
	padding:10px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-decoration:none;
	text-align: center;
}
.box p.btn_search:hover {
	background: #ff484b;
}
.box p strong
{
	font-size:140%;
	line-height:150%;
	color:#E52F32;
}

.box td p
{
	padding:0 0 15px;
}

.box table
{
	width:96.5%;
	border-collapse:collapse;
	margin:0 15px 15px;
}

.box th
{
	background:#f2f2f2;
	border:solid 1px #CCCCCC;
	padding:8px;
//	text-align: left;
}

.box td
{
	border:solid 1px #CCCCCC;
	padding:8px;
}
.box td input[type="text"]
{
	width: 98.5%;
	margin-bottom: 5px;
}
.box td input.w80 {
	width: 80px;
}
.box td input.w100 {
	width: 100px;
}
.box td input.w150 {
	width: 150px;
}
.box td input.w300 {
	width: 300px;
}
.box td strong
{
	font-size:140%;
	line-height:150%;
}

.box td ul li
{
	float:left;
	list-style:none;
	margin-right:15px;
}

.box td ol li
{
	list-style:none;
	margin-bottom:3px;
}

.box td ol li:last-child
{
	margin-bottom:0;
}

.box dl
{
	width:80%;
	margin:0 auto 20px;
}

.box dt
{
	float:left;
	clear:left;
	font-size:120%;
	font-weight:bold;
	padding-top:10px;
}

.box dd
{
	margin-left:120px;
	margin-bottom:10px;
}

/* form */
.box form
{
	padding:0 15px 15px;
}

.box form input
{
	font-size:15px;
	line-height:160%;
	display:inline-block;
	max-width:80%;
	border:solid 1px #CCCCCC;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-right:10px;
	padding:5px 7px;
}

/* Pager */
.number
{
	font-size:15px;
	line-height:150%;
	width:96%;
	text-align:center;
	border-bottom:solid 1px #CCCCCC;
	margin:0 auto 10px;
	padding:6px 0;
}

.number strong
{
	font-size:140%;
	line-height:150%;
	color:#EF383B;
	display:inline-block;
	padding:0 2px;
}

.pager
{
	font-size:14px;
	line-height:140%;
	overflow:hidden;
	text-align:center;
	margin:12px auto;
}

.pager span.pager_current,.pager a
{
	display:inline-block;
	border:solid 1px #CCCCCC;
	margin:2px;
	padding:2px 7px;
	text-decoration:none;
}

.pager span.pager_current
{
	background:#DCDCDC;
}

.pager a:hover
{
	background:#FFFB91;
}

.pager a.pager_prev,.pager a.pager_prev:hover,.pager a.nextprev,.pager a.nextprev:hover
{
	background:none;
	border:none;
	padding:0;
}

/*====================================================
/*　詳細ページ
/*==================================================*/
/* 顧客一覧 */
.mail_ok {
	display: inline-block;
	background: #FFE83F;
	margin-left: 15px;
	padding: 5px 10px;
}
.mail_ng {
	display: inline-block;
	background: #B5C3CE;
	margin-left: 15px;
	padding: 5px 10px;
}


span.must
{
	font-size:80%;
	font-weight:lighter;
	float:right;
	display:inline-block;
	color:#FFFFFF;
	background:#EF383B;
	padding:1px 5px;
	border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
}

h4.alignC a
{
	display:block;
	width:97%;
	background:#C9C9C9;
	background:-moz-linear-gradient(top,#C9C9C9 0%,#AAA 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#C9C9C9),color-stop(100%,#AAA));
	background:-webkit-linear-gradient(top,#C9C9C9 0%,#AAA 100%);
	background:-o-linear-gradient(top,#C9C9C9 0%,#AAA 100%);
	background:-ms-linear-gradient(top,#C9C9C9 0%,#AAA 100%);
	background:linear-gradient(to bottom,#C9C9C9 0%,#AAA 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#C9C9C9',endColorstr='#AAA',GradientType=0);
	border:solid 1px #C9C9C9;
	margin:0 auto;
	padding:15px 0;
}

.url
{
	margin-bottom: 30px;
}
.url a
{
	font-size:120%;
	line-height:150%;
	font-weight:bold;
	display:block;
	text-align:center;
	background:#FFFDDB;
	border:solid 1px #CCCCCC;
	padding:10px 0;
	text-decoration:none;
}

.url a:hover
{
	background:#FFFB91;
}


/*---------CTI_renew---------*/
.box.cti_renew
{
	padding:10px 15px 10px;
	margin-bottom:0;
	border:none;
}
.box.cti_renew table
{
	width:100%;
	margin:0;
}
.box.cti_renew table th,
.box.cti_renew table td
{
	font-size:98%;
	letter-spacing:-0.5px;
	padding:5px;
	vertical-align:middle;
}
.cti_hr
{
	color:#CCCCCC;
}
.cti_renew_list a
{
	color:#000000;
	text-decoration:none;
	display:block;
	border:2px solid #CCCCCC;
	font-size:120%;
}
.cti_renew_list a:hover
{
	background:#FDFFC0 none repeat scroll 0 0;
}

/*---------横４列並び---------*/
.box_4line {
	float: left;
	width: 24.5%;
	margin-right: 10px;
}
#cti_main section:nth-child(4n) {
	margin-right: 0;
}



/*----------TOPアイコン付きボタン-------------*/
ul.list_01_menu,
ul.list_02_menu,
ul.list_03_menu,
ul.list_04_menu {
	overflow: hidden;
	max-width: 800px;
	margin: 0 auto 20px;
	padding: 20px 20px 0;
	text-align: center;
}
ul.list_01_menu li {
	list-style: none;
	width: 100%;
	margin: 0 auto;
}
ul.list_02_menu li {
	list-style: none;
	float: left;
	width: 46.6533%;
	margin: 0 3.33333%;
}
ul.list_03_menu li {
	list-style: none;
	float: left;
	width: 28.8333%;
	margin: 0 3.33333%;
}
ul.list_04_menu li {
	list-style: none;
	float: left;
	width: 20%;
	margin: 0 3.33333%;
}
ul.list_01_menu li a,
ul.list_02_menu li a,
ul.list_03_menu li a,
ul.list_04_menu li a {
	display: block;
	color: #000;
	border: solid 2px #CCC;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 0 auto;
	padding: 10px 0;
	text-decoration: none;
}
ul.list_01_menu p,
ul.list_02_menu p,
ul.list_03_menu p,
ul.list_04_menu p {
	min-height: 2em;
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
	padding: 10px 0;
}
ul.list_01_menu li a:hover,
ul.list_02_menu li a:hover,
ul.list_03_menu li a:hover,
ul.list_04_menu li a:hover {
	border: solid 2px #E02C2C;
}
ul.list_01_menu img,
ul.list_02_menu img,
ul.list_03_menu img,
ul.list_04_menu img {
	display: inline-block;
	max-width: 60%;
	vertical-align: bottom;
}

/* 各リスト最初と最後の余白調整用 */
ul.list_02_menu li:first-child,
ul.list_03_menu li:first-child,
ul.list_04_menu li:first-child {
	margin-left: 0;
}
ul.list_02_menu li:last-child,
ul.list_03_menu li:last-child,
ul.list_04_menu li:last-child {
	margin-right: 0;
}


/* top_news */
.box.news dl
{
	overflow: hidden;
	margin:0 auto;
}

.box.news dt
{
	font-size:100%;
	font-weight: lighter;
	color: #666;
	padding-top: 0;
}

.box.news dd
{
	margin-left:100px;
	margin-bottom:20px;
}


/*　form
/*---------------------------------------- */
input[type="text"],
input[type="password"],
textarea {
	font-size: 108%;
	font-weight: bold;
	padding: 6px;
	border: solid 1px #B8B8B8;
}
select {
	display: inline-block;
	vertical-align: bottom;
	font-size: 108%;
	border: solid 1px #B8B8B8;
	padding: 5px;
}
input[type="button"] {
	border: none;
}
.box50 {
	width: 50px;
}
.box80 {
	width: 80px;
}
.box100 {
	width: 100px;
}
.box150 {
	width: 150px;
}
.box200 {
	width: 200px;
}
.box300 {
	width: 300px;
	max-width: 100%;
}
.box_max {
	width: 95%;
}

/*====================================================
/*　ボタン関係
/*==================================================*/
/*
.btn_01 a
{
	font-size:16px;
	line-height:150%;
	display:block;
	width:250px;
	margin:0 auto 20px;
	padding:10px 0;
	text-align:center;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
*/
ul.btn_list_01
{
	overflow:hidden;
	width:90%;
	margin:0 auto 15px;
	text-align:center;
}
ul.btn_list_01 li
{
	display:inline-block;
	list-style:none;
	width:45%;
	text-align:center;
	padding:10px;
}
p.btn_list_01
{
	overflow:hidden;
	width:45%;
	text-align:center;
	margin:0 auto 15px;
	padding:10px;
}
.btn_list_01 a
{
	display:block;
	width: 50%;
	min-width: 200px;
	margin: 0 auto;
	padding:10px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-decoration:none;
}

ul.btn_list_02
{
	overflow:hidden;
	width:90%;
	margin:0 auto 15px;
}

ul.btn_list_02 li
{
	float:left;
	list-style:none;
	width:45%;
	text-align:center;
	padding:10px;
}

ul.btn_list_02 li a
{
	display:block;
	width: 50%;
	min-width: 200px;
	margin: 0 auto;
	padding:10px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-decoration:none;
}

ul.btn_list_03
{
	overflow:hidden;
	width:90%;
	margin:0 auto 15px;
}

ul.btn_list_03 li
{
	float:left;
	list-style:none;
	width:30%;
	text-align:center;
	padding:10px;
}

ul.btn_list_03 li a
{
	display:block;
	padding:10px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-decoration:none;
}

ul.btn_list_04
{
	overflow:hidden;
	width:90%;
	margin:0 auto 15px;
	text-align:center;
}

ul.btn_list_04 li
{
	display:inline-block;
	list-style:none;
	width:20%;
	text-align:center;
	padding:10px;
}

ul.btn_list_04 li a
{
	display:block;
	padding:10px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-decoration:none;
}

ul.btn_list_05
{
	overflow:hidden;
	width:90%;
	margin:0 auto 15px;
	text-align:center;
}

ul.btn_list_05 li
{
	display:inline-block;
	list-style:none;
	width:16%;
	text-align:center;
	padding:10px;
}

ul.btn_list_05 li a
{
	display:block;
	padding:10px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-decoration:none;
}
.delete {
	float: right;
	padding: 0 15px 15px;
}
.delete a {
	font-size: 85%;
	display: block;
	color: #FFF;
	background: #C51D20;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding: 10px;
	text-decoration: none;
}
.delete a:hover {
	background: #8E2728;
}


/*button color */
.btn a.btn_submit,
.btn input[type="bubmit"].btn_submit,
.btn button.btn_submit {
	color:  #FFF;
	background: #163D8E;
}
.btn a.btn_submit:hover,
.btn input[type="bubmit"].btn_submit:hover,
.btn button.btn_submit:hover {
	background: #0e48c1;
}

.btn a.btn_submit_sub,
.btn input[type="bubmit"].btn_submit_sub,
.btn button.btn_submit_sub {
	color:  #FFF;
	background: #32A3D9;
}
.btn a.btn_submit_sub:hover,
.btn input[type="bubmit"].btn_submit_sub:hover,
.btn button.btn_submit_sub:hover {
	background: #35B4F1;
}

.btn a.btn_back,
.btn input[type="bubmit"].btn_back,
.btn button.btn_back {
	color:  #FFF;
	background: #888;
}
.btn a.btn_back:hover,
.btn input[type="bubmit"].btn_back:hover,
.btn button.btn_back:hover {
	background: #999;
}


/* COLOR */
a.red,
.red a,
input.red,
.red input
{
	color:  #FFF;
	background: #32A3D9;
}
a.red:hover,
.red a:hover,
input.red:hover,
.red input:hover
{
	background: #35B4F1;
}
a.gray,
.gray a,
input.gray,
.gray input
{
	color:  #FFF;
	background: #888;
}
a.gray:hover,
.gray a:hover,
input.gray:hover,
.gray input:hover
{
	background: #999;
}
a.dark,
.dark a,
input.dark,
.dark input
{
	font-size: 110%;
	font-weight:bold;
	color:#FFF;
	background: #19313D;
	cursor:pointer;
	text-decoration:none;
}
a.dark:hover,
.dark a:hover,
input.dark:hover,
.dark input:hover
{
	background: #325C70;
}
input.blue,
.blue input,
.blue a,
a.blue
{
	font-size: 110%;
	font-weight:bold;
	color:#FFFFFF;
	background: #2B7696;
	cursor:pointer;
	text-decoration:none;
}
input.blue:hover,
.blue input:hover,
.blue a:hover,
a.blue:hover
{
	background: #4099BC;
}

.bg_gray
{
	background:#C9C9C9;
}


/* buttons */
.btn a {
	display: block;
	text-decoration: none;
		border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	padding: 12px 0;
}
.btn.single {
	width: 40%;
	margin: 20px auto 0;
	text-align: center;
}
.btn.single a {
	display: block;
	text-decoration: none;
		border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
	padding: 12px 0;
}
.btn.twin {
	overflow: hidden;
	text-align: center;
}
.btn.twin li {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	width: 25%;
	margin: 0 10px;
}




#main_column_one
{
	width: 90%;
//	max-width: 1060px;
	margin: 0 auto;
	padding-bottom: 150px;
}

#main_column_two
{
	margin:15px 15px 15px 255px;
}

#panel_column_two
{
	width:240px;
	height:100%;
	background:#FFF;
	float:left;
}

#panel_column_two ul li
{
	font-size: 120%;
	line-height: 140%;
	font-weight:bold;
	list-style:none;
	background: #E3E3E3;
	margin:0 0 1px;
	padding:10px;
	cursor: pointer;
}
#panel_column_two ul li span.right i.fa {
	display: block;
	font-size: 120%;
	float: right;
	padding-top: 2px;
}
#panel_column_two ul li:hover {
	background: #EFB6B6;
}
#panel_column_two ul li:hover span.right i.fa {
	position: relative;
	top: 3px;
}
#panel_column_two ul li:last-child
{
	border-bottom:none;
}

#panel_column_two ul li ol
{
	margin:10px -10px -10px;
}

#panel_column_two ul li ol li
{
	font-size: 90%;
	font-weight:lighter;
	border-bottom:solid 1px #CCCCCC;
	margin-bottom: 0;
	padding:0;
}

#panel_column_two ul li ol li:last-child
{
	border-bottom:none;
}

#panel_column_two ul li ol li a
{
	display:block;
	color: #000;
	background:#FFF;
	padding:10px 15px 10px 30px;
}

#panel_column_two ul li ol li a:hover
{
	background:#FFF9E0;
}

.bg_close
{
	background:#DDDDDD;
}

/* ---------------------------------------------------- */
/* エラー用 */
/* ---------------------------------------------------- */
.bg_error
{
	background:#FF8C00;
}
.text_error
{
	color:#FF0000;
}

/* ---------------------------------------------------- */
/* 画像登録 */
/* ---------------------------------------------------- */
.box th span.mini {
	font-size: 85%;
	font-weight: lighter;
}
.box td .upload {
	display: inline-block;
	margin-bottom: 20px;
	text-align: center;
	border: dotted 1px #CCC;
	padding: 0;
}
/* ---------------------------------------------------- */
/* login_form */
/* ---------------------------------------------------- */
.login {
	overflow: hidden;
	width: 600px;
	background: #FFF;
	margin: 60px auto;
	padding: 40px 20px;
	box-shadow: 0 1px 6px #ccc;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.login h1 {
	text-align: center;
	margin-bottom: 30px;
}
.login dl {
	overflow: hidden;
	text-align: center;
}
.login dt {
	display: inline-block;
	vertical-align: top;
	width: 15%;
	margin-bottom: 20px;
	padding-top: 6px;
}
.login dd {
	display: inline-block;
	vertical-align: top;
	width: 74%;
	margin-bottom: 20px;
}
.login dd input, .login.forgot p input {
	width: 95%;
}
.login.forgot h2 {
	font-size: 16px;
	line-height: 200%;
	margin: -40px -20px 40px;
	background: #f1f1f1;
	padding: 15px 0;
}
.login.forgot p {
	margin-bottom: 20px;
	text-align: center;
}

::-webkit-input-placeholder {
 color:#ccc;
 font-size: 90%;
 font-weight: lighter;
}
::-moz-placeholder {
 color:#ccc;
 opacity: 1;
 font-size: 90%;
 font-weight: lighter;
}
/* Internet Explorer 10-11 */
:-ms-input-placeholder {
 color:#ccc;
 font-size: 90%;
 font-weight: lighter;
}
