@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
}
#header {
	margin: 0;
	background: url(../img/header_back.png) repeat-x;
	width: 100%;
	min-width: 980px;
	height: 56px;
	clear: both !important;
	position: fixed;
	z-index: 99;
}
h1.logo {
	margin: 0;
	padding: 6px;
	float: left;
}
#pagetop,
#pagebottom {
    display: none;
    position: fixed;
    right: 0;
    color: #6495ed;
    z-index: 999;
}
#pagetop {
    bottom: 80px;
}
#pagebottom {
    bottom: 20px;  
}
#pagetop span,
#pagebottom span {
    transition: .5s;
    opacity: .5;
}
#pagetop span:hover,
#pagebottom span:hover {
    cursor: pointer;
    opacity: 1;
}
/*========================ヘッダー左=============================*/
.head_left {
	float: left;
	margin-left: 55px;
	width: 470px;
}
.head_left ul {
	margin: 18px 0 0 0;
	font-size: 12px;
	color: #FFF
}
.head_left ul li {
	float: left;
}
.head_left ul li input {
	border: 0;
	float: left;
	margin: -5px 0 0 20px;
	padding-left: 5px;
	height: 19px;
	color: #AAA;
	width: 250px;
	font-size: 12px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif

}
.head_left ul li input.btn_search {
	margin: -5px 0 0 0;
	background: url(../img/btn_search.png) no-repeat;
	display: block;
	border: none;
	width: 21px;
	height: 21px;
	text-indent: -9999px;
	cursor: pointer;
}
/*========================ヘッダー右=============================*/
.head_right {
	float: right;
	margin: 0;
}
.head_right ul {
	display: block;
	margin: 0;
	font-size: 12px;
	color: #FFF
}
.head_right ul li {
	float: left;
	color: #E6EAF7;
	vertical-align: middle;
	height: 50px;
	line-height: 50px;
	margin-right: 10px;
}
.head_right ul li:last-child {
	margin-right: 0;
}
.head_right ul li ul li {
	background: #FFF;
	margin-right: 2px;
}
.head_right ul li input.btn_logout {
	margin: 0 0 0 0;
	background: url(../img/btn_logout.png) no-repeat;
	display: block;
	border: none;
	width: 52px;
	height: 50px;
	text-indent: -9999px;
	cursor: pointer;
}
.head_right ul li input.btn_setting {
	margin: 0 0 0 0;
	background: url(../img/btn_setting.png) no-repeat;
	display: block;
	border: none;
	width: 52px;
	height: 50px;
	text-indent: -9999px;
	cursor: pointer;
}
ul#settingnav {
	z-index:9999;
}
ul#settingnav li {
	width: 52px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	border-bottom: 2px solid #FFF;
	background: #DDD;
}
ul#settingnav li a {
	display: block;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	color: #0E1429;
	font-size: 12px;
	/*background: #F3F5FC;*/
	font-size:120%;
}
ul#settingnav li a:hover {
	background: none;
	line-height: 30px;
	height: 30px;
	vertical-align: middle;
	/*update2014.11.05 s.honma 
	text-decoration: none;
	color: #FFF;
	background: #2E4284;
	*/
	/*update2014.11.05 s.honma */


}
ul#settingnav li ul {
	width:300px;
	display: none;
	// --Start-- 2014.1.7 M.Ogawa@POLS Mod 高さ調整
	//margin: -4px 0 0 0;
	margin: -5px 0 0 0;
	border-left:2px solid #FFFFFF;
	// margin-leftを2px以上にすると、カーソルを合わせられなくなる。
	// ---End--- 2014.1.7 M.Ogawa@POLS Mod 高さ調整

}
ul#settingnav li ul li{
	width:300px;
	/*update2014.11.05 s.honma 
	background: #DDD;
	*/
	background: #FFF;
	opacity: 0.8;	
	/*update2014.11.05 s.honma */
}
ul#settingnav li ul li a {
	width:290px;
	text-align: left;
	padding-left: 10px;
}


ul#settingnav li:hover ul {
	display: block;
	position: relative;
	top: 24px;
	left: -222px;
	width:300px;
}
/*
*******************************
2022.01.16 s.honma add
*******************************
*/


