@charset "utf-8";

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

   style.css

--------------------------------------------------------------- */
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

/* body
--------------------------------------------------------------------------- */
body{
	font: 13px/1.231 Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	*font-size:small;
    *font:x-small;
	color:#444;
	background:#eee;
	line-height:1.5;
}

h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li{margin:0;padding:0;}

ul li{list-style-type:none;}

img{vertical-align:bottom;}

a:link,
a:visited {
    color: #005088;
    text-decoration:underline;
}

a:hover,
a:active {
    color: #2b7cb5;
    text-decoration: none;
}

.blankIcon,.pdfIcon,.wordIcon,.excelIcon{
	vertical-align:middle;
	margin:0 0.2em 0 0.3em;
}

/* #header
--------------------------------------------------------------------------- */
#header{
	border-top:3px solid #005088;
	background:#fff;
	min-width:960px;
}

#header a:link,
#header a:visited{
	color:#444;
	text-decoration:none;
}

#header a:hover,
#header a:active{
	color:#7c7c7c;
	text-decoration:none;
}

#header .inner{
	width:960px;
	margin:0 auto;
	position:relative;
}

#header #logo{
	float:left;
	display:inline;
	padding:25px 0;
}

#header .inner > ul{
	float:right;
	display:inline;
	padding:5px 0 0;
}

#header .inner > ul li{
	float:left;
	display:inline;
	background:url(../img/common/icon_arrow01.gif) left center no-repeat;
	padding:0 0 0 10px;
	margin:0 15px 0 0;
}

#header .inner > ul li:last-child{
	margin:0;
}

#fontsizeControl dl{
	position:absolute;
	bottom:23px;
	/*right:215px;*/
	right:0;
}

#fontsizeControl dt{
	padding:5px 0 0;
	margin:0 5px 0 0;
}

#fontsizeControl dt,
#fontsizeControl dd{
	float:left;
	display:inline;
}

#fontsizeControl li{
	width:25px;
	height:25px;
	border:1px solid #ddd;
	background-image:url(../img/common/bg_fontSize.gif);
	background-repeat:no-repeat;
	float:left;
	display:inline;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin:0 5px 0 0;
	cursor:pointer;
}

#fontsizeControl li.active{
	cursor:inherit;
}

#fontsizeControl li:last-child{
	margin:0;
}

#fontsizeControl li#switchFontSizeSmall{
	background-position:0 0;
}

#fontsizeControl li#switchFontSizeMedium{
	background-position:-25px 0;
}

#fontsizeControl li#switchFontSizeBig{
	background-position:-50px 0;
}

#fontsizeControl li#switchFontSizeSmall:hover,
#fontsizeControl li#switchFontSizeSmall.active{
	background-position:0 -26px;
}

#fontsizeControl li#switchFontSizeMedium:hover,
#fontsizeControl li#switchFontSizeMedium.active{
	background-position:-25px -26px;
}

#fontsizeControl li#switchFontSizeBig:hover,
#fontsizeControl li#switchFontSizeBig.active{
	background-position:-50px -26px;
}

#gnav{
	background:url(../img/common/bg_nav.gif) left top repeat-x;
}

#gnav ul{
	width:960px;
	margin:0 auto;
}

#gnav ul li{
	float:left;
	display:inline;
}

/* #contents
--------------------------------------------------------------------------- */
#contents{
	width:960px;
	margin:0 auto 100px;
	padding:10px 0 0;
}

/* #topicsPath
--------------------------------------------------------------------------- */
#topicsPath{
	margin:0 0 10px;
}

#topicsPath li{
	float:left;
	display:inline;
	background:url(../img/common/icon_arrow03.gif) right center no-repeat;
	padding:0 15px 0 0;
	margin:0 10px 0 0;
}

#topicsPath li:last-child{
	background:none;
	padding:0;
}

#topicsPath li a{
	color:#444;
}

#topicsPath li:last-child{
	color:#005088;
}


/* #main
--------------------------------------------------------------------------- */
#main{
	width:638px;
	float:left;
	display:inline;
	border:1px solid #ddd;
	background:#fff;
	line-height:1.8;
	letter-spacing:0.1px;
}

.index #main{
	/*width:640px;*/
	width: 960px;
	border:none;
	padding:0;
	background:none;
}

#main .indexBtn{
	margin:0 -11px 0 0;
}

