@charset "utf-8";

*{	margin:0;
	padding:0;
}
html{
	overflow-y:scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
} 

table {  
	border-collapse:collapse;   
	border-spacing:0;   
} 


body{
	font-family:'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', sans-serif;
	font-size:15px;
	letter-spacing:normal;
	color: #333333;
	line-height: 1.5;
}
html > body {
	font-size:15px;
	color:#424242;
}
*:first-child + html body {
	font-family:'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', sans-serif;
	font-size:15px; 
	color: #000000;
}
fieldset,img {    
	border:0;   
} 
ol,ul {
	list-style:none;
	text-decoration: none;
} 
caption,th {  
	text-align:left;   
} 
q:before,q:after {  
	content:'';   
} 
abbr,acronym { 
	border:0;   
} 
img {
	border:0;
}

li img {
	border:0;
	vertical-align: bottom;
}
input {
	font-family:Arial,Helvetica,sans-serif;
}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.float_l{
	float:left;
}
.talign_c{
	text-align:center;
}

/*
 リンクカラー 
---------------------------------------------------------------------------------------------------------
*/
a:link {
	color:#029EAA;
	text-decoration:none;
}
a:visited {
	color:#306068;
	text-decoration:none;
}
a:hover {
    color:#306068;
	text-decoration:underline;
}
#header1 a:link {
	color:#604C3F;
	text-decoration:none;

}
#header1 a:visited {
	color:#604C3F;
	text-decoration:none;

}
#header1 a:hover {
    color:#604C3F;
	text-decoration:none;

}
#sp_link a:link {
	color:#604C3F;
	text-decoration:none;

}
#sp_link a:visited {
	color:#604C3F;
	text-decoration:none;

}
#sp_link a:hover {
    color:#604C3F;
	text-decoration:none;

}
#topback_table td a:link {
   color:#635347;
   text-decoration:none;
}
#topback_table td a:visited {
   color:#635347;
   text-decoration:none;
}
#topback_table td a:hover {
   color:#635347;
   text-decoration:none;
}
.sc_ttl a:link {
	color:#E95513;
	text-decoration:none;
	font-weight: bold;
}
.sc_ttl a:visited {
	color:#E95513;
	text-decoration:none;
}
.sc_ttl a:hover {
    color:#E95513;
	text-decoration:none;
	border-bottom: 1px dotted #E95513;

}
.sc_txt2{
	font-size:12px;
}
.sc_txt .title {
	font-size:120%;
}

.more a{
   text-decoration:none;
}
.pad10{
	padding:10px;
}
.pad5{
	padding:5px;
}
/*
ヘッダ
---------------------------------------------------------------------------------------------------------
*/
#login_status{
	display:none;
}
#wrapper1 {
	background-color:#FFE1ED;
	height:40px;
}
#header1{
	width: 960px;
	color:#604C3F;
	margin-right: auto;
	margin-left: auto;
	font-size:12px;
}
#header1_left{
	width:600px;
	float:left;
}
#header1_right{
	width:290px;
	margin-left: 5px;
	padding-top: 10px;
	float: left;
}
#header1_left_table,#header1_right_table1,#header1_right_table2{
	height:40px;
}

#header1_right_table2{
	margin-left:10px;
}
#header1_left_table > tbody > tr > td{
	padding-right:20px;
}
#header1_right_table1 > tbody > tr > td{
	padding-right:10px;
}
#header1_right_table2 > tbody > tr > td{
	padding-right:10px;
}
.header1_bar img{
	vertical-align: middle;
}
#wrapper2 {
	margin-top:20px;
	margin-right: auto;
	margin-left: auto;
	height:50px;
	width: 960px;
}
#header2{
	width: 960px;
	color:#604C3F;
	margin-right: auto;
	margin-left: auto;
	font-size:12px;
}
#header2_left{
	float:left;
}
#header2_middle{
	margin-top:20px;
	margin-left:5px;
	font-size:12px;
	float:left;
}
#header2_search{
	float: left;
	margin-left:30px;
	line-height:0.5em;
}

