/**
* template.css
*/
body{
	line-height:1.7em;
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', sans-serif;
	font-size: 12px;
	color: #333333;
}
a {
	color: #144A6A;
	text-decoration: none;
}
a:hover {
	color: #30569D;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
}

ul{
	margin-left:0;
}
ul li{
	list-style: none;
}

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

.clear:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
.clear{display: inline-block;} 
/* Hides from IE Mac */
* html .clear {height: 1%;}
.clear{display:block;}
/* End Hack */

/*------------------------------------*/
/* header */
header {
	margin-bottom:0px;
}
header #header_top{
	padding: 10px 4px 10px 12px;
	background-color: #FFF;
	background-position: right top;
	border-bottom: 5px solid #000;
}
header #header_top div{
	float:left;
	height:40px;
	/*line-height:30px;*/
}
header #header_text{
	padding-left:5px;
	line-height:40px;
	color:#333;
	font-size:14px;
	font-weight:normal;
}

header #menubar {
	width: 100%;
}
header .menubackgr {
	padding-left:7px;
	background: #F1F3F5;
	border-bottom: 1px solid #cccccc;
}
header #menubackgr-bottom {
	height:10px;
	background: url(../img/header_shadow.gif) repeat-x;
}
header #myMenuID table{
	border-collapse:inherit;
} 
header #myMenuID table td{
	font-size:11px;
}
header #myMenuID img{
	vertical-align:middle;
}

/*------------------------------------*/
/* footer */
footer {
	text-align:center;
	margin: 20px 0 10px;
	padding:15px;
}
footer ul.logos li{
	margin-left:10px;
	display: inline-block;
}
footer ul.logos li img{
	height:18px;
}

/*------------------------------------*/
/* container */
#container{
	padding:0 20px 20px;
}

/*------------------------------------*/
/* wrap */
#wrap{
	padding:0 15px 15px;
}
#wrap #wrap_sub{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.inline-div
{
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}
.inline-div .title
{
	font-weight:bold;
	color:#144A6A;
}
.inline-div .description
{
	padding:5px 15px;
}

/*------------------------------------*/
/* login form */
#wrap_login{
	width:500px;
	margin: 0 auto;
	padding-top: 35px;
}

#wrap_login .pic_login{
	text-align:center;
	padding:20px 0;
	background-color:#F1F3F5;	
}

/*------------------------------------*/
/* heading */
.adminheading{
	height: 48px;
	margin-bottom:10px;
}
.adminheading h2{
	line-height:48px;
	font-size:18px;
	font-weight:bold;
	text-indent: 60px;
	color: #144A6A;
	float:left;
	border:  none;
}

.adminheading h2.user{
	background: url(../img/user.png) no-repeat left;	
}
.adminheading h2.frontpage{
	background: url(../img/frontpage.png) no-repeat left;	
}
.adminheading h2.alert{
	background: url(../img/alert.png) no-repeat left;	
}
.adminheading h2.list{
	margin:15px 0 0;
	background: url(../img/icon_list.png) no-repeat left;	
	line-height:24px;
	font-size:18px;
	font-weight:normal;
	text-indent: 40px;
	color: #144A6A;
}

.adminheading .right{
	height:20px;
	line-height:20px;
	margin-top:30px;
	padding-left:25px;
	float:right;
	font-size: 14px;
	font-weight:bold;
}

.adminheading .list_mini{
	background: url(../img/icons/list.png) no-repeat left;

}
.adminheading .edit_mini{
	background: url(../img/icons/edit.png) no-repeat left;
}

/*------------------------------------*/
/* standard list style table */
table.adminlist {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #c5c5c5;
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;
}

table.adminlist thead td {
	font-weight:bold;
	text-align:left;
	background-color: #c5c5c5;
}

