@charset "utf-8";
/* 
140331　新テンプレ用@
 */


/*-----------------------------
タグ設定
------------------------------*/
*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html,
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	font-size:15px;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	letter-spacing: .1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	color:#333;
	background-color: #F5F5F5;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}
strong{
	font-weight: normal;
}
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #006699;
}

a:visited {
	color: #006699;
}

a:active {
	color: #006699;
}


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

共通レイアウト部分

-------------------------------*/
#wrapper{
	width:990px;
	margin:0 auto;
	text-align:left;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
	background-color: #fff;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

/*----------ヘッダ内(共通)------------*/
#header{
	border-top:solid 4px #67B3DD;
	border-bottom:solid 2px #B4B4B5;
	position: relative;
}
#header:after{
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0px;
    border-top: solid 2px #B4B4B5;
    border-bottom: solid 4px #67B3DD;
    padding-bottom: 0px;
    min-height:100%;
    min-width:100%;
}


/*左*/
#header #h_left{
	padding:40px 20px 10px 20px;
	height:75px;
	float:left;
	position:relative;
}
#header #h_left h1{
	position:relative;
	z-index: 10;
}
#header #h_left span{
	position:absolute;
	top:15px;
	left:20px;
	font-size:16px;
	font-weight:bolder;
	padding:0;
}
#header #h_left #header_cara{
	position:absolute;
	top:40px;
	left:362px;
	font-size:15px;
	font-weight:normal;
	padding:0;
}

/*右*/
#header #h_right{
	width:449px;
	float:right;
	padding: 50px 20px 10px 20px;
	
}
#header #h_right p{
	font-size: 12px;
}


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

コンテナ内共通部分

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

#cont{
	clear:both;
	margin:0;
	padding-top: 10px;
}
/*------------コンテンツ内(共通)---------------*/

#main{
	margin-left:-290px;
	float: right;
	padding-bottom: 70px;
	width: 100%;
	padding-top: 15px;
}
#contents{
	clear:both;
	margin-left: 290px;
	width:660px;
	padding:0 20px;
}
#main h5{
	font-size:18px;
	color:#009DC6;
	display:block;
	margin:30px 0 20px 0;
	padding-left:10px;
    color:#333;
    height:100%;
	position: relative;
    z-index: 1;
    font-weight: bold;
}


#main a:link {
	color: #f00;
}

#main a:visited {
	color: #f00;
}

#main a:active {
	color: #f00;
}
#main p{
	margin: 12px 0;
}
#main img,#main table{
	max-width: 100%;
}
/*サムネ用調整*/
#main .thumb img,#main .Catthumb img{
	max-width: none;
}

/*-----------メニュー内(共通)---------------*/
#menu{
	width:258px;
	float:left;
	margin-bottom: 70px;
	margin-left:20px;
	z-index: 10;
	position: relative;
	margin-top: 5px;
}
#menu a{
	text-decoration: none;
}
#menu a:link{
	color: #333;
}
#menu a:visited{
	color: #333;
}
#menu a:active{
	color: #333;
}
#menu a:hover{
	color: #333;
}
/*アコーディオン*/

#menu dl{
	margin:10px 0;
	margin-right: 3px;
}

#menu dl a:hover{
	background-color: #F0EBE8;
	font-weight: bold;
	color:#333;
	display: block;
}

/*開ける*/
#menu dl.dl_open{
	background-color:#fff;
	border:solid 1px #ccc;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0,0.2);
}
#menu dl.dl_open dt{
	border:none;
	background-image: url(img/common/menu_b.png);
	box-shadow: 0px 0px 0px 1px rgba(204,204,204,1);
}

#menu dt{
	display:block;
	padding: 5px 15px 5px 15px;
	font-size: 14px;
	font-weight: normal;
	background-color:#F0F7FD;
	border:solid 1px #ccc;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background-image: url(img/common/menu_r.png);
	background-repeat: no-repeat;
	background-position:235px center;
	cursor:pointer;
	box-shadow: 1px 1px 1px rgba(0, 0, 0,0.2);
	line-height: 1.8;
}
#menu dt:hover{
	box-shadow: 1px 1px 3px rgba(0, 0, 0,0.4);
}
#menu dt.white{
	background-color:#fff;
}
#menu dd{
	display:block;
	padding:15px 0px;
	padding-top:10px;
	font-size:14px;
}
#menu dd ul li{
	border-bottom:dotted 1px #ccc;
}
#menu dd ul li a{
	display: block;
	color:#333;
	padding:5px 10px 5px 15px;
	text-decoration:none;
}

/*トップページ著者情報部分*/
#menu .author_top{
	padding:10px;
	display: block;
}
#menu dl a.author_top:hover{
	font-weight: normal;
}
#menu .author_top h6{
	font-weight: normal;
	font-size: 13px;
}
#menu .author_top p{
	margin:0 5px 0 5px;
	font-size:11px;
	padding:5px 0 5px 0;
}
/*サイト内検索*/
#menu #menu_search{
	padding-top: 10px;
	position: relative;
}
#menu #menu_search input[type="text"]{
	width:190px;
	height:20px;
	margin-left:10px;
}
#menu #menu_search input[type="image"]{
	top:13px;
	right:10px;
	position: absolute;
}

#menu p#rss{
	padding-bottom:30px;
}
#menu p#rss img.left{
	float:left;
	padding: 0;
	margin-left: 5px;
}
#menu p#rss img.right{
	padding: 0;
	margin-right: 5px;
}


/*----------フッター内(共通)----------*/

