
@media print {

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 1em;
}

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;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}


.top20 {
 margin-top:20px;
 }


a:link {
  color: #0f65ab;
  text-decoration: none;
}

a:visited {
  color: #0f65ab;
  text-decoration: none;
}

a:hover {
  color: #0f65ab;
  text-decoration: underline;
}

/*****************************************************************************
 クリアフィックス
 *****************************************************************************/


.clearfix:after{
    content:".";
display:block;
height:0;
line-height:0;
clear:both;
visibility:hidden;
    font-size:0.1em;
}

.clearfix {
    display:inline-table;

} /* Hides from IE-mac \*/

* html .clearfix{
    zoom:1;
}
.clearfix{
    display:block;
} /* End hide from IE-mac */




.clear{
 clear:both;
}


table {
border-collapse: collapse;
border-spacing: 0;
}


/**base.css**/


/*------------------------------------------------------------
	SNS
------------------------------------------------------------*/

.sns_button {
 padding-top:15px;
 }

.sns_button li {
 list-style:none;
 float:left;
}

.sns_button li.btn_f {width:110px;}
.sns_button li.btn_t {width:100px;}
.sns_button li.btn_g {width:70px;}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

.top10 {
 margin-top: 10px;
 }

.top20 {
 margin-top: 20px;
 }

#top {
 display:none;
 }

body {
 text-align: center;
 line-height: 1.5;
 font-size: 0.75em;
 width:100%;
 margin: 0 auto;
 background:#ffffff;
 /*font-family:'メイリオ',Meiryo,Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;*/
 font-family:"メイリオ",Meiryo,sans-serif;
 padding: 0;
 margin: 0;
 color: #363636;
 min-width:1020px;
 _display: inline;
 _zoom:1;
 }

/*------------------------------------------------------------
	パンくず
------------------------------------------------------------*/

.path {
 font-size:12px;
 margin-top: 10px;
 }
 
 .path li {
 display:inline;
 }
 
 .path li.home {
 padding-left: 20px;
 background:url(../img/path_home.gif) no-repeat left center;
 }

 .path li.gt {
 margin: 0 15px;
 }

 /*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

#wapper {
 text-align:left;
 background: url(../img/main_img_bg.gif) repeat-x; 
 padding-top: 10px;
 }

#wapper_inner {
 width: 940px;
 margin: 0 auto 0 auto;
 }

#wapper_inner .content {
 margin-top: 20px;
 }

#main_column {
 float: left;
 width: 620px;
 }

.conteiner {
 background: #fff;
 }

#side_column {
 float:right;
 width: 300px;
 }

/**header.css**/
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
 text-align:left;
 }

#header_inner {
 width:940px;
 margin: 20px auto;
 }

h1#logo a{
 background: url(../img/logo.jpg) left no-repeat;
 height:60px;
 width:230px;
 display:block;
 float:left;
 text-indent: -9999px;
 }

h1#sp_logo {
 display:none;
 }

#side_header {
 float:right;
 text-align:right;
 }

.sns_area li {
 float:right;
 width:20px;
 height:20px;
 margin-left: 15px;
 zoom: 1;
 }

.sns_area li a {
 vertical-align: top;
 height:20px;
 }

.seach_area {
 margin-top: 15px;
 clear:both;
 }

.seach_area li{
 float:right;
 height:24px;
 }

.w150 {
 width:150px;
 margin-right: 5px;
 border: 1px solid #d1d1d1;
 font-size: 12px;
 height:20px;
 line-height:20px;
 -mos-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 behavior: url(ie-css3.htc);
 box-shadow: inset 0 2px 2px 0 #d1d1d1;
 -mos-box-shadow: inset 0 2px 2px 0 #d1d1d1;
 -webkit-box-shadow: inset 0 2px 2px 0 #d1d1d1;
 behavior: url(PIE.htc);
 }

.seach_area .btn {
 vertical-align: middle;
 margin-left: 5px;
 }

/*------------------------------------------------------------
	ナビゲーション
------------------------------------------------------------*/

#sp_nav {
 display:none;
 margin: auto 0;
 }

#nav_area {
 text-align: left;
 background: url(../img/nav/nav_bg.gif) repeat-x;
 height: 60px;
 line-height:60px;
 margin-bottom: 1px;
 }

