@charset "utf-8";
/* ===========================================================

	同志社大学 良心館 ラーニング・コモンズwebサイト
	共通スタイル
	2014.Feb by FLICKS
	
============================================================ */

/*
YUI 3.14.1 (build 63049cb)
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

html {
    color: #000;
    background: #FFF
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
fieldset, img {
    border: 0;
    vertical-align: middle;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}
ol, ul {
    list-style: none
}
caption, th {
    text-align: left
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    margin-bottom: 0.5em;
}
q:before, q:after {
    content: ''
}
abbr, acronym {
    border: 0;
    font-variant: normal
}
sup {
    vertical-align: text-top
}
sub {
    vertical-align: text-bottom
}
input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
*font-size:100%
}
legend {
    color: #000
}
#yui3-css-stamp.cssreset {
    display: none
}
/* ==============================
=================================

commonheader.css

=================================
============================== */

/* CSS Document */

#doshisha_commonheader_wrapper {
    height: 27px;
    line-height: 0;
    font-size: 0;
    background: #fff url(https://www.doshisha.ac.jp/common_header/jp/img/back_commonnavi.gif) repeat-x left top;
}
#doshisha_commonheader_wrapper .doshisha_commonheader_noscript {
    display: none;
}
#doshisha_commonheader {
    width: 100%;
    line-height: 0;
    font-size: 0;
    height: 26px;/* font-size:12px; */
}
#doshisha_commonheader #doshisha_commonheader_title {
    float: left;
    width: 114px;
}
#doshisha_commonheader #doshisha_commonheader_title img {
    margin: 8px 0 0 14px;
}
#doshisha_commonheader #doshisha_commonheader_navi {
    float: right;
    width: 496px;
    height: 26px;
}
#doshisha_commonheader #doshisha_commonheader_navi ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#doshisha_commonheader #doshisha_commonheader_navi ul li {
    float: left;
    margin: 0;
    padding: 0;
}
#doshisha_commonheader #doshisha_commonheader_navi ul li img {
    border: 0;
    vertical-align: bottom;
}
/* ===========================================================

	基本
	
============================================================ */