ul#datailnav {
	z-index:9999;
}
ul#datailnav li {
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	border-bottom: 2px solid #FFF;
	background: #DDD;
}
ul#datailnav li a {
	display: block;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	color: #0E1429;
	font-size: 12px;
	font-size:120%;
}
ul#datailnav li a:hover {
	background: none;
	line-height: 20px;
	height: 20px;
	vertical-align: middle;


}
ul#datailnav li ul {
	width:300px;
	display: none;
	margin: -5px 0 0 0;
	border-left:2px solid #FFFFFF;

}
ul#datailnav li ul li{
	width:300px;
	background: #FFF;
	opacity: 0.8;	
}
ul#datailnav li ul li a {
	width:290px;
	text-align: left;
	padding-left: 10px;
}


ul#datailnav li:hover ul {
	display: block;
	position: relative;
	top: 5px;
	left: 0px;
	width:300px;
}

/*========================コンテンツ=============================*/
#wrapper {
	width: 100%;
	height: 100%;
	clear: both !important;
}

/*========================左メニュー=============================*/
#leftside {
	background: #F3F5FC;
	border-right: #CCC 1px solid;
	position: absolute;
	top: 56px;
	width: 110px;
	height: auto !important;  /* IE6対策：この2行で */
	height: 100%;             /* IE6対策：擬似的にmin-heightと同じことをさせてる */
	min-height: 100%;
	z-index: 999;
}
#leftside p {
	text-align: center;
	padding: 10px 0;
	margin: 0;
	font-size: 12px;
	width: 110px;
	heigh: 30px;
	background: #E6EAF7;
	color: #2E4284;
	font-weight: bold;
	border-bottom: 2px solid #FFF;
}
#gnav {
	float: left;
	width: 110px;
}
#gnav ul li {
	width: 110px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	border-bottom: 2px solid #FFF;
	background: #DDD;
}
#gnav ul li a {
	display: block;
	width: 110px;
	line-height: 30px;
	height: 30px;
	vertical-align: middle;
	color: #0E1429;
	font-size: 12px;
	/*background: #F3F5FC;*/
}
#gnav ul li a:hover {
	color: #FFF;
	background: none;
	text-decoration: none;
	line-height: 30px;
	height: 30px;
	vertical-align: middle;
	background: #2E4284;
}
#gnav ul li ul {
	width: 150px;
	display: none;
	// --Start-- 2014.1.7 M.Ogawa@POLS Mod 高さ調整
	//margin: -4px 0 0 0;
	margin: -5px 0 0 0;
	border-left:2px solid #FFFFFF;
	// margin-leftを2px以上にすると、カーソルを合わせられなくなる。
	// ---End--- 2014.1.7 M.Ogawa@POLS Mod 高さ調整
}
#gnav ul li ul li{
	width: 160px;
}
#gnav ul li ul li a {
	width: 150px;
	text-align: left;
	padding-left: 10px;
}


#gnav ul li:hover ul {
	display: block;
	position: relative;
	top: -25px;
	left: 110px;
	width: 120px;
}
/*========================右メニュー=============================*/
#rightside {
	border-left: #CCC 1px solid;
	position: absolute;
	right: 0;
	width: 30%;
}
#rightside_40p {
	border-left: #CCC 1px solid;
	position: absolute;
	right: 0;
	width: 40%;
}
.rightsidewrap {
	height: 350px;
	border-bottom: 1px solid #CCC;
	box-sizing : border-box;

}
.rightsidewrap_inside {
	height: 100%;
	margin-bottom: 50px !important;
	padding: 0 ;
	width: 100%;
	zoom: 100%;/*IE6*/
	clear: both;
	overflow: auto;  /* はみ出して表示 */
	overflow-x:hidden;
	/* del 2014.12.26 s.honma
	height: auto !important;  /* IE6対策：この2行で */
}
::-webkit-scrollbar{
  width: 5px;
  height:5px;
}
::-webkit-scrollbar-track{
  background: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: inset 0 0 2px #777; 
}
::-webkit-scrollbar-thumb{
  background: #ccc;
  border-radius: 5px;
  box-shadow: none;
}