.search_input, header .search_input{
	border:solid 1px #000000;
	height: 29px;
	width: 220px;
	margin-top: 0;
}
.btn_search{
	background: url('/img/common/header_search.png') left top no-repeat;
	border: 0px;
	width: 71px;
	height: 32px;
}
.button_text{
	color: white;
	font-weight: bold;
}

#menu{
	position: relative;
	z-index:10;
}
ul#menu{
	margin:0px auto;
}
ul#menu li{
	height:30px; list-style:none; 
	text-align:center;
}
ul#menu li a{
	display:block; line-height:30px;
	color:#696969; text-decoration:none;
}
ul#sub{
	display:none;
}
ul#sub li{
	background-color:#DCDCDC; width:80px;
	float:none;text-decoration:none; border-left:1px solid #fff;
	border-right:1px solid #fff; border-bottom:1px solid #fff;
}
#mypage{
}
#header_post{
	background: url('/img/common/icon_header_taikendan.png') left center no-repeat;
	padding-left:22px;
}
#header_mypage{
	background: url('/img/common/icon_main_mypage2.png') left center no-repeat;
	padding-left:10px;
	width:90px;
}
#header_regist{
	background: url('/img/common/icon_header_user.png') left center no-repeat;
	padding-left:22px;
}
#header_login{
	background: url('/img/common/icon_header_login.png') left center no-repeat;
	padding-left:22px;
}

#ranking_title h1{
	font-size:15px;
}
#post_menu {
  position: relative;
  z-index: 10;
  cursor: pointer;
}
#post_menu li a{
  display:block; line-height:30px;
  color:#696969; text-decoration:none;
}
#post_menu_list {
  display:none;
  position: absolute;
  left:-40px;
}
#post_menu_list li {
  background-color: #DCDCDC;
  position: relative;
  text-align: center;
  width: 110px;
  float: none;
  text-decoration: none;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
/*
コンテンツ外側
---------------------------------------------------------------------------------------------------------
*/

#wrapper3 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	width: 960px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 20px;
}
#container_left {
	float: left;
	width: 645px;
	padding-right:15px;
}
#container_right {
	float: right;
	width: 300px;
}
#container_right_narrow {
	float: right;
	width: 160px;
}
/*
TOPページ
---------------------------------------------------------------------------------------------------------
*/
#special_top {
	background-image: url(/img/common/bar_01.png);
	background-repeat: repeat-x;
	border-left:solid 1px #A9A9A9;
	border-right:solid 1px #A9A9A9;
	height: 45px;
	width: 648px;
}
#special_top_sentence{
	padding-left:20px;
	height: 45px;
	font-size:16px;
	display:table-cell;
	vertical-align:middle;
	layout-grid-line:45px;
}
#special_top_sentence > img{
	vertical-align:middle;
}
#spesial_cont {
	width: 598px;
	overflow: hidden;
}
#sc_left {
	float: left;
	width: 290px;
}
#sc_right {
	float: right;
	width: 290px;
}
.sc_cont {
	width: 290px;
	overflow: hidden;
}
.sc_pic {
	float: left;
	text-align: center;
	width: 120px;
}
.sc_pic img{
	max-height: 120px;
	max-width: 120px;
}
.sc_txt {
	float: right;
	width: 160px;
}
#sp_link {
	text-align: right;
	font-size: 14px;
	padding-top: 5px;
}
#special_middle{
	border-left:solid 1px #A9A9A9;
	border-right:solid 1px #A9A9A9;
	border-bottom:solid 1px #A9A9A9;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	width: 608px;
}