table.adminlist th {
	margin: 0px;
	padding: 6px 4px 2px 4px;
	height: 25px;
	text-align:left;
	/*background: url(../img/background.jpg);*/
	background-repeat: repeat-x;
	background-color: #d9d9d9;
	font-size: 11px;
	color: #000;
}

table.adminlist th.title {
	text-align: left;
}

table.adminlist th.center {
	text-align: center;
}

table.adminlist th a:link,table.adminlist th a:visited {
	/*color: #c64934;*/
	color: #144A6A;
	text-decoration: underline;
}

table.adminlist th a:hover {
	text-decoration: underline;
}

table.adminlist tr.row0 {
	background-color: #f9f9f9;
	text-align: left;
}

table.adminlist tr.row1 {
	background-color: #ffffff;
	text-align: left;
}

table.adminlist tr.row2 {
	background-color: #FFF;
	text-align: left;
}

table.adminlist td {
	border-bottom: 1px solid #e9e9e9;
	padding: 4px;
}

table.adminlist tr.row0:hover {
	background-color: #afeeee;
}

table.adminlist tr.row1:hover {
	background-color: #f1f1f1;
	background-color: #afeeee;
}

table.adminlist td.options {
	background-color: #ffffff;
	font-size: 8px;
}

table.adminlist img {
	margin:0 5px 0 5px;
}

table.adminlist tfoot tr {
	background-color: #e9e9e9;
}

select.options,input.options {
	font-size: 8px;
	font-weight: normal;
	border: 1px solid #999999;
}

table.adminlist td{
	word-break: break-all;
}

/*------------------------------------*/
/* standard form style table */
table.adminform {
	background-color: #ffffff;
	border: solid 1px #c5c5c5;
	width: 100%;
	padding: 10px;
	border-collapse: collapse;
}

table.adminform tfoot tr {
	background-color: #f2f2f2;
}

table.adminform th {
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	height: 25px;
	/*background: url(../img/background.jpg);*/
	background-color: #d9d9d9;
	background-repeat: repeat-x;
	color: #000;
}

table.adminform td.label
{
	text-align:right;
	background-color: #f9f9f9;
}

table.adminform td.label_colall
{
}

table.adminform td {
	padding: 10px;
	text-align: left;
	border: solid 1px #e9e9e9;
}

table.adminform td.editor {
	font-size: 9px;
}