#nav_list {
 width: 942px;
 background: url(../img/nav/nav_bg_ul.gif) no-repeat;
 height: 60px;
 margin:0 auto;
 }

#nav_list li {
 float:left;
 }

#nav_list li.top a {
 background: url(../img/nav/nav_top_off.gif) no-repeat;
 height: 60px;
 line-height:60px;
 text-indent: -9999px;
 display:block;
 margin-left: 2px;
 margin-right: 1px;
 width: 155px;
 }

#nav_list li.top_on a {
 background: url(../img/nav/nav_top_on.gif) no-repeat;
 height: 60px;
 line-height:60px;
 text-indent: -9999px;
 display:block;
 margin-left: 2px;
 margin-right: 1px;
 width: 155px;
 }

#nav_list li.top a:hover {
 background: url(../img/nav/nav_top_on.gif) no-repeat;
 }

#nav_list li.prf a {
 background: url(../img/nav/nav_prf_off.gif) no-repeat;
 height: 60px;
 line-height:60px;
 text-indent: -9999px;
 display:block;
 margin: 0 1px;
 width: 155px;
 }

#nav_list li.prf_on a {
 background: url(../img/nav/nav_prf_on.gif) no-repeat;
 height: 60px;
 line-height:60px;
 text-indent: -9999px;
 display:block;
 margin: 0 1px;
 width: 155px;
 }

#nav_list li.prf a:hover {
 background: url(../img/nav/nav_prf_on.gif) no-repeat;
 }

#nav_list li.sch a {
 background: url(../img/nav/nav_sch_off.gif) no-repeat;
 height: 60px;
 line-height:60px;
 text-indent: -9999px;
 display:block;
 margin: 0 1px;
 width: 155px;
 }

#nav_list li.sch_on a {
 background: url(../img/nav/nav_sch_on.gif) no-repeat;
 height: 60px;
 line-height:60px;
 text-indent: -9999px;
 display:block;
 margin: 0 1px;
 width: 155px;
 }

#nav_list li.sch a:hover {
 background: url(../img/nav/nav_sch_on.gif) no-repeat;
 }

#nav_list li.book a {
 background: url(../img/nav/nav_book_off.gif) no-repeat;
 height: 60px;
 line-height:60px;
 text-indent: -9999px;
 display:block;
 margin: 0 1px;
 width: 155px;
 }

#nav_list li.book_on a {
 background: url(../img/nav/nav_book_on.gif) no-repeat;
 height: 60px;
 line-height:60px;
 text-indent: -9999px;
 display:block;
 margin: 0 1px;
 width: 155px;
 }

#nav_list li.book a:hover {
 background: url(../img/nav/nav_book_on.gif) no-repeat;
 }

#nav_list li.sitemap a {
 background: url(../img/nav/nav_sitemap_off.gif) no-repeat;
 height: 60px;
 line-height:60px;
 text-indent: -9999px;
 display:block;
 margin: 0 1px;
 width: 154px;
 }

#nav_list li.sitemap_on a {
 background: url(../img/nav/nav_sitemap_on.gif) no-repeat;
 height: 60px;
 line-height:60px;
 text-indent: -9999px;
 display:block;
 margin: 0 1px;
 width: 154px;
 }

#nav_list li.sitemap a:hover {
 background: url(../img/nav/nav_sitemap_on.gif) no-repeat;
 }

#nav_list li.contact a {
 background: url(../img/nav/nav_contact_off.gif) no-repeat;
 height: 60px;
 line-height:60px;
 text-indent: -9999px;
 display:block;
 margin-left: 1px;
 margin-right: 2px;
 width: 154px;
 }

#nav_list li.contact_on a {
 background: url(../img/nav/nav_contact_on.gif) no-repeat;
 height: 60px;
 line-height:60px;
 text-indent: -9999px;
 display:block;
 margin-left: 1px;
 margin-right: 2px;
 width: 154px;
 }

#nav_list li.contact a:hover {
 background: url(../img/nav/nav_contact_on.gif) no-repeat;
 }


/**footer.css**/

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