#c_tab {
	background-image: url(/img/common/bar_02.png);
	background-repeat: repeat-x;
	border-left:solid 1px #A9A9A9;
	border-right:solid 1px #A9A9A9;
	height: 40px;
	width: 648px;
	margin-top:15px;
	margin-bottom:10px;
}
#c_tab_sentence,.general_tab_sentence{
	padding-left:20px;
	height: 45px;
	font-size:16px;
	display:table-cell;
	vertical-align:middle;
	layout-grid-line:45px;
}
.general_tab_sentence img{
	vertical-align:middle;
}
#c_tab_sentence > img{
	vertical-align:middle;
}
.category {
	width: 650px;
	overflow: hidden;
	margin-bottom: 5px;
}
.category_left, .category_right{
	width: 315px;
	border:solid 1px #808080;
	border-radius: 0.5em;
	box-shadow:2px 2px rgba(0,0,0,0.3);
	margin-bottom:5px;
}
.category_left {
	float: left;
}
.category_right {
	float: right;
	margin-right:5px;
}
.category_cont {
	width: 290px;
	padding-right: 15px;
	padding-left: 15px;
}
.c_ttl {
	font-size: 24px;
	padding-left: 10px;
}
.c_ttl2 {
	font-size: 19px;
	padding-left: 10px;
}
.c_ttl > h2{
	font-size: 24px;
}
.c_ttl2 > h2 {
	font-size: 19px;
}
.c_txt1 {
	font-size: 15px;
	width: 333px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.c_txt2 {
	font-size: 15px;
	width: 101px;
}
/*
右側メニュー
---------------------------------------------------------------------------------------------------------
*/
.right_content_top {
	background-image: url(/img/common/bar_03.png);
	background-repeat: repeat-x;
	border-left:solid 1px #A9A9A9;
	border-right:solid 1px #A9A9A9;
	height: 40px;
	width: 298px;
}
.right_content_top_sentence{
	padding-left:5px;
	font-size:13px;
	height: 40px;
	display:table-cell;
	vertical-align:middle;
	layout-grid-line:40px;
}
.right_content_top_sentence > img{
	vertical-align:middle;
}
.right_cont{
	border-left:solid 1px #A9A9A9;
	border-right:solid 1px #A9A9A9;
	border-bottom:solid 1px #A9A9A9;
	padding: 0px 10px 3px 3px;
	margin-bottom:15px;
	width:285px;
}

.right_box{
	border:solid 1px #A9A9A9;
	padding: 0px 10px 3px 3px;
	margin-bottom:15px;
	width:285px;
}
#similar_btn{
	text-align:center;
}
.right_cont #word {
	font-size: 14px;
}
#word > li{
	font-size: 12px;
	margin-bottom:5px;
}
#publish {
	font-size: 12px;
	margin: 0 5px 15px 5px;
}
#media_label_tv {
	color: white;
	background-color: #FF80B1;
	width: 76px;
	text-align: center;
}
#media_label_magazine {
	color: white;
	background-color: #FBB03B;
	width: 76px;
	text-align: center;
}
#media_label_paper {
	color: white;
	background-color: #796A55;
	width: 76px;
	text-align: center;
}
#media_label_web {
	color: white;
	background-color: #029EAA;
	width: 76px;
	text-align: center;
}
.more{
	font-size: 13px;
	text-align:right;
}
.appli {
	width: 285px;
	margin-bottom:15px;
}
.appli2 {
	width: 143px;
	overflow: hidden;
}
.appli_left {
	float: left;
	width: 60px;
	position: relative;
	padding-left:10px;
	padding-top:5px;
}
.appli_right {
	float: left;
	width: 70px;
	line-height: 1.3;
	margin-top:5px;
	padding-left:10px;
}
.app_name {
	float: left;
	width: 125px;
	font-size: 14px;
	padding-left:10px;
}
.app_name span{
	font-size: 11px;
}
.banner{
	padding-bottom: 10px;
	padding-left: 10px;
}
.banner img{
	vertical-align:middle;
}
.banner span{
	margin-left:10px;
}
.dec_icon{
	position: absolute;
	z-index:1;
	left:0px;
	top:0px;
}
#pan ol li{
	display:inline;
	font-size:13px;
}
#pan ol li:first-child a{
	background: url("/img/common/mark.png");
	display:inline-block;
	vertical-align:middle;
	width:20px;
	height:20px;
}
#pan ol li:first-child a span{
	position:absolute;
	width:0px;
	height:0px;
	overflow:hidden;
}
#pan{
	margin: 15px 0;
}
#ad_righttop, #ad_rightbottom, #ad_rightmiddle{
	margin-bottom:15px;
}
#ad_left_skyscraper,#ad_article_bottom{
	margin-top:15px;
}
#ad_article_bottom_left,#ad_article_bottom_right{
	float:left;
	width:320px;
	margin:0 auto;
}
/*
フッター
---------------------------------------------------------------------------------------------------------
*/
#f_content {
	width: 858px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 10px;
}
#f_content2 {
	width: 858px;
	margin-right: auto;
	margin-left: auto;
}
#f_link {
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}
#topback_table td {
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #635347;
	height: 12px;
}
#topback_table p {
	margin-top: 5px;
}
#topback_table {
	height: 12px;
}
#ad_bottom{
	text-align:center;
	height:90px;
}
/*
共通
---------------------------------------------------------------------------------------------------------
*/
.btn_kiji{
	background: url('/img/common/button_kiji.png') center center no-repeat;
	border: 0px;
	width: 91px;
	height: 32px;
	color:#fff;
}
.sns {
	width: 500px;
	overflow: hidden;
	height:20px !important;
	overflow:hidden !important;
}
#hatena {
	height: 20px;
	width: 50px;
}
#facebook {
	height: 20px;
	width: 97px;
}
#tweet {
	height: 20px;
	width: 127px;
}
#google {
	height: 20px;
	width: 90px;
}
.fb_iframe_widget{
	vertical-align:top;margin-top:-4px;
}
.twitter-share-button {
	width: 90px !important;
}
.fb_img{
	margin-bottom:15px;
	margin-top:10px;
}
.general_tab {
	border-bottom:solid 1px #029EAA;
	height: 40px;
	margin-top:15px;
	margin-bottom:10px;
}
.general_tab_blown {
	background-image: url(/img/common/bar_03_2.png);
	background-repeat: repeat-x;
	border-left:solid 1px #A9A9A9;
	border-right:solid 1px #A9A9A9;
	height: 40px;
	margin-top:15px;
	margin-bottom:10px;
}
.general_tab_blown img{
	margin-left:5px;
	margin-top:5px;
}
.general_head{
	border-left:solid 5px #029eaa;
	border-right:solid 1px #A9A9A9;
	border-bottom:solid 1px #A9A9A9;
	border-top:solid 1px #A9A9A9;
	padding-left:15px;
	padding-top:5px;
	margin-top:10px;
	margin-bottom:5px;
	height: 30px;
}
.general_head2{
	border-bottom: dotted 1px #CCC;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:20px;
}
.recruit_form{
	width:400px;
}
.app_series_left{
	float:left;
	position: relative;
	z-index:2;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:10px;
	padding-left:5px;
	padding-top:5px;
}
.app_series_middle{
	float:left;
	margin-right:10px;
	margin-top:15px;
}
.app_series_right{
	float:left;
	width:490px;
	margin-bottom:10px;
	margin-top:10px;
	font-weight: bold;
}
.app_series_right span{
	font-size:12px;
	font-weight: normal;
}
#app_series ul li{
}
.ad{
	text-align:center;
	margin: 20px 0px;
}
.login_input{
	width:300px;
}
#alert_popup {
    position: fixed;
    background-color: #fff;
    border: 1px solid #999;
    top: 30%;
    left: 20%;
    width: 60%;
    height: 50px;
    z-index: 9999;
    padding: 10px;
    display: none;
    margin: 10px;
}
#alert_popup_close{
	margin-right:10px;
	float:right;
}