.rightsidewrap_inside p {
	margin: 10px !important;
}
.rightsidewrap_inside input {
	vertical-align: middle;
}

/* コラムここから */
.rightsidewrap_inside .column_list{
	display: block;
	padding:10px 5px;
	clear: both;
	overflow:hidden;
}
.rightsidewrap_inside .column_list .status{
	text-align:center;
	padding:5px 10px 5px;
	display: table-cell;
	width: 60px;
	vertical-align:middle;
}
.rightsidewrap_inside .column_list .status span{
	padding:5px 10px ;
}

.rightsidewrap_inside .column_list .title{
	padding:5px;
	display: table-cell;
	width: auto;
}
.rightsidewrap_inside .column_list:after{

}

#rightside h1,#rightside_40p h1{
	text-align: center;
	padding: 10px 0 0 0;
	margin: 0;
	font-size: 14px;
	height: 30px;
	background: url(../img/h.gif) repeat-x;
	color: #2E4284;
	border-bottom: 2px solid #EEE;
	border-top: 2px solid #2E4284;
}
#rightside h2 ,#rightside_40p h2{
	display:block;
	line-height: 1.5em;
	padding: 9px 5px 5px 9px;
	margin: 0;
	font-size: 13px;
	color: #2E4284;
	font-weight: bold;
	border-bottom: 2px solid #EEE;
	border-left: 2px solid #2E4284;
}
ul.chat {
	margin: 10px;
	padding: 0;
	width: 100%;
	zoom: 100%;/*IE6*/
	overflow: hidden;/*IE7 and Firefox*/
	clear: both;
}
* html ul.chat {
	overflow: visible;
	height: 1px;
}
ul.chat li {
	float: left;
	font-size: 12px;
	margin-right: 10px;
	color:#999;
}
ul.chat li img {
	width:50px;
	-ms-interpolation-mode: bicubic;	/*IE7 */
}

.talk {
	font-size: 12px;
	background-color: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	position: relative;
	margin: 0 10px 0 10px;
	padding: 5px 10px;
	box-shadow: 1px 1px 3px #CCC;
	-moz-box-shadow: 1px 1px 3px #CCC;
	-webkit-box-shadow: 1px 1px 3px #CCC;
	border: 1px solid #EEE;
}
.talk:after {
	border-bottom-color: #FFF;
	border-top-width: 0;
	top: -12px;
	content: url(../img/talkparts.png);
	display: block;
	left: 10px;
	position: absolute;
	width: 0;
}
#rightside p , #rightside_40p p{
	margin: 10px;
	font-size: 13px;
	
}

#commentbox {
	background: #FFF;
	z-index:9999;
	display: block;
	
}

#commentbox .p0{
	padding: 0 !important;
}
#commentbox textarea{
	border-left: none;
}

p.comment {
	font-size: 12px;
	color: #333 !important;
	margin: 10px 0 0 10px;
}
textarea.commentform {
	width: 98%;
	height: 80px;
	border: 1px solid #CCC;
}
input.btn_commentform {
	margin: 5px 10px;
	background: url(../img/btn_commentsend.png) no-repeat;
	display: block;
	border: none;
	width: 50px;
	height: 20px;
	text-indent: -9999px;
	cursor: pointer;
}
#ranking {
	//border-left: #CCC 1px solid;
	width: 100%;
	height: auto !important;  /* IE6対策：この2行で */
	height: 100%;             /* IE6対策：擬似的にmin-heightと同じことをさせてる */
	background: #FFF;
	z-index:9999;
}
#ranking p {
	text-align: center;
	padding: 10px 0;
	margin: 0;
	font-size: 12px;
	width: 320px;
	heigh: 30px;
	color: #2E4284;
	font-weight: bold;
	border-bottom: 2px solid #EEE;
}