#footer{
	clear:both;
	width:100%;
	*margin-top:70px;/*IE7以下*/
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#9EEBFF), to(#fff));
	background:-webkit-linear-gradient(#9EEBFF, #fff);
	background:-moz-linear-gradient(#9EEBFF, #fff);
	background:-ms-linear-gradient(#9EEBFF, #fff);
	background:-o-linear-gradient(#9EEBFF, #fff);
	background:linear-gradient(#9EEBFF, #fff);
	border-top: solid 3px #009DC6;
}
#footer #f_cont{
	height:40px;
	padding-top:30px;
	width:1012px;
	margin:0 auto;
	text-align:center;
}
#footer p{
	font-size:12px;
}
#footer #totop{
	width:912px;
	margin:0 auto;
	position:relative;
}
#footer #totop p{
	display:block;
	width:150px;
	height:20px;
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#88CCEE), to(#60BBE2));
	background:-webkit-linear-gradient(#88CCEE, #60BBE2);
	background:-moz-linear-gradient(#88CCEE, #60BBE2);
	background:-ms-linear-gradient(#88CCEE, #60BBE2);
	background:-o-linear-gradient(#88CCEE, #60BBE2);
	background:linear-gradient(#88CCEE, #60BBE2);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	float:right;
	margin-top:-30px;
}
#footer #totop a{
	color:#fff;
	text-decoration:none;
	font-size: 90%;
}
/*-------------------------------
共通レイアウト
--------------------------------*/

/*----------右のメインコンテンツ内---------*/

#main .c_section{
	margin-top:0px;
	padding-bottom:10px;
}

#main h2{
	font-size:20px;
	border-top: solid 4px #7CB4CA;
	border-bottom: solid 1px #ADADAD;
	padding:8px 0 8px 45px;
	margin-bottom: 25px;
	/*background-image: url(img/common/h_icon.gif);*/
	background-image: url(img/common/enpitu.png);
	background-repeat: no-repeat;
	background-position:5px center;
}

#main h3{
	font-size: 18px;
	font-weight: normal;
	border-top: solid 4px #7CB4CA;
	border-bottom: solid 1px #ADADAD;
	padding:8px 0 8px 45px;
	margin: 25px 0;
	/*background-image: url(img/common/h_icon.gif);*/
	background-image: url(img/common/enpitu.png);
	background-repeat: no-repeat;
	background-position:5px center;
}

#wrapper #main h3 a{
	color:#035EA5;
	display: block;
	width:100%;
	height:100%;
}

#main h4{
	font-size: 18px;
	font-weight: normal;
	border-top: solid 4px #7CB4CA;
	border-bottom: solid 1px #ADADAD;
	padding:8px 0 8px 45px;
	margin: 25px 0;
	/*background-image: url(img/common/h_icon.gif);*/
	background-image: url(img/common/enpitu.png);
	background-repeat: no-repeat;
	background-position:5px center;
}

#wrapper #main h4 a{
	color:#035EA5;
	display: block;
	width:100%;
	height:100%;
}

/*ページ共通*/
#contents .entry{
	position: relative;
	padding-top:0px;
}

/*ボックスリンク*/

#main .entry a{
	text-decoration: none;
	color:#333;
	display: block;
	padding: 10px;
	margin-right:3px;
	margin-bottom: 3px;
	border:solid 5px #EEF6FB;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	background-color: #FDFDFD;
	
}

/*
#contents .entry a{
	text-decoration: none;
	color:#333;
	display: block;
	padding: 10px;
	margin-right:3px;
	margin-bottom: 3px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border:solid 5px #fff;
}*/

#contents .entry a:link{
	color: #333;
}
#contents .entry a:visited{
	color: #333;
}
#contents .entry a:active{
	color: #333;
}
#contents .entry a:hover{
	color: #333;
	background-color: #F6F6F6;
	border:solid 5px #F0EBE8;
	box-shadow: 1px 1px 3px rgba(0, 0, 0,0.4);
}


/*ボックスリンク解除*/

#main .entry a.boxnone{
	text-decoration: underline;
	color: #006699;
	display: inline;
	padding: 0px;
	margin:0;
	border:none;
	border-radius:none;
	-webkit-border-radius:none
	-moz-border-radius:none;
	box-shadow: none;
	background-color: #fff;
}
#contents .entry a.boxnone:link{
	color: #006699;
}
#contents .entry a.boxnone:visited{
	color: #006699;
}
#contents .entry a.boxnone:active{
	color: #006699;
}
#contents .entry a.boxnone:hover{
	color: #006699;
	background-color: #fff;
	border:none;
	box-shadow: none;
}



#wrapper #main #contents .entry p{
	padding:0;
	margin:0;
}


#contents .entry hr{
	border-top: solid 1px #ccc;
	margin-top: 5px;
	clear: both;
}
#contents .entry header hr{
	margin-top: 10px;
}

#contents .entry .summary{
	padding:5px;
}
#contents .entry article{
	padding:5px 0 20px 0;
	margin-top: 5px;
	clear: left;
}

/*-------------------------------
トップページレイアウト
--------------------------------*/

#top #wrapper #main h2{
	background-color: #F2F8F8;
	border-bottom: none;
	/*background-image: url(img/common/h_icon.gif);*/
	background-image: url(img/common/enpitu.png);
	font-weight: normal;
	margin:0;
}
#top #wrapper #main h2.enpitu{
	background-image: url(img/common/enpitu.png);
}
#top #wrapper #main h3{
	font-size: 18px;
	display: inline;
	border:none;
	background: none;
	margin:0;
	padding:0;
	font-weight: bold;
}

/********角丸ボーダーボックス**********/
#top #wrapper #main .border-box{
	font-size:14px;
	color:#333;
	text-align: left;
	margin:0px 0 20px 0;
	padding:10px;
	border:solid 1px #036EB8;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	max-width: 100%;
}
#top #wrapper #main .border-box h2{
	margin:0;
	padding:0;
	border: none;
	box-shadow:none;
	background: none;
	padding:5px 0;
	margin-bottom: 10px;
	display: inline;
	font-size: 14px;
	height: 15px;
	color:#333;
	font-weight: bold;
	background-color: none;
}

/********プロローグ**********/
#top #wrapper #main .prologue{
	font-size:14px;
	color:#333;
	text-align: left;
	margin:0px 0 20px 0;
	padding:10px;
	border:solid 1px #036EB8;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	max-width: 100%;
}
#top #wrapper #main .prologue p{
	margin:0;
	padding:0;
	line-height: 26px;
}
#top #wrapper #main .prologue p span{
	color:#171B60;
	font-weight: bold;
}