#main .indexBtn li{
	float:left;
	display:inline;
	/*margin:0 11px 11px 0;*/
	margin:0 44px 44px 0;
}
#main .indexBtn li:nth-child(4n){
	margin-right:0;
}

#main .txtArea{
	padding:0 19px 19px;
}

#main h1{
	font-size:170%;
	margin:0 0 20px;
	padding:19px 19px;
	border-bottom:2px solid #005088;
	line-height:1.3;
}

#main h1 small{
	background:#005088;
	padding:5px 10px;
	color:#fff;
	font-size:75%;
}

#main h2{
	font-size:120%;
	background:url(/~hogakubu/gs-law/img/common/bg_dotted01.gif) left top repeat-y;
	padding:0 0 0 20px;
	margin:20px 0 1em;
}

#main h3{
	background:#005088;
	color:#fff;
	padding:5px 10px;
	margin:1.5em 0 1em;
	font-size:100%;
}

#main h4{
	border-left:2px solid #005088;
	margin:0 0 1em;
	font-size:100%;
	padding:0 0 0 10px;
}

#main h5{
	font-size:100%;
	font-weight:bold;
	margin:0 0 1me;
}

#main p{
	margin:0 0 1em;
}

#main .txtArea > p{
	text-indent: 1em;
}

.figureBox > p{
	text-indent: 1em;
}

.figureBox > p:first-child{
	text-indent: 0;
}

#main table{
	width:100%;
	margin:0 0 1em;
}

#main table.center th,
#main table.center td{
	text-align:center;
}

#main table th,
#main table td{
	border:1px solid #ddd;
	padding:15px 10px;
}

#main table thead th{
	background:#005088;
	color:#fff;
}

#main table thead td{
	background:#f2f6f9;
	color:#005088;
	text-align:center;
	font-weight:bold;
}

#main table tbody th{
	background:#f2f6f9;
	text-align:left;
}

#main table tfoot th{
	background:#eee;
}

#main table.tableStyle01 th,
#main table.tableStyle01 td{
	padding:5px 10px;
}

#main table.tableStyle01 tbody td,
#main table.tableStyle01 tfoot td{
	text-align: right;
}

#main table.tableStyle02 th,
#main table.tableStyle02 td{
	padding:15px 5px;
}

#main .w20{
	width:20%;
}

#main .w22{
	width:22%;
}

#main .w21{
	width:22%;
}

#main ul.listStyle01,
#main ul.listStyle02{
	margin:0 0 1em;
}

#main .listStyle01 li,
#main .listStyle02 li{
	background:url(/~hogakubu/gs-law/img/common/icon_dotted01.gif) 0.2em 0.7em no-repeat;
	padding:0 0 0 1em;
	margin:0 0 0.5em;
}

#main .listStyle02{
	background:#f2f6f9;
	padding:15px 0 15px 15px;
}

#main .listStyle02 li{
	width:44%;
	float:left;
	display:inline;
	margin:0 15px 0.5em 0;
}

#main .listLink01{
	margin:0 -10px 1em 0;
	padding:0 0 0 10px;
}

#main .listLink01 li{
	float:left;
	display:inline;
	/*width:190px;*/
  width:200px;
	margin:0 10px 10px 0;
}

#main .listLink01 li a{
	color:#444;
	display:block;
	padding:10px 18px 0 10px;
	border:1px solid #eee;
	text-decoration:none;
	background:url(/~hogakubu/gs-law/img/common/icon_arrow02.png) 170px 1.4em no-repeat;
}

#main .listLink01 li a:hover{
	background-color:#f2f6f9;
	color:#005088;
}

#main .txtArea ol.numStyle01{
	margin:0 0 1em 2em;
}

#main .txtArea ol.numStyle01 li{
	color:#005088;
	font-weight:bold;
	margin:0 0 0.5em;
}

#main .txtArea ol.numStyle01 li span{
	color:#444;
	font-weight:normal;
}

#main .txtArea .attention01{
	color:#cb0039;
	text-indent:-1em;
	margin:0 0 1em 1em;
	font-size:85%;
}

#main .attention02{
	color:#cb0039;
	font-size:85%;
}

#main .attention03{
	color:#cb0039;
}

#main .attentionList01{
	margin:0 0 1em;
}

#main .attentionList01 li{
	color:#cb0039;
	text-indent:-1em;
	margin:0 0 0.5em 1em;
	font-size:85%;
}