.top_category{
	position: relative;
	width:300px;
	padding: 2px;
	float:left;
	margin-right:10px;
}
.top_category_line{
	margin-bottom:5px;
	font-size:13px;
}
.top_subcategory{
	display: none;
	position: absolute;
	top:2px;
	left:2px;
	width:310px;
	z-index:99;
}
.top_subcategory h2 img, .top_category h2 img{
	width:50px;
	height:50px;
	vertical-align:center;
}
.top_subcate_catename{
	float:left;
	width:140px;
	margin:5px 5px;
}
.top_category div{
}
.top_subcategory_line {
	width:100%;
	margin:0px;
}
.top_subcate_top{
	background:url(/img/common/top_hukidashi_top.png) no-repeat;
	width:300px;
	height:24px;
}
.top_subcate_middle{
	background:url(/img/common/top_hukidashi_center.png) repeat-y;
}
.top_subcate_bottom{
	background:url(/img/common/top_hukidashi_bottom.png) no-repeat;
	width:300px;
	height:8px;
}
.top_frame{
	border-left:solid 1px #A9A9A9;
	border-right:solid 1px #A9A9A9;
	border-bottom:solid 1px #A9A9A9;
	padding-top: 10px;
	width: 638px;
	padding-left:10px;
}
.top_frame_table{
	border-left:solid 1px #A9A9A9;
	border-right:solid 1px #A9A9A9;
	border-bottom:solid 1px #A9A9A9;
	width: 648px;
}
.top_tab {
	background-image: url(/img/common/bar_02.png);
	background-repeat: repeat-x;
	border-left:solid 1px #A9A9A9;
	border-right:solid 1px #A9A9A9;
	height: 40px;
	margin-top:15px;
	width:648px;
}
.top_hostable table{
	width:100%;
}
.top_hostable table tbody tr td{
	padding: 15px;
	border-left: solid 1px #808080;
	border-bottom: solid 1px #808080;
}
.top_hostable table tbody tr th{
	padding: 10px;
	border-bottom: solid 1px #808080;
	background-color: #FFFDE9;
}
.top_bbs{
	margin-bottom:5px;
}
.top_bbs_new{
	font-size:12px;
}
.top_bbs_left{
	float:left;
	width:35%;
	font-size:14px;
}
.top_bbs_right{
	float:left;
	width:65%;
}
.top_headline{
	background-color: #FFFDE9;
}
.top_bbs_headline{
	border-left: solid 1px #A9A9A9;
	border-right: solid 1px #A9A9A9;
	width: 648px;
}
.top_bbs_headline_left{
	float:left;
	width:214px;
	padding:5px;
}
.top_bbs_headline_right{
	float:left;
	width:414px;
	padding:5px;
}
.top_link{
	margin:15px 0;
	text-align:right;
}
.top_link a{
	text-decoration:none;
}
.top_frame > .gozyuon{
	margin-right:10px;
}
.top_frame > .gozyuon > .yomi {
	font-size:120%;
	margin:10px 5px;
}
.top_frame > .gozyuon > .kugiri {
}
.top_category_title h2 img{
	width:40px;
	height:40px;
	vertical-align:middle;
}
.top_category_title h2{
	font-size:19px;
}
#hospital_search_shinryo {
	margin:10px 0px;
	padding:10px;
	border: solid 1px #808080;
	border-radius: 0.2em;
}
#hospital_search_shinryo  .hos_table{
	display:none;
}