/*トップのランキング*/
#contents .ranking{
	padding-top: 5px;
}
#top #wrapper #main .ranking h3{
	font-size: 18px;
	display: block;
	border:none;
	background: none;
	margin:0;
	padding:0;
	font-weight: bold;
	margin-bottom: 10px;
}
#top #wrapper #main #contents .ranking .column1 .summary h3{
	line-height: 33px;
}
#top #wrapper #main #contents .ranking .column1 .summary h3 img{
	width:43px;
	margin:0;
	padding:0;
	margin-right: 10px;
	border:none;
}
#top #wrapper #main #contents .ranking .column2 .summary h3{
	vertical-align:top;
	line-height: 24px;
	margin-bottom: 5px;
}
#top #wrapper #main #contents .ranking .column2 .summary h3 img{
	margin-right:10px;
}

#contents .ranking article{
	text-align: center;
}
#contents .ranking .column1{
	
}
#contents .ranking .column1 .summary img{
	float:left;
	margin-right: 20px;
	width:200px;
	border:solid 1px #ccc;
}



/*口コミ*/
#contents .ranking .summary{
	text-align: left;
}
#contents .ranking .review{
	text-align: left;
	background-color: #F6F6F6;
	border:solid 5px #F6F6F6;
	margin-top: 10px;
}
#contents .ranking .review:hover{
	border:solid 5px #F0EBE8;
}

#contents .ranking .comment{
	background-color: #fff;
	border:solid 3px #C8EBF9;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	padding:20px 10px 10px 10px;
}
#contents .ranking .review img{
	float: left;
	margin-right: 20px;
	margin-left: 10px;
}
#contents .ranking .review .commenter{
	margin:0;
	padding:0;
	color:#399;
}
#wrapper #contents .ranking .review .commenter .good{
	font-size:18px;
	color:#FF0000;
	padding-left:10px;
	position: relative;
}
/*口コミを見る*/
#contents .ranking .rank_summary{
	font-size: 16px;
	color:#999;
	text-align: center;
	padding:5px;
	background-color: #f0f0f0;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	margin-right: 3px;
	display: inline-block;
	width:80%;
	cursor:pointer;
	margin: 5px 0 0 0;
}
#contents .ranking .rank_summary:hover{
	color:#333;
	box-shadow: 1px 1px 3px rgba(0, 0, 0,0.4);
}

/*左右分割共通*/

#contents .entry .column2{
	width:49%;
}
#contents .entry .left{
	clear: both;
}
#contents .entry .right{
	clear: none;
	border-left: dotted 1px #ccc;
	padding-left:1%;
}

/*記事紹介部分*/
#top #contents .popular{
	text-align: center;
}
 #wrapper #main #contents .popular h2{
	margin:30px 0 20px 0;
}

#top #contents .popular header{
	text-align: left;
}
#top #contents .popular article{
	text-align: left;
}
#top #contents .popular .column2{
	/*width:310px;*/
	padding-bottom: 5px;
}

#top #contents .popular .column2 .thumb{
	width:75px;
	height: 75px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	border:solid 1px #ccc;
}

/*続きを読む*/
#top #contents .popular .pop_summary{
	font-size: 16px;
	color:#999;
	text-align: center;
	padding:5px;
	background-color: #f0f0f0;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	margin-right: 3px;
	display: inline-block;
	width:80%;
	cursor:pointer;
	margin: 5px 0;
	clear: both;
}
#top #contents .popular .pop_summary:hover{
	color:#333;
	box-shadow: 1px 1px 3px rgba(0, 0, 0,0.4);
}


/*おすすめ記事など(見出しが普通なもの)*/
#top #contents .recommend{
	padding-top: 0px;
}
#wrapper #main #contents .recommend h2{
	margin:30px 0 20px 0;
}
#wrapper #main #contents .recommend h3{
	display: block;
	margin-bottom: 10px;
}
#top #contents .recommend aside{
	text-align: left;
}
#top #contents .recommend aside a{
	border:none;
	background: none;
	color:#f00;
	text-decoration: underline;
	display: inline;
	padding:0;
	margin:0;
	box-shadow:none;
	display: inline;
}
#top #contents .recommend aside a:hover{
	border:none;
	background: none;
	color:#f00;
	text-decoration: underline;
	display: inline;
	padding:0;
	margin:0;
	box-shadow:none;
	display: inline;
}
#top #contents .recommend aside p{
	margin: 10px 0;
	padding: 5px 0;
}

/************インタビュー部分専用！***************

/*インタビュー書き出し*/
#top #contents #sortArea img.w250{
	padding-top:10px;
}

/*ボックスビュー*/
#top #contents #sortArea {
	
}
#top #contents #sortArea #sort{
	margin-top: 10px;
}
#top #contents #sortArea #sort select{
	width:28%;
}
#top #contents #sortArea #itemList{
	width:100%;
}
#top #contents #sortArea #itemList article{
	display: block;
	clear: none;
	width:47%;
	float: left;
	border-right: dotted 1px #ccc;
	border-top:solid 1px #ccc;
	padding:1%;
}
#top #contents #sortArea #itemList article.lb{
	border-left:solid 1px #ccc;
}
#top #contents #sortArea #itemList article.bb{
	border-bottom:solid 1px #ccc;
}
#top #contents #sortArea #itemList article .thumb{
	width:75px;
	height: 75px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	border:solid 1px #ccc;
}

/*続きを読む*/
#top #contents #sortArea #itemList .inv_summary{
	font-size: 16px;
	color:#999;
	text-align: center;
	padding:5px;
	background-color: #f0f0f0;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	margin-right: 3px;
	display: inline-block;
	width:80%;
	cursor:pointer;
	margin: 5px 0;
	clear: both;
}
#top #contents #sortArea #itemList .inv_summary:hover{
	color:#333;
	box-shadow: 1px 1px 3px rgba(0, 0, 0,0.4);
}

/*-------------------------------
カテゴページレイアウト
--------------------------------*/