dl.rankinglist {
	margin: 0;
	padding: 10px 5px;
	max-width: 300px;
	border-radius: 5px; /* CSS3草案 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
	font-size: 11px;
}
dl.rankinglist dt {
	clear: left;
	float: left;
	margin: 0 0 0;
	width: 30px;
	padding: 7px 5px;
	color: #000;
	font-weight: bold;
}
dl.rankinglist dd {
	margin-left: 30px;
	padding: 7px 0 5px 0;
}
dl.rankinglist dd:last-child {
	background: none;
}
/*========================メイン=============================*/
#contents {
	padding: 56px 0 0 0;
	width: 100%;
	min-width: 980px;
	font-size: 13px;
	position: absolute;
	z-index: 0;
	word-wrap:break-word;
}
/*
#contents table {
 	width:100%;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
	margin: 0; 
	padding: 0;
}
*/

#main {
	width:70%;
	min-height: 770px;
}
#main_60p {
	width:60%;
}
#main_agree {
	width:70%;
	min-height: 770px;
	margin: 0 auto;
	font-size: 1.2em;
}
/*クラスメイン*/
.c_main{
	width:100%;
}

#main .in ,#main_60p .in{
	padding:0;
	margin:0;
	display:block;
}
#contents_confirmation .in{
	padding:10px 20px 10px 20px;
	word-wrap:break-word;
}
#main table ,#main_60p table ,.c_main table{
	table-layout:fixed;
	width:100%;
	font-size: 13px;
	z-index: 0;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	padding: 0;
}
/* --Start-- 2014.1.9 M.Ogawa@POLS Add 顧客一覧用 */
#contents table.list {
	/*width:auto; del 2014.11.26 s.honma*/
	width:100%;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	margin: 0; 
	padding: 0;
}
#contents_confirmation table{
	max-width: 1000px;
	width:100%;
	font-size: 13px;
	z-index: 0;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
/* ---End--- 2014.1.9 M.Ogawa@POLS Add 顧客一覧用 */
/* <--add 2014.1.23 s.honma@trmj スマホ、タブレットから勝手に丸めない様にする */
.kaku {
	border-radius: 0px;        /* CSS3草案 */
	-webkit-border-radius: 0px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 0px;   /* Firefox用 */
}


#contents th {
	height: 30px;
    background-color: #ddd;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
#contents_confirmation th{
	min-width: 60px;
	text-align: center;
	height: 30px;
    background-color: #ddd;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
#contents td {
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
#contents_confirmation td{
	max-width: 600px;
	padding:5px 5px 2px 7px;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    line-height:1.6em;
}

input.agree{
	padding : 10px  25px;
	font-size: 1.5em;
	margin: 20px auto;
}
#main h1,#contents h1.all ,#main_60p h1,#contents_confirmation h1 ,#main_agree h1{
	padding: 0 10px 0 20px;
	max-width: 100%;
	font-size: 18px;
	background: url(../img/h.gif) repeat-x;
	color: #2E4284;
	border-top: 2px solid #2E4284;
	border-bottom: 2px solid #EEE;
	line-height: 40px;
	
}

#main h2,#main_60p h2,#main_agree h2{
	padding: 0 10px 0 20px;
	max-width: 100%;
	margin: 0 320px 10px 0 ;
	font-size: 15px;
	background: url(../img/h.gif) repeat-x;
	color: #2E4284;
	font-weight: bold;
	border-bottom: 2px solid #EEE;
	line-height: 40px;
	border-top: 3px solid #2E4284;
}
#main_agree h3{
	margin: 0 auto;
	text-align:center;
	font-size: 2em;
	padding :10px 0;
	margin:  0 
}
#main_agree h4{
	font-size: 1.2em;
	margin: 20px auto;
	padding :10px 0;
	font-weight:bold;
}

#contents_confirmation h3 {
	font-family: "Meiryo", "MS UI Gothic", "Segoe UI", "verdana", "Arial";
	padding: 10px 10px 0 20px;
	max-width: 100%;
	font-size: 150%;
	color:#2E4284;
}
#main h4 {
	font-size:120%;
	width: auto;
	padding: 10px 20px;
	color:#FFF;
	background-color: #BBB;
	margin: 20px 20px 0 20px ;

}
#contents textarea{
	resize: none;
}
#main textarea, .c_main textarea{
	border: none;
}

/*==== ボタンエリア ====*/
#contents .button_area_all{
	display:block;
	padding: 10px 10px 0 10px;
	overflow: hidden;
}



#contents p {
	margin: 10px;
}