.rightside_company_pic{
	float:left;
}
.rightside_company_pic img{
	width:45px;
	height:45px;
}
.rightside_company_sentence{
	float:left;
	margin-left:5px;
	width:230px;
	font-size:11px;
}
#right_side_companylist li{
	margin-bottom: 5px;
}
.title_size_s{
	font-size:85%;
}

.view_count{
	color:#A9A9A9;
	float:left;
	margin-left:10px;
}

ul.social-btn{
    width: 100%;
    margin:20px 0 0 0;
    padding:0;
}

.social-btn li{
    list-style: none !important;
    float:left;
    margin:0;
    padding:0;
    text-align: center;
    color:#fff;
    background: #000;
    width:114px;
    height:30px;
    line-height: 30px;
    cursor: pointer;
}
.social-btn li:not(:first-child){
    margin-left:10px;
}
.social-btn li a{
    display: block;
    color: #fff;
}

#share-facebook{
    background: url('/img/common/sns_facebook.png') no-repeat;
}
#share-twitter{
    background: url('/img/common/sns_twitter.png') no-repeat;
}
#share-google{
    background: url('/img/common/sns_google.png') no-repeat;
}
#share-hatena{
    background: url('/img/common/sns_hatena.png') no-repeat;
}
.mypage_content_table{
    width:600px;
}
.mypage_content_table th{
    background-color: #FFFDE9;
}
.mypage_content_table th,.mypage_content_table td{
    border: solid 1px #808080;
    padding:5px;
}
.bbs_status_button_resume,.bbs_status_button_close{
    font-size:80%;
    width:100px;
}