body {
    font: 75%/160% sans-serif;
    color: #373737;
    min-width: 950px;
}
/*--- 
body {
	font: 12px/160% "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", Osaka, "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	color: #373737;
} ---*/
/*--- リンク ---*/
a {
    color: #333333;
    text-decoration: underline;
    overflow: hidden;
}
a:hover {
    text-decoration: none;
}
a:hover img {
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
}
a:hover img.imgrollover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
/*-- table --*/
table {
    width: 100%;
    line-height: 160%;
}
/* ===========================================================

	基本共通レイアウト
	
============================================================ */
.inner_950 {
    width: 950px;
    margin-right: auto;
    margin-left: auto;
}
.inner_950:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.inner_950 {
    min-height: 1px;
}
* html .inner_950 {
    height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*--- clearfix ---*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* === header === */
#header {
    background: #D52425;
    height: 86px;
}
#header:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#header {
    min-height: 1px;
}
* html #header {
    height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#header #logo {
    float: left;
}
#header .inner_950 #lang_changer {
    padding-top: 49px;
}
#header .inner_950 #lang_changer li {
    float: right;
    padding-left: 8px;
}
/* === global navi === */
#g_nav {
    padding-top: 12px;
    padding-bottom: 12px;
}
#g_nav li {
    float: left;
}
/* === main === */
#main {
    background: #FFF;
    padding: 22px;
    width: 646px;
    float: right;
    min-height: 600px;
}
#main h1 {
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
    margin-bottom: 24px;
}
#main .h_3 {
    font-size: 117%;
    font-weight: bold;
    color: #FFF;
    background: url(../img/common/ptn_01.gif);
    padding: 8px 10px 6px;
    margin-bottom: 12px;
}
#main h2 {
    margin-bottom: 22px;
}
#main .h_4 {
    font-size: 117%;
    font-weight: bold;
}
#main .inner_box {
    padding: 0px 6px 30px;
}
#main .inner_box:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#main .inner_box {
    min-height: 1px;
}
* html #main .inner_box {
    height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#main p {
    margin-bottom: 1em;
}
#main .ol li {
    text-indent: -1.5em;
    margin-left: 1.5em;
    line-height: 150%;
    margin-bottom: 0.5em;
}
/* === footer === */
#footer .links {
    float: left;
    padding-top: 2px;
}
#footer .links li {
    float: left;
    margin-right: 18px;
}
#footer .sns li {
    float: right;
}
#footer .btn {
    background: #919191;
    height: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
}
#footer .sns li {
    margin-left: 10px;
}
#footer .inner_950 .name {
    float: left;
}
#footer .copy {
    float: right;
}
#footer #sign {
    height: 30px;
    padding-top: 22px;
}
/* === side === */
#contents #side {
    float: left;
    width: 242px;
    margin-top: -26px;
}
#side #side_navi h3, #side #side_navi h4 {
    margin: 0px;
}
#side #side_navi {
    border: 1px solid #F4E1E1;
    background: #FFF;
    margin-bottom: 12px;
}
#side_navi li .sub {
    padding-right: 7px;
    padding-left: 7px;
}
#side_navi li .sub li {
    border-bottom: 1px dotted #CCC;
    padding-top: 1px;
    padding-bottom: 1px;
}
/* --- バナー --- */
#side .bnr li {
    margin-bottom: 10px;
}
#side .link li {
    margin-bottom: 5px;
}
/* === contents（side+main） === */
#contents {
    background: #f6f6f6 url(../img/common/bg_cont.gif) repeat-x left top;
    padding-top: 18px;
    padding-bottom: 14px;
}
#contents .pagetop {
    clear: both;
    text-align: right;
    padding-top: 12px;
    padding-right: 2px;
}
#contents .pagetop a {
    background: url(/img/common/arow_01.gif) no-repeat right center;
    padding-right: 15px;
}
#pankuzu {
    float: right;
    width: 688px;
    padding-bottom: 4px;
    padding-left: 2px;
}
#pankuzu .crnt {
    color: #D52425;
}
/* === 汎用スタイル === */
.no_border {
    border-style: none !important;
}
.no_bg {
    background: none !important;
}
.link_01 {
    background: url(../img/common/arow_02.gif) no-repeat 0px 0.2em;
    padding-left: 16px;
}
.border_dot_top {
    border-top: 1px dotted #999;
    padding-top: 12px !important;
}
.border_dot_btm {
    border-bottom: 1px dotted #999;
    padding-bottom: 1em;
}
strong {
    font-weight: bold;
}
.mb_05em {
    margin-bottom: 0.5em !important;
}
.mb_1em {
    margin-bottom: 1em !important;
}
.mb_2em {
    margin-bottom: 2em !important;
}
.mb_30 {
    margin-bottom: 30px !important;
}
.no_margin {
    margin: 0px !important;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#main .txt_big_01 {
    font-size: 117%;
    font-weight: bold;
}
.alignright {
    float: right;
    padding: 4px 4px 8px 22px;
}
.alignleft {
    float: left;
    padding: 4px 22px 8px 4px;
}
.aligncenter {
    padding: 8px 0px;
}
.float_l {
    float: left;
}
.float_r {
    float: right;
}
.clear {
    clear: both;
}
/* === table基本 === */
#main table th, #main table td {
    padding: 10px;
    vertical-align: top;
    line-height: 140%;
}
#main table tr th {
    background: #F5F4F9;
    border-top: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    border-left: 1px none #DBDBDB;
}
#main table tr td {
    background: #fff;
    border-top: 1px solid #DBDBDB;
    border-right: 1px none #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    border-left: 1px solid #DBDBDB;
}
/* === ボタン付き見出し === */
#main .tit_btn {
    background: #9C9C9C url(../img/common/ptn_01.gif) left top;
    clear: both;
}
#main .tit_btn:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#main .tit_btn {
    min-height: 1px;
}
* html #main .tit_btn {
    height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#main .tit_btn .tit {
    float: left;
    margin-bottom: 0px;
}
.tit_btn .btn {
    float: right;
    margin-bottom: 0px;
}
.line_100 {
    line-height: 100% !important;
    font-size: 1% !important;
}
#main .hidden {
    visibility: hidden;
}
.attention {
    color: #D52425;
}
.en strong em {
    font-style: italic !important;
    font-weight: bold
}
.color_red {
    color: #F00 !important;
}
/* ===  今出川/京田辺の見出し　 === */
#contents h2.imade-tanabe, #contents h3.imade-tanabe, #contents h4.imade-tanabe, #contents h5.imade-tanabe {
    background: #D52425!important;
    padding: 0.5em 0.8em!important;
    color: #fff!important;
    font-size: 16px!important;
}
#contents h2.imade-tanabe.small, #contents h3.imade-tanabe.small, #contents h4.imade-tanabe.small, #contents h5.imade-tanabe.small {
    padding: 0.2em 0.5em!important;
    font-size: 13px!important;
}
hr.imade-tanabe {
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #bbb;
    margin-top: 40px;
}