table.adminform input[type="button"]
,table.adminform input[type="submit"]
,table.adminform input[type="reset"]
{
	font-size: 14px;
	color: #050505;
	padding: 5px 10px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 50%,
		#dbdbdb 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ebebeb),
		color-stop(0.50, #dbdbdb),
		to(#b5b5b5));
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #949494;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}

/*------------------------------------*/
/* information box */
.info {
	text-align:left;

	color: #f39800;
	/*color: #307B96;*/
	/*color: #307EA2;*/
	font-size: 14px;
	font-weight: bold;
	font-weight: normal;

	margin-bottom: 5px;
	padding-left: 17px;
	background: url(../img/icons/n_info.png) no-repeat left 50%;
}

.info_normal {
	text-align:left;
	line-height:18px;
	padding-left:25px;
	padding-bottom:3px;
	background: url(../img/icons/info.png) no-repeat left 0%;
	vertical-align:top;
}

.info_loading {
	text-align:left;
	line-height:18px;
	padding-left:25px;
	padding-bottom:3px;
	background: url(../img/icons/indicator.white.gif) no-repeat left 0%;
	vertical-align:top;
}

.info_note
{
	color:#666666;
	
}

/* alert */
.info-alert {
	text-align:left;

	color: #FF4637;
	font-size: 14px;
	font-weight: bold;

	margin-bottom: 5px;
	padding-left: 17px;
	background: url(../img/icons/s_info_alert.png) no-repeat left 50%;
}
.alert-box
{
	margin: 0 auto 10px;
	padding:5px;
	border: 1px solid #FF3A65;
	background-color: #FFF0D5;
	color: #FF561A;
	text-align:left;
}
.alert-box ul
{
	margin:0 0 5px 0;
	padding:0;
	text-indent:0px;
}
.alert-box li
{
	margin:0;
	padding:0;
	text-indent:18px;
	line-height: 1.5em;
	list-style-type: none;
}

/*------------------------------------*/
/* information box bottom page description */
.info-page{
	margin-top:30px;
	text-align:left;
	border:solid 1px #c5c5c5;
	color:#666666;
	background: url(../img/icons/info_page.png) no-repeat 5px 5px;
}
.info-page dl{
	margin:30px 0 10px 20px;
}
.info-page dt{
	margin-bottom:5px;
	font-weight:normal;
}
.info-page dd{
	margin-bottom:10px;
}
.info-home-description{
	white-space:normal;
	word-break:break-all;
	word-wrap:break-word;
	margin:5px;
	font-size:12px;
	font-weight:normal;
	color:#666666;
}

/*------------------------------------*/

.pagenav_bg{
	text-align: left;
	padding:5px;
	background-color:#e9e9e9;
	border: 1px solid #c5c5c5;
}

.pagenav {
	font-size: 12px;
}

.pagenav a{
	color: #333333;
	font-size: 12px;
	text-decoration: underline;
}

.pagenav_current {
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
}

.pagenav_result {
	color: #333333;
	font-size: 12px;
}
/*
.pagenav a:hover {
	color: #FFF;
	font-size: 12px;
}

.pagenav a:active {
	color: #ff0000;
	font-size: 14px;
}
*/

/*------------------------------------*/
/* mail icon */
.mail_info
{
	width:150px;
	margin:auto 5px auto 5px;
	padding:0 5px 5px 30px;
	
	background: url(../img/nomail.png) no-repeat 7% 0%;	
}

.mail_info a{
	color: black;
	text-decoration: none;
}

.mail_info a:hover {
	text-decoration: underline;
}

/*------------------------------------*/
/* mod_quickicon */
.icon {
	/*margin:5px;*/
	vertical-align: middle;
	text-align:center;
	font-weight:bold;
}

.icon a {
	display: block;
	/*float: left;*/
	vertical-align: middle;
	text-decoration: none;
	/*border: 1px solid #DDD;*/
	/*border: 1px solid #000000;*/
	padding: 0px 1px 5px 0px;
}

.icon a:link {
	color: #bbbbbb;
}

.icon a:hover {
	color: #ffffff;
/*	background-color: #DBEDFF !important;
	border: 1px solid #499FDC !important; */
	/*background-color: #444444 !important;*/
	text-decoration: none;
	/*border: 1px solid #000000 !important;*/
	padding: 1px 0px 4px 1px;
}

.icon a:active {
	/*color: #ffffff;*/
}

.icon a:visited {
	/*color: #bbbbbb;*/
}

.icon img {
	/*margin-top: 13px;*/
}

.icon span {
	display: block;
	color: #144A6A;
	font-weight:bold;
	padding-top: 3px;
}

/*------------------------------*/
.topic-path
{
	margin: 5px 0;
}

.topic-path li
{
	display: inline;
	line-height: 1.3em;
	list-style-type: none;
}

.topic-path li a
{
	padding-right: 15px;
	background: url(../img/topicpath.png) no-repeat right center;
} 

/*------------------------------*/
table.adminheading {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	border-collapse: collapse;
	/*color: #C64934;*/
	color: #144A6A;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

table.adminheading th {
	background: url(../img/generic.png) no-repeat left;
	text-align: left;
	height: 50px;
	width: 99%;
	padding-left: 50px;
	border-bottom: 5px solid #fff;
}

table.adminheading th.checkin {
	background: url(../img/checkin.png) no-repeat left;
}

table.adminheading th.cpanel {
	background: url(../img/cpanel.png) no-repeat left;
}

table.adminheading th.config {
	background: url(../img/config.png) no-repeat left;
}

table.adminheading th.modules {
	background: url(../img/module.png) no-repeat left;
}

table.adminheading th.menus {
	background: url(../img/menu.png) no-repeat left;
}

table.adminheading th.trash {
	background: url(../img/trash.png) no-repeat left;
}

table.adminheading th.user {
	background: url(../img/user.png) no-repeat left;
}

table.adminheading th.inbox {
	background: url(../img/inbox.png) no-repeat left;
}

table.adminheading th.msgconfig {
	background: url(../img/message_config.png) no-repeat left;
}

table.adminheading th.langmanager {
	background: url(../img/langmanager.png) no-repeat left;
}

table.adminheading th.mediamanager {
	background: url(../img/mediamanager.png) no-repeat left;
}

table.adminheading th.impressions {
	background: url(../img/impressions.png) no-repeat left;
}

table.adminheading th.browser {
	background: url(../img/browser.png) no-repeat left;
}

table.adminheading th.searchtext {
	background: url(../img/searchtext.png) no-repeat left;
}

table.adminheading th.templates {
	background: url(../img/templatemanager.png) no-repeat left;
}

table.adminheading th.massemail {
	background: url(../img/massemail.png) no-repeat left;
}

table.adminheading th.frontpage {
	background: url(../img/frontpage.png) no-repeat left;
}

table.adminheading th.sections {
	background: url(../img/sections.png) no-repeat left;
}

table.adminheading th.edit {
	background: url(../img/addedit.png) no-repeat left;
}

table.adminheading th.categories {
	background: url(../img/categories.png) no-repeat left;
}

table.adminheading th.install {
	background: url(../img/install.png) no-repeat left;
}

table.adminheading th.dbbackup {
	background: url(../img/backup.png) no-repeat left;
}

table.adminheading th.dbrestore {
	background: url(../img/dbrestore.png) no-repeat left;
}

table.adminheading th.dbquery {
	background: url(../img/query.png) no-repeat left;
}

table.adminheading th.info {
	background: url(../img/systeminfo.png) no-repeat left;
}

table.adminheading th.list {
	background: url(../img/list.png) no-repeat left;
}

table.adminheading th.edit {
	background: url(../img/data_edit.png) no-repeat left;
}

table.adminheading th.alert {
	background: url(../img/alert.png) no-repeat left;
}

table.adminheading th.edit_mini {
	font-size: 14px;
	padding-left: 25px;
	background: url(../img/icons/edit.png) no-repeat left;
}

table.adminheading th.list_mini {
	font-size: 14px;
	padding-left: 25px;
	background: url(../img/icons/list.png) no-repeat left;
}

table.adminheading td {
	color: #000;
}

/*------------------------------------------*/
/* etc */
.def_desc_round{
	margin-bottom:15px;
	padding:15px;
	background-color:#f9f9f9;
	border:1px solid #cccccc;

	-webkit-border-radius: 10px;	/* Safari、Google Chrome */
	-moz-border-radius: 10px;	/* Firefox */
}

.def_desc_round h3{
	margin:0;
	margin-bottom:10px;
	font-weight:normal;
}

.def_desc_round p{
	margin:0;
	margin-left:15px;
	line-height:2.2em;
}

/*
table.adminlist {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #c5c5c5;
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;
}

table.adminlist thead td {
	font-weight:bold;
	text-align:left;
	background-color: #c5c5c5;
}

table.adminlist th {
	margin: 0px;	
	padding: 6px 4px 2px 4px;
	height: 25px;
	text-align:left;
	background: url(../img/background.jpg);
	background-repeat: repeat-x;
	background-color: #c5c5c5;
	font-size: 11px;
	color: #000;
}
*/

/*------------------------------------------*/

/* etc Bootstrap Custom
/*------------------------------------------*/
table.adminform td{
	padding: 10px 15px;
}
table.adminform td.title{
	text-align:right;
	background-color:#fafafa;
}
table.adminform li{
	margin-bottom:10px;
	line-height:2.8em;
}
table.adminform input[type=text]{
	margin:0;
	padding: 3px 4px;
}
table.adminform input[type=text].date{
	width:120px;
}
table.adminform select{
	margin:0;
	padding: 3px 4px;
}

table.adminform textarea.memo{
	width:400px;
	height:120px;
	margin:0;
}

table.adminform td.officeaccount_id select{
	width:100%;
}
table.adminform td.select_l select{
	width:80%;
}

#searchform table.adminform input[type=text]{
	width:90%;
}

table.adminform td.service_code select{
	width:120px;
}
table.adminform td.kubun_id select{
	width:80px;
}

/* Picture
--------------------------------*/
div.user_pics ul {
	padding:10px;
	height:500px;
	overflow-y: scroll;
}
div.user_pics ul li{
 	display:inline-block;
	padding:0;
	margin:4px 8px;
}
div.user_pics ul li .picture{
    float: left;
    width: 96px;
    height: 96px;
    position: relative;
    overflow: hidden;
}
div.user_pics ul li .picture a{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1000%;
    height: 2000px;/* 縦は用途応じて改変 */
    line-height: 2000px;
    margin:-1000px 0 0 -500%;
    text-align: center;
}
div.user_pics ul li .picture img{
    max-width: 224px;
    max-height: 224px;
    min-width: 120px;
    min-height: 120px;
    vertical-align: middle;
}
div.user_pics ul li .picture a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* Drag & Drop
--------------------------------*/
td.secondInput {
	width:240px;
}
td.secondInput input[type="file"]{
	display: none;
}
td.secondInput .photoBox1{
	padding: 0;
}
td.secondInput .photoBox1 p{
	display: block;
	text-align: center;
}
td.secondInput p.pic_dragarea{
	margin:0 auto 4px;
	width:176px;
	height:176px;
	text-indent: -99999px;
	background: url( ../img/common/bg_dragarea.png ) no-repeat;
	box-sizing: border-box;
	border: 2px solid #fff;
}
td.secondInput .btn_select_file{
	margin:4px auto 0;
	width:176px;
	height:36px;
	text-indent: -99999px;
	background: url( ../img/common/btn_upload.png ) no-repeat;
	cursor: pointer;
}
td.secondInput .btn_select_file:hover,
td.secondInput .photoBox1 .btnDelete:hover{
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;

}
td.secondInput .drag-area_block{
	position: relative;
}
td.secondInput .drag-area_block p.errorMessage{
	position: absolute;
	text-align: center;
	top:140px;
	left:60px;
	font-size:90%;
	line-height: 1.5em;
	width:160px;
}
td.secondInput .drag-area_block #result{
	position: absolute;
	text-align: center;
	top:140px;
	left:72px;
	z-index: 9999;
}

td.secondInput .photoBox1 .btnDelete{
	margin:15px auto 0;
}
td.secondInput .photoBox1 .btnDelete{
    border: 0px;
    width: 100px;
    height: 26px;
    background: url('../img/common/btn_delete.png') 0 0 no-repeat;
    display:block;
}
td.secondInput .photoBox1 .picture{
    /*float: left;*/
    margin: 0 auto;
	width: 176px;
    height: 176px;
    position: relative;
    overflow: hidden;
}
td.secondInput .photoBox1 .picture div{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1000%;
    height: 2000px;/* 縦は用途応じて改変 */
    line-height: 2000px;
    margin:-1000px 0 0 -500%;
    text-align: center;
}
td.secondInput .photoBox1 .picture img{
    max-width: 320px;
    max-height: 320px;
    min-width: 120px;
    min-height: 120px;
    vertical-align: middle;
}





div.article_sidebar {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin-left:15px;
}
div.article_sidebar td{
	text-align: center;
}