.myst_list{
	width: 186px;
	margin: 0 10px;
	float:left;
}

.myst_list a{
	font-size: 85%;
	position: relative;
}

.myst_img img{
	position: absolute;
}

.myst_img{
	width: 186px;
	height: 125px;
	text-align: center;
	margin-bottom: 5px;
	visibility: hidden;
}

.loading{
	position: absolute;
	width: 186px;
	height: 125px;
	margin-right: 69px;
	margin-left: 69px;
	margin-top: 38.5px;
	margin-bottom: 38.5px;
	text-align: left;
	padding: auto;
}
.loading img{
	width: 48px;
	height: 48px;
}
.myst_cat{
	background: #FFFBE7;
	padding: 3px;
}

.myst_cat_1001{
	background: #FFD9DF;
}
.myst_cat_1002{
	background: #CFF0FF;
}

.article_latest{
	margin: 10px 0;
}
.article_latest a{
	display: table;
}
.article_latest img{
	max-height: 100px;
    max-width: 150px;
	display: table-cell;
}
.article_latest span{
	font-size: 115%;
	font-weight: bold;
	padding-left: 5px;
	display: table-cell;
	vertical-align: top;
}

#link_baby{
	border: 1px solid #aaa;
	margin-bottom: 15px;
	text-align: center;
}
#link_baby > a > img{
	width: 100%;
}
#baby_category{
	border-top: 1px solid #aaa;
	padding: 8px 0;
}
#baby_category ul li{
	display: inline-block;
}
#baby_category img{
	padding-left: 5px;
}
#baby_ninkatsu{
	background: url('/img/common/navi_icon_ninkatsu.png') left center no-repeat;
	padding-left:30px;
}
#baby_ninshin{
	background: url('/img/common/navi_icon_ninshin.png') left center no-repeat;
	padding-left:30px;
}
#baby_ikuji{
	background: url('/img/common/navi_icon_ikuji.png') left center no-repeat;
	padding-left:30px;
}
.s_headline {
	border-bottom: solid 3px #2FB3B6;
    padding: 15px 5px 5px 10px;
    color: #000;
    font-weight: bold;
}
.c1_content .myst_ninshin_week_1, .c1_content .myst_ninshin_week_2, .c1_content .myst_ninshin_week_3,.c1_content .myst_ninshin_week_4,.c1_content .myst_child_age {
  width: 150px;
  height: 18px;
  text-align:center;
  background-size:contain;
}
.myst_ninshin_week_1,.myst_ninshin_week_2,.myst_ninshin_week_3,.myst_ninshin_week_4 {
  background-color: #FFB0C3;
}
.myst_child_age {
  background-color: #BCE5FF;
}
.site-title a img {
	width: 133px;
}