#footer {
 background-color: #0099cc;
 text-align:left;
 padding-top: 20px;
 color: #fff;
 margin-top: 40px;
 width:100%;
 }

.sp_page_top {
 display:none;
 }

#footer  #footer_inner {
 width:940px;
 margin: 0 auto;
 }

.foot_nav {
 float:left;
 width:800px;
 }

.foot_nav li {
 display:inline;
 padding-left: 10px;
 margin-left: 15px;
 background: url(../img/footer_nav.gif) no-repeat left center;
 }

.footer_nav li.fs {
 margin:0;
 }

#footer a:link {
 color: #fff;
 text-decoration: none;
 }

#footer a:visited {
 color: #fff;
 text-decoration: none;
 }

#footer a:hover {
 color: #fff;
 text-decoration: underline;
 }

#footer .page_top {
 float:right;
 width:140px
 text-align:right;
 padding-left: 15px;
 background: url(../img/page_top.gif) no-repeat left 5px;
 }

.copy {
 text-align: center;
 padding: 20px 0 20px 0;
 font-size: 10px;
 font-family: Arial,Helvetica,sans-serif;
 }


/**side.css**/

/*------------------------------------------------------------
	サイド
------------------------------------------------------------*/

.aside {
 margin: 10px 0 15px 0;
 }

.twitter_box {
 margin-top: 15px;
 }

#side_column a img:hover {
 opacity:0.7;
 filter: alpha(opacity=70);        /* ie lt 8 */
 -ms-filter: "alpha(opacity=70)";  /* ie 8 */
 -moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
 -khtml-opacity: 0.7;              /* Safari 1.x */
 zoom:1;
 }

.irai_link {
 padding: 15px 0;
 border-top: 1px dotted #999;
 border-bottom: 1px dotted #999;
 }


/**style.css**/

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
/*共通*/
h2 {
 font-size:14px;
 font-weight: bold;
 }

h3 {
 font-weight:bold;
 }

.news_list, .lab_list, .amblo_list {
 padding: 10px 0;
 line-height: 24px;
 border-bottom: 1px dotted #999;
 }

.news_list li, .lab_list li, .amblo_list li {
 display: inline;
 }
  
/**TV用アイコン**/
.news_list li.icon_tv{
 background: url(img/index/news_icon_tv.gif) left no-repeat;
 height:24px;
 width:81px;
 display:block;
 float:left;
 text-indent: -9999px;
 }

/**ラジオ用アイコン**/
.news_list li.icon_radio{
 background: url(img/index/news_icon_radio.gif) left no-repeat;
 height:24px;
 width:81px;
 display:block;
 float:left;
 text-indent: -9999px;
 }

/**掲載用アイコン**/
 .news_list li.icon_keisai{
 background: url(img/index/news_icon_zassi.gif) left no-repeat;
 height:24px;
 width:81px;
 display:block;
 float:left;
 text-indent: -9999px;
 }

/**書評用アイコン**/
.news_list li.icon_syohyou{
 background: url(img/index/news_icon_syohyou.gif) left no-repeat;
 height:24px;
 width:81px;
 display:block;
 float:left;
 text-indent: -9999px;
 }

/**講演会アイコン**/
.news_list li.icon_kouen {
 background: url(img/index/news_icon_kouen.gif) left no-repeat;
 height:24px;
 width:81px;
 display:block;
 float:left;
 text-indent: -9999px;
 }

.news_list li.day {
 margin-left: 15px;
 }

.news_list li.data, .lab_list li.data, .box_list li.data, .amblo_list li.data {
 margin-left: 15px;
 }

.lab, .amblog {
 margin-top: 20px;
 }

.news_box {
 margin-top: 10px;
 clear: both;
 }

.news h2.sp_title, .conteiner .sp_main_title, .conteiner .sp_title, .cont_box h4.sp_title {
 display:none;
 }

.news h2.pc_title {
 margin-bottom: 10px;
 }

.lab h2.sp_title a, .amblog h2.sp_title a {
 display:none;
 }

.lab h2.pc_title a, .amblog h2.pc_title a {
 margin-bottom:10px;
 }

.lab_box, , .amblog ameblo_box {
 margin-top: 10px;
 clear: both;
 }