#cat #main .cathead{
	width:100%;
	height:20px;
	padding:0;
	margin:0;
	margin-bottom: 10px;
}
#cat #main .cathead p{
	font-size:11px;
	display:block;
	width:320px;
	margin:0;
	padding:0;
	text-align: right;
}

#cat #main h2#cattitle{

}
#main h2#titlelist{
	border:none;
	padding:0;
	background: none;
	margin-top: 15px;
	margin-bottom: 20px;
}

/*----------古いぱんくず　移行後に消す---------*/
#cat #main .cathead p.panlist{
	display:block;
	width:320px;
	margin:0;
	padding:0;
	text-align: left;
	background-color: #F6F7F7;
}
#cat #main p.panlist,#ent #main p.panlist{
          font-size:11px;
          margin-bottom: 12px;
}

#cat #main .panlist a,#ent #main .panlist a{
          color:#006699;
}



/* 新パンくずリスト */
#breadcrumbs{
	margin:0 auto;
	width:100%;
	clear: both;
}
#breadcrumbs:after{
	content:'';
	clear:both;
	display:block;
}
#breadcrumbs ol{
	margin-bottom: 5px;
	overflow: hidden;
	float:left;
	margin: 1px auto 7px auto;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 1em;
	display: inline;
}
#contents #breadcrumbs ol{
	padding:0;
}
#breadcrumbs ol li{
	float: left;
	margin-top: 4px;
	padding: 0 0 0 7px;
	vertical-align: middle;
	list-style-type: none;
}

#breadcrumbs ol li:first-child{
	background: none;
	padding-left: 0;
}
#breadcrumbs ol li:before{
	content:'\003E';/*機種依存文字は16進数で指定すること>は&gt;で&#x003E;で\003Eになる！*/
}
#breadcrumbs ol li:first-child:before{
	display: none;
}
#main #breadcrumbs ol li a{
	display: inline-block;
	margin-left: 3px;
	text-decoration: none;
	color:#006699;
}
#breadcrumbs ol li a:hover{
	text-decoration: underline;
}
#breadcrumbs ol li:first-child a{
	margin-left: 0;
}
*+html #breadcrumbs ol li a {/*IE6,IE7用*/
	display: inline;
}
/*現在のカテゴリを装飾する場合
#breadcrumbs ol li:nth-last-child(2){
	margin-top: 0;
}
#breadcrumbs ol li:nth-last-child(2) a{
	background: #f2f2f2 !important;
	border: 1px solid #c7c7c7;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	filter: none !important;
	padding: 2px 4px;
}
*/

#main #breadcrumbs ol li:last-child a{/*現在の記事*/
	cursor: default;
	text-decoration: none;
	color:#333;
}




/***********1枚もの企業ページ専用**************/





/*星付きの企業評価ページ*/
#main #kigyou .company_rankdata .c_left{
	max-width:257px;
}
/*タグんとこ*/
#main #kigyou .company_rankdata ul#info_tag{
	margin-bottom: 10px;
}
#main #kigyou .company_rankdata ul#info_tag li{
	color:#fff;
	background-color: #414141;
	display: inline-block;
	padding:0;
	text-align: center;
	width:100px;
	margin:0 10px 5px 0;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
#main #kigyou .company_rankdata ul#info_tag li.r{
	border-right: solid 15px #C55415;
}
#main #kigyou .company_rankdata ul#info_tag li.b{
	border-right: solid 15px #24A5DF;
}
#main #kigyou .company_rankdata ul#info_tag li.g{
	border-right: solid 15px #B6D059;
}
#main #kigyou .company_rankdata ul#info_tag li.y{
	border-right: solid 15px #F1D12B;
}
#cat #main #kigyou .company_rankdata .c_left img{
	border: solid 1px #000;
}

#main #kigyou .company_rankdata .c_right{
	
}
/*星んとこ*/
#main #kigyou .company_rankdata .star_hyouka{
	display: block;
	width:360px;
	float: right;
	background-color: #DFEFFB;
	padding:10px 7px;
}
#main #kigyou .company_rankdata .star_hyouka p{
	display: block;
	border:solid 1px #ccc;
	background-color: #fff;
	height: 55px;
	padding:0;
	margin:0;
	font-size:24px;
	line-height: .5em;
}
#main #kigyou .company_rankdata .star_hyouka p img{
	width:55px;
	margin-right: 10px;
	float: left;
}
#main #kigyou .company_rankdata .star_hyouka p span.name{
	display: block;
	float: left;
	font-size: 21px;
	line-height: 1.1em;
	width:200px;
	padding-top: 5px;
}
#main #kigyou .company_rankdata .star_hyouka p span.data{
	display: block;
	float: left;
	font-size: 48px;
	color:#C30E23;
	line-height: 1em;
	letter-spacing: 0;
	padding-top: 8px;
	font-weight: bold;
}

/*評価内容*/
#main #kigyou .company_rankdata .hyouka_box{
	width:374px;
	float: right;
}

#main #kigyou .company_rankdata .hyouka_box ul{
	font-size: 12px;
	margin-top: 10px;
}
#main #kigyou .company_rankdata .hyouka_box ul li{
	display: inline-block;
	clear: left;
	vertical-align: top;
	margin-bottom: 8px;
}
#main #kigyou .company_rankdata .hyouka_box ul li img{
	float: left;
	width:85px;
	margin-right:15px;
}


/*カエル付きボックス*/
.flog_box{
	position: relative;
	margin-top: 30px;
}
.flog_box:after{
	content:url(img/common/flog_h.png);
	position: absolute;
	top:-29px;
	left:2px;
}

/*141103*/
.flog_box2{
	position: relative;
	margin-top: 30px;
}

.flog_box2:after{
	position: absolute;
	top:-29px;
	left:2px;
}
.flog_box3{
	background-color: transparent;
	color:#333;
	text-decoration: none;
}
.flog_box3{
	padding-right: 90px;
	background-image: url(img/common/flog_l.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.teacher{
	position: relative;
	margin-top: 30px;
}

.teacher:after{
	position: absolute;
	top:-29px;
	left:2px;
}

/*画像ができたら差し替え*/
#main div.teacher2{
	border: solid 1px #D6D6D6;
	border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
	padding: 10px;
	padding-top: 20px;
	margin-top: 50px;
}

#main div.teacher2:after {
content: url(img/common/teacher40.png);
position: absolute;
top: -39px;
left: 12px;
}

#main div.teacher3{
	border: solid 1px #D6D6D6;
	border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
	padding: 10px;
	padding-top: 20px;
	margin-top: 50px;
}

#main div.teacher3:after {
content: url(img/common/teacher40.png);
position: absolute;
top: -39px;
left: 12px;
}
.flog_box3 ul {
margin: 10px 0;
list-style-type: disc;
list-style-position: inside;
}
.flog_box .tex ul li {
margin: 10px 0 10px 10px;
}

#main .entry .tex2 {
text-decoration: none;
color: #333;
display: block;
padding: 10px;
margin-right: 3px;
margin-bottom: 3px;
border: solid 5px #EEF6FB;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
background-color: #FDFDFD;
}
table.zikosyoukai {
border: 1px;
background-color: #deefff;
}
table.zikosyoukai td{
	width:150px;
}

table.zikosyoukai td img{
	width:100px;
}


/*先生ボックス*/
.teacher_box{
	position: relative;
	margin-top: 30px;
}

.teacger_box:after{
	position: absolute;
	top:-29px;
	left:2px;
}



#main #kigyou .flog_box h4{
	border:none;
	margin:0;
	padding:0;
	background: none;
	margin:10px 0;
	font-weight: bold;
	font-size: 15px;
}
#main #kigyou .flog_box ul{
	margin:10px 0;
	list-style-type: disc;
	list-style-position: inside;
}
a.flog_box{
	background-color: transparent;
	color:#333;
	text-decoration: none;
}
a.flog_box:hover{
	background-color: #F6F6F6;
}
a.flog_box .tex{
	padding-right: 90px;
	background-image: url(img/common/flog_l.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#wrapper #main #contents .entry a.flog_box .tex p.mb_gyou2{
	margin-bottom: 1em;
}

a.flog_box .tex ul li{
	margin:10px 0 10px 10px;
}

/*リンク付きキャラボックス*/
#main #kigyou .entry a.cara_box{
	background-color: transparent;
	color:#333;
	text-decoration: none;
	border:solid 1px #ccc;
	box-shadow:none;
}
#main #kigyou .entry a.cara_box:hover{
	background-color: #F6F6F6;
}
a.cara_box .tex{
	padding-left:120px;
	background-image: url(img/common/navigator.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper #main #contents .entry a.cara_box .tex p.mb_gyou2{
	margin-bottom: 1em;
}
a.cara_box2 .tex{
	padding-left:120px;
	background-image: url(img/common/navigator4.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper #main #contents .entry a.cara_box2 .tex p.mb_gyou2{
	margin-bottom: 1em;
}
#main .btn{
	margin: 0 auto;
	margin-top: 20px;
	padding: 5px 10px 5px 20px;
	font-size: 24px;
	font-weight: bold;
	color:#fff;
	width:410px;
	display:block;
	border:solid 3px #8F1D22;
	background-color: #F2F3F3;
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#8F1D22), to(#BE1A21));
	background:-webkit-linear-gradient(#8F1D22, #BE1A21);
	background:-moz-linear-gradient(#8F1D22, #BE1A21);
	background:-ms-linear-gradient(#8F1D22, #BE1A21);
	background:-o-linear-gradient(#8F1D22, #BE1A21);
	background:linear-gradient(#8F1D22, #BE1A21);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
#main .btn a{
	text-decoration: none;
	color: #fff;
}

/*面談レポ*/
#main #kigyou #report{
	
}
#main #kigyou #report .photo{
	text-align: center;
}
#main #kigyou #report .photo img{
	margin:0;
}
/*写真のコメント*/
#main #kigyou #report .photo p.img{
	text-align:center;
	padding:10px 0;
}
#main #kigyou #report .photo p.img span{
	font-size:12px;
	color:#666;
	display:block;
	text-align:left;
	margin:0 auto;
}
#main #kigyou #report .photo p.img span.im400{
	max-width: 400px;
}
#main #kigyou #report .photo p.img span.im520{
	max-width: 520px;
}
#main #kigyou #report .photo p.img span.im620{
	max-width: 620px;
}
#main #kigyou #report h4{
	border:none;
	color:#333;
	background: none;
	font-weight: bold;
	padding:0;
}
#main #kigyou #report .Catthumb{
	width:180px;
	height: 180px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	border:solid 1px #ccc;
}

#main #kigyou #report a h5{
	margin:0;
	padding:0;
	display: inline;
	border:none;
	color:#035EA5;
	text-decoration: underline;
	background:none;
	padding-left: 20px;
	display: block;
	margin-bottom: 10px;
	font-weight: normal;
}

/*求人のところ*/
#main #kigyou #search h4{
	background: none;
	border:none;
	padding:0;
	margin:0;
	margin:30px 0 10px 0;
	font-weight: bold;
	padding-left:40px;
	background-image: url(img/common/loupe.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#main #kigyou #search .uni{
	background-color: #DFEFFB;
	padding:20px;
	width:490px;
}
#main #kigyou #search .uni form{
	padding:5px;
	background-color: #fff;
	display: block;
	width:480px;
}
#main #kigyou #search .small{
	font-size: 11px;
	margin: 10px 0 50px 0;
}
#main #kigyou #search .uni form input#query{
	width:300px;
}

/*******************カテゴリ一覧表示用************************/

#cat #main #catlist article{
	margin-bottom: 20px;
}
#cat #main #catlist article a{
	border:solid 5px #EEF6FB;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	min-height: 180px;
}
#cat #main #catlist article .Catthumb{
	width:180px;
	height: 180px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	border:solid 1px #ccc;
}

#cat #main #catlist article h3{
	margin:0;
	padding:0;
	display: inline;
	border:none;
	color:#035EA5;
	text-decoration: underline;
	background:none;
	padding-left: 20px;
	background-image: url(img/common/catlist_title.gif);
	background-repeat: no-repeat;
	background-position:left center;
	display: block;
	margin-bottom: 10px;
}





/*-------------------------------
エントリーページレイアウト
--------------------------------*/


#ent #main p.panlist{
	margin:0;
	padding:0;
	background-color: #F6F7F7;
}

#ent #main h2.entttl{
	border:none;
	padding:0;
	margin:0;
	background: none;
	margin-top: 15px;
	font-size: 20px;
	padding-bottom: 3px;
}


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

    共通パーツ別レイアウト

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


/**************キャラクター付きナビゲーション*****************/

/*キャラナビ右*/
#main .navigator_r{
	border:solid 1px #D6D6D6;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	float: left;
	position: relative;
	padding:10px;
	margin-bottom: 20px;
	margin-right: 100px;
}
#main .navigator_r img{
	position: absolute;
	top:0px;
	right:-100px;
}
#main .navigator_r p{
	margin:10px;
	padding:0;
}
/*キャラナビ左*/
#main .navigator_l{
	border:solid 1px #D6D6D6;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	float: right;
	position: relative;
	padding:10px;
	padding-top: 20px;
	margin-bottom: 10px;
	min-height: 128px;
	margin-left: 143px;
}
#main .navigator_l img{
	position: absolute;
	top:0px;
	left:-143px;
}
#wrapper #main #contents .entry .navigator_l p.gyou2{
	margin:0;
	padding:0;
	margin-bottom: 1em;
}
/*キャラナビ左2*/
#main .navigator_l2{
	border:solid 1px #D6D6D6;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	float: right;
	position: relative;
	padding:10px;
	margin-bottom: 20px;
	min-height: 148px;
	margin-left: 143px;
}
#main .navigator_l2 img{
	position: absolute;
	top:0px;
	left:-143px;
}
#main .navigator_l2 p{
	margin:0;
	padding:0;
}
#main .navigator_l2 ul li{
	width:100%;
	display: inline-block;
}

/*141102*/
#main .navigator_l3{
	border:solid 1px #D6D6D6;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	float: right;
	position: relative;
	padding:10px;
	padding-top: 20px;
	margin-bottom: 10px;
	min-height: 128px;
	margin-left: 143px;
}
#main .navigator_l3 img{
	position: absolute;
	top:0px;
	left:-143px;
}
#wrapper #main #contents .entry .navigator_l3 p.gyou2{
	margin:0;
	padding:0;
	margin-bottom: 1em;
}

/*関連記事*/
#main .kanren{
	border:solid 1px #009DC6;
	margin:50px 0px 10px 0;
	padding:0;
	padding-top: 0;
	padding-bottom:20px;
}
#main .kanren h5{
	margin:0;
	padding: 0;
	border:none;
	padding-left: 10px;
	background-color: #009DC6;
	color: #fff;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}



#main .kanren .kan_tex{
	padding:10px;
	margin-top:20px;
}

/*記事最後のリスト*/
#main .footlist {
	list-style-type: none;
    padding-left:0;
    margin:20px 0 0 10px;
}
#main .footlist a{
	border:none;
	color:#006699;
}
#main .footlist li{
	margin-bottom:10px;
             padding-left:0;
             margin-left:0;
             padding-top:10px;
}



/*企業ページのpタグ設定141201---*/

#cat #wrapper #cont #main  #kigyou .hyouka_tex p {
	font-size: 15px;
	line-height: 1.5em;
	margin-bottom:20px;
}


/*--------------------------
装飾など
-----------------------------*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	display: inline-block;
}

hr.dotted{
	margin:10px 0;
	border-bottom:dotted 1px #ccc;
	clear:left;
	color:#fff;
}

/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
会社の求人をチェック
----------------------------------*/
/*フォーム部品*/

/*select*/
#main .uni select {
  line-height:1.5em;
  width:157px;
  height:27px;
  padding:4px 5px;
  border:1px solid #bebebe;
  border-radius:2px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  -moz-box-shadow:inset 1px 1px 3px rgba(0,0,0,.1);
  -webkit-box-shadow:inset 1px 1px 3px rgba(0,0,0,.1);
  -o-box-shadow:inset 1px 1px 3px rgba(0,0,0,.1);
  -ms-box-shadow:inset 1px 1px 3px rgba(0,0,0,.1);
}
#main .uni select:focus{
	border:solid 1px #C90;
	background-color:#fff;
}
#main .uni select.focused {
	background-color:#fff;
}

/*text*/
#main .uni form p{
	font-size:10px;
	color:#666;
	margin:0;
	padding:0;
	padding-top:7px;
}
#main .uni input[type="text"] {
  line-height:1.5em;
  height:20px;
  padding:2px 5px 4px 5px;
  border:1px solid #bebebe;
  border-radius:2px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  -moz-box-shadow:inset 1px 1px 3px rgba(0,0,0,.1);
  -webkit-box-shadow:inset 1px 1px 3px rgba(0,0,0,.1);
  -o-box-shadow:inset 1px 1px 3px rgba(0,0,0,.1);
  -ms-box-shadow:inset 1px 1px 3px rgba(0,0,0,.1);
}
#main .uni input[type="text"]:focus {
	border:solid 1px #C90;
	background-color:#fff;
}
#main .uni input[type="text"].focused{
	background-color:#fff;
}
/*textarea*/

#main .uni textarea{
  line-height:1.5em;
  padding:4px 5px;
  margin:10px;
  background-color:#FFEAE8;
  border:1px solid #d5d5d5;
  border-radius:2px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  -moz-box-shadow:inset 1px 1px 3px rgba(0,0,0,.1);
  -webkit-box-shadow:inset 1px 1px 3px rgba(0,0,0,.1);
  -o-box-shadow:inset 1px 1px 3px rgba(0,0,0,.1);
  -ms-box-shadow:inset 1px 1px 3px rgba(0,0,0,.1);
  width:285px;
}
#main .uni textarea:focus {
	border:solid 1px #C90;
	background-color:#fff;
}
#main .uni textarea.focused{
	background-color:#fff;
}

/*radio*/
#main .uni input[type="radio"]{
	
}