/*コンテンツ　フラグ*/
#contents span.flg{
	margin-right: 20px;
}
#contents input ,#contents_confirmation input{
	vertical-align: middle; 
}


.abbreviation {
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
}

.contents_in {
	max-width: 100%;
	margin: 0 320px 10px 0 ;
	padding: 0 10px 0 10px;
	/**background: #ccc;**/

}
/**コンテンツインプット用**/
.co_inp {
	border-width:0px;
	border-style:None;
	line-height: 2em;
	height: 2em;
	padding-left:5px;
	margin-bottom:2px;
}
/**コンテンツセレクトボックス用**/
.co_select {
	height: 2em;
	margin:3px;
}

/*========================メイン画面=============================*/
#news{
	height: 200px;
	overflow: auto;
	margin: 0 ;
	padding: 10px;
	display:block;
	overflow-x:hidden;
}
#news .list{
	display: block;
	clear: both;
	overflow:hidden;

}
#news .list .day{
	text-align:center;
	padding:5px 10px 5px;
	display: table-cell;
	width: 80px;
}
#news .list .day span{
	padding:5px 10px ;
}

#news .list .title{
	padding:5px;
	display: table-cell;
	width: auto;
}
/*ボックスで囲む*/
#main .box_in{
	display: block;
	clear: both;
	width: 100%;
}
#main .box_in .box_in_50p{
	display: block;
	width: 50%;
	float:left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#main .box_in .box_in_50p .con,#ranking .con,#main .box_in .con{
	display: block;
	height: 200px;
	overflow: auto;
	overflow-x:hidden;
	padding-bottom: 10px;
}

#main_agree .box_in .agree_box{
	padding: 20px;
	display: block;
	height: 600px;
	overflow: auto;
	overflow-x:hidden;
	padding-bottom: 10px;
}
#main_agree .box_in  ol{
	display: table;
	margin: 0;
	padding: 0;
}
#main_agree .box_in  ol li{
	list-style-type: decimal;
	margin-bottom: 20px;
	padding: 0;
	display: table-row;
	counter-increment: table-ol;
}
#main_agree .box_in  ol li:before{
	content: counter(table-ol) ".";
	display: table-cell;
	padding-right: 0.4em;
	text-align: right;
	font-weight: 700;
}
#main_agree .box_in  ol li:after {
	content: "";
	display: block;
	margin-bottom: 1em;
}
#main_agree .box_in  ol li:last-of-type:after {
	margin-bottom: 0;
}

#main .box_in .box_in_50p .con .list ,#ranking .con .list{
	width:auto;
	display: block;
	clear: both;
}
#main .box_in .box_in_50p .con .list .no ,#ranking .con .list .no{
	padding: 15px 0 0 15px;
	float:left;
	margin:0;
	width:20px;
	font-weight: bold ;

}
#main .box_in .box_in_50p .con .list .lank,#ranking .con .list .lank{
	padding: 15px 0 0 20px;
	float:left;
	margin:0;
	width:60%;
}
#main .box_in .box_in_50p .con .list .name,#ranking .con .list .name{
	padding: 15px 0 0 5px;
	float:left;
	margin:0;
	width:55%;
}
#main .box_in .box_in_50p .con .list .m_name,#ranking .con .list .m_name{
	padding: 15px 0 0 5px;
	float:left;
	margin:0;
	width:70%;
}
#main .box_in .box_in_50p .con .list .num,#ranking .con .list .num{
	padding: 15px 15px 0 0;
	float:right;
	margin:0;
	text-align: right;
	width: auto;
}
#main .list th ,#main .list td{
	text-align: center;
	padding: 10px 0;

} 
#contents #message{
	line-height: 2em;
	padding:20px;
	margin: 20px;
	width: 580px;
	background-color: #FFFFB0;
	border: 1px solid #FF0404;
}
#contents #message2 , #contents_confirmation #message{
	line-height: 2em;
	padding:20px;
	margin: 20px;
	width: auto;
	background-color: #FFFFB0;
	border: 1px solid #FF0404;
}