#main .txtR{
	text-align:right !important;
}

#main .txtC{
	text-align:center !important;
}

#main .figureBox .imgR{
	float:right;
	display:inline;
	margin:0 0 1em 1em;
}

#main .figureBox .imgL{
	float:left;
	display:inline;
	margin:0 1em 1em 0;
}

#main .figureBox .imgR span.caption,
#main .figureBox .imgL span.caption{
	font-size:85%;
	display:block;
	text-align:center;
	padding:0.5em 0 0;
}

#main .studentList{
	margin:0 -10px 0 0;
}

#main .studentList li{
	width:188px;
	float:left;
	display:inline;
	margin:0 10px 10px 0;
	padding: 6px 0;
	border:2px solid #eee;
}

#main .studentList li.hover{
	border:2px solid #005088;
	background:#f8fafb;
	cursor:pointer;
}

#main .studentList li dt{
	background:url(/~hogakubu/gs-law/img/common/bg_dotted01.gif) left top repeat-y;
	margin:0 8px 5px;
	padding:0 0 0 17px;
	line-height:1.5;
	font-weight:bold;
}

#main .studentList li dt small{
	font-weight:normal;
}

#main .studentList li a{
	text-decoration:none;
}

#main .studentList li dd{
	text-align:center;
}

#main .photoList{
	margin:0 -10px 0 0;
}

#main .photoList li{
	float:left;
	display:inline;
	margin:0 5px 5px 0;
}

#main .photoList li img{
	border:1px solid #eee;
	padding:2px;
}

/* #sub
--------------------------------------------------------------------------- */
#sub{
	width:300px;
	float:right;
	display:inline;
}

#sub > .inner{
	width:298px;
	border:1px solid #dddddd;
	background:#fff;
}

.index #news{
	background:#fff;
	border:1px solid #dddddd;
	width:280px;
	padding:9px;
}

#sub .inner > dl dt{
	font-size:130%;
	font-weight:bold;
	border-bottom:1px solid #dddddd;
	padding:14px;
	line-height:1.3;
	border-right:2px solid #005088;
	/*background:url(/~hogakubu/gs-law/img/common/bg_sub.gif) left top repeat-x;*/
}

#sub .inner > dl dt small{
	color:#005088;
	font-weight:normal;
}

#sub .inner > dl dd{
	border-bottom:1px #ddd dotted;
}

#sub .inner > dl dd:last-child{
	border-bottom:none;
}

#sub .inner > dl dd a{
	display:block;
	padding:14px;
	color:#444;
	background:url(/~hogakubu/gs-law/img/common/icon_arrow02.png) 280px 1.5em no-repeat;
	text-decoration:none;
}

#sub .inner > dl dd a.inactive:hover,
#sub .inner > dl dd a:hover{
	text-decoration:none;
	background-color:#f8fafb;
}

#sub .inner > dl dd a.active{
	background-color:#f8fafb;
	color:#005088;
}

#sub .inner > dl dd a.inactive{
	background:url(/~hogakubu/gs-law/img/common/icon_arrow02.png) 280px 1.5em no-repeat;
	color:#444;
}


.banner{
	padding:15px 0 0;
}

.banner li{
	margin:0 0 5px;
}

.banner li:last-child{
	margin:0;
}

/* #news
--------------------------------------------------------------------------- */
#news iframe{
	width: 280px;
	height: 360px;
}

#news .inner{
	height:361px;
	outline:none;
	overflow:hidden;
}

#news .title{
	padding:5px 0 15px 5px;
	margin: 0 0 10px;
	border-bottom:1px solid #e5e5e5;
}

#news .title h2{
	float:left;
	display:inline;
}

#news .title p{
	float:right;
	display:inline;
}

#news li,
.newsList li{
	padding:10px;
}

.newsList li:first-child{
	padding-top:0;
}

#news li dt,
.newsList dt{
	margin:0 0 8px;
}

#news li dt > img{
	position:absolute;
	right:0;
	top:0;
}

.newsList li dt img{
	margin:0 0 0 0.5em;
}

#news li.even,
.newsList li.even{
	background:#f2f6f9;
}

#news li dl,
.newsList li dl{
	position:relative;
}

.jspContainer{
overflow: hidden;
position: relative;
}

.jspPane{
position: absolute;
}