/**サブページ**/
.category_list, #zassi, #tv, #radio, #syohyou,
 #book, #library, #hencho, #translations, #supervision,
 #talk, .cont_box {
 width:580px;
 margin:20px auto;
 }

#kouen, #commentary {
 width:580px;
 margin: 20px auto 0 auto;
 }

.category_list li {
 display:inline;
 padding-left:20px;
 background:url(img/sub/list_icon.gif) no-repeat left top;
 zoom: 1;
 position: relative;
 }

.category_list li a {
 color:#0f65ab;
 margin-right: 15px;
 }

.box_list, .category_list_box, .site_map_box {
 padding:10px 0;
 border-bottom: 1px dotted #999;
 zoom:1;
 }

.box_list li {
 display:inline;
 }

.list_page_top {
 margin-top:20px;
 text-align:right;
 }

.list_page_top a {
 padding-left: 15px;
 background:url(img/sp_page_top.gif) no-repeat left center;
 zoom: 1;
}

/**プロフィール**/
.cont_box p.English {
 text-align:right;
 margin-top: 20px;
 }

.cont_box p.English a {
 padding-left: 10px;
 background:url(img/sub/sub_link_arrow.gif) no-repeat left center;
 }

.cont_box h3.name {
 font-size: 20px
 }

.cont_box h4 {
 margin-top:30px;
 margin-bottom: 10px;
 }

.cont_box table.prf_column {
 margin-bottom: 20px;
 }

span.st_rong {
 font-weight:bold;
 }

.cont_box span.size {
 font-size:16px;
 }

/**サイトマップ**/
.cont_box ul.site_map_box li a {
 font-weight: bold;
 padding-left:20px;
 background:url(img/sub/site_map_arrow.gif) no-repeat left center;
 zoom:1;
 }

.cont_box ul.site_map_box li ul.map_2 li a {
 font-weight:normal;
 background:none;
 padding:0;
 }

.cont_box ul.site_map_box li ul.map_2 {
 margin-left: 20px;
 margin-top: 10px;
 }

.cont_box ul.site_map_box li ul.map_2 li {
 margin-top:5px;
 padding-left: 10px;
 background:url(img/sub/sub_link_arrow.gif) no-repeat left center;
 }

.cont_box ul.site_map_box li.syousai {
 margin-top: 5px;
 }

/**お問い合わせ**/
.wpcf7 table, .cont_box table.prf_column {
 width:100%;
 }

.wpcf7 th, .cont_box table.prf_column th {
 padding: 5px;
 border: 1px solid #d1d1d1;
 background-color: #dff3f9;
 font-weight: normal;
 }

.wpcf7 td, .cont_box table.prf_column td {
 padding: 5px;
 border-right: 1px solid #d1d1d1;
 border-top: 1px solid #d1d1d1;
 border-bottom: 1px solid #d1d1d1;
 }

.wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap input[type="email"], .wpcf7-form-control-wrap input[type="tel"] {
 width: 60%;
 table-layout: fixed; 
 border: 1px solid #d1d1d1;
 -mos-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 behavior: url(PIE.htc);
 }

.wpcf7-form-control-wrap textarea {
 border: 1px solid #d1d1d1;
 -mos-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 behavior: url(PIE.htc);
 }

p.btn_area {
 margin: 20px 0;
 text-align: center;
 }
.coll_nm {
 font-size:16px;
 /*color:red;*/
 }

.coll_nm a {
 /*color:red;*/
 }

.coll_nm span {
 font-size:10px;
 }

/**記事**/
h2.kiji {
 background:url(img/sub/h2_main_title.gif) no-repeat left;
 height:auto;
 zoom: 1;
 font-size:16px;
 padding:20px 20px;
 -moz-text-shadow: 1px 1px 0px #fff;
 -webkit-text-shadow: 1px 1px 0px #fff;
 text-shadow: 1px 1px 0px #fff;
 behavior: url(PIE.htc);
 }

/**ブックス**/
p.book_img {
 float:left;
 width:75px;
 border: 1px solid #999;
 }

p.book_img img {
 width:75px;
 height:auto;
 }

.book_list {
 float:right;
 width:485px;
 }

.book_list li.book_data, .book_list li.release {
 margin-top:10px;
 }

}