/*buttonとsubmit*/
#main .uni input[type="button"]{
	border:solid 1px #bebebe;
	background-color: #F2F3F3;
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#fefefe), to(#EEE));
	background:-webkit-linear-gradient(#fefefe, #EEE);
	background:-moz-linear-gradient(#fefefe, #EEE);
	background:-ms-linear-gradient(#fefefe, #EEE);
	background:-o-linear-gradient(#fefefe, #EEE);
	background:linear-gradient(#fefefe, #EEE);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	text-align: center;
	padding:5px 15px;
	margin:0 20px;
	cursor:pointer;
	width:100px;
}
#main .uni input[type="button"]:hover{
	border:solid 1px #bebebe;
	background-color: #F6FAFE;
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#F6FAFE), to(#C8EBF9));
	background:-webkit-linear-gradient(#F6FAFE, #C8EBF9);
	background:-moz-linear-gradient(#F6FAFE, #C8EBF9);
	background:-ms-linear-gradient(#F6FAFE, #C8EBF9);
	background:-o-linear-gradient(#F6FAFE, #C8EBF9);
	background:linear-gradient(#F6FAFE, #C8EBF9);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
}
#main .uni input[type="submit"]{
	border:solid 1px #bebebe;
	background-color: #F2F3F3;
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#fefefe), to(#EEE));
	background:-webkit-linear-gradient(#fefefe, #EEE);
	background:-moz-linear-gradient(#fefefe, #EEE);
	background:-ms-linear-gradient(#fefefe, #EEE);
	background:-o-linear-gradient(#fefefe, #EEE);
	background:linear-gradient(#fefefe, #EEE);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	text-align: center;
	padding:5px 15px;
	margin:0 20px;
	cursor:pointer;
	width:100px;
}
#main .uni input[type="submit"]:hover{
	border:solid 1px #bebebe;
	background-color: #F6FAFE;
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#F6FAFE), to(#C8EBF9));
	background:-webkit-linear-gradient(#F6FAFE, #C8EBF9);
	background:-moz-linear-gradient(#F6FAFE, #C8EBF9);
	background:-ms-linear-gradient(#F6FAFE, #C8EBF9);
	background:-o-linear-gradient(#F6FAFE, #C8EBF9);
	background:linear-gradient(#F6FAFE, #C8EBF9);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
}



/*--------------------------------
レビューフォームとクチコミ投稿
---------------------------------*/

/*口コミ投稿内*/
#main #review{
	position:relative;
	margin-top:20px;
}

#main #review .review_count{
	background-color: #DFEFFB;
	padding:10px 7px;
}
#main #review .review_count ul{
	background-color: #fff;
	border:solid 1px #ccc;
	padding-left: 80px;
	background-image: url(img/common/review_count.png);
	background-repeat: no-repeat;
	background-position:left center;
	min-height: 51px;
	font-size: 15px;
}
#main #review .review_count ul li{
	display: inline-block;
	padding-left:10px;
}
#main #review .review_count ul li span{
	font-size: 36px;
	color:#C30D23;
	padding-left:10px;
}

/*レビューフォーム*/
#main #reviewform{
	width: 100%;
	/*overflow: hidden;*/	
}

#cat #main #reviewform h4 ,#ent #main #reviewform h4 {
	background: none;
	border:none;
	box-shadow:none;
	position: none;
    z-index: 0;
	margin: 0px;
	padding:0px;
	
	padding-left: 30px;
	padding-top: 10px;
	display: block;
    height:28px;
    font-size:15px;
    font-weight:normal;
    color:#003366;
    
    border-top:solid 1px #2F8FC2;
	border-left:solid 1px #2F8FC2;
	border-right:solid 1px #2F8FC2;
	background-color: #D7FAFB;
	
	border-top-left-radius:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-top-left-radius:10px;
	border-top-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-top-right-radius:10px;
}
#cat #main #reviewform h4:after ,#ent #main #reviewform h4:after {
	display: none;
}

#main #reviewform table {
	border: 1px solid #2F8FC2;
	border-top-width:0;
	margin:0;
	padding:0;
    font-size:90%;
    width:100%;
}


#main #reviewform th {
	width: 30%;
	font-weight: normal;
	text-decoration: none;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}

#main #reviewform em {
	font-style: normal;
	color: #d90000;
	line-height: 25px;
}

#main #reviewform td {
	height: 32px;
	padding-left: 20px;
	width:auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
}
#main #reviewform .center{
	margin:7px 0;
}
#main #reviewform #comment{
	margin:10px 0;
}

#main #reviewform .btnbox{
    border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
}
#main #reviewform .confirm{
	margin-top:7px;
	margin-left:30%;
	margin-bottom: 7px;
    clear:both;	
}
#main #reviewform .confirm span{
	margin-right:80px;
}
#main #reviewform #another_line{
	padding-top:5px;
	display:none;
}

/*フォーム部品*/

/*select*/
#main #reviewform select {
  line-height:1.5em;
  width:80%;
  height:27px;
  padding:4px 5px;
  border:1px solid #bebebe;
  border-radius:2px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  -moz-box-shadow:inset 1px 1px 3px rgba(0,0,0,.1);
  -webkit-box-shadow:inset 1px 1px 3px rgba(0,0,0,.1);
  -o-box-shadow:inset 1px 1px 3px rgba(0,0,0,.1);
  -ms-box-shadow:inset 1px 1px 3px rgba(0,0,0,.1);
}
#main #reviewform select:focus{
	border:solid 1px #C90;
	background-color:#fff;
}
#main #reviewform select.focused {
	background-color:#fff;
}