#contents .inline_box{
	line-height: 3em;
	padding:20px;
	margin: 0 20px 20px 20px;
	width: auto;
	border: 1px solid #AAA;
}
/*========================顧客紹介確認画面=============================*/
#contents_confirmation {
	padding: 56px 0 0 0;
	width: 100%;
	min-width: 300px;
	font-size: 13px;
	position: absolute;
	z-index: 0;

}
/*========================コラムページ================================*/
#main_60p .item_area,.rightsidewrap .item_area{
	display:block;
	padding: 10px 0 10px 10px;
	width:auto;
}
#main_60p .item_area input,#main_60p .item_area select,.rightsidewrap .item_area input,.rightsidewrap .item_area select{
	float:left;
	vertical-align: middle;
}
/*丸*/
#main_60p #maru_area {
	display:block;
	padding: 20px 0 10px 10px;
	width:auto;

}
#main_60p #maru_area a{
	width: 70px;
	height: 70px;
	font-size:120%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #EEE;
	border: 1px solid #DDD;
	color: #111;
    padding:50px 25px;
	line-height: 120px;
	margin: 0 20px 0 20px;
	text-decoration: none;
}

#main_60p #maru_area a:after{
	position:relative;
	top:0;
	height: 30px;
	left: 53px;
	content: ">";
	font-size:140%;
	color:#aaa;
	-moz-transform:    scale( 1, 4 );  /* Firefox */
	-webkit-transform: scale( 1, 4 );  /* Chrome,Safari */
	-o-transform:      scale( 1, 4 );  /* Opera */
	-ms-transform:     scale( 1, 4 );  /* IE */
	transform:         scale( 1, 4 );  /* CSS3 */
	display: inline-block;
}
#main_60p #maru_area .not {
	content: "" !important;
}
#main_60p #preview {
	margin: 10px;
	padding: 10px;
	border: 5px solid #DDD;
	border-style: dashed;
	display:block;

}
/*================================================
　コラムプレビュー内　コラムページと同じにする
================================================*/
#preview {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size:18px;
	line-height: 170%;
}
#preview p{
	margin-bottom: 25px;
}
#preview h1{
	font-size: 200%;
	line-height: 130%;
	margin: 0 0 30px;
	/*下記システム用に削除*/
	padding:0;
	background:none;
	color:#000;
	border: none;
}
#preview h2{
	font-size: 138%;
	line-height: 120%;
	background: #FFF;
	border-top:#000 1px solid !important;
	border-bottom:#000 1px solid !important;
	padding: 20px 20px;
	margin: 50px 0 20px 0;
	font-weight: 200;

	/*下記システム用に削除*/
	color:#000;
	/*
	2015.01.30 s.honma 仕様変更
	
	*/

}
#preview  h3{
	background: url(../img/line_tile02.png) left bottom repeat-x;
	padding: 0 0 15px 0;
	margin: 80px 0 20px 0;
	font-size: 125%;
	line-height: 120%;
}
#preview  h4{
	border-left:#000 2px solid ;
	padding: 5px 0 5px 10px;
	margin: 80px 0 20px 0;
	font-size: 125%;
	line-height: 120%;
	font-weight: 200;
}

/*通達関係*/
#preview dl {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

#preview dt {
	position: relative;
	top: 1em;
	display: inline-block;
	left: 1em;
	background: #FFF;
	padding: 0 1em;
	font-weight: bold;
}

#preview dd {
	border: 1px solid #808080;
	padding: 1.5em 1em 1em 1em;
	margin-bottom: 2em;
	display: block;
	margin: 0px;
}

#preview ul{
	margin: 2em 0;
}

#preview ul li{
	margin: 0 0 1.0em 0;
	line-height: 140%;
	background: url(../img/list.png) left 5px no-repeat;
	padding: 0 0 0 20px;
}
#preview ul li ul{
	margin: 1.0em 0 1.0em 1.0em;
}
#preview ul li ul li{
	background: url(../img/list2.png) left 5px no-repeat;
}

#preview ol{
	margin: 2em 0;
}

#preview ol li{
	margin: 0 0 1.0em 0;
	padding: 0;
	line-height: 140%;
	list-style-type: decimal;
	list-style-position: inside;

}
#preview em{
	font-style:italic;
}