.jspVerticalBar{
position: absolute;
top: 0;
right: 0;
width: 6px;
height: 100%;
}

.jspHorizontalBar{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height:8px;
background: #dddddd;
}

.jspVerticalBar *,
.jspHorizontalBar *{
margin: 0;
padding: 0;
}

.jspCap{
display: none;
}

.jspHorizontalBar .jspCap{
float: left;
}

.jspTrack{
position: relative;
background:#eeeeee;
}

.jspDrag{
background: #cdcdcd;
position: relative;
top: 0;
left: 0;
cursor: pointer;
/*
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
*/
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag{
float: left;
height: 100%;
}

.jspArrow{
background: #50506d;
text-indent: -20000px;
display: block;
cursor: pointer;
}

.jspArrow.jspDisabled{
cursor: default;
background: #80808d;
}

.jspVerticalBar .jspArrow{
height: 16px;
}

.jspHorizontalBar .jspArrow{
width: 16px;
float: left;
height: 100%;
}

.jspVerticalBar .jspArrow:focus{
outline: none;
}

.jspCorner{
background: #eeeef4;
float: left;
height: 100%;
}

#pageTop{
	text-align:right;
	width:960px;
	margin:0 auto 20px;
}


/* #footer
--------------------------------------------------------------------------- */
#footer{
	background:#005088;
	color:#fff;
	padding:10px 0;
	min-width:960px;
}

#footer a:link,
#footer a:visited{
	color:#fff;
	text-decoration:none;
}

#footer a:hover,
#footer a:active{
	color:#4d85ac;
	text-decoration:none;
}

#footer .inner{
	width:960px;
	margin:0 auto;
}

#footer ul{
	border-left:1px solid #4d85ac;
	float:right;
	display:inline;
}

#footer ul li{
	floatleft;
	display:inline;
	border-right:1px solid #4d85ac;
	padding:3px 12px;
}

#footer p{
	float:left;
	display:inline;
}







#main.story .schedule th,
#main.story .schedule td{
font-size:90%;
padding:5px;
}

#main.story .schedule td.mark{
background:#0AE;
color:#0AE;
}

#main h3.point{
padding:0;
margin:0;
background:0;
}

h3.point span{
display:block;
float:left;
}

h3.point span.pnt{
color:#FFF;
background:#0AE;
font-size:80%;
padding:3px 10px;
margin-right:10px;
}

h3.point span.txt{
color:#000;
}

.storymenu li{
float:left;
}

#main .storymenu li{
background:0 !important;
padding:0 !important;
}

.storymenu{
margin:0 !important;
padding:0 !important;
}


.storymenu:after,
h3.point:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.storymenu,
h3.point{display: inline-block;}

/* Hides from IE Mac \*/
* html .storymenu,
* html h3.point {height: 1%;}
.storymenu,
h3.point{display:block;}
/* End Hack */









/* clearfix
--------------------------------------------------------------------------- */
#main .photoList,
#main .listLink01,
#main .listStyle02,
#main .studentList,
#topicsPath ol,
#main .figureBox,
#fontsizeControl dl,
#fontsizeControl ul,
#header .inner,
#header .inner > ul,
#news .title,
#main .indexBtn,
#contents,
#footer .inner,
#footer ul,
#gnav ul,
.clearfix{
display: inline-block;
}

#main .photoList,
#main .listLink01,
#main .listStyle02,
#main .studentList,
#topicsPath ol,
#main .figureBox,
#fontsizeControl dl,
#fontsizeControl ul,
#header .inner,
#header .inner > ul,
#news .title,
#main .indexBtn,
#contents,
#footer .inner,
#footer ul,
#gnav ul,
.clearfix{
display: block;
}

#main .photoList:after,
#main .listLink01:after,
#main .listStyle02:after,
#main .studentList:after,
#topicsPath ol:after,
#main .figureBox:after,
#fontsizeControl dl:after,
#fontsizeControl ul:after,
#header .inner:after,
#header .inner > ul:after,
#news .title:after,
#main .indexBtn:after,
#contents:after,
#footer .inner:after,
#footer ul:after,
#gnav ul:after,
.clearfix:after{
content: '';
display: block;
clear: both;
height: 0;
visibility: hidden;
}

@media print{
body{
zoom:75%;
width:960px;
}
html:lang(ja) body{
zoom:1;
}
}