/*text*/
#main #reviewform form p{
	font-size:10px;
	color:#666;
	margin:0;
	padding:0;
	padding-top:7px;
}
#main #reviewform input[type="text"] {
  line-height:1.5em;
  height:20px;
  padding:2px 5px 4px 5px;
  border:1px solid #bebebe;
  border-radius:2px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  -moz-box-shadow:inset 1px 1px 3px rgba(0,0,0,.1);
  -webkit-box-shadow:inset 1px 1px 3px rgba(0,0,0,.1);
  -o-box-shadow:inset 1px 1px 3px rgba(0,0,0,.1);
  -ms-box-shadow:inset 1px 1px 3px rgba(0,0,0,.1);
}
#main #reviewform input[type="text"]:focus {
	border:solid 1px #C90;
	background-color:#fff;
}
#main #reviewform input[type="text"].focused{
	background-color:#fff;
}
/*textarea*/
#main #reviewform #comment{
	margin-right: 20px;
}
#main #reviewform textarea{
  line-height:1.5em;
  padding:4px 5px;
  margin:10px;
  background-color:#FFEAE8;
  border:1px solid #d5d5d5;
  border-radius:2px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  -moz-box-shadow:inset 1px 1px 3px rgba(0,0,0,.1);
  -webkit-box-shadow:inset 1px 1px 3px rgba(0,0,0,.1);
  -o-box-shadow:inset 1px 1px 3px rgba(0,0,0,.1);
  -ms-box-shadow:inset 1px 1px 3px rgba(0,0,0,.1);
  width:90%;
}
#main #reviewform textarea:focus {
	border:solid 1px #C90;
	background-color:#fff;
}
#main #reviewform textarea.focused{
	background-color:#fff;
}

/*radio*/
#main #reviewform input[type="radio"]{
	
}


/*buttonとsubmit*/
#main #reviewform input[type="button"]{
	border:solid 1px #bebebe;
	background-color: #F2F3F3;
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#fefefe), to(#EEE));
	background:-webkit-linear-gradient(#fefefe, #EEE);
	background:-moz-linear-gradient(#fefefe, #EEE);
	background:-ms-linear-gradient(#fefefe, #EEE);
	background:-o-linear-gradient(#fefefe, #EEE);
	background:linear-gradient(#fefefe, #EEE);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	text-align: center;
	padding:5px 15px;
	margin:0 20px;
	cursor:pointer;
	width:100px;
}
#main #reviewform input[type="button"]:hover{
	border:solid 1px #bebebe;
	background-color: #F6FAFE;
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#F6FAFE), to(#C8EBF9));
	background:-webkit-linear-gradient(#F6FAFE, #C8EBF9);
	background:-moz-linear-gradient(#F6FAFE, #C8EBF9);
	background:-ms-linear-gradient(#F6FAFE, #C8EBF9);
	background:-o-linear-gradient(#F6FAFE, #C8EBF9);
	background:linear-gradient(#F6FAFE, #C8EBF9);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
}
#main #reviewform input[type="submit"]{
	border:solid 1px #bebebe;
	background-color: #F2F3F3;
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#fefefe), to(#EEE));
	background:-webkit-linear-gradient(#fefefe, #EEE);
	background:-moz-linear-gradient(#fefefe, #EEE);
	background:-ms-linear-gradient(#fefefe, #EEE);
	background:-o-linear-gradient(#fefefe, #EEE);
	background:linear-gradient(#fefefe, #EEE);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	text-align: center;
	padding:5px 15px;
	margin:0 20px;
	cursor:pointer;
	width:100px;
}
#main #reviewform input[type="submit"]:hover{
	border:solid 1px #bebebe;
	background-color: #F6FAFE;
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#F6FAFE), to(#C8EBF9));
	background:-webkit-linear-gradient(#F6FAFE, #C8EBF9);
	background:-moz-linear-gradient(#F6FAFE, #C8EBF9);
	background:-ms-linear-gradient(#F6FAFE, #C8EBF9);
	background:-o-linear-gradient(#F6FAFE, #C8EBF9);
	background:linear-gradient(#F6FAFE, #C8EBF9);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
}

/*▲レビューフォーム▲*/

/*コメントエリア内*/

#review #comm_area{
	background-color: #F6F6F6;	
	margin:0;
	padding:20px 10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	width: 98%;
}
#review .comin_top{
	padding: 30px 0 10px 0;
	position:relative;	
	margin:0 0 20px 0;
}

#review .comin_in{
	width: 96%;
	background-color: #fff;
	border:solid 5px #C8EBF9;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	padding:18px 10px 10px 0px;
}
#cat #main #review .comin_in p,#ent #main #review .comin_in p{
	padding:0 0 0 10px;
    margin:0;
}

#review .commenter{
	position:absolute;
	z-index:1;
	top: 0px;
	width:100%;
	margin-bottom: 0;
	padding-bottom: 0;
}
#review .commenter img{
	float:left;
	margin-right:10px;
	width:40px;
}
#cat #main #review .commenter p,#ent #main #review .commenter p{
	padding:0;
    margin:0;
	color:#399;
}
#review .commenter .good{
	font-size:18px;
	color:#FF0000;
	padding-left:20px;
}
#review .commenter .bad{
	font-size:18px;
	color:#039;
	padding-left:20px;
}


/*口コミレビュー一覧*/

.review_cont{
	margin:0 0 10px 0;
}
.review_cont img{
	float:left;
	margin:10px 10px 0 10px;
}
.review_cont p{
	padding:0;
	padding-top:10px;
	margin:0;
}
.review_cont ul{
	padding:0;
	margin:0;
}
.review_cont li{
    margin-left:0px;
    padding-left:20px;
}
.review_cont ul li p{
	margin:0;
	padding:4px 0 4px 0;
}
.review_cont dt{
	padding:4px 0 4px 0;
}
.review_cont dd{
	padding:4px 0 4px 0;
}
.review_cont table th{
           font-weight:normal;
}

.review_cont h5 {
             color:#000;
             font-size:13px;
}
.review_cont h6{
             font-size:12px;
             font-weight:bold;
}


/*----------------------------------------
	スクロールトップ
------------------------------------------*/
#scrolltoTop {
  display:none;
  position:fixed;
  z-index:2;
  width:60px;
  height:60px;
  bottom:20px;
  right:20px;
  background:url(https://job77.net/themes/img/common/company.png) no-repeat 0 -151px;
  filter: alpha(opacity=0);
  -moz-opacity:0;
  opacity:0;
}
#scrolltoTop:hover {cursor:pointer;}