#preview img{
	max-width: 100%;
}
#preview .days{
	color:#244765;
	font-size:110%;
	margin: 0 0 10px;
}
#preview td ,#preview th{
	padding: 10px 0;
}
#preview a{
	color: #0085cd;
	font-weight: bold;
	text-decoration:underline;
}
#title_area,#button_area , #photo_area {
	padding: 10px 0 10px 10px;
	width:auto;
	display:block;
}
#text_area{
	padding: 0 15px 10px 10px;
	width:auto;
	display:block;

}
#button_area a {
	display:block;
	float:left;
	margin: 0 10px 10px 0 ;
	padding: 5px 10px;
	border: 1px solid #bbb;
	background-color: #ddd;
	background-image: -webkit-linear-gradient(top, #ddd, #ccc);
	background-image: linear-gradient(to bottom, #ddd, #ccc);
	border-radius: 4px;
	color: #000;
	line-height: 20px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
#button_area a:hover {
	text-decoration: none;
	border:1px solid #1090c3;
	background-color: #1ab0ec;
	background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
}
#button_area a:active {
	background: #1a92c2;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #1679a1;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}
/*コラム作成画面、メール作成画面、メール送信画面　トップのマップ*/
#map_area{
	padding: 0 0 0 10px;
	margin-bottom: 15px;
	width:auto;
	display:block;
	position: relative;
	border-bottom: 1px solid #CCC;
}

#map_area ul{
	overflow: hidden;
	margin: 0 auto;
	display: block;
	list-style-type: disc;
}
#map_area ul li{
	display: block;
	float: left;
	line-height: 100%;
	background: url(../img/list_map.png) right center no-repeat white;
	background-size:14px auto;
}
#map_area ul li.last_child{
	background: #fff;
}

#map_area a{
	display:block;
	float:left;
	margin: 0 40px 0 25px ;
	padding: 8px 13px 4px 13px;
	line-height: 25px;
}
#map_area a.select{
	color:#000;
	text-decoration: none;
}
#map_area a:hover {

}

#hidden_photo_add, #hidden_photo_button_add{
	display:none;
}
#photos_area {
	padding-left: 10px;
}
#photos_area .photos{
	float:left;
	width: 150px;
	margin: 0 10px 10px 0;
	border: 1px solid #BBB;
}
#photos_area .photos:after{
	clear: both;
}
#photos_area .photos .left_button a{
	color: #000;
	display:block;
	float:left;
	width: 50%;
	text-align: center;
	line-height: 2em;

	background-color: #ddd;
	background-image: -webkit-linear-gradient(top, #ddd, #ccc);
	background-image: linear-gradient(to bottom, #ddd, #ccc);

}
#photos_area .photos .left_button a:hover{
	text-decoration: none;
	background-color: #1ab0ec;
	background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);

}
#photos_area .photos .right_button{
	text-align: center;
	color: #fff;
	background-color: #C00;
	background-image: -webkit-linear-gradient(top, #dd4b39, #d14836);
	background-image: linear-gradient(to bottom, #dd4b39, #d14836);
	width: 50%;
	line-height: 2em;
	float:right;
}
#photos_area .photos .right_button input {
	vertical-align: middle;
}
#photos_area .photos .right_button a{
	display:block;
}
#photos_area .photos .right_button a:hover {
	width: 50%;
	text-decoration: none;
	background-color: #c53727;
	background-image: -webkit-linear-gradient(top, #dd4b39, #c53727);
	background-image: linear-gradient(to bottom, #dd4b39, #c53727);

}


/*========================ログインページ=============================*/

#login {
	clear: both;
	color:#000;
	float: left; 
	margin: 0 auto; 
}

#login-in {
	margin: 0 auto 50px; 
	padding: 0 0 0 20px;
	float: left;
	height: 350px;
	width:550px;
}

#login-in ul {
	float:left;
	margin: 30px auto 0;
	text-align: center; 
	width:auto;
	padding: 0; 
	list-style: none; 

}
#login-in li {
	text-align: right;
	display: block;
	float: left; 
	list-style-type: none; 
	text-decoration: none;
	line-height: 30px;
	padding: 0 10px 0 10px